@charset "UTF-8";
/*!
 * CSS By KN Sea Ltd
 * Copyright 2011-2023 KNSea
 * Create By KN Team
 */


:root {

    --swiper-navigation-size: 24px;
}

.bg-primary {
    --kt-bg-rgb-color: var(--kt-primary-rgb);
    background-color: var(--kt-primary) !important;
}

.event {
    position: fixed;
    left: 0.5rem;
    bottom: 0.5rem;
    z-index: 3;
}

.event-wryhgh {
    width: 50%;
}

.event-4g6ai3 {
    cursor: pointer;
    background: repeat;
    border: 0;
    margin-left: -40px;
}

.event-1xdloh6 {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: absolute;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    line-height: 1.2;
    border-radius: 50px;
    font-weight: var(--chakra-fontWeights-semibold);
    box-shadow: rgb(112 144 176 / 8%) 45px 76px 113px 7px;
    transition: all 0.25s ease 0s;
    box-sizing: border-box;
    height: var(--chakra-sizes-10);
    min-width: var(--chakra-sizes-10);
    font-size: var(--chakra-fontSizes-md);
    padding-inline-start: var(--chakra-space-4);
    padding-inline-end: var(--chakra-space-4);
    background: var(--chakra-colors-brand-900);
    color: var(--chakra-colors-white);
    padding: var(--chakra-space-1);
}

@media screen and (min-width: 768px) {
    .event-4g6ai3 {
        cursor: pointer;
        background: repeat;
        border: 0;
        margin-left: -5px;
    }
    .event-wryhgh {
        width: 70%;
    }
}

.modal {
    overflow-x: initial !important;
    overflow-y: initial !important;
}

@media (min-width: 992px) {
    .logo {
        height: 70px !important;
        width: 230px !important;
    }
}

.logo {
    height: 35px;
    width: 100px;
}

.desc-product {
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: bottom;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tns.tns-default .tns-outer {
    margin: 0 0rem !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 48%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.position {
    position: absolute;
}

.mb--1 {
    margin-bottom: -1px;
}

.mb--3 {
    margin-bottom: -3px;
}

.mb--5 {
    margin-bottom: -5px;
}

.mb--8 {
    margin-bottom: -8px;
}

.mb--10 {
    margin-bottom: -10px;
}

.right-0 {
    right: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.me-fix {
    margin-right: 8.5rem !important;
}

.w-85 {
    width: 85% !important;
}

.card {
    background-color: #fff !important;
}

.card .card-header {
    padding: 0 1.25rem;
    min-height: 50px;
}

.card .card-body {
    padding: 1.25rem 1.25rem !important;
}

.card .card-frame {
    padding: 0.6rem 1.25rem !important;
    flex: 1 1 auto;
    color: var(--bs-card-color);
}

.fs-game {
    font-size: .70rem;
}

.symbol.symbol-top>img {
    width: 35px;
    height: 35px;
}

.h-scroll-top {
    height: 280px !important;
}

@media (min-width: 1400px) {
    .banner-main {
        height: 385px;
    }
}

@media (min-width: 769px) {
    .Wheel .wheel-play {
        width: 122px;
        height: 122px;
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        top: 50%;
        left: 50.2%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
}

@media (max-width: 768px) {
    .Wheel .wheel-play {
        width: 90px;
        height: 90px;
        background: url();
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: 50%;
        position: absolute;
        left: 50%;
        top: 52%;
        transform: translate(-50%, -50%);
        text-align: center;
        line-height: 60px;
        z-index: 10;
    }
}

.active>.page-link,
.page-link.active {
    background-color: var(--kt-danger) !important;
}

.page-link:hover {
    color: var(--kt-danger) !important;
}

.modal {
    --bs-modal-padding: 1rem !important;
    --bs-modal-header-padding: 1rem !important;
}

.swiper-pagination-bullet-active {
    background: var(--kt-danger);
    width: 22px !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 5px;
}

@media (min-width: 992px) {
    .menu-root-here-bg-desktop>.menu-item.here>.menu-link .menu-title {
        color: var(--kt-danger);
    }
}

.menu-title {
    color: var(--kt-danger) !important;
}

.menu-title:hover {
    color: var(--kt-danger) !important;
}
.product-grid {
    display: flex;
    flex-wrap: wrap; /* Cho phép các item xuống dòng khi không đủ chỗ */
    justify-content: center; /* Căn giữa các item */
    gap: 30px; /* Khoảng cách giữa các item */
    padding: 20px;
  
}

.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 120px; /* Chiều rộng cố định cho mỗi item */
    padding: 10px;
    box-sizing: border-box; /* Đảm bảo padding không làm tăng width */
}

.product-item img {
    width: 60px; /* Kích thước icon */
    height: 60px; /* Kích thước icon */
    border-radius: 12px; /* Bo góc icon */
    object-fit: cover; /* Đảm bảo ảnh không bị méo */
    margin-bottom: 8px; /* Khoảng cách giữa icon và chữ */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ cho icon */
}

.product-item p {
    font-size: 14px; /* Kích thước chữ */
    color: #333; /* Màu chữ */
    margin: 0;
    line-height: 1.3; /* Khoảng cách dòng */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-item {
        width: 100px; /* Giảm kích thước item trên màn hình nhỏ hơn */
    }
    .product-item img {
        width: 50px;
        height: 50px;
    }
    .product-item p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .product-item {
        width: 80px; /* Giảm kích thước item hơn nữa trên điện thoại */
    }
    .product-item img {
        width: 45px;
        height: 45px;
    }
    .product-item p {
        font-size: 12px;
    }
    .product-grid {
        gap: 15px; /* Giảm khoảng cách */
        padding: 15px;
    }
}