@font-face {
    font-family: "UTM Seagull", sans-serif;
    src: url('/frontend/fonts/UTM SeagullBold.ttf');
}
@font-face {
    font-family: "UTM Avo", sans-serif;
    src: url('/frontend/fonts/UTM-Avo.ttf');
}
*{
    margin: 0;
    padding: 0;
    font-family: 'UTM Avo', sans-serif;
    scroll-behavior: smooth;
    box-sizing: border-box;
}
.wrapper{
    position: relative;
}

/*menu*/
header{
    background: #ffa1ca;
}
.header__menu-item{
    display: block;
    padding: 0;
    margin: 0 0 0 70px;
    background-repeat: no-repeat;
    background-image:url(/frontend/images/home1/menu/allmenu.png);
    position: relative;
}
.header__menu-item:before{
    content: '';
    display: inline-block;
    background-image:url(/frontend/images/home1/no.png);
    width: 35px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -50px;
}
.menu-item__khac {width:56px; height:28px; background-position: -159px -99px;margin-bottom: 5px}
.menu-item__khac:hover {width:56px; height:28px; background-position: -159px -69px;margin-bottom: 5px}
.menu-item__nhanvat {width:94px; height:31px; background-position: -97px -36px;margin-bottom: 2px}
.menu-item__nhanvat:hover {width:94px; height:31px; background-position: -1px -36px;margin-bottom: 2px}
.menu-item__taigame {width:99px; height:33px; background-position: -102px -1px;margin-bottom: 0px}
.menu-item__taigame:hover {width:99px; height:33px; background-position: -1px -1px;margin-bottom: 0px}
.menu-item__tintuc {width:71px; height:28px; background-position: -86px -99px;margin-bottom: 5px}
.menu-item__tintuc:hover {width:71px; height:28px; background-position: -86px -69px;margin-bottom: 5px}
.menu-item__trochoi {width:83px; height:28px; background-position: -1px -99px;margin-bottom: 5px}
.menu-item__trochoi:hover {width:83px; height:28px; background-position: -1px -69px;margin-bottom: 5px}
main{
    min-height: 100vh;
}
.pointer-event-none{
    pointer-events: none;
}
.container_kt{
    width: 1013px;
    margin: 0 auto;
    position: relative;
}
/*endmenu*/
.generalModal .modal-dialog{
    max-width: 1200px!important;
}
.generalModal .modal-content{
    background: transparent;
    color: white;
    border: none;
}

#modalBanner .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: .8;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
}
#modalBanner .modal-content .close:focus{
    outline: none;
}
#modalBanner .modal-content .close span{
    display: inline-block;
    width: 30px;
    height: 37px;
}
#modalBanner .modal-content .close:hover{
    opacity: 1;
}
.generalModal .modal-content .close,.generalModal .modal-content .close:hover{
    opacity: 1;
}
.generalModal .modal-content .close span{
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image:url(/frontend/images/btnclose.png);
    background-position: -0px -0px;
}
.generalModal .modal-content .close span:hover{
    background-position: -40px -0px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.logo-footer{
    background-color: white;
}
.logo-footer__item{
    max-width: 16%;
    display: inline-block;
}
.logo-footer__cr{
    font-size: 14px;
}
footer{
    padding: 50px 0;
    background-image: url("/frontend/images/bg-footer.jpg");
    background-size: cover;
    color: white;
}
.footer__content .text-format {
    line-height: 1.4;
    text-align: center;
}
.footer__content .text-format a {
    color: white;
}
.footer__content .text-format p {
    margin-bottom: 0;
}
#modalComingSoon .modal-dialog{
    max-width: 500px!important;
}
#modalComingSoon .modalComingSoon__content{

}
.img-comingsoon{
    max-width: 100%;
}
#modalComingSoon .modal-content .close span {
    top: 15%;
    right: 17%;
}
.pc-flex.pc850-flex{
    display: flex!important;
}
.pc850-inline-block{
    display: inline-block!important;
}
.pc,.pc850{
    display: block!important;
}
.mb-inline-block,.mb,.mb850{
    display: none!important;
}
popupRule .modal-dialog {
    max-width: 639px!important;
}
.popupRule .modal-content{
    max-width: 639px!important;
    background-color: transparent;
    background-image: url('/frontend/images/msg-t.png'),url('/frontend/images/msg-c.png'),url('/frontend/images/msg-b.png');
    background-repeat: no-repeat;
    background-position: 0 0,0 center,0 bottom;
    -webkit-background-size: 100% auto,100% -webkit-calc(100% - 2rem),100% auto;
    background-size: 100% auto,100% calc(100% - 2rem),100% auto;
    border: none;
    padding: 15px 0 15px 15px;
}
.popupRule .rule-content{
    height: 70vh;
    overflow-y: scroll;
    color: white;
}
.btnclose{
    background-color: #c9b16a;
    padding: 7px 40px;
    color: #513310;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #663010;
}
/*desktop*/
@media only screen and (max-width: 1200px) {

}
/*Ipad pro*/
@media only screen and (max-width: 1024px) {
    .container_kt{
        max-width: 800px;
        width: 100%;
    }
    .pc,.pc-flex{
        display: none!important;
    }
    .mb-inline-block{
        display: inline-block!important;
    }
    .mb{
        display: block!important;
    }
    header{
        padding: 10px;
        position: relative;
    }
    .icon-menu-mb img:hover{
        filter: brightness(110%);
    }
    .logo_global img,.icon-menu-mb img{
        height: 86px;
    }
    .menu-dropdown{
        position: absolute;
        top: 106px;
        left: 0;
        z-index: 1;
        background: white;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 57%);
        max-height: 0;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.15s ease-out;
    }
    .menu-dropdown.open{
        max-height: 800px;
        transition: max-height 0.25s ease-in;
    }
    .margin-menu{
        margin-top: 5%;
    }
    .menumb__item{
        float: left;
        margin: 0 3% 5%;
        width: 27.144%;
        text-align: center;
        font-size: 20px;
        color: #e02473;
        font-weight: bold;
        text-transform: uppercase;
    }


}
@media only screen and (max-width: 850px) {
    .mb850{
        display: block!important;
    }
    .pc850,.pc850-flex,.pc850-inline-block{
        display: none!important;
    }

}
/*Ipad*/
@media only screen and (max-width: 768px) {
    .logo-footer__cr{
        font-size: 12px;
    }
}
/*Mobile*/
@media only screen and (max-width: 500px) {
    footer {
        padding: 20px 0;
    }
    .footer__content .text-format{
        font-size: 12px;
    }
    .menumb__item{
        font-size: 13px;
    }
    #modalComingSoon .modal-dialog{
        text-align: center;
    }
    #modalComingSoon .modalComingSoon__content{
        padding-right: 0;
    }
    #modalComingSoon .modal-content .close span {
        top: 15%;
        right: 0;
    }
}

@-webkit-keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}