@import url('fonts/fonts.css');
body {
    font-family: 'Philosopher';
    font-size: 20px;
    background: #041334;
}
body,html{
    overflow-x: hidden;
}
.uk-container {
    max-width: 1243px;
}
header#header {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
#headerPC {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
    width: 100%;
    padding: 22px 0;
}

.logo {
    position: absolute;
    top: -9px;
    left: 49px;
}

#headerPC .uk-container{
    position: relative;
}

a.social-icon {
    display: inline-block;
    width: 85px;
    height: 84px;
    position: relative;
}

a.social-icon img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
}

img.social-icon_hover{
    opacity: 0;
    visibility: hidden;
}
a.social-icon:hover img.social-icon_hover{
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.social-icon_dot{
    margin: 0 3.5px;
    position: relative;
    top: -3px;
}

nav.main-header {
    /*position: fixed;*/
    /*top: 0;
    left: 0;
    width: 100%;
    background: url(images/bg_header.png) no-repeat center center/cover;*/
    padding: 0 50px;
}
nav.main-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header-left-menu a{
    text-transform: uppercase;
    font-family: 'Philosopher';
    font-weight: bold;
    color: #134453;
    font-size: 16px;
    letter-spacing: -0.025em;
    display: inline-block;
    width: 140px;
    text-align: center;
    position: relative;
}
.main-header-left-menu a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 8px;
    background: url(images/menu_dot.png) no-repeat center center / contain;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: -12px;
}
.main-header-left-menu li:first-child a:before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 8px;
    background: url(images/menu_dot.png) no-repeat center center / contain;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: -12px;
}
.main-header-left-menu li:last-child a:after{
    right: 0px;
}
.main-header-left-menu li.active a,.main-header-left-menu li:hover a{
    background: url(images/menu_item_bg.png) no-repeat center center;
    background-size: 100% 100%;
    text-decoration: none;
}

nav.main-header ul li a span{
    position: relative;
    z-index: 2;
}



#banner {
    position: relative;
    /*height: 100vh;*/
    background: url(images/section1-bg.jpg) no-repeat center center/cover;
    padding-top: 184px;
}

#videoBG {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-content{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 85px;
    width: 100%;
}
.banner-group-cta {
    max-width: 810px;
    margin: auto;
    padding: 16px 68px 13px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.43);
    /* margin-top: 115px; */
    background-size: 100% 100%;
}
.banner-group-cta-qr-text{
    color: #FFF;
    font-family: 'Philosopher';
    font-size: 18px;
    line-height: 25.69px;
}
a.account-center {
    position: absolute;
    bottom: 0%;
    left: calc(100% + 15px);
    /*transform: translateY(-50%);*/
    width: max-content;
}
.banner-group-cta-left{
    gap: 10px;
}
.banner-group-cta-giftcode{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 113px;
    background: url(images/btn_giftcode.png) no-repeat center center/contain;
}
.btn-sweep{
    position: relative;
    display: inline-block;
}
.btn-sweep:before {
    top: 0;
    bottom: 0;
    left: 0;
    background: #1110 -webkit-linear-gradient(left, #1110, #ffffff52) no-repeat 0 0 / 30px;
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, .3);
    animation: sweep 2.5s ease infinite;
    content: "";
    position: absolute;
    right: 0;
}
@-webkit-keyframes sweep {
    0% {
        background-position: 0 0;
    }
  
    100% {
        background-position: 100% 100%;
    }
}
@keyframes sweep {
    0% {
        background-position: 0 0;
    }
  
    100% {
        background-position: 100% 100%;
    }
}
.gift_icon{
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
a.banner-group-cta-download-ios {
    margin-bottom: 3px;
}
.banner-user-registed{
    background: url(images/bg_banner_registed.png) no-repeat center center;
}
.banner-user-registed h2{
    font-family: 'MStiffHei HK';
    font-size: 24.32px;
    line-height: 41.45px;
    color: #ffffd5;
}
#section2 {
    margin-top: -230px;
    padding-top: 296px;
    background: url(images/bg_sec2.png) no-repeat top center;
    background-size: 100% 100%;
/*    height: 3568px;*/
    box-sizing: border-box;
    position: relative;
    
}

.hv-up {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hv-up:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

@keyframes ic-arrow {
    50% {
        transform: translateY(10px)
    }
}
@keyframes tranUpDown {
  0%,100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}
.tranUpDown{
    -webkit-animation: tranUpDown 4s infinite;
    animation: tranUpDown 4s infinite;
}


.slick-arrow {
    position: absolute;
    top: 50%;
    left: -144px;
    transform: translateY(-50%);
    width: 144px;
    height: 144px;
    font-size: 0;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 98;
    background: url(images/Pre.png) no-repeat center center/contain;
}
.slick-next.slick-arrow,.sec2-slider-next.slick-arrow{
    left: auto;
    right: -144px;
    background: url(images/Next.png) no-repeat center center/contain;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 15px;
    width: 38px;
    height: 42px;
    background: url(images/slider_dot.png) no-repeat center center/contain;
    cursor: pointer;
}
ul.slick-dots li button{
    font-size: 0;
    outline: none;
    
    border: none;
    display: none;
}
ul.slick-dots li.slick-active{
    background: url(images/slider_dot_active.png) no-repeat center center/contain;
}
ul.slick-dots {
    text-align: center;
    padding-left: 0;
    margin: 39px 0px 0px;
    z-index: 99;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}


.modal-control {
    text-align: center;
    margin-bottom: 36px;
}
.modal-control label {
    display: block;
    color: #ffef37;
    font-family: 'MStiffHei HK';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 30.08px;
    letter-spacing: -0.025em;
    margin-bottom: 15px;
}
.modal-control input {
    width: 100%;
    max-width: 440px;
    height: 77px;
    border: none;
    border-radius: 0;
    outline: none;
    background: #FFF;
    padding: 0 20px;
    font-family: 'UTM Facebook';
    font-size: 20px;
}
.modal-control2{
    margin-bottom: 21px;
}
.modal-submit {
    text-align: center;
}
.modal-submit button{
    outline: none;
    border: none;
    width: 273px;
    height: 81px;
    font-size: 0;
    background: url(images/btn_baodanh.png) no-repeat center center/contain;
    cursor: pointer;
    transition: all .3s ease;
}
.modal-submit button:hover{
    filter: brightness(120%);
}
.uk-modal{
    background: rgba(0, 0, 0, .8) !important;
}
.uk-modal-body {
    padding: 15px;
    width: 1280px;
    background: transparent;
    background-size: 100% 100%;

}
/*Popup*/
#modal-preRegister .uk-modal-body{
    width: 778px;
    padding: 86px 87px 107px 72px;
    background: url(images/popup/BG.png) no-repeat center center/100% 100%;
}
.modal-preRegister-body h2{
    font-family: 'Trajan Pro 3';
    font-size: 38px;
    line-height: 53px;
    color: #343e4c;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.modal-preRegister-buttons{
    margin-bottom: 35px;
    position: relative;
    z-index: 222;
}
.modal-preRegister-content p{
    font-family: 'Barlow', sans-serif;
    font-size: 27px;
    line-height: 38px;
    color: #343e4c;
}
img.popup-char {
    position: absolute;
    top: 166px;
    left: -277px;
}



.modal-content {
    background: url(images/popup/bg_content.png) no-repeat center center/100% 100%;
    padding: 36px 34px;
    max-width: 768px;
    margin: -88px auto 0;
    position: relative;
}
.modal-content p{
    color: #FFF;
    font-family: 'Philosopher';
    font-size: 20px;
    line-height: 1.3;
    font-style: italic;
    max-width: 680px;
    margin: auto;
}

.modal-content-top {
    position: relative;
}

.modal-content-top-buttons {
    position: absolute;
    top: 246px;
    right: 68px;
}

a.modal-content-button {
    display: inline-block;
    width: 219px;
    height: 81px;
    position: relative;
}

a.modal-content-button img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
}

a.modal-content-button:hover img.hover {
    opacity: 1;
    visibility: visible;
}

a.modal-content-button img.hover {
    opacity: 0;
    visibility: hidden;
}
/*.modal-content p:last-child{
    margin: 0;
}*/
a.audio-icon {
    /*position: absolute;
    top: 122px;
    right: 35px;*/
}
img.icon-volume.playing {
    animation: spin 4s linear infinite;
}
.hf1{
    transition: all .2s ease;
}
.hf1:hover{
    filter: brightness(130%);
}
.hf2{
    transition: all .2s ease;
}
.hf2:hover{
    filter: brightness(150%);
}
.show-mb{
    display: none !important;
}

.show-mb-inline{
    display: none !important;
}

.relative{
    position: relative;
}
#F2{
    padding: 0 0 65px;
}
.character-slider-item {
    height: 700px;
    position: relative;
}

.elf {
    position: absolute;
    top: 0;
    right: 0;
}

.dw {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.dk {
    position: absolute;
    top: 0;
    left: 247px;
}
.dl {
    position: absolute;
    top: 0;
    right: 59px;
}

.mg {
    position: absolute;
    z-index: 2222;
    top: 0;
    left: 43px;
}
.sum {
    position: absolute;
    top: 0;
    right: 90px;
}

.rf {
    FONT-WEIGHT: 900;
    position: absolute;
    top: 0;
    left: 90px;
}

.character-slider-item.slick-active img, .character-slider-mb-item.slick-active img{
    animation: zoomLittle .5s 0ms 1 ease-in-out;
}

.character-slider-item img{
    transition: all .3s ease-out;
    cursor: pointer;
}
.character-slider-item > div:hover{
    z-index: 222;
}
.character-slider-item img:hover{
    filter: brightness(120%);
}
.F2-desc .uk-container{
    max-width: 1325px;
}
.F2-desc p{
    font-size: 30px;
    line-height: 1.4;
    color: #FFF;
}

#F3{
    padding: 45px 0 100px;
    background: url(images/bg_f3.jpg) no-repeat center bottom/cover;
}
.F3-head{
    margin-bottom: 17px;
}
#F3 .uk-container{
    max-width: 1151px;
}
.F3-content-left{
    width: 65.77%;
}
.F3-content-right{
    width: 34.23%;
    padding-left: 11px;
    box-sizing: border-box;
}

img.f3-char {
    position: absolute;
    z-index: 97;
    top: 150px;
    right: -85px;
}
.F3-slider .slick-arrow{
    left: -41px;
}
.F3-slider .slick-next.slick-arrow{
    left: auto;
    right: -41px;
}

.F3-content-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#F4{
    padding: 100px 0;
    background: url(images/bg_f4.jpg) no-repeat center top/cover;
}
#F4 .uk-container{
    max-width: 1157px;
}
.F4-head{
    margin-bottom: 45px;
}
.F4-content-left{
    width: 66%;
}
.F4-content-right{
    width: 34%;
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.F4-img {
    overflow: hidden;
}
.F4-img img{
    transition: all .3s ease-out;
}
.F4-img:hover img{
    transform: scale(1.05);
}
a.F4-content-arrow {
    position: absolute;
    top: 50%;
    left: -194px;
    transform: translateY(-50%);
}

a.F4-content-arrow.next {
    left: auto;
    right: -194px;
}

.popup-gallery-slider .slick-arrow{
    left: 0;
}
.popup-gallery-slider .slick-next.slick-arrow{
    left: auto;
    right: 0;
}

@-webkit-keyframes tranUpDown {
  0%,100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes tranUpDown {
  0%,100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.shake {
    -webkit-animation: tranUpDown 4s infinite;
    animation: tranUpDown 4s infinite;
}

@-webkit-keyframes zoomLittle{
    0%{
        -webkit-transform: scale(0.3);
                transform: scale(0.3);
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes zoomLittle{
    0%{
        -webkit-transform: scale(0.3);
                transform: scale(0.3);
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}



@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
@keyframes fire-glow {
    0% { filter: brightness(1) blur(0px); }
    25% { filter: brightness(1.3) blur(1px); }
    50% { filter: brightness(1.1) blur(0.5px); }
    75% { filter: brightness(1.4) blur(1.2px); }
    100% { filter: brightness(1) blur(0px); }
}

.site-footer{
    padding: 95px 0 120px;
    background: url(images/bg_footer.jpg) no-repeat center center/cover;
}
.site-footer p{
    color: #9b9b9b;
    font-size: 28.23px;
    line-height: 1.433;
}
.char-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    animation: fire-glow 1.2s ease-in-out infinite;
}
.footer-inner {
    position: relative;
    z-index: 222;
}

@media (min-width: 640px) {
    .uk-modal {
        padding: 0px 20px;
    }
}




@media (max-width: 1950px){
    .logo{
        left: 0;
    }
}

@media (max-width: 1500px){
    a.F4-content-arrow{
        left: 0;
    }
    a.F4-content-arrow.next{
        right: 0;
    }

}

@media (max-width: 1200px){
    html,body{
        overflow-x: hidden;
    }
    .slick-arrow{
        left: 0;
    }
    button.slick-next.slick-arrow{
        right: 0;
    }
   
    .char-footer{
        display: none;
    }
}
@media (max-width: 1100px){
    main#site-main {
        padding-top: 97px;
    }
    #header{
        position: static !important;
    }
    #headerPC{
        display: none;
    }
    .main-header-mobile {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding: 23px 33px 23px 10px;
        box-sizing: border-box;
        background: url(images/bg-topbar.png) no-repeat center bottom/cover;
        height: 99px;
        /*border-bottom: 1px solid #5ea3f8;*/
    }
    .main-header-mobile-right .uk-flex{
        gap: 7px;
    }
    a.audio-icon {
        margin-left: 27px;
        margin-right: 24px;
    }
    a.ic_home {
        position: absolute;
        top: 0;
    }
    .menu-humburgur-icon{
        margin-left: 10px;
    }
    .menu-humburgur-icon-active {
        display: none;
    }
    span.menu-humburgur-icon.open .menu-humburgur-icon-active {
        display: inline-block;
    }
    span.menu-humburgur-icon.open .menu-humburgur-icon-n {
        display: none;
    }
    .menu-main {
        position: fixed;
        top: 95px;
        width: 100%;
        background: rgb(0 0 0 / 73%);
        text-align: center;
        padding: 65px 0;
        z-index: 999999;
    }
    .menu-main-content {
        /* display: flex; */
        /* flex-wrap: wrap; */
    }

    .menu-main-content-left {
        /* width: 55.2%; */
        /* padding: 0 50px; */
        box-sizing: border-box;
        position: relative;
    }
    .menu-main-content-left:after{
        /* content: ''; */
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 7px;
        background: url(images/menu_mb_line.png) no-repeat center center/100% 100%;
    }

    .menu-main-content-right {
        width: 44.8%;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .menu-main-content-right ul {
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 15px;
    }

    .menu-main-content-right ul li {
        text-align: left;
    }
    ul#menu-main-mobile {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    li.menu-item {
        font-family: 'Philosopher';
        font-weight: bold;
        /* padding: 10px 0; */
        font-size: 25px;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: 0.025em;
        text-align: right;
    }
    ul#menu-main-mobile li:not(:last-child){
        margin-bottom: 5px;
    }
    .btn_menu_mb{
        position: relative;
        display: inline-block;
       /* width: 201px;
        height: 54px;*/
    }
    
    li.menu-item a {
        color: #FFF;
    }
    li.menu-item.active a {
        color: #ffe997;
    }
    a.account-center{
        display: none;
    }
    #videoBG{
        display: none;
    }
    #banner{
        background-image: url(images/section1-bg_mb_en.jpg);
        height: 960px;
    }
    .banner-content{
        bottom: 95px;
        width: 100%;
    }
    .banner-content .uk-container {
        padding: 0;
        max-width: 768px;
    }
    .banner-group-cta{
        margin-top: 22px;
    }
    
    a.social-icon{
        width: 58px;
        height: 60px;
    }
    #banner{
        padding-top: 234px;
    }
    .banner_content_code_mb {
        display: block !important;
    }
    /*.banner-group-cta{
        display: none !important;
    }*/
    .site-footer{
        padding: 95px 0 165px;
    }
    .site-footer p{
        font-size: 27.27px;
        line-height: 30px;
    }

    
}
@media(max-width: 768px){
    main#site-main {
        padding-top: 12.630vw;
    }
    .hide-mb{
        display: none !important;
    }
    .show-mb{
        display: block !important;
    }

    .show-mb-inline{
        display: inline-block !important;
    }
    .main-header-mobile{
        padding: 2.604vw 4.297vw 2.604vw 2.344vw;
        height: 12.891vw;
    }
    .menu-main{
        top: 12.891vw;
        padding: 8.464vw 0;
    }
    li.menu-item{
        font-size: 3.255vw;
        line-height: 5.208vw;
    }
    #banner {
        height: 136.979vw;
        padding-top: 12.891vw;
        min-height: auto !important;
        box-sizing: border-box;
    }
    .banner-content{
        bottom: 12.370vw;
        width: 100%;
    }

    a.ic_home {
        top: 0;
        left: 0;
    }
    a.ic_home img{
        max-width: 19.792vw;
    }
    .logo_mb img{
        max-width: 33.333vw;
    }
    .menu-humburgur-icon img{
        max-width: 6.771vw;
    }
    .menu-main-content-left,.menu-main-content-right{
        /* padding: 0 6.51vw; */
    }
    .menu-main-content-right ul{
        gap:1.953vw;
    }
    a.social-icon {
        width: 12.068vw;
        height: 11.938vw;
    }
    /*.btn_menu_mb{
        width: 26.172vw;
        height: 7.031vw;
    }*/
    .btn_menu_mb img{
        max-width: 24.609vw;
    }
    .main-header-mobile-right .uk-flex {
        gap: 0.911vw;
    }
    .menu-humburgur-icon {
        margin-left: 1.302vw;
    }
    .banner-content {
        bottom: 17.057vw;
    }
    .banner-group-cta{
        max-width: 95.703vw;
        padding: 2.083vw 4.036vw 1.693vw;
    }
    .banner-group-cta-center img{
        max-width: 32.682vw;
    }
    .banner-group-cta-left {
        gap: 1.302vw;
    }
    .app-icon{
        max-width: 17.188vw;
    }
    .banner-group-cta-qr-text{
        font-size: 2.244vw;
        line-height: 3.345vw;
    }
    .banner-group-cta_md {
        margin-top: 2.865vw;
    }
    .banner-group-cta-inner {
        gap: 3.385vw;
    }
    .banner-group-cta-center{
        gap: 1.432vw !important;
    }
    .banner-group-cta-center-left{
        gap: 1.042vw !important;
    }
    .banner-group-cta-giftcode{
        width: 18.62vw;
        height: 24.219vw;
    }
    #section2{
        padding-top: 20.375vw;
        margin-top: -12.469vw;
        background: url(images/bg_sec2_mb.png) no-repeat top center/100%;
    }

    .slick-arrow {
        width: 18.75vw;
        height: 18.75vw;
        padding: 0;
    }
    /*button.slick-next.slick-arrow{
        top: auto;
        bottom: 0;
        left: 2.604vw;
    }*/
    
    ul.slick-dots{
        margin: 5.208vw 0px 0px;
    }
    ul.slick-dots li{
        margin: 0 1.823vw;
        width: 7.161vw;
        height: 5.729vw;
    }
    ul.slick-dots li.slick-active{
        width: 7.943vw;
        height: 7.943vw;
    }
    .F2-desc .uk-container{
        padding-left: 3.646vw;
        padding-right: 3.646vw;
    }
    .F2-desc p{
        font-size: 3.906vw;
    }
    .F3-content-left {
        width: 100%;
        margin-bottom: 16vw;
    }
    .F3-content-right {
        width: 100%;
        padding-left: 0px;
    }
    .F3-content-right > .uk-flex {
        flex-direction: row;
        gap: 5.599vw;
    }
    .F3-content-right img {
        max-width: 27.214vw;
    }
    a.F4-content-arrow img{
        max-width: 18.75vw;
    }
    .uk-modal-body {
        padding: 0;
        width: 100vw;
    }
    .modal-control label{
        font-size: 3.516vw;
        line-height: 30.08px;
        margin-bottom: 3.917vw;
    }
    .modal-control input{
        max-width: 57.292vw;
        height: 10.026vw;
        padding: 0 2.604vw;
        font-size: 2.604vw;
    }
    .modal-control {
        text-align: center;
        margin-bottom: 4.688vw;
    }
    .modal-control2 {
        margin-bottom: 2.734vw;
    }
    .modal-submit button{
        width: 35.547vw;
        height: 10.547vw;
    }
    .banner-user-registed h2{
        font-size: 3.167vw;
        line-height: 5.397vw;
    }
    .banner-user-registed{
        max-width: 73.177vw;
        margin: auto;
        background-size: 100% 100%;
    }
    a.audio-icon {
        top: 12.760vw;
        right: 1.302vw;;
        z-index: 333;
    }
    a.audio-icon img{
        max-width: 5.729vw;
    }
    
    
    
    ul.slick-dots:before{
        width: 11.198vw;
        height: 1.563vw;
        margin-right: 1.563vw;
    }
    ul.slick-dots:after{
        width: 11.198vw;
        height: 1.563vw;
        margin-left: 1.563vw;
    }
   
    .uk-container{
        padding: 0;
    }
    .site-footer {
        padding: 12.37vw 0 21.484vw;
        background-image: url(images/bg_footer_mb.png);
    }
    .site-footer p {
        font-size: 3.551vw;
        line-height: 3.906vw;
    }
    .site-footer .uk-container{
        padding-left: 7.813vw;
        padding-right: 7.813vw;
    }
    a.audio-icon {
        margin-left: 3.516vw;
        margin-right: 3.125vw;
    }
    div#modal-baodanh {
        padding: 0;
    }
    .modal-content p{
        font-size: 14px;
    }
    .modal-content{
        padding: 4.688vw 4.427vw;
        margin: -11.458vw auto 0;
    }
    .modal-content-top-buttons {
        top: 32.031vw;
        right: 8.854vw;
    }
    a.modal-content-button {
        width: 28.516vw;
        height: 10.547vw;
    }

    #charMB{
        display: block !important;
    }
    .character-slider-mb-item-inner {
        width: 100vw;
        height: 91.146vw;
        position: relative;
    }
    .character-slider-mb-item img{
        position: absolute;
        top: var(--top);
        left: var(--left);
        max-width: var(--mw);
    }
    .F2-desc {
        margin-top: 5.339vw;
    }
    #F3{
        padding: 10.156vw 0 2.604vw;
        background-image: url(images/bg_f3_mb.jpg);
    }
    .F3-content-button img {
        max-width: 56.12vw;
    }
    section#F4 {
        padding: 7.943vw 0 16.276vw;
        background-image: url(images/bg_f4_mb.jpg);
    }
    .F4-content {
        padding: 0 1.302vw;
    }
    .F4-content-right{
        padding-left: 1.953vw;
    }
    .F3-slider .slick-arrow {
        left: 0;
    }
    .F3-slider ul.slick-dots{
        position: absolute;
    }
    .F3-slider ul.slick-dots li{
        margin: 0 1.2vw;
    }
    .F3-slider .slick-next.slick-arrow {
        left: auto;
        right: 0;
    }
    /*Popup*/
    #modal-preRegister {
        padding: 0;
    }
    .modal-preRegister-content p{
        font-size: 3.516vw;
        line-height: 4.948vw;
    }
    #modal-preRegister .uk-modal-body {
        padding: 11.328vw 11.328vw 13.932vw 9.375vw;
    }
    .modal-preRegister-body h2{
        font-size: 4.948vw;
        line-height: 6.901vw;
        margin: 0 0 2.604vw;
    }
    .modal-preRegister-buttons img{
        max-width: 32.682vw;
        
    }
    .modal-preRegister-buttons {
        margin-bottom: 4.557vw;
        gap: 2.604vw !important;
    }
    .modal-preRegister-buttons-bottom img{
        max-width: 8.073vw;
    }
    .modal-preRegister-buttons-bottom {
        gap: 8.073vw !important;
    }
    #modal-preRegister:before {
        content: '';
        display: inline-block;
        width: 100vw;
        height: 100.391vw;
        position: absolute;
        background: url(images/popup/char_mb.png) no-repeat center center / contain;
        left: 0;
        top: -17vw;
    }
}