@font-face {
    font-family: verdara;
    src: url('../../vendors/fonts/AnyConv.com__verdana.otf') format('opentype'), url('../../vendors/fonts/AnyConv.com__verdana.eot') format('embedded-opentype'), url('../../vendors/fonts/AnyConv.com__verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: cafeta;
    src: url('../../vendors/fonts/UTM-Cafeta.otf') format('opentype'), url('../../../index.html\ Cafeta.eot') format('embedded-opentype'), url('../../vendors/fonts/UTM-Cafeta.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: alex;
    src: url('../../../index.html\ Alexander.otf') format('opentype'), url('../../../index.html\ Alexander.eot') format('embedded-opentype'), url('../../../index.html\ Alexander.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: alex;
    text-rendering: optimizeLegibility;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #1c181a !important;
}

/* ---------------------------------------- */

/* -----------------REUSEABLE-------------- */

/* ---------------------------------------- */

.text-center {
    text-align: center;
}

.desktop {
    display: block;
}

.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;
}

/* ---------------------------------------- */

/* -----------------MODAL------------------- */

/* ---------------------------------------- */

#downloadModal .modal-dialog{
    max-width: 658px;
    position: relative;
    top: 50%;
    transform: translateY(-65%);
}

#downloadModal .modal-content{
    background: url('../images/bg_modal_download.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 658px;
    height: 460px;
    border: unset;
    border-radius: unset;
    position: relative;
}

#downloadModal .close{
    position: absolute;
    top: 57px;
    right: -3px;
    width: 87px;
    height: 51px;
}

#downloadModal .close:focus{
    outline: none;
}

#codeTanThu .modal-dialog{
    max-width: 500px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0 !important;
}

#codeTanThu .modal-content{
    background: url('../images/ld_ott/modal_code.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 500px;
    height: 227px;
    border: unset;
    border-radius: unset;
    position: relative;
}

#codeTanThu .close{
    background: url('../images/ld_ott/close_thele.png') no-repeat;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 25px;
    position: absolute;
}

#codeTanThu .close:focus{
    outline: none;
}

.modal_recieve_code_content {
    flex-direction: column;
    background: -webkit-linear-gradient(rgba(255, 204, 0, 1), rgba(255, 255, 153, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.modal{
    padding-right: 0 !important;
}

@media only screen and (max-width: 568px){
    #codeTanThu .modal-content {
        background: url(../images/ld_ott/modal_code.png) no-repeat;
        background-size: cover;
        background-position: center;
        width: 88vw;
        height: 40vw;
        border: unset;
        border-radius: unset;
        position: relative;
    }

    #codeTanThu .close {
        background: url(../images/ld_ott/close_thele.png) no-repeat;
        width: 7vw;
        height: 7vw;
        top: 2vw;
        right: 4vw;
        position: absolute;
    }

    .modal_recieve_code_content {
        flex-direction: column;
        background: -webkit-linear-gradient(rgba(255, 204, 0, 1), rgba(255, 255, 153, 1));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        font-size: 6vw;
        text-transform: uppercase;
    }
}

/* ---------------------------------------- */

/* -----------------WRAP------------------- */

/* ---------------------------------------- */

.wrap {
    width: 1590px;
    background-color: #1c181a;
    height: 100%;
    overflow: hidden;
    font-family: alex;
    position: relative;
    margin: 0 auto;
}

/* -----------------RIGHT_NAV------------------- */

.right_nav {
    background: url('../images/bg_right_nav.png') no-repeat;
    width: 196px;
    height: 458px;
    position: fixed;
    z-index: 9;
    top: 200px;
    right: 5px;
    transition: all .4s;
    transform: translateX(120px);
}

.right_nav.active_right_nav {
    right: 5px;
    transform: translateX(0px);
}

.right_nav a.btn_right_nav_logo {
    background: url('../images/btn_icon.png') no-repeat;
    width: 135px;
    height: 115px;
    position: absolute;
    top: 35px;
    left: 60px;
    transition: all .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('../images/right_nav_normal.png') no-repeat;
    background-position: 0 0 !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    font-size: 20px;
    font-family: alex;
    color: #000000;
    transition: all .4s;
}

.right_nav ul li:nth-child(2) a {
    background: url('../images/right_nav_normal.png') no-repeat;
    background-position: 0 -34px !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    color: #000000;
    transition: all .4s;
}

.right_nav ul li:nth-child(3) a {
    background: url('../images/right_nav_normal.png') no-repeat;
    background-position: 0 -65px !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    color: #000000;
    transition: all .4s;
}

.right_nav ul li:nth-child(4) a {
    background: url('../images/right_nav_normal.png') no-repeat;
    background-position: 0 -98px !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    color: #000000;
    transition: all .4s;
}

.right_nav ul li:nth-child(5) a {
    background: url('../images/right_nav_normal.png') no-repeat;
    background-position: 0 -130px !important;
    width: 100px;
    height: 30px;
    margin: 5px 0;
    color: #000000;
    transition: all .4s;
}

.right_nav ul li:nth-child(6) a {
    background: url('../images/right_nav_normal.png') no-repeat;
    background-position: 0 -160px !important;
    width: 100px;
    height: 30px;
    margin: 10px 0 0 0;
    color: #000000;
    transition: all .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/btn-slide-open.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 26px;
    height: 40px;
    position: absolute;
    top: 130px;
    left: 5px;
    cursor: pointer;
    animation: scale 0.5s alternate infinite linear;
}

.btn_right_nav_o {
    background: url('../images/btn-slide-close.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 26px;
    height: 40px;
    position: absolute;
    top: 130px;
    left: 5px;
    cursor: pointer;
    animation: scale 0.5s alternate infinite linear;
}

/* ---------------------------------------- */

/* -----------------NAV------------------- */

/* ---------------------------------------- */

.main_nav {
    background: url('../images/bg_header_nav.jpg') no-repeat;
    width: 100%;
    height: 125px;
    z-index: 3;
}

.main_nav ul li a {
    color: #44442e;
    font-size: 30px;
    font-family: alex;
    width: 200px;
    height: 94px;
    margin: 0 20px;
}

.main_nav ul li a:hover {
    background: #8c8d6aad;
}

/* ---------------------------------------- */

/* -----------------HEADER------------------- */

/* ---------------------------------------- */

.header {
    background: url('../images/bg_header.jpg') no-repeat;
    width: 100%;
    height: 785px;
    z-index: 2;
}

.header_class {
    left: 12%;
    top: -3%;
    width: 1294px;
    height: 941px;
}

.header_class 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: 108px;
    height: 108px;
    top: 40%;
    left: 45%;
    animation: scale 1s alternate infinite linear;
}

.btn_play:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(231, 241, 169));
}

@keyframes scale {
    from {
        transform: scale(0.85);
    }

    to {
        transform: scale(1);
    }
}

.header_box {
    background: url('../images/header_box.png') no-repeat;
    width: 905px;
    height: 250px;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.box_icon {
    background: url('../images/btn_icon.png') no-repeat;
    width: 180px;
    height: 165px;
}

.header_box a {
    transition: all .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_appstore {
    background: url('../images/btn_dangki.png') no-repeat;
    width: 185px;
    height: 42px;
}

.box_android {
    background: url('../images/btn_dangnhap.png') no-repeat;
    width: 185px;
    height: 42px;
}

.box_apk {
    background: url('../images/btn_giftcode.png') no-repeat;
    width: 185px;
    height: 42px;
}

.box_ldplay {
    background: url('../images/btn_taikhoan.png') no-repeat;
    width: 185px;
    height: 42px;
}

.box_regist {
    background: url('../images/btn_regist.gif') no-repeat;
    width: 180px;
    height: 165px;
}

.box_adnxu {
    background: url('../images/btn_topup.png') no-repeat;
    width: 180px;
    height: 165px;
}

/* ---------------------------------------- */

/* -----------------CONTENT------------------- */

/* ---------------------------------------- */

.content {
    width: 100%;
    height: auto;
}

/* -----------------NEWS_SECTION------------------- */

.news_section {
    background: url('../images/bg_3.png') no-repeat;
    width: 100%;
    height: 1050px;
}

.ns_title {
    width: 995px;
    height: 175px;
    margin: 0 auto;
    z-index: 3;
}

.ns_title img {
    width: 100%;
}

.ns_box {
    background: url('../images/tintuc_board.png') no-repeat;
    width: 1400px;
    height: 614px;
    margin: 0 auto;
    z-index: 2;
    padding: 80px 60px 55px 60px;
}

.ns_slide {
    width: 495px;
    height: 477px;
}

.news_slider {
    width: 495px;
    height: 477px;
}

.khung_slide {
    top: 84px;
    left: 65px;
    width: 485px;
    z-index: 3;
    pointer-events: none;
}

.khung_slide img {
    width: 100%;
}

.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: 90%;
    height: 100%;
    object-fit: cover;
	margin-left: 15px;
    border-radius: 5%;
}

@media (max-width: 1025px) {
	.swiper-slide img {
		margin-left: 0px;
	}
}


.ns_news_board {
    width: 90%;
    height: 472px;
    /* margin-left: 20px; */
}

.ns_nb_header {
    width: 100%;
}

.btn_more_info {
    width: 30px;
    height: 30px;
    top: 3px;
    right: 25px;
}

.btn_more_info img{
    width: 100%;
}

.ns_nb_header ul {
    width: 100%;
    background-color: #9e988ead;
    border-top: 1px solid #dad6d0;
}

.ns_nb_header ul li {
    height: 34px;
    width: 153px;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.ns_nb_header ul li:hover {
    background: url('../images/bg_news_title.png') no-repeat;
    width: 153px;
    height: 34px;
    color: #FBE0C0;
}

.ns_nb_header ul li.active_n_h {
    background: url('../images/bg_news_title.png') no-repeat;
    width: 153px;
    height: 34px;
    color: #FBE0C0;
}

.ns_nb_content {
    flex-direction: column;
    width: 100%;
}

.ns_nb_content ul li {
    width: 100%;
    font-size: 20px;
    transition: all .3s;
    margin: 20px 0;
}

.ns_nb_content ul li a {
    color: black;
	text-shadow: 2px 2px white;
	font-weight: bold;
    width: 100%;
}

.ns_nb_content ul li:hover {
    transform: translateX(10px);
}

.ns_nb_content ul li:hover a {
    /* color: #000000; */
	text-overflow: initial!important;
}

.ns_nb_content ul li .ns_nb_content_descr {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    width: 575px;
    height: 50px;
    position: relative;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ns_nb_content ul li .ns_nb_content_descr::before {
    content: "";
    background: url('../images/news_board_dot.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 3px;
    left: 0;
}

.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;
}

.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_4.png') no-repeat;
    width: 100%;
    height: 1072px;
    position: relative;
}

.cs_title {
    width: 1200px;
    margin: 0 auto;
}

.cs_title img {
    width: 100%;
}

.cc_content_left ul {
    position: absolute;
    z-index: 2;
    top: 70px;
    left: 211px;
}

.cc_content_left ul li {
    display: none;
    width: 576px;
}

.cc_content_left ul li img {
    width: 100%;
}

.cc_content_left ul li.active_char_tab {
    display: block;
}

.cc_content_right ul li {
    display: none;
    width: 642px;
}

.cc_content_right ul li:nth-child(1) {
    position: absolute;
    top: 73px;
    left: 751px;
    z-index: 2;
}

.cc_content_right ul li:nth-child(2) {
    position: absolute;
    top: 75px;
    left: 828px;
    z-index: 2;
}

.cc_content_right ul li:nth-child(3) {
    position: absolute;
    top: 70px;
    left: 760px;
    z-index: 2;
}

.cc_content_right ul li img {
    width: 100%;
}

.cc_content_right ul li.active_class {
    display: block;
}

.cc_content_khung ul {
    position: absolute;
    top: 35px;
    left: 785px;
    z-index: 1;
}

.cc_content_khung ul li {
    display: none;
    width: 605px;
}

.cc_content_khung ul li.active_khung {
    display: block;
}

.cc_content_khung ul li img {
    width: 100%;
}

.char_btn_next {
    background: url('../images/btn_next.png') no-repeat;
    width: 100px;
    height: 85px;
    top: 336px;
    right: 100px;
    z-index: 6;
    cursor: pointer;
}

.char_btn_prev {
    background: url('../images/btn_prev.png') no-repeat;
    width: 100px;
    height: 85px;
    top: 336px;
    left: 100px;
    z-index: 6;
    cursor: pointer;
}

.fadeinleft {
    animation: fadeinleft .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 .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 .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 .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_5.png') no-repeat;
    position: relative;
    width: 100%;
    height: 1205px;
}

.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;
}

/* -----------------RANKING_SECTION------------------- */

.ranking_section {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    position: relative;
    width: 100%;
    min-height: 800px;
    padding-bottom: 50px;
}

.rs_title {
    width: 1170px;
    margin: 0 auto;
    padding-top: 20px;
}

.rs_title img {
    width: 100%;
}

.ranking_section .container {
    max-width: 1200px;
    margin-top: 30px;
}

.ranking_section .centered-select {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.ranking_section .server-select {
    width: 250px;
}

.ranking_section .custom-select {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5;
    height: auto;
    min-height: 45px;
    border: 2px solid #d4af37;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 40px;
    vertical-align: middle;
}

.ranking_section .custom-select:hover {
    background-color: #fffef0;
    border-color: #ffd700;
}

.ranking_section .custom-select:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

.ranking_section .headerBXH {
    max-width: 400px;
    margin-bottom: 20px;
}

.ranking_section iframe {
    min-height: 600px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
}


/* ---------------------------------------- */

/* -----------------FOOTER------------------- */

/* ---------------------------------------- */


/* ---------------------------------------- */

/* -----------------FOOTER-SECTION-------------- */

/* ---------------------------------------- */

.footer-section {
    background-color: #1c181a;
    position: relative;
    z-index: 4;
    padding: 10px 20px;
}

.footer-section .space {
    flex: 1;
}

.footer-section .footer_hide {
    display: none !important;
}

.footer-section .space img {
    max-width: 100%;
}

.footer-section .infomation {
    flex: 4;
}

.footer-section .logo-footer {
    flex: 1;
}

.footer-section .logo-footer img {
    max-width: 100%;
}

.footer-section p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}