html,
body {
  width: 100%;
  font-size: 1rem;
  background-color: #010000;
  font-family: "Noto Sans", regular;
  /*color: #f7f7f7;*/
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

@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: "FZGameLSFull";
  src: local("FzGamesLS Full"),
    url("../fonts/FzGamesLS%20Full.ttf") format("truetype");
}

@font-face {
  font-family: "OswaldRegular";
  src: local("OswaldRegular"),
    url("../../fonts/Oswald-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "LatoBold";
  src: local("Lato Bold"), url("../fonts/Lato%20Bold.ttf") format("truetype");
}

@font-face {
  font-family: "LatoRegular";
  src: local("Lato Regular"),
    url("../fonts/Lato%20Regular.ttf") format("truetype");
}

@font-face {
  font-family: "InterRegular";
  src: local("Inter-Regular"),
    url("../fonts/Inter-Regular.otf") format("truetype");
}

/* 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;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px;
  }
}

.header-top {
  width: 100%;
  height: 64px;
  background-color: #18222a;
  position: relative;
  z-index: 3;
}

.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 {
  width: 75px;
  height: 75px;
  display: flex;
  margin-top: 10px;
  position: relative;
}

.header-logo-item {
  width: 100%;
}

.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: 10px;
  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;
  margin-top: -10px;
}

.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 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.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;
}

.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 {
  margin-left: -3px;
  gap: 6px;
}

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

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

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

/*Intro*/
.bg-intro {
  width: 100%;
  background: url("../images/bg-nen.png") top center no-repeat;
  background-size: 100% 100%;
  min-height: 687px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.intro-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro-logo,
.intro-slogan,
.intro-10phai,
.intro-nap-the {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.intro-logo img {
  width: 100px;
  margin-bottom: -25px;
  z-index: 1;
}

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

.intro-10phai img {
  width: 100%;
}

.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;
}

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

.button-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 335px;
  padding-right: 5px;
  gap: 6px;
}

.img-kht2-nap-big,
.img-kht2-code-big {
  width: 200px !important;
  margin-left: 2px;
}

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

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

.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 {
  height: 160px;
  width: 82%;
  margin-top: 6px;
}

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

/*End Intro*/

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid white;
}

.swiper-pagination {
  position: relative;
  z-index: 1;
  margin-top: -18px;
  display: flex;
  left: 15px !important;
}

/*end-s*/

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

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

.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,
.news-list {
  display: flex;
  width: 50%;
}

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

.news-list {
  background: url(../images/Rectangle.png) top center no-repeat;
  background-size: 100% 104%;
  min-height: 409px;
}

.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;
}

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

.news-list-tab li a {
  width: 100%;
  padding: 15px 10px;
  /*color: #79745F;*/
  /*color: #f2e7b6;*/
  color: #294a56;
  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: #294a56;
  color: #f2e7b6;
}

.news-list-tab.home li a {
  width: 100%;
  padding: 15px 10px;
  /*color: #79745F;*/
  color: #f2e7b6;
  /*color: #294a56;*/
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.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%;
  color: white;
  display: flex;
  justify-content: start;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  padding-left: 50px;
  line-height: 64px;
  padding-right: 50px;
  transition: background 0.3s;
}

.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/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;
}

/*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;
}

.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;
  color: #f7f7f7;
}

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

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

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

.mon-phai-info-vu-khi span {
  color: #f7f7f7;
}

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

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

.he-phai-text {
  color: #f7f7f7;
}

.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;
}

.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%;
}

.div-list-tab-mon-phai {
  width: 100%;
  display: flex;
  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: 80px;
  height: 80px;
}

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

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

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

/*end-monphai*/

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

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

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

.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.swiper-3d .swiper-kht3-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  filter: blur(38px);
}

.tinhnangmoi .swiper-3d .swiper-kht3-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  filter: blur(38px);
}

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

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

.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 {
  width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
}

.carousel-kht2 .swiper-button-next {
  right: 65px;
  width: 80px;
  height: 80px;
  top: 160px;
}

.carousel-kht2 .swiper-button-prev {
  left: 65px;
  width: 80px;
  height: 80px;
  top: 160px;
}

.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;
}

/*Footer*/
/* -----copyright------ */
.footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00181e;
  padding: 50px 0px;
}

.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;
  color: white;
  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%;
}

.image-community {
  width: 40%;
}

.footer_logo {
  width: 100%;
}

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

/*End Footer*/
/*sticky*/
#fire_bg {
  position: absolute;
  width: auto;
}

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

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

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

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

.float-wrapper {
  width: 100%;
  display: flex;
  background: url("../images/title-main.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: 70px;
  gap: 4px;
}

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

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

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

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

/*end*/
.dieu-khoan {
  color: #478aff;
}

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

/*Render 4K*/
@media screen and (max-width: 3840px) {
  html {
    zoom: 230%;
  }

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

  .footer_logo {
    margin-left: 50px;
  }

  .body-menu-link {
    margin-top: 20px;
  }

  .header-menu {
    zoom: 90%;
    margin-top: 10px;
  }

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

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

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

  .body-menu-link {
    margin-top: 70px;
  }

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

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

  .float-wrapper {
    zoom: 90%;
  }

  .footer_logo {
    margin-left: 50px;
  }

  .body-menu-link {
    margin-top: 50px;
  }

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

@media screen and (max-width: 1600px) {
  .bg-video {
    top: 50px;
  }

  .body-menu-link {
    margin-top: 10px;
  }

  .float-wrapper {
    zoom: 80%;
  }

  .body-news {
    width: 90%;
  }
}

@media screen and (max-width: 1440px) {
  .body-menu-link {
    margin-top: -50px;
  }

  .body-news {
    width: 80%;
  }

  .news-list-tab.home li a {
    font-size: 16px;
  }

  .float-wrapper {
    margin-top: -120px;
  }
}

@media screen and (max-width: 1368px) {
  .mon-phai-info-detail {
    margin-left: -50px;
    width: 500px;
    margin-top: 40px;
  }

  .bg-video {
    top: 70px;
  }

  .body-menu-link {
    margin-top: -80px;
  }

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

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

  .bg-mark {
    margin-top: 5px;
  }

  .mon-phai-tab-pc {
    width: 1366px;
  }

  .div-list-tab-mon-phai {
    margin-top: 0;
    margin-left: -100px;
  }

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

  .mon-phai-info {
    font-size: 12px;
  }

  .item-img-he-phai {
    width: 91px;
    height: 91px;
  }

  .mon-phai-info-videos .mon-phai-info-videos-item {
    width: 60%;
    min-height: 50%;
    height: 150px;
  }

  .mon-phai-nen img {
    width: 936px;
    margin-left: -50px;
  }

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

  .div-list-tab-mon-phai ul li a.active .select {
    width: 80px;
    height: 80px;
  }

  .div-list-tab-mon-phai ul {
    margin-top: -50px;
  }

  .mon-phai-root {
    margin-bottom: 0px;
    height: 640px;
  }

  .float-wrapper-root {
    right: 0px;
    width: 192px;
  }

  .news-list-tab {
    width: 100%;
    padding: 10px 10px 10px 20px;
  }

  .news-tab ul li a {
    padding-left: 20px;
  }

  .body-news-root {
    padding-top: 140px;
  }

  .intro-nap-the-root {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .bg-video {
    top: 60px;
  }

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

  .body-menu-link {
    margin-top: -120px;
  }

  .float-wrapper {
    zoom: 70%;
  }

  .mon-phai-nen img {
    margin-left: -50px;
  }
}

@media screen and (max-width: 1180px) {
  .bg-video {
    top: 60px;
  }

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

  .body-menu-link {
    margin-top: -150px;
  }

  .choi-game-180 {
    right: 25%;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -100px;
  }

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

@media screen and (max-width: 1024px) {
  .header-menu {
    zoom: 80%;
    margin-top: 10px;
  }

  .intro-logo img {
    width: 60px;
  }

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

  .img-kht2-toolbar img {
    width: 90%;
    margin-top: 40px;
    margin-left: 6px;
    height: 120px;
  }

  .img-kht2-nap-big,
  .img-kht2-code-big {
    margin-left: 10px;
  }

  .mon-phai-tab-pc {
    width: 950px;
  }

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

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

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

  .img-kht2-nap-big,
  .img-kht2-code-big {
    width: 162px !important;
    height: 94px;
  }

  .intro-nap-the-root {
    width: 535px;
  }

  .body-menu-link {
    width: 455px;
  }

  .intro-10phai img {
    width: 85%;
  }

  .body-news {
    width: 100%;
  }

  .body-news-root {
    padding-top: 155px;
  }

  .header-title {
    width: 360px;
    height: auto;
  }

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

  .news-list-tab li {
    /*width: auto;*/
  }

  .bg-mark {
    margin-top: 47px;
  }

  .div-list-tab-mon-phai {
    margin-top: 20px;
    margin-left: 60px;
  }

  .news-list-tab li a {
    padding: 7px 5px;
    font-size: 16px;
  }

  .news-tab ul li a {
    font-size: 14px;
    padding-left: 15px;
    line-height: 48px;
  }

  .news-tab-item-footer a {
    font-size: 16px;
    padding-left: 15px;
    line-height: 48px;
  }

  .swiper-kht2 {
    max-height: 410px;
  }

  .news-list {
    /*min-height: inherit;*/
    padding-bottom: 16px;
  }

  .header-menu-item {
    width: calc(100% - 315px);
  }

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

  .item-img-he-phai {
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
  }

  .mon-phai-info-videos .mon-phai-info-videos-item {
    width: 50%;
    min-height: 50%;
    height: 125px;
  }

  .mon-phai-nen img {
    width: 777px;
  }

  .mon-phai-info-videos {
    justify-content: left;
  }

  .mon-phai-info-detail {
    width: 500px;
    margin-top: 26px;
  }

  .mon-phai-root {
    margin-bottom: 0px;
    height: 510px;
  }

  .body-container-item {
    min-height: 1700px;
  }

  .bg-video {
    top: 65px;
  }

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

  .body-menu-link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 932px) {
  .body-menu-link {
    margin-top: -10px;
  }

  .mon-phai-info-des {
    max-width: 430px;
  }

  .bg-mark {
    margin-top: 85px;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -150px;
  }

  .body-news-root {
    padding-top: 100px;
  }
}

@media screen and (max-width: 896px) {
  .body-menu-link {
    margin-top: -15px;
  }

  .mon-phai-info-des {
    max-width: 420px;
  }

  .carousel-kht2 .swiper-button-next {
    right: 105px;
    width: 60px;
    height: 60px;
    top: 160px;
  }

  .carousel-kht2 .swiper-button-prev {
    left: 105px;
    width: 60px;
    height: 60px;
    top: 160px;
  }
}

@media screen and (max-width: 820px) {
  .body-container-item {
    margin-top: -400px;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -195px;
  }

  .mon-phai-nen img {
    margin-top: -30px;
  }

  .mon-phai-info-detail {
    margin-top: 0;
  }

  .mon-phai-info-des {
    max-width: 390px;
    margin-top: -10px;
  }

  .header-menu {
    zoom: 80%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 812px) {
  .bg-video {
    top: 65px;
  }

  .body-menu-link {
    margin-top: -25px;
  }

  .choi-game-180 {
    right: 10%;
  }

  .mon-phai-info-des {
    max-width: 345px;
    font-size: 10px;
  }

  .mon-phai-info-detail {
    margin-top: 10px;
  }
}

@media (max-width: 800px) {
  .button-menu-item-detail-sub a img {
    width: 160px !important;
    height: 60px;
  }

  .tinhnangmoi .swiper-slide {
    width: 85%;
    height: 70%;
  }

  .div-list-tab-mon-phai {
    margin-top: 0px;
  }

  .choi-game-180 {
    position: absolute;
    right: 10px;
    width: 100px !important;
  }

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

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

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

  .float-wrapper {
    display: none;
  }

  .logo-intro img {
    width: 75px;
    margin-top: -10px;
  }

  .header-top {
    height: 62px;
  }

  .header-logo-item {
    width: 64px;
    height: 64px;
    margin-left: 16px;
    margin-top: 10px;
    position: absolute;
    z-index: 2;
  }

  .header-menu {
    display: none;
  }

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

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

  .header-logo {
    height: 62px;
  }

  .header-menu-mobile-view {
    display: none;
    width: 100%;
    flex-direction: column;
    background: #0d0d0dba;
    position: relative;
    margin-top: -10px;
  }

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

  .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;
    color: white;
  }

  .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: white;
  }

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

  .liner {
    width: 60%;
    height: 1px;
    border-bottom: 1px solid #626262;
  }

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

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

  .m-menu-icon-item img {
    width: 40px;
  }

  .img-kht2-toolbar img {
    width: 362px !important;
    margin-top: -82px !important;
    margin-left: 8px !important;
    height: 217px !important;
  }

  .body-menu-link .button-nap {
    margin-left: -8px;
    gap: 1px;
  }

  .body-menu-link {
    margin-left: 0;
  }

  .button-menu-item-detail-sub {
    width: auto;
    gap: 11px;
  }

  .header-top-body {
    max-width: 100%;
  }

  .bg-intro {
    min-height: inherit;
  }

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

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

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

  .float-wrapper {
    display: none;
  }

  .logo-intro img {
    width: 75px;
    margin-top: -10px;
  }

  .header-top {
    height: 62px;
  }

  .header-logo-item {
    width: 64px;
    height: 64px;
    margin-left: 16px;
    margin-top: 10px;
    position: absolute;
    z-index: 2;
  }

  .header-menu {
    display: none;
  }

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

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

  .header-logo {
    height: 62px;
  }

  .header-menu-mobile-view {
    display: none;
    width: 100%;
    flex-direction: column;
    background: #0d0d0dba;
    position: relative;
  }

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

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

  .btn-wrappers {
    margin-top: 300px;
    margin-bottom: 140px;
  }

  .img-kht2-toolbar {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .body-menu-link {
    width: 360px;
    flex-direction: column;
    height: 227px;
    gap: 5px;
  }

  .header-news {
    padding: 0px 20px;
    margin: 20px 0px;
  }

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

  .swiper-slide img {
    /*height: 245px;*/
    height: 100%;
  }

  .swiper-kht2 {
    /*height: 250px;*/
  }

  .body-news {
    flex-direction: column;
    height: 600px;
  }

  .news-images {
    /*padding: 0px 10px;*/
    padding: 0;
  }

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

  .news-tab ul li a,
  .news-tab-item-footer a {
    font-size: 13px;
    padding-left: 20px;
    line-height: 50px;
  }

  .news-list-tab li a {
    font-size: 14px;
  }

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

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

  .carousel-kht2 {
    width: 100%;
    padding: 20px;
  }

  /*.swiper-kht3 .swiper-pagination {
      display: none;
    }*/
  .body-home {
    min-height: 1000px;
  }

  .footer {
    display: flex;
    width: 100%;
    padding: 30px 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }

  .list-mon-phai-mb {
    display: flex;
    width: 100%;
    padding: 0px 30px;
  }

  .list-mon-phai-mb {
    justify-content: center;
    flex-direction: row;
    position: relative;
    margin-top: 50px;
    z-index: 1;
  }

  .list-mon-phai-mb li {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .icon-monphai-mb li a {
    width: 58px;
    height: 59px;
  }

  .mon-phai-root {
    height: 575px;
  }

  .mon-phai-detail {
    height: 494px;
  }

  .mon-phai-info-detail {
    position: absolute;
    width: 100%;
    display: flex;
    left: 150px;
    flex-direction: column;
    top: inherit;
    align-items: start;
    gap: 5px;
    font-size: 11px;
    max-width: calc(100% - 160px);
  }

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

  .mon-phai-info-des {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
    padding-bottom: 10px;
    text-align: left;
  }

  .mon-phai-nen img {
    margin-left: 0;
    width: 788px;
  }

  .he-phai-text {
    display: none;
  }

  .item-img-he-phai {
    width: 50px;
    height: 50px;
    background-size: 50%;
  }

  .item-img-he-phai.active,
  .item-img-he-phai:hover {
    background-size: 100%;
  }

  .bg-mark {
    padding-top: 25px;
  }

  .mon-phai-info-videos-item {
    width: calc(100% - 10px);
    height: auto;
  }

  .mon-phai-root {
    margin-bottom: 0px;
  }

  .news-root {
    margin-top: 600px;
  }

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

  .img-kht2-nap-big,
  .img-kht2-code-big {
    width: 160px;
    height: 128px;
  }

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

  .body-container-item {
    /*margin-top: -312px;*/
    margin-top: -285px;
    min-height: 1600px;
    padding-bottom: 0px;
  }

  .body-news-root {
    padding-top: 288px;
  }

  /*news-list {
      min-height: inherit;
    }*/
  .body-intro-data {
    margin-top: 55px;
  }

  .header-top-body {
    width: 100%;
  }

  .carousel-kht2 .swiper-button-next {
    right: 0px;
    width: 80px;
    height: 80px;
    top: 135px;
  }

  .carousel-kht2 .swiper-button-prev {
    left: 0px;
    width: 80px;
    height: 80px;
    top: 135px;
  }

  .mon-phai-info-detail {
    margin-top: 42px;
    margin-left: 230px;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -170px;
  }

  .mon-phai-info-videos .mon-phai-info-videos-item {
    width: 210px;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
    height: 125px;
    min-height: 50%;
  }

  .div-list-tab-mon-phai ul {
    gap: 5px;
    padding: 20px;
  }

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

  .div-list-tab-mon-phai ul li a.active .select {
    width: 60px;
    height: 60px;
  }

  .mon-phai-nen img {
    margin-top: 0;
  }

  .bg-mark-nen {
    margin-top: 156px;
  }

  .logox img {
    display: none;
  }

  .footer_middle {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: start;
    align-items: flex-start;
    text-align: center;
  }

  .footer_middle .line-footer {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

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

  .container-footer {
    flex-direction: column;
    gap: 15px;
  }
}

.swiper-data {
  display: none;
}

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

/*End*/
/*Render Mobile Ngang*/
@media screen and (max-width: 768px) {
  html {
    zoom: 100%;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -150px;
  }

  .mon-phai-nen img {
    margin-left: 0;
    width: 550px;
  }

  .mon-phai-info-detail {
    margin-top: 20px;
    margin-left: 120px;
  }

  .div-list-tab-mon-phai ul {
    padding-top: 70px;
  }

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

  .bg-mark {
    margin-top: -10px;
  }
}

@media screen and (max-width: 740px) {
  .div-list-tab-mon-phai ul {
    margin-left: -165px;
  }

  .mon-phai-info-detail {
    margin-top: 40px;
    margin-left: 240px;
  }

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

  .div-list-tab-mon-phai ul {
    padding: 25px;
  }

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

  .bg-mark {
    padding-top: 125px;
  }
}

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

  .mon-phai-nen img {
    margin-top: 0;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -155px;
  }
}

@media screen and (max-width: 667px) {
  .div-list-tab-mon-phai ul {
    margin-left: -185px;
    margin-top: 0;
  }

  .mon-phai-nen img {
    /*margin-left: -50px;*/
    margin-top: -10px;
    width: 620px;
  }

  .mon-phai-info-detail {
    margin-top: 16px;
    margin-left: 100px;
  }

  .body-menu-link {
    margin-top: 30px;
  }

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

  .bg-mark {
    margin-top: 30px;
    padding-top: 0;
  }

  .carousel-kht2 .swiper-button-next {
    right: 0px;
    width: 60px;
    height: 60px;
    top: 120px;
  }

  .carousel-kht2 .swiper-button-prev {
    left: 0px;
    width: 60px;
    height: 60px;
    top: 120px;
  }
}

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

  .bg-mark {
    margin-top: -80px;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -230px;
  }
}

/*Render Mobile Dọc*/
@media screen and (max-width: 480px) {
  html {
    zoom: 75%;
  }

  .bg-mark {
    margin-top: -105px;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -215px;
  }

  /*.footer_middle .line-footer {
      font-size: 20px;
    }
      .dieu-khoan {
      font-size: 26px;
    }*/
  .logotpl img {
    width: 424px;
    height: 80px;
  }
}

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

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

  .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%;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -233px;
  }

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

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

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

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

  @-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: 344px) {
  html {
    zoom: 55%;
  }

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

@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%;
  }

  .div-list-tab-mon-phai ul {
    margin-left: -235px;
  }

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

/*Hoover*/
.header-function,
.img-kht2-nap-big,
.appstore,
.google,
.pc,
.apk,
.news-images,
.gift-code-pay,
.sco-pay,
.social-item,
.he-phai-item-detail,
.div-list-tab-mon-phai ul li a img,
.swiper-3d,
.logotpl,
.footer_linkx {
  transition: filter 0.3s ease;
}

/**/
.header-function:hover,
.img-kht2-nap-big:hover,
.appstore:hover,
.google:hover,
.pc:hover,
.apk:hover,
.news-images:hover,
.gift-code-pay:hover,
.sco-pay:hover,
.social-item:hover,
.he-phai-item-detail:hover,
.div-list-tab-mon-phai ul li a img:hover,
.swiper-3d:hover,
.logotpl:hover,
.footer_linkx:hover {
  filter: brightness(1.2);
}

.footer_linkx img,
.footer_login img,
.footer_phone img,
.footer_login img {
  max-width: 43px;
}

/*End*/

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

.bg-intro-image {
  position: relative;
}

.bg-intro-image .intro-body {
  position: absolute;
  bottom: 0;
}

.bg-intro-image .intro-body .event-container {
  margin-bottom: 50px;
}

.bg-intro-image .intro-body .event-container .button-event {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 50%;
}

.bg-intro-image .intro-body .event-container .button-event .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;
}

.bg-intro-image .intro-body .body-menu-link {
  margin-top: unset;
}

.bg-intro-image + .body-container-item {
  margin-top: -100px !important;
}

@media (max-width: 768px) {
  .bg-intro-image .bg-image-pc {
    display: none;
  }

  .bg-intro-image .bg-image-mb {
    display: block;
  }

  .bg-intro-image .intro-body .event-container .button-event {
    max-width: 60%;
  }

  .bg-intro-image .intro-body .event-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .bg-intro-image .bg-image-pc {
    display: block;
  }

  .bg-intro-image .bg-image-mb {
    display: none;
  }
}

.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);
  }
}
