.wrapper{
    height: 100vh;
    min-height: 800px;
    background: url("/frontend/images/apkv2/bg.jpg") top center;
    background-size: cover;
    position: relative;

}
main{
    width: 100%;
}
.btn-download-apk{
    display: inline-block;
    width:437px;
    height:196px;
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, 0);
}
.btn-download__pc-page{
    display: inline-block;
    width:437px;
    height:196px;
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, 0);
}
.pc-icon{
    display:inline-block;
    overflow:hidden;
    width:437px;
    height:196px;
    background-repeat: no-repeat;
    background-image:url(/frontend/images/pc/btnpc.png);
    background-position: -0px -0px;
    -webkit-animation: flashPC 0.5s steps(3) infinite,zoominoutsinglefeaturedPC 0.5s infinite;
    animation: flashPC 0.5s steps(3) infinite,zoominoutsinglefeaturedPC 0.5s infinite;
    transition: none;
}
.apkv2-icon{
    display:inline-block;
    overflow:hidden;
    width:437px;
    height:196px;
    background-repeat: no-repeat;
    background-image:url(/frontend/images/apkv2/btnapk.png?v=1.0.1);
    background-position: -0px -0px;
    -webkit-animation: flashPC 0.5s steps(3) infinite,zoominoutsinglefeaturedPC 0.5s infinite;
    animation: flashPC 0.5s steps(3) infinite,zoominoutsinglefeaturedPC 0.5s infinite;
    transition: none;
}
.apk-icon{
    width: auto;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
}
.icon-left{
    left: 3%;
}
.icon-right{
    right: 3%;
}
.gai{
    width: 265px;
    height: 615px;
    background-image: url("/frontend/images/apkv2/gai.png");
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-animation: flashGai 1s infinite;
    animation: flashGai 1s infinite;
}
.text-slogan{
    position: absolute;
    width: 1000px;
    max-width: 100%;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    pointer-events: none;
}
.text-kiemxu{
    position: absolute;
    width: 260px;
    max-width: 100%;
    bottom: 27%;
    left: 15%;
    z-index: 1;
}
.code{
    position: absolute;
    max-width: 100%;
    bottom: 40%;
    left: 15%;
    z-index: 1;
}
.box{
    position: absolute;
    max-width: 100%;
    bottom: 17%;
    right: 18%;
}
.text-slogan-mb{
    display: none;
    pointer-events: none;
}
.hoitruong__dangky{
    display: none;
}
.character{
    max-width: 350px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
}
@-webkit-keyframes flashAPK {
    0% {
        background: url("/frontend/images/apk/dl-apk.png?update");
        background-size: 100% 100%;
    }
    33% {
        background: url("/frontend/images/apk/dl-apk1.png?update");
        background-size: 100% 100%;
    }
    66% {
        background: url("/frontend/images/apk/dl-apk2.png?update");
        background-size: 100% 100%;
    }
    100% {
        background: url("/frontend/images/apk/dl-apk.png?update");
        background-size: 100% 100%;
    }
}
@keyframes flashAPK {
    0% {
        background: url("/frontend/images/apk/dl-apk.png?update");
        background-size: 100% 100%;
    }
    33% {
        background: url("/frontend/images/apk/dl-apk1.png?update");
        background-size: 100% 100%;
    }
    66% {
        background: url("/frontend/images/apk/dl-apk2.png?update");
        background-size: 100% 100%;
    }
    100% {
        background: url("/frontend/images/apk/dl-apk.png?update");
        background-size: 100% 100%;
    }
}
@-webkit-keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95) translate(-50%, 0);
    }
    50% {
        transform: scale(1) translate(-50%, 0);
    }
    100% {
        transform: scale(0.95) translate(-50%, 0);
    }
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.95) translate(-50%, 0);
    }
    50% {
        transform: scale(1) translate(-50%, 0);
    }
    100% {
        transform: scale(0.95) translate(-50%, 0);
    }
}

@-webkit-keyframes flashPC {
    from {
        background-position-x: -0px;
    }
    to{
        background-position-x: -1311px;
    }
}
@keyframes flashPC {
    from {
        background-position-x: -0px;
    }
    to{
        background-position-x: -1311px;
    }
}
@-webkit-keyframes zoominoutsinglefeaturedPC {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
@keyframes zoominoutsinglefeaturedPC {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}
@keyframes flashGai {
    0% {
        background-image: url("/frontend/images/apkv2/gai.png");
    }
    50% {
        background-image: url("/frontend/images/apkv2/gai1.png");
    }
    100% {
        background-image: url("/frontend/images/apkv2/gai.png");
    }
}
@-webkit-keyframes flashGai {
    0% {
        background-image: url("/frontend/images/apkv2/gai.png");
    }
    50% {
        background-image: url("/frontend/images/apkv2/gai1.png");
    }
    100% {
        background-image: url("/frontend/images/apkv2/gai.png");
    }
}
/*event*/
.popupEvent{
    padding-left: 0!important;
}
.popupEvent .modal-dialog{
    max-width: 1200px!important;
}
.popupEvent .modal-content .close{
    opacity: 1;
}
.popupEvent .modal-content .close:hover{
    opacity: 1;
}
.popupEvent .modal-content .close:hover img{
    opacity: 1;
    filter: brightness(120%);
}
#eventMain .modal-content{
    background: url("/frontend/images/apkv2/popup/bg-thamgia.jpg");
    height: 628px;
    color: white;
}
.popupEvent-sub{
    pointer-events: none;
}
.logo-popup{
    position: absolute;
    top: 5px;
    left: 5px;
}
.slogan-thamgia{
    position: absolute;
    top: 30px;
    left: 55%;
    transform: translateX(-50%);
    max-width: 70%;
}
.gai-thamgia{
    position: absolute;
    bottom: 0;
    left: 10%;
    max-height: 80%;
}
.vangbac-thamgia{
    position: absolute;
    bottom: 0;
    left: 0;
}
.eventMain__content{
    width: 480px;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.input-thamgia{
    width: 480px;
    height: 93px;
    background: url(/frontend/images/apkv2/popup/input-thamgia.png);
    border: none;
    font-size: 25px;
    padding: 13px 60px 15px;
    text-align: center;
}
.input-thamgia:focus{
    outline: none;
}
.btn-thamgia:hover img{
    filter: brightness(120%);
}
.btn-thamgia,.btn-tuchoi{
    background: transparent;
    border: none;
}
.btn-thamgia img{
    max-height: 50px;
}
#eventBanner .modal-body{
    padding: 0;
}
#eventBanner .modal-content .close{
    position: absolute;
    right: 5px;
    top: 5px;
}
.sk-banner-mb{
    display: none!important;
}
.countdown-text{
    position: absolute;
    color: white;
    top: 70px;
    right: 15px;
}
/*desktop*/
@media only screen and (max-width: 1200px) {

}
/*Ipad pro*/
@media only screen and (max-width: 1024px) {
    .apk-icon{
        display: none;
    }
    .text-kiemxu {
        bottom: 38%;
        left: 5%;
    }
    .code {
        bottom: 50%;
        left: 15%;
    }
    .box {
        bottom: 30%;
        right: 5%;
    }
    .text-slogan{
        display: none;
    }
    .text-slogan-mb{
        display: block;
        position: absolute;
        top: 190px;
        left: 50%;
        max-width: 100%;
        transform: translate(-50%, 0);
    }
}
@media only screen and (max-width: 991px) {

}
/*Ipad*/
@media only screen and (max-width: 768px) {
    .text-kiemxu {
        bottom: 44%;
        right: 0px;
        left: auto;
        width: 300px;
    }
    .code {
        bottom: 57%;
        left: 14%;
    }
    .box {
        display: none;
    }
    .text-slogan{
        display: none;
    }
    .text-slogan-mb{
        display: block;
        position: absolute;
        top: 120px;
        left: 50%;
        max-width: 100%;
        transform: translate(-50%, 0);
    }
    .gai-thamgia{
        display: none;
    }
    .popupEvent .modal-content .close img{
        max-width: 40px;
    }
    .logo-popup img{
        max-width: 120px;
    }
    .slogan-thamgia {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 60%;
    }
    .eventMain__content {
        width: 480px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .sk-banner-mb{
        display: block!important;
    }
    .popupEvent .modal-dialog{

    }
    .sk-banner{
        display: none!important;
    }
}
/*Mobile*/
@media only screen and (max-width: 480px) {
    .title-thamgia{
        max-width: 95%;
    }
    .input-thamgia {
        width: 325px;
        height: 63px;
        background: url(/frontend/images/apkv2/popup/input-thamgia.png);
        background-size: 100% 100%;
        border: none;
        font-size: 18px;
        padding: 15px 28px 15px;
        text-align: center;
    }
    .slogan-thamgia {
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 90%;
    }
    .eventMain__content {
        width: 95%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .btn-download__pc-page {
        transform: translate(-50%, 0) scale(0.7);
    }
    .btn-download-apk {
        transform: translate(-50%, 0) scale(0.7);
    }
}
@media only screen and (max-width: 414px) {
    .wrapper {
        background: url(/frontend/images/apkv2/bg.jpg) bottom center;
    }
    .box{
        display: none;
    }
    .text-slogan-mb{
        display: block;
        position: absolute;
        top: 100px;
        left: 50%;
        max-width: 100%;
        transform: translate(-50%, 0);
    }
    .code{
        width: 250px;
        left: 50%;
        bottom: 61%;
        transform: translate(-50%, 0);
    }
    .gai{
        width: 193px;
        height: 450px;
        background-image: url(/frontend/images/apkv2/gai.png);
        background-size: 100% 100%;
    }
    .text-kiemxu {
        bottom: 52%;
        right: 0px;
        left: auto;
        width: 160px;
    }
}