@font-face {
    font-family: cafeta;
    src: url("../../vendors/fonts/UTM-Cafeta.otf") format("opentype"),
        url("../../vendors/fonts/AnyConv.com__UTM\ Cafeta.eot")
            format("embedded-opentype"),
        url("../../vendors/fonts/UTM-Cafeta.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: alberta;
    src: url("../../vendors/fonts/AnyConv.com__UTM\ Alberta\ Heavy.otf")
            format("opentype"),
        url("../../vendors/fonts/AnyConv.com__UTM\ Alberta\ Heavy.eot.eot")
            format("embedded-opentype"),
        url("../../vendors/fonts/AnyConv.com__UTM\ Alberta\ Heavy.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: UTMAvo;
    src: url("../../vendors/fonts/AnyConv.com__UTM\ Avo.otf") format("opentype"),
        url("../../vendors/fonts/AnyConv.com__UTM\ Avo.eot")
            format("embedded-opentype"),
        url("../../vendors/fonts/AnyConv.com__UTM\ Avo.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}



* {
    margin: 0;
    padding: 0;
}

html {
    font-family: alberta;
    text-rendering: optimizeLegibility;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #3b1601 !important;
}

/* ---------------------------------------- */

/* -----------------REUSEABLE-------------- */

/* ---------------------------------------- */

.text-center {
    text-align: center;
}

.desktop {
    display: flex;
}

.flex {
    display: flex;
}

.mobile {
    display: none;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

ul,
li {
    list-style: none;
}

ul {
    margin-bottom: 0px !important;
}

a {
    text-decoration: none !important;
}

.background {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.sticky-menu {
    position: sticky;
    top: 50px;
}

.text--light {
    background: -webkit-linear-gradient(70deg, #ffffff 0%, #ffffcc 132%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 5px rgba(181, 80, 27, 0.73);
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(181, 80, 27, 0.2);
    -webkit-text-fill-color: #ffffcc;
}

/* ---------------------------------------- */

/* -----------------MODAL------------------- */

/* ---------------------------------------- */



/* ---------COOKIE PRELOAD---------- */

.preload-open {
    overflow: hidden;
}
.preload-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .9;
}
.preload-banner {
    height: 540px;
    position: fixed;
    top: 10%;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    width: 100%
}
.preload-banner img {
    display: block;
    width: 960px;
    margin: 0 auto
}
.preload-banner .preload-x-btn {
    font-size: 28px;
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    transition:all .2s ease
}
.preload-banner .preload-x-btn:hover {
    color: #000
}

@media only screen and (max-width: 1024px){
    .preload-banner {
        height: 56vw;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        padding: 1vw;
        z-index: 9999;
        width: 100%;
    }

    .preload-banner img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .preload-banner .preload-x-btn {
        font-size: 28px;
        position: fixed;
        top: -40px;
        right: 15px;
        cursor: pointer;
        color: #fff;
        transition: all .2s ease;
    }
}

/* ---------------------------------------- */

/* -----------------WRAP------------------- */

/* ---------------------------------------- */

.wrap {
    width: 1920px;
    background-color: #3b1601;
    height: 100%;
    overflow: hidden;
    font-family: alberta;
    position: relative;
    margin: 0 auto;
}

/* -----------------RIGHT_NAV------------------- */

.right_nav {
    background: url("../images/bg_right_nav.png") no-repeat;
    width: 229px;
    height: 458px;
    position: fixed;
    z-index: 9;
    top: 200px;
    right: 5px;
    transition: all 0.4s;
    transform: translateX(120px);
}

.cookie-popup-wrap {
    width: 100%;
    height: 100%;
    display: none;
}

.ui_mask {
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.pop_up_event {
    width: 768px;
    height: 500px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    z-index: 1000;
}

.pop_up_event a {
    width: 100%;
    height: 100%;
}

.pop_up_event a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_btn_close {
    background: url("../../../trang-chu.html");
    width: 55px;
    height: 55px;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .pop_up_event {
        width: 75vw;
        height: 49vw;
    }

    .popup_btn_close {
        background: url(../../../trang-chu.html);
        width: 6vw;
        height: 6vw;
        top: 0.8vw;
        right: 0.8vw;
        cursor: pointer;
    }
}

.right_nav.active_right_nav {
    right: 5px;
    transform: translateX(0px);
}

.right_nav a.btn_right_nav_logo {
    background: url("../../../trang-chu.html") no-repeat;
    width: 125px;
    height: 125px;
    position: absolute;
    top: 32px;
    left: 68px;
    transition: all 0.4s;
}

.right_nav ul {
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 156px;
    left: 0px;
}

.right_nav ul li:nth-child(1) a {
    background: url("../../../trang-chu.html") no-repeat;
    background-position: 0 0 !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    font-size: 20px;
    font-family: alberta;
    color: #000000;
    transition: all 0.4s;
}

.right_nav ul li:nth-child(2) a {
    background: url("../../../trang-chu.html") no-repeat;
    background-position: 0 -34px !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    color: #000000;
    transition: all 0.4s;
}

.right_nav ul li:nth-child(3) a {
    background: url("../../../trang-chu.html") no-repeat;
    background-position: 0 -65px !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    color: #000000;
    transition: all 0.4s;
}

.right_nav ul li:nth-child(4) a {
    background: url("../../../trang-chu.html") no-repeat;
    background-position: 0 -98px !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    color: #000000;
    transition: all 0.4s;
}

.right_nav ul li:nth-child(5) a {
    background: url("../../../trang-chu.html") no-repeat;
    background-position: 0 -130px !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    color: #000000;
    transition: all 0.4s;
}

.right_nav ul li:nth-child(6) a {
    background: url("../../../trang-chu.html") no-repeat;
    background-position: 0 -160px !important;
    width: 100px;
    height: 30px;
    margin: 10px 0 0 0;
    color: #000000;
    transition: all 0.4s;
}

.right_nav a:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 255, 162));
    transform: scale(1.05);
}

.btn_right_nav_c {
    background: url("../images/on_right_nav.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 35px;
    height: 40px;
    position: absolute;
    top: 70px;
    left: 20px;
    cursor: pointer;
    animation: scale 0.5s alternate infinite linear;
}

.btn_right_nav_o {
    background: url("../images/off_right_nav.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 35px;
    height: 40px;
    position: absolute;
    top: 70px;
    left: 20px;
    cursor: pointer;
    animation: scale 0.5s alternate infinite linear;
}

/* ---------------------------------------- */

/* -----------------NAV------------------- */

/* ---------------------------------------- */

.main_nav {
    background: url("../images/bg_nav.jpg") no-repeat;
    width: 100%;
    height: 133px;
    z-index: 3;
}

.main_nav ul li a {
    font-size: 30px;
    font-family: alberta;
    background: -webkit-linear-gradient(#ffffff, #ffffcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 2px #fff;
    width: 220px;
    height: 133px;
    margin: 0 20px;
}

.main_nav ul li a img {
    width: 130%;
    margin-top: 125px;
}

.main_nav ul li a:hover {
    text-shadow: 0px 0px 5px #c0c0c0;
}

/* ---------------------------------------- */

/* -----------------HEADER------------------- */

/* ---------------------------------------- */

.header {
    background: url("../images/bg_header.jpg") no-repeat;
    width: 100%;
    height: 1088px;
    z-index: 2;
}

.header_class {
    left: 12%;
    top: -3%;
    width: 1294px;
    height: 941px;
}

.header_class img {
    width: 100%;
}

.header_text {
    width: 816px;
    height: 833px;
    left: 53%;
    top: -3%;
    transform: translateX(-50%);
}

.header_text img {
    width: 100%;
}

.header_logo {
    width: 400px;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.header_logo img {
    width: 100%;
}

.header .btn_play {
    background: url(../images/btn_play.png) no-repeat;
    width: 140px;
    height: 140px;
    top: 36%;
    left: 23%;
    animation: scale 1s alternate infinite linear;
}

.image_18 {
    width: 150px;
    top: 50px;
    left: 10px;
}

.image_18 img {
    width: 100%;
}

.btn_play:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(241, 201, 169));
}

@keyframes scale {
    from {
        transform: scale(0.85);
    }

    to {
        transform: scale(1);
    }
}

.header_box {
    background: url("../images/box_header.png") no-repeat;
    width: 1284px;
    height: 261px;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
}

.box_icon {
    background: url("../images/box_header_nap.png") no-repeat;
    width: 242px;
    height: 207px;
}

.header_box a {
    transition: all 0.3s;
}

.header_box a:hover {
    transform: scale(1.05);
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(231, 241, 169));
}

.box_download {
    flex-direction: column;
}

.box_download a {
    margin: -2px 10px;
}

.box_appstore {
    background: url("../images/appstore.png") no-repeat;
    width: 184px;
    height: 70px;
}

.box_android {
    background: url("../images/chplay.png") no-repeat;
    width: 184px;
    height: 70px;
}

.box_apk {
    background: url("../images/apk.png") no-repeat;
    width: 184px;
    height: 70px;
}

.box_regist {
    background: url("../images/box_header_regist.png") no-repeat;
    width: 242px;
    height: 207px;
}

.box_adnxu {
    background: url("../images/box_header_code.png") no-repeat;
    width: 242px;
    height: 207px;
}

.box_mb_apk{
    background: url("../images/box_header_mb_apk.png") no-repeat;
    width: 242px;
    height: 207px;
    display: none;
}

/* ---------------------------------------- */

/* -----------------CONTENT------------------- */

/* ---------------------------------------- */

.content {
    width: 100%;
    height: auto;
}

/* -----------------NEWS_SECTION------------------- */

.news_section {
    background: url("../images/bg_section_1.jpg") no-repeat;
    width: 100%;
    height: 910px;
}

.news_section img {
    width: 100%;
}

.section_title {
    width: 1188px;
    height: 213px;
    margin: 0 auto;
    z-index: 3;
}

.section_title img {
    width: 100%;
    margin-top: -100px;
}

.khung_slide {
    top: 52px;
}

.ns_box {
    margin: 0 auto;
    z-index: 2;
    padding: 75px 50px 0px 50px;
}

.ns_slide {
    width: 883px;
    height: 526px;
}

.ns_slide ul li {
    width: 883px;
    height: 526px;
}

.news_slider {
    width: 883px;
    height: 526px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ns_news_board {
    width: 100%;
    height: auto;
    margin-left: 20px;
}

.ns_nb_header {
    width: 100%;
}

.ns_nb_header ul {
    width: 100%;
    justify-content: flex-start !important;
}

.ns_nb_header ul li {
    width: 192px;
    height: 62px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding-bottom: 20px;
    margin: 0 10px;
    transition: all 1s;
}

.ns_nb_header ul li span {
    background: -webkit-linear-gradient(#ffffff, #ffffcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 2px #fff;
}

.ns_nb_header ul li:hover,
.ns_nb_header ul li.active_n_h {
    background: url("../images/bg_newboard_tag.png") no-repeat;
    width: 192px;
    height: 62px;
    padding-bottom: 20px;
}

.ns_nb_content {
    flex-direction: column;
    width: 100%;
}

.ns_nb_content ul li {
    width: 100%;
    font-size: 20px;
    transition: all 0.3s;
    margin: 20px 0;
    padding: 0 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.ns_nb_content ul li a {
    color: #fbe0c0;
    font-family: UTMAvo;
    font-weight: bold;
    width: 100%;
}

.ns_nb_content ul li:hover {
    transform: translateX(10px);
    background-color: #66000094;
    border-top: 1px solid rgba(139, 139, 139, 0.32);
    border-bottom: 1px solid rgba(139, 139, 139, 0.32);
}

.ns_nb_content ul li:hover a {
    color: #fbf7c0;
}

.ns_nb_content ul li .ns_nb_content_descr {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    width: 675px;
    height: 50px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 25px;
    line-height: 45px;
}

/* .ns_nb_content ul li .ns_nb_content_descr::before {
    content: "";
    background: url('../images/content_before_news.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 5px;
    left: 35px;
} */

/* .ns_nb_content ul li:last-child .ns_nb_content_descr::after {
    content: none;
}

.ns_nb_content ul li .ns_nb_content_descr::after {
    content: "";
    background: url('../images/under_line_news.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 49px;
    left: 0;
} */

.ns_nb_content ul li .ns_nb_content_time {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

.ns_nb_content ul {
    display: none;
}

.ns_nb_content ul.active_n_c {
    display: block;
}

.fadedown {
    animation: fadedown 0.8s ease;
}

.fadeup {
    animation: fadeup 0.8s ease;
}

@keyframes fadedown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

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

@keyframes fadeup {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

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

/* -----------------CHARACTER_SECTION------------------- */

.character_section {
    background: url("../images/bg_section_2.jpg") no-repeat;
    width: 100%;
    height: 1257px;
    position: relative;
    z-index: 2;
}

.section_title {
    width: 1188px;
    height: 213px;
    margin: 0 auto;
    margin: 0 auto;
}

.character_section img {
    width: 100%;
}

.section_title img {
    width: 100%;
}

.character_section .section_title img {
    margin-top: -185px;
    pointer-events: none;
}

.cc_text {
    top: 520px;
    left: 70px;
    z-index: 3;
}

.cc_text ul li {
    width: 391px;
    height: 161px;
    display: none;
}

.cc_text ul li img {
    width: 100%;
}

.cc_text ul li.active_cc_text {
    display: block;
}

.cc_char {
    top: 265px;
    left: -30px;
    z-index: 3;
}

.cc_char ul {
    position: relative;
}

.cc_char ul li {
    width: 1036px;
    height: 901px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
}

.cc_char ul li.active_cc_char {
    opacity: 1;
    visibility: visible;
}

.cc_btn {
    top: 800px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.cc_btn ul {
    width: 1400px;
    height: 200px;
    margin: 0 auto;
}

.cc_btn ul .swiper-wrapper {
    align-items: center;
}

.cc_btn ul li {
    height: 127px;
    cursor: pointer;
}

.cc_btn ul li:hover img {
    filter: brightness(1.15) drop-shadow(0px 0px 5px #d1ffb6);
}

.cc_btn ul li.active_cc_btn img {
    filter: brightness(1.15) drop-shadow(0px 0px 5px #d1ffb6);
}

.cc_btn .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 50px;
    right: auto;
    width: 240px;
    height: 240px;
}

.cc_btn .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
    width: 240px;
    height: 240px;
}

.cc_btn .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "";
    background: url("../images/btn_next.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 120px;
    height: 120px;
}

.cc_btn .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "";
    background: url("../images/btn_prev.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 120px;
    height: 120px;
}

.cc_btn .swiper-button-next,
.swiper-button-prev {
    top: 0% !important;
}

.bg_cc_btn {
    width: 2100px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.cc_video {
    top: 98px;
    left: 618px;
    width: 1270px;
    height: 600px;
    z-index: 2;
    pointer-events: none;
}

.cc_video ul li {
    width: 1270px;
    height: 600px;
    position: relative;
    display: none;
}

.cc_video ul li.active_cc_video {
    display: flex;
}

.cc_video ul li img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
    clip-path: polygon(21.5% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(21.5% 0, 100% 0, 100% 100%, 0 100%);
}

.cc_video ul li video {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    animation-fill-mode: forwards;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(21.5% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(21.5% 0, 100% 0, 100% 100%, 0 100%);
}

.cc_khung_video {
    width: 1322px;
    height: 663px;
    top: 68px;
    left: 585px;
}

.cc_khung_video img {
    width: 100%;
}

.fadeinleft {
    animation: fadeinleft 0.8s ease-out;
}

@keyframes fadeinleft {
    from {
        transform: translateX(0%);
        opacity: 1;
    }

    to {
        transform: translateX(-50%);
        opacity: 0;
    }
}

@-webkit-keyframes fadeinleft {
    from {
        transform: translateX(0%);
        opacity: 1;
    }

    to {
        transform: translateX(-50%);
        opacity: 0;
    }
}

.fadeoutleft {
    animation: fadeoutleft 0.8s ease-out;
}

@keyframes fadeoutleft {
    from {
        transform: translateX(-50%);
        opacity: 0;
    }

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

@-webkit-keyframes fadeoutleft {
    from {
        transform: translateX(-50%);
        opacity: 0;
    }

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

.fadeinright {
    animation: fadeinright 0.8s ease-out;
}

@keyframes fadeinright {
    from {
        transform: translateX(0%);
        opacity: 1;
    }

    to {
        transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes fadeinright {
    from {
        transform: translateX(0%);
        opacity: 1;
    }

    to {
        transform: translateX(50%);
        opacity: 0;
    }
}

.fadeoutright {
    animation: fadeoutright 0.8s ease-out;
}

@keyframes fadeoutright {
    from {
        transform: translateX(50%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeoutright {
    from {
        transform: translateX(50%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* -----------------PICTURE_SECTION------------------- */

.screenshot_section {
    background: url("../images/bg_section_3.jpg") no-repeat;
    position: relative;
    width: 100%;
    height: 1153px;
}

.screenshot_section img {
    width: 100%;
}

.feature_item_1 {
    width: 766px;
    height: 459px;
    top: 300px;
    left: 60px;
}

.feature_item_2 {
    width: 297px;
    height: 297px;
    top: 770px;
    left: 70px;
}

.feature_item_3 {
    width: 422px;
    height: 297px;
    top: 770px;
    left: 390px;
}

.feature_item_4 {
    width: 525px;
    height: 310px;
    top: 310px;
    left: 850px;
}

.feature_item_5 {
    width: 529px;
    height: 422px;
    left: 850px;
    top: 640px;
}

.feature_item_6 {
    width: 467px;
    height: 752px;
    left: 1410px;
    top: 310px;
}

.ss_title {
    width: 1170px;
    margin: 0 auto;
}

.ss_title img {
    width: 100%;
}

.ss_slider {
    width: 1086px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-top: 105px;
}

.ss_slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 50px;
    right: auto;
    width: 80px;
    height: 85px;
}

.ss_slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
    width: 80px;
    height: 85px;
}

.ss_slider .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "";
    background: url("../images/btn_next.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 85px;
}

.ss_slider .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "";
    background: url("../images/btn_prev.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 85px;
}

.ss_slider .swiper-button-next,
.swiper-button-prev {
    top: 57%;
}

.bg_ss_slider {
    width: 1234px;
    top: 200px;
    left: 181px;
    z-index: 3;
    pointer-events: none;
}

.bg_ss_slider img {
    width: 100%;
}

.screenshot_section .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 350px;
    left: 0;
    width: 100%;
}

.screenshot_section .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    box-shadow: inset 0px 0px 2px 0px #ff5c5c;
}

.screenshot_section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
    box-shadow: 0px 0px 3px 1px #000;
}

/* ---------------------------------------- */

/* -----------------FOOTER------------------- */

/* ---------------------------------------- */

/* ---------------------------------------- */

/* -----------------FOOTER-SECTION-------------- */

/* ---------------------------------------- */

.footer-info__game {
    flex-direction: column;
    background-color: #430b08;
    color: white;
    font-size: 20px;
    padding: 15px;
    box-shadow: 0px 0px 10px 2px #fff;
    border: 2px solid #2e1110;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-info__game img {
    width: 100%;
}

.footer-info__game-logo__game {
    width: 200px;
    margin: 0 20px;
}

.footer-info__game-icon__app {
    width: 150px;
    margin: 0 20px;
}

.footer-info__game-desc {
    margin-left: 30px;
}

.footer-info__game-desc p {
    margin-bottom: 0;
}

.footer-section {
    background-color: #0e2f33;
    position: relative;
    z-index: 4;
    padding: 10px;
    flex-direction: column;
}

.footer-info__game-bottom {
    margin-top: 20px;
    margin-bottom: 0;
    height: 30px;
}

.footer-info__game-bottom li a {
    color: white;
}

.footer-info__game-bottom li a:hover {
    color: rgb(255, 255, 101);
}

.footer-info__game-bottom li {
    padding: 0px 50px;
    border-right: 2px solid #fff;
    height: 10px;
}

.footer-info__game-bottom li:last-child {
    border-right: none;
}

.footer-section {
    background-color: #820e08;
    z-index: 4;
    padding: 15px;
}

.footer-section .logo-footer {
    position: relative;
}

.footer-section .logo__list {
    width: 300px;
    margin-bottom: 10px;
}

.footer-section .logo__list img {
    width: 100%;
}

.footer-section .icon_18 {
    position: absolute;
    right: 0px;
    top: 0%;
    max-width: 100%;
    width: 150px;
}

.footer-section p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
