* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Slab', serif;
}

.wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
}

.wrapper .page {
    display: block;
    overflow: hidden;
    width: 1920px;
    height: 980px;
    position: relative;
    min-width: 1520px;
}

.wrapper .page1 {
    background: url('../imgs/bg-1.jpg') no-repeat center top;
    transform-origin: top left;
}

.wrapper .page2 {
    background: url('../imgs/bg-2.jpg') no-repeat center top;
    transform-origin: top left;
}

.wrapper .page3 {
    background: url('../imgs/bg-3.jpg') no-repeat center top;
    transform-origin: top left;
}

.wrapper .page4 {
    background: url('../imgs/bg-4.jpg') no-repeat center top;
    transform-origin: top left;
}

.wrapper .page1 .bg {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 980px;
}

.wrapper .page1 .text {
    display: block;
    overflow: hidden;
    position: relative;
    width: 639px;
    height: 444px;
    top: 137px;
    left: 93px;
}
.wrapper .page1 .text img {
    width: 100%;
    height: 100%;
}


.wrapper .page1 .download {
    display: block;
    overflow: hidden;
    position: relative;
    width: 339px;
    height: 150px;
    top: 167px;
    left: 301px;
    background: url('../imgs/bg-dl.png') no-repeat center top;
}

.wrapper .page1 .download .download-now {
    display: block;
    overflow: hidden;
    position: relative;
    width: 95px;
    height: 119px;
    top: 13px;
    left: 16px;
    background: url('../imgs/btn-dl-now.png') no-repeat center top;
}

.wrapper .page1 .download .download-now:hover {
    background: url('../imgs/btn-dl-now.png') no-repeat center bottom;
}

.wrapper .page1 .download .download-patch-1 {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 211px;
    height: 56px;
    top: 13px;
    left: 116px;
    background: url('../imgs/btn-dl-full.png') no-repeat center top;
}

.wrapper .page1 .download .download-patch-1:hover {
    background: url('../imgs/btn-dl-full.png') no-repeat center -131px;
}

.wrapper .page1 .download .download-patch-2 {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 211px;
    height: 56px;
    top: 75px;
    left: 116px;
    background: url('../imgs/btn-dl-full.png') no-repeat center -63px;
}

.wrapper .page1 .download .download-patch-2:hover {
    background: url('../imgs/btn-dl-full.png') no-repeat center -194px;
}

/*--------**/
.wrapper .page2 .btn-nextpage {
    display: block;
    overflow: hidden;
    position: relative;
    width: 339px;
    height: 59px;
    top: 788px;
    left: 827px;
}

.wrapper .page2 .btn-nextpage-1 {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 573px;
    left: 4px;
    background: url(../imgs/btn-next-page.png) no-repeat right top;
}

.wrapper .page2 .btn-nextpage-1:hover {
    background: url('../imgs/btn-next-page.png') no-repeat right bottom;
}

.wrapper .page2 .btn-nextpage-cover {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 513px;
    left: 381px;
}
.wrapper .page2 .btn-nextpage-2 {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 573px;
    left: 427px;
    background: url('../imgs/btn-next-page.png') no-repeat left top;
}

.wrapper .page2 .btn-nextpage-2:hover {
    background: url('../imgs/btn-next-page.png') no-repeat left bottom;
}

/*--------**/
.wrapper .page3 .news {
    background: url('../imgs/bg-tin-tuc.png') no-repeat center top;
    width: 1389px;
    height: 746px;
    top: 133px;
    left: 429px;
    position: relative;
}

.wrapper .page3 .text-top-page-3 {
    position: absolute;
    top: 37px;
    left: 452px;
}

.wrapper .page3 .text-left-page-3 {
    position: absolute;
    top: 20px;
    left: 0;
}

.wrapper .page3 .top-menu {
    display: inline-block;
    position: absolute;
    left: 1300px;
    top: 169px;
    z-index: 1;
}

.wrapper .page3 .top-menu .menu-1 {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 164px;
    height: 61px;
    top: -28px;
    left: -22px;
    background: url(../imgs/btn-top-menu.png) no-repeat left top;
}

.wrapper .page3 .top-menu .menu-1:hover {
    background: url(../imgs/btn-top-menu.png) no-repeat left bottom;
}

.wrapper .page3 .top-menu .menu-2:hover {
    background: url(../imgs/btn-top-menu.png) no-repeat center bottom;
}

.wrapper .page3 .top-menu .menu-3:hover {
    background: url(../imgs/btn-top-menu.png) no-repeat right bottom;
}

.wrapper .page3 .top-menu .menu-2 {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 164px;
    height: 61px;
    top: -28px;
    left: 148px;
    background: url(../imgs/btn-top-menu.png) no-repeat center top;
}

.wrapper .page3 .top-menu .menu-3 {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 164px;
    height: 61px;
    top: -28px;
    left: 318px;
    background: url(../imgs/btn-top-menu.png) no-repeat right top;
}


.list-news {
    display: inline-block;
    width: 100%;
    margin-top: 97px;
    margin-left: 16px;
}

.item {
    display: inline-block;
    width: 301px;
    padding: 16px;
}

.logo {
    z-index: 10;
    position: absolute;
    top: 60px;
    right: 131px;
}

.mouse {
    z-index: 10;
    position: fixed;
    top: 778px;
    left: 1827px;
}

.right-menu-top {
    z-index: 10;
    position: fixed;
    top: 290px;
    right: 16px;
    display: block;
    overflow: hidden;
    background: url('../imgs/bg-right-menu.png') no-repeat;
    width: 277px;
    height: 411px;
}

.right-menu-top ul {
    list-style: none;
    margin: 24px 0 0 27px;
    width: 220px;
}

.right-menu-top ul li {
    display: block;
    margin-bottom: 7px;
}

.right-menu-top ul li a {
    display: block;
    overflow: hidden;
    background: url('../imgs/text-right-menu.png?v=1') no-repeat;
    height: 61px;
    width: 220px;
}

.right-menu-top ul li a.download {
    background-position: 0 0;
}

.right-menu-top ul li a.download:hover {
    background-position: 0 -63px;
}

.right-menu-top ul li a.hotline {
    background-position: 0 -126px;
}

.right-menu-top ul li a.hotline:hover {
    background-position: 0px -185px;
}

.right-menu-top ul li a.trade {
    background-position: 0 -242px;
}

.right-menu-top ul li a.trade:hover {
    background-position: 0px -301px;
}

.right-menu-top ul li a.fanpage {
    background-position: 0 -364px;
}

.right-menu-top ul li a.fanpage:hover {
    background-position: 0px -424px;
}

.right-menu-top ul li a.group {
    background-position: 0 -484px;
}

.right-menu-top ul li a.group:hover {
    background-position: 0px -544px;
}

.right-menu-top ul li a.totop {
    background: none !important;
    height: 32px;
}

.wrapper .page1 .clip {
    position: absolute;
    top: 410px;
    left: 778px;
}

.wrapper .page1 .clip .playClip {
    display: block;
    overflow: hidden;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    box-shadow: inset 5px 5px 20px rgba(255, 255, 255, 0.1);
    -webkit-animation: shimmy 3s ease-in-out infinite;
}

.wrapper .page1 .countdown {
    display: block;
    overflow: hidden;
    background: url('../imgs/alpha-test.png?v=1.2') no-repeat;
    width: 548px;
    height: 190px;
    position: absolute;
    top: 530px;
    left: 163px;
}

.wrapper .page1 .countdown .timer {
    display: flex;
    width: 100%;
    padding-top: 90px
}

.wrapper .page1 .countdown .timer .item {
    flex: 1;
    margin-right: 20px;
}

.wrapper .page1 .countdown .timer .item:last-child {
    margin-right: 2px;
}

.wrapper .page1 .countdown .timer .item .date {
    color: #ffdf87;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1;
    text-shadow: 1px 1px 5px #ff3b00;
}

.wrapper .page1 .countdown .timer .item .time {
    color: #ffdf87;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1;
    text-shadow: 1px 1px 5px #ff3b00;
}

.wrapper .page1 .countdown .timer .item:last-child .time {
    font-size: 35px;
}

.wrapper .page2 .cta {
    display: block;
    overflow: hidden;
    background: url('../imgs/download.png') no-repeat;
    width: 231px;
    height: 238px;
    position: absolute;
    top: 575px;
    left: 10px;
}

.wrapper .page2 .bg {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 980px;
}

.wrapper .page2 .bg:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 980px;
    background: url('../imgs/bg-2.png') no-repeat;
    z-index: 2;
}

.wrapper .page2 .bg video {
    position: absolute;
    top: 25px;
    left: 408px;
    width: 1150px;
    height: 850px;
}

.wrapper .page2 .bg>* {
    display: none;
}

.wrapper .page2 .right-menu {
    position: absolute;
    top: 60px;
    right: 50px;
    display: block;
    overflow: hidden;
    background: url('../imgs/bg-right-menu1.png') no-repeat;
    width: 523px;
    height: 701px;
}

.wrapper .page2 .right-menu ul {
    list-style: none;
    margin: 45px 0 0 144px;
    width: 246px;
}

.wrapper .page2 .right-menu ul li {
    display: block;
    margin-bottom: 15px;
}

.wrapper .page2 .right-menu ul li:last-child {
    margin-bottom: 0;
}

.wrapper .page2 .right-menu ul li a {
    display: block;
    overflow: hidden;
    background: url('../imgs/text-right-menu1.png') no-repeat;
    height: 118px;
    width: 246px;
}

.wrapper .page2 .right-menu ul li a.tab1 {
    background-position: -145px -44px;
}

.wrapper .page2 .right-menu ul li a.tab1:hover,
.wrapper .page2 .right-menu ul li.active a.tab1 {
    background-position: -668px -44px;
}

.wrapper .page2 .right-menu ul li a.tab2 {
    background-position: -145px -177px;
}

.wrapper .page2 .right-menu ul li a.tab2:hover,
.wrapper .page2 .right-menu ul li.active a.tab2 {
    background-position: -668px -177px;
}

.wrapper .page2 .right-menu ul li a.tab3 {
    background-position: -145px -310px;
}

.wrapper .page2 .right-menu ul li a.tab3:hover,
.wrapper .page2 .right-menu ul li.active a.tab3 {
    background-position: -668px -310px;
}

.wrapper .page2 .right-menu ul li a.tab4 {
    background-position: -145px -444px;
}

.wrapper .page2 .right-menu ul li a.tab4:hover,
.wrapper .page2 .right-menu ul li.active a.tab4 {
    background-position: -668px -444px;
}

.wrapper .page2 .right-menu ul li a.tab5 {
    background-position: -145px -579px;
}

.wrapper .page2 .right-menu ul li a.tab5:hover,
.wrapper .page2 .right-menu ul li.active a.tab5 {
    background-position: -668px -579px;
}

.wrapper .page4 .the-le {
    display: block;
    overflow: hidden;
    width: 193px;
    height: 110px;
    position: absolute;
    top: 200px;
    left: 833px;
    background: url('../imgs/btn-the-le.png') no-repeat center top;
}

.wrapper .page4 .the-le:hover {
    background: url(../imgs/btn-the-le.png) no-repeat center bottom;
}

.wrapper .page4 .countdown {
    display: block;
    overflow: hidden;
    width: 502px;
    height: 49px;
    position: absolute;
    top: 333px;
    left: 681px;
    background: url('../imgs/bg-countdown.png') no-repeat center;
}

.wrapper .page4 .countdown span.text-soxo {
    color: #fff;
    font-size: 28px;
    display: inline-block;
    left: 115px;
    top: 7px;
    position: relative;
}

.wrapper .page4 .countdown span.time-soxo {
    color: #fff;
    font-size: 19px;
    display: inline-block;
    left: 132px;
    top: 4px;
    position: relative;
}

.wrapper .page4 .countdown-2 {
    display: block;
    overflow: hidden;
    width: 399px;
    height: 69px;
    position: absolute;
    top: 402px;
    left: 734px;
    background: url('../imgs/bg-countdown-2.png') no-repeat center;
}

.wrapper .page4 .countdown-2 span.text-soxo {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    left: 10px;
    top: 24px;
    position: relative;
}

.wrapper .page4 .countdown-2 span.time-soxo {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    left: 40px;
    top: 23px;
    position: relative;
}



.wrapper .page1 .content-page,
.wrapper .page2 .content-page,
.wrapper .page3 .content-page {
    display: block;
    overflow: hidden;
    width: 100%;
    /*max-width: 1520px;*/
    height: 100%;
    position: relative;
    margin: 0 auto;
}


/*---------------*/

.book-cover {
    display: block;
    position: absolute;
    z-index: 1;
    top: 129px;
    left: 411px;
}
.book-cover-2 {
    display: block;
    position: absolute;
    z-index: 1;
    top: 129px;
    left: 937px;
}

.text-in-page {
    margin-top: 36px;
    margin-left: 70px;
}


.video-frame {
    top: 17px;
    left: 44px;
}

.hidden {
    display: none;
}

.video-frame {
    background: url(../imgs/book-page.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-frame .card-img-top {
    top: 85px;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 370px;
    height: 335px;
}
.video-frame .video-frame-play {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 201px;
    left: 197px;
    opacity: 0.8;
}
.video-frame-character {
    position: absolute;
    width: 325px;
    height: 222px;
    top: 347px;
    left: 148px;
}

/*----pagination----*/
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    /*color: #666;*/
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #0f5ba9;
    /*background-color: #FFF;*/
    box-shadow: 0px 0px 10px 0px #0f5ba9;

    background-color: #0f5ba9;
    border-color: #dfd3ae;
    border-radius: 20px;
    font-weight: bold;
}

.simple-pagination .current {
    color: #dfd3ae;
    background-color: #0f5ba9;
    border-color: #dfd3ae;
    border-radius: 20px;
    outline: unset;
    font-weight: bold;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e04e60;
}

.simple-pagination .prev.current,
.simple-pagination .next.current,
.simple-pagination .prev.current,
.simple-pagination .page-link.next {
    background: transparent;
    border-color: unset;
    box-shadow: unset;
    border: unset;
    color: #dfd3ae;
}

#pagination-container {
    display: block;
    position: absolute;
    left: 1038px;
    top: 765px;
}

/*----animation----*/

.in-down {
    -webkit-animation: fadeInDown 1s infinite;
    -moz-animation: fadeInDown 1s infinite;
    animation: fadeInDown 1s infinite;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-12px);
        -moz-transform: translatey(-12px);
        -o-transform: translatey(-12px);
        transform: translatey(-12px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes glass {
    0% {
        top: 100px;
    }

    10% {
        top: -20px;
    }

    100% {
        top: -20px;
    }
}

.shadow {
    width: 275px;
    height: 5px;
    background: rgba(50, 50, 50, 0.1);
    margin: -15px auto 0 auto;
    box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.1);
    -webkit-animation: angle 3s ease-in-out infinite;
}

@-webkit-keyframes shimmy {

    0%,
    100% {
        transform: rotateY(0deg) skewX(0deg);
    }

    50% {
        transform: rotateY(30deg) skewX(3deg);
    }
}

.shine {
    width: 1000px;
    height: 100px;
    margin-left: -100px;
    transform: rotate(30deg);
    background: -webkit-linear-gradient(top, transparent, rgba(200, 200, 200, 0.1), transparent);
    position: absolute;
    -webkit-animation: shine 3s ease-in-out infinite;
}

@-webkit-keyframes shine {

    0%,
    100% {
        margin-top: -100px;

    }

    50% {
        margin-top: 800px;
    }
}

.shadow {
    width: 275px;
    height: 5px;
    background: rgba(50, 50, 50, 0.1);
    margin: -15px auto 0 auto;
    box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.1);
    -webkit-animation: angle 3s ease-in-out infinite;
}

@-webkit-keyframes angle {

    0%,
    100% {
        height: 5px;
    }

    50% {
        height: 15px;
        width: 260px;
        border-radius: 30% 90% 90% 30%;
        transform: skew(50deg, -10deg) translateX(13px);
    }
}

/********************/
#text-primary {
    position: relative;
    /*padding: 20px 50px;*/
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 4px;
    overflow: hidden;
    /* background: rgba(255,255,255,.1);
  box-shadow: 0 5px 5px rgba(0,0,0.2);*/
}

#text-primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /*background: rgba(255,255,255,.1);*/
}

#text-primary:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: 0.5s;
    transition-delay: 0.5s;
}

#text-primary:hover:after {
    left: 100%;
}

#text-primary span {
    position: absolute;
    display: block;
    transition: 0.5s ease;
}

#text-primary span:nth-child(1) {
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
}

#text-primary:hover span:nth-child(1) {
    width: 100%;
    transform: translateX(100%);
}

#text-primary span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
}

#text-primary:hover span:nth-child(3) {
    width: 100%;
    transform: translateX(-100%);
}

#text-primary span:nth-child(2) {
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #fff;
}

#text-primary:hover span:nth-child(2) {
    height: 100%;
    transform: translateY(100%);
}

#text-primary span:nth-child(4) {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #fff;
}

#text-primary:hover span:nth-child(4) {
    height: 100%;
    transform: translateY(-100%);
}

/*************/
.colorchange {
    animation: colorchange 0.5s linear 0.5s infinite;
    /* animation-name followed by duration in seconds*/
    /* you could also use milliseconds (ms) or something like 2.5s */
    -webkit-animation: colorchange 0.5s linear 0s infinite alternate;
    /* Chrome and Safari */
}

@keyframes colorchange {
    0% {
        background-image: url('../imgs/dl-now-effect.png');
    }

    33% {
        background-image: url('../imgs/dl-now-effect-hover.png');
    }

    66% {
        background-image: url('../imgs/dl-now-effect-hover.png');
    }

    100% {
        background-image: url('../imgs/dl-now-effect.png');
    }
}

@-webkit-keyframes colorchange {
    0% {
        background-image: url('../imgs/dl-now-effect.png');
    }

    33% {
        background-image: url('../imgs/dl-now-effect-hover.png');
    }

    66% {
        background-image: url('../imgs/dl-now-effect-hover.png');
    }

    100% {
        background-image: url('../imgs/dl-now-effect.png');
    }
}


/********slide*******/
.page4 .slides {
    display: block;
    overflow: hidden;
    width: 756px;
    height: 412px;
    position: absolute;
    top: 476px;
    left: 544px;
    background: url('../imgs/bg-slide-2.png') no-repeat center top;
}

.page4 ol, ul {
    list-style-type: none
}

.page4 .small-slider {
    width: 75%;
    margin: auto;
    position: relative;
    top: 548px;
    left: 336px;
}

.page4 .small-slider .slideshow {
    position: relative
}

.page4 .small-slider .slideshow li {
    position: absolute
}

.page4 .small-slider .slideshow li img {
    width: 100%
}

.page4 .small-slider .slideshow li:not(:first-child) {
    display: none
}

.page4 ol {
    position: absolute;
    z-index: 999;
    top: 340px;
    left: 296px;
}

.page4 ol li {
    width: 10px;
    height: 20px;
    display: inline-block;
    background-color: #000;
    cursor: pointer;
    padding-right: 20px
}

.page4 ol li:hover,
ol li.active {
    background-color: #955725
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight

    -webkit-animation: fadeInRight 2.5s infinite;
    -moz-animation: fadeInRight 2.5s infinite;
    animation: fadeInRight 2.5s infinite;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}