@font-face {
    font-family: "EdgeOfTheGalaxy";
    src: url("/landing/assets/Fz-Edge-of-the-galaxy-poster-e5712603.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Elephant";
    src: url("/landing/assets/CCELEPHANTMENTALL-2e7ed2df.OTF");
    font-display: swap;
}

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: "Roboto", sans-serif;
    background: #f2f6fc;
    overflow-x: hidden;
    scrollbar-width: 0px;
    -ms-overflow-style: none;
}

    body::-webkit-scrollbar, html::-webkit-scrollbar {
        width: 0px;
    }

    body.no-scroll {
        overflow: hidden;
        height: 100vh;
        pointer-events: none;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.imgFull {
    width: 100%;
    height: auto;
    display: block;
}

.background {
    position: relative;
    z-index: 1;
}

.bg-mb, .menu-top-mobile, .menu-right-mobile {
    display: none;
}

.web-container {
    padding-bottom: 2.8125vw;
    display: block;
    position: relative;
}

    .web-container .container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

.btns {
    display: block;
    transition: all 0.2s;
}

    .btns:hover {
        /*  animation: logoPulse 1s infinite alternate;*/
    }

.section {
    position: relative;
}

.title-page {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titlepage-4 {
    margin-top: 4vw;
}

.img-title-1 {
    width: 50vw;
}

.img-title-3 {
    width: 37vw;
}

.side-menu {
    position: fixed;
    top: 20%;
    left: 1.0416666667vw;
    z-index: 100;
    font-family: Roboto, san-serif;
}

    .side-menu .menu-dot-line {
        width: 0.1041666667vw;
        height: 2.0833333333vw;
        border-left: 1px dashed #fff;
        margin: 0.2604166667vw 0 0.2604166667vw 1.0416666667vw;
    }

    .side-menu .menu-item {
        display: flex;
        align-items: center;
        gap: 0.625vw;
        cursor: pointer;
        font-size: 1.3541666667vw;
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 2px 2px #000;
        transition: color 0.2s, text-shadow 0.2s;
        user-select: none;
    }

        .side-menu .menu-item .diamond {
            width: 2.1354166667vw;
            height: 2.1354166667vw;
            background: url("/landing/assets/btn-menu-df005166.png") no-repeat center center;
            background-size: contain;
            margin-right: 0.3125vw;
            transition: 0.2s;
        }

        .side-menu .menu-item.active .diamond {
            background: url("/landing/assets/btn-menu-ac-c61b4b30.png") no-repeat center center;
            background-size: contain;
        }

        .side-menu .menu-item.active {
            color: #fff;
            text-shadow: 1px 2px 2px #f69902;
        }

        .side-menu .menu-item:hover:not(.active) {
            color: #e3a745;
        }

            .side-menu .menu-item:hover:not(.active) .diamond {
                background: url("/landing/assets/btn-menu-ac-c61b4b30.png") no-repeat center center;
                background-size: contain;
            }

.menu-right {
    position: fixed;
    top: 50%;
    right: 1.3020833333vw;
    transform: translateY(-50%);
    z-index: 101;
    width: 9.8958333333vw;
    height: 25.625vw;
    background: url(/landing/assets/menu-right-bg-75025e55.png) no-repeat;
    background-size: contain;
}

    .menu-right .qr {
        width: 6.125vw;
        z-index: 2;
        position: relative;
        margin: -3.0vw 0 0 1.99583vw;
    }

    .menu-right .menu-btn {
        width: 11.40625vw;
        height: 4.4791666667vw;
        margin-left: -0.625vw;
    }

        .menu-right .menu-btn.apple {
            margin: 0.8854166667vw 0 0 -0.625vw;
        }

    .menu-right .menu-link {
        width: 7.96875vw;
        margin: 0.5208333333vw auto 0;
        text-align: center;
        font-family: "League Gothic", sans-serif;
        font-size: 1.7708333333vw;
        color: #fff6da;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-text-stroke: #000000;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000000;
    }

        .menu-right .menu-link.group {
            margin-top: 0;
        }

    .menu-right .game-icon {
        width: 6.5104166667vw;
        height: 6.5104166667vw;
        margin: 0.8375vw 0 0 1.7899vw;
    }

    .menu-right.disable {
        background: none;
        width: 0;
    }

        .menu-right.disable .btn-register {
            display: block;
        }

        .menu-right.disable .qr, .menu-right.disable .menu-btn, .menu-right.disable .menu-link, .menu-right.disable .game-icon {
            display: none;
        }

.modal {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.2s;
    display: none;
}

    .modal.open-modal {
        display: flex;
    }

    .modal .modal-content {
        background: url(/landing/assets/bg-popup-08ed35b1.png) no-repeat;
        background-size: contain;
        width: 80.15625vw;
        height: 38.0729166667vw;
        padding: 9.8958333333vw 7.8125vw 7.2916666667vw 30.2083333333vw;
        position: relative;
    }

    .modal .modal-close {
        position: absolute;
        top: 4.9479166667vw;
        right: 4.4270833333vw;
        width: 6.25vw;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10;
        animation: logoShake 2s infinite alternate cubic-bezier(0.36, 0.07, 0.19, 0.97), logoGlow 1.5s infinite alternate;
    }

    .modal .message {
        color: #746759;
        font-size: 2.7604166667vw;
        text-align: center;
        font-family: "Elephant", sans-serif;
    }

    .modal .modal-submit {
        margin: 1.8229166667vw auto 0;
        width: 20.3125vw;
        border: none;
        cursor: pointer;
        background: none;
        animation: logoPulse 1s infinite alternate;
    }

    .modal.modal-video {
        background: rgba(0, 0, 0, 0.7);
    }

        .modal.modal-video .modal-content {
            padding: 0;
            width: 50vw;
            height: 50vh;
            transform: scale(1);
        }

        .modal.modal-video .modal-close {
            top: -1.9791666667vw;
            right: -1.9791666667vw;
            width: 2.5vw;
            height: 2.5vw;
        }

        .modal.modal-video .modal-video-inner {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .modal.modal-video .modal-video-inner iframe {
                width: 100%;
                height: 100%;
            }

.section-1 {
    z-index: 2;
}

    .section-1 .container {
        padding-top: 19.7916666667vw;
        z-index: 3;
    }

    .section-1 .logo-age {
        width: 5.9375vw;
        position: absolute;
        top: 1.0416666667vw;
        left: 1.3020833333vw;
        z-index: 100;
    }

    .section-1 .logogame {
        width: 8.59375vw;
        top: 1.0416666667vw;
        left: 7.5625vw;
        display: block;
        position: absolute;
        z-index: 3;
    }

    .section-1 .text-section1 {
        position: absolute;
        top: 26.1770833333vw;
        left: 50%;
        transform: translate(-50%);
        width: 62vw;
    }

        .section-1 .text-section1 .big-text.animate {
            opacity: 1;
            transform: translateY(0) scale(1);
            animation: showSlogan 4s cubic-bezier(.4,0,.2,1) forwards infinite
        }

        .section-1 .text-section1 .text-section1-mb {
            display: none
        }


    .section-1 video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*.section-1 .logogame a {
  animation: logoGlow 1.5s infinite alternate;
  display: block;
  width: 100%;
  height: 100%;
}*/
    .section-1 .logo-vplay {
        position: absolute;
        top: 1.0416666667vw;
        right: 1.3020833333vw;
        width: 8.1770833333vw;
        z-index: 2;
    }

    .section-1 .menu-top {
        position: absolute;
        top: 0.5208333333vw;
        left: 57.8125vw;
        display: flex;
        gap: 0.5208333333vw;
    }

        .section-1 .menu-top a {
            display: block;
            width: 3.125vw;
            transition: all 0.25s;
        }

            .section-1 .menu-top a:hover {
                transform: scale(1.1);
                filter: brightness(1.2);
            }

    .section-1 .txt-group {
        position: absolute;
        top: 25.5208333333vw;
        left: 50%;
        transform: translateX(-50%);
    }

        .section-1 .txt-group .dragon-stick {
            width: 100%;
        }

        .section-1 .txt-group .txt {
            width: 49.84375vw;
        }

            .section-1 .txt-group .txt.txt1 {
                margin-bottom: -3.3854166667vw;
            }

            .section-1 .txt-group .txt.txt2 {
                margin-top: -2.0833333333vw;
            }

    .section-1 .btn-video {
        width: 11.4583333333vw;
        margin: 3vw 0 0 48.7916666667vw;
        display: block;
        animation: scalePlayBtn 1s ease-in-out infinite;
    }


    .section-1 .btn-group {
        margin-top: 12.9791666667vw;
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .section-1 .btn-group a {
            display: block;
            width: 14.5833333333vw;
        }

.section-2 .btn-page {
    width: 3.6458333333vw;
    height: 5.2083333333vw;
    position: absolute;
    top: 50%;
    margin-top: -2.6041666667vw;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
}

    .section-2 .btn-page:hover {
        filter: brightness(1.2);
        transform: scale(1.1);
    }

    .section-2 .btn-page.btn-prev {
        background: url(/landing/assets/btn-prev-702d571b.png) no-repeat;
        background-size: cover;
        left: -80px;
    }

    .section-2 .btn-page.btn-next {
        background: url(/landing/assets/btn-next-318d602f.png) no-repeat;
        background-size: cover;
        right: 0;
    }

.section-2 .selectors {
    display: flex;
    gap: 1.78125vw;
    width: 57.2916666667vw;
    margin: -10.625vw auto 0;
    position: relative;
    z-index: 2;
}

    .section-2 .selectors div {
        display: block;
        width: 5.7291666667vw;
        filter: grayscale(1);
        filter: grayscale(1);
        cursor: pointer;
        transition: all 0.3s;
    }

        .section-2 .selectors div.active, .section-2 .selectors div:hover {
            transform: scale(1.1);
            filter: brightness(1.5);
        }

.section-2 .selectors-content {
    position: relative;
    z-index: 1;
    width: 69.7916666667vw;
    height: 41.6666666667vw;
    margin: 0 auto;
}

    .section-2 .selectors-content .fadeScale {
        animation: fadeScale 0.5s cubic-bezier(0.36, 1.2, 0.4, 1) both;
    }

    .section-2 .selectors-content .char-img {
        position: absolute;
        right: -15.625vw;
        top: 60%;
        margin-top: -29.7395833333vw;
        width: 78.125vw;
        height: 59.4791666667vw;
        z-index: 1;
    }

    .section-2 .selectors-content .char-info {
        position: relative;
        z-index: 2;
        width: 36.1458333333vw;
        /*  margin-left: 4.1666666667vw;*/
        top: 7%
    }

        .section-2 .selectors-content .char-info .char-description {
            /*            background: url(/landing/assets/bg-info-5692ea5d.png) no-repeat;
            background-size: cover;*/
            width: 39.2083333333vw;
            /*height: 10.78125vw;*/
            /*            color: #e5efff;
            font-size: 1.1979166667vw;*/
            /*            padding: 1.3020833333vw 1.3020833333vw;*/
            /*            text-align: justify;*/
        }

        .section-2 .selectors-content .char-info .char-name {
            width: 100%;
        }

        .section-2 .selectors-content .char-info .char-class {
            width: 8.75vw;
            /*  margin: -1.5625vw auto 0;*/
            z-index: 2;
            position: relative;
        }

.section-3 .section-content {
    margin-top: 2.6041666667vw;
    display: flex;
    justify-content: center;
    gap: 2.6041666667vw;
}

    .section-3 .section-content a {
        display: block;
        transition: 1s;
        width: 16.0416666667vw;
        filter: brightness(0.8);
    }

        .section-3 .section-content a:hover {
            filter: brightness(1.2) drop-shadow(0px 0px 6px red);
        }

        .section-3 .section-content a:nth-child(1), .section-3 .section-content a:nth-child(3) {
            animation: translateUp 1s infinite linear alternate;
        }

        .section-3 .section-content a:nth-child(2), .section-3 .section-content a:nth-child(4) {
            animation: translateDown 1s infinite linear alternate;
        }

.section-4 .btn-group {
    display: flex;
    justify-content: center;
    gap: 1.5625vw;
}

    .section-4 .btn-group a {
        display: block;
        width: 13.5416666667vw;
        transition: all 0.3s ease-in-out;
    }

        .section-4 .btn-group a:hover {
            transform: scale(1.1);
            filter: brightness(1.2);
        }

.section-4 .fanpage-block {
    background: url(/landing/assets/fanpage-shape-43cf54e0.png) no-repeat;
    background-size: 100% 100%;
    width: 25vw;
    height: 30.78125vw;
    position: absolute;
    top: 19vw;
    right: 24.3229166667vw;
    padding: 0.8333333333vw;
}

    .section-4 .fanpage-block iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

.section-5 .swiper-feature {
    position: relative;
    width: 54.6875vw;
    margin: 2.3958333333vw auto 0;
}

    .section-5 .swiper-feature .swiper-wrapper {
        display: flex;
    }

    .section-5 .swiper-feature .swiper-slide {
        transition: all 0.3s ease;
        width: 44.5833333333vw;
    }

        .section-5 .swiper-feature .swiper-slide img {
            width: 44.5833333333vw;
            height: auto;
        }

    .section-5 .swiper-feature .swiper-button-next {
        background: url(/landing/assets/btn-next-318d602f.png) no-repeat;
        right: -20.0520833333vw;
    }

    .section-5 .swiper-feature .swiper-button-prev {
        background: url(/landing/assets/btn-prev-702d571b.png) no-repeat;
        left: -12.5vw;
    }

    .section-5 .swiper-feature .swiper-button-next, .section-5 .swiper-feature .swiper-button-prev {
        width: 12.9166666667vw;
        height: 7.34375vw;
        cursor: pointer;
        background-size: contain !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.2s;
    }

        .section-5 .swiper-feature .swiper-button-next::after, .section-5 .swiper-feature .swiper-button-prev::after {
            display: none;
        }

        .section-5 .swiper-feature .swiper-button-next:hover, .section-5 .swiper-feature .swiper-button-prev:hover {
            transform: translateY(-50%);
            filter: brightness(0.6);
        }

    .section-5 .swiper-feature .swiper-pagination {
        width: 50%;
        height: 2px;
        margin: 2.6041666667vw auto;
        background: #97a8ba;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

        .section-5 .swiper-feature .swiper-pagination .swiper-pagination-bullet {
            width: 0.8333333333vw;
            height: 0.8333333333vw;
            border-radius: 0.8333333333vw;
            background: #95abc8;
            cursor: pointer;
        }

            .section-5 .swiper-feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: url(/landing/assets/icon-triangle-942a3995.png) no-repeat;
                background-size: 100%;
                width: 1.5625vw;
                height: 1.40625vw;
                border-radius: 0;
            }

        .section-5 .swiper-feature .swiper-pagination::before, .section-5 .swiper-feature .swiper-pagination::after {
            content: "";
            display: block;
            width: 3.8541666667vw;
            height: 1.5104166667vw;
            background-size: contain !important;
        }

        .section-5 .swiper-feature .swiper-pagination::before {
            background: url(/landing/assets/decor-left-3-391b123a.png) no-repeat;
            margin: -0.3125vw 0 0 -4.8958333333vw;
        }

        .section-5 .swiper-feature .swiper-pagination::after {
            background: url(/landing/assets/decor-right-3-d30fdf52.png) no-repeat;
            margin: -0.3125vw -4.8958333333vw 0 0;
        }

footer {
    position: relative;
    z-index: 2;
    padding: 3.3854166667vw 0 0;
    font-size: 0.9375vw;
    color: #303030;
    text-align: center;
    font-family: Roboto, sans-serif;
}

    footer a {
        color: #303030;
        text-decoration: none;
    }

        footer a:hover {
            color: #f1c608;
        }

    footer p {
        margin-bottom: 0.78125vw;
    }

    footer .logo-vplay {
        width: 8.0729166667vw;
        display: block;
        margin: 0 auto 2.0833333333vw;
    }

    footer .menu-bottom {
        margin: -5.7291666667vw 0 4.1666666667vw;
        background: #8a1919;
        border-bottom: 0.2604166667vw solid #224a69;
    }

        footer .menu-bottom ul {
            padding: 0;
            display: flex;
            justify-content: center;
            gap: 2.0833333333vw;
        }

            footer .menu-bottom ul li {
                list-style: none;
                padding: 0.78125vw 0;
            }

                footer .menu-bottom ul li a {
                    color: #fff;
                }

                    footer .menu-bottom ul li a:hover {
                        color: #f1c608;
                    }

@keyframes logoShake {
    0%, 100% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(4deg);
    }
}

@keyframes logoGlow {
    0% {
        filter: drop-shadow(0 0 8px #fff) brightness(1);
    }

    100% {
        filter: drop-shadow(0 0 24px #f8c702) brightness(1.2);
    }
}

@keyframes logoTextGlow {
    0% {
        filter: drop-shadow(0 0 8px #fff);
    }

    100% {
        filter: drop-shadow(0 0 24px #ffe066);
    }
}

@keyframes decorFloat {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(3%) scale(1.03);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes decorFloatReverse {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-3%) scale(1.03);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes logoPulse {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }

    100% {
        transform: scale(1.1);
        filter: brightness(1.3);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeScale {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes translateUp {
    0% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes translateDown {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(30px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    60% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    60% {
        opacity: 0.6;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .bg-mb, .menu-top-mobile, .menu-right-mobile {
        display: block;
    }

    .section-2, .section-3, .section-4, .section-5 {
        margin-top: -1px;
    }

    .bg-pc, .menu-right, .side-menu, .menu-bottom {
        display: none;
    }

    .section-1 .text-section1 {
        position: absolute;
        top: 63.4895833333vw;
        left: 50%;
        transform: translate(-50%);
        width: 94vw;
    }

    .section1 .text-section1 .text-section1-pc {
        display: none
    }

    .section1 .text-section1 .text-section1-mb {
        display: block
    }

    .menu-close {
        width: 10.4166666667vw;
        height: 10.4166666667vw;
        margin: -1.5625vw 0 0 -1.5625vw;
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .menu-close span {
            display: block;
            width: 100%;
            height: 1.3020833333vw;
            border-radius: 1.3020833333vw;
            transition: all 0.3s ease;
            background: #fff;
        }

            .menu-close span:first-child {
                transform: translateY(0.2604166667vw) rotate(45deg);
            }

            .menu-close span:last-child {
                transform: translateY(-1.0416666667vw) rotate(-45deg);
            }

    .menu-top-mobile {
        z-index: 10;
        padding: 1.3020833333vw;
        height: 15.625vw;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #211f1f;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: Roboto, sans-serif;
    }

        .menu-top-mobile .game-brand {
            width: 12.5vw;
        }

        .menu-top-mobile .game-name {
            width: 48.1770833333vw;
            font-size: 3.125vw;
            color: #f3e491;
            text-transform: capitalize;
        }

            .menu-top-mobile .game-name .time {
                font-size: 2.6041666667vw;
                color: #fff;
                font-weight: 400;
            }

        .menu-top-mobile .btn-download {
            display: block;
            width: 23.3072916667vw;
        }

        .menu-top-mobile .menu-toggle {
            width: 9.1145833333vw;
            height: 7.8125vw;
            background: transparent;
            border: none;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 1.3020833333vw;
            padding: 0.6510416667vw;
        }

            .menu-top-mobile .menu-toggle span {
                display: block;
                width: 100%;
                height: 1.3020833333vw;
                background-color: #fff;
                border-radius: 1.3020833333vw;
                transition: all 0.3s ease;
            }

    .menu-right-mobile {
        background: url("/landing/assets/bg-menu-37dee60e.jpg") no-repeat;
        background-size: cover;
        pointer-events: visible;
        position: fixed;
        top: 0;
        padding: 2.6041666667vw 1.953125vw;
        right: -100%;
        width: 69.53125vw;
        height: 100vh;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.7s ease-in-out;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        .menu-right-mobile.show {
            right: 0;
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .menu-right-mobile .game-brand {
            width: 26.0416666667vw;
            margin: 0 auto;
        }

        .menu-right-mobile .user-name {
            position: absolute;
            width: 73%;
            text-align: right;
            top: 0;
            left: 13.0208333333vw;
            color: #fff;
            font-size: 3.125vw;
            text-decoration: none;
            transition: all 0.3s ease;
            padding: 1.953125vw 0;
        }

            .menu-right-mobile .user-name span {
                display: block;
                color: #00fffc;
                font-size: 4.296875vw;
                font-weight: 500;
            }

        .menu-right-mobile .menu-list {
            margin-top: 1.3020833333vw;
            padding: 0 1.953125vw;
        }

            .menu-right-mobile .menu-list .menu-item {
                position: relative;
                display: flex;
                align-items: center;
                gap: 1.3020833333vw;
                padding: 3.2552083333vw 0;
                border-bottom: 0.2604166667vw solid #150b2f;
            }

                .menu-right-mobile .menu-list .menu-item::after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 0.2604166667vw;
                    background: #484bb0;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

                .menu-right-mobile .menu-list .menu-item:last-child {
                    border-bottom: none;
                }

                    .menu-right-mobile .menu-list .menu-item:last-child::after {
                        display: none;
                    }

                .menu-right-mobile .menu-list .menu-item span {
                    display: block;
                    width: 5.46875vw;
                    height: 5.46875vw;
                }

                .menu-right-mobile .menu-list .menu-item a {
                    display: block;
                    color: #fff;
                    font-size: 4.8177083333vw;
                    text-decoration: none;
                }

    .title-page {
        font-size: 8.0729166667vw;
        letter-spacing: 0.2604166667vw;
    }

        .title-page::before, .title-page::after {
            width: 15.625vw;
            height: 3.6458333333vw;
        }

        .title-page::before {
            margin-right: 1.3020833333vw;
        }

        .title-page::after {
            margin-left: 1.953125vw;
        }

    .section-1::after {
        display: none;
    }

    .section-1 .container {
        padding-top: 57.2916666667vw;
    }

    .section-1 .logo-age {
        width: 15.072917vw;
        position: absolute;
        top: 20.4427083333vw;
        right: 3.520833vw;
        left: initial;
    }

    .section-1 .logogame {
        width: 17.578125vw;
        top: 16.9270833333vw;
        left: 2.6041666667vw;
    }

    .section-1 .logo-vplay {
        position: absolute;
        top: 17.1458333333vw;
        right: 4.302083vw;
        width: 12.2395833333vw;
        z-index: 2;
    }

    .section-1 .txt-group {
        top: 71.6145833333vw;
        left: 0;
        transform: translateX(0px);
    }

        .section-1 .txt-group .txt {
            width: 97.3958333333vw;
        }

            .section-1 .txt-group .txt.txt1 {
                margin-bottom: -6.5104166667vw;
            }

            .section-1 .txt-group .txt.txt2 {
                margin-top: -3.2552083333vw;
            }

    .section-1 .btn-group {
        display: none;
    }

    .section-1 .btn-video {
        width: 23.4375vw;
        margin: 0 50vw;
    }

    .section-2 .container {
        padding-top: 5.2083333333vw;
    }

    .section-2 .btn-page {
        width: 7.8125vw;
        height: 11.9791666667vw;
        /*        margin-top: -32.5520833333vw;*/
        top: 74%;
        z-index: 3;
    }

        .section-2 .btn-page.btn-prev {
            left: 0.5572916667vw;
        }

        .section-2 .btn-page.btn-next {
            right: 0.5572916667vw;
        }

    .section-2 .selectors {
        gap: 1.953125vw;
        width: 100%;
        margin: -14.692708vw auto 0;
        justify-content: center;
        left: -2vw;
    }

        .section-2 .selectors div {
            width: 12.5229166667vw;
        }

    .section-2 .selectors-content {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 110.1770833333vw;
    }

        .section-2 .selectors-content .char-img {
            right: 0;
            margin-top: -61.5885416667vw;
            width: 100%;
            height: 100%;
        }

        .section-2 .selectors-content .char-info {
            width: 82.5416666667vw;
            margin: 0 auto;
            top: 0%;
        }

            .section-2 .selectors-content .char-info .char-description {
                width: 80vw;
            }

            .section-2 .selectors-content .char-info .char-name {
                width: 41.4895833333vw;
                margin-left: 51.0625vw;
            }

            .section-2 .selectors-content .char-info .char-class {
                width: 24.4791666667vw;
                /*                margin: 10.4166666667vw 0 0 0;*/
            }

    .section-3 .container {
        margin-top: 5vw;
    }

    .section-3 .section-content {
        margin-top: 3.1145833333vw;
        column-gap: 2.6041666667vw;
        row-gap: 3.90625vw;
        flex-flow: row wrap;
    }

        .section-3 .section-content a {
            width: 40.625vw;
        }

    .section-4 .container {
        padding-top: 3.90625vw;
    }

    .section-4 .btn-group {
        margin: 2.6041666667vw auto 0;
        /* width: 70.3125vw; */
        flex-flow: row wrap;
        gap: 1.953125vw;
    }

        .section-4 .btn-group a {
            width: 30.854167vw;
        }

    .section-4 .fanpage-block {
        background: url(/landing/assets/fanpage-shape-43cf54e0.png) no-repeat;
        background-size: 100% 100%;
        width: 59.1145833333vw;
        height: 75.153125vw;
        position: relative;
        top: 1vw;
        right: initial;
        padding: 2.0833333333vw;
        margin: 4.5572916667vw 0 0 39.7135416667vw;
    }

    .section-5 .container {
        padding-top: 19.5104166667vw;
    }

    .section-5 .swiper-feature {
        width: 100%;
        margin: 6.0208333333vw auto 0;
    }

        .section-5 .swiper-feature .swiper-slide {
            width: 82.03125vw;
        }

            .section-5 .swiper-feature .swiper-slide img {
                width: 82.03125vw;
                height: auto;
            }

        .section-5 .swiper-feature .swiper-button-next, .section-5 .swiper-feature .swiper-button-prev {
            width: 7.1614583333vw;
            height: 11.9791666667vw;
            top: 43%;
        }

        .section-5 .swiper-feature .swiper-button-next {
            right: 0.6510416667vw;
        }

        .section-5 .swiper-feature .swiper-button-prev {
            left: 0.6510416667vw;
        }

        .section-5 .swiper-feature .swiper-pagination {
            width: 70%;
            margin: 10.4166666667vw auto;
        }

            .section-5 .swiper-feature .swiper-pagination .swiper-pagination-bullet {
                width: 2.0833333333vw;
                height: 2.0833333333vw;
                border-radius: 2.0833333333vw;
            }

                .section-5 .swiper-feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    width: 3.90625vw;
                    height: 3.515625vw;
                }

            .section-5 .swiper-feature .swiper-pagination::before, .section-5 .swiper-feature .swiper-pagination::after {
                width: 9.6354166667vw;
                height: 3.7760416667vw;
            }

            .section-5 .swiper-feature .swiper-pagination::before {
                margin: -0.5208333333vw 0 0 -12.2395833333vw;
            }

            .section-5 .swiper-feature .swiper-pagination::after {
                margin: -0.5208333333vw -12.2395833333vw 0 0;
            }

    footer {
        position: relative;
        z-index: 2;
        padding: 5.2083333333vw 2.6041666667vw 2.6041666667vw;
        font-size: 14px;
        background: #211f1f;
        color: #fff;
    }

        footer p {
            margin-bottom: 1.3020833333vw;
        }

        footer a {
            color: #fff;
        }

        footer .logo-vplay {
            width: 24.7395833333vw;
            margin: 0 auto 3.90625vw;
        }

    body, html {
        background: #211f1f;
    }

    .modal {
        overflow: scroll;
    }

        .modal .modal-content {
            background: url(/landing/assets/bg-popup-mb-efd05bb8.png) no-repeat;
            background-size: 100%;
            margin: auto;
            width: 100%;
            height: 97.65625vw;
            padding: 22.1354166667vw 19.7916666667vw 10.4166666667vw 41.015625vw;
        }

        .modal .modal-close {
            top: -7.421875vw;
            right: 6.5104166667vw;
            width: 15.625vw;
        }

        .modal .message {
            font-size: 5.859375vw;
        }

        .modal .modal-step {
            margin-bottom: 1.3020833333vw;
        }

        .modal .modal-step-title {
            font-size: 6.25vw;
            margin-bottom: 0;
            text-align: center;
        }

            .modal .modal-step-title b {
                display: block;
                line-height: 13.8020833333vw;
                margin-bottom: -1.953125vw;
            }

        .modal .modal-fanpage {
            max-width: 40.3645833333vw;
            width: 100%;
            height: 26.0416666667vw;
            margin: 1.3020833333vw auto;
        }

        .modal .modal-email {
            width: 63.5416666667vw;
            height: 8.4635416667vw;
            padding: 1.3020833333vw 2.0833333333vw;
            font-size: 4.296875vw;
        }

        .modal .modal-captcha {
            margin-top: 1.3020833333vw;
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .modal .modal-captcha iframe {
                width: 100%;
                height: auto;
            }

            .modal .modal-captcha .g-recaptcha > div {
                width: 100% !important;
                overflow: hidden;
            }

        .modal .modal-submit {
            margin: 3.90625vw 0 0 -5.2083333333vw;
            width: 51.3020833333vw;
        }

        .modal.modal-video .modal-content {
            width: 100vw;
            height: 65vh;
        }

        .modal.modal-video .modal-close {
            top: -6.25vw;
            right: 0;
            width: 6.25vw;
            height: 6.25vw;
        }

    @keyframes translateUp {
        0% {
            transform: translateY(3.90625vw);
        }

        100% {
            transform: translateY(-3.90625vw);
        }
    }

    @keyframes translateDown {
        0% {
            transform: translateY(-3.90625vw);
        }

        100% {
            transform: translateY(3.90625vw);
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-6.5104166667vw);
        }

        60% {
            opacity: 1;
            transform: translateY(0);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(6.5104166667vw);
        }

        60% {
            opacity: 1;
            transform: translateY(0);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@keyframes scalePlayBtn {
    0%,to {
        transform: scale(1) translate(-50%)
    }

    50% {
        transform: scale(1.2) translate(-50%)
    }
}

@keyframes showSlogan {
    0% {
        opacity: 0;
        transform: translateY(1.5625vw);
        filter: blur(10px)
    }

    60% {
        opacity: .8;
        transform: translateY(-.5208333333vw);
        filter: blur(0)
    }

    80% {
        transform: translateY(.2604166667vw)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1.05);
        filter: blur(0)
    }
}

.section-content-4 {
    margin-top: 2vw;
}

@media (max-width: 1024px) {
    .img-title-1 {
        width: 86vw;
    }

    .img-title-3 {
        width: 60vw;
        margin-top: 7vw;
    }
}
