@font-face {
    font-family: UTM Avo;
    src: url('/frontend/fonts/UTM-Avo.ttf');
}
*{
    margin: 0;
    padding: 0;
    font-family: 'UTM Avo', sans-serif;
    box-sizing: border-box;
}
.wrapper{
    background: url("/frontend/images/home/bg.jpg");
}
header{
    height: 78px;
    background: url("/frontend/images/home/bg-menu.jpg");
    background-size: 100% 100%;
}
nav{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}
.header__menu{
    height: 78px;
}
.header__login{
    display: inline-block;
    width: 186px;
    height: 50px;
    background: url('/frontend/images/home/btn-login.png');
    -webkit-animation: flashLogin 0.5s ease-in-out 0.5s infinite alternate;
    animation: flashLogin 0.5s ease-in-out 0.5s infinite alternate;
}
.header__info .dropdown-menu{
    transform: translate3d(-109px, 56px, 0px);
}
.big-menu{
    color: white;
}
.big-menu:hover{
    color: wheat;
}
.hoitruong__dangky{
    position: fixed;
    right: 100px;
    bottom: 6px;
    pointer-events: none;
}
@-webkit-keyframes flashLogin {
    0% {
        background: url('/frontend/images/home/btn-login.png?update');
        background-size: 100% 100%;
    }
    50% {
        background: url('/frontend/images/home/btn-login1.png?update');
        background-size: 100% 100%;
    }
    100% {
        background: url('/frontend/images/home/btn-login.png?update');
        background-size: 100% 100%;
    }
}
@keyframes flashLogin {
    0% {
        background: url('/frontend/images/home/btn-login.png?update');
        background-size: 100% 100%;
    }
    50% {
        background: url('/frontend/images/home/btn-login1.png?update');
        background-size: 100% 100%;
    }
    100% {
        background: url('/frontend/images/home/btn-login.png?update');
        background-size: 100% 100%;
    }
}
.header__napthe{
    display: inline-block;
    width: 186px;
    height: 50px;
    background: url('/frontend/images/home/btn-napthe.png');
    -webkit-animation: flashRecharge 0.5s ease-in-out 0.5s infinite alternate;
    animation: flashRecharge 0.5s ease-in-out 0.5s infinite alternate;
}
@-webkit-keyframes flashRecharge {
    0% {
        background: url('/frontend/images/home/btn-napthe.png');
        background-size: 100% 100%;
    }
    50% {
        background: url('/frontend/images/home/btn-napthe1.png');
        background-size: 100% 100%;
    }
    100% {
        background: url('/frontend/images/home/btn-napthe.png');
        background-size: 100% 100%;
    }
}
@keyframes flashRecharge {
    0% {
        background: url('/frontend/images/home/btn-napthe.png');
        background-size: 100% 100%;
    }
    50% {
        background: url('/frontend/images/home/btn-napthe1.png');
        background-size: 100% 100%;
    }
    100% {
        background: url('/frontend/images/home/btn-napthe.png');
        background-size: 100% 100%;
    }
}
.logo{
    display: inline-block;
    width: 274px;
    height: 153px;
    background: url('/frontend/images/home/logo.png');
    margin-top: 97px;
    -webkit-animation: flashLogo 2s ease-in-out 2s infinite alternate;
    animation: flashLogo 2s ease-in-out 2s infinite alternate;
    position: relative;
}
@-webkit-keyframes flashLogo {
    0% {
        background: url('/frontend/images/home/logo.png');
        background-size: 100% 100%;
    }
    33% {
        background: url('/frontend/images/home/logo1.png');
        background-size: 100% 100%;
    }
    66% {
        background: url('/frontend/images/home/logo2.png');
        background-size: 100% 100%;
    }
    100% {
        background: url('/frontend/images/home/logo.png');
        background-size: 100% 100%;
    }
}
@keyframes flashLogo {
    0% {
        background: url('/frontend/images/home/logo.png');
        background-size: 100% 100%;
    }
    33% {
        background: url('/frontend/images/home/logo1.png');
        background-size: 100% 100%;
    }
    66% {
        background: url('/frontend/images/home/logo2.png');
        background-size: 100% 100%;
    }
    100% {
        background: url('/frontend/images/home/logo.png');
        background-size: 100% 100%;
    }
}
.logo:before{
    display: inline-block;
    content: '';
    width: 240px;
    height: 101px;
    background: url('/frontend/images/apkv2/logo-name3.png?v=1.0.1');
    -webkit-animation: flashLogoName 2s ease-in-out 2s infinite alternate;
    animation: flashLogoName 2s ease-in-out 2s infinite alternate;
    position: absolute;
    top: 35px;
    left: 20px;
}
@-webkit-keyframes flashLogoName {
    0% {
        background: url('/frontend/images/apkv2/logo-name3.png?v=1.0.1');
        background-size: 100% 100%;
    }
    50% {
        background: url('/frontend/images/apkv2/logo-name3.png?v=1.0.1');
        background-size: 100% 100%;
    }
    100% {
        background: url('/frontend/images/apkv2/logo-name3.png?v=1.0.1');
        background-size: 100% 100%;
    }
}
@keyframes flashLogoName {
    0% {
        background: url('/frontend/images/apkv2/logo-name3.png?v=1.0.1');
        background-size: 100% 100%;
    }
    50% {
        background: url('/frontend/images/apkv2/logo-name3.png?v=1.0.1');
        background-size: 100% 100%;
    }
    100% {
        background: url('/frontend/images/apkv2/logo-name3.png?v=1.0.1');
        background-size: 100% 100%;
    }
}

/*vòng quay*/
.vongquay{
    padding-top: 10%;
    background: url("/frontend/images/home/bg-vongquay.png?update");
    background-size: 100% 100%;
}
.vongquay__bg{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header__slider{
    width: 741px;
    height: 412px;
    margin: 0 auto!important;
    padding: 60px 56px 90px 53px;
    background: url("/frontend/images/home_v2/bg-slider-header.png");
    background-size: 100% 100%;
}
.header__slider-item img{
    width: 100%;
    border-radius: 10px;
}
.header__slider .slick-dots{
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.header__slider .slick-dots li button{
    display:inline-block;
    width:32px;
    height:30px;
    overflow:hidden;
    background-repeat: no-repeat;
    background-image:url(/frontend/images/home_v2/dots.png);
    background-position: -32px -0px;
}
.header__slider .slick-dots li button:before{
    content: "";
}
.header__slider .slick-dots .slick-active button{
    background-position: -0px -0px;
}

.vongquay__dennhay{
    width: 403px;
    height: 405px;
    background: url("/frontend/images/home/vq-nhay-ngoai.png");
    position: absolute;
    top: 113px;
    left: 273px;
}
.dennhay_on{
    -webkit-animation: flashVQ 0.2s ease-in-out 0.2s infinite alternate;
    animation: flashVQ 0.2s ease-in-out 0.2s infinite alternate;
}
@-webkit-keyframes flashVQ {
    0% {
        background: url("/frontend/images/home/vq-nhay-ngoai.png");
        background-size: 100% 100%;
    }
    50% {
        background: url("/frontend/images/home/vq-nhay-ngoai1.png");
        background-size: 100% 100%;
    }
    100% {
        background: url("/frontend/images/home/vq-nhay-ngoai.png");
        background-size: 100% 100%;
    }
}
@keyframes flashVQ {
    0% {
        background: url("/frontend/images/home/vq-nhay-ngoai.png");
        background-size: 100% 100%;
    }
    50% {
        background: url("/frontend/images/home/vq-nhay-ngoai1.png");
        background-size: 100% 100%;
    }
    100% {
        background: url("/frontend/images/home/vq-nhay-ngoai.png");
        background-size: 100% 100%;
    }
}
.vongquay__main{
    width: 277px;
    height: 277px;
    background: url("/frontend/images/home/vongquay.png?updatee=1");
    position: absolute;
    top: 60px;
    left: 60px;
}
.vongquay__kim {
    display: inline-block;
    width: 79px;
    height: 125px;
    background: url("/frontend/images/home/vq-kim.png");
    position: absolute;
    top: 115px;
    left: 161px;
    -webkit-animation: flashQuay 1s ease-in-out 1s infinite alternate;
    animation: flashQuay 1s ease-in-out 1s infinite alternate;
}
.vongquay__kim:hover{
    animation-play-state: paused;
}
@-webkit-keyframes flashQuay {
    0% {
        background: url("/frontend/images/home/vq-kim.png");
    }
    50% {
        background: url("/frontend/images/home/vq-kim1.png");
    }
    100% {
        background: url("/frontend/images/home/vq-kim.png");
    }
}
@keyframes flashQuay {
    0% {
        background: url("/frontend/images/home/vq-kim.png");
    }
    50% {
        background: url("/frontend/images/home/vq-kim1.png");
    }
    100% {
        background: url("/frontend/images/home/vq-kim.png");
    }
}
.vongquay__soc-sang{
    width: 100%;
    max-width: 1032px;
    height: 396px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url("/frontend/images/home/soc-sang.png");
    -webkit-animation: flashSocSang 1.5s ease-in-out 1.5s infinite alternate;
    animation: flashSocSang 1.5s ease-in-out 1.5s infinite alternate;
}
@-webkit-keyframes flashSocSang {
    0% {
        background: url("/frontend/images/home/soc-sang.png");
    }
    33% {
        background: url("/frontend/images/home/soc-sang1.png");
    }
    66%{
        background: url("/frontend/images/home/soc-sang2.png");
    }
    100% {
        background: url("/frontend/images/home/soc-sang.png");
    }
}
@keyframes flashSocSang {
    0% {
        background: url("/frontend/images/home/soc-sang.png");
    }
    33% {
        background: url("/frontend/images/home/soc-sang1.png");
    }
    66%{
        background: url("/frontend/images/home/soc-sang2.png");
    }
    100% {
        background: url("/frontend/images/home/soc-sang.png");
    }
}
.vongquay__banner-street{
    width: 137px;
    height: 197px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/frontend/images/home/street.png");
    -webkit-animation: flashStreet 2s ease-in-out 2s infinite alternate;
    animation: flashStreet 2s ease-in-out 2s infinite alternate;
}
@-webkit-keyframes flashStreet {
    0% {
        background: url("/frontend/images/home/street.png");
    }
    50% {
        background: url("/frontend/images/home/street1.png");
    }
    100% {
        background: url("/frontend/images/home/street.png");
    }
}
@keyframes flashStreet {
    0% {
        background: url("/frontend/images/home/street.png");
    }
    50% {
        background: url("/frontend/images/home/street1.png");
    }
    100% {
        background: url("/frontend/images/home/street.png");
    }
}
.container-download{
    width: 610px;
    height: 165px;
    margin: 30px auto;
    position: relative;
}
.btn-download__gg{
    position: absolute;
    left: -2px;
    top: -19px;
    width: 192px;
    height: 109px;
    background: url("/frontend/images/home/btn-dl-gg-all.png");
    background-position: 0px 0px;
}
.btn-download__gg:hover{
    background: url("/frontend/images/home/btn-dl-gg-all.png");
    background-position: 0px -218px;
}
.btn-download__gg:active{
    background: url("/frontend/images/home/btn-dl-gg-all.png");
    background-position: 0px -109px;
}
.btn-download__apple{
    position: absolute;
    right: -2px;
    top: -19px;
    width: 192px;
    height: 109px;
    background: url("/frontend/images/home/btn-dl-apple-all.png");
    background-position: 0px 0px;
}
.btn-download__apple:hover{
    background: url("/frontend/images/home/btn-dl-apple-all.png");
    background-position: 0px -218px;
}
.btn-download__apple:active{
    background: url("/frontend/images/home/btn-dl-apple-all.png");
    background-position: 0px -109px;
}
.btn-download__apk{
    position: absolute;
    left: 45px;
    bottom: 0px;
    width: 192px;
    height: 109px;
    background: url("/frontend/images/home/btn-dl-apk-all.png");
    background-position: 0px 0px;
}
.btn-download__apk:hover{
    background: url("/frontend/images/home/btn-dl-apk-all.png");
    background-position: 0px -218px;
}

.btn-download__apk:active{
    background: url("/frontend/images/home/btn-dl-apk-all.png");
    background-position: 0px -109px;
}

.btn-download__pc{
    position: absolute;
    right: 45px;
    bottom: 0;
    width: 192px;
    height: 109px;
    background: url("/frontend/images/home/btn-dl-pc-all.png");
    background-position: 0px 0px;
}
.btn-download__pc:hover{
    background: url("/frontend/images/home/btn-dl-pc-all.png");
    background-position: 0px -218px;
}
.btn-download__pc:active{
    background: url("/frontend/images/home/btn-dl-pc-all.png");
    background-position: 0px -109px;
}
/*end vòng quay*/
.pc-inline-block{
    display: inline-block!important;
}
.pc-block{
    display: block!important;
}
.mb414-inline-block{
    display: none!important;
}
#modalIframe .modal-dialog{
    max-width: 1200px!important;
}
#modalIframe .modal-content{
    background: #282828;
    color: white;
}

#modalBanner .modal-content .close{
    font-size: 2rem;
    color: black;
    opacity: .8;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    margin-top: 10px;
}
#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;
}
#modalIframe .modal-content .close span{
    color: white;
}
.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%;
}
.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) {
    .vongquay__banner-street{
        display: none;
    }
    .vongquay__soc-sang{
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {

}
/*Ipad*/
@media only screen and (max-width: 768px) {
    .hide768{
        display: none!important;
    }
    header{
        height: 55px;
        background: url("/frontend/images/home/menu-mb.png");
        background-size: 100% 100%;
    }
    .header__info{
        position: relative;
    }
    .header__social img,.header__info img{
        max-height: 26px!important;
    }
    .header__slider{
        max-width: 96%;
        height: auto!important;
        padding: 60px 56px 90px 53px;
    }
    .header__menu{
        height: 55px;
    }
    .header__login{
        width: 111px;
        height: 30px;
        background: url(/frontend/images/home/btn-login.png);
        background-size: 100% 100%;
    }

    .header__napthe{
        width: 111px;
        height: 30px;
        background: url(/frontend/images/home/btn-napthe.png);
        background-size: 100% 100%;
    }

    .logo {
        display: inline-block;
        width: 164px;
        height: 92px;
        margin-top: 60px;
        background: url(/frontend/images/home/logo.png);
        background-size: 100% 100%;
    }
    .logo:before {
        display: inline-block;
        content: '';
        width: 144px;
        height: 66px;
        background: url(/frontend/images/home/logo-name3.png);
        background-size: 100% 100%;
        top: 30px;
        left: 14px;
    }
    .vongquay {
        padding-top: 20%;
    }
    .vongquay__dennhay {
        top: 19px;
        left: 22px;
    }
    .container-download {
        width: 530px;
        height: 165px;
    }
    .vongquay__soc-sang{
        bottom: -85px;
    }
}
/*Mobile*/
@media only screen and (max-width: 500px) {
    .pc-inline-block,.pc-block {
        display: none !important;
    }
    .mb414-inline-block {
        display: inline-block !important;
    }
    .header__mt{
        height: 15%;
    }

    .vongquay__dennhay {
        width: 348px;
        height: 348px;
        background: url(/frontend/images/home/vq-nhay-ngoai.png);
        background-size: 100% 100%;
        top: 12px;
        left: 12px;
    }

    .vongquay__main {
        top: 37px;
        left: 36px;
    }

    .vongquay__kim {
        top: 93px;
        left: 136px;
    }
    .container-download{
        width: 100%;
        margin-bottom: 0;
    }
    .btn-download__gg{
        left: 0;
        top: -16px;
        width: calc(0.8*192px);
        height: calc(0.8*109px);
        background: url("/frontend/images/home/btn-dl-gg2.png");
        background-size: 100%;
    }
    .btn-download__gg:hover{
        background: url("/frontend/images/home/btn-dl-gg2.png");
        background-size: 100%;
    }
    .btn-download__gg:active{
        background: url("/frontend/images/home/btn-dl-gg1.png");
        background-size: 100%;
    }
    .btn-download__apple{
        right: 0px;
        top: -19px;
        width: calc(0.8*192px);
        height: calc(0.8*109px);
        background: url("/frontend/images/home/btn-dl-apple.png");
        background-size: 100% 100%;
    }
    .btn-download__apple:hover{
        background: url("/frontend/images/home/btn-dl-apple2.png");
        background-size: 100%;
    }
    .btn-download__apple:active{
        background: url("/frontend/images/home/btn-dl-apple1.png");
        background-size: 100%;
    }
    .btn-download__apk{
        left: 35px;
        bottom: 35px;
        width: calc(0.8*192px);
        height: calc(0.8*109px);
        background: url("/frontend/images/home/btn-dl-apk.png");
        background-size: 100% 100%;
    }
    .btn-download__apk:hover{
        background: url("/frontend/images/home/btn-dl-apk2.png");
        background-size: 100%;
    }
    .btn-download__apk:active{
        background: url("/frontend/images/home/btn-dl-apk1.png");
        background-size: 100%;
    }
    .btn-download__pc{
        right: 35px;
        bottom: 35px;
        width: calc(0.8*192px);
        height: calc(0.8*109px);
        background: url("/frontend/images/home/btn-dl-pc.png");
        background-size: 100% 100%;
    }
    .btn-download__pc:hover{
        background: url("/frontend/images/home/btn-dl-pc2.png");
        background-size: 100%;
    }
    .btn-download__pc:active{
        background: url("/frontend/images/home/btn-dl-pc1.png");
        background-size: 100%;
    }
    .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 0;
    }
    .header__slider{
        padding: 30px 31px 42px 30px;
    }
    .header__slider .slick-dots {
        bottom: 22px;
        transform: translateX(-50%) scale(0.7);
    }
}
