@font-face {
    font-family: Cafeta_font;
    src: url('/assets/AnyConv.com__UTM\ Cafeta.otf') format('opentype'), url('/assets/AnyConv.com__UTM\ Cafeta.eot') format('embedded-opentype'), url('/assets/AnyConv.com__UTM\ Cafeta.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

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

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

.desktop {
    display: flex;
}

.mobile {
    display: none;
}

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

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

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

.section-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner {
    transform-origin: top left;
    overflow: hidden;
}

.scrollContent {
    width: 1920px;
}

ul, li {
    list-style: none;
}

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

a {
    text-decoration: none !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

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

.right-nav {
    position: relative;
    top: 240px;
    right: 5px;
    width: 116px;
    display: block;
    float: left;
    position: fixed;
    z-index: 999;
    transform: translateX(121px);
    transition: all .6s;
}

.right-nav .sticky-nav {
    background: url('/assets/right-menu.png') no-repeat;
    position: relative;
    top: 0;
    left: 0px;
    width: 116px;
    height: 285px;
    transition: all .6s;
}

.right-nav.active-sticky-nav {
    transform: translateX(0px);
}

.right-nav .sticky-nav a.sticky-button-logo {
    position: absolute;
    top: 6px;
    left: 6px;
    height: 105px;
    float: left;
    background: url('/assets/logo105x105.png');
    background-size: cover;
    display: block;
    width: 105px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-download {
    background: url('/assets/right-nav.png') no-repeat;
    position: absolute;
    top: 112px;
    left: 8px;
    height: 34px;
    float: left;
    background-position: 0px 0px;
    background-size: cover;
    display: block;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-download:hover {
    background: url('/assets/right-nav2.png') no-repeat;
    position: absolute;
    top: 112px;
    left: 8px;
    height: 34px;
    float: left;
    background-position: 0px 0px;
    background-size: cover;
    display: block;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-giftcode {
    background: url('/assets/right-nav.png') no-repeat;
    background-position: 0 -34px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 146px;
    left: 8px;
    height: 34px;
    float: left;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-giftcode:hover {
    background: url('/assets/right-nav2.png') no-repeat;
    background-position: 0 -34px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 146px;
    left: 8px;
    height: 34px;
    float: left;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-fanpage {
    background: url('/assets/right-nav.png') no-repeat;
    background-position: 0 -68px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 180px;
    left: 8px;
    height: 34px;
    float: left;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-fanpage:hover {
    background: url('/assets/right-nav2.png') no-repeat;
    background-position: 0 -68px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 180px;
    left: 8px;
    height: 34px;
    float: left;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-group {
    background: url('/assets/right-nav.png') no-repeat;
    background-position: 0 -102px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 214px;
    left: 8px;
    height: 34px;
    float: left;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-group:hover {
    background: url('/assets/right-nav2.png') no-repeat;
    background-position: 0 -102px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 214px;
    left: 8px;
    height: 34px;
    float: left;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-event {
    background: url('/assets/right-nav.png') no-repeat;
    background-position: 0 -136px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 248px;
    left: 8px;
    height: 34px;
    float: left;
    width: 101px;
    text-indent: -9999px;
}

.right-nav .sticky-nav a.sticky-button-event:hover {
    background: url('/assets/right-nav2.png') no-repeat;
    background-position: 0 -136px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 248px;
    left: 8px;
    height: 34px;
    float: left;
    width: 101px;
    text-indent: -9999px;
}

.sticky-arrow-off {
    background: url('/assets/trai.png') no-repeat;
    background-size: cover;
    position: absolute;
    width: 27px;
    height: 59px;
    top: 110px;
    left: -22px;
    z-index: 901;
    transition: all .4s;
    cursor: pointer;
}

.sticky-arrow-off:hover {
    background: url('/assets/trai_hover.png') no-repeat;
    background-size: cover;
    width: 27px;
    height: 59px;
}

.sticky-arrow-on {
    background: url('/assets/phai.png') no-repeat;
    background-size: cover;
    position: absolute;
    width: 27px;
    height: 59px;
    top: 110px;
    left: -22px;
    z-index: 901;
    transition: all .4s;
    cursor: pointer;
}

.sticky-arrow-on:hover {
    background: url('/assets/phai_hover.png') no-repeat;
    background-size: cover;
    width: 27px;
    height: 59px;
}

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

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

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

.mobile-nav {
    width: 100%;
    height: 8.5vw;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 22;
    display: none;
}

.mobile-nav .space {
    flex: 1;
}

.mobile-nav a.logo-mobile {
    background: url('/assets/logo-new.png');
    width: 7vw;
    height: 7vw;
    margin-left: 1%;
}

.mobile-nav ul {
    margin-bottom: 0;
}

.mobile-nav ul li {
    list-style: none;
    margin: 0 1vw 0 1vw;
}

.mobile-nav ul li.btn-regist a {
    background: url('/assets/bg-btn-header-mobile.png');
    background-size: cover;
    width: 24.172228vw;
    height: 6.5vw;
    font-size: 3vw;
    color: #FDEBCF;
    text-decoration: none;
    font-family: Cafeta_font;
}

.mobile-nav ul li.btn-download-mb a {
    background: url('/assets/bg-btn-header-mobile.png');
    background-size: cover;
    width: 24.172228vw;
    height: 6.5vw;
    font-size: 3vw;
    color: #FDEBCF;
    text-decoration: none;
    font-family: Cafeta_font;
}

.mobile-nav ul li.btn-regist:hover a, .mobile-nav ul li.btn-download-mb:hover a {
    filter: brightness(1.2);
}

.mobile-nav ul li.btn-facebook a {
    background: url('/assets/btn-fb-mobile.png');
    background-size: cover;
    width: 6.5vw;
    height: 6.5vw;
}

.mobile-nav ul li.btn-donate-mb a {
    background: url('/assets/btn-donate-mobile.png');
    background-size: cover;
    width: 6.5vw;
    height: 6.5vw;
}

.mobile-nav ul li.btn-menu a {
    background: url('/assets/btn-menu-mobile.png');
    background-size: cover;
    width: 6.5vw;
    height: 6.5vw;
}

.mobile-menu {
    transition: 0.5s transform ease-in-out;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: none;
    height: fit-content;
    background-color: #1f4853;
    transform-origin: left;
    transform: translateX(-100%);
    position: fixed;
    z-index: 21;
    top: 8vw;
}

.mobile-menu.active {
    transform: translateX(0%);
    pointer-events: unset;
}

.mobile-menu li {
    list-style: none;
    height: 9vw;
    border-bottom: 1px solid #2e6b7b;
    width: 80%;
}

.mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-menu li a {
    color: white;
    font-size: 3vw;
    text-decoration: none;
    font-family: Cafeta_font;
    text-transform: uppercase;
}

.mobile-menu li:hover a {
    color: rgb(225, 228, 48);
}

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

/* -----------------MAIN-NAV-SECTION-------------- */

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

.main-nav-section {
    background: rgb(19, 52, 61);
    background: linear-gradient(180deg, rgba(19, 52, 61, 1) 0%, rgba(43, 84, 104, 1) 100%);
    width: 100%;
    height: 59px;
    position: fixed;
    z-index: 20;
}

.main-nav {
    width: 100%;
    height: 59px;
    z-index: 20;
}

.main-nav .menu {
    height: 100%;
    width: 1140px;
    margin: 0 auto;
    justify-content: space-between;
}

.main-nav ul li {
    list-style: none;
    width: 178px;
    height: 59px;
    position: relative;
}

.main-nav ul li:hover {
    background: url('/assets/bg-header-nav-btn.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    width: 178px;
    height: 59px;
}

.main-nav ul li>ul.dropdown_menu {
    background-color: rgba(21, 54, 63, 0.9);
    position: absolute;
    display: none;
    top: 59px;
    left: 0;
    width: 178px;
}

.main-nav ul li:hover>ul.dropdown_menu {
    display: block;
}

.main-nav ul li:hover a {
    color: white;
}

.main-nav ul li a {
    width: 100%;
    height: 100%;
    color: rgb(194, 194, 194);
    text-decoration: none;
    font-size: 18px;
    text-transform: unset;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.arrow {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.arrow-down {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
}

.main-nav ul li:last-child a::after {
    display: none;
}

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

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

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

.header-section {
    height: 800px;
    position: relative;
    z-index: 2;
}

.khuyen-cao {
    position: fixed;
    top: 80px;
    left: 1%;
    width: 188px;
    height: 74px;
}

.khuyen-cao img {
    width: 100%;
}

.header-section .btn-play {
    position: absolute;
    background: url('/assets/play_normal.png');
    left: 43%;
    top: 38%;
    width: 126px;
    height: 114px;
    transition: all .2s;
    animation: scale 0.7s alternate infinite ease-out;
    z-index: 4;
}

.header-section .btn-play:hover {
    background: url('/assets/play_hover.png');
    left: 43%;
    top: 38%;
    width: 126px;
    height: 114px;
    animation: scale 0.7s alternate infinite ease-out;
}

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

.header-content {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.download-box {
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding-top: 68%;
    z-index: 2;
}

.download-box .btn-qrcode {
    position: absolute;
    background: url('/assets/logo-new.png') no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    left: 0px;
    bottom: 0px;
    width: 175px;
    height: 174px;
}

.download-box .btn-ios {
    position: absolute;
    background: url('/assets/appstore_normal.jpg') no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    left: 182px;
    bottom: 120px;
    width: 196px;
    height: 54px;
}

.download-box .btn-ios:hover {
    background: url('/assets/appstore_hover.jpg') no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    width: 196px;
    height: 54px;
}

.download-box .btn-android {
    position: absolute;
    background: url('/assets/ggplay_normal.jpg') no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    left: 182px;
    bottom: 60px;
    width: 196px;
    height: 54px;
}

.download-box .btn-android:hover {
    position: absolute;
    background: url('/assets/ggplay_hover.jpg') no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    width: 196px;
    height: 54px;
}

.download-box .btn-apk {
    position: absolute;
    background: url('/assets/apk_normal.jpg') no-repeat;
    background-position: 0px 0px;
    left: 182px;
    bottom: 0px;
    width: 196px;
    height: 54px;
}

.download-box .btn-apk:hover {
    position: absolute;
    background: url('/assets/apk_hover.jpg') no-repeat;
    background-position: 0px 0px;
    width: 196px;
    height: 54px;
}

.download-box .btn-napthe {
    position: absolute;
    background: url('/assets/napthe_normal.jpg') no-repeat;
    background-position: 0px 0px;
    left: 385px;
    bottom: 0px;
    width: 175px;
    height: 174px;
}

.download-box .btn-napthe:hover {
    position: absolute;
    background: url('/assets/napthe_hover.jpg') no-repeat;
    background-position: 0px 0px;
    left: 385px;
    bottom: 0px;
    width: 175px;
    height: 174px;
}

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

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

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

.content-section {
    position: relative;
    height: 3063px;
}

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

/* ---------------TINTUC-SECTION----------- */

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

.tintuc-section {
    position: relative;
    margin-bottom: 50px;
}

.tintuc-body {
    width: 1150px;
    justify-content: space-between !important;
    margin: 0 auto;
}

.tintuc-slider {
    background: url('/assets/khung-new-slide.png');
    width: 567px;
    height: 388px;
}

.tintuc-slide {
    width: 553px;
}

.tintuc-slide .swiper-slide img {
    width: 100%;
    height: 100%;
}

.tintuc-slide .swiper-slide .tintuc-frame {
    width: 553px;
    height: 372px;
}

.tintuc-content {
    background: url('/assets/khung-tintuc.png');
    width: 567px;
    height: 388px;
    padding: 2% 3% 6% 3%;
}

.tintuc-content-header {
    justify-content: flex-start;
    border-bottom: 1px solid #9fb7c0;
    padding-bottom: 2%;
}

.tintuc-content-header li {
    margin-left: 1%;
}

.tintuc-content-header li:nth-child(1) {
    margin-left: 0%;
}

.tintuc-content-header li a {
    width: 100%;
    height: 28px;
    font-size: 16px;
    color: black;
    margin-right: 30px;
    font-weight: 700;
}

.tintuc-content-header li.active-tintuc-header a {
    background: url('/assets/btn-header-tintuc.jpg');
    width: 100%;
    height: 28px;
    color: white;
}

.tintuc-content-header li:hover a {
    background: url('/assets/btn-header-tintuc.jpg');
    width: 100%;
    height: 28px;
    color: white;
}

.tintuc-content-body ul {
    width: 100%;
    display: none;
    height: auto;
    max-height: 200px;
}

.tintuc-content-body ul.active-list-tintuc {
    display: block;
}

.tintuc-content-body ul li:nth-child(1) {
    /*display: flex;*/
    /*margin-bottom: 0.5rem;*/
}

.tintuc-content-body ul li a {
    color: black;
    justify-content: flex-start;
    align-items: normal;
    font-weight: 500;
}

.tintuc-content-body ul li a:hover {
    color: #a18c5c;
}

.tintuc-content-body ul li a p {
    margin-bottom: 0px;
    flex: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.tintuc-content-body .list-tintuc-img {
    width: 105px;
    height: 105px;
}

.tintuc-content-body .list-tintuc-img img {
    width: 100%;
}

.tintuc-content-body .list-tintuc-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1%;
}

.tintuc-content-body .list-tintuc-info p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-size: 16px;
}

.tintuc-content a.btn-more {
    width: 100%;
    justify-content: flex-end;
    color: black;
    font-weight: 500;
}

.tintuc-content a.btn-more:hover {
    color: #a18c5c;
}

.tintuc-content a.btn-hotro {
    background: url('/assets/hotro_normal.png');
    width: 276px;
    height: 58px;
    bottom: 8px;
    left: 6px;
    font-size: 21px;
    color: white;
}

.tintuc-content a.btn-hotro:hover {
    background: url('/assets/hotro_hover.png');
    width: 276px;
    height: 58px;
}

.tintuc-content a.btn-hotline {
    background: url('/assets/hotline_normal.png');
    width: 276px;
    height: 58px;
    bottom: 8px;
    right: 5px;
    font-size: 21px;
    color: white;
}

.tintuc-content a.btn-hotline:hover {
    background: url('/assets/hotline_hover.png');
    width: 276px;
    height: 58px;
}

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

/* -----------------MON-PHAI-SECTION-------------- */

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

.monphai-section {
    width: 1150px;
    height: 960px;
    position: relative;
    margin: 0 auto;
}

.monphai-section .section-title img {
    width: 682px;
    height: 104px;
}

.mp-container {
    position: relative;
    width: 100%;
}

.hp-list {
    position: relative;
    justify-content: space-between !important;
    width: 970px;
    margin: 50px auto;
    margin-bottom: 0px;
    z-index: 10;
}

.hp-list li a {
    background: url('/assets/btn_hephai_normal.png');
    width: 176px;
    height: 58px;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.hp-list li.active a {
    background: url('/assets/btn_hephai_hover.png');
    width: 176px;
    height: 58px;
}

.hp-list li:hover a {
    background: url('/assets/btn_hephai_hover.png');
    width: 176px;
    height: 58px;
}

.mp-container .bg-mp .la-bg {
    z-index: 11;
    width: 557px;
    height: 514px;
    top: 95px;
    left: 215px;
}

.bg-mp img {
    width: 100%;
}

.mp-list .mp-plank-item {
    display: none;
}

.mp-select-list {
    top: 90px;
    left: 20px;
    z-index: 4;
}

.mp-select-list .mp-select-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mp-select-list .mp-select-group a {
    margin-top: 10px;
}

.mp-select-list .mp-select-group a.mp-tl {
    background: url('/assets/btn_tl_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-tl.active {
    background: url('/assets/btn_tl_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-tl:hover {
    background: url('/assets/btn_tl_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-tv {
    background: url('/assets/btn_tv_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-tv.active {
    background: url('/assets/btn_tv_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-tv:hover {
    background: url('/assets/btn_tv_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-dm {
    background: url('/assets/btn_dm_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-dm.active {
    background: url('/assets/btn_dm_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-dm:hover {
    background: url('/assets/btn_dm_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-5d {
    background: url('/assets/btn_5d_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-5d.active {
    background: url('/assets/btn_5d_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-5d:hover {
    background: url('/assets/btn_5d_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-mg {
    background: url('/assets/btn_mg_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-mg.active {
    background: url('/assets/btn_mg_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-mg:hover {
    background: url('/assets/btn_mg_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-nm {
    background: url('/assets/btn_nm_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-nm.active {
    background: url('/assets/btn_nm_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-nm:hover {
    background: url('/assets/btn_nm_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-ty {
    background: url('/assets/btn_ty_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-ty.active {
    background: url('/assets/btn_ty_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-ty:hover {
    background: url('/assets/btn_ty_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-dt {
    background: url('/assets/btn_dt_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-dt.active {
    background: url('/assets/btn_dt_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-dt:hover {
    background: url('/assets/btn_dt_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cb {
    background: url('/assets/btn_cb_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cb.active {
    background: url('/assets/btn_cb_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cb:hover {
    background: url('/assets/btn_cb_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-tn {
    background: url('/assets/btn_tn_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-tn.active {
    background: url('/assets/btn_tn_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-tn:hover {
    background: url('/assets/btn_tn_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-td {
    background: url('/assets/btn_td_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-td.active {
    background: url('/assets/btn_td_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-td:hover {
    background: url('/assets/btn_td_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-vd {
    background: url('/assets/btn_vd_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-vd.active {
    background: url('/assets/btn_vd_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-vd:hover {
    background: url('/assets/btn_vd_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cl {
    background: url('/assets/btn_cl_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cl.active {
    background: url('/assets/btn_cl_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cl:hover {
    background: url('/assets/btn_cl_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cm {
    background: url('/assets/btn_cm_normal.png');
    width: 117px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cm.active {
    background: url('/assets/btn_cm_hover.png');
    width: 151px;
    height: 118px;
}

.mp-select-list .mp-select-group a.mp-cm:hover {
    background: url('/assets/btn_cm_hover.png');
    width: 151px;
    height: 118px;
}

.ifmp-list .mp-item {
    display: none;
}

.mp-item img {
    width: 100%;
}

.mp-item .persion-img-tl {
    width: 609px;
    height: 538px;
    top: 70px;
    left: 187px;
    z-index: 3;
}

.mp-item .desc-mp-tl {
    width: 332px;
    height: 321px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-tv {
    width: 464px;
    height: 552px;
    top: 45px;
    left: 210px;
    z-index: 3;
}

.mp-item .desc-mp-tv {
    width: 339px;
    height: 305px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-dm {
    width: 502px;
    height: 600px;
    top: 0px;
    left: 245px;
    z-index: 3;
}

.mp-item .desc-mp-dm {
    width: 332px;
    height: 305px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-mg {
    width: 457px;
    height: 562px;
    top: 45px;
    left: 235px;
    z-index: 3;
}

.mp-item .desc-mp-mg {
    width: 334px;
    height: 302px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-5d {
    width: 532px;
    height: 585px;
    top: 20px;
    left: 195px;
    z-index: 3;
}

.mp-item .desc-mp-5d {
    width: 332px;
    height: 281px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-nm {
    width: 532px;
    height: 629px;
    top: 15px;
    left: 195px;
    z-index: 3;
}

.mp-item .desc-mp-nm {
    width: 331px;
    height: 329px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-ty {
    width: 864px;
    height: 675px;
    top: -60px;
    left: 42px;
    z-index: 3;
}

.mp-item .desc-mp-ty {
    width: 332px;
    height: 305px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-dt {
    width: 564px;
    height: 443px;
    top: 175px;
    left: 185px;
    z-index: 3;
}

.mp-item .desc-mp-dt {
    width: 332px;
    height: 329px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-dt {
    width: 564px;
    height: 443px;
    top: 175px;
    left: 185px;
    z-index: 3;
}

.mp-item .desc-mp-dt {
    width: 332px;
    height: 329px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-cb {
    width: 430px;
    height: 551px;
    top: 67px;
    left: 265px;
    z-index: 3;
}

.mp-item .desc-mp-cb {
    width: 332px;
    height: 305px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-tn {
    width: 704px;
    height: 543px;
    top: 70px;
    left: 180px;
    z-index: 3;
}

.mp-item .desc-mp-tn {
    width: 331px;
    height: 321px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-td {
    width: 571px;
    height: 515px;
    top: 120px;
    left: 180px;
    z-index: 3;
}

.mp-item .desc-mp-td {
    width: 332px;
    height: 329px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-vd {
    width: 474px;
    height: 621px;
    top: 5px;
    left: 190px;
    z-index: 3;
}

.mp-item .desc-mp-vd {
    width: 332px;
    height: 329px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-cl {
    width: 502px;
    height: 596px;
    top: 10px;
    left: 210px;
    z-index: 3;
}

.mp-item .desc-mp-cl {
    width: 332px;
    height: 303px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

.mp-item .persion-img-cm {
    width: 660px;
    height: 646px;
    top: 27px;
    left: 105px;
    z-index: 3;
}

.mp-item .desc-mp-cm {
    width: 331px;
    height: 297px;
    top: 45px;
    left: 810px;
    z-index: 3;
}

img.bg_content_char {
    top: 370px;
    left: 58px;
    width: 863px;
    height: 499px;
    z-index: 1;
}

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

/* -------------CAMNANG-SECTION------------ */

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

.camnang-section {
    width: 1150px;
    margin: 0 auto;
    height: 920px;
    position: relative;
}

.camnang-section .section-title img {
    width: 682px;
    height: 104px;
}

.cn-content-btn a {
    width: 344px;
    height: 290px;
    animation: phongto 1.5s alternate infinite linear;
}

.cn-content-btn a:hover {
    filter: brightness(1.2);
}

.cn-content-btn a.ht-nv {
    background: url('/assets/ht-nhiemvu.png');
    top: 150px;
    left: 450px;
    animation-delay: 0.3s;
}

.cn-content-btn a.ht-pb {
    background: url('/assets/ht-pb.png');
    top: 265px;
    left: 715px;
}

.cn-content-btn a.hd-tt {
    background: url('/assets/hd-tanthu.png');
    top: 230px;
    left: 190px;
    animation-delay: 0.5s;
}

@keyframes phongto {
    from {
        transform: scale(0.9);
        filter: brightness(1);
    }
    to {
        transform: scale(1.1);
        filter: brightness(1.2);
    }
}

.sb_content {
    background: url('/assets/sb_content.png') no-repeat;
    width: 100%;
    height: 765px;
    margin: 20px 0 0 0;
    padding: 50px 65px 50px 65px;
    position: relative;
}

.sb_content h4.title_sb {
    font-family: Cafeta_font;
    font-size: 2rem;
}

.sb_content table {
    text-align: center;
    position: relative;
    z-index: 5;
}

.sb_content table tr {
    font-family: Cafeta_font;
}

.sb_content table th {
    font-size: 1.3rem;
    padding: 0.75rem 0 0.75rem 0;
}

.sb_content table td {
    font-size: 1.2rem;
    padding: 0.75rem 0 0.75rem 0;
}

.sb_content img.sb_rank1 {
    top: 150px;
    left: 80px;
    z-index: 4;
    width: 935px;
    height: 53px;
}

.sb_content img.sb_rank2 {
    top: 204px;
    left: 80px;
    z-index: 4;
    width: 935px;
    height: 53px;
}

.sb_content img.sb_rank3 {
    top: 259px;
    left: 80px;
    z-index: 4;
    width: 935px;
    height: 53px;
}

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

/* --------------DACSAC-SECTION------------- */

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

.dacsac-section {
    width: 1150px;
    margin: 0 auto;
    height: 625px;
    position: relative;
}

.dacsac-section .section-title img {
    width: 682px;
    height: 104px;
}

.dacsac-section .dacsac-content {
    width: 1150px;
    margin: 50px auto;
    text-align: center;
}

.dacsac-content li a {
    width: 95px;
    height: 450px;
}

.dacsac-content li a.sc1-normal {
    background: url('/assets/sc1_normal.jpg');
}

.dacsac-content li a.sc1-normal.active {
    background: url('/assets/sc1_hover.jpg');
}

.dacsac-content li a.sc2-normal {
    background: url('/assets/sc2_normal.jpg');
}

.dacsac-content li a.sc2-normal.active {
    background: url('/assets/sc2_hover.jpg');
}

.dacsac-content li a.sc3-normal {
    background: url('/assets/sc3_normal.jpg');
}

.dacsac-content li a.sc3-normal.active {
    background: url('/assets/sc3_hover.jpg');
}

.dacsac-content li a.sc4-normal {
    background: url('/assets/sc4_normal.jpg');
}

.dacsac-content li a.sc4-normal.active {
    background: url('/assets/sc4_hover.jpg');
}

.dacsac-content li a.sc5-normal {
    background: url('/assets/sc5_normal.jpg');
}

.dacsac-content li a.sc5-normal.active {
    background: url('/assets/sc5_hover.jpg');
}

.dacsac-content li img {
    width: 687px;
    height: 452px;
}

.dacsac-content li img.sc-item {
    display: none;
}

.dacsac-content li img.sc-item.active {
    display: block;
}

.dacsac_flipster {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.dacsac_flipster ul li {
    width: 678px;
    height: 452px;
    text-align: center;
    margin: 50px auto 0;
}

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

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

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

.footer-section {
    background-color: #0e2f33;
    position: relative;
    z-index: 4;
    padding: 0;
}

.footer-section .space {
    flex: 1;
}

.footer-section .footer_hide {
    display: none !important;
}

.footer-section .space img {
    max-width: 100%;
    padding: 1vw;
}

.footer-section .infomation {
    flex: 2;
}

.footer-section .logo-footer {
    flex: 1;
    margin: 0 auto 1.3455328310010763vw;
}

.footer-section .logo-footer img {
    max-width: 100%;
    padding: 1vw;
}

.footer-section p {
    font-family: Cafeta_font;
    font-weight: 400;
    font-size: 1.2vw;
    margin-bottom: 0;
    color: white;
    transform: scaleY(1.15);
    line-height: 130%;
}

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

/* -----------------COOMING SOON-------------- */

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

.comming-soon {
    padding-top: 1%;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.comming-soon a.logo-cm img {
    /*width: 490px;*/
    /*height: 274px;*/
}

.comming-soon .footer-section {
    position: absolute;
    bottom: -12vw;
    width: 100%;
}

.comming-soon .right_nav {
    width: 100px;
    height: 227px;
    position: fixed;
    top: 30%;
    right: 5px;
    z-index: 5;
}

.comming-soon .right_nav ul {
    background: url('/assets/Asset5.png');
    width: 100px;
    height: 227px;
    margin-bottom: 0;
    position: relative;
    flex-direction: column;
}

.comming-soon .right_nav ul li:nth-child(1) a {
    background: url('/assets/Asset6.png');
    width: 85px;
    height: 85px;
}

.comming-soon .right_nav ul li:nth-child(2) a {
    background: url('/assets/Asset7.png');
    width: 85px;
    height: 85px;
    margin-top: 5px;
}

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

/* -----------------404-SECTION-------------- */

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

.site-404 a.logo-cm img {
    width: 490px;
    height: 274px;
}

.site-404 .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.site-404 .text-404 img {
    width: 550px;
    height: 350px;
}

.modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
}

.modal-content .modal-body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    line-height: 1.9;
}

.modal-content .modal-header .title {
    font-size: 1.614em;
    line-height: 1.45em;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}

.modal-content .modal-footer {
    border-top: none;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
}

.modal-content .modal-body+.modal-footer {
    padding-top: 0;
}

.modal-content .modal-footer button {
    margin: 0 5px;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}

.bg-blue {
    background-color: #0077f7 !important;
    color: #fff;
}

.bg-red {
    background-color: #bf3f39 !important;
    color: #fff;
}

.hidden {
    display: none !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}