@import url('fonts/fonts.css');
body {
    font-family: 'SVN-Toruk',sans-serif;
    
}
body,html{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.uk-container,.container {
    max-width: 1154px;
    margin: 0 auto;
}
header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: rgb(0 0 0 / 60%);
    padding: 7px 0;
}
a.logo {
    display: block;
    padding: 0 23px;
}

nav.main-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-header ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
    font-size: 21.57px;
    color: #FFF;
    text-decoration: none;
    position: relative;
}
nav.main-header ul li:not(:last-child) a:before{
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(images/menu_dot.png) no-repeat center center/contain;
    position: absolute;
    bottom: 10px;
    
    right: -5.5px;
}
.music{
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 67px;
}
.music .off{
    display: none;
}
.music-audio{
    display: none;
}
.music.active .off{
    display: block;
}
.music.active .on{
    display: none;
}
/*.logo{
    position: absolute;
    top: 70px;
    right: 31px;
}*/

#banner {
    position: relative;
/*    height: 1053px;*/
    background: url(images/section1-bg.jpg) no-repeat center center/cover;
}
.banner-play {
    position: absolute;
    bottom: 21%;
    left: 28%;
    z-index: 222;
    -webkit-animation: zoomIcon2 2s infinite linear;
    animation: zoomIcon2 2s infinite linear;
}
#videoBG {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-event-item{
    position: relative;
    width: 297px;
    height: 170px;
    display: block;
}
.hover-img img{
    position: absolute;
    inset: 0;
    transition: all .3s ease-out;
}
.img-hover{
    opacity: 0;
    visibility: hidden;
}
.hover-img:hover .img-hover,.hover-img.active .img-hover{
    opacity: 1;
    visibility: visible;
    z-index: 222;
}
.banner-events {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 333;
    padding: 5px 0;
    background: rgba(0,0,0,.68);
}
.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 {
    background: url(images/bg_sec2.jpg) no-repeat top center/cover;
    box-sizing: border-box;
    position: relative;
}
#Features{
/*    margin-top: -140px;*/
    padding-top: 21px;
    padding-bottom: 15px;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.Features-nav-item{
    display: block;
    width: 118px;
    height: 140px;
    position: relative;
}
.Features-nav-list {
    position: absolute;
    left: 49%;
    top: 77px;
    z-index: 222;
}
.Features-head{
    margin-bottom: 0px;
}
.Features-slider-item{
    text-align: center;
}
.Features-slider-item img{
    margin: auto;
}
section#Events {
    padding: 0 0 42px;
}

.Events-nav-item{
    display: block;
    width: 118px;
    height: 140px;
    position: relative;
}
.Events-inner{
    max-width: 1227px;
    margin: 0 auto;
}
/*.Events-nav-list {
    position: absolute;
    z-index: 22;
    left: 50%;
    transform: translateX(-50%);
    top: 21px;
}*/
.Events-nav-list {
    max-width: 944px;
    position: absolute;
    z-index: 222;
    left: 50%;
    top: 21px;
    transform: translateX(-50%);
}
.Options-inner{
    max-width: 1263px;
    margin: auto;
}
.Options-slider button.slick-arrow{
    width: 74px;
    height: 75px;
    position: static;
    transform: none;
    animation: zoomIcon2 1.5s infinite linear;
}
/*.Options-slider{
    display: flex;
    flex-direction: column-reverse;
}*/
.Options-slider ul.slick-dots{
    margin: 0;
}
.custom-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: -35px 0 0;
}
.Options-slider button.slick-prev.slick-arrow{
    background: url(images/Pre1.png) no-repeat center center / contain;
}
.Options-slider button.slick-next.slick-arrow{
    background: url(images/Next1.png) no-repeat center center / contain;
}
#Roadmap{
    padding: 91px 0 198px;
}
.Roadmap-inner{
    max-width: 1462px;
    margin: 0 auto;
}
.Roadmap-decor {
    position: absolute;
    top: -59px;
    left: 50%;
    transform: translateX(-50%);
}
.Roadmap-left{
    width: 50%;
}
.Roadmap-right{
    width: 50%;
    box-sizing: border-box;
}

.hv-up {
    animation: ic-arrow 3s 0ms infinite ease-in-out;
}

img.pulldown {
    position: fixed;
    top: 50%;
    right: 25px;
    animation: ic-arrow 5s 0ms infinite ease-in-out;
    z-index: 999;
    transition: all .2s ease-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;
}


.slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: 82px;
    height: 83px;
    font-size: 0;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 999;
    background: url(images/Pre.png) no-repeat center center/contain;
    padding: 0;
    animation: zoomIcon 2s infinite linear;
}
button.slick-next.slick-arrow{
    left: auto;
    right: -60px;
    background: url(images/Next.png) no-repeat center center/contain;
}
ul.slick-dots{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    gap: 24px;
}
ul.slick-dots li button {
    font-size: 18.43px;
    outline: none;
    border: none;
    width: 45px;
    height: 45px;
    background: url(images/dot.png) no-repeat center center / contain;
    color: #FFF;
    cursor: pointer;
}
ul.slick-dots li.slick-active button{
    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;
}
.relative{
    position: relative;
}

#footer{
    padding: 60px 0;
    background: rgba(0,0,0,0.33);
    background-size: 100% 100%;
/*    margin-top: -114px;*/
    position: relative;
    z-index: 2;
}
#footer p{
    color: #FFF;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.63;
    margin: 24px 0 0;
}
#TOP{
    position: fixed;
    right: 38px;
    bottom: 78px;
    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;
    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: 0;
    width: 959px;
    background: transparent;
    background-size: 100% 100%;
}

.hf1{
    transition: all .2s ease;
}
.hf1:hover{
    filter: brightness(120%);
}
.hf2{
    transition: all .2s ease;
}
.hf2:hover{
    filter: brightness(150%);
}
@keyframes zoomIcon {
  0% {
      transform: scale(1, 1) translateY(-50%);
  }
  50% {
      transform: scale(1.1, 1.1) translateY(-50%);
  }
  100% {
      transform: scale(1, 1) translateY(-50%);
  }
}
@keyframes zoomIcon2 {
  0% {
      transform: scale(1, 1);
  }
  50% {
      transform: scale(1.1, 1.1);
  }
  100% {
      transform: scale(1, 1);
  }
}
@keyframes zoomIcon3 {
  0% {
      transform: scale(1, 1);
  }
  50% {
      transform: scale(1.2, 1.2);
  }
  100% {
      transform: scale(1, 1);
  }
}
@keyframes bounceX {
    0% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(2px);
    }

    20% {
        transform: translateX(4px);
    }

    30% {
        transform: translateX(6px);
    }

    40% {
        transform: translateX(8px);
    }

    50% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(12px);
    }

    70% {
        transform: translateX(14px);
    }

    80% {
        transform: translateX(16px);
    }

    90% {
        transform: translateX(18px);
    }

    100% {
        transform: translateX(20px);
    }
}
.arrow-animation{
    animation-name: bounceX;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
}