@import url('fonts/fonts.css');
body {
    font-family: 'Tiffany', sans-serif;
}
body,html{
    overflow-x: hidden;
}
.uk-container {
    max-width: 1154px;
}
header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

nav.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/images-bg_header.png) no-repeat center center/cover;
}
nav.main-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-header ul li a {
    padding: 0 60px;
    font-family: 'SVN-Toruk';
    font-weight: 400;
    color: #FFF;
    font-size: 26.02px;
    height: 71px;
    line-height: 60px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

nav.main-header ul li:not(:last-child) a:after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 53px;
    background: url(../images/images-menu_line.png) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

nav.main-header ul li a span{
    position: relative;
    z-index: 2;
}
nav.main-header ul li.active a,nav.main-header ul li:hover a{
    color: #fad694;
}

.logo{
    position: absolute;
    top: 88px;
    left: 165px;
}

#banner {
    position: relative;
    /*height: 100vh;*/
    background: url(../images/images-section1-bg.jpg) 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: 30px;
    width: max-content;
}
.banner-group-cta-inner {
    gap: 15px;
}

.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);
  }
}

.banner-user-registed{
    background: url(../images/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: 74px;
    padding-top: 46px;
    background: url(../images/images-bg_f2.png) no-repeat top center/100% 100%;
    box-sizing: border-box;
    position: relative;
}
#Features{
    padding-bottom: 78px;
}
.Features-head{
    margin-bottom: 20px;
}
.Features-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.Features-content p{
    font-size: 31px;
    line-height: 43px;
    color: #fff6df;
    margin: 0;
}
.Features-buttons{
    gap: 27px;
}

#character{
    position: relative;
}
#character .uk-container{
    max-width: 1384px;
}
.character-inner{
    position: relative;
}
.character-slider-item {
    width: 100%;
    height: 1066px;
}
.character-slider-thumb {
    position: absolute;
    top: 23px;
    left: 74px;
    flex-direction: column;
/*    gap: 37px;*/
}
.character-slider-thumb a {
    position: relative;
    left: var(--top);
    margin-top: var(--mgTop);
}
.character-slider-desc {
    max-width: 720px;
    position: absolute;
    z-index: 22222222222;
    right: 0;
    top: 70px;
}
.character-slider-desc p{
    font-size: 20px;
    line-height: 34px;
    color: #fff6df;
    max-width: 1038px;
    margin-bottom: 30px;
}
.character-slider-desc img {
    margin: auto;
}
.character-slider{
    background: url(../images/char-Decor.png) no-repeat left center;
}

.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 .character-slider-desc{
    animation: zoomLittle .5s 0ms 1 ease-in-out;
}
img.char-Decor {
    position: absolute;
    top: 27px;
    right: -210px;
/*    z-index: 333;*/
/*    animation: ic-arrow 2s linear infinite;*/
}
a.Trailer {
    position: absolute;
    right: 61px;
    bottom: 361px;
    z-index: 5;
}

.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;
}

@-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: 144px;
    height: 144px;
    font-size: 0;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 999;
    background: url(../images/images-Pre.png) no-repeat center center/contain;
    padding: 0;
}
.slick-next.slick-arrow{
    left: auto;
    right: -60px;
    background: url(../images/images-Next.png) no-repeat center center/contain;
}
#gallery{
    padding: 0px 0 170px;
}
.gallery-container{
    max-width: 1732px;
    margin: auto;
}
.gallery-slider .slick-current.slick-active{
    min-height: 672px;
    aspect-ratio: 1178/672;
}
.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: 100px;
    top: 45%;
}
#gallery button.slick-next.slick-arrow{
    left: auto;
    right: 100px;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 34px;
}
ul.slick-dots li button{
    font-size: 0;
    outline: none;
    width: 55px;
    height: 44px;
    background: url('../images/images-dot.png') no-repeat center center/contain;
    border: none;
    cursor: pointer;
    padding: 0;

}
ul.slick-dots li.slick-active button{
    width: 61px;
    height: 62px;
    background: url('../images/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;
}

#story .slick-arrow.slick-prev {
    left: -144px;
}
#story .slick-arrow.slick-next {
    right: -144px;
}
@media (min-width: 768px){
    .story-slider-item.slick-active+.slick-active {
        transform: scale(1);
    }

    .story-slider-item.slick-active, .story-slider-item.slick-active+.slick-active+.slick-active {
        transform: scale(0.85);
    }
}

#F5{
    padding: 131px 0 0;
}
.F5-content {
    padding: 203px 0;
    position: relative;
    
}
.F5-content-inner{
    max-width: 713px;
    position: relative;
    z-index: 2;
}
.F5-content-inner p{
    color: #fff6df;
    font-size: 31px;
    line-height: 43px;
    font-weight: 400;
    margin: 0 0 35px;
}
img.F5-decor {
    position: absolute;
    top: 40px;
/*    transform: translateY(-50%);*/
    right: 0;
    animation: ic-arrow 3s 0ms infinite ease-in-out;
}

.btnNewModal{
    position: fixed;
    top: 40%;
    right: 64px;
    animation: ic-arrow 3s 0ms infinite ease-in-out;
}

@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;
}


#footer{
    padding: 30px 0 40px;
    background: url(../images/images-BG-footer.png) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}
.footer-logo{
    margin-bottom: 20px;
    display: block;
}
#footer p{
    color: #9f9f9f;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 23.51px;
    line-height: 1.56;
    margin: 0;
}
#TOP{
    position: fixed;
    right: 120px;
    bottom: 120px;
    z-index: 9999;
}
.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;
    cursor: pointer;
    transition: all .3s ease;
}
.modal-submit button:hover{
    filter: brightness(120%);
}
.uk-modal-body {
    padding: 50px 0;
    width: 1075px;
    background: transparent;
    background-size: 100% 100%;
    max-height: 100vh;
/*    overflow: hidden;*/
    display: flex;
    position: relative;
}
[class*=uk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 0;
    right: -36px;
    padding: 0;
}
.uk-modal.uk-open{
    z-index: 99999;
    background: rgba(0, 0, 0, .87);
    overflow: hidden;
    padding: 0;
}
.modal-news-content {
    overflow: auto;
    padding: 0 15px;
	background-color: rgba(0, 0, 0, .3);
}
.modal-news-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #8b8b8b;
}
.modal-news-content::-webkit-scrollbar
{
    width: 4px;
    background-color: #8b8b8b;
}

.modal-news-content::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #FFF;
}
.modal-news-desc-awards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    padding: 15px 0;
}
.modal-news-time-item {
    max-width: 480px;
    margin: auto;
    background: url(../images/popup-sub.png) no-repeat center center / 100%;
    padding-left: 82px;
    font-size: 28.4px;
    color: #fff5da;
    font-family: 'Tiffany';
    width: 100%;
}

.modal-news-time-tab {
    max-width: 1600px;
    height: 1500px;
    margin: auto;
    background: url(../images/tab-event.png) no-repeat center center / 100%;
    padding-left: 82px;
    font-size: 28.4px;
    color: #fff5da;
    font-family: 'Tiffany';
    width: 100%;
    
    position: relative; /* Hoặc position: absolute nếu bạn muốn nó nằm ngoài dòng chảy bình thường */
	top: -134px; /* Điều chỉnh khoảng cách từ phần tử chứa */
}

/* Media query cho thiết bị di động */
@media (max-width: 768px) {
    .modal-news-time-tab {
        font-size: 18px; /* Giảm kích thước font cho thiết bị di động */
        padding-left: 20px; /* Giảm padding-left cho màn hình nhỏ */
        height: 800px; /* Điều chỉnh chiều cao cho thiết bị di động */
        top: -150px; /* Điều chỉnh lại khoảng cách top trên mobile */
    }
}

/* Media query cho các thiết bị rất nhỏ (chẳng hạn như điện thoại nhỏ) */
@media (max-width: 480px) {
    .modal-news-time-tab {
        font-size: 16px; /* Giảm thêm kích thước font */
        padding-left: 10px; /* Giảm padding-left nữa */
        height: 600px; /* Điều chỉnh chiều cao cho thiết bị nhỏ */
        top: -120px; /* Điều chỉnh lại khoảng cách top cho các màn hình nhỏ hơn */
    }
}

.modal-news-desc p {
    color: #fff5da;
    font-family: 'SVN-Toruk';
    font-size: 23px;
}
.modal-news-time {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-news-device img{
    margin-top: -180px;
	margin-left: 15px;
}
.modal-news-scroll {
    position: absolute;
    bottom: 90px;
    right: 30px;
    animation: ic-arrow 3s 0ms infinite ease-in-out;
}
a.audio-icon {
    position: fixed;
    top: 15px;
    right: 50px;
}
.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;
}

@media (max-width: 1200px){
    html,body{
        overflow-x: hidden;
    }
}
@media (max-width: 1100px){
    main#site-main {
        padding-top: 93px;
    }
    #header{
        position: static !important;
    }
    #headerPC{
        display: none;
    }
    .main-header-mobile {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 0px 30px;
        box-sizing: border-box;
        background: url(../images/images-bg_header_mb.png) no-repeat center center/cover;
        height: 93px;
    }
    .main-header-mobile-center{
        gap: 27px;
    }
    a.audio-icon {
        position: static;
        top: 30px;
        right: auto;
        z-index: 22222222222222;
        left: 30px;
        line-height: 0;
    }
    .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: 93px;
        width: 100%;
        background: url(../images/images-BG_menu_dropdown.png) no-repeat bottom center/cover;
        text-align: center;
        padding: 89px 0;
        z-index: 999999;
    }
    ul#menu-main-mobile {
        list-style: none;
        padding-left: 0;
    }
    li.menu-item {
        /*font-family: 'Philosopher';
        font-weight: bold;*/
        /* padding: 10px 0; */
        font-size: 42px;
        line-height: 90px;
    }
    li.menu-item a {
        color: #fde8b8;
    }
    a.account-center{
        display: none;
    }
    #videoBG{
        display: none;
    }
    #banner{
        background-image: url(../images/images-section1-bg_mb.png);
        background-position: top center;
        height: 183px;
    }
    .banner-content{
        bottom: 95px;
        width: 100%;
    }
    .banner-group-cta-inner{
        flex-direction: column;
        gap: 0;
    }

    .banner-content .uk-container {
        padding: 0;
    }
    #section2{
        margin-top: 0;
        padding-top: 70px;
        background-image: url(../images/images-bg_f2_mb.png);
    }

    .Features-head {
        margin-bottom: 23px;
    }
    
    #gallery{
        display: none;
    }
    #galleryMB{
        display: block !important;
    }
    .gallery-slider-mobile-item img{
        width: 100%;
    }
    section#galleryMB {
        padding: 0px 0 131px;
    }
    .slick-arrow{
        left: 0;
    }
    .slick-next.slick-arrow{
        right: 0;
    }
    #story .slick-arrow.slick-prev {
        left: 0;
    }
    #story .slick-arrow.slick-next {
        right: 0;
    }
}
@media(max-width: 768px){
    main#site-main {
        padding-top: 12.4vw;
    }
    .hide-mb{
        display: none !important;
    }
    .show-mb{
        display: block !important;
    }

    .show-mb-inline{
        display: inline-block !important;
    }
    .main-header-mobile-center{
        gap: 3.6vw;
    }
    .main-header-mobile-center img{
        max-width: 29.733vw;
    }
    .main-header-mobile{
        padding: 0 4vw;
        height: 12.4vw;
    }
    .menu-main{
        top: 12.4vw;
        padding: 1.953vw 0;
    }
    li.menu-item{
        font-size: 5.6vw;
        line-height: 12vw;
    }
    #banner {
        height: 184.4vw;
        min-height: auto !important;
    }
    .banner-content{
        bottom: 12.370vw;
        width: 100%;
    }

    a.ic_home {
        position: absolute;
        top: 2.604vw;
    }
    a.ic_home img{
        max-width: 15.625vw;
    }
    .logo_mb img{
        max-width: 33.333vw;
    }
    .menu-humburgur-icon img{
        max-width: 11.6vw;
    }
    .banner-content {
        bottom: 9.505vw;
    }
    
    .banner-group-cta-center img{
        max-width: 26.953vw;
    }
    .banner-group-cta-left {
        gap: 1.302vw;
    }
    .app-icon{
        max-width: 14.844vw;
    }
    
    .uk-container{
        padding-left: 5.333vw;
        padding-right: 5.333vw;
    }
    .banner-group-cta-inner img{
        max-width: 47.867vw;
    }
    .banner-group-cta-giftcode{
        width: 14.714vw;
        height: 14.714vw;
    }
    #section2{
        padding-top: 9.333vw;
/*        background-size: auto;*/
    }
    #Features{
        padding-bottom: 10.4vw;
    }
    .Features-content p{
        font-size: 4.133vw;
        line-height: 5.733vw;
    }
    .Features-head {
        margin-bottom: 3.067vw;
    }
    .Features-content{
        margin-bottom: 5.867vw;
    }
    .Features-buttons {
        gap: 3.6vw;
    } 
    .character-slider-item-char img{
        max-width: var(--mw);
    }  
    #character .uk-container{
        padding: 0;
    }
    .character-slider{
        background: url(../images/char-Decor-mb.png) no-repeat left 12.4vw top -10.933vw / contain;
    }
    .character-slider-item{
        height: 196.467vw;
    }
    .character-slider-desc {
        max-width: 100%;
        position: absolute;
        z-index: 22222222222;
        right: 0;
        top: 500px;
        bottom: 0;
        /* transform: translateX(50%); */
        width: 100vw;
    }
    .character-slider-desc p{
        max-width: 87.6vw;
        margin: 1.6vw auto;
        font-size: 3.333vw;
        line-height: 4.533vw;
    }
    
    section#galleryMB {
        padding: 13.333vw 1.733vw 22.667vw;
    }
    .character-slider-desc img.character-slider-desc-lbl {
        margin-bottom: 1.267vw;
        max-width: var(--mw);
    }
    .character-slider-desc .hf1 img{
        max-width: 52.267vw;
    }
    img.character-slider-desc-txt{
        max-width: 51.6vw;
        margin: auto;
    }
    .character-slider-thumb a img{
        max-width: var(--mw);
    }
    .character-slider-thumb{
        top: -8.933vw;
        left: 19.4vw;
    }
    .character-slider-thumb a{
        left: var(--top-mb);
        margin-top: var(--mgTopMB);
    }
    img.char-Decor{
        top: 0;
        left: 0;
    }
    #galleryMB .slick-arrow{
        top: 40%;
    }
    #story .uk-container{
        padding: 0;
    }
    .story-slider-item{
        transform: scale(0.85);
    }
    .story-slider-item.slick-active {
        transform: scale(1);
    }
    #F5 {
        padding: 20.667vw 0 38.4vw;
    }
    #F5 .uk-container{
        padding: 0;
    }
    .F5-content{
        padding: 0;
        padding-left: 2vw;
    }
    .F5-content-inner p{
        font-size: 4.133vw;
        line-height: 5.733vw;
        margin: 0 0 1.333vw;
    }
    .F5-content-inner {
        max-width: 65.867vw;
    }
    .F5-content-inner img{
        max-width: 43.333vw;
        
    }
    img.F5-decor{
        max-width: 38.133vw;
        top: 13.333vw;
    }
    .slick-arrow {
        left: 0;
        width: 14vw;
        height: 14vw;
    }
    button.slick-next.slick-arrow{
        bottom: 0;
        left: auto;
        right: 0;
    }
    
    #footer {
        padding: 5.333vw 0 20vw;
    }
    .footer-logo{
        margin-bottom: 2.933vw;
    }
    .footer-logo img{
        max-width: 30vw;
    }
    #footer p {
        font-size: 2.747vw;
        line-height: 1.63;
        max-width: 78.125vw;
        margin: auto;
    }
    #TOP{
        bottom: 37.333vw;
        right: 2.267vw;
    }
    div#TOP img {
        max-width: 14.533vw;
    }

    ul.slick-dots{
        margin: 2.8vw 0px 0px;
    }
    ul.slick-dots li{
        margin: 0 4.533vw;
    }

    ul.slick-dots li button{
        width: 7.333vw;
        height: 5.867vw;
    }
    ul.slick-dots li.slick-active button{
        width: 8.133vw;
        height: 8.267vw;
    }
    
    /*.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: 4vw;
        left: 4vw;
    }
    a.audio-icon img{
        max-width: 4.4vw;
    }
    
    .modal-news-time-item {
        max-width: 77.333vw;
        padding-left: 10.933vw;
        font-size: 3.787vw;
        width: 100%;
        box-sizing: border-box;
    }
    .modal-news-desc p{
        font-size: 18px;
    }
    .modal-news-desc-awards{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .modal-news-content{
        padding: 0;
    }
    .modal-news-device img {
        margin-top: -36.533vw;
    }
    .modal-news-desc {
        padding: 0 4vw;
    }
    .modal-news-content-title img{
        max-width: 63.6vw;
    }
    .uk-modal-body{
        padding: 10.667vw 0;
    }
    [class*=uk-modal-close-]{
        top: 3vw;
        right: 0;
    }
    [class*=uk-modal-close-] img {
        max-width: 10.4vw;
    }
    a.btnNewModal img {
        max-width: 34.8vw;
    }

    a.btnNewModal {
        right: 0;
        top: 30%;
    }
    .modal-news-scroll img {
        max-width: 32.133vw;
    }
}

.banner-group-cta {
    position: relative;
}

img.banner-group-cta-notify {
    position: absolute;
    bottom: 100%;
    left: 47%;
    transform: translateX(-50%);
    z-index: 222;
    width: max-content;
    display: none;
}







.echbay-sms-messenger {
    text-align: center;
    right: 20px;
    position: fixed;
    bottom: 50px;
    z-index: 999;
}
.echbay-sms-messenger {
    display: block;
}
.echbay-sms-messenger {
    width: 55px;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #000;
    overflow-x: hidden;
}

.echbay-sms-messenger div.phonering-alo-zalo {
    background-image: url(https://licwebmu.net/id/zalo.png);
}
.echbay-sms-messenger div.phonering-alo-zalo {
    display: block;
}
.echbay-sms-messenger div.phonering-alo-zalo, .echbay-sms-messenger div.phonering-alo-alo {
    background-color: #0084ff;
}
.echbay-sms-messenger div {
    margin: 20px 0;
    background: #0084FF center no-repeat;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}


.echbay-sms-messenger {
    text-align: center;
    right: 20px;
    position: fixed;
    bottom: 50px;
    z-index: 999;
}
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #000;
    overflow-x: hidden;
}

.echbay-sms-messenger a {
    line-height: 55px;
    color: transparent;
    display: block;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.echbay-sms-messenger {
    text-align: center;
    right: 20px;
    position: fixed;
    bottom: 50px;
    z-index: 999;
}
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #000;
    overflow-x: hidden;
}

.echbay-sms-messenger div.phonering-alo-messenger {
    background-image: url(https://licwebmu.net/id/messenger.png);
    background-color: #e60f1e;
}
.echbay-sms-messenger div.phonering-alo-messenger {
    background-color: #e60f1e;
}
.echbay-sms-messenger div {
    margin: 20px 0;
    background: #0084FF center no-repeat;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
.echbay-sms-messenger {
    text-align: center;
    right: 20px;
    position: fixed;
    bottom: 50px;
    z-index: 999;
}
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #000;
    overflow-x: hidden;
}

.echbay-sms-messenger a {
    line-height: 55px;
    color: transparent;
    display: block;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.echbay-sms-messenger {
    text-align: center;
    right: 20px;
    position: fixed;
    bottom: 50px;
    z-index: 999;
}
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #000;
    overflow-x: hidden;
}

.echbay-sms-messenger div.phonering-alo-messenger {
    background-image: url(https://licwebmu.net/id/messenger.png);
    background-color: #e60f1e;
}
.echbay-sms-messenger div.phonering-alo-messenger {
    background-color: #e60f1e;
}
.echbay-sms-messenger div {
    margin: 20px 0;
    background: #0084FF center no-repeat;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}
.echbay-sms-messenger {
    text-align: center;
    right: 20px;
    position: fixed;
    bottom: 50px;
    z-index: 999;
}
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #000;
    overflow-x: hidden;
}

.echbay-sms-messenger a {
    line-height: 55px;
    color: transparent;
    display: block;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.echbay-sms-messenger {
    text-align: center;
    right: 20px;
    position: fixed;
    bottom: 50px;
    z-index: 999;
}
body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    background: #000;
    overflow-x: hidden;
}

.particles-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.particle {
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
    animation: floatUp linear infinite;
}

.particle.star {
    background: radial-gradient(circle, rgba(255,215,0,0.9) 0%, rgba(255,215,0,0.5) 40%, transparent 70%);
    box-shadow: 0 0 6px rgba(255,215,0,0.8);
}

.particle.magic {
    background: radial-gradient(circle, rgba(138,43,226,0.8) 0%, rgba(138,43,226,0.4) 50%, transparent 100%);
    box-shadow: 0 0 8px rgba(138,43,226,0.6);
}

.particle.energy {
    background: radial-gradient(circle, rgba(0,191,255,0.8) 0%, rgba(0,191,255,0.4) 50%, transparent 100%);
    box-shadow: 0 0 10px rgba(0,191,255,0.7);
}

@keyframes floatUp {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 1;
    }
}

.particle.sparkle {
    animation: floatUp linear infinite, sparkle 2s ease-in-out infinite;
}
