/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* =========================================================
   1. MENU FIXED CHO FLATSOME (CẤU TRÚC CƠ BẢN)
   ========================================================= */
.vin-sidebar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    background-color: #121722;
    z-index: 999999 !important; /* Luôn nằm trên cùng */
    padding-top: 0px; 
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.5);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
}

/* =========================================================
   STYLE NÚT MINI GAME (CHUẨN VIN88 + HIỆU ỨNG SÁNG)
   ========================================================= */

.vin-header-section { 
    padding: 10px; 
    border-bottom: 1px solid #1e2530; 
    margin-bottom: 10px; 
    overflow: visible !important;
}

/* KHUNG NÚT */
.vin-special-btn {
    background: linear-gradient(180deg, #533010 0%, #291b0c 100%);
    border: 1px solid #7c5e2a;
    border-radius: 6px;
    height: 48px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

/* HIỆU ỨNG HOVER SÁNG LÊN */
.vin-special-btn:hover {
    background: linear-gradient(180deg, #7a4616 0%, #3d2812 100%); /* Nền sáng hơn chút */
    border-color: #ffd700; /* Viền vàng sáng */
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.4); /* Phát sáng xung quanh */
}

/* Khi hover vào nút, quả cầu sẽ sáng rực lên */
.vin-special-btn:hover .vin-mini-icon {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) brightness(1.2);
    transform: translateY(-50%) scale(1.1); /* Phóng to nhẹ */
}

/* 1. ẢNH QUẢ CẦU (ĐÃ CHỈNH VỊ TRÍ THEO YÊU CẦU) */
.vin-mini-icon {
    position: absolute;
    left: 12px; /* Thụt vào 12px */
    top: 50%;
    transform: translateY(-50%); /* Căn giữa dọc */
    width: 35px !important; /* Kích thước nhỏ gọn */
    max-width: unset !important;
    height: auto;
    z-index: 10;
    filter: drop-shadow(0 4px 4px rgba(0,0,0,0.5));
    transition: all 0.3s ease; /* Để hiệu ứng hover mượt */
}

/* 2. ẢNH CHỮ MINI GAME */
.vin-mini-text {
    height: 18px !important; /* Chữ nhỏ lại chút cho cân */
    width: auto !important;
    margin-left: 55px; /* Đẩy sang phải để né quả cầu */
    z-index: 5;
    object-fit: contain;
}

/* HIỆU ỨNG BÓNG LOÁNG (SHINE) */
.vin-special-btn .shine {
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent); /* Bóng sáng hơn */
    transform: skewX(-20deg);
    animation: shineMove 3s infinite;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
    pointer-events: none; /* Không chặn chuột hover */
}
@keyframes shineMove { 0% { left: -100%; } 20% { left: 200%; } 100% { left: 200%; } }

/* DANH SÁCH MENU */
.vin-nav-list { display: flex; flex-direction: column; gap: 2px; padding-bottom: 20px; }
.vin-nav-item { display: flex; align-items: center; padding: 0 15px; height: 46px; text-decoration: none !important; background-color: #1b212d; margin: 0 10px; border-radius: 4px; border: 1px solid transparent; position: relative; transition: all 0.2s; }
.vin-nav-item:hover, .vin-nav-item.active { background: linear-gradient(90deg, #2b3547 0%, #202735 100%); border-color: #3e4a61; }
.active-bar { position: absolute; left: 0; top: 10%; height: 80%; width: 3px; background: #00e5ff; border-radius: 0 2px 2px 0; opacity: 0; transition: opacity 0.2s; box-shadow: 0 0 5px #00e5ff; }
.vin-nav-item.active .active-bar { opacity: 1; }

/* ICON MASK ĐỔI MÀU */
.nav-icon { width: 32px; height: 32px; margin-right: 12px; display: flex; align-items: center; justify-content: center; }
.vin-mask-icon { width: 24px; height: 24px; display: block; background: linear-gradient(180deg, #ffffff 0%, #aab2bd 100%); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; transition: all 0.3s ease; }
.vin-nav-item:hover .vin-mask-icon, .vin-nav-item.active .vin-mask-icon { background: linear-gradient(180deg, #fff5a5 0%, #ffc640 50%, #d49318 100%); transform: scale(1.15); filter: drop-shadow(0 0 5px rgba(255, 198, 64, 0.6)); }

/* TEXT & BADGE */
.vin-nav-text { flex-grow: 1; color: #8c9bb7; font-size: 14px; font-weight: 600; display: flex; align-items: center; justify-content: space-between; }
.vin-nav-item:hover .vin-nav-text, .vin-nav-item.active .vin-nav-text { color: #fff; text-shadow: 0 0 8px rgba(255,255,255,0.4); }
.badge-icon { height: 18px; width: auto; }
.badge-text.new { background: #00bcd4; color: #003036; font-size: 9px; padding: 2px 5px; border-radius: 3px; font-weight: 800; box-shadow: 0 0 6px #00bcd4; }

/* FOOTER */
.vin-nav-footer { margin-top: auto; padding-top: 10px; padding-bottom: 20px; border-top: 1px solid #232a38; }
.vin-nav-footer .nav-icon i { font-size: 22px; color: #8c9bb7; transition: color 0.2s; }
.vin-nav-footer .vin-nav-item:hover .nav-icon i { color: #fff; }

/* Scrollbar */
.vin-sidebar-fixed::-webkit-scrollbar { width: 5px; }
.vin-sidebar-fixed::-webkit-scrollbar-track { background: #0f131a; }
.vin-sidebar-fixed::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }


/* =========================================================
   3. LAYOUT VIN88: HEADER TRÊN - MENU DƯỚI (FIXED TOP 72PX)
   ========================================================= */
@media (min-width: 850px) {

    /* 1. CẤU HÌNH HEADER (Nằm trên cùng, đè lên tất cả) */
    .header-wrapper {
        height: 72px !important; /* Chiều cao cố định */
        width: 100% !important;
        position: fixed !important; /* Dính chặt trên cùng */
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
        z-index: 999999 !important; /* Layer cao nhất */
    }
    
    /* Đẩy nội dung web xuống để không bị Header che mất */
    #main {
        padding-top: 72px !important; 
    }

    /* 2. CẤU HÌNH MENU BÊN TRÁI (Nằm dưới Header) */
    .vin-sidebar-fixed {
        top: 72px !important; /* Cách lề trên đúng bằng chiều cao Header */
        height: calc(100vh - 72px) !important; /* Chiều cao còn lại */
        left: 0;
        width: 260px; /* Độ rộng menu */
        position: fixed !important;
        background-color: #121722;
        z-index: 9999; /* Thấp hơn Header một chút */
        overflow-y: auto; /* Cho phép cuộn */
        padding-top: 10px;
        box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    }

    /* 3. ĐẨY NỘI DUNG WEB SANG PHẢI */
    #main, #footer, .footer-wrapper {
        margin-left: 260px !important; /* Né cái menu ra */
        width: auto !important;
        box-sizing: border-box;
    }
    
    /* Fix lỗi thanh cuộn ngang */
    body {
        overflow-x: hidden;
        padding-left: 0 !important;
    }
}

/* --- XỬ LÝ KHI CÓ THANH ADMIN BAR --- */
@media (min-width: 850px) {
    .admin-bar .header-wrapper {
        top: 32px !important;
    }
    .admin-bar .vin-sidebar-fixed {
        top: 104px !important; /* 72px + 32px */
        height: calc(100vh - 104px) !important;
    }
}

/* --- MOBILE: ẨN MENU, TRẢ VỀ ZIN --- */
@media (max-width: 849px) {
    .vin-sidebar-fixed { display: none !important; }
    #main, #footer, .footer-wrapper { margin-left: 0 !important; padding-top: 0 !important; }
}


/* =========================================================
   4. HIỆU ỨNG ĐÓNG/MỞ MENU SIDEBAR
   ========================================================= */
@media (min-width: 850px) {
    
    /* HIỆU ỨNG CHUYỂN ĐỘNG */
    .vin-sidebar-fixed, 
    .header-wrapper, 
    #main, 
    #footer, 
    .footer-wrapper {
        transition: all 0.3s ease-in-out;
    }

    /* --- TRẠNG THÁI KHI MENU ĐÓNG --- */
    
    /* 1. Đẩy Menu sang trái để giấu đi */
    body.vin-menu-closed .vin-sidebar-fixed {
        left: -260px !important; /* Thụt vào trong */
    }

    /* 2. Kéo nội dung web giãn ra lấp đầy chỗ trống */
    body.vin-menu-closed #main, 
    body.vin-menu-closed #footer, 
    body.vin-menu-closed .footer-wrapper {
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }
}






/* --- 1. MŨI TÊN CHUẨN VIN88 (To + Hover Vàng) --- */
.vin88-swiper .swiper-button-next,
.vin88-swiper .swiper-button-prev {
    width: 40px !important;    /* To bằng Vin88 */
    height: 40px !important;
    background: rgba(0, 0, 0, 0.5); /* Nền đen mờ mặc định */
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Hover vào đổi màu VÀNG */
.vin88-swiper .swiper-button-next:hover,
.vin88-swiper .swiper-button-prev:hover {
    background-color: #d4af37 !important; /* Màu vàng Vin88 */
    opacity: 1;
    border-color: #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6); /* Phát sáng nhẹ */
}

/* Icon mũi tên bên trong */
.vin88-swiper .swiper-button-next:after,
.vin88-swiper .swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: bold;
    color: #fff; /* Mũi tên luôn trắng */
}

/* Đẩy mũi tên ra sát mép hơn cho thoáng */
.vin88-swiper .swiper-button-next { right: 10px; }
.vin88-swiper .swiper-button-prev { left: 10px; }


/* --- 2. LAYOUT & KHOẢNG CÁCH --- */
.vin88-swiper-wrapper { width: 100%; position: relative; overflow: hidden; }
.vin88-swiper { width: 100%; height: 100%; padding-bottom: 40px; overflow: visible !important; }

/* Slide Item */
.vin88-slide-item { 
    display: block; 
    height: 100%; 
    z-index: 1;
    transition: transform 0.3s;
}

/* Ảnh bên trong */
.vin88-img-inner {
    width: 100%; height: 100%;
    background-position: center; background-size: cover;
    border-radius: 12px;
    
    /* MẶC ĐỊNH: KHÔNG THU NHỎ (SCALE 1) ĐỂ DỄ CĂN KHOẢNG CÁCH */
    /* Nếu muốn hiệu ứng to nhỏ, bật dòng dưới lên thành 0.9 */
    transform: scale(0.9); 
    opacity: 0.5; /* Mờ ảnh 2 bên */
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Active Slide (Ở giữa) */
.vin88-swiper .swiper-slide-active { z-index: 10; }
.vin88-swiper .swiper-slide-active .vin88-img-inner {
    transform: scale(1); /* Phóng to 100% */
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.vin88-swiper .swiper-pagination-bullet-active { background: #d4af37; opacity: 1; }

/* --- 3. FIX BACKEND UX BUILDER --- */
/* Style riêng trong chế độ sửa để thấy rõ khoảng cách */
body.ux-builder-active .vin88-swiper-wrapper {
    height: auto !important;
    overflow: visible !important;
    border: 2px dashed #ddd;
    padding: 20px;
    background: #f9f9f9;
}

body.ux-builder-active .vin88-swiper .swiper-wrapper {
    /* Flexbox & Gap đã được PHP xử lý inline */
    transform: none !important;
    width: 100% !important;
}

body.ux-builder-active .vin88-slide-item {
    width: 200px !important;  /* Cố định size trong backend để dễ nhìn */
    height: 150px !important;
    margin: 0 !important; /* Reset margin để gap tính đúng */
}

body.ux-builder-active .vin88-img-inner { 
    transform: none !important; 
    opacity: 1 !important; 
}





















/* =============================================
   STYLE CHO VIN88 GAME LIST (FINAL)
   ============================================= */

/* --- 1. KHUNG BAO NGOÀI --- */
.vin88-list-wrapper {
    margin-bottom: 30px;
    position: relative;
}

/* --- 2. HEADER (Tiêu đề + Nút bấm) --- */
.vin88-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.vin88-list-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.vin88-list-title .icon-fire { font-size: 20px; } /* Icon lửa */

/* Cụm nút bên phải (Prev, Next, Xem thêm) */
.vin88-list-actions {
    display: flex;
    align-items: center;
    gap: 12px; /* Khoảng cách giữa các nút */
}

/* --- 3. NÚT ĐIỀU HƯỚNG (PREV / NEXT) --- */
.vin88-nav-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

    /* TRẠNG THÁI MẶC ĐỊNH (CÒN ẢNH) -> SÁNG MÀU VÀNG */
    background: #ffce49;
    border: 1px solid #ffce49;
    opacity: 1;
    box-shadow: 0 0 10px rgba(255, 206, 73, 0.3);
    z-index: 5;
}

/* Mũi tên bên trong (Màu ĐEN khi nút đang sáng) */
.vin88-nav-btn::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    display: block;
    transform: rotate(45deg);
}

/* Hiệu ứng khi di chuột vào nút sáng */
.vin88-nav-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 206, 73, 0.6);
    background: #ffd666; /* Sáng hơn chút */
}

/* TRẠNG THÁI VÔ HIỆU (HẾT ẢNH - DISABLED) -> TỐI MÀU */
/* Swiper tự động thêm class này khi ở đầu hoặc cuối list */
.vin88-nav-btn.swiper-button-disabled {
    background: #2a2a2a !important; /* Nền tối */
    border-color: #333 !important;   /* Viền tối */
    opacity: 0.6 !important;         /* Mờ đi */
    cursor: default !important;
    pointer-events: none;            /* Không cho bấm */
    box-shadow: none !important;
    transform: none !important;
}

/* Mũi tên bên trong (Màu XÁM khi nút tối) */
.vin88-nav-btn.swiper-button-disabled::after {
    border-color: #666 !important;
}

/* Chỉnh góc xoay mũi tên cho đúng hướng */
.vin88-prev::after { transform: rotate(-135deg); margin-left: 2px; }
.vin88-next::after { transform: rotate(45deg); margin-right: 2px; }


/* --- 4. NÚT XEM THÊM (OUTLINE STYLE) --- */
.vin88-view-more {
    background: transparent;
    color: #ffce49; /* Chữ vàng */
    border: 1px solid #ffce49; /* Viền vàng */
    padding: 5px 15px;
    border-radius: 20px; /* Bo tròn oval */
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    line-height: 1;
    display: flex;
    align-items: center;
    white-space: nowrap; /* Giữ chữ không bị xuống dòng */
    height: 32px; /* Cao bằng nút prev/next cho đều */
}

.vin88-view-more:hover {
    background: #ffce49; /* Nền vàng */
    color: #000; /* Chữ đen */
    box-shadow: 0 0 10px rgba(255, 206, 73, 0.4);
}


/* --- 5. ITEM GAME & HÌNH ẢNH --- */
.vin88-item-link {
    display: block;
    text-decoration: none;
    position: relative;
}

.vin88-item-thumb {
    width: 100%;
    /* Padding-bottom sẽ được code PHP xử lý (100% hoặc 0 tùy chiều cao) */
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #111; /* Nền đen loading */
    /* Fix lỗi Safari bo góc */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.vin88-img-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}

.vin88-item-title {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}


/* --- 6. HIỆU ỨNG HOVER KIỂU 1: GAME (VIỀN VÀNG + PLAY) --- */
.style-game .vin88-item:hover .vin88-item-thumb {
    border: 2px solid #ffce49; /* Viền vàng hiện ra */
    box-sizing: border-box; /* Đảm bảo viền không làm vỡ layout */
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

/* Lớp phủ đen mờ */
.style-game .vin88-overlay-game {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Icon Play tròn ở giữa */
.style-game .vin88-play-icon {
    width: 45px;
    height: 45px;
    background: #ffce49;
    border-radius: 50%;
    position: relative;
    transform: scale(0.5); /* Thu nhỏ ban đầu */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Hiệu ứng nảy */
}

/* Tam giác play bên trong */
.style-game .vin88-play-icon::after {
    content: '';
    position: absolute;
    top: 50%; left: 55%;
    transform: translate(-50%, -50%);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #000; /* Màu đen */
}

/* Action khi Hover */
.style-game .vin88-item:hover .vin88-overlay-game { opacity: 1; }
.style-game .vin88-item:hover .vin88-play-icon { transform: scale(1); }
.style-game .vin88-item:hover .vin88-img-bg { transform: scale(1.1); }


/* --- 7. HIỆU ỨNG HOVER KIỂU 2: SHINE (THỂ THAO - BÓNG SÁNG) --- */
.style-shine .vin88-overlay-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
}

.style-shine .vin88-item:hover .vin88-overlay-shine {
    animation: vin88-shine 0.75s; /* Chạy hiệu ứng lướt qua */
}

.style-shine .vin88-item:hover .vin88-img-bg {
    transform: scale(1.1); /* Phóng to ảnh nhẹ */
}

@keyframes vin88-shine {
    100% {
        left: 200%;
    }
}
/* --- HIỆU ỨNG FADE OUT (BÓNG MỜ BÊN PHẢI) --- */

.vin88-list-swiper {
    /* Mặc định: Có bóng mờ bên phải */
    -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
    mask-image: linear-gradient(to right, black 85%, transparent 100%);
    
    /* Chuyển đổi mượt mà */
    transition: mask-image 0.4s ease, -webkit-mask-image 0.4s ease;
    
    /* Padding nhỏ để tránh lỗi cắt ảnh */
    padding-right: 2px;
}

/* --- KHI ĐẾN CUỐI CÙNG -> TẮT BÓNG MỜ --- */
.vin88-list-swiper.reached-end {
    -webkit-mask-image: none !important;
    mask-image: none !important;
}
/* --- STYLE CHO ICON TIÊU ĐỀ MỚI --- */

/* Icon dạng ảnh (Khi bạn upload ảnh) */
.vin88-custom-icon {
    height: 28px; /* Chiều cao bằng chữ */
    width: auto;  /* Tự động chỉnh rộng theo tỉ lệ ảnh */
    max-width: 50px; /* Không cho quá to */
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

/* Căn chỉnh text tiêu đề cho thẳng hàng với icon */
.vin88-list-title {
    display: flex;
    align-items: center;
}

/* Nếu không dùng ảnh, icon lửa cũ vẫn hoạt động */
.icon-fire {
    font-size: 24px;
    margin-right: 5px;
}








/* --- 1. CĂN CHỈNH LAYOUT HEADER --- */
/* Căn giữa các nút và tạo khoảng cách */
.header-nav.nav-right {
    align-items: center;
    gap: 8px; /* Khoảng cách giữa các nút */
}

/* --- 2. BIẾN NÚT TÌM KIẾM THÀNH HÌNH TRÒN (GIỐNG VIN88) --- */
/* Target vào thẻ a bên trong li.header-search */
li.header-search-lightbox a {
    width: 38px;
    height: 38px;
    border-radius: 50% !important; /* Ép thành hình tròn */
    border: 1px solid #3d4655;     /* Viền xám xanh */
    background: rgba(255,255,255,0.02); /* Nền tối mờ */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important; /* Xóa padding mặc định của Flatsome */
    transition: all 0.3s;
}

/* Chỉnh màu icon kính lúp */
li.header-search-lightbox a i {
    color: #6ea8fe; /* Màu xanh dương nhạt */
    font-size: 16px !important;
    opacity: 1 !important;
}

/* Hiệu ứng Hover vào tìm kiếm */
li.header-search-lightbox a:hover {
    border-color: #6ea8fe;
    box-shadow: 0 0 10px rgba(110, 168, 254, 0.3);
    background: rgba(255,255,255,0.05);
}

/* --- 3. TẠO VẠCH NGĂN CÁCH (DIVIDER) --- */
/* Dùng pseudo-element để vẽ vạch kẻ bên phải nút tìm kiếm */
li.header-search {
    position: relative;
    margin-right: 10px; /* Đẩy các nút sau ra xa vạch kẻ */
}
li.header-search::after {
    content: '';
    position: absolute;
    right: -10px; /* Đặt vạch nằm giữa khoảng trống */
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #3d4655; /* Màu vạch kẻ */
}

/* --- 4. BUTTON 1 (DÙNG LÀM NÚT ĐĂNG NHẬP) --- */
/* Giả sử Button 1 là Đăng nhập (Outline) */
li.header-button-1 .button {
    background: transparent !important;
    border: 1px solid #ffce49 !important; /* Viền vàng */
    color: #ffce49 !important; /* Chữ vàng */
    border-radius: 20px !important; /* Bo tròn vừa phải giống Vin88 */
    height: 38px;
    min-height: 38px;
    line-height: 36px !important; /* Căn giữa dòng (trừ border) */
    padding: 0 20px !important;
    font-weight: 700;
    text-transform: capitalize !important; /* Viết hoa chữ cái đầu */
    font-size: 14px;
    box-shadow: none !important;
    margin: 0;
}
li.header-button-1 .button:hover {
    background: rgba(255, 206, 73, 0.1) !important;
    box-shadow: 0 0 10px rgba(255, 206, 73, 0.3) !important;
    color: #ffce49 !important;
}

/* --- 5. BUTTON 2 (DÙNG LÀM NÚT ĐĂNG KÝ) --- */
/* Giả sử Button 2 là Đăng ký (Nền vàng) */
li.header-button-2 .button {
    /* Gradient vàng cam chuẩn Vin88 */
    background: linear-gradient(to bottom, #ffeebb 0%, #ffc660 50%, #ffaa2b 100%) !important;
    border: none !important;
    color: #5d2f02 !important; /* Chữ màu nâu đậm */
    border-radius: 20px !important;
    height: 38px;
    min-height: 38px;
    line-height: 38px !important;
    padding: 0 20px !important;
    font-weight: 700;
    text-transform: capitalize !important;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(255, 170, 43, 0.3) !important;
    margin: 0;
}
li.header-button-2 .button:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 170, 43, 0.5) !important;
    color: #5d2f02 !important;
}






/*NEW CSSS*/
.sec-live .row-collapse {
    background: url(/vin88/wp-content/uploads/2025/12/download-1.webp);
    border-radius: 10px;
    padding: 30px 10px 0px 10px;
}
.h2-new h2 {
    margin-left: 30px;
}
.col-bg .col-inner {
    background: radial-gradient(56.51% 54.76% at 50% 95.16%, #ff2b1d99 0, #ff2b1d00), #1e2235;
    padding: 30px 15px 5px 15px;
    border-radius: 10px;
}
.sec-footer h3 {
    font-size: 16px;
}
.sec-footer p {
    font-size: 14px;
    margin-bottom: 10px;
}
a.vin-nav-item .nav-text {
    color: #f7f7f8;
    font-weight: 500;
    font-size: 14px;
}
a.vin-nav-item:hover .nav-text {
    color: #ffc759;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}