html,
body {
    width: 100%;
    font-size: 1rem;
    background-color: #131230;
    font-family: 'Noto Sans', regular;
    /* color: #f7f7f7; */
    text-align: center;
    position: relative;
    overflow-x: hidden;
}
.animate__pulse {
    --animate-duration: 2s;
}
.news-tab-item-data ul {
    margin: 0px !important;
}

.news-list-header ul {
    margin: 0px !important;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../../fonts/NotoSans-Regular.ttf") format("woff2"), url("../../fonts/NotoSans-Regular.ttf") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans Medium";
    src: url("../../fonts/NotoSans.ttf") format("woff2"), url("../../fonts/NotoSans.ttf") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("../../fonts/Oswald-Medium.ttf") format("woff2"), url("../../fonts/Oswald-Medium.ttf") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* Trang Top
-----------------------------------------------------------------------------------------------------------------*/

.header-title-item {
    display: none;
}

.container,
.container-lg,
.container-md,
.container-sm {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 50px; */
}

@media screen and (min-width: 2561px) {
    .float-wrapper-item {
        width: 100% !important;
        height: 100% !important;
        top: -40% !important;
    }

    .toggle-icon {
        position: absolute;
        width: 50px;
        right: 8px;
        top: -24% !important;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 9999;
    }
}


@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .toggle-icon {
        position: absolute;
        width: 50px;
        right: 8px;
        top: -80% !important;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 9999;
    }
}

@media screen and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1140px;
    }
}

.header-top {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 50, 1), transparent);
    position: relative;
    z-index: 11;
}

.poster-home {
    width: 100%;
}

.header-top-body {
    display: flex;
    flex-direction: row;
    width: 960px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 100%;
}

.header-logo {
    height: 10px;
    display: flex;
    margin-top: 10px;
    margin-left: -100px;
    position: relative;
}

.header-logo-item {
    width: 100%;
    max-width: 110px;
    border-radius: 12px;
}

.header-menu {
    width: calc(100% - 110px);
    display: flex;
    height: 64px;
}

.header-menu-item {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: row;
}

.header-social {
    display: flex;
    width: 250px;
    flex-direction: row;
    gap: 10;
}

.header-social-item {
    gap: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-social-item a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-social-item img {
    height: 42px;
}

.header-function {
    flex-direction: row;
}

.header-function a {
    gap: 10px;
}

.header-menu-item-ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.sub-item {
    width: 33%;
    justify-content: center;
    align-items: center;
}

.sub-item-line {
    width: 5px;
}

.text-wrapper-9.active {
    color: #f2e7b6;
}

.text-wrapper-9 {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    white-space: nowrap;
    z-index: 10;
    transition: color 0.3s;
    font-family: "Playfair Display";
    font-weight: bold;
}

.text-wrapper-9-dot {
    margin-top: 10px;
}

.header-logo-item {
    transition: all 0.3s;
    opacity: 1;
    animation: logo forwards 0.6s ease-in-out;
}

.header-logo-item:hover {
    margin-top: -3px;
    filter: brightness(1.15);
    -webkit-filter: brightness(1.15);
}

.header-logo-item img {
    width: 40%;
}

.body-menu-link .button-nap {
    gap: 10px;
}

.header-menu-mobile {
    display: none;
}


/*Intro*/

.bg-intro {
    position: relative;
    width: 100%;
    /*min-height: 935px;*/
}

.bg-intro-image {
    position: relative;
    width: 100%;
    top: 65px;
    min-height: 772px;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.intro-body {
    position: relative;
    z-index: 10;
    width: 100%;
}

.bg-effect {
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 300px;
}
.bg-effect img{
    width: 100%;
    height: auto;
    top: 0px;
    display: flex;
    font-size: 0.9rem;
}

.intro-frame-video-image{
    margin-top: 30rem;
    height: 100px;
}

.bg-effect video {
    width: 100%;
    height: auto;
}

.intro-logo,
.intro-slogan,
.intro-frame-video,
.intro-nap-the {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 840px) and (max-width: 980px) {
    .intro-nap-the-image{
        margin-bottom: 95px;
    }
}


.intro-logo img {
    width: 180px;
    height: auto;
}

.intro-slogan img {
    width: 400px;
}

.intro-frame-video img {
    width: 524px;
    /*height: 288px;*/
    z-index: 1;
}

.intro-frame-video button.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-frame-video button.play-button {
    z-index: 2;
    width: 100px;
    height: 100px;
    margin-top: 18px;
    background-image: url('../images/play.png');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.videointro {
    width: 524px;
    height: 288px;
}

.intro-nap-the-root {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-menu-item-link {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.button-menu-item-detail {
    width: 50%;
    display: flex;
    gap: 10px;
}

.button-nap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 100px;
}

.button-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    padding-right: 12px;
}

.img-kht2-nap-big,
.img-kht2-code-big {
    width: 200px;
    height: 65px;
}

.button-menu-item-detail-sub {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.button-menu-item-detail-sub a img {
    width: 200px;
    height: 65px;
}

.img-kht2-toolbar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -148px;
    margin-left: -7px;
    z-index: 2;
}

.img-kht2-toolbar img {
    width: 100%;
}

.body-menu-link {
    width: 706px;
    display: flex;
    flex-direction: row;
    z-index: 2;
    position: relative;
    margin-top: 10px;
    z-index: 3;
    margin-left: -70px;
}


/*End Intro*/


/*swiper*/

.swiper-kht2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 777px;
    height: 439px; */
}

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

.mySwiper {
    padding-bottom: 70px;
}

.news-item-img .items-img-f {
    width: 100%;
    height: 100%;
}

.news-item-img .item-new-nen-f {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*end-s*/


/*News*/

.body-container-item {
    width: 100%;
    min-height: 1880px;
    background: url(../images/bg-home.jpg) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
}

.body-news-root {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
}

.header-news,
.body-news {
    width: 100%;
    display: flex;
}

.header-news {
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}

.header-title {
    width: 512px;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-title h4 {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    font-family: "Playfair Display";
}

.header-title img {
    width: 100%;
}


/*.news-images {*/
/*    display: flex;*/
/*    width: 70%;*/
/*    margin-left: -150px;*/
/*}*/

.news-haiz {
    border: 4px solid #FFF4C6;
}

.news-list-root {
    width: 100%;
    display: flex;
    flex-direction: column;
}


.news-images {
    display: flex;
    width: 60%;
}

.news-images,
.news-list {
    display: flex;
    width: 60%;
}

.news-list {
    background: url(../images/tintuc/Rectangle.png) top center no-repeat;
    background-size: 100% 100%;
    min-height: 381px;
    /*  */
    min-width: 50%;
}

.news-list-root {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-list-body {
    width: 100%;
    display: flex;
}

.news-list-header,
.news-list-bg {
    width: 100%;
    display: flex;
}

.news-list-body-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.news-list-bg img {
    width: 100%;
    height: 422px;
}

.news-list-tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
    padding: 20px 20px 20px 50px;
    margin-bottom: 6px !important;
}

.news-list-tab li {
    width: 33.33% !important;
}

.news-list-tab li a {
    width: 100%;
    padding: 15px 10px;
    color: #4D4230;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.news-list-tab li a.active,
.news-list-tab li a:hover {
    background-image: url('../images/tintuc/btn.png');
    background-size: 100% 100%;
}

.news-list-tab li a:not(.active):not(:hover) {
    color: #F2E7B6;
    padding: 15px 10px;
}


.news-list-page-tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
    padding: 20px 20px 20px 50px;
    margin-bottom: 6px !important;
}

.news-list-page-tab li {
    width: 33.33% !important;
}

.news-list-page-tab li a {
    width: 100%;
    padding: 15px 10px;
    color: #4D4230;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.news-list-page-tab li a.active,
.news-list-page-tab li a:hover {
    background-image: url('../images/tintuc/btn.png');
    background-size: 100% 100%;
}

.news-list-page-tab li a:not(.active):not(:hover) {
    color: #79745F;
}

.news-tab,
.news-tab ul,
.news-tab-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news-tab-item-data {
    width: 100%;
    display: none;
}

.news-tab-item-data.active {
    display: flex;
    flex-direction: column;
}

.news-tab ul li a {
    width: 100%;
    /* width: 50vw; */
    color: white;
    display: flex;
    justify-content: start;
    font-size: 18px;
    cursor: pointer;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 64px;
    transition: background 0.3s;
    font-weight: bold;
}

.news-tab ul li a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-tab ul li a.active,
.news-tab ul li a:hover {
    background: url(../images/tintuc/frame02.png) top center no-repeat;
    background-size: auto;
}

.news-list-data {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news-tab-item-footer a {
    /*width: 100%;*/
    color: #f2e7b6;
    display: flex;
    justify-content: start;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    padding-left: 50px;
    line-height: 64px;
}

.news-tab-item-footer{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.search-tt-home{
    width: 62%;
    margin: 15px 14px;
}


/*End News*/


/*mon-phai*/

.mon-phai-root {
    height: 805px;
    margin-bottom: 30px;
}

.mon-phai-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mon-phai-tab-pc {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mon-phai-tab {
    display: flex;
    width: 100%;
    z-index: 1;
    max-width: 1283px;
    margin: 0 auto;
    ;
}

.mon-phai-info {
    display: none;
    width: 100%;
    flex-direction: row;
}

.mon-phai-nen img {
    width: 1283px;
    margin-left: -150px;
    margin-top: 0;
}

.mon-phai-info.active {
    display: flex;
}

.mon-phai-nen {
    display: flex;
    width: 100%;
}

.mon-phai-nen {
    width: calc(100% - 650px);
}

.mon-phai-info-detail {
    width: 650px;
    margin-top: 55px;
}

.mon-phai-info-detail .text-normal {
    width: 100%;
    display: flex;
}

.mon-phai-info-des {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
    padding-bottom: 20px;
    text-align: center;
    max-width: 580px;
    color: white;
}

.mon-phai-info-des span {
    width: 100%;
}

.mon-phai-info-vu-khi {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
}

.info-vu-khi {
    color: #f2e7b6;
}

.he-phai-root {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.he-phai-text,
.he-phai-item {
    display: flex;
}

.he-phai-item-detail {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-he-phai-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    color: #f2e7b6;
}

.ten-nhan-vat {
    width: 370px;
    height: 50px;
    margin-left: -70px;
    margin-top: 15px
}

.item-img-he-phai {
    width: 121px;
    height: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.item-img-he-phai .normal {
    display: flex;
}

.item-img-he-phai .item-active {
    display: none;
}

.item-img-he-phai img {
    width: 65%;
}

.item-img-he-phai.active img {
    width: 110%;
}

.item-img-he-phai.active .item-active {
    display: flex;
}

.item-img-he-phai.active .normal {
    display: none;
}

.mon-phai-nen-detail {
    display: none;
}

.mon-phai-nen-detail.active {
    display: flex;
}

.mon-phai-info-videos {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
}

.mon-phai-info-videos .mon-phai-info-videos-item {
    width: 320px;
    margin-top: 20px;
    display: none;
    height: 200px;
    background: black;
    cursor: pointer;
}

.mon-phai-info-videos-item.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-mark {
    width: 100%;
    position: absolute;
}

.bg-mark-nen {
    width: 100%;
    margin-top: 130px;
}

.bg-rectangle-nen {
    width: 100%;
    height: 450px;
    margin-top: 100px;
}

.div-list-tab-mon-phai {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: -70px;
}

.div-list-tab-mon-phai ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 2;
    gap: 10px
}

.div-list-tab-mon-phai ul li a {
    cursor: pointer;
    width: 100%;
    display: flex;
}

.div-list-tab-mon-phai ul li a img {
    width: 168px;
    height: 68px;
}

.div-list-tab-mon-phai ul li a.active .cur {
    display: none;
    width: 168px;
    height: 68px;
}

.div-list-tab-mon-phai ul li a.active .select {
    display: flex;
    width: 168px;
    height: 68px;
}

.div-list-tab-mon-phai ul li a .select {
    display: none;
}


/*end-monphai*/

.cong-dong-game-body {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.congdonggame {
    display: flex;
    align-items: center;
}

.congdonggame a {
    margin-right: 30px;
}

.book-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bg-rectangle {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 871px;
    transform: translate(-50%, -50%);
}


/*end-congdonggamethu*/
.tinh-nang-moi-body {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tinh-nang-moi-body {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tinhnangmoi .swiper-kht3 img {
    width: 100%;
    display: block;
}

.swiper-kht3 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px 40px 40px 40px;
    overflow: hidden;
}

.swiper-kht3 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -30px;
}

.tinhnangmoi .swiper-slide {
    width: 100%;
}

.tinhnangmoi .swiper-slide-next {
    transform: translate3d(0px, 0px, -100%) rotateX(0deg) rotateY(100deg) scale(1) !important;
}

.tinhnangmoi .swiper-slide-prev {
    transform: translate3d(0px, 0px, -100%) rotateX(0deg) rotateY(100deg) scale(1) !important;
}

.tinhnangmoi .carousel-kht2 .swiper-button-next {
    background: url("../images/tinhnang/right.png") no-repeat center;
    background-size: 100% 100%;
    right: -10px;
    top: 40%;
}

.tinhnangmoi .carousel-kht2 .swiper-button-prev {
    background: url("../images/tinhnang/left.png") no-repeat center;
    background-size: 100% 100%;
    left: -10px;
    top: 40%;
}

.tinhnangmoi .carousel-kht2 .swiper-button-next:after,
.tinhnangmoi .carousel-kht2 .swiper-button-prev:after {
    font-size: 0;
    color: none;
    content: "";
}

.tinhnangmoi .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    background: url("../images/tinhnang/title-media-right-01.png") no-repeat center;
    opacity: 1;
}

.tinhnangmoi .swiper-pagination-bullet-active {
    width: 35px;
    height: 35px;
    background: url("../images/tinhnang/title-media-right-02.png") no-repeat center;
    transition: all 0.3s;
    animation: width 0.3s linear forwards;
}

.carousel-kht2 {
    max-width: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 48px;
}

.carousel-kht2 .swiper-button-next {
    width: 80px;
    height: 80px;
}

.carousel-kht2 .swiper-button-prev {
    width: 80px;
    height: 80px;
}

.swiper-kht3 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px 40px 40px 40px;
}

.swiper-kht3 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -30px;
}


/*Footer*/

.container-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_logo {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.footer_middle {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 7px;
    text-align: left;
    font-size: 14px;
}

.footer_middle .line-footer {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
}

.logotpl img {
    width: 324px;
    height: 60px;
}

.logox img {
    width: 116px;
    height: 45px;
}

.image-community {
    display: flex;
    flex-direction: row;
    width: 200px;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.footer_middle {
    width: 60%;
}


.footer_logo {
    width: 100%;
}

.header-menu-mobile-view {
    display: none;
}


/*End Footer*/


/* -----copyright------ */

footer {
    background: url(../images/footer/bg-footer.jpg) center top no-repeat;
    width: 100%;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    margin-top: -70px;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    footer {
        margin-top: 20px;
    }
}

footer .copyright {
    max-width: 1100px;
    margin: 0 auto;
    padding: 25px 10px;
    display: block;
    text-align: center;
    margin-top: -10px;
}

footer .copyright img {
    margin: 30px auto
}

.dieu-khoan {
    display: block;
    font-size: 14px;
    line-height: 23px;
    /* font-family: 'Noto sans', sans-serif; */
    color: #478AFF;
    text-decoration: none;
}

footer .copyright .text {
    display: block;
    font-size: 14px;
    line-height: 26px;
    /* font-family: 'Noto sans', sans-serif; */
    color: #ffffff;
    text-align: left;
}

footer .copyright .text-ct {
    display: block;
    font-size: 12px;
    line-height: 28px;
    /* font-family: 'Notosans', sans-serif; */
    color: #ffffff;
    text-align: left;
}

.social-footer {
    display: flex;
    width: 32px;
    height: 32px;
    gap: 10px;
}

.social-footer .img {
    display: flex;
    width: 32px;
    height: 32px;
    gap: 10px;
}

.toggle-icon {
    position: absolute;
    width: 50px;
    right: 8px;
    top: 20%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
}

/*End Footer*/

.show-mobile {
    display: none !important;
}

.show-pc {
    display: flex;
    font-size: 0.9rem;
}


/*sticky*/

#fire_bg {
    position: absolute;
    width: auto;
}

.float-wrapper-root {
    position: fixed;
    top: 50%;
    right: 10px;
    width: 225px;
    height: 525px;
    z-index: 4;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.float-wrapper-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.float-social {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.float-social .social-item {
    width: 30px;
    height: 30px;
}

.float-wrapper {
    width: 100%;
    display: flex;
    background: url("../images/title/title-main01.png") no-repeat center;
    flex-direction: column;
    align-items: center;
    height: 500px;
}

.float-content {
    width: 137px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    gap: 5px;
}

.dai-ly-pay,
.dai-ly-pay img {
    width: 135px;
    height: 135px;
}

.gift-code-pay,
.gift-code-pay img {
    width: 136px;
    height: 60px;
}

.sco-pay,
.sco-pay img {
    width: 136px;
    height: 47px;
}

.choi-game-180 {
    position: absolute;
    right: 24%;
}


/*end*/

#modalVideosTitle {
    font-size: 18px;
    color: #ffd000;
}

.new-items-f {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.mySwiper .news-item-img {
    padding: 5px 18px 20px;
    margin-top: 49px;
}

.footer_login,
.footer_phone,
.play-button,
.img-kht2-nap-big,
.img-kht2-code-big,
.appstore,
.google,
.pc,
.apk,
.swiper-kht2,
.dai-ly-pay,
.sco-pay,
.social-item,
.div-list-tab-mon-phai ul li a,
.tinhnangmoi .carousel-kht2 .swiper-button-next,
.tinhnangmoi .carousel-kht2 .swiper-button-prev,
.swiper-kht3,
.text-wrapper-9,
.home-sk-image,
.news_image-sukien,
.groups,
.facebook,
.vatpham_01,
.nhapcode_01,
.social-footer {
    transition: filter 0.3s ease;
}

.footer_login img:hover,
.footer_phone img:hover,
.play-button:hover,
.img-kht2-nap-big:hover,
.img-kht2-code-big:hover,
.appstore:hover,
.google:hover,
.pc:hover,
.apk:hover,
.swiper-kht2:hover,
.dai-ly-pay:hover,
.sco-pay:hover,
.social-item:hover,
.div-list-tab-mon-phai ul li a:hover,
.tinhnangmoi .carousel-kht2 .swiper-button-next:hover,
.tinhnangmoi .carousel-kht2 .swiper-button-prev:hover,
.swiper-kht3:hover,
.text-wrapper-9:hover,
.home-sk-image:hover,
.news_image-sukien:hover,
.groups:hover,
.facebook:hover,
.vatpham_01:hover,
.nhapcode_01:hover,
.social-footer:hover {
    filter: brightness(1.2);
}

.swiper-data {
    display: none;
}

.swiper-data.active {
    display: flex;
}

.cong-dong-game-root {
    margin-top: 100px;
}

.mon-phai-root {
    margin-top: 200px;
}

.mon-phai-info-des {
    margin-top: -40px;
    margin-left: 80px;
}

.f-root {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.f-img {
    margin-top: 55px;
}

.f-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/*render*/
/*PC*/
@media screen and (max-width: 3840px) {
    html {
        zoom: 233%;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: -800px
    }

    .footer_logo {
        margin-left: 50px
    }

    .mon-phai-info-des {
        margin-top: 40px;
        margin-left: 35px;
    }

    .div-list-tab-mon-phai {
        margin-top: -270px;
        margin-left: 280px;
    }
}

@media screen and (max-width: 2560px) {
    html {
        zoom: 150%;
    }

    .mon-phai-info-des {
        margin-top: 30px;
        margin-left: -10px;
    }

    .ten-nhan-vat {
        margin-left: -190px;
    }

    .div-list-tab-mon-phai {
        margin-top: -290px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 90%;
        margin-top: -400px
    }

    @-ms-viewport {
        width: 2560px;
    }
}

@media screen and (max-width: 1920px) {
    html {
        zoom: 115%;
    }

    .mon-phai-info-des {
        margin-top: 30px;
        margin-left: -10px;
    }

    .ten-nhan-vat {
        margin-left: -190px;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: -200px
    }

    @-ms-viewport {
        width: 1920px;
    }
}

@media screen and (max-width: 1600px) {
    html {
        zoom: 95%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: -200px
    }

    @-ms-viewport {
        width: 1600px;
    }
}

@media screen and (max-width: 1440px) {

    html {
        zoom: 85%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: -200px
    }

    @-ms-viewport {
        width: 1440px;
    }
}

@media screen and (max-width: 1368px) {

    html {
        zoom: 80%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: -200px
    }

    @-ms-viewport {
        width: 1368px;
    }
}

@media screen and (max-width: 1366px) {

    html {
        zoom: 80%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: -50px
    }


    .toggle-icon {
        position: absolute;
        width: 50px;
        right: 8px;
        top: 45%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 9999;
    }

    @-ms-viewport {
        width: 1366px;
    }
}

@media screen and (max-width: 1360px) {

    html {
        zoom: 80%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: -50px
    }

    @-ms-viewport {
        width: 1360px;
    }
}

@media screen and (max-width: 1280px) {

    html {
        zoom: 75%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: -50px
    }

    @-ms-viewport {
        width: 1280px;
    }
}

@media screen and (max-width: 1180px) {

    html {
        zoom: 70%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    .toggle-icon {
        position: absolute;
        width: 50px;
        right: 8px;
        top: 60%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 9999;
    }

    @-ms-viewport {
        width: 1180px;
    }
}

@media screen and (max-width: 1152px) {

    html {
        zoom: 69%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 1152px;
    }
}

@media screen and (max-width: 1024px) {

    html {
        zoom: 61%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 1024px;
    }
}

@media screen and (max-width: 932px) {

    html {
        zoom: 55%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 932px;
    }
}

@media screen and (max-width: 915px) {

    html {
        zoom: 54%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 915px;
    }
}

@media screen and (max-width: 912px) {

    html {
        zoom: 53%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 912px;
    }
}

@media screen and (max-width: 896px) {

    html {
        zoom: 53%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 896px;
    }
}

@media screen and (max-width: 853px) {

    html {
        zoom: 51%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 853px;
    }
}

@media screen and (max-width: 844px) {

    html {
        zoom: 51%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 844px;
    }
}

@media screen and (max-width: 820px) {

    html {
        zoom: 49%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 820px;
    }
}

@media screen and (max-width: 800px) {

    html {
        zoom: 48%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    .intro-frame-video button.play-button {
        margin-top: -40px;
    }

    .button-nap {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-top: 7px;
        margin-left: -6px;
    }

    .button-menu-item-detail {
        width: 100%;
        gap: 10px;
    }

    .img-kht2-nap-big,
    .img-kht2-code-big {
        width: 200px;
        height: 65px;
    }

    .body-menu-link {
        width: 360px;
        flex-direction: column;
        height: 315px;
        gap: 10px;
        margin-right: -90px;
    }

    .body-menu-link-image {
        height: auto !important;
        margin-bottom:30px;
    }

    .intro-frame-video-image{
        margin-top: 30rem;
        height: 100px;
    }

    .news-list-page-tab {
        padding: 16px;
    }

    @-ms-viewport {
        width: 800px;
    }

    .search-tt-home{
        width: 63%;
        margin: 15px 14px;
    }
}

@media screen and (max-width: 768px) {

    html {
        zoom: 46%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    .body-menu-link {
        width: 360px;
        flex-direction: column;
        height: 315px;
        gap: 10px;
        margin-right: -90px;
    }

    @-ms-viewport {
        width: 768px;
    }
}

@media screen and (max-width: 740px) {

    html {
        zoom: 45%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 740px;
    }
}

@media screen and (max-width: 720px) {

    html {
        zoom: 43%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 100px
    }

    @-ms-viewport {
        width: 720px;
    }
}

@media screen and (max-width: 667px) {

    html {
        zoom: 40%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 50px
    }

    @-ms-viewport {
        width: 667px;
    }
}

@media screen and (max-width: 653px) {

    html {
        zoom: 39%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 50px
    }

    @-ms-viewport {
        width: 653px;
    }
}

@media screen and (max-width: 540px) {

    html {
        zoom: 33%;
    }

    .div-list-tab-mon-phai {
        margin-top: -260px;
        margin-left: 225px;
    }

    .float-wrapper {
        zoom: 100%;
        margin-top: 50px
    }

    @-ms-viewport {
        width: 540px;
    }
}

/*render*/
/*Mobile*/

@media screen and (max-width: 480px) {

    html {
        zoom: 80%;
    }

    .search-tt-home{
        width: 75%;
        margin: 15px 14px;
    }

    .show-mobile {
        display: flex !important;
    }

    .show-pc {
        display: none !important;
    }

    .bg-effect {
        width: 100%;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 390px;
    }

    .bg-effect video {
        width: 400%;
        height: auto;
        margin-left: 1150px;
    }

    .bg-effect img{
        width: 80%;
        height: auto;
        top: 0px;
        display: flex;
        font-size: 0.9rem;
    }

    .bg-intro-image{
        top: -10px;
        height: 970px;
    }

    .intro-frame-video button.play-button {
        margin-top: -40px;
    }

    .float-wrapper-root {
        display: none;
    }

    .m-mobile-face {
        display: flex;
    }

    .m-mobile-pc {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .header-top {
        height: 0px;
        background-color: #131230;
    }

    .header-top .container {
        padding: 0px;
    }

    .header-logo-item {
        width: 100px;
        height: 100px;
        margin-left: 80px;
        position: absolute;
        z-index: 2;
    }

    .choi-game-180 {
        display: none;
    }

    .float-social {
        display: none;
    }

    .header-menu-mobile {
        display: flex;
        width: calc(100% - 110px);
        height: 62px;
        justify-content: flex-end;
        flex-direction: row;
        justify-content: center;
        margin-left: 60px;
    }

    .intro-frame-video img {
        width: 524px;
        height: 80px;
        z-index: 1;
    }
    .intro-frame-video-image{
        margin-top: 42rem;
        /*height: 100px;*/
    }

    .menu-mobile-items {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        gap: 10px;
        flex-direction: row;
        align-items: center;
        margin-right: -50px;
        margin-top: 20px;
    }

    .header-logo {
        height: 62px;
    }

    .header-menu-mobile-view {
        display: none;
        width: 100%;
        flex-direction: column;
        background: rgba(0, 0, 50, 0.8);
    }

    .header-menu-mobile-view.active {
        display: flex;
        margin-top: 8px;
    }

    .list-menu-m-item {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .m-item-support-list,
    .m-item-support-list ul,
    .m-item-support-list ul li {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 5px;
        display: flex;
    }

    .m-item-support-list ul li a {
        padding: 10px 0px;
        display: flex;
        width: 100%;
        flex-direction: column;
        font-family: "Playfair Display";
        font-weight: bold;
        cursor: pointer;
        color: #fff;
        font-size: 22px;
    }

    .m-item-support {
        padding: 10px 0px;
    }

    .liner {
        width: 100%;
        height: 1px;
        background: url('../images/Divider.png') top center no-repeat;
        background-size: 100% 100%;
    }

    .m-menu-icon-item {
        display: flex;
        width: 100%;
        cursor: pointer;
    }

    .m-menu-icon-item.active {
        display: none;
    }

    .m-menu-icon-item img {
        width: 60px;
        z-index: 99;
    }

    .body-news {
        flex-direction: column;
    }

    .body-news .news-images {
        padding: 0px;
        margin-left: 0px;
    }

    .news-list-tab {
        padding: 10px;
    }

    .news-tab ul li a,
    .news-tab-item-footer a {
        font-size: 14px;
        padding-left: 20px;
        line-height: 50px;
        /* font-family: "oswald", regular; */
    }

    .news-list-tab li a {
        font-size: 14px;
        /* font-family: "oswald", regular; */
    }

    .news_item-mb {
        display: flex;
        width: 100%;
    }

    .news-list-bg img {
        height: 310px;
    }

    .news-images,
    .news-list {
        width: 100%;
        flex-direction: column;
        padding: 0px;
    }

    .bg-rectangle-nen {
        margin-top: 650px;
    }

    .cong-dong-game-body {
        flex-direction: column;
    }

    .congdonggame a {
        zoom: 80%;
        margin-right: 1px;
    }

    .book-right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 20px;
        margin-top: 15px
    }

    .bg-mark-nen {
        width: 100%;
        height: 550px;
        margin-top: 100px;
    }

    .mon-phai-nen img {
        width: 423px;
        margin-left: -50px;
        margin-top: 330px;
    }

    .mon-phai-info-detail {
        margin-top: 65px;
        margin-left: 30px;
        font-size: 12px !important;
    }

    .ten-nhan-vat {
        margin-left: -7px;
        margin-top: -100px;
    }

    .div-list-tab-mon-phai {
        margin-top: -330px;
        margin-left: 180px;
    }

    .div-list-tab-mon-phai ul {
        gap: 1px;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    .div-list-tab-mon-phai ul li a img {
        width: 198px;
        height: 78px;
    }

    .div-list-tab-mon-phai ul li a.active .select {
        display: flex;
        width: 198px;
        height: 78px;
    }

    .tinhnangmoi .carousel-kht2 .swiper-button-prev {
        zoom: 90%;
        left: 230px;
        top: 145px;
    }

    .tinhnangmoi .carousel-kht2 .swiper-button-next {
        zoom: 90%;
        right: 220px;
        top: 145px;
    }

    footer .copyright .text,
    footer .copyright .text-ct {
        text-align: center;
    }

    .news-item-img .items-img-f {
        width: 48%;
        margin-left: 253.5px
    }

    .news-item-img .item-new-nen-f {
        left: 245px;
        width: 50%;
    }

    .mySwiper .news-item-img {
        padding: 5px 1px 11px;
        margin-top: 23px;
    }

    footer .copyright .text {
        font-size: 18px;
        margin-bottom: 35px;
    }

    footer .copyright .text-ct {
        font-size: 14px;
        /* margin-top: -5px; */
    }

    .dieu-khoan {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-community {
        /* zoom: 2; */
        width: 100%;
        justify-content: center !important;
        margin-bottom: 20px;
    }

    .text-wrapper-9 {
        font-size: 12px;
    }

    .text-wrapper-9.active {
        color: #f2e7b6;
        font-size: 12px;
    }

    @-ms-viewport {
        width: 480px;
    }
}

@media screen and (max-width: 430px) {

    html {
        zoom: 70%;
    }

    .news-item-img .items-img-f {
        width: 47.5%;
        margin-left: 256px
    }

    @-ms-viewport {
        width: 430px;
    }
}

@media screen and (max-width: 414px) {

    html {
        zoom: 65%;
    }

    .news-item-img .items-img-f {
        width: 47.5%;
        margin-left: 256px
    }

    @-ms-viewport {
        width: 414px;
    }
}

@media screen and (max-width: 412px) {

    html {
        zoom: 65%;
    }

    @-ms-viewport {
        width: 412px;
    }
}

@media screen and (max-width: 390px) {
    html {
        zoom: 65%;
    }

    @-ms-viewport {
        width: 390px;
    }
}

@media screen and (max-width: 375px) {

    html {
        zoom: 60%;
    }

    .news-item-img .items-img-f {
        width: 48%;
        margin-left: 255px
    }

    .news-list-page-tab {
        padding: 16px 8px;
    }

    @-ms-viewport {
        width: 375px;
    }
}

@media screen and (max-width: 360px) {

    html {
        zoom: 60%;
    }

    .news-item-img .items-img-f {
        width: 48%;
        margin-left: 254px
    }

    @-ms-viewport {
        width: 360px;
    }
}

@media screen and (max-width: 320px) {


    html {
        zoom: 52%;
    }

    .news-item-img .items-img-f {
        width: 47.5%;
        margin-left: 256.5px
    }

    @-ms-viewport {
        width: 320px;
    }
}

@media screen and (max-width: 280px) {

    html {
        zoom: 47%;
    }

    @-ms-viewport {
        width: 280px;
    }
}

@media only screen and (max-width: 980px) and (orientation: landscape) {
    html {
        zoom: 60%;
    }

    .float-wrapper {
        margin-top: 70px;
        zoom: 70%;
    }

    .text-wrapper-9 {
        font-size: 12px !important;
    }

    .text-wrapper-9.active {
        color: #f2e7b6;
        font-size: 12px !important;
    }

    .news-list-tab li a {
        font-size: 0.45rem !important;
    }

    .news-tab-item-footer a {
        font-size: 0.45rem !important;
    }

    .news-tab ul li a span {
        font-size: 0.6rem !important;
    }

    .news_item__title {
        padding: 0px 16px !important;
    }

    .show-mobile {
        font-size: 12px !important;
    }

    .show-pc {
        font-size: 0.6rem !important;
    }

    .mon-phai-info-des {
        max-width: 3000px !important;
        margin-top: 18px !important;
    }

    .div-list-tab-mon-phai {
        margin-top: -150px !important
    }

    footer .copyright .text-ct {
        font-size: 14px !important;
    }

    .swiper-kht2 {
        width: 100%;
        height: 100%;
        overflow: hidden !important;
    }

    .swiper-data.active {
        overflow: hidden !important;
        position: relative !important
    }

    .news-list {
        min-width: 40% !important;
    }

    .social-footer img {
        height: 32px !important;
        margin: 0px 16px !important;
    }

    .social-item img {
        height: 32px !important;
    }

    .header-logo {
        margin-left: 0px !important;
    }

    .body-container-item {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .intro-logo,
    .intro-slogan,
    .intro-frame-video,
    .intro-nap-the {
        zoom: 72%;
    }
}


.bg-intro-image .button-event{
    -webkit-animation: glow 1s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    animation: glow 0.5s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    animation-name: brightness, glow-yellow;
}


.banner_container_item .button_absolute .image_button {
    width: 100%;

    -webkit-animation: glow 1s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    animation: glow 0.5s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    animation-name: brightness, glow-yellow;
  }

  .glow-yellow {
    -webkit-animation: glow 1s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    animation: glow 0.5s ease-in-out infinite alternate, glow 0.5s ease-in-out infinite alternate;
    animation-name: glow-yellow, brightness;
  }

  @keyframes glow-yellow {
    from {
      filter: drop-shadow(0 0 2px #ffee5b) drop-shadow(0 0 10px #fcf084) drop-shadow(0 0 20px #fcf084) drop-shadow(0 0 30px #fcf084);
    }

    to {
      filter: drop-shadow(0 0 10px #ffee5b) drop-shadow(0 0 20px #fcf084) drop-shadow(0 0 30px #fcf084) drop-shadow(0 0 40px #fcf084);
    }
  }

  @keyframes brightness {
    from {
      filter: brightness(1);
    }

    to {
      filter: brightness(1.75);
    }
  }
