.elementor-6983 .elementor-element.elementor-element-9c29c8b{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6983 .elementor-element.elementor-element-0a27681{--display:flex;}.elementor-6983 .elementor-element.elementor-element-d3559ec img{border-radius:20px 20px 20px 20px;}.elementor-6983 .elementor-element.elementor-element-c986a9c{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6983 .elementor-element.elementor-element-5eb9d33 .elementor-button{background-color:#55885CBF;font-family:"Roboto", Sans-serif;font-weight:700;fill:#E2E911;color:#E2E911;}.elementor-6983 .elementor-element.elementor-element-88ecb93{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-6983:not(.elementor-motion-effects-element-type-background), body.elementor-page-6983 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#263728;}@media(max-width:767px){.elementor-6983 .elementor-element.elementor-element-0a27681{--justify-content:center;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6983 .elementor-element.elementor-element-c986a9c{--margin-top:-26px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6983 .elementor-element.elementor-element-5eb9d33 .elementor-button .elementor-button-content-wrapper{justify-content:center;}.elementor-6983 .elementor-element.elementor-element-5eb9d33 .elementor-button{font-size:18px;border-radius:14px 14px 14px 14px;padding:12px 12px 12px 12px;}}/* Start custom CSS for container, class: .elementor-element-0a27681 *//* KHÓA TRANG NỀN - Giữ thanh địa chỉ luôn hiện */
html, body {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important; 
    width: 100% !important;
}

/* KHUNG BAO VIDEO LIST */
.elementor-6983 .elementor-element.elementor-element-0a27681 {
    /* --- BẠN TỰ DO THAY ĐỔI CÁC THÔNG SỐ DƯỚI ĐÂY --- */
    
    margin-left: 3mm !important;    /* Cách lề TRÁI (Sửa số này để dịch trái/phải) */
    margin-right: 3mm !important;   /* Cách lề PHẢI (Sửa số này để dịch phải/trái) */
    margin-top: 20px !important;    /* Cách cạnh TRÊN */
    margin-bottom: 20px !important; /* Cách cạnh DƯỚI */

    height: 80.3vh !important;        /* Chiều cao khung */
    
    /* XÓA BỎ CHIỀU RỘNG CỐ ĐỊNH ĐỂ MARGIN CÓ TÁC DỤNG */
    width: auto !important; 
    display: block !important;

    /* CÁC THIẾT LẬP VÙNG CUỘN */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch; 
    border: 0px solid #555;
    padding: 0 !important; 
}

/* Ẩn thanh cuộn dọc */
.elementor-6983 .elementor-element.elementor-element-0a27681::-webkit-scrollbar { display: none; }/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-5eb9d33 */.elementor-6983 .elementor-element.elementor-element-5eb9d33 {
    position: relative;
    border-radius: 40px;
    overflow: hidden;

    /* --- PHẦN BẠN CẦN QUAN TÂM --- */
    /* Nền bạc 3D (gradient sáng - tối) */
    background: linear-gradient(
        to bottom,
        #e0e0e0 10%    /* Màu 1: Đỉnh trên cùng (đã làm tối hơn) */
        #bfbfbf 35%,   /* Màu 2: Phần thân trên (đã làm tối hơn) */
        #9e9e9e 60%,   /* Màu 3: Phần bóng đổ (đã làm tối hơn) */
        #d1d1d1 100%   /* Màu 4: Phản chiếu dưới đáy (đã làm tối hơn) */
    );
    /* ----------------------------- */

    /* Hiệu ứng nổi 3D */
    box-shadow:
        0 6px 18px rgba(0,0,0,0.35),   /* bóng bên ngoài */
        inset 0 3px 4px rgba(255,255,255,0.9), /* sáng trên */
        inset 0 -4px 6px rgba(0,0,0,0.35);     /* tối dưới */
}

/* Lớp vân phay xước kim loại */
.elementor-6983 .elementor-element.elementor-element-5eb9d33::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        90deg,
        rgba(255,255,255,0.2) 0px,
        rgba(255,255,255,0.2) 1px,
        rgba(0,0,0,0.08) 2px,
        rgba(0,0,0,0.08) 3px
    );
    opacity: 0.35;
    mix-blend-mode: overlay;
    pointer-events: none;
}

/* Lớp ánh sáng glossy nhẹ phía trên */
.elementor-6983 .elementor-element.elementor-element-5eb9d33::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.65),
        rgba(255,255,255,0.15),
        rgba(255,255,255,0)
    );
    pointer-events: none;
}/* End custom CSS */