Get connected System Link Several IsoTek products contain a System Link outlet (Neutrik powerCON), this is designed to connect multiple units together, maintaining a stared earth reference, and preserving the need for multiple wall outlet sockets. Our System Link cable is available in the following configurations: EVO3 Initium (C13, 0,5m) EVO3 Premier (C13 or C19, 0,5m) EVO3 Sequel (C15 or C19 IsoTek connector, 0,5m, 1m, 2m) EVO3 Optimum (C15 or C19 IsoTek connector, 0,5m, 1m, 2m) System Link Several IsoTek products feature a System Link outlet, allowing multiple units to be connected in series. This maintains a star earth reference (star grounding) and eliminates the need for multiple wall sockets. This is particularly useful for joining multiple units together using our System Link cable available in EVO3 Initium, EVO3 Premier, EVO3 Sequel and EVO3 Optimum quality. DOWNLOADS Connection Example - V5 Polaris/EVO3 Mini Mira Connection Example - V5 Sigmas Connection Example - V5 Syncro Uni/V5 Titan/EVO3 Super Nova /* CONTAINER VÀ BỐ CỤC CHUNG */ .downloads-container { max-width: 1600px; /* Giới hạn chiều rộng tối đa */ margin: 0 auto; /* Căn giữa */ padding: 20px; font-family: Arial, sans-serif; color: #333; } /* TIÊU ĐỀ LỚN */ .downloads-title { font-size: 40px; font-weight: 800; /* Dùng font weight cao để nổi bật */ margin-bottom: 60px; color: #000; text-transform: uppercase; } /* KHỐI NỘI DUNG */ .downloads-section { margin-bottom: 40px; } /* TIÊU ĐỀ PHẦN (BROCHURES, REVIEWS, VIDEO) */ .section-heading { font-size: 24px; font-weight: bold; margin-bottom: 20px; color: #000; text-transform: uppercase; text-align: left; } /* ĐỊNH DẠNG NÚT LIÊN KẾT (BUTTON LINK) */ .button-link { display: inline-flex; /* Cho phép căn chỉnh nội dung và mũi tên */ align-items: center; padding: 10px 15px; border: 2px solid #555; /* Viền xám đậm */ text-decoration: none; color: #333; /* Màu chữ */ font-size: 16px; font-weight: 500; transition: all 0.3s ease; background-color: transparent; cursor: pointer; } /* HIỆU ỨNG KHI HOVER */ .button-link:hover { border-color: #000; /* Đổi màu viền sang đen khi hover */ color: #000; /* Đổi màu chữ sang đen khi hover */ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Thêm đổ bóng nhẹ */ } /* BIỂU TƯỢNG MŨI TÊN (Sử dụng SVG hoặc Unicode để tránh phụ thuộc vào Font Awesome) */ .button-link::after { content: '›'; /* Ký tự mũi tên Unicode */ margin-left: 10px; font-size: 24px; line-height: 1; /* Căn chỉnh chiều cao ký tự */ font-weight: normal; transition: transform 0.3s ease; } .button-link:hover::after { transform: translateX(3px); /* Hiệu ứng trượt nhẹ */ } /* MEDIA QUERIES CHO MÀN HÌNH NHỎ */ @media (max-width: 768px) { .downloads-title { font-size: 32px; margin-bottom: 40px; } .section-heading { font-size: 20px; } .button-link { width: 100%; /* Nút chiếm hết chiều rộng trên điện thoại */ justify-content: space-between; /* Căn đều chữ và mũi tên */ } }