/*base*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css');

html{

    line-height: 1.6rem;
    box-sizing: border-box;
    /*width: 100%;*/
    /*height: 100%;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Open Sans';
}
body {
    margin: 0;
    padding: 0 !important;
    width: 100%;
    /*height: auto;*/
    /*overflow-x: hidden;*/
    background-color: #EFEFEF;
    font-family: 'Open Sans';
    /*background:#000 url("https://www.shopas.net/storage/images/W1NwDQ3DiP_1640248137.jpeg");background-attachment: fixed;background-size: 100%*/
}
@media (max-width: 768px) {
    body {
        background-color: white;
    }
}
button:focus {
    outline:0px;
}

/* overwrite boostrap */
.modal-backdrop{
    background: rgba(164, 164, 164, 0.6)!important;
}
.modal-backdrop.show {
    opacity: 1;
}
.form-control:focus {
    /*border-color: #32c5d2 !important;*/
    box-shadow: none;
}

input[type="text"] {
    color: black;
}
.layout{
    /*height: calc(100vh - 51px - 80px);*/
    background-color: #EFEFEF;

}
.content{
    margin-bottom: 2.5rem;
}
:root{
    --primary-color: #F67600;
    --text-black-color: #1B1D29;
    --primary-text: #434657;
    --primary-border: 8px;
    --border-0: 0;
    --border-form-color: #DCDEE9;
    --back-ground-input-color:#FBFBFD;
    --ghost-border-default-color: #BCBFD6;
}

p, a,span{
    font-size: 14px;
    line-height: 150%;
}
a:hover{
    text-decoration: none;
}
#heading{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: .2s;
}
.header-fix{

    box-shadow: 0px 1px 4px 0px #00000033;
    transition: .2s;
}
.menu-category li a.nav-profile-active{
    /*color: var(--primary-color);*/
    background: #FEF1E6;
transition: .2s;
}
.menu-profile-mobile,.menu-profile-mobile{
    z-index: 99;
}
.search-active{
    z-index: 999;
}
@media (min-width: 1200px){
    .fix_ads-banner-second_top{
        height: 358px;
        width: 100%;
    }
    .container-fix{
        max-width: 1240px;
        padding: 0 0
    }
    .header-container{
        max-width: 1240px;
    }

    .item-minigame_first a:hover::before{
        position: absolute;
        content: '';
        top: 70%;
        right: 0;
        left: 0;
        bottom: 0;
        border-bottom: 0;
        background: linear-gradient(rgba(24, 22, 22, 0),rgba(24, 22, 22, 0.6),#181616);
        border-radius: var(--primary-border);
        z-index: 1;
        transition: all 0.2s ease-out;
    }
    .item-minigame_second a:hover::before{
        position: absolute;
        content: '';
        top: 50%;
        right: 0;
        left: 0;
        bottom: 0;
        border-bottom: 0;
        background: linear-gradient(rgba(24, 22, 22, 0),rgba(24, 22, 22, 0.6),#181616);
        border-radius: var(--primary-border);
        z-index: 1;
    }
}
@media (max-width: 992px){

    #heading{
        position: fixed;

    }
    body {
        overflow-x: hidden;
    }
    .layout{
        margin-top: 56px;
    }

}
@media (max-width: 768px){
    .container-fix{
        padding-right: 0px;
        padding-left: 0px;
    }
}

.atm-card-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--text-black-color);
}
.text-title{
    font-size: 24px;
    font-weight: 700;
    color: #1B1D29;
    margin: auto;
    line-height: 150%;
}
.block-other-nick .text-title{
    font-size: 20px;
    color: var(--primary-text);
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.text-title span{
    font-size: 24px;
    font-weight: 700;
    color: #1B1D29;
    margin: auto;
}
.text-view-more{
    margin: auto;
}
.text-view-more a{
    font-weight: 600;
    font-size: 14px;
    transition: .2s

}
.select-form{
    float: initial;
    border-radius: var(--primary-border);
    background-color: var(--back-ground-input-color);
    border: 1px solid #DCDEE9;
}
.select-form>ul{
    width: 100%;
}
.select-form:hover {
    border-color:#BCBFD6;
}
.select-form:active, .select-form.open, .select-form:focus{
    border-color: var(--primary-color);
}

.select-form .option.focus, .select-form .option.selected.focus {
    border-color: var(--primary-color);
    background-color: #F3F3F7;
    color: #7D7D7D;
}
.select-form .option.focus:hover, .select-form .option.selected.focus:hover {
    color: var(--text-black-color);
}
.select-form .option:hover{
    background-color: #F3F3F7;
    color: var(--text-black-color);
}


.select-form .list{
    background-color: var(--back-ground-input-color);
    border: 1px solid #DCDEE9;
    border-radius: var(--primary-border);
}
.text-form{
    color: var(--primary-text);
    font-weight: 600;


}
#successWalletCardModal .modal-body-success-ct,#successChargeAtmModal .modal-body-success-ct,#rejectChargeModal .modal-body-success-ct,#successChargeModal .modal-body-success-ct{
    padding-top: 20px;
}
#successWalletCardModal .modal-body-span-success-ct span {

    font-weight: 600;
    color: white;
}
.input-form{

    background-color: var(--back-ground-input-color);
    border: 1px solid #DCDEE9;
    border-radius: var(--primary-border);
    -webkit-tap-highlight-color: transparent;

    box-sizing: border-box;
    clear: both;
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}
.input-form .selected.focus {
    border-color: var(--primary-color);
    color: #7D7D7D;
}
.input-form:hover {
    border-color: #BCBFD6;
}
.input-form:focus,.input-form:active{
    border-color: var(--primary-color);
}


.wallet-card-img{
    width: 64px;
    height: 64px;
}

.wallet-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wallet-card{
    padding: 16px 12px;
}
.wallet-card-qr img{
    width: 72px;
}
.wallet-card-content{
    font-size: 14px;
    line-height: 150%;
    color: var(--primary-text);
}
.wallet-card-name{
    font-weight: 600
}
.wallet-card-address,.wallet-card-web{
    font-weight: 400;
}
.wallet-card-title{
    color: var(--primary-text);
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}
.wallet-card-title-content{
    font-weight: 700;
}

/*top navigation*/
.top-navigation{
    background-color: var(--back-ground-input-color);
    z-index: 999;
}
.top-navigation ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}
.top-navigation li {
    float: left;
    margin-left: 25px;
    font-size: 12px;
    color: var(--primary-text);
    font-weight: 600;
}
.top-navigation li a{

    color: var(--primary-text);

}
.top-navigation li img{
    margin-top: -4px;
}
/*header*/
header nav.heading{
    background: white;
}

header nav.heading .header-container{
    height: 80px;
    display: flex;
    align-items: center;

    /*max-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
}
.box-search{
    margin-left: 46px;
}
.box-search .group-input{
    position: relative;
    height: 40px;
    border-radius: 24px;
    border: 1px solid var(--primary-color);
}

.box-search .input-group-btn{
    position: absolute;
    top: 48%;
    transform: translateY(-52%);
}
.group-input input{
    height: 100%;
    margin-left: 44px;
    border: none;
    border-radius: 24px;
    width: 80%;
}
.group-input input:active{
    outline: none;
}
.group-input input::placeholder{
    color: #82869E;
}

.box-about{
    margin-left: 38px;
}

.item-about{
    margin: 0 16px;
    text-align: center;

}

.item-about-title{
    font-size: 12px;
    color: var(--primary-text);
    font-weight: 600;
    margin: auto 4px;
}
.item-about img{
    width: 24px;
}

.box-account{
    margin-left: 16px;
}
#atm_card .card--gray .card--attr, .modal .card--gray .card--attr__total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}
#atm_card .card__info{
    padding-right: 8px;
}
#atm_card .card--attr .card--attr__name{
    text-align: left;

}
#atm_card .card--attr .card--attr__value{
    text-align: right;
    max-width: 45%;
}
#atm_card .card--attr .card--attr__name{
    text-align: left;
    max-width: 45%;
}

.box-account-logined{
    display: flex;
    cursor: pointer;
    position: relative;
}

.account-name{
    color: #1B1D29;
    font-weight: 600;
    font-size: 12px;
}
.account-balance{
    color: #7D7D7D;
    font-weight: 400;
    font-size: 12px;
}
.account-avatar{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-left: 16px;
}
.account-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.account-logined-content{
    position: absolute;
    top: 64px;
    cursor: context-menu;
    left: 0;
    display: none;
    background-color: white;
    width: 280px;
    box-shadow: 0px 1px 4px 0px #00000033;
    z-index: 99999;
    border-radius: 12px;
    padding: 16px;
}
.account-logined-content .arrow {
    background-color: white;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    height: 6px;
    width: 12px;
    transform: translate(-50%, 0) rotate(45deg);
    box-shadow: 0px 1px 4px 0px #00000033;

}
.account-logined-content:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 50%;
    /* border-top: 15px solid transparent; */
    border-right: 15px solid transparent;
    border-bottom: 15px solid #FFFFFF ;
    border-left: 15px solid transparent;

}

.acount-logined_img{
    width: 40px;
    height: 40px;

    margin: auto 0;
}
.acount-logined_img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.account-logined_info{
    margin:  auto auto auto 12px;
}

.account-logined_info{
    font-size: 14px;
    color: #82869E;
    font-weight: 400;
}
.account-logined_info span{
    color: #434657;
    font-weight: 600;
}
.account-menu_parent{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 21px;
}
.account-menu_child a{
    font-weight: 400;
    font-size: 14px;
    color: var(--primary-text);
    line-height: 21px;
    width: 100%;
    transition: .2s;
    display: flex;

}
.account-menu_child a:hover{
    color: var(--primary-color);
    transition: .2s;

}
.account-menu_parent img{
    margin-right: 4px;
}
.box-deposit{
    margin-left: 12px;
}
.box-deposit a{
    background-color: var(--primary-color);
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 7.5px 30px;
    transition: .2s;
    border: 1px solid var(--primary-color);

}
.box-deposit a:hover{
    background-color: transparent;
    color: var(--primary-color);
    transition: .2s;

}
.box-logined a{
    background-color: transparent;
    border-radius: 8px;
    color: var(--primary-color);

    font-weight: 600;
    padding: 7.5px 30px;
    transition: .2s;
    border: 1px solid var(--primary-color);

}
.box-logined a:hover{
    background-color: var(--primary-color);
    color: white;
    transition: .2s;

}
/*header*/
/*menu category*/
.menu-category{
    background-color: #FBFBFD;
}
.menu-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.menu-category li {
    /*float: left;*/
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: var(--primary-text);
    font-weight: 400;
    text-align: center;
}
.menu-category li a{

    color: var(--primary-text);
    transition: .2s;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    line-height: 48px;
    justify-content: center;
    display: flex;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

.menu-category li a:hover{
    /*color: var(--primary-color);*/
    background: #FEF1E6;

    transition: .2s;
}
.menu-category li img{
    width: 24px;
    margin-right: 8px;
}
.box-about-mobile{
    display: none;
}
.item-notification-mobile{
    position: relative;
}
.item-notification-badges{
    background-color: #DA4343;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    color: white;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 12px;
    top: -4px;
}

.menu-category-mobile {
    position: fixed;
    z-index: 11;
    top: 56px;
    bottom: 0;
    right: 100vw;
    /*left: 0;*/
    background-color: white;
    width: 100vw;
    transition: all 0.2s ease-in-out;
    overflow-y: scroll;
    /* height: 100vw; */
}

.menu-category-mobile ul{
    list-style: none;
    padding-left: 0;
}
.menu-category-mobile ul li{
    padding: 13.5px 0 13.5px 24px;
    width: 100%;
}
.menu-category-mobile ul li a{
    width: 100%;
    display: flex;
    align-items: center;
}
.menu-category-mobile ul li a span{
    margin-left: 12px;
    color: #1B1D29;
    font-weight: 500;
    font-size: 14px;
}
.menu-category-mobile-partition {
    height: 1px;
    margin: 0 16px;
    background-color: #E4E5F0;
}

.close-hamburger-sidebar,.open-hamburger-sidebar{
    display: none;
}
.menu-category-mobile_show{
    right: 0;
}

/*header mobile*/
@media (max-width: 1260px){
    .account-name{
        display: none;
    }
}
.navbar-spacer {
    flex: 1;
}
.tool-bar{
    position: fixed;
    right: 0;
    top: 300px;
    background-color: #FFFFFF;
    padding: 8px;
}
.box-logo img{
    width: 140px;
}
.mobile-logo{
    position: absolute;
    right: 16px;
}

.menu-category-mobile>ul>li .mobile-logo img{
    width: 70px;
}
@media (max-width: 1200px){
    .box-deposit, .box-about,.box-search,.menu-category{
        display: none;
    }
    .box-about-mobile,.open-hamburger-sidebar{
        display: block;
    }

    .box-account{
        margin-left: 0;
    }
    .nav-item-mobile{
        margin-left: 12px;
    }
    .box-logo{
        margin-left: 20px;
    }
    .item-minigame_first a:hover::before{
        position: absolute;
        content: '';
        top: 60%;        right: 0;
        left: 0;
        bottom: 0;
        border-bottom: 0;
        background: linear-gradient(rgba(24, 22, 22, 0),rgba(24, 22, 22, 0.6),#181616);
        border-radius: var(--primary-border);
        z-index: 1;
        transition: all 0.2s ease-out;
    }
    .item-minigame_second a:hover::before{
        position: absolute;
        content: '';
        top: 60%;
        right: 0;
        left: 0;
        bottom: 0;
        border-bottom: 0;
        background: linear-gradient(rgba(24, 22, 22, 0),rgba(24, 22, 22, 0.6),#181616);
        border-radius: var(--primary-border);
        z-index: 1;
    }
}

@media (min-width: 992px){
    .menu-category-mobile {

        top: 114px;

    }
    header nav.heading .header-container{
        padding: 0 0;

    }

}

@media (max-width: 992px){
    #c_slider_banner .banner-slide-v2 .swiper-slide img{
        height: auto!important;
    }
    /*header*/
    header nav.heading .header-container{
        height: 56px;

    }
    .account-avatar{
        width: 32px;
        height: 32px;
    }
    .account-triangle{
        display: none;
    }
    .content{
        margin-bottom: 0;
        /*padding-bottom: 1rem;*/
    }
    .box-logo {
        margin-left: 12px;
        height: 38px;
        max-width: 160px;
    }
    .box-logo img {
        width: 100%;
        height: 100%;
    }
    .item-minigame_first a::before{
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border-bottom: 0;
        background: linear-gradient(rgba(255, 255, 255, 0) , #262323);
        border-radius: var(--primary-border);
        z-index: 1;
        transition: all 0.2s ease-out;
    }
    .item-minigame_second a::before{
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border-bottom: 0;
        background: linear-gradient(rgba(224, 69, 69, 0) , #0E0C0C);
        border-radius: var(--primary-border);
        z-index: 1;
    }
}



/*content*/

/*banner*/
/*.banner-home{*/

/*    !*min-height: 540px;*!*/
/*    position: relative;*/
/*}*/
/*.banner-img{*/
/*    height: 100%;*/

/*}*/

#c_slider_banner .swiper {
    overflow-x: hidden;
    position: relative;
    max-height: 300px;
    opacity: 0;
    transition: .3s;
    padding-bottom: 2px;
}

#c_slider_banner .swiper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#c_slider_banner .swiper::-webkit-scrollbar {
    display: none;
}

#c_slider_banner .swiper.swiper-container-horizontal,
#c_slider_banner .swiper.swiper-container-vertical
{
    opacity: 1;
    max-height: inherit;
}

#c_slider_banner .banner-slide-v2 .swiper-slide{
    position: relative;
    padding-bottom: 30%;
    border-radius: 100%;
}
#c_slider_banner .banner-slide-v2 .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 12px;
}
#c_slider_banner .swiper-banner .navigation{
    visibility: visible;
}

#c_slider_banner .swiper-banner .navigation {
    top: 48%;
    /*transform: translateY(-50%);*/
}
#c_slider_banner .swiper-banner .navigation.slider-next {
    right: 0;
}
#c_slider_banner .swiper-banner .navigation.slider-prev {
    left: 0;
}
#c_slider_banner .swiper-general{
    position: relative;
    margin-top: 0;
    /*padding-right: 8px;*/
    padding-right: 8px;
}

#c_slider_banner .swiper-generalv2{
    position: relative;
    margin-top: 0;
    /*padding-right: 8px;*/
    /*padding-right: 8px;*/
}

.brs-12{
    border-radius: 12px;
}
.swiper-general_right{
    padding-left: 8px;
}

#c_slider_banner .swiper-general  .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
}

#c_slider_banner .swiper-generalv2  .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
}

#c_slider_banner .swiper-general  .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 1;
    transition: .2s ;
    border: none;
    margin: 0 4px;
}

#c_slider_banner .swiper-generalv2  .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 1;
    transition: .2s ;
    border: none;
    margin: 0 4px;
}
#c_slider_banner .swiper-general  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 16px;
    height: 8px;
    border-radius: 100px;
    background: var(--primary-color);
    transition: .2s ;

}

#c_slider_banner .swiper-generalv2  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 16px;
    height: 8px;
    border-radius: 100px;
    background: var(--primary-color);
    transition: .2s ;

}
#c_slider_banner .ads-banner .banner-slide-v2 .swiper-slide{
    position: relative;
    padding-bottom: 40%;
}
#c_slider_banner .ads-banner-second{
    flex-basis: 48%;
    overflow: hidden;
}
#c_slider_banner .ads-banner-second img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.class_c_slider_banner{
    margin-top: 16px;
}
#c_slider_banner .swiper.swiper-container-horizontal, .swiper.swiper-container-vertical {
    opacity: 1;
    max-height: inherit;
    height: 100%;
}
/*tin tÆ°cs*/
.slide-card{
    border: 1px solid var(--border-default-color);
    box-shadow: var(--box-shadow-default);
    border-radius: 12px;
}

.news-title{
    color: var(--text-title-color);
}
.news-title-content{
    color: var(--text-color);
}
.news-ads-slide{
    background: white;
}
.news-ads-slide .swiper-slide{
    background: white;
}
.news-ads-slide .swiper-slide .news-ads-img{
    position: relative;
    padding-bottom: 33%;
    overflow: hidden;
}
.news-ads-slide .swiper-slide .news-ads-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.news-ads-slide .navigation{
    visibility: visible;
}
.news-ads-slide .navigation {
    top: 48%;
    /*transform: translateY(-50%);*/
}

.news-ads-slide .navigation.slider-next {
    right: 0;
}
.news-ads-slide .navigation.slider-prev {
    left: 0;
}

.banner-news.swiper-general .swiper-pagination {
    left: 33%;
    transform: translateX(-33%);
    bottom: 20px;
}

.banner-news.swiper-generalv2 .swiper-pagination {
    left: 33%;
    transform: translateX(-33%);
    bottom: 20px;
}


.news-info{
    color: var(--ghost-border-hover-color);
}

.canhbao__napthe__col{
    padding-left: 16px;
    padding-right: 16px;
}
.canhbao__napthe__col span{
    font-size: 12px;
    color: red;
}
@media (max-width: 992px) {
    /*.canhbao__napthe__col span{*/
    /*    font-size: 10px;*/
    /*    color: #C43C3C;*/
    /*}*/
    #c_slider_banner .banner-slide-v2 .swiper-slide img{
        border-radius: 0!important;
    }
    .brs-12{
        border-radius: 0!important;
    }
    #c_slider_banner .banner-slide-v2 .swiper-slide{
        padding-bottom: 36%;
    }
    #c_slider_banner .ads-banner .banner-slide-v2 .swiper-slide{
        padding-bottom: 54%;
    }
    #c_slider_banner .swiper-banner .navigation{
        visibility: hidden;
    }

    #c_slider_banner .banner-news .navigation{
        visibility: hidden;
    }
    #c_slider_banner{
        margin-bottom: -20px;
    }
    #c_slider_banner .swiper-general .swiper-pagination{
        /*bottom: -20px;*/
    }
    #c_slider_banner .swiper-general .swiper-pagination .swiper-pagination-bullet{
        background: var(--ghost-border-default-color);
        margin: 0 4px;

    }
    #c_slider_banner .swiper-general{
        padding-right: 16px;
    }
    #c_slider_banner .news-ads-slide .swiper-slide .news-ads-img{
        padding-bottom: 60%;
    }
    #c_slider_banner .banner-news.swiper-general .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: -24px;
    }


    #c_slider_banner .swiper-generalv2 .swiper-pagination{
        /*bottom: -20px;*/
    }
    #c_slider_banner .swiper-general .swiper-pagination .swiper-pagination-bullet{
        background: var(--ghost-border-default-color);
        margin: 0 4px;

    }
    #c_slider_banner .swiper-generalv2{
        padding-right: 16px;
    }
    #c_slider_banner .news-ads-slide .swiper-slide .news-ads-img{
        padding-bottom: 60%;
    }
    #c_slider_banner .banner-news.swiper-generalv2 .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: -24px;
    }



}


.banner-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.box-list-service,.box-list-top{
    margin-top: 20px;

    width: 272px;
    /*height: 56px;*/
    overflow: hidden;
    margin-bottom: 10px;
}
.top-list{
    background-color: white;
    border-radius: var(--primary-border);
    /*padding: 12px 16px;*/
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
}
.box-list-service{
    background-color: white;
    border-radius: var(--primary-border);

}
.box-list-service hr{

    margin: 0  16px !important;
}
.box-list-service p,.box-list-top p,.top-list p{
    padding: 12px 16px 0 16px;
}

.box-list-service>p,.top-list p,.top-list p span{
    color: var(--text-black-color);
    font-size: 18px;
    font-weight: 700;
}
.box-list-service{
    /*height:56px;*/

    overflow: hidden;
    transition:all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
}

.box-list-service-show{
    max-height:initial;
    transition:all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
.box-list-service>p>img{
    padding-right: 8px;
    padding-bottom: 2px;
    cursor: pointer;
}
.list-service{
    list-style: none;
    padding-left: 0;
}
.item-service a{
    display: flex;
}
.item-service img{
    width: 24px;
}
.item-service a{
    color: var(--primary-text);
    font-weight: 400;
    text-decoration: none   ;
    transition: .2s;
    padding: 10px 16px;
}
.item-service a:hover{
    background-color: #FEF1E6;
    transition: .2s;
}
.item-service>a>div{
    margin: auto 0 auto 8px;
}

.top-list p img{
    padding-bottom: 4px;
    padding-right: 8px;
    cursor: pointer;
}
/*default-tab*/
.default-tab a{
    color: #A7ABC3;
    font-weight: 600;
}

.default-tab li a{
    border-bottom: 1px solid #A7ABC3;
}
.default-tab a.active{
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}
/*default-tab*/

.top-name{
    padding: 0 30px 0 10px;
    color: var(--primary-text);
    font-weight: 400;
    word-break: break-word;
    flex: 1;
    font-size: 14px;
}
.top-amount{
    color: var(--primary-text);
    font-size: 14px;
}
.item-top ul li{
    /*padding-bottom: 20px;*/
    padding: 10px 16px;
    background-color: #FBFBFD;
}
.item-top ul li:nth-of-type(even) {
    background: #FFFFFF;
}
.top-rank div{
    font-size: 12px;
    line-height:24px;
    padding:0 8.5px ;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    font-weight: 600;
    color: var(--primary-color);
}
/*flash sale*/
.flash-sales .product-header .timer {
    padding-top: 8px;
    flex: 1;
}
.product-header span{
    margin: auto;
}
.product-header>span>img{
    margin-right: 8px;
}
.timer{
    margin-left: 8px;

}
.timer div {
    background: var(--text-black-color);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    /*padding: 4px 5px;*/
    margin: 2px;
    width: 24px;
    height: 22px;
    text-align: center;
}
.block-product{

    background-color: white;
    border-radius: var(--primary-border);
    padding: 18px 21px;
    /*border: 1px solid #DCDEE9;*/
}
.c_block-product{

    background-color: white;
    border-radius: var(--primary-border);
    padding: 18px 21px 6px 21px;
    /*border: 1px solid #DCDEE9;*/
}
.block-mini-game{
    margin-top: 20px;
}
.block-mini-game .block-product{
    min-height: 100%;
}
.item-product__box-img{
    /*height: 171px;*/
    padding-bottom: 60%;
    position: relative;
}
.item-product__box-img::after{
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/

    /*border-radius: var(--primary-border) var(--primary-border) 0 0;*/
    /*box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 8px;*/

}
.item-product__box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--primary-border) var(--primary-border) 0 0;
    position: absolute;

}
.taikhoan-lienquan .swiper-slide{
    margin-top: 4px;
    margin-bottom: 12px;
}
.list-product .swiper-slide{
    border-radius: var(--primary-border);
    border: 1px solid #DCDEE9;
    margin-top: 4px;
    margin-bottom: 12px;
    top: 0;
    /*transition: all 0.2s ease-out;*/
    position: relative;

}
.list-product .swiper-slide:hover{
    /*border: 1px solid var(--primary-color);*/
    /*transform: translateY(-0.1rem);*/
    /*box-shadow: 0px 2px 10px 0px #00000033;*/
    box-shadow: 0 3.4623px 6.1418px rgba(0,0,0,0.05),0 7.92923px 12.9218px rgba(0,0,0,0.05),0 9px 15px rgba(0,0,0,0.08)!important;
    top: -4px;
    border-radius: 8px;
    transition: .2s ease-out;
}
.list-product .swiper-slide:hover .item-product__box-img::after{
    /*background: var(--primary-color);*/
    /*opacity: .2;*/
    /*transition: .2s;*/
    /*z-index: 999;*/
}



.list-product .item-other-nick:hover .item-product__box-img::after,.list-product .item-other-nick:hover .item-product__box-img::after,.list-news .swiper-slide:hover .item-product__box-img::after{
    background: var(--primary-color);
    opacity: .2;
    transition: .2s;
    z-index: 99;
}
.list-news .swiper-button-prev,.list-news .swiper-button-next{
    top: 40%;
    transform: translateY(-40%);

}

.list-product .item-other-nick,.list-product .item-other-nick{
    top: 0;
    transition: all 0.2s ease-out;
    position: relative;
}

.list-product .item-other-nick:hover,.list-product .item-other-nick:hover{
    /*border: 1px solid var(--primary-color);*/
    /*transform: translateY(-0.1rem);*/
    /*box-shadow: 0px 2px 10px 0px #00000033;*/
    box-shadow: 0 3.4623px 6.1418px rgba(0,0,0,0.05),0 7.92923px 12.9218px rgba(0,0,0,0.05),0 9px 15px rgba(0,0,0,0.08)!important;
    top: -4px;
    border-radius: 8px;
    transition: .2s ease-out;

}
.list-news .swiper-slide a:hover .item-product__box-name{
    color: var(--primary-color);
    transition: .2s;
}



.item-product__box-content{
    padding: 1rem;
}

.item-product__box-name{
    color: var(--text-black-color);
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 600;
    text-decoration: none;
    line-height: 150%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word
}
.item-product__box-id,.item-product__box-date{
    color: #82869E;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
}
.item-product__box-id{
    padding: 8px 0;
}
.item-product__box-date{
    margin-top: 0.5rem;
}
.item-product__box-rank{
    color: #82869E;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;

}
.item-product__box-rank>div{
    padding-right: 4px;
}
.item-product__box-rank span{
    font-weight: 600;

}
.item-product__box-sale{
    color: #82869E;
    font-size: 14px;
    padding-top: 4px;
    line-height:150%;

}
.item-product__box-price{
    margin-top: 0.5rem;
}
.special-price{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-black-color);
    line-height:150%;
}

.old-price{
    display: inline-block;
    margin: 0 12px 8px 12px;
    /*float: left;*/
    font-size: 12px;

    text-decoration: line-through;
    color: #82869E;
}
.item-product__sticker-percent{
    display: inline-block;
    padding: 1px 6px;
    color: white;
    background-color: var(--primary-color);
    border-radius: 4px;
    line-height:150%;
    font-weight: 600;
}

.special-price__minigame{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height:150%;

}

.old-price__minigame{
    display: inline-block;
    margin: 0 12px 8px 12px !important;
    /*float: left;*/
    font-size: 12px;

    text-decoration: line-through;
    color: #F3F3F7;
}
.item-product__sticker-percent__minigame{
    display: inline-block;
    padding: 1px 6px;
    color: var(--primary-color);
    background-color: #FFFFFF;
    border-radius: 4px;
    line-height:150%;
    font-weight: 600;
}

.box-product{
    margin-top: 18px;
}

.product-catecory{
    flex: 1;
    justify-content: center;
    display: flex;
}
.product-catecory a{
    color: #A7ABC3;
    font-weight: 600;
}
.product-catecory a.active{
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}
.product-catecory li a{
    border-bottom: 1px solid #A7ABC3;
}
/*mini game*/
.item-minigame_first{
    width: 100%;
    height: 516px;
    position: relative;
    border-radius: var(--primary-border);
    transition: .2s;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    /*border: 2px solid transparent;*/
}
.item-minigame_second{
    width: 100%; height: 250px;
    margin-bottom: 10px;
    border-radius: var(--primary-border);
    position: relative;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    /*border: 2px solid transparent;*/

}
.item-minigame_first>a>img,.item-minigame_second>a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--primary-border);
    transition: .2s;
}

/*.item-minigame_first a:hover img,.item-minigame_second a:hover img{*/
/*    transform: scale(1.04);*/
/*    transition: .2s;*/
/*    z-index: 0.9;*/
/*}*/

.item-minigame_first,
.item-minigame_second{
    position: relative;
    top: 0;
    transition: all 0.2s ease-out;
}

.item-minigame_first:hover{
    /*border: 2px solid var(--primary-color);*/
    box-shadow: 0 3.4623px 6.1418px rgba(0,0,0,0.05),0 7.92923px 12.9218px rgba(0,0,0,0.05),0 9px 15px rgba(0,0,0,0.08)!important;
    top: -4px;
    transition: .2s ease-out;
}
.item-minigame_second:hover{
    /*border: 2px solid var(--primary-color);*/
    box-shadow: 0 3.4623px 6.1418px rgba(0,0,0,0.05),0 7.92923px 12.9218px rgba(0,0,0,0.05),0 9px 15px rgba(0,0,0,0.08)!important;
    top: -4px;
    transition: .2s ease-out;
}

.item-minigame-content{
    position: absolute;
    bottom: 14px;
    left: 8px;
    right: 4px;
    color: white;
    z-index: 1;

}


.item-minigame-top{
    position: absolute;
    top: 12px;

    right: 12px;
    color: white;
    z-index: 1;
    background-color: var(--primary-color);
    border-radius: 4px;
    padding: 4px;
    display: flex;
    font-weight: 600;
}
.item-minigame-top>img,.item-minigame-top>div{
    margin: auto;
}
.item-minigame-top>div{
    margin: auto 4px;
}
.item-minigame-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 4px;
}
.item-minigame-name_detail{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: white;


}
.item-minigame-amount{
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #FFA940;
}
.item-minigame-user{
    color: #F3F3F3;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
.item-minigame-view{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.item-minigame-view_mobile{
    display: none;
    position: absolute;
    bottom: 14px;
    right: 8px;
    color: white;
}
.list-minigame_mobile{
    display: none;
}

/*service*/
.item-product-service{
    margin: auto;
    text-align: center;
    transition: .2s;
}
.menu-category-mobile>ul>li img{
    width: 24px;
}
.item-product-service:hover{
    transform: translateY(-0.2rem);
    transition: .2s;
    color: var(--primary-color);
}
.item-product-service:hover div{
    transition: .2s;
    color: var(--primary-color);
}

/*náº¡p tiá»n*/
.captcha{
    margin: 0 8px;
    width: 150px;

}

.captcha span{
    height: 100%;
    display: flex;
    background: #f3f3f7;
    border-radius: 8px;
    width: 80px;

}

.refresh-captcha{
    border:none;
    border-radius: 8px;
    background: #FBFBFD;


}
.refresh-captcha img{
    -moz-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    padding: 0 16px;
}

.refresh-captcha .down {
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}
/*.refresh-captcha img{*/
/*    padding: 0 8px;*/
/*}*/
.item-product-service>a>div{
    margin-top: 0.75rem;
    font-weight: 600;
    line-height: 150%;
    color: var(--primary-text);
    transition: .2s;
}

.check-radio-form label{
    width: 100%;
    background-color: var(--back-ground-input-color);
    border-radius: var(--primary-border);
    border: 1px solid var(--border-form-color);
    cursor: pointer;
}
.block-card-item .block-product{
    min-height: 800px;
}
.charge-card-form label{
    height: 56px;
}

.check-radio-form label p{
    line-height: 56px;
    text-align: center;
    color: var(--primary-text);
    font-weight: 600;
    font-size: 16px;
}
.check-radio-form input[type=radio]:checked ~ label {
    border: 1px solid var(--primary-color);
}
.check-radio-form input[type=radio]:checked ~ label p{
    color: var(--primary-color);
}
.primary-button{
    padding: 12px 0;
    border-radius: var(--primary-border);
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: .2s;
}
/*.log-out-button a{*/

/*    border-radius: var(--primary-border);*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    background-color: var(--primary-color);*/
/*    */
/*    border: 1px solid var(--primary-color);*/
/*    cursor: pointer;*/
/*    transition: .2s;*/
/*    padding: 7.5px 0;*/
/*}*/
.primary-button:hover{
    background-color: transparent;
    transition: .2s;
    color: var(--primary-color);
}
/*nick*/
.item-nick{
    width: calc((100% - 8px) / 8);
    padding: 8px 8px 0 8px;
}
.item-nick-img{
    width: 100%;
    /*height: 128px;*/
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.item-nick-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
}
.item-nick a:hover .item-nick-img::after{
    background: var(--primary-color);
    opacity: .2;
    transition: .2s;
}

.item-nick a:hover .item-nick-name{
    color: var(--primary-color);
    transition: .2s;
}
.item-nick img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: .2s;
    position: absolute;
}
.item-nick-name{
    margin-top: 1rem;
    font-size: 16px;
    color: var(--primary-text);
    text-align: center;
    font-weight: 600;
    padding: 0 8px;
    transition: .2s;
}
.item-product-content{
    margin: auto;
    padding: 12px 12px 0 12px;
    overflow: hidden;
}
/*other nick*/
.other-nick-bg{
    width: 100%;
    border-radius: var(--primary-border);
}
.item-other-nick{
    border-radius: var(--primary-border);
    border: 1px solid var(--border-form-color);
}
.item-product-img{
    min-width: 128px;
    min-height: 100%;
    border-radius: 8px 0 0 8px;
}
.item-product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}
/*.article*/
.item-news-img{
    /*height: 163px;*/
    /*padding-bottom: 60%;*/
    overflow: hidden;
    position: relative;
}
.item-news-content{
    padding: 16px 0;
}
.list-news .swiper-slide{
    border: none;


}

.list-news .item-product__box-img img{
    border-radius: var(--primary-border);
    transition: .2s;

}
.list-news .item-product__box-img{
    padding-bottom: 73%;
    border-radius: var(--primary-border);
    transition: .2s;
}

/*intro*/
.list-intro .swiper-slide{
    border:none

}
.item-intro-img{
    text-align: center;
}
.list-intro-title{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 150%;
}

.list-intro-content{
    font-size: 14px;
    font-weight: 400;
    color: var(--text-black-color);
    line-height: 150%;
    margin-top: 8px;
}
.item-product-service img{
    width: 60px;
}
@media (max-width: 1200px ) {
    .item-minigame-name {
        font-size: 14px;
    }
    .item-minigame-amount {
        font-size: 16px;

    }

    .item-minigame-view {
        font-size: 10px;

    }
    /*nick*/
    .item-nick{
        width: calc((100% - 8px) / 6);
        padding: 8px 8px 0 8px;
    }
    .item-top-content{
        height: 120px;
        overflow: hidden;
    }
    item-top-content-minigame{
        height: 416px;
        overflow: hidden;
    }
    .showtext_top{
        height: auto;
    }
    .view-less-top{
        display: none;
    }
    .footer-row-ct .view-more-top, .footer-row-ct .view-less-top {
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #1990FF;
        padding-top: 16px;
        padding-bottom: 16px;
        cursor: pointer;
    }

    .item-top-content-minigame{
        height: 416px;
        overflow: hidden;
    }
}
@media (max-width: 1200px ) and (min-width: 992px) {
    .item-minigame_first {
        height: 333px;
    }
    .item-minigame_second {
        height: 160px;
        margin-bottom: 8px;
    }
    .item-minigame-content{
        bottom: 0;
    }

}
@media (max-width: 992px ) {
    /*header*/
    .mh_item-product__box-name{
        min-height: 46px!important;
    }

    header nav.heading .header-container{
        height: 56px;

    }
    .top-list{
        margin-top: 12px;
    }

    .item-minigame-name {
        font-size: 14px;
        overflow: hidden;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-break: break-word;
    }
    .old-price__minigame {
        display: inline-block;
        margin: 0 8px 0 8px !important;

    }
    .item-minigame-amount {
        font-size: 16px;

    }
    .item-minigame-view {
        font-size: 10px;

    }
    .item-minigame-amount{
        max-width: 50%
    }
    .list-minigame_box-right .item-minigame-amount{
        max-width: 100%
    }
    .item-minigame-view_mobile{
        max-width: 50%
    }
    .list-minigame_mobile,.item-minigame-view_mobile{
        display: block;
    }
    .item-minigame-view{
        display: none;
    }
    .list-minigame{
        display: none;
    }
    .item-minigame_first {
        height: 328px;
    }
    .item-minigame-content{
        bottom: 12px;
    }
    .item-minigame-user{
        font-size: 12px;
    }
    .special-price__minigame{
        font-size: 14px;
    }
    .item-product__sticker-percent__minigame{
        font-size: 10px;
    }

    .list-minigame_box-right{
        margin-top: 8px;
    }
    .item-minigame_second {
        height: 144px;
    }
    /*nick*/
    .item-nick-img {
        height: 90px;

    }
    .item-nick{
        width: calc((100% - 8px) / 6);
        padding: 8px 8px 0 8px;
    }
    .block-card-item .block-product{
        min-height: auto;
        padding-bottom: 80px;
    }


}
@media (max-width: 768px) {
    .mh_item-product__box-name{
        min-height: 46px!important;
    }
    .block-mini-game .block-product {
        min-height: auto;
    }
    .block-product,.box-list-service, .top-list,.c_block-product{
        border-radius: 0;
    }
    .top-list{
        min-height: auto;
    }
    .product-header>span>img {
        margin-right: 4px;
    }

    .banner-home{
        min-height: 176px;
    }
    .block-mini-game{
        margin-top: 0;
    }

    .item-product__box-content {
        padding: 0.5rem;
    }
    .product-header>span>img{
        width: 24px;
    }
    .text-title {
        font-size: 16px;
    }
    .block-other-nick .text-title {
        font-size: 16px;
    }
    .flash-sales .product-header .timer {
        padding-top: 0;
    }
    .text-view-more a {
        font-size: 12px;
    }
    .timer span {
        font-size: 10px;

    }

    .item-product__box-name{
        font-size: 14px;
    }
    .item-product__box-date{
        font-size: 10px;
    }
    .item-product__box-sale{
        font-size: 12px;
    }
    .special-price{
        font-size: 14px;
    }
    .old-price{
        margin: 0 12px 8px 4px !important;
    }
    .item-product-service{
        margin: 0;
        text-align: center;
    }
    .item-product-service img{
        width: 40px;
    }
    .item-product-service>a>div{
        margin-top: 0.5rem;
        font-size: 12px;
    }
    .item-nick-name{
        margin-top: 0.25rem;
        font-size: 12px;
        padding: 0 4px;
        line-height: 18px;
    }

    .list-intro-title{
        font-size: 14px;
    }
    .list-intro-content{
        font-size: 12px;
    }
    .top-list p{
        font-size: 16px;
    }
    .top-list p img{
        width: 24px;
    }
    .item-minigame_first {
        height: 223px;
    }
}

@media (max-width: 486px) {
    .mh_item-product__box-name{
        min-height: 46px!important;
    }
    .item-nick{
        width: calc((100% - 4px) / 4);
    }
    .item-nick-img {
        height: 65px;
        border-radius: 8px;
    }
    .item-nick-img img{

        border-radius: 8px;
    }
}

#fieldset-two-charge,#fieldset-two-recharge-atm,#fieldset-two-wallet{
    display: none;
}



.menu-profile-mobile {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 100vw;
    /*left: 0;*/
    background-color: white;
    width: 100vw;
    transition: all 0.2s ease-in-out;
    overflow-y: scroll;
    /* height: 100vw; */
}
.menu-profile-mobile_show{
    left: 0;
}
.box-account-mobile_close{
    display: none;
}
/*.loading {*/
/*    display: inline-block;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    !*margin: 12px 30px -5px;*!*/
/*    margin-top: 6px;*/
/*    border: 3px solid var(--primary-color);*/
/*    border-radius: 50%;*/
/*    border-top-color: #FFF8F2;*/
/*    animation: spin 1s ease-in-out infinite;*/
/*    -webkit-animation: spin 1s ease-in-out infinite;*/
/*}*/
.loading {
    width: 26px;
    height: 26px;
    background-image: linear-gradient(to right, transparent, var(--primary-color));
    padding: 3px;
    border-radius: 100%;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1.2s linear infinite;
}
.loading-child {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: inherit;
}

.c_loading {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: linear-gradient(to right, transparent, var(--primary-color));
    padding: 3px;
    border-radius: 100%;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1.2s linear infinite;
}
.c_loading-child {
    width: 100%;
    height: 100%;
    background-color: #FFA940;
    border-radius: inherit;
}


.btn-loading{
    padding:6px 46px;
    /*background: #EBEBEB;*/
    border-radius: 8px;
    margin-left: 20px;
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
.box-logined,.box-account,.box-registed,.box-deposit-charge{
    display: none;
}
.log-out-button a{
    display: flex;
    border-radius: var(--primary-border);
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primary-color);

    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: .2s;
    padding: 7.5px 0;
    justify-content: center;
}
.log-out-button a{color: white;transition: .2s}
.log-out-button a:hover{color: var(--primary-color);transition: .2s;background-color: white;}
.box-login-mobile{
    display: none;
}
.box-loading-mobile{
    margin-left: 16px;
}
@media (max-width: 992px) {
    .box-login{
        display: none;
    }
    .box-login-mobile{
        display: block;
    }
}
.reload img{
    border-radius: 8px;
}
.hide_charge{
    display: none;
}

/*loading*/
.loading-spokes {
    position: relative;
    margin: auto;
    height: 45px;
}
.loader{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loading-spokes .spoke-container {
    position: absolute;
    top: 100%;
    left: calc(50% - 10px*1.5);
    transform-origin: 50% -100%;
}
.loading-spokes .spoke-container .spoke {
    background: var(--primary-color);
    width: 6px;
    height: 12px;
    animation: spoke 1s infinite;
    animation-delay: inherit;
}
.loading-spokes .spoke-container:nth-of-type(0n+1) {
    transform: translateX(100%) rotate(-90deg);
    animation-delay: -0.875s;
}
.loading-spokes .spoke-container:nth-of-type(0n+2) {
    transform: translateX(100%) rotate(-45deg);
    animation-delay: -0.75s;
}
.loading-spokes .spoke-container:nth-of-type(0n+3) {
    transform: translateX(100%);
    animation-delay: -0.625s;
}
.loading-spokes .spoke-container:nth-of-type(0n+4) {
    transform: translateX(100%) rotate(45deg);
    animation-delay: -0.5s;
}
.loading-spokes .spoke-container:nth-of-type(0n+5) {
    transform: translateX(100%) rotate(90deg);
    animation-delay: -0.375s;
}
.loading-spokes .spoke-container:nth-of-type(0n+6) {
    transform: translateX(100%) rotate(135deg);
    animation-delay: -0.25s;
}
.loading-spokes .spoke-container:nth-of-type(0n+7) {
    transform: translateX(100%) rotate(180deg);
    animation-delay: -0.125s;
}
.loading-spokes .spoke-container:nth-of-type(0n+8) {
    transform: translateX(100%) rotate(225deg);
    animation-delay: 0;
}
@keyframes spoke {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}
.amount-loading{
    margin: 12px 0;
}
.amount-loading .loading-spokes .spoke-container .spoke{
    width: 4px;
    height: 8px;
}
.card--gray .card--attr.transfer-title{
    display: none;
}
.modal-loader-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 4000;
}
.modal-loader-content {
    border: none;
    background-color: transparent;
    text-align: center;
}
.modal-loader-spin {
    display: block;
    border: 7px solid var(--primary-color);
    border-left-color: #FFF;
    border-radius: 100%;
    width: 67px;
    height: 67px;
    margin: 25px auto;
    animation: spin 1.25s linear infinite;
}
/*marquee*/
.text-slider {
    margin: 20px auto 0 auto;
    flex: 1;
}
/*.banner-slide{*/
/*    border-radius: 12px;*/
/*    z-index: 0;*/
/*    margin-top: 20px;*/
/*}*/
.marquee-move {
    /*display: block;*/
    /*padding: 8px 0;*/
    vertical-align: middle;
    background: #FBFBFD;
    border-radius: 8px;
    /*display: table-cell;*/
    height: 40px;
    margin-left: 2.5rem;
}

.marquee-item {
    display: inline-block;
    /*width: 820px;*/
    margin-bottom: -14px;
    padding-top: 10px;
}
.rotation-notify-home{
    /*max-width: 820px;*/
    text-align: center;
    position: relative;
    height: 40px;
    background: #FBFBFD;
    border-radius: 8px;
    margin: 20px auto;
}
.rotation-notify-home-fix{
    margin: 16px 8px 0 16px;
}
.rotation-notify-home img{
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-slide .swiper-slide,.banner-image,.js--swiper__banner .swiper-slide{
    height: 480px;
}

.banner-slide .swiper-slide img,.banner-image img,.js--swiper__banner .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
@media (max-width: 768px) {
    .banner-slide{
        border-radius: 0;
    }
    .text-slider {
        margin: 16px auto 0 auto;
        flex: 1;
    }
    .banner-slide .swiper-slide,.banner-image,.js--swiper__banner .swiper-slide{
        height: 176px;
    }
    .rotation-notify-home{

        margin: 16px 12px 0 12px;
        height: 40px;
    }
    .marquee-move{
        height: 40px;
    }
    .marquee-item{
        padding-top: 8px;
    }
}
#menu-service .menu-category{
    /*position: fixed;*/
    top: 80px;
    left: 0;
    right: 0;
    z-index: 998;
    box-shadow: 0 5px 5px -5px #00000033;
    height: 0;
    overflow: hidden;

}

.menu-fix .menu-category{
    height: 48px !important;
    transition: .2s;
    position: fixed;
}
.swiper-service .item-product__box-img img{
    border-radius: var(--primary-border);
}
.swiper-service.list-product .swiper-slide{
    border: none;
}


/*tool tip*/
.menu-side{
    width: 48px;
    position: fixed;
    right: 0;
    /* height: 40px; */
    top: 50%;
    background: white;
    padding: 0 8px;
    border-radius: 8px 0 0 8px;
    z-index: 9999;
    transform: translateY(-50%);
}

.menu-side-item{
    /*box-shadow: 0px 1px 4px 0px #00000033;*/
    /*border-radius: 100%;*/
    width: 32px;
    height: 32px;
    /*!* padding: 6px; *!*/
    position: relative;
    margin: 8px 0;

}
.menu-side-item a{
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
}

.menu-side-item img{
    width: 32px;
    height: 32px;
    /* margin: auto; */
    /* object-fit: cover; */

}
/* Tooltip coming soon */
[data-tooltip] {
    position: relative;
    cursor: pointer;

}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 100%;
    top: 50%;
    padding: 8px 12px;
    border-radius: 4px;
    width: 120px;
    background: #2A2A2A;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    transform: translateY(-50%) translateX(100%) ;
}
[data-tooltip]::after {
    content: "";
    position: absolute;
    right: 80%;
    top: 50%;
    border-top: 10px solid transparent;
    /* border-right: 15px solid transparent; */
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2A2A2A;
    opacity: 0;
    transform: translateY(-50%) translateX(100%) ;
}

.coming-soon:hover:after {
    transform: translateY(-50%) translateX(-28px) ;
    opacity: 1;
    visibility: visible;
    /*transition: 0.1s;*/


}
.coming-soon:hover:before {
    transform: translateY(-50%) translateX(-28px);
    opacity: 1;
    visibility: visible;
    /*transition: 0.1s;*/

}
.go-top{
    display: none;
}

.charge-content-img{
    flex: 1 0 auto;
    background: url(/assets/frontend/theme_3/image/charge_card.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 12px;
}
.charge-content{
    display: flex;
    justify-content: space-between;
    flex-direction: column; min-height: 100%
}
.charge-content-detail{
    background: white;
    padding: 8px;
    margin-top: 10px;
    height: 260px;
    overflow-y: hidden;
    border-radius: 12px;
}
.charge-content-detail_mobile{
    background: white;
    padding: 8px;
    margin-top: 10px;
    height: 200px;
    overflow-y: hidden;
    border-radius: 12px;
    position: relative;
}
.charge-content-detail img{
    max-width: 100%;
}
.charge-content-detail_mobile img{
    max-width: 100%;
}
.charge-content-detail_mobile::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) );
}
.charge-content-detail>div{
    overflow-y: scroll;
    padding: 8px;
    height: 100%;
    overflow-x: hidden;
}
.charge-content-detail>div::-webkit-scrollbar {
    width: 8px;
}
.charge-content-detail>div::-webkit-scrollbar-thumb {
    background: #E4E5F0;
    border-radius: 100px;
    border: none;
}
.charge-content-detail>div::-webkit-scrollbar-track {
    background: transparent;
}
.box-product{
    position: relative;
}
.box-product .swiper-button-prev,.box-product .swiper-button-next{
    background-color: #FBFBFD;
    width: 32px;
    height: 32px;
    background-image: none;
    opacity: 1;
    border-radius: 4px;
    display: flex;
    padding: 4px;
    /*background-image: url(./assets/frontend/theme_3/image/swiper-prev.svg) !important;*/
    cursor: pointer;
}
.box-product .swiper-button-prev{
    left: -10px;
}
.box-product .swiper-button-next{
    right: -10px;
}
.box-product .swiper-button-next.swiper-button-disabled,.box-product .swiper-button-prev.swiper-button-disabled{
    opacity: 0.8;
    pointer-events: initial;
}

.product-list-category .swiper-button-prev,.product-list-category .swiper-button-next{
    background-color: #FBFBFD;
    width: 32px;
    height: 32px;
    background-image: none;
    opacity: 1;
    border-radius: 4px;
    display: flex;
    padding: 4px;
    /*background-image: url(./assets/frontend/theme_3/image/swiper-prev.svg) !important;*/
    cursor: pointer;
}
.product-list-category .swiper-button-prev{
    left: -10px;
}
.product-list-category .swiper-button-next{
    right: -10px;
}
.product-list-category .swiper-button-next.swiper-button-disabled,.product-list-category .swiper-button-prev.swiper-button-disabled{
    opacity: 0.8;
    pointer-events: initial;
}

.header-main-nav .active .item-about-title{
    color: var(--primary-color);
}
@media (max-width: 992px) {
    .box-product .swiper-button-prev,.box-product .swiper-button-next{
        display: none;
    }
    .product-list-category .swiper-button-prev,.product-list-category .swiper-button-next{
        display: none;
    }
    .menu-side{
        display: none;
    }
    .charge-content-img{
        height: 200px;
    }
}

.text-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.limit-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.limit-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.limit-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.go-to-top {
    position: fixed;
    bottom: 28px;
    right: 80px;
    display: none;
    -webkit-font-smoothing: antialiased;
    z-index: 999;
    background-color: transparent;
    border: none;
    cursor: pointer;
}




.c_scroll-top {
    position: fixed;
    bottom: 144px;
    right: 80px;
}
.c_circle {
    position: absolute;
    /*width: 50px;height: 50px;*/
    background-color: #F67600;;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.c_circle:hover{
    background-color: #F67600;
}
.c_circle:focus{
    background-color: #F67600;
}
.c_circle:active{
    background-color: #F67600;
}
.c_circle img{
    padding: 12px 12px;
}
.c_text {
    position: absolute;
    height: 48px;
    right: -25px;
    width: 0;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transition: width .3s;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    text-align: right;

}


#c_slider_banner-prev{
    left: 12px;
}
#c_slider_banner-next{
    right: 12px;
}

/*.c_text p{*/
/*    font-weight: 500;*/
/*    font-size: 13px;*/
/*    line-height: 20px;*/
/*    margin-bottom: 0;*/
/*    margin-right: 32px;*/
/*    display: none;*/
/*    color: transparent;*/
/*}*/
/*.c_circle:hover + .c_text {*/
/*    width: 108px;*/
/*}*/
/*.c_circle:hover + .c_text p{*/
/*    display: block;*/
/*    color: #434657;*/
/*    transition-delay: 6s;*/
/*}*/
.data_napthe_login,.data_napthe_home{
    display: none;
}
.mh_item-product__box-name{
    min-height: 52px;
}

.body-header-col-ct-titile{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #434657;
}
.c_body-header-col-ct-titile{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #434657;
}

.b_button {
    background: transparent;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-size: 24px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    letter-spacing: 2px;
}

.button-rainbow button {
    animation: rainbow 3s infinite, heartbeat 0.6s infinite;
    background: #c0392b;
}
.button-rainbow button .rainbow {
    /*width: 120px;*/
    /*height: 120px;*/
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
    transition: 0.5s ease;
    opacity: 0;
    transform: rotate(0);
}
.button-rainbow button .rainbow:before {
    content: "ðŸŒˆ";
    left: 0;
}
.button-rainbow button:hover .rainbow {
    opacity: 1;
    animation: rotate-nonstop 0.2s infinite;
}
.button-rainbow button + .name {
    color: #444;
}

@keyframes rotate-nonstop {
    50% {
        transform: rotate(92deg);
    }
}
@keyframes omg-yes {
    50% {
        opacity: 1;
    }
    100% {
        top: -50px;
    }
}
@keyframes rainbow {
    0% {
        background: #F67600;
    }
    10% {
        background: #F67600;
    }
    20% {
        background: #F67600;
    }
    30% {
        background: #F67600;
    }
    40% {
        background: #F67600;
    }
    50% {
        background: #F67600;
    }
    60% {
        background: #F67600;
    }
    70% {
        background: #F67600;
    }
    80% {
        background: #F67600;
    }
}

.button-jittery button {
    animation: jittery 4s infinite;
}
.button-jittery button:hover {
    animation: heartbeat 0.2s infinite;
}

@keyframes jittery {
    5%, 50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.15);
    }
    20% {
        transform: scale(1.15) rotate(-5deg);
    }
    25% {
        transform: scale(1.15) rotate(5deg);
    }
    30% {
        transform: scale(1.15) rotate(-3deg);
    }
    35% {
        transform: scale(1.15) rotate(2deg);
    }
    40% {
        transform: scale(1.15) rotate(0);
    }
}
@keyframes heartbeat {
    50% {
        transform: scale(1.04);
    }
}

.y_content-item {
    width: 100%;
    overflow: hidden;
    /*margin: 30px 0;*/
}

.y_content-item .y_item {
    overflow: hidden;
    cursor: pointer;
}

.y_content-item .y_item img {
    opacity: 1;
}

.y_content-item .y_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
}

.y_content-item .y_item .y_caption {
    position: absolute;
    bottom: -50px;
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.y_content-item .y_item:hover .y_caption {
    opacity: 1;
    bottom: 10px;
}



.y2_content-item {
    width: 100%;
    overflow: hidden;
    /*margin: 30px 0;*/
}

.y2_content-item .y2_item {
    overflow: hidden;
    cursor: pointer;
}

.y2_content-item .y2_item img {
    opacity: 1;
}

.y2_content-item .y2_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
}

.y2_content-item .y2_item .y2_caption {
    position: absolute;
    bottom: -50px;
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.y2_content-item .y2_item:hover .y2_caption {
    opacity: 1;
    bottom: 10px;
}

.fix_capcha{
    position: relative;
}
.fix_capcha img{
    position: absolute;
    top: 2px;
    left: 12px;
}

.fix_header_acount{
    height: 34px;
}

.top_box-product{
    padding-right: 10px;
}
.f_box-product{
    margin-bottom: 20px
}

.center_swiper-general_right{
    padding-right: 10px;
    padding-left: 10px;
}

.end_swiper-general_right{
    padding-left: 10px;
}

#c_slider_banner .fix_ads-banner-second{
    flex-basis: 47%;
    overflow: hidden;
}
#c_slider_banner .fix_ads-banner-second img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

#c_slider_banner .fix_ads-banner-fecond img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.fix_ads-banner-fist{
    position: relative;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
}
.fix_ads-banner-fist a::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 0;
    background: linear-gradient(180deg, rgba(101, 101, 101, 0) 0%, #211F1F 100%);
    border-radius: var(--primary-border);
    z-index: 1;
    transition: all 0.2s ease-out;
}
.fix_ads-banner-ffist{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
}
.fix_ads-banner-ffist a::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 0;
    background: linear-gradient(180deg, rgba(101, 101, 101, 0) 0%, #211F1F 100%);
    border-radius: var(--primary-border);
    z-index: 1;
    transition: all 0.2s ease-out;
}

.item-article-content{
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    color: white;
    z-index: 1;
    padding: 0 16px 0 16px;
}

.item-article-content-secon{
    position: absolute;
    bottom: 12px;
    left: 0;
    color: white;
    z-index: 1;
    padding: 0 12px;
}

.item-article-content-secon-bottom{
    position: absolute;
    bottom: 12px;
    left: 0;
    color: white;
    z-index: 1;
    padding: 0 24px;
}

.item-article-user{
    color: #F3F3F3 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.item-article-user span,.item-article-user p,.item-article-user div{
    color: #F3F3F3 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.item-article-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

#c_slider_banner p{
    margin-bottom: 0!important;
}

.item-product__box-img__random{
    position: relative;
}
.item-product__box-img__random button{
    position: absolute;
    width: auto;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: var(--primary-color);
    display: none;
    color: white;

}
.item-product__box-img__random::before {


    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 0;
    /*border-radius: var(--primary-border);*/
    z-index: 9;
}
.list-product .item-other-nick:hover .item-product__box-img__random::before{
    background: linear-gradient(rgba(24, 22, 22, 0),rgba(24, 22, 22, 0.6),#181616);
    transition: all 500ms;
}
.list-product .item-other-nick:hover .item-product__box-img__random button{
    display: block;
    z-index: 99;

}
img.lazy {

    /*display: block;*/

    /* optional way, set loading as background */
    background-image: url(/assets/frontend/theme_3/image/images_1/no-image.png);
    background-repeat: no-repeat;
    background-position: center;
    /*background-attachment: ;*/
    background-size: cover;

}

.ghinho_theme3{
    display: flex;
    margin-right: auto;
    margin-bottom: 0!important;
    margin-top: 8px;
}
.ghinho_theme3_input{
    width: 0;
    height: 0;
}
.ghinho_theme3_span{
    color: #A7ABC3;
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
    margin-left: 8px;
    cursor: pointer;
}

.atm-card-block {
    position: relative;
}

.atm-card-block .loader {
    top: 150%;
}

.recharge-atm-bank {
    margin-bottom: 24px;
}

.recharge-atm-bank p {
    font-weight: 700;
    font-size: 16px;
    color: #434657;
    margin-bottom: 24px;
}

.swiper-bank-list {
    overflow: hidden;
}

.bank-card input[type=radio]:checked ~ label {
    background-color: #E8EBF9;
}

.bank-card label {
    cursor: pointer;
    width: 100%;
    height: 56px;
    text-align: center;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 5%);
    position: relative;
    border-radius: 8px;
}

.bank-card label img {
    max-width: 80%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recharge-atm-bank span {
    font-weight: 400;
    font-size: 14px;
    color: #434657;
    margin-top: 16px;
}

.recharge-bank-content {
    position: relative;
}

.recharge-bank-content span {
    font-weight: 700;
    font-size: 16px;
    color: #434657;
    margin-bottom: 16px;
}

.recharge-bank-detail {
    border-radius: 8px;
    padding: 16px;
    background: #FBFBFD;
    margin-bottom: 24px;
}

.bank-detail-attr + .bank-detail-attr {
    margin-top: 8px;
}

.bank-detail-attr p {
    font-weight: 400;
    font-size: 14px;
    color: #434657;
    margin-bottom: 0;
}

.bank-detail-attr div {
    font-weight: 600;
    font-size: 14px;
    color: #F67600;
}

.bank-detail-img {
    width: 85px;
    height: 32px;
    object-fit: cover;
}

.card--attr__payment_failed {
    font-weight: 400;
    font-size: 14px;
    color: #DA4343;
    margin-bottom: 0;
}

.c_note_secvice{
    padding-left: 0;
    padding-right: 0;
}

.detail-service-content .c_note_secvice{
    max-height: 172px;
    overflow: hidden;
}
.detail-service-content .c_note_secvice{
    max-height: 350px;
    overflow-y: scroll;
    padding-right: 0.5rem;
}
.detail-service-content .c_note_secvice::-webkit-scrollbar{
    width: 10px;
}
.detail-service-content .c_note_secvice::-webkit-scrollbar-thumb {
    background: #E4E5F0;
    border-radius: 10px;
}
.note_secvice{
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #DCDEE9;
}
