<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('fonts/fonts.css');
body {
    font-family: 'Roboto Condensed', sans-serif;
}
*{
    outline: none;
    box-sizing: border-box;
}
.uk-container {
    max-width: 1157px;
}
header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 333;
}
#headerPC{
    padding: 18px 0;
    text-align: right;
}

.logo{
    position: absolute;
    top: 36px;
    right: 45px;
}

#banner {
    position: relative;
    /*height: 100vh;*/
    background: url(images/section1-bg.png) no-repeat center center/cover;
}

#videoBG {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
}
.banner-group-cta {
    max-width: 660px;
    margin: auto;
    padding: 10px 40px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.21);
    margin-top: 10px;
}
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 {
    background: url(images/bg_sec2.png) no-repeat top center;
    background-size: 100% 100%;
/*    padding-top: 100px;*/
/*    height: 3568px;*/
    box-sizing: border-box;
    position: relative;
    margin-top: -192px;
}
.section1-code{
    margin-top: -100px;
}
.section1-code&gt;.uk-container{
    max-width: 1278px;
}
.section1-code-inner{
    background: url(images/bg_code.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 198px;
    padding: 40px 70px;
    align-items: center;
}
.section1-code-item{
    position: relative;
}
.section1-code-label {
    width: 445px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}
.section1-code-label h2{
    font-family: 'UTM Cafeta';
    font-size: 36px;
    color: #af621e;
    margin-bottom: 10px;

}
.section1-code-label h2 span{
    font-size: 51.43px;
    color: #343434;
}
.section1-code-items{
    width: calc(100% - 445px);
    padding-right: 30px;
}
.section1-code-item.active {
    filter: brightness(1.5);
}
.section1-code-download a{
    margin: 0 40px;
}
.section1-code-download a:first-child{
    margin-left: 0;
}
.section1-code-download a:last-child{
    margin-right: 0;
}
.section1-code.opened #c1{
    display: none;
}
.section1-code.opened #c2{
    display: flex !important;
}
.uk-tooltip {
    width: 470px;
    max-width: 470px;
    height: 188px !important;
    padding: 15px;
    background: url(images/bg_tooltip.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    top: -220px !important;
    left: -175px !important;
}
.uk-tooltip ul{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.uk-tooltip ul li{
    font-family: 'UTM Facebook K&amp;T';
    font-size: 23px;
    line-height: normal;
}
#investment{
    padding: 55px 0 0;
}
#character{
    position: relative;
}
.character-inner{
    position: relative;
}
.character-slider-item {
    width: 100%;
    height: 1066px;
}
.character-slider-thumb {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*.character-slider-thumb a:not(:last-child){
    margin-bottom: 10px;
}*/
.character-slider-thumb a {
    position: relative;
    top: var(--top);
}
.character-slider-thumb a.active{
    filter: brightness(120%);
}
.character-slider-item-char{
    width: 50%;
    position: relative;
}
.character-slider-item-char img {
    position: absolute;
    max-width: initial;
    top: var(--top);
    left: var(--left);
    transition: all .5s ease-in-out;
/*    transform: scale(0.3);*/
    z-index: 3;
}
img.character-slider-name {
    position: absolute;
    top: var(--top);
}
.character-slider-item.slick-active img.character-slider-name{
    animation: zoomLittle .5s 0ms 1 ease-in-out;
}
img.char-Decor {
    position: absolute;
    right: 274px;
    bottom: 312px;
    z-index: 333;
    animation: ic-arrow 2s linear infinite;
}
a.Trailer {
    position: absolute;
    right: 61px;
    bottom: 361px;
    z-index: 5;
    /*display: flex;
    justify-content: center;
    align-items: center;
    width: 202px;
    height: 111px;
    background: url(images/char/Trailer.png) no-repeat center center/contain;*/
}
/*a.Trailer img{
    animation: ani 7s linear infinite;
}*/
.character-slider-item.slick-active .character-slider-item-char img{
    /*top: 0px;
    left: 80px;*/
    -webkit-animation: zoomLittle .5s 0ms 1 ease-in-out;
    animation: zoomLittle .5s 0ms 1 ease-in-out;
}
@-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);
    }
}
.character-slider-item-right{
    width: 50%;
    box-sizing: border-box;
    padding: 200px 25px 335px 70px;
}
.character-slider-item-right img {
    position: relative;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@-webkit-keyframes ani {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ani {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ic-arrow {
    50% {
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
}
@keyframes ic-arrow {
    50% {
        -webkit-transform: translateY(7px);
                transform: translateY(7px);
    }
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: 97px;
    height: 86px;
    font-size: 0;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 999;
    background: url(images/Pre.png) no-repeat center center/contain;
}
button.slick-next.slick-arrow{
    left: auto;
    right: -60px;
    background: url(images/Next.png) no-repeat center center/contain;
}
#gallery{
    padding: 135px 0 170px;
}
.gallery-container{
    max-width: 1648px;
    margin: auto;
}
.gallery-slider .slick-current.slick-active{
    min-height: 593px;
    aspect-ratio: 1095/593;
}
.gallery-slider .slick-current.slick-active img{
  transform: scale(1.96);
   position: relative; 
  z-index: 999;
}
.gallery-slider .slick-current.slick-active img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1);
}
.gallery-slider .gallery-slider-item img{
    filter: brightness(0.5);
/*    transform: scale(1.5);*/
}
.gallery-slider .slick-track{
    display: flex;
    align-items: center;
}
#gallery .slick-arrow {
    left: 188px;
    top: 40%;
}
#gallery button.slick-next.slick-arrow{
    left: auto;
    right: 188px;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 40px;
}
ul.slick-dots li button{
    font-size: 0;
    outline: none;
    width: 33px;
    height: 35px;
    background: url('images/dot.png') no-repeat center center/contain;
    border: none;
    cursor: pointer;

}
ul.slick-dots li.slick-active button{
    width: 50px;
    height: 49px;
    background: url('images/dot_active.png') no-repeat center center/contain;
}
ul.slick-dots {
    text-align: center;
    padding-left: 0;
    margin: 20px 0px 0px;
    z-index: 99999;
    position: relative;
}
#F6{
    padding: 0 0 180px;
}
.f6-cta-button{
    margin: 0 23px;
}
.f6-head{
    margin-bottom: 60px;
}
#footer{
    padding: 65px 0;
    background: #000;
}
#footer p{
    font-family: Tahoma;
    font-size: 22px;
    line-height: 1.5;
    color: #8a8a8a;
    margin: 0;
}
#FixedNav{
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 9999;
    width: 161px;
    height: 471px;
    background: url('images/nav/bg.png') no-repeat center center/contain;
    padding: 97px 22px 25px;
}
#FixedNav a{
    margin-bottom: 15px;
}
#FixedNav a:first-child{
    margin-bottom: 30px;
}
.totop{
    display: inline-block;
    height: 50px;
}
.modal-control {
    text-align: center;
    margin-bottom: 36px;
}
.modal-control label {
    display: block;
    color: #af621e;
    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-body {
    padding: 44px 122px;
    width: 683px;
    background: url(images/bg_modal.png) no-repeat center center;
    background-size: 100% 100%;
}
a.audio-icon {
    position: absolute;
    top: 122px;
    right: 35px;
}
.hf1{
    transition: all .2s ease;
}
.hf1:hover{
    filter: brightness(120%);
}
.hf2{
    transition: all .2s ease;
}
.hf2:hover{
    filter: brightness(150%);
}
.show_mb{
    display: none !important;
}

.show-mb-inline{
    display: none !important;
}
.btn-sweep{
    position: relative;
}
.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);
    -webkit-animation: sweep 2.5s ease infinite;
    animation: sweep 2.5s ease infinite;
    content: "";
    position: absolute;
    right: 0;
}
.section1-code-item img {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-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);
  }
}
@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);
  }
}
@-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%;
    }
}
@-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);
  }
}
.f6-cta-button {
    -webkit-animation: tranUpDown 4s infinite;
    animation: tranUpDown 4s infinite;
}
.f6-cta-items .f6-cta-button:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.f6-cta-items .f6-cta-button:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.f6-cta-items .f6-cta-button:nth-child(3) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
@media (max-width: 1200px){
    html,body{
        overflow-x: hidden;
    }
    .slick-arrow{
        left: 0;
    }
    button.slick-next.slick-arrow{
        right: 0;
    }
    #FixedNav{
        display: none;
    }
}
@media (max-width: 1100px){
    
    #header{
        position: static !important;
    }
    #headerPC{
        display: none;
    }
    .main-header-mobile {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
        padding: 20px 25px;
        box-sizing: border-box;
        background: #eddcbe;
        height: 102px;
    }
    a.ic_home {
        position: absolute;
        top: 15px;
    }
    a.ic_account {
        margin: 0 35px;
    }
    .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: 102px;
        width: 100%;
        background: #000;
        text-align: center;
        padding: 50px 0;
        z-index: 999999;
    }
    ul#menu-main-mobile {
        list-style: none;
        padding-left: 0;
    }
    li.menu-item{
        font-family: 'UTM Cafeta';
        font-weight: 400;
/*        padding: 10px 0;*/
        font-size: 36px;
        line-height: 2;
    }
    li.menu-item a{
        color: #fdf5cb;
    }
    .btn_register_mb {
        margin-left: 16px;
        margin-right: 35px;
    }
    .nav-right a:not(:last-child){
        margin-right: 23px;
    }
    a.audio-icon{
        top: 98px;
        right: 10px;
    }
    #videoBG{
        display: none;
    }
    main#site-main {
        padding-top: 102px;
    }
    #banner{
        height: 1068px;
        background-image: url(images/section1-bg_mb.jpg);
        background-size: 100% 100%;
    }
    .banner-content{
        bottom: 73px;
        width: 100%;
    }
    .banner-content .uk-container {
        padding: 0;
    }
    .section1-code-inner{
        padding: 15px 15px 30px;
        background-image: url(images/bg_code_mb.png);
        height: auto;
        flex-wrap: wrap;
    }
    .section1-code .uk-container{
        padding: 0;
    }
    .section1-code-label{
        width: 100%;
        padding: 0;
        flex-direction: row;
        justify-content: center;
    }
    .section1-code-label h2{
        margin: 0 40px 0 0;
    }
    .section1-code-items{
        width: 100%;
        padding: 0;
        max-width: 664px;
        margin: 35px auto 0;
    }
    #section2{
        margin-top: 0;
        background-image: url(images/bg_sec2_mb.png);
    }
    #investment {
        padding: 75px 0 0px;
    }
    .character-slider-item{
        height: 1044px;
    }
    #gallery{
        display: none;
    }
    #galleryMB{
        display: block !important;
    }
    .gallery-slider-mobile-item img{
        width: 100%;
    }
    section#galleryMB {
        padding: 318px 0 120px;
    }
    #F6 {
        padding: 0 0 106px;
    }
                
    .character-slider-item-char img{
        left: 150px;
    }
}
@media(max-width: 768px){
    .character-slider-item-char img{
        left: var(--left);
    }
    .hide-mb{
        display: none !important;
    }
    .show_mb{
        display: block !important;
    }

    .show-mb-inline{
        display: inline-block !important;
    }
    .main-header-mobile{
        padding: 1.953vw 3.255vw;
        height: 13.281vw;
    }
    main#site-main{
        padding-top: 13.281vw;
    }
    #banner {
        height: 143.229vw;
        min-height: auto !important;
    }

    a.ic_home {
        position: absolute;
        top:1.953vw;
    }
    a.ic_home img{
        max-width: 12.630vw;
    }
    a.ic_account {
        margin: 0 4.557vw;
    }
    .ic_mb img{
        max-width: 23.698vw;
    }
    span.menu-humburgur-icon img{
        max-width: 7.813vw;
    }
    .menu-main{
        top: 13.281vw;
        padding: 6.510vw 0;
    }
    li.menu-item{
        font-size: 4.688vw;
    }
    .section1-code {
        margin-top: -4.036vw;
    }
    .section1-code-inner {
        padding: 1.953vw 1.953vw 3.906vw;
    }
    .section1-code-label h2 {
        margin: 0 5.208vw 0 0;
        font-size: 4.948vw;
    }
    .section1-code-label h2 span{
        font-size: 6.641vw;
    }
    .section1-code-label img {
        max-width: 32.682vw;
    }
    .section1-code-items{
        max-width: 86.458vw;
        margin: 4.557vw auto 0;
    }
    .section1-code-item img {
        max-width: 11.849vw;
    }
    .section1-code.opened #c2{
        flex-direction: row;
        justify-content: center;
        align-items: center;
		gap: 10px; /* Äiá»u chá»‰nh giÃ¡ trá»‹ nÃ&nbsp;y Ä‘á»ƒ thay Ä‘á»•i khoáº£ng cÃ¡ch */

    }
    .section1-code-download a {
        margin: 0;
    }
    .section1-code-download a:nth-child(2){
        margin: 1.953vw 0;
    }
    .section1-code-download a img{
        max-width: 37.630vw;
    }
    #section2 {
        /*margin-top: -9.505vw;
        padding-top: 10.807vw;*/
    }
    a.Trailer {
        position: absolute;
        right: 4.688vw;
        bottom: 47.656vw;
        z-index: 5;
    }
    a.Trailer img{
        max-width: 26.302vw;
    }
    #investment {
        padding: 9.766vw 0 0;
    }
    .character-slider-item {
        height: 135.938vw;
    }
    img.char-Decor {
        position: absolute;
        right: auto;
        bottom: 39.453vw;
        z-index: 333;
        animation: ic-arrow 2s linear infinite;
        left: -9.245vw;
        max-width: 28.385vw;
    }
    .character .uk-container {
        padding: 0;
    }
    .character-slider-thumb{
        top: auto;
        bottom: 4.427vw;
        left: 0;
        width: 100%;
        justify-content: center;
        flex-direction: row;
    }
    .character-slider-thumb a:not(:last-child) {
        margin-bottom: 0;
    }
    .character-slider-thumb a{
        margin: 0 0.391vw;
        top: var(--top-mb);
    }
    .character-slider-thumb img {
        max-width: 18.099vw;
    }
    section#galleryMB {
        padding: 41.406vw 0 15.625vw;
    }
    #F6 {
        padding: 0 0 13.802vw;
    }
    ul.slick-dots{
        margin: 4.557vw 0px 0px;
    }
    .f6-cta-items {
        flex-wrap: wrap;
    }
    .f6-cta-button {
        margin: 0;
        width: 50%;
        text-align: left;
        padding: 0 5.208vw;
        box-sizing: border-box;
        margin-bottom: 9.115vw;
    }
    .f6-cta-items .f6-cta-button:nth-child(2n){
        text-align: right;
    }
    #footer {
        padding: 6.510vw 0 7.813vw;
        background: #000;
    }
    #footer p{
        font-size: 2.344vw;
    }
    #footer .uk-container{
        padding: 0;
    }
   
    section#galleryMB {
        padding: 12.370vw 0 27.344vw;
    }
   
    ul.slick-dots li button{
        width: 4.297vw;
        height: 4.557vw;
    }
     ul.slick-dots li.slick-active button{
        width: 6.510vw;
        height: 6.380vw;
     }
    ul.slick-dots li{
        margin: 0 5.208vw;
    }
    .f6-cta-button img{
        max-width: 36.849vw;
    }
    .character-slider-item-char img{
        max-width: var(--mw);
    }
    .uk-modal-body {
        padding: 5.729vw 15.885vw;
        width: 88.932vw;
    }
    .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: 4.297vw;
    }
    .uk-tooltip {
        width: 61.198vw;
        max-width: 61.198vw;
        height: 24.479vw !important;
        padding: 1.953vw;
        background-size: 100% 100%;
        border-radius: 0px;
        color: #fff;
        text-align: center;
        top: 90vw !important;
        left: 22.786vw !important;
        z-index: 999999999;
    }
    .uk-tooltip ul li{
        font-family: 'UTM Facebook K&amp;T';
        font-size: 2.995vw;
        line-height: normal;
    }
}</pre></body></html>