/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome WordPress Theme
Author: UX Themes
Author URI: http://www.uxthemes.com/
Template: flatsome
Version: 3.0
*/

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

.col {
    padding-bottom: 20px;
}

/* Shine effect for box-image */
.box-image {
    position: relative;
    overflow: hidden;
}

.box-image:before {
    background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .5)));
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5));
    background: -o-linear-gradient(right,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.5) 100%);
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .5));
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 50%;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s ease;
}

/* Keyframes for shine animation */
@keyframes shine {
    0% {
        left: -100%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}

/* Trigger shine effect on hover for boxes with 'hover-shine' class */
.box.hover-shine:hover .box-image:before {
    animation: shine 1.5s ease;
    opacity: 1; /* Make visible when animation starts */
}

/* Trigger shine effect on hover for boxes within .top-gallery (which have 'has-hover' class) */
.row.top-gallery .box.has-hover:hover .box-image:before, .row.bottom-gallery .box.has-hover:hover .box-image:before  {
    animation: shine 1.5s ease;
    opacity: 1; /* Make visible when animation starts */
}

/* Shine effect for gallery (Đã loại bỏ hoặc thay đổi) */
/* Các CSS cũ liên quan đến .row.top-gallery:hover .box-image:before đã được thay thế hoặc gộp vào đây */

.top-gallery .box-image .overlay,
.top-gallery .box-image .overlay.fill {
    background: transparent !important;
    background-color: transparent !important;
}

/* SVG Label for Gallery Images */
.row.top-gallery .gallery-col:nth-child(2)::after,
.row.top-gallery .gallery-col:nth-child(5)::after {
    content: '';
    position: absolute;
    top: 16px; /* Điều chỉnh vị trí từ trên xuống */
    right: 1px; /* Điều chỉnh vị trí từ phải vào */
    width: 60px; /* Chiều rộng của SVG */
    height: 25px; /* Chiều cao của SVG */
    z-index: 15; /* Đảm bảo SVG hiển thị trên các lớp khác */
    background: url('/wp-content/uploads/2025/06/label-agency.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none; /* Không chặn các sự kiện chuột */
}

.base-title__text {
    color: #0f0f0f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    text-transform: capitalize;
}

/* Hide overlay for box-overlay class */
.box.box-overlay .box-image .overlay {
    display: none !important;
}

/* Set fixed height for gallery images */
.tabbed-content.hot-category-tab .col-inner img {
    height: 256px;
    width: auto !important; /* Đảm bảo chiều rộng tự động để không bị biến dạng */
    object-fit: cover;
}

/* Price Range Label for Images (using specific classes) */
.img.price-after {
    position: relative; /* Đảm bảo position relative để chứa ::after */
    box-sizing: border-box;
}

.img.price-after::after {
    display: flex; /* Sử dụng flexbox để căn chỉnh nội dung */
    position: absolute;
    bottom: 0px; /* Đặt label sát mép dưới của ảnh */
    left: 0;
    right: 0;
    background: radial-gradient(50% 25% at 50% 100%, rgba(252, 177, 66, .2) 0, rgba(0, 0, 0, .2) 100%), linear-gradient(180deg, #131313, #333); /* Nền gradient */
    border-radius: 0; /* Không bo tròn góc */
    color: #fdfbfb; /* Màu chữ */
    font-family: 'SVN-Gilroy', sans-serif; /* Sử dụng font đã thêm */
    font-size: 14px; /* Kích thước font */
    font-weight: 600; /* Độ đậm font */
    height: 24px; /* Chiều cao cố định */
    padding: 2px 4px; /* Padding */
    text-align: left; /* Căn trái văn bản */
    text-transform: uppercase; /* Viết hoa toàn bộ */
    z-index: 5;
    box-sizing: border-box;
    /* Flexbox alignment */
    -webkit-box-align: center; /* Hỗ trợ trình duyệt cũ */
    -webkit-align-items: center; /* Hỗ trợ trình duyệt cũ */
    -ms-flex-align: center; /* Hỗ trợ trình duyệt cũ */
    align-items: center; /* Căn giữa dọc nội dung */
}

/* Nội dung cụ thể cho từng mức giá */
.img.\32 5k-100000k::after {
    content: "25 K - 100,000 K";
}

.img.\35 0k-5000k::after {
    content: "50 K - 5,000 K";
}

.img.\34 k-100000k::after {
    content: "4 K - 100,000 K";
}

.img.price-than-bai {
    position: relative;
    display: inline-block; /* Hoặc block, tùy thuộc vào layout mong muốn */
    /* Thêm các style khác cho .img.price-than-bai nếu cần */
}

.img.price-than-bai::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/06/ic-coin.png'); /* Đường dẫn tuyệt đối */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.img.price-than-bai::after {
    content: "10,295,880,000";
    position: relative; /* Giữ nó là relative để content hiển thị bình thường sau pseudo-element */
    padding-left: 25px; /* Khoảng cách giữa ảnh và số */
    /* Thêm các style khác cho số nếu cần (ví dụ: font-size, color) */
    font-size: 18px;
    font-weight: bold;
    color: #fff; /* Thay đổi màu sắc nếu cần */
}

/* Loại bỏ điều chỉnh margin-bottom cho .box-text vì label giờ nằm trong ảnh */
.box.price-after .box-text {
    margin-bottom: 0; 
}

/* Loại bỏ điều chỉnh margin-bottom cho .box-text vì label giờ nằm trong ảnh */
.box.price-after .box-text {
    margin-bottom: 0; 
}

/* loại bỏ shadow cho text */
.none-shadow {
    text-shadow: none !important;
}

.home-category-games .featured-banner-item .button[data-v-cf958d16] {
    gap: 10px;
    width: 145px;
}

.button.main--primary {
    background-color: #d8242b;
    color: #fff;
}

.button.main {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: -1em;
}

/* Hover button for .hover-btn images */
.img.hover-btn {
    position: relative; /* Đảm bảo position relative để chứa ::before */
}

.img.hover-btn .img-inner {
    position: relative; /* Đảm bảo position relative để chứa ::after overlay */
}


.img.hover-btn .img-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Nền đen trong suốt */
    opacity: 0;
    visibility: hidden; /* Ẩn ban đầu */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Hiệu ứng mượt mà */
    z-index: 9; /* Đảm bảo nằm dưới nút, trên ảnh */
}

.img.hover-btn:hover::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* Cho phép tương tác khi hover (nếu là nút thực tế) */
}

.img.hover-btn:hover .img-inner::after {
    opacity: 1;
    visibility: visible;
}

/* CSS cho nút hover */
.hover-btn {
    position: relative;
}

.hover-btn .added-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e74c3c;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    min-width: 120px;
    height: 30px;
}

.hover-btn .added-button:hover {
    background-color: #e74c3c;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transform: translate(-50%, -50%) translateY(-2px);
}

.hot-category-tab ul li a {
    margin-right: 20px;
    color: #999;
    font-weight: 600;
    font-size: 16px;
}

.flex-box[data-v-1eea5a12] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.just-between[data-v-1eea5a12] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.just-around[data-v-1eea5a12] {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.just-center[data-v-1eea5a12] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.just-flex-end[data-v-1eea5a12] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home-jackpot[data-v-1eea5a12] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    gap: 15px;
    justify-content: space-between;
}

.home-jackpot__left[data-v-1eea5a12] {
    height: 105px;
    position: relative;
    width: 50%
}

.home-jackpot__left .banner-jackpot[data-v-1eea5a12] {
    height: 100%;
    width: 100%
}

.home-jackpot__left .jackpot-note[data-v-1eea5a12] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 15px);
    left: 140px;
    position: absolute;
    top: 15px;
    width: 130px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-jackpot__left .jackpot-note__title[data-v-1eea5a12] {
    color: #fdfbfb;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4
}

.home-jackpot__left .jackpot-note__desc[data-v-1eea5a12] {
    color: #fff0ee;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.home-jackpot__right[data-v-1eea5a12] {
    position: relative;
    width: 50%
}

.home-jackpot__right .banner-lottery[data-v-1eea5a12] {
    height: 105px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.home-jackpot__right .home-lottery[data-v-1eea5a12] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    gap: 20px;
    height: 100%;
    justify-content: space-between;
    padding: 25px 16px;
    position: absolute;
    top: 6px;
    width: 100%
}

.home-jackpot__right .lottery-note[data-v-1eea5a12] {
    padding-left: 130px
}

.home-jackpot__right .lottery-note__title[data-v-1eea5a12] {
    color: #fdfbfb;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 10px;
}

.home-jackpot__right .lottery-note__play[data-v-1eea5a12] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    margin-top: 8px;
    width: 94px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff0ee;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0
}

.home-jackpot__right .lottery-note__play span[data-v-1eea5a12] {
    position: relative;
    top: -1px
}

.home-jackpot__right .home-lottery .jackpot-number[data-v-1eea5a12] {
    top: 6px
}

.home-jackpot .jackpot-number[data-v-1eea5a12] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 15px);
    padding: 25px 30px;
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fffef4;
    background: -webkit-gradient(linear,left top,right bottom,from(#fffef4),color-stop(42%,#ffff76),color-stop(72%,#f0a209));
    background: -webkit-linear-gradient(top left,#fffef4 0,#ffff76 42%,#f0a209 72%);
    background: -o-linear-gradient(top left,#fffef4 0,#ffff76 42%,#f0a209 72%);
    background: linear-gradient(to bottom right,#fffef4,#ffff76 42%,#f0a209 72%);
    -webkit-background-clip: text;
    color: #f19b36;
    gap: 10px;
    min-width: 350px;
    -webkit-text-fill-color: transparent
}

.home-jackpot .jackpot-number img[data-v-1eea5a12] {
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    top: 2px;
    width: 32px
}

.home-jackpot .jackpot-number span[data-v-1eea5a12] {
    font-size: 24px;
    font-weight: 700
}

.flex-box[data-v-606f3c66] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.just-between[data-v-606f3c66] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.just-around[data-v-606f3c66] {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.just-center[data-v-606f3c66] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.just-flex-end[data-v-606f3c66] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home-jackpot[data-v-606f3c66] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2,1fr);
    padding-bottom: 16px
}

.home-jackpot__item[data-v-606f3c66] {
    background: url(/wp-content/uploads/2025/06/mb-banner-jackpot.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 15vw;
    position: relative;
    width: 100%
}

.home-jackpot__item.lode[data-v-606f3c66] {
    background: url(/wp-content/uploads/2025/06/mb-banner-lottery-v2.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 15vw;
    position: relative;
    width: 100%
}

.home-jackpot__item .wrapper-jackpot[data-v-606f3c66] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 29%;
    position: absolute;
    top: 62%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home-jackpot__item .wrapper-jackpot .jackpot-title[data-v-606f3c66] {
    color: #fdfbfb;
    font-size: 3.07vw;
    font-weight: 700
}

.home-jackpot__item .wrapper-jackpot .jackpot-number[data-v-606f3c66] {
    background: #fffef4;
    background: -webkit-gradient(linear,left top,right bottom,from(#fffef4),color-stop(42%,#ffff76),color-stop(72%,#f0a209));
    background: -webkit-linear-gradient(top left,#fffef4 0,#ffff76 42%,#f0a209 72%);
    background: -o-linear-gradient(top left,#fffef4 0,#ffff76 42%,#f0a209 72%);
    background: linear-gradient(to bottom right,#fffef4,#ffff76 42%,#f0a209 72%);
    -webkit-background-clip: text;
    color: #f19b36;
    -webkit-text-fill-color: transparent;
    font-size: 3.07vw;
    font-weight: 700
}

.flickity-button {
    display: none;
}

.wrapper-title {
    display: flex;
    justify-content: space-between;
}

.button-link {
    background: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    height: 40px;
    min-width: 120px;
    padding: 10px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eaeaea;
    color: #bf3230;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.button-link:focus, .button-link:hover {
    background-color: #fff0ee;
    border: 1px solid #fee2dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bf3230;
}

.price-bottom {
    position: relative; /* Đảm bảo phần tử cha là relative để định vị con tuyệt đối */
    overflow: hidden; /* Đảm bảo nội dung không tràn ra ngoài */
}

.game-item__jackpot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #1a1a1a;
    color: #fff;
    padding: 2px 0px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    text-align: left;
}

.game-item__jackpot .icon-coin {
    width: 20px; /* Kích thước icon */
    height: 20px; /* Kích thước icon */
    margin-right: 8px; /* Khoảng cách giữa icon và số */
    vertical-align: middle; /* Căn giữa icon với text */
}

.game-item__jackpot span {
    font-size: 12px; /* Kích thước số */
    font-weight: bold;
    color: #fff; /* Màu số */
    display: flex;
    align-items: center;
}


.off-canvas-left .mfp-content {
    --drawer-width: 100% !important;
}

.nav-lists {
    padding: 0 10px;
    row-gap: 10px;
    column-gap: 8px;
}

.nav-lists .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.nav-lists.game-lists {
    margin-bottom: 10px;
}

.nav-lists.game-lists .col {
    
    background-color: #fff;
}

/* .nav-lists .col .col-inner {
    background-color: #fff;
} */

.ux-menu-title {
    color: #fdfbfb;
    font-size: 18px;
    font-weight: 700;
    align-items: flex-start;
    padding-top: 0;
}

.ft-pc-section a {
    color: #c6c6c6;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ft-pc-section a:hover {
    color: #d8242b !important;
}

.ft-pc-section .ux-menu-link__text {
    display: inline-block;       /* hoặc block nếu cần full width */
    max-width: 100%;             /* giới hạn chiều rộng */
    white-space: nowrap;         /* không cho xuống dòng */
    overflow: hidden;            /* ẩn phần bị tràn */
    text-overflow: ellipsis;     /* hiển thị dấu ... */
}

.ft-pc-section .ux-menu-link__link {
    display: flex;
    min-width: 0;
}

.ft-pc-section .list-bank-support-wrapper {
    margin: 0 auto;
    max-width: 490px;
    position: relative
}

.ft-pc-section .list-bank-support-wrapper:before {
    background-color: #0f0f0f;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ft-pc-section .list-bank-support {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(-322.83%,#2c2e2f),color-stop(-222.85%,hsla(197,3%,44%,.333)),to(hsla(193,4%,57%,0)));
    background: -webkit-linear-gradient(top,#2c2e2f -322.83%,hsla(197,3%,44%,.333) -222.85%,hsla(193,4%,57%,0));
    background: -o-linear-gradient(top,#2c2e2f -322.83%,hsla(197,3%,44%,.333) -222.85%,hsla(193,4%,57%,0) 100%);
    background: linear-gradient(180deg,#2c2e2f -322.83%,hsla(197,3%,44%,.333) -222.85%,hsla(193,4%,57%,0));
    border-radius: 100px;
    gap: 36px;
    margin: 0 auto -20px;
    max-width: 415px;
    padding: 6px 35px;
    z-index: 2
}

.ft-pc-section .list-bank-support, .ft-pc-section .footer-content__box-support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.ft-pc-section .footer-content__box-support .text-name {
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.1;
    position: relative;
    white-space: nowrap;
}

.ft-pc-section .footer-content__box-support .text-number {
    color: #fac5bb;
    font-size: 28px;
    line-height: 1.1;
}

.fw-900 {
    font-weight: 900 !important;
}

.ft-pc-section .footer-content__box-support {
    gap: 14px;
    width: 500%;
}

.ft-pc-section .footer-content__bottom[data-v-baa580d4] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    padding: 45px 0 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #2e3031;
    gap: 48px;
    overflow: hidden;
}

.ft-pc-section .footer-content__bank-support[data-v-baa580d4] {
    padding-right: 15px;
}

div#swiper-wrapper-4e293bc4e78ef8f2 {
    display: flex;
    column-gap: 10px;
}

@media (max-width: 1599px) {
    .ft-pc-sectio .footer-content__bank-support .bank-support-item[data-v-baa580d4] {
        max-width: 100px;
    }
}

.ft-pc-sectio .footer-content__bank-support .bank-support-item img[data-v-baa580d4] {
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    margin: 0 auto;
    max-height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
}

.absolute-footer {
    display: none;
}

.game-hot-sec {
    padding-bottom: 30px !important;
}

.box-content {
    max-height: 900px;
    overflow: auto;
}

.header-button-1 .button, .header-button-2 .button {
    width: 129px;
}

.nav > li > a {
    flex-direction: column;
    row-gap: 9px;
}

#masthead .nav > li > a > span {
    font-size: 20px;
}

.header-nav-main.nav-line-bottom > li:hover > a > span:before {
    color: #d8242b;
}


.header-nav-main {
    justify-content: space-between;
    padding: 0 40px;
}

.header-nav-main.nav-line-bottom > li.active  > a > span:before {
    color: #d8242b;
}

.archive-page-header .col {
    text-align: left;
}

.archive-page-header .page-title::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(30% + 15px);
    width: 50%;
    height: 2px;
    background: #deb551;
    top: calc(50% - 1px);
}

.post-sidebar a, .post a, .blog-wrapper a {
    color: #dd3333;
}

.post-sidebar a:hover, .post a:hover, .blog-wrapper a:hover {
    color: #10a908;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post .heading-font {
    color: #ee0606
}

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6, .blog-wrapper .heading-font {
    color: #ee0606
}

.blog-archive .post-item .from_the_blog_excerpt, .blog-archive .post-item .is-divider  {
    display: none;
}

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

    .box-content {
        max-height: 500px;
    }

    .img.price-after::after {
        height: 16px;
    }
    /* Set fixed height for gallery images */
    .tabbed-content.hot-category-tab .col-inner img {
        height: 165px !important;
        width: 100% !important; /* Đảm bảo chiều rộng tự động để không bị biến dạng */
        object-fit: cover;
    }

    .hot-category-tab ul li a {
        font-weight: 600;
        font-size: 14px !important;
        margin-right: 0;
        padding: 0;
    }

    .hot-category-tab .nav {
        justify-content: space-between !important;
    }

    .hot-category-tab .tab-panels .col {
        padding: 6px 5px;
    }

    .img.price-after::after {
        font-size: 12px;
        padding: 2px 4px;
    }

    .button.main {
        font-size: 12px;
    }

    .row.top-gallery .gallery-col:nth-child(2)::after, .row.top-gallery .gallery-col:nth-child(5)::after {
        top: 10px;
        right: 0px;
        width: 34px;
        height: 25px;
    }

    .game-item__jackpot span {
        font-size: 10px;
    }

    .game-item__jackpot .icon-coin {
        margin-right: 0px;
    }

    .flickity-page-dots {
        bottom: 5px;
    }

    .flickity-page-dots .dot {
        border: unset;
        height: 6px;
        width: 6px;
        background-color: #fff !important;
    }

    .slider-nav-light .flickity-page-dots .dot.is-selected {
        width: 18px;
        border-radius: 3px;
    }

    .menu-mobile-games {
        background: #fdfbfb;
        font-size: 10px;
        position: -webkit-sticky;
        position: sticky;
        top: 58px;
        z-index: 10;
    }

    .menu-mobile-games .menu-mobile-games__wrapper {
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    ;
        gap: 8px;
        overflow: auto;
        padding: 4px 12px 12px;
    }

    .menu-mobile-games__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    ;
        height: 32px;
        padding: 4px 8px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #efefef;
        gap: 4px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .menu-mobile-games__item .icon-menu-mb {
        font-size: 20px;
    }

    .menu-mobile-games__title {
        color: #0f0f0f;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
        text-transform: capitalize;
        white-space: nowrap;
        width: 100%;
    }

    .nav-lists .small-4 {
        flex-basis: 32%;
        max-width: 33.3333333333%;
    }

    .nav-lists .small-6 {
        flex-basis: 49%;
        max-width: 50%;
    }

    .nav-lists .button
    {
        margin-bottom: 0;
    }

    .contact {
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    ;
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .contact .header-collapse {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    
    .contact .header-collapse,.contact .header-collapse .contact-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .contact .header-collapse .contact-info {
        gap: 16px
    }
    
    .contact .header-collapse .contact-info .icon-customer-service {
        font-size: 24px
    }
    
    .contact .header-collapse .contact-info__title {
        color: #0f0f0f;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
    }
    
    .contact .header-collapse .icon-arrow-down {
        color: #0f0f0f;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
    
    .contact .header-collapse .icon-arrow-down:before {
        font-weight: 700
    }
    
    .contact .header-collapse.collapsed .icon-arrow-down {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0)
    }
    
    .contact .custom-collapse {
        height: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    a {
        color: #f8c725;
        outline: none;
        text-decoration: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    
    .contact .custom-collapse.show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 16px;
    }
    
    .contact .custom-collapse.show .contact-item {
        background: #fff0ee;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
        width: 50%
    }
    
    .contact .custom-collapse.show .contact-item__title {
        color: #0f0f0f;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    
    .contact .custom-collapse.show .contact-item .icon-email,.contact .custom-collapse.show .contact-item .icon-live-chat {
        font-size: 24px
    }
    
    .support-info {
        background: #fff;
        padding: 15px 13px
    }
    
    .support-info,.support-info__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        gap: 21px;
        justify-content: space-between
    }
    
    .support-info__item .text-number {
        color: #989faa;
        font-size: 32px;
        font-weight: 900;
        line-height: 34px
    }

    .custom-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
      
    .custom-collapse.show {
        max-height: 500px; /* Đặt giá trị đủ lớn để chứa nội dung */
    }

    .support-info__item .text-number {
        color: #989faa;
        font-size: 32px;
        font-weight: 900;
        line-height: 34px
    }
    
    @media (max-width: 375px) {
        .modal-menu__body .support-info__item .text-number {
            font-size:25px
        }
    }
    
    .support-info__item .text-name {
        color: #0f0f0f;
        font-size: 14px;
        font-weight: 400;
        line-height: 15px
    }
    
    @media (max-width: 375px) {
        .support-info__item .text-name {
            font-size:10px
        }
    }
    
    .support-info .vertical-row {
        background-color: #d0d6e0;
        height: 28px;
        width: 1px
    }

    .game-hot-sec .slider-wrapper .col {
        padding: 0 !important;
    }

    .game-hot-sec .slider-wrapper .row {
        row-gap: 12px;
        column-gap: 8px;
    }

    .game-hot-sec .slider-wrapper .small-4 {
        flex-basis: 32%;
        max-width: 33.3333333333%;
    }

    .game-hot-sec .slider-nav-light .flickity-page-dots .dot, .game-hot-sec .flickity-page-dots .dot.is-selected {
        background-color: #3e3e3e !important;
        width: 16px !important;
        height: 2px !important;
        border-radius: 0 !important;
    }

    .footer-mobile {
        background: #fff;
        bottom: 0;
        -webkit-box-shadow: 0 -10px 20px 0 rgba(0,0,0,.07);
        box-shadow: 0 -10px 20px #00000012;
        padding: 0 8px;
        position: fixed;
        width: 100%;
        z-index: 1000
    }
    
    .footer__menu {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }
    
    .footer__item,.footer__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    
    .footer__item {
        color: #999;
        font-size: 12px;
        font-weight: 400;
        padding: 8px 0 2px;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px;
        line-height: 150%
    }
    
    .footer__item.active {
        color: #bf3230
    }
    
    .header-button-1 .button, .header-button-2 .button {
        width: 84px;
        font-size: 14px;
        height: 32px;
        padding: 0;
        font-weight: 400;
    }

    #logo {
        width: 68px;
        margin-right: 110px;
    }
}