@charset "UTF-8";
.tqht_mansite_intro {
  margin-top: -1px;
}
@media (orientation:landscape) {
  .tqht_mansite_intro,
  .tqht_mansite_intro .section__background,
  .tqht_mansite_intro .section__content,
  .tqht_mansite_intro .inner {
    height: 1000px;
  }
}
@media (orientation:portrait) {
  .tqht_mansite_intro,
  .tqht_mansite_intro .section__background,
  .tqht_mansite_intro .section__content,
  .tqht_mansite_intro .inner {
    height: 1300px;
  }
}
.tqht_mansite_intro .btn_khampha {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.tqht_mansite_intro .btn_khampha span {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/intro/_sprites.png);
  background-position: 0px -145px;
  width: 155px;
  height: 155px;
  animation: blinkblink 0.6s linear alternate infinite;
}
@keyframes blinkblink {
  0% {
    transform: scale3d(1, 1, 1);
    filter: brightness(1);
  }
  40% {
    transform: scale3d(1.05, 1.05, 1);
    filter: brightness(1.1);
  }
  100% {
    transform: scale3d(1.2, 1.2, 1.2);
    filter: brightness(1.2);
  }
}

@media (orientation:portrait) {
  .intro {
    display: none;
  }
}
@media (orientation:landscape) {
  /* Đảm bảo section có chiều cao đầy đủ */
  .wrapper {
    overflow-y: hidden !important;
  }
  .contentMain {
    opacity: 0;
    visibility: hidden;
    position: relative;
  }
  .contentMain.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 3s ease-out;
  }
  .intro {
    opacity: 1;
    visibility: visible;
    transition: opacity 3s ease-out;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .intro.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .floating {
    display: none;
    visibility: hidden;
    transition: opacity 3s ease-out, visibility 0s linear 3s;
  }
  .floating.active {
    display: block;
    visibility: visible;
    transition: opacity 3s ease-out;
  }
  /* Cấu hình các mây */
  .cloud img {
    position: absolute;
    top: 0%;
    opacity: 1 !important;
    max-width: 100%;
    /* Để tạo hiệu ứng mây mờ dần */
    pointer-events: none;
    scale: 2;
  }
  /* Mây chạy từ trái qua phải */
  .cloud-left.animate-left img {
    animation: cldLeft 2.5s linear forwards;
    animation-delay: 0s;
    /* Không delay, bắt đầu ngay */
  }
  /* Mây chạy từ phải qua trái */
  .cloud-right.animate-right img {
    animation: cldRight 2.5s linear forwards;
    animation-delay: 0s;
    /* Không delay, bắt đầu ngay */
  }
  .cloud-left.animate-left {
    opacity: 1 !important;
  }
  .cloud-right.animate-right {
    opacity: 1 !important;
  }
  /* Đảm bảo mây phủ kín chiều cao của section */
  .cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 5;
    /* Ban đầu ẩn mây */
  }
  @keyframes cldLeft {
    0% {
      transform: translateX(-100%);
      /* Bắt đầu từ ngoài màn hình bên trái */
      opacity: 1;
    }
    50% {
      transform: translateX(0);
      /* Dừng lại ở giữa màn hình */
    }
    100% {
      transform: translateX(100%);
      /* Tiếp tục đi ra ngoài phía bên phải */
      opacity: 0;
      /* Mây mờ dần */
    }
  }
  /* Mây từ phải qua trái (bắt đầu từ ngoài vào) */
  @keyframes cldRight {
    0% {
      transform: translateX(100%);
      /* Bắt đầu từ ngoài màn hình bên phải */
      opacity: 1;
    }
    50% {
      transform: translateX(0);
      /* Dừng lại ở giữa màn hình */
    }
    100% {
      transform: translateX(-100%);
      /* Tiếp tục đi ra ngoài phía bên trái */
      opacity: 0;
      /* Mây mờ dần */
    }
  }
}
.tqht_mansite_header {
  margin-top: -1px;
}
@media (orientation:landscape) {
  .tqht_mansite_header {
    display: none !important;
  }
  .tqht_mansite_header.active {
    display: block !important;
  }
  .tqht_mansite_header,
  .tqht_mansite_header .section__background,
  .tqht_mansite_header .section__content,
  .tqht_mansite_header .inner {
    height: 1000px;
  }
}
@media (orientation:portrait) {
  .tqht_mansite_header,
  .tqht_mansite_header .section__background,
  .tqht_mansite_header .section__content,
  .tqht_mansite_header .inner {
    height: 1300px;
  }
}
.tqht_mansite_header .inner .bg_opacity {
  position: absolute;
  z-index: 1;
  left: 0;
}
.tqht_mansite_header .inner .trailer {
  position: absolute;
  top: 332px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tqht_mansite_header .inner .trailer a {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: 0px -239px;
  width: 115px;
  height: 116px;
  animation: blinkblink 1.2s linear alternate infinite;
}
@media (orientation:portrait) {
  .tqht_mansite_header .inner .trailer {
    top: 400px;
  }
}
@keyframes blinkblink {
  0% {
    transform: scale3d(1, 1, 1);
    filter: brightness(1);
  }
  40% {
    transform: scale3d(1.05, 1.05, 1);
    filter: brightness(1.1);
  }
  100% {
    transform: scale3d(1.2, 1.2, 1.2);
    filter: brightness(1.2);
  }
}
.tqht_mansite_header .inner .logo {
  background-image: url(../prod/tqht_mansite/header/images/logo.png);
  background-size: 100%;
  width: 371px;
  height: 187px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
.tqht_mansite_header .inner .logo:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
@media (orientation:portrait) {
  .tqht_mansite_header .inner .logo {
    left: calc(50% - 160px);
  }
}
.tqht_mansite_header .inner .scroll {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tqht_mansite_header .inner .scroll .btn__scroll {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: 0px 0px;
  width: 233px;
  height: 143px;
  animation: slideInDown 2s linear infinite;
}
.tqht_mansite_header .inner .appinfo {
  position: absolute;
  bottom: 5.3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media (orientation:portrait) {
  .tqht_mansite_header .inner .appinfo {
    bottom: 75px;
  }
}
.tqht_mansite_header .inner .appinfo div {
  justify-content: center;
  align-items: center;
}
.tqht_mansite_header .inner .appinfo__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 72px 32px 22px 21px;
}
.tqht_mansite_header .inner .appinfo__content .content__flex {
  display: flex;
  gap: 8px;
}
.tqht_mansite_header .inner .appinfo__content .content__flex .group_flex {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 5px;
}
.tqht_mansite_header .inner .appinfo__item--downappstore {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: -204px -189px;
  width: 148px;
  height: 42px;
}
.tqht_mansite_header .inner .appinfo__item--downappstore:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_header .inner .appinfo__item--downggplay {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: -117px -239px;
  width: 148px;
  height: 42px;
}
.tqht_mansite_header .inner .appinfo__item--downggplay:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_header .inner .appinfo__item--downapk {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: -204px -145px;
  width: 148px;
  height: 42px;
}
.tqht_mansite_header .inner .appinfo__item--downapk:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_header .inner .appinfo__item--downldp {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: -378px -143px;
  width: 69px;
  height: 141px;
}
.tqht_mansite_header .inner .appinfo__item--downldp:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_header .inner .appinfo__item--topup {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: -449px 0px;
  width: 69px;
  height: 141px;
}
.tqht_mansite_header .inner .appinfo__item--topup:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_header .inner .appinfo__item--code {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: -378px 0px;
  width: 69px;
  height: 141px;
}
.tqht_mansite_header .inner .appinfo__item--code:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_header .inner .appinfo__item--qr {
  display: flex;
  justify-content: center;
  position: relative;
}
.tqht_mansite_header .inner .appinfo__item--qr::after {
  content: "";
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/header/_sprites.png);
  background-position: -117px -283px;
  width: 120px;
  height: 5px;
  position: absolute;
  top: 5px;
  animation: barcode2 4s linear infinite;
}
.tqht_mansite_news_event {
  margin-top: -2px;
}
@media (orientation:landscape) {
  .tqht_mansite_news_event {
    display: none !important;
  }
  .tqht_mansite_news_event.active {
    display: block !important;
  }
  .tqht_mansite_news_event,
  .tqht_mansite_news_event .section__background,
  .tqht_mansite_news_event .section__content,
  .tqht_mansite_news_event .inner {
    height: 1000px;
  }
}
@media (orientation:portrait) {
  .tqht_mansite_news_event,
  .tqht_mansite_news_event .section__background,
  .tqht_mansite_news_event .section__content,
  .tqht_mansite_news_event .inner {
    height: 1553px;
  }
}
.tqht_mansite_news_event .inner {
  padding: 75px 310px 0 400px;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner {
    padding: 60px 10px 0;
  }
}
.tqht_mansite_news_event .inner .content_newsBanner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 90px;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .content_newsBanner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 108px;
    padding-top: 40px;
  }
}
.tqht_mansite_news_event .inner .banner {
  margin-bottom: 35px;
  animation: slideInUp 0.8s 0s both;
  z-index: 3;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .banner {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
}
.tqht_mansite_news_event .inner .banner_list {
  width: 609px;
  height: 430px;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .banner_list {
    scale: 1.15;
    transform-origin: top center;
    height: 445px;
  }
}
.tqht_mansite_news_event .inner .banner_fraction {
  width: 550px;
  height: 100px;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .banner_fraction {
    width: 768px;
  }
}
.tqht_mansite_news_event .inner .banner_item {
  position: relative;
  width: 609px;
  height: 396px;
}
.tqht_mansite_news_event .inner .banner_item:after {
  content: "";
  background: url(../prod/tqht_mansite/news_event/images/khung.png);
  width: 609px;
  height: 396px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 0;
}
.tqht_mansite_news_event .inner .banner_item a,
.tqht_mansite_news_event .inner .banner_item img {
  display: block;
  width: 580px;
  height: 369px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 49.5%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tqht_mansite_news_event .inner .banner .swiper-fraction {
  position: absolute;
  font-size: 0;
  width: 200px;
  left: 20px;
  bottom: 10px;
  z-index: 5;
}
.tqht_mansite_news_event .inner .banner .swiper-fraction .swiper-pagination-current {
  position: relative;
  color: #e0f5fd;
  font-size: 72px;
  font-weight: var(--fontweight-medium);
  padding-right: 20px;
  text-shadow: 2px 0 0 rgba(54, 74, 140, 0.4), -2px 0 0 rgba(54, 74, 140, 0.4), 0 2px 0 rgba(54, 74, 140, 0.4), 0 -2px 0 rgba(54, 74, 140, 0.4), 2px 2px 0 rgba(54, 74, 140, 0.4), -2px -2px 0 rgba(54, 74, 140, 0.4), -2px 2px 0 rgba(54, 74, 140, 0.4), 2px -2px 0 rgba(54, 74, 140, 0.4), 1px 1px 0 rgba(54, 74, 140, 0.4), -1px -1px 0 rgba(54, 74, 140, 0.4), 1px -1px 0 rgba(54, 74, 140, 0.4), -1px 1px 0 rgba(54, 74, 140, 0.4);
}
.tqht_mansite_news_event .inner .banner .swiper-fraction .swiper-pagination-current:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #98aee3;
  display: block;
  transform: rotate(20deg);
  position: absolute;
  right: 5px;
  bottom: 0px;
}
.tqht_mansite_news_event .inner .banner .swiper-fraction .swiper-pagination-total {
  color: #abd4e3;
  font-size: 32px;
  font-weight: var(--fontweight-medium);
}
.tqht_mansite_news_event .inner .banner .swiper-pagination--blockHomeBannerSwiper {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tqht_mansite_news_event .inner .banner .swiper-pagination--blockHomeBannerSwiper .swiper-pagination-bullet {
  background-color: transparent;
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/news_event/_sprites.png);
  background-position: -702px -63px;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 0;
  margin: 0 5px;
}
.tqht_mansite_news_event .inner .banner .swiper-pagination--blockHomeBannerSwiper .swiper-pagination-bullet-active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/news_event/_sprites.png);
  background-position: -582px -127px;
  width: 30px;
  height: 30px;
}
.tqht_mansite_news_event .inner .news {
  width: 666px;
  height: 399px;
  z-index: 2;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news {
    width: 692px;
    height: 505px;
  }
}
.tqht_mansite_news_event .inner .news_tab {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_tab {
    position: static;
    margin-bottom: 20px;
    transform: translateX(0);
  }
}
.tqht_mansite_news_event .inner .news_tab .tab {
  display: flex;
  gap: 15px;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_tab .tab {
    justify-content: space-between;
  }
}
.tqht_mansite_news_event .inner .news_tab .tab__item {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/news_event/_sprites.png);
  background-position: 0px -242px;
  width: 202px;
  height: 33px;
  position: relative;
  color: #3c77c7;
  font-size: 25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.tqht_mansite_news_event .inner .news_tab .tab__item:hover, .tqht_mansite_news_event .inner .news_tab .tab__item.active, .tqht_mansite_news_event .inner .news_tab .tab__item.active:hover {
  color: #fff;
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/news_event/_sprites.png);
  background-position: -512px -190px;
  width: 202px;
  height: 33px;
  font-size: 25px;
  display: flex;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_tab .tab__item:hover, .tqht_mansite_news_event .inner .news_tab .tab__item.active, .tqht_mansite_news_event .inner .news_tab .tab__item.active:hover {
    font-size: 24px;
  }
}
.tqht_mansite_news_event .inner .news_tab .viewall {
  margin-top: 10px;
}
.tqht_mansite_news_event .inner .news_tab .viewall:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_news_event .inner .news_list {
  position: relative;
  width: 666px;
  height: 399px;
  background: url(../prod/tqht_mansite/news_event/images/khung-news.png);
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_list {
    background: none;
    width: 692px;
    height: 505px;
  }
}
.tqht_mansite_news_event .inner .news_list .text_note {
  text-align: center;
  font-size: 27px;
  padding-top: 30px;
}
.tqht_mansite_news_event .inner .news_list li {
  width: 603px;
  margin: auto;
  border-bottom: 1px solid #bdc0c2;
  animation: slideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}
.tqht_mansite_news_event .inner .news_list li:first-child {
  animation-delay: 0s;
}
.tqht_mansite_news_event .inner .news_list li:nth-child(2) {
  animation-delay: 0.2s;
}
.tqht_mansite_news_event .inner .news_list li:nth-child(3) {
  animation-delay: 0.4s;
}
.tqht_mansite_news_event .inner .news_list li:nth-child(4) {
  animation-delay: 0.6s;
}
.tqht_mansite_news_event .inner .news_list li:nth-child(5) {
  animation-delay: 0.8s;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_list li {
    width: 692px;
  }
}
.tqht_mansite_news_event .inner .news_item {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 0 30px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  transition: background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_item {
    justify-content: flex-start;
    height: 70px;
  }
}
.tqht_mansite_news_event .inner .news_item__title {
  font-family: SFUSydneyMedium;
  text-transform: uppercase;
  color: #343434;
  font-size: 22px;
  height: 65px;
  line-height: 65px;
  display: block;
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  cursor: pointer;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_item__title {
    height: 75px;
    line-height: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 2;
    font-size: 25px;
  }
}
.tqht_mansite_news_event .inner .news_item__title:hover {
  color: #3c77c7;
}
.tqht_mansite_news_event .inner .news_item__time {
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 20px;
  text-align: right;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_item__time {
    font-size: 24px;
  }
}
.tqht_mansite_news_event .inner .news_item__cate {
  font-size: 24px;
  color: #192750;
  font-weight: var(--fontweight-medium);
  border-bottom: 1px solid #7ebce9;
  width: 200px;
  height: 40px;
}
@media (orientation:landscape) {
  .tqht_mansite_news_event .inner .news_item__cate {
    width: 180px;
    margin-right: auto;
    margin-left: 55px;
  }
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news_item__cate {
    display: none;
  }
}
.tqht_mansite_news_event .inner .news__viewall {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/news_event/_sprites.png);
  background-position: -370px -242px;
  width: 164px;
  height: 33px;
  position: absolute;
  left: 655px;
  bottom: 89px;
  animation: slideUp 0.5s 1.1s both;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .news__viewall {
    left: 20px;
    bottom: 10px;
  }
}
.tqht_mansite_news_event .inner .news__viewall:hover {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/news_event/_sprites.png);
  background-position: -204px -242px;
  width: 164px;
  height: 33px;
}
.tqht_mansite_news_event .inner .info-usage-buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  gap: 15px;
  z-index: 1;
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .info-usage-buttons {
    justify-content: center;
    flex-wrap: wrap;
    scale: 0.95;
    transform-origin: bottom;
  }
}
.tqht_mansite_news_event .inner .info-usage-buttons a {
  width: 355px;
  height: 191px;
  font-size: 0;
}
.tqht_mansite_news_event .inner .info-usage-buttons a:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
@media (orientation:portrait) {
  .tqht_mansite_news_event .inner .info-usage-buttons a {
    scale: 0.9;
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@charset "UTF-8";
.tqht_mansite_char {
  margin-top: -1px;
}
@media (orientation:landscape) {
  .tqht_mansite_char {
    display: none !important;
  }
  .tqht_mansite_char.active {
    display: block !important;
  }
  .tqht_mansite_char,
  .tqht_mansite_char .section__background,
  .tqht_mansite_char .section__content,
  .tqht_mansite_char .inner {
    height: 1000px;
  }
}
@media (orientation:portrait) {
  .tqht_mansite_char,
  .tqht_mansite_char .section__background,
  .tqht_mansite_char .section__content,
  .tqht_mansite_char .inner {
    height: 1417px;
  }
}
.tqht_mansite_char .inner {
  margin: 0px 318px 0 270px;
  position: relative;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner {
    margin: 100px 0 0;
  }
}
.tqht_mansite_char .inner .characters {
  animation: slideInUp 0.8s 0s both;
}
.tqht_mansite_char .inner .characters_list {
  display: none;
}
.tqht_mansite_char .inner .characters_list.active {
  display: block;
}
.tqht_mansite_char .inner .characters #weaponSwiperThumb {
  width: 680px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 340px - 240px);
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .characters #weaponSwiperThumb {
    left: 60px;
    top: 890px;
    bottom: unset;
    transform: scale(0.9);
  }
}
.tqht_mansite_char .inner .characters #weaponSwiperThumb .swiper-slide-thumb-active {
  opacity: 1;
}
.tqht_mansite_char .inner .characters #weaponSwiperThumb .swiper-slide {
  position: relative;
  pointer-events: all;
}
.tqht_mansite_char .inner .characters #weaponSwiperThumb .swiper-slide:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_char .inner .characters #weaponSwiperThumb .swiper-slide img {
  position: relative;
  z-index: 1;
}
.tqht_mansite_char .inner .characters_tab {
  position: absolute;
  top: 295px;
  left: 120px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .characters_tab {
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    scale: 1.4;
    transform-origin: left;
    align-content: ce;
  }
  .tqht_mansite_char .inner .characters_tab::before {
    content: "";
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/char/_sprites.png);
    background-position: -1252px -133px;
    width: 67px;
    height: 10px;
    position: absolute;
    left: -82px;
    top: 44%;
  }
  .tqht_mansite_char .inner .characters_tab::after {
    content: "";
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/char/_sprites.png);
    background-position: -1252px -133px;
    width: 67px;
    height: 10px;
    transform: rotate(180deg);
    position: absolute;
    right: -82px;
    top: 44%;
  }
}
.tqht_mansite_char .inner .characters_tab .tab_item {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/char/_sprites.png);
  background-position: -887px -175px;
  width: 82px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tqht_mansite_char .inner .characters_tab .tab_item:hover, .tqht_mansite_char .inner .characters_tab .tab_item.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/char/_sprites.png);
  background-position: -803px -175px;
  width: 82px;
  height: 84px;
  display: flex;
}
.tqht_mansite_char .inner .characters_tab .tab_item span {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-family: SFUSydneyMedium;
}
.tqht_mansite_char .inner .char__img {
  width: 1414px;
  height: 1000px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char__img {
    width: 100%;
    height: 1140px;
  }
}
.tqht_mansite_char .inner .char__img img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tqht_mansite_char .inner .char .char__name {
  text-transform: uppercase;
  font-size: 63px;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  left: 180px;
  top: 95px;
  z-index: 3;
  width: 320px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .char__name {
    left: 5px;
    top: 248px;
    z-index: 3;
    width: 200px;
    font-size: 50px;
    line-height: 1;
  }
}
.tqht_mansite_char .inner .char .char__name p {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(43, 113, 179) 50%, rgb(52, 136, 210) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .char__name {
    height: 120px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
}
.tqht_mansite_char .inner .char .info__char {
  width: 456px;
  position: absolute;
  right: 0;
  top: 285px;
  z-index: 3;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .info__char {
    width: 100%;
    top: auto;
    bottom: 135px;
  }
}
.tqht_mansite_char .inner .char .info__char--content .info_pham {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../prod/tqht_mansite/char/images/bg_name.png);
  width: 456px;
  height: 31px;
  position: relative;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .info__char--content .info_pham {
    margin: 0 auto;
  }
}
.tqht_mansite_char .inner .char .info__char--content .info_pham .icon-pham {
  position: absolute;
  left: 55px;
}
.tqht_mansite_char .inner .char .info__char--content .info_pham .name_phu {
  font-family: SFUSydneyMedium;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.tqht_mansite_char .inner .char .info__char--content .readmore {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/char/_sprites.png);
  background-position: -1041px -133px;
  width: 164px;
  height: 33px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 20px auto;
}
.tqht_mansite_char .inner .char .info__char--content .readmore:hover {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/char/_sprites.png);
  background-position: -875px -133px;
  width: 164px;
  height: 33px;
  font-size: 20px;
  display: flex;
}
@media (orientation:landscape) {
  .tqht_mansite_char .inner .char .info__char--content .readmore {
    display: none;
  }
}
.tqht_mansite_char .inner .char .info__char--content .des_gioithieu {
  padding: 18px 15px;
}
.tqht_mansite_char .inner .char .info__char--content .des_gioithieu p {
  font-size: 16px;
  color: #343434;
  line-height: 16px;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet {
  position: relative;
  margin-top: 25px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .info__char--content .gr_chitiet {
    display: none;
  }
  .tqht_mansite_char .inner .char .info__char--content .gr_chitiet.active {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_chitiet {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_chitiet {
    scale: 1.3;
    transform-origin: left;
  }
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_chitiet .tab_item {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/char/_sprites.png);
  background-position: -1098px -175px;
  width: 125px;
  height: 33px;
  font-family: SFUSydneyMedium;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_chitiet .tab_item:hover, .tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_chitiet .tab_item.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/char/_sprites.png);
  background-position: -971px -175px;
  width: 125px;
  height: 33px;
  font-size: 20px;
  display: flex;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content {
  background: url(../prod/tqht_mansite/char/images/bg_content.png);
  width: 452px;
  height: 391px;
  padding: 30px;
  color: #3f210e;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content {
    background: url(../prod/tqht_mansite/char/images/bg_content_mb.png);
    width: 608px;
    height: 526px;
    padding: 40px;
  }
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item {
  height: 335px;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
  overflow-y: auto;
  /* cuộn mượt cho mobile */
  display: none;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item::-webkit-scrollbar {
  margin-right: 6px;
  width: 6px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  border-radius: 10px;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item:hover::-webkit-scrollbar {
  width: 6px;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item::-webkit-scrollbar-thumb {
  background: #8e8c8c;
  border: 4px solid transparent;
  border-radius: 8px;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item::-webkit-scrollbar-thumb:hover {
  background: #8e8c8c;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item {
    height: 445px;
  }
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item.active {
  display: block;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item p {
  color: #3f210e;
  font-size: 15px;
  line-height: 16px;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item .list_kynang--item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item .list_kynang--item {
    margin-bottom: 28px;
  }
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item .list_kynang--item .icon {
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item .list_kynang--item .des {
  color: #3f210e;
  font-size: 15px;
  line-height: 16px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .char .info__char--content .gr_chitiet .tab_content--item .list_kynang--item .des {
    font-size: 20px;
    line-height: 1.2;
  }
}
.tqht_mansite_char .inner .characters_list .swiper-horizontal > .swiper-pagination-bullets,
.tqht_mansite_char .inner .characters_list .swiper-pagination-bullets.swiper-pagination-horizontal,
.tqht_mansite_char .inner .characters_list .swiper-pagination-custom,
.tqht_mansite_char .inner .characters_list .swiper-pagination-fraction {
  bottom: auto;
  left: 9%;
  width: auto;
  top: 14%;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .characters_list .swiper-horizontal > .swiper-pagination-bullets,
  .tqht_mansite_char .inner .characters_list .swiper-pagination-bullets.swiper-pagination-horizontal,
  .tqht_mansite_char .inner .characters_list .swiper-pagination-custom,
  .tqht_mansite_char .inner .characters_list .swiper-pagination-fraction {
    top: 700px;
    display: flex;
    justify-content: center;
    gap: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tqht_mansite_char .inner #blockHomeCharNguy .thumb_content {
  top: 382px;
  left: 118px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner #blockHomeCharNguy .thumb_content {
    left: 16%;
    top: auto;
    bottom: 35px;
    z-index: 1;
  }
}
.tqht_mansite_char .inner #blockHomeCharThuc .thumb_content {
  top: 382px;
  left: 207px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner #blockHomeCharThuc .thumb_content {
    left: 16%;
    top: auto;
    bottom: 35px;
  }
}
@media (orientation:landscape) {
  .tqht_mansite_char .inner #blockHomeCharThuc .weapon-group .swiper-button-next {
    right: 1153px;
  }
}
@media (orientation:landscape) {
  .tqht_mansite_char .inner #blockHomeCharThuc .weapon-group .swiper-button-prev {
    left: 241px;
  }
}
.tqht_mansite_char .inner #blockHomeCharNgo .thumb_content {
  top: 382px;
  left: 297px;
  bottom: 133px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner #blockHomeCharNgo .thumb_content {
    left: 16%;
    top: auto;
    bottom: 35px;
  }
}
@media (orientation:landscape) {
  .tqht_mansite_char .inner #blockHomeCharNgo .weapon-group .swiper-button-next {
    right: 1063px;
  }
}
@media (orientation:landscape) {
  .tqht_mansite_char .inner #blockHomeCharNgo .weapon-group .swiper-button-prev {
    left: 330px;
  }
}
.tqht_mansite_char .inner #blockHomeCharQuan .thumb_content {
  top: 382px;
  left: 387px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner #blockHomeCharQuan .thumb_content {
    left: 16%;
    top: auto;
    bottom: 35px;
  }
}
@media (orientation:landscape) {
  .tqht_mansite_char .inner #blockHomeCharQuan .weapon-group .swiper-button-next {
    right: 974px;
  }
}
@media (orientation:landscape) {
  .tqht_mansite_char .inner #blockHomeCharQuan .weapon-group .swiper-button-prev {
    left: 421px;
  }
}
.tqht_mansite_char .inner .thumb_content {
  position: absolute;
  z-index: 1;
  background: url(../prod/tqht_mansite/char/images/bg-thumb.png);
  width: 85px;
  height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.tqht_mansite_char .inner .thumb_content.slide-in {
  animation: slideInDown 1.2s ease forwards;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .thumb_content {
    background: url(../prod/tqht_mansite/char/images/bg-thumb-mb.png);
    width: 522px;
    height: 102px;
  }
}
.tqht_mansite_char .inner .thumb_content .weaponThumbs {
  width: 85px;
  height: 345px;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .thumb_content .weaponThumbs {
    width: 340px;
    height: 102px;
  }
}
.tqht_mansite_char .inner .thumb_content .weaponThumbs .swiper-slide {
  width: 85px !important;
  height: 85px !important;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .thumb_content .weaponThumbs .swiper-slide {
    height: 102px !important;
    scale: 1.1;
  }
}
.tqht_mansite_char .inner .thumb_content .weaponThumbs .swiper-slide img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .thumb_content .weaponThumbs .swiper-slide img {
    margin: 18px auto 0;
  }
}
.tqht_mansite_char .inner .thumb_content .weaponThumbs .swiper-slide-thumb-active::before {
  content: "";
  background: url(../prod/tqht_mansite/char/images/active_thubm.png);
  width: 74px;
  height: 74px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tqht_mansite_char .inner .weapon-group .prevThumb,
.tqht_mansite_char .inner .weapon-group .nextThumb {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s;
}
.tqht_mansite_char .inner .weapon-group .prevThumb.show,
.tqht_mansite_char .inner .weapon-group .nextThumb.show {
  opacity: 1;
  pointer-events: auto;
}
.tqht_mansite_char .inner .weapon-group .swiper-button-next {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/char/_sprites.png);
  background-position: -1245px -175px;
  width: 17px;
  height: 14px;
  position: absolute;
  top: 790px;
  right: 1243px;
  z-index: 5;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .weapon-group .swiper-button-next {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/char/_sprites.png);
    background-position: -621px -175px;
    width: 89px;
    height: 105px;
    top: auto;
    bottom: 35px;
    right: 20px;
  }
}
.tqht_mansite_char .inner .weapon-group .swiper-button-next::after {
  content: none;
}
.tqht_mansite_char .inner .weapon-group .swiper-button-prev {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/char/_sprites.png);
  background-position: -1225px -175px;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 430px;
  left: 151px;
  z-index: 5;
  opacity: 0;
}
.tqht_mansite_char .inner .weapon-group .swiper-button-prev.slide-in {
  animation: slideInDown 1s ease forwards;
}
@media (orientation:portrait) {
  .tqht_mansite_char .inner .weapon-group .swiper-button-prev {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/char/_sprites.png);
    background-position: -712px -175px;
    width: 89px;
    height: 105px;
    top: auto;
    bottom: 35px;
    left: 20px;
  }
}
.tqht_mansite_char .inner .weapon-group .swiper-button-prev::after {
  content: none;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.floating .tqht_mansite_floattop {
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: all;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (orientation:landscape) {
  .floating .tqht_mansite_floattop {
    display: none;
  }
}
@media (orientation:portrait) {
  .floating .tqht_mansite_floattop .mobile {
    display: flex !important;
  }
}
.floating .tqht_mansite_floattop .hidden {
  display: none;
}
.floating .tqht_mansite_floattop .floattop__background {
  display: block;
  background: #1e304c;
}
@media (orientation:portrait) {
  .floating .tqht_mansite_floattop .floattop__background {
    height: 100px;
    width: 768px;
  }
}
.floating .tqht_mansite_floattop .floattop__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.floating .tqht_mansite_floattop .floattop__content .nav-top {
  height: 100%;
}
.floating .tqht_mansite_floattop .floattop__content.hide {
  opacity: 0;
  pointer-events: none;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile {
  display: none;
  position: relative;
  z-index: 2;
}
@media (orientation:portrait) {
  .floating .tqht_mansite_floattop .floattop__content .main-mobile {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: end;
    padding-right: 20px;
    gap: 10px;
    position: absolute;
    z-index: 10;
  }
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile a {
  display: block;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .gamename {
  height: 100%;
  padding: 21px 17px;
  align-items: flex-start;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .gamename span {
  color: #c9c9c9;
  font-size: 23px;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .gamename span.bold {
  font-weight: bold;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .right {
  margin-right: 0;
  margin-left: auto;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .app-icon-mb {
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: 0px -399px;
  width: 201px;
  height: 72px;
  position: absolute;
  left: 20px;
  top: 15px;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .code-mb {
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: 0px -250px;
  width: 159px;
  height: 147px;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .napthe-mb {
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -355px -149px;
  width: 78px;
  height: 78px;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .download-mb {
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -161px -250px;
  width: 220px;
  height: 74px;
}
.floating .tqht_mansite_floattop .floattop__content .main-mobile .open-menu1 {
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -435px -149px;
  width: 73px;
  height: 73px;
}
.floating .tqht_mansite_floattop .floattop__content .menu {
  width: 100%;
  height: 100%;
  margin-left: auto;
  align-items: center;
  position: absolute;
  top: 99px;
  right: 0;
  z-index: 10;
  padding: 45px 0;
}
@media (orientation:portrait) {
  .floating .tqht_mansite_floattop .floattop__content .menu {
    transition: 0.5s transform ease-in-out;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: none;
    height: -moz-max-content;
    height: max-content;
    background: url(../prod/tqht_mansite/floattop/images/bg-top.png);
    height: 1184px;
    transform-origin: left;
    display: none;
  }
}
.floating .tqht_mansite_floattop .floattop__content .menu__item {
  display: flex;
  align-items: center;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: 0px 0px;
  width: 353px;
  height: 99px;
  padding-bottom: 39px;
  justify-content: center;
  position: relative;
}
.floating .tqht_mansite_floattop .floattop__content .menu__item .text {
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-left: 18px;
}
.floating .tqht_mansite_floattop .floattop__content .menu__item::before {
  display: block;
  width: 74px;
  height: 74px;
  margin-top: 10px;
  position: absolute;
  left: 10px;
}
.floating .tqht_mansite_floattop .floattop__content .menu__item.menu-1::before {
  content: "";
  background: url(../prod/tqht_mansite/floattop/images/icon-trangchu.png);
}
.floating .tqht_mansite_floattop .floattop__content .menu__item.menu-2::before {
  content: "";
  background: url(../prod/tqht_mansite/floattop/images/icon-tintuc.png);
}
.floating .tqht_mansite_floattop .floattop__content .menu__item.menu-3::before {
  content: "";
  background: url(../prod/tqht_mansite/floattop/images/icon-huyentuong.png);
}
.floating .tqht_mansite_floattop .floattop__content .menu__item.menu-4::before {
  content: "";
  background: url(../prod/tqht_mansite/floattop/images/icon-tinhnang.png);
}
.floating .tqht_mansite_floattop .floattop__content .menu__item.menu-5::before {
  content: "";
  background: url(../prod/tqht_mansite/floattop/images/icon-thongtin.png);
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0 10px;
  position: relative;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button::before {
  content: "";
  width: 530px;
  height: 1px;
  background: #4b88cc;
  position: absolute;
  top: 0;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button::after {
  content: "";
  width: 530px;
  height: 2px;
  background: #4b88cc;
  position: absolute;
  position: absolute;
  bottom: -20px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button--kythu {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -355px 0px;
  width: 159px;
  height: 147px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button--kythu:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button--dieukhoan {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: 0px -101px;
  width: 159px;
  height: 147px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button--dieukhoan:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button--code {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: 0px -250px;
  width: 159px;
  height: 147px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button--code:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button--hotro {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -161px -101px;
  width: 159px;
  height: 147px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__button--hotro:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social--fb {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -224px -326px;
  width: 60px;
  height: 60px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social--fb:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social--group {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -383px -250px;
  width: 61px;
  height: 60px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social--group:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social--youtube {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -161px -326px;
  width: 61px;
  height: 60px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social--youtube:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social--tiktok {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floattop/_sprites.png);
  background-position: -446px -250px;
  width: 61px;
  height: 60px;
}
.floating .tqht_mansite_floattop .floattop__content .menu .gr__social--tiktok:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
@media (orientation:portrait) {
  .floating .tqht_mansite_floattop .floattop__content .menu.active {
    display: flex;
    pointer-events: unset;
  }
}
.tqht_mansite_floatleft {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transform-origin: left top !important;
}
@media (orientation:landscape) {
  .tqht_mansite_floatleft,
  .tqht_mansite_floatleft .section__background,
  .tqht_mansite_floatleft .section__content,
  .tqht_mansite_floatleft .inner {
    height: 1000px;
  }
}
@media (orientation:portrait) {
  .tqht_mansite_floatleft,
  .tqht_mansite_floatleft .section__background,
  .tqht_mansite_floatleft .section__content,
  .tqht_mansite_floatleft .inner {
    height: 1000px;
  }
}
.tqht_mansite_floatleft .floatleft__main .section__background,
.tqht_mansite_floatleft .floatleft__main .button__gr {
  transition: opacity 1s;
  opacity: 0;
}
.tqht_mansite_floatleft .floatleft__main.active .section__background,
.tqht_mansite_floatleft .floatleft__main.active .button__gr,
.tqht_mansite_floatleft .floatleft__main.active .group__logo {
  transition: opacity 1s;
  opacity: 1;
}
.tqht_mansite_floatleft .floatleft__main.active1 .section__background,
.tqht_mansite_floatleft .floatleft__main.active1 .button__gr,
.tqht_mansite_floatleft .floatleft__main.active1 .group__logo {
  transition: opacity 0s;
  opacity: 1;
}
.tqht_mansite_floatleft .group__logo {
  display: flex;
  margin: 20px 0px 0 15px;
  gap: 10px;
}
.tqht_mansite_floatleft .group__menu {
  position: relative;
  margin-top: 5px;
}
.tqht_mansite_floatleft .group__menu .menu__left {
  position: relative;
  padding-top: 24px;
}
.tqht_mansite_floatleft .group__menu .menu__left::before {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/line-top.png);
  width: 266px;
  height: 7px;
  position: absolute;
  top: 0;
}
.tqht_mansite_floatleft .group__menu .menu__left::after {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/line-top.png);
  width: 266px;
  height: 7px;
  position: absolute;
  bottom: 10px;
  transform: rotate(180deg);
}
.tqht_mansite_floatleft .group__menu .menu__left .nav {
  width: 100%;
  opacity: 1;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 25px;
  color: #a9cdf5;
  font-family: SFUSydneyRegular;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 296px;
  height: 99px;
  padding-bottom: 35px;
  padding-left: 4px;
  position: relative;
}
.tqht_mansite_floatleft .group__menu .menu__left .nav:hover {
  color: #fff;
  background: url(../prod/tqht_mansite/floatleft/images/bg-item.png);
  width: 296px;
  height: 99px;
  filter: brightness(110%);
}
.tqht_mansite_floatleft .group__menu .menu__left .nav.active {
  color: #fff;
  background: url(../prod/tqht_mansite/floatleft/images/bg-item.png);
  width: 296px;
  height: 99px;
}
.tqht_mansite_floatleft .group__menu .menu__left .nav:not(:last-child)::after {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/line.png);
  width: 265px;
  height: 10px;
  position: absolute;
  bottom: 12px;
  left: -5px;
}
.tqht_mansite_floatleft .group__menu .menu__left .nav::before {
  content: "";
  width: 74px;
  height: 74px;
  margin-right: 10px;
  margin-top: 10px;
}
.tqht_mansite_floatleft .group__menu .menu__left .nav.nav-1::before {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/icon-trangchu.png);
}
.tqht_mansite_floatleft .group__menu .menu__left .nav.nav-2::before {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/icon-tintuc.png);
}
.tqht_mansite_floatleft .group__menu .menu__left .nav.nav-3::before {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/icon-huyentuong.png);
}
.tqht_mansite_floatleft .group__menu .menu__left .nav.nav-4::before {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/icon-tinhnang.png);
}
.tqht_mansite_floatleft .group__menu .menu__left .nav.nav-5::before {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/icon-thongtin.png);
}
.tqht_mansite_floatleft .btn_kythu {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floatleft/_sprites.png);
  background-position: 0px -72px;
  width: 244px;
  height: 70px;
  margin: 15px auto 30px;
}
.tqht_mansite_floatleft .btn_kythu:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_floatleft .btn_dieukhoan {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/floatleft/_sprites.png);
  background-position: 0px 0px;
  width: 244px;
  height: 70px;
  margin: 15px auto 30px;
}
.tqht_mansite_floatleft .btn_dieukhoan:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_floatleft .gr_link {
  display: flex;
  align-items: center;
  position: absolute;
  top: 338px;
  left: 5px;
  cursor: pointer;
}
.tqht_mansite_floatleft .gr_link:hover, .tqht_mansite_floatleft .gr_link.active {
  color: #fff;
  background: url(../prod/tqht_mansite/floatleft/images/bg-item.png);
  width: 296px;
  height: 99px;
}
.tqht_mansite_floatleft .gr_link::before {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/icon-thongtin.png);
  width: 74px;
  height: 74px;
  margin-right: 10px;
  margin-top: 10px;
}
.tqht_mansite_floatleft .gr_link::after {
  content: "";
  background: url(../prod/tqht_mansite/floatleft/images/line.png);
  width: 265px;
  height: 10px;
  position: absolute;
  bottom: -12px;
  left: -7px;
}
.tqht_mansite_floatleft .gr_link--thongtin {
  font-size: 25px;
  color: #a9cdf5;
  text-transform: uppercase;
}
.tqht_mansite_floatleft .group__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.tqht_mansite_floatleft .group__bottom .logo-vnggames {
  margin-bottom: 10px;
}
.tqht_mansite_floatleft .group__bottom .gr_chinhsach {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tqht_mansite_floatleft .group__bottom .gr_chinhsach--item {
  font-family: SFUSydneyRegular;
  font-size: 21px;
  color: #a9cdf5;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
}
.tqht_mansite_floatleft .group__bottom .gr_chinhsach--item:hover {
  text-decoration: underline;
}
.tqht_mansite_floatleft .group__bottom .gr_chinhsach--item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #a9cdf5;
}
.floating .tqht_mansite_float_right {
  position: absolute;
  top: 10%;
  right: 0;
  pointer-events: none;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.floating .tqht_mansite_float_right * {
  pointer-events: all;
}
.floating .tqht_mansite_float_right .container_floatright {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
}
.floating .tqht_mansite_float_right .container_floatright.active {
  margin-top: -70px;
}
.floating .tqht_mansite_float_right .container_floatright::before {
  content: "";
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -209px -245px;
  width: 68px;
  height: 60px;
  margin-left: 24px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nap {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -296px -98px;
  width: 90px;
  height: 96px;
  margin-top: -15px;
  display: none;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nap.active {
  display: block;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nap:hover {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -296px 0px;
  width: 90px;
  height: 96px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -139px 0px;
  width: 68px;
  height: 254px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 56px 0 30px;
  margin-top: -8px;
  display: none;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download.active {
  display: flex;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item {
  position: relative;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item .qr {
  display: none;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item:hover .qr {
  display: block;
  position: absolute;
  right: 45px;
  top: -22px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item--ios {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -294px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item--ios:hover, .floating .tqht_mansite_float_right .container_floatright .floatright_download__item--ios.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -252px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item--android {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -126px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item--android:hover, .floating .tqht_mansite_float_right .container_floatright .floatright_download__item--android.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -84px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item--apk {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -70px -271px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_download__item--apk:hover, .floating .tqht_mansite_float_right .container_floatright .floatright_download__item--apk.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -139px -256px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: 0px 0px;
  width: 68px;
  height: 322px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 54px 0 30px;
  margin-top: -15px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social__item--fanpage {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -42px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social__item--fanpage:hover, .floating .tqht_mansite_float_right .container_floatright .floatright_social__item--fanpage.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: 0px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social__item--group {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -210px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social__item--group:hover, .floating .tqht_mansite_float_right .container_floatright .floatright_social__item--group.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -168px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social__item--youtube {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -388px -84px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social__item--youtube:hover, .floating .tqht_mansite_float_right .container_floatright .floatright_social__item--youtube.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -388px -42px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social__item--tiktok {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -388px 0px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_social__item--tiktok:hover, .floating .tqht_mansite_float_right .container_floatright .floatright_social__item--tiktok.active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -336px -324px;
  width: 40px;
  height: 40px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nhapcode {
  display: none;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nhapcode.active {
  display: block;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nhapcode__item--code {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -296px -196px;
  width: 85px;
  height: 97px;
  margin-left: 3px;
  margin-top: -15px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nhapcode__item--code:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nhapcode__item--hotro {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -209px -155px;
  width: 85px;
  height: 88px;
  margin-left: 3px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_nhapcode__item--hotro:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.floating .tqht_mansite_float_right .container_floatright .floatright_hotro {
  display: block;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_hotro.active {
  display: none;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_hotro__item--hotro {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/float_right/_sprites.png);
  background-position: -209px 0px;
  width: 85px;
  height: 153px;
  margin-top: -12px;
}
.floating .tqht_mansite_float_right .container_floatright .floatright_hotro__item--hotro:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_newworld {
  margin-top: -1px;
}
@media (orientation:landscape) {
  .tqht_mansite_newworld {
    display: none !important;
  }
  .tqht_mansite_newworld.active {
    display: block !important;
  }
  .tqht_mansite_newworld,
  .tqht_mansite_newworld .section__background,
  .tqht_mansite_newworld .section__content,
  .tqht_mansite_newworld .inner {
    height: var(--sr-device-height);
  }
}
@media (orientation:portrait) {
  .tqht_mansite_newworld,
  .tqht_mansite_newworld .section__background,
  .tqht_mansite_newworld .section__content,
  .tqht_mansite_newworld .inner {
    height: 1190px;
  }
}
.tqht_mansite_newworld .inner {
  padding: 65px 310px 0 400px;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner {
    padding: 40px 10px 0;
  }
}
.tqht_mansite_newworld .inner .newworld_list {
  width: 1285px;
  height: 590px;
  margin: -70px auto 0;
  transition: all 0.3s linear !important;
  animation: slideInUp 0.8s 0s both;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .newworld_list {
    width: 725px;
    height: 440px;
    margin: 50px auto 0;
  }
}
.tqht_mansite_newworld .inner .newworld_list .swiper-wrapper {
  width: 1720px;
  height: 755px;
  margin: 0 auto;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .newworld_list .swiper-wrapper {
    width: 740px;
    height: 100%;
    margin: 0 auto 0;
  }
}
.tqht_mansite_newworld .inner .newworld_list .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1007px;
  height: 538px;
  margin: 0 auto;
  filter: brightness(0.6);
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .newworld_list .swiper-slide {
    scale: 0.7;
    transform-origin: top center;
  }
}
.tqht_mansite_newworld .inner .newworld_list .swiper-slide.swiper-slide-active {
  filter: brightness(1);
}
.tqht_mansite_newworld .inner .newworld_list .newworld-item {
  width: 895px;
  height: 462px;
  padding: 10px 15px 15px 20px;
  position: relative;
}
.tqht_mansite_newworld .inner .newworld_list .newworld-item:after {
  width: 895px;
  height: 462px;
  background: url(../prod/tqht_mansite/newworld/images/bg-banner.png) center 0 no-repeat;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.tqht_mansite_newworld .inner .newworld_list .newworld-item img {
  width: 847px;
  height: 437px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
.tqht_mansite_newworld .inner .newworld_list .swiper-pagination--newworldSwiper {
  width: 1004px;
  height: 29px;
  display: flex;
  bottom: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  left: 49.8%;
  transform: translateX(-50%);
  font-size: 0;
}
.tqht_mansite_newworld .inner .newworld_list .swiper-pagination--newworldSwiper .swiper-pagination-bullet {
  background-color: transparent;
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/newworld/_sprites.png);
  background-position: -32px -107px;
  width: 30px;
  height: 30px;
  border-radius: 0;
  opacity: 1;
  position: relative;
  margin: -7px 8px;
  display: inline-block;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .newworld_list .swiper-pagination--newworldSwiper .swiper-pagination-bullet {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/newworld/_sprites.png);
    background-position: -64px -107px;
    width: 20px;
    height: 20px;
  }
}
.tqht_mansite_newworld .inner .newworld_list .swiper-pagination--newworldSwiper .swiper-pagination-bullet:last-child:after {
  display: none;
}
.tqht_mansite_newworld .inner .newworld_list .swiper-pagination--newworldSwiper .swiper-pagination-bullet-active {
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/newworld/_sprites.png);
  background-position: 0px -107px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .newworld_list .swiper-pagination--newworldSwiper .swiper-pagination-bullet-active {
    margin: -22px 15px;
  }
}
.tqht_mansite_newworld .inner .newworld_list .swiper-button-prev--newworldSwiper {
  left: 70px;
  top: 235px;
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/newworld/_sprites.png);
  background-position: -91px 0px;
  width: 89px;
  height: 105px;
}
.tqht_mansite_newworld .inner .newworld_list .swiper-button-prev--newworldSwiper:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_newworld .inner .newworld_list .swiper-button-prev--newworldSwiper:after {
  content: none;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .newworld_list .swiper-button-prev--newworldSwiper {
    left: 18px;
    top: 155px;
  }
}
.tqht_mansite_newworld .inner .newworld_list .swiper-button-next--newworldSwiper {
  right: 70px;
  top: 235px;
  display: block;
  font-size: 0px;
  background-image: url(../prod/tqht_mansite/newworld/_sprites.png);
  background-position: 0px 0px;
  width: 89px;
  height: 105px;
}
.tqht_mansite_newworld .inner .newworld_list .swiper-button-next--newworldSwiper:not(.off):hover {
  cursor: pointer;
  pointer-events: all;
  filter: brightness(110%);
}
.tqht_mansite_newworld .inner .newworld_list .swiper-button-next--newworldSwiper:after {
  content: none;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .newworld_list .swiper-button-next--newworldSwiper {
    right: 18px;
    top: 155px;
  }
}
.tqht_mansite_newworld .inner .footer {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .footer {
    height: 380px;
  }
}
.tqht_mansite_newworld .inner .footer .gr_img {
  display: flex;
  align-items: center;
  gap: 40px;
}
.tqht_mansite_newworld .inner .footer .giayphep img {
  width: 250px;
}
.tqht_mansite_newworld .inner .footer .gr_chinhsach {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media (orientation:landscape) {
  .tqht_mansite_newworld .inner .footer .gr_chinhsach {
    display: none;
  }
}
.tqht_mansite_newworld .inner .footer .gr_chinhsach--item {
  font-family: SFUSydneyRegular;
  font-size: 22px;
  color: #342f2f;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
}
.tqht_mansite_newworld .inner .footer .gr_chinhsach--item:hover {
  text-decoration: underline;
}
.tqht_mansite_newworld .inner .footer .gr_chinhsach--item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #342f2f;
}
.tqht_mansite_newworld .inner .footer .logo {
  margin: 0 auto 6px;
  text-align: center;
}
.tqht_mansite_newworld .inner .footer p {
  font-family: Barlow-Regular;
  font-size: 17px;
  color: #1b242c;
  text-align: center;
}
@media (orientation:portrait) {
  .tqht_mansite_newworld .inner .footer p {
    font-size: 20px;
  }
}
@charset "UTF-8";
:root {
  --color-table-border: rgb(64, 66, 68);
}

.subpage {
  margin-top: -1px;
}
@media (orientation:landscape) {
  .subpage,
  .subpage .section__background,
  .subpage .inner {
    height: auto;
  }
}
@media (orientation:portrait) {
  .subpage,
  .subpage .section__background,
  .subpage .section__content,
  .subpage .inner {
    height: auto;
  }
}
.subpage .logo {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
@media (orientation:portrait) {
  .subpage .logo {
    top: 8%;
    scale: 1.3;
    transform-origin: left top;
  }
}
.subpage .btn_home {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
}
.subpage .btn_home:hover {
  filter: brightness(1.1);
}
@media (orientation:portrait) {
  .subpage .btn_home {
    top: 64%;
  }
}
.subpage .section__content {
  background: url(../prod/tqht_mansite/subpage/images/content-top.jpg) no-repeat, url(../prod/tqht_mansite/subpage/images/bg-content.jpg) repeat-y;
  position: relative;
  height: auto;
}
@media (orientation:portrait) {
  .subpage .section__content {
    background: unset;
    background-color: #e4f1ff;
  }
}
.subpage .inner {
  background: url(../prod/tqht_mansite/subpage/images/content-bottom.jpg) bottom no-repeat;
  padding-bottom: 100px;
}
@media (orientation:portrait) {
  .subpage .inner {
    padding: 0 30px 40px;
    background: url(../prod/tqht_mansite/subpage/images/content-bottom-mb.jpg) bottom no-repeat;
  }
}
.subpage .inner .eventlist,
.subpage .inner .search {
  width: 1300px;
  min-height: 1000px;
  margin: 0 auto;
  padding-top: 38px;
}
@media (orientation:portrait) {
  .subpage .inner .eventlist,
  .subpage .inner .search {
    width: 100%;
    min-height: 1200px;
  }
}
.subpage .inner .eventlist .title_head,
.subpage .inner .search .title_head {
  display: flex;
  justify-content: center;
}
.subpage .inner .eventlist .news,
.subpage .inner .search .news {
  margin-top: 40px;
  padding-bottom: 20%;
}
@media (orientation:portrait) {
  .subpage .inner .eventlist .news .news_tab,
  .subpage .inner .search .news .news_tab {
    transform: scale(1.2);
    transform-origin: top;
  }
}
.subpage .inner .eventlist .news .tab,
.subpage .inner .search .news .tab {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  gap: 20px;
}
@media (orientation:portrait) {
  .subpage .inner .eventlist .news .tab,
  .subpage .inner .search .news .tab {
    scale: 0.8;
  }
}
.subpage .inner .eventlist .news .tab li:nth-child(1) a:after,
.subpage .inner .search .news .tab li:nth-child(1) a:after {
  display: none;
}
.subpage .inner .eventlist .news .tab a,
.subpage .inner .search .news .tab a {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -536px -164px;
  width: 202px;
  height: 33px;
  color: #3c77c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-sizing: border-box;
  padding-bottom: 2px;
  position: relative;
}
.subpage .inner .eventlist .news .tab a.active, .subpage .inner .eventlist .news .tab a:hover,
.subpage .inner .search .news .tab a.active,
.subpage .inner .search .news .tab a:hover {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -870px -89px;
  width: 202px;
  height: 33px;
  color: white;
}
.subpage .inner .eventlist .news_list,
.subpage .inner .search .news_list {
  margin-top: 30px;
}
.subpage .inner .eventlist .news_list .empty p,
.subpage .inner .search .news_list .empty p {
  font-size: 27px;
  text-align: center;
}
.subpage .inner .eventlist .news_item,
.subpage .inner .search .news_item {
  position: relative;
}
.subpage .inner .eventlist .news_item .group,
.subpage .inner .search .news_item .group {
  background-color: #fff;
  margin: 0 auto;
  padding: 25px 30px;
  margin-bottom: 24px;
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: 410px auto;
}
@media (orientation:portrait) {
  .subpage .inner .eventlist .news_item .group,
  .subpage .inner .search .news_item .group {
    grid-template-columns: 300px auto;
    padding: 2.5%;
    height: 212px;
  }
}
.subpage .inner .eventlist .news_item .btn_xemthem,
.subpage .inner .search .news_item .btn_xemthem {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -268px -164px;
  width: 266px;
  height: 54px;
  font-size: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-bottom: 2px;
  position: absolute;
  bottom: 35px;
  left: 460px;
}
.subpage .inner .eventlist .news_item .btn_xemthem:hover,
.subpage .inner .search .news_item .btn_xemthem:hover {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: 0px -164px;
  width: 266px;
  height: 54px;
}
@media (orientation:portrait) {
  .subpage .inner .eventlist .news_item .btn_xemthem,
  .subpage .inner .search .news_item .btn_xemthem {
    bottom: 5px;
    left: 320px;
    scale: 0.7;
    transform-origin: top left;
  }
}
.subpage .inner .eventlist .news_item .banner,
.subpage .inner .search .news_item .banner {
  position: relative;
  width: 419px;
  height: 256px;
}
@media (orientation:portrait) {
  .subpage .inner .eventlist .news_item .banner,
  .subpage .inner .search .news_item .banner {
    scale: 0.7;
    transform-origin: top left;
  }
}
.subpage .inner .eventlist .news_item .banner::after,
.subpage .inner .search .news_item .banner::after {
  content: "";
  background: url(../prod/tqht_mansite/subpage/images/eventlist/khung.png);
  width: 419px;
  height: 256px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 49%;
}
.subpage .inner .eventlist .news_item .banner img,
.subpage .inner .search .news_item .banner img {
  width: 405px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .inner .eventlist .news_item:hover,
.subpage .inner .search .news_item:hover {
  background-color: #fffdf9;
}
.subpage .inner .eventlist .news_item .info,
.subpage .inner .search .news_item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
  font-size: 25px;
  position: relative;
}
@media (orientation:portrait) {
  .subpage .inner .eventlist .news_item .info,
  .subpage .inner .search .news_item .info {
    font-size: 22px;
    margin-left: 10px;
  }
}
.subpage .inner .eventlist .news_item .info .info_content .date,
.subpage .inner .search .news_item .info .info_content .date {
  font-size: 22px;
  color: #7d7a7a;
  margin-bottom: 10px;
}
.subpage .inner .eventlist .news_item .info .info_content .heading,
.subpage .inner .search .news_item .info .info_content .heading {
  font-family: SFUSydneyMedium;
  text-transform: uppercase;
  color: #325e9f;
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  gap: 6px;
}
.subpage .inner .eventlist .news_item .info .info_content .heading .cate,
.subpage .inner .search .news_item .info .info_content .heading .cate {
  padding: 0 10px;
}
@media (orientation:portrait) {
  .subpage .inner .eventlist .news_item .info .info_content .heading,
  .subpage .inner .search .news_item .info .info_content .heading {
    font-size: 22px;
  }
}
.subpage .inner .eventlist .news_item .info .info_content .heading .hot,
.subpage .inner .search .news_item .info .info_content .heading .hot {
  background: #3f8bea;
  padding: 0 8px;
  font-family: SFUSydneyMedium;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  height: 31px;
  display: inline-block;
}
.subpage .inner .eventlist .news_item .info a:hover,
.subpage .inner .search .news_item .info a:hover {
  filter: brightness(1.1);
}
.subpage .inner .eventlist .news_pagination,
.subpage .inner .search .news_pagination {
  margin-top: 64px;
}
.subpage .inner .eventlist .news_pagination .pagination,
.subpage .inner .search .news_pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.subpage .inner .eventlist .news_pagination .pagination .first,
.subpage .inner .eventlist .news_pagination .pagination .last,
.subpage .inner .search .news_pagination .pagination .first,
.subpage .inner .search .news_pagination .pagination .last {
  display: none;
}
.subpage .inner .eventlist .news_pagination .pagination .page-item,
.subpage .inner .search .news_pagination .pagination .page-item {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -67px -220px;
  width: 65px;
  height: 65px;
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  padding-bottom: 5px;
  font-family: SFUSydneyMedium;
}
.subpage .inner .eventlist .news_pagination .pagination .page-item a,
.subpage .inner .search .news_pagination .pagination .page-item a {
  color: #3568b0;
  text-align: center;
}
.subpage .inner .eventlist .news_pagination .pagination .page-item.active, .subpage .inner .eventlist .news_pagination .pagination .page-item:hover,
.subpage .inner .search .news_pagination .pagination .page-item.active,
.subpage .inner .search .news_pagination .pagination .page-item:hover {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: 0px -220px;
  width: 65px;
  height: 65px;
}
.subpage .inner .eventlist .news_pagination .pagination .page-item.active a, .subpage .inner .eventlist .news_pagination .pagination .page-item:hover a,
.subpage .inner .search .news_pagination .pagination .page-item.active a,
.subpage .inner .search .news_pagination .pagination .page-item:hover a {
  color: white;
}
.subpage .inner .eventlist .news_pagination .pagination .prev,
.subpage .inner .search .news_pagination .pagination .prev {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -302px -220px;
  width: 54px;
  height: 55px;
  display: block;
  font-size: 0;
  cursor: pointer;
  margin-right: 15px;
}
.subpage .inner .eventlist .news_pagination .pagination .prev:hover,
.subpage .inner .search .news_pagination .pagination .prev:hover {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -246px -220px;
  width: 54px;
  height: 55px;
  font-size: 0;
}
.subpage .inner .eventlist .news_pagination .pagination .next,
.subpage .inner .search .news_pagination .pagination .next {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -190px -220px;
  width: 54px;
  height: 55px;
  display: block;
  font-size: 0;
  cursor: pointer;
  margin-left: 15px;
}
.subpage .inner .eventlist .news_pagination .pagination .next:hover,
.subpage .inner .search .news_pagination .pagination .next:hover {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -134px -220px;
  width: 54px;
  height: 55px;
  font-size: 0;
}
.subpage .inner .newdetail .title_newsKhac {
  font-family: SFUSydneyMedium;
  font-size: 30px;
  color: #325e9f;
  text-transform: uppercase;
  margin: 40px auto 15px;
  text-align: center;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .title_newsKhac {
    margin: 20px auto 0px;
  }
}
.subpage .inner .newdetail .news-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .news-wrapper {
    height: 200px;
    gap: 20px;
  }
}
.subpage .inner .newdetail .myNewsSwiper {
  width: 1030px;
  overflow: hidden;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .myNewsSwiper {
    width: 475px;
    margin-top: 45px;
  }
}
.subpage .inner .newdetail .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  /* Swiper sẽ xử lý width theo slidesPerView */
}
.subpage .inner .newdetail .news-prev {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -246px -220px;
  width: 54px;
  height: 55px;
  display: block;
  font-size: 0;
  cursor: pointer;
  margin-right: 15px;
}
.subpage .inner .newdetail .news-prev.swiper-button-disabled {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -302px -220px;
  width: 54px;
  height: 55px;
  font-size: 0;
}
.subpage .inner .newdetail .news-next {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -134px -220px;
  width: 54px;
  height: 55px;
  display: block;
  font-size: 0;
  cursor: pointer;
  margin-left: 15px;
}
.subpage .inner .newdetail .news-next.swiper-button-disabled {
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -190px -220px;
  width: 54px;
  height: 55px;
  font-size: 0;
}
.subpage .inner .newdetail .gr_newsKhac {
  display: flex;
  justify-content: center;
}
.subpage .inner .newdetail .gr_newsKhac--item {
  width: 325px !important;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .gr_newsKhac--item {
    width: 250px !important;
  }
}
.subpage .inner .newdetail .gr_newsKhac--item .banner_news {
  position: relative;
  width: 325px;
  height: 199px;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .gr_newsKhac--item .banner_news {
    scale: 0.7;
    transform-origin: top left;
  }
}
.subpage .inner .newdetail .gr_newsKhac--item .banner_news::after {
  content: "";
  background: url(../prod/tqht_mansite/subpage/images/eventlist/khung2.png);
  width: 325px;
  height: 199px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 49%;
}
.subpage .inner .newdetail .gr_newsKhac--item .banner_news img {
  width: 318px;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .inner .newdetail .gr_newsKhac--item .name_news a {
  font-family: SFUSydneyMedium;
  font-size: 20px;
  line-height: 1;
  color: #325e9f;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .gr_newsKhac--item .name_news a {
    display: none;
  }
}
.subpage .inner .newdetail,
.subpage .inner .eventdetail {
  width: 1300px;
  min-height: 1000px;
  margin: 0 auto;
  padding-top: 38px;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail,
  .subpage .inner .eventdetail {
    width: 100%;
  }
}
.subpage .inner .newdetail .title_head,
.subpage .inner .eventdetail .title_head {
  display: flex;
  justify-content: center;
}
.subpage .inner .newdetail .subweb__content,
.subpage .inner .eventdetail .subweb__content {
  background: #fff;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .content,
  .subpage .inner .eventdetail .content {
    width: 100%;
  }
}
.subpage .inner .newdetail .content .icon-menu,
.subpage .inner .eventdetail .content .icon-menu {
  position: absolute;
  right: 3%;
  top: 45px;
  z-index: 2;
}
.subpage .inner .newdetail .content .icon-menu .open,
.subpage .inner .eventdetail .content .icon-menu .open {
  display: block;
}
.subpage .inner .newdetail .content .icon-menu .close,
.subpage .inner .eventdetail .content .icon-menu .close {
  display: none;
}
.subpage .inner .newdetail .content .icon-menu.active .open,
.subpage .inner .eventdetail .content .icon-menu.active .open {
  display: none;
}
.subpage .inner .newdetail .content .icon-menu.active .close,
.subpage .inner .eventdetail .content .icon-menu.active .close {
  display: block;
}
.subpage .inner .newdetail .content .info__link,
.subpage .inner .eventdetail .content .info__link {
  font-family: SFUSydneyMedium;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
  font-size: 28px;
  text-transform: uppercase;
}
.subpage .inner .newdetail .content .info__link a,
.subpage .inner .eventdetail .content .info__link a {
  color: #325e9f;
}
.subpage .inner .newdetail .content .info__link .info__main,
.subpage .inner .eventdetail .content .info__link .info__main {
  color: #325e9f;
}
.subpage .inner .newdetail .content .midbar,
.subpage .inner .eventdetail .content .midbar {
  margin-top: 18px;
}
.subpage .inner .newdetail .content .midbar__title,
.subpage .inner .eventdetail .content .midbar__title {
  color: #325e9f;
  text-transform: uppercase;
  text-align: left;
  font-size: 45px;
  padding: 10px 30px 0;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .content .midbar__title,
  .subpage .inner .eventdetail .content .midbar__title {
    font-size: 30px;
  }
}
.subpage .inner .newdetail .sidebar,
.subpage .inner .eventdetail .sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (orientation:portrait) {
  .subpage .inner .newdetail .sidebar,
  .subpage .inner .eventdetail .sidebar {
    display: none;
  }
}
.subpage .inner .newdetail .sidebar ul,
.subpage .inner .eventdetail .sidebar ul {
  margin-top: 18px;
}
.subpage .inner .newdetail .sidebar ul li,
.subpage .inner .eventdetail .sidebar ul li {
  margin-bottom: 60px;
}
.subpage .inner .newdetail .sidebar ul li a,
.subpage .inner .eventdetail .sidebar ul li a {
  display: block;
  position: relative;
  color: white;
  text-transform: uppercase;
  border-radius: 32px;
}
.subpage .inner .newdetail .sidebar ul li a .banner,
.subpage .inner .eventdetail .sidebar ul li a .banner {
  width: 300px;
  height: 168px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.subpage .inner .newdetail .sidebar ul li a .banner-bottom,
.subpage .inner .eventdetail .sidebar ul li a .banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.subpage .inner .newdetail .sidebar ul li a .text,
.subpage .inner .eventdetail .sidebar ul li a .text {
  position: absolute;
  width: 100%;
  height: 49px;
  padding-left: 20px;
  font-size: 24px;
  line-height: 22px;
}
.subpage .inner .newdetail .sidebar ul li a .text p,
.subpage .inner .eventdetail .sidebar ul li a .text p {
  position: relative;
}
.subpage .inner .newdetail .sidebar ul li a .text .date,
.subpage .inner .eventdetail .sidebar ul li a .text .date {
  font-size: 16px;
}
.subpage .inner .newdetail .sub-repeat,
.subpage .inner .eventdetail .sub-repeat {
  height: 510px;
}
@media (orientation:landscape) {
  .subpage .inner .eventdetail {
    padding-right: 40px;
  }
}
.subpage .inner .eventdetail .sidebar .eventdetail-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
}
.subpage .inner .eventdetail .sidebar .eventdetail-bg::before {
  content: "";
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -290px -89px;
  width: 288px;
  height: 59px;
}
.subpage .inner .eventdetail .sidebar .eventdetail-bg::after {
  content: "";
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: 0px -89px;
  width: 288px;
  height: 73px;
}
.subpage .inner .eventdetail .sidebar .eventdetail-bg li {
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  border-bottom: 1px solid #e8cc96;
  background-image: url(../prod/tqht_mansite/subpage/_sprites.png);
  background-position: -580px -89px;
  width: 288px;
  height: 56px;
}
.subpage .inner .eventdetail .sidebar .eventdetail-bg li:hover, .subpage .inner .eventdetail .sidebar .eventdetail-bg li.active {
  background-color: #fad19c;
  background-image: none;
}
.subpage .inner .eventdetail .sidebar .eventdetail-bg li:last-child {
  border-bottom: unset;
}
.subpage .inner .eventdetail .sidebar .eventdetail-bg li a {
  display: block;
  color: black;
  text-transform: unset;
}
.subpage .inner .eventdetail .midbar__title {
  text-align: left;
}
@media (orientation:portrait) {
  .subpage .inner .eventdetail .midbar__title {
    text-align: center;
  }
}
.subpage .inner .search .main {
  padding: 2%;
  padding-bottom: 12%;
}
@media (orientation:portrait) {
  .subpage .inner .search .main {
    padding-top: 10%;
  }
}
.subpage .inner .search .gsc-control-cse,
.subpage .inner .search .gsc-webResult.gsc-result {
  background-color: unset;
  border: unset;
}
.subpage .footer {
  background: #fff;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (orientation:portrait) {
  .subpage .footer {
    height: 360px;
  }
}
.subpage .footer .gr_img {
  display: flex;
  align-items: center;
  gap: 40px;
}
.subpage .footer .giayphep img {
  width: 250px;
}
.subpage .footer .gr_chinhsach {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media (orientation:landscape) {
  .subpage .footer .gr_chinhsach {
    display: none;
  }
}
.subpage .footer .gr_chinhsach--item {
  font-family: SFUSydneyRegular;
  font-size: 22px;
  color: #342f2f;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
}
.subpage .footer .gr_chinhsach--item:hover {
  text-decoration: underline;
}
.subpage .footer .gr_chinhsach--item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #342f2f;
}
.subpage .footer .logo_footer {
  margin: 0 auto 6px;
  text-align: center;
}
.subpage .footer p {
  font-family: Barlow-Regular;
  font-size: 17px;
  color: #1b242c;
  text-align: center;
}
@media (orientation:portrait) {
  .subpage .footer p {
    font-size: 20px;
    padding: 0 20px;
  }
}

.article {
  position: relative;
  width: 1300px;
  padding: 0 30px 50px;
  font-size: 25px;
  line-height: 35px;
  font-family: "Roboto";
}
@media (orientation:portrait) {
  .article {
    width: 100%;
    line-height: 38px;
  }
}
.article__title {
  padding: 0px 80px 10px;
}
@media (orientation:portrait) {
  .article__title {
    padding: 0 0 10px;
  }
}
.article__title,
.article h1 {
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  font-weight: var(--fontweight-medium);
  border-bottom: none;
  color: #d34a00;
}
@media (orientation:portrait) {
  .article__title,
  .article h1 {
    font-weight: var(--fontweight-bold);
    font-size: 1.2em;
  }
}
.article__meta {
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
.article__cate {
  text-transform: uppercase;
  color: #7d7a7a;
  padding: 5px 10px;
  vertical-align: middle;
}
@media (orientation:portrait) {
  .article__cate {
    font-size: 1em;
  }
}
.article__time {
  color: #7d7a7a;
  display: flex;
  align-items: center;
  font-size: 25px;
  text-align: left;
}

.article__content {
  overflow: hidden;
}
.article__content p {
  margin-bottom: 20px;
}
.article__content ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.article__content ul li {
  list-style-position: outside;
  margin-bottom: 6px;
}
.article__content ul li, .article__content ul.bulleted li {
  list-style-type: disc;
}
.article__content ul.numbered li {
  list-style-type: decimal;
}
.article__content h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-heading-2);
  color: #c33903;
  margin-bottom: 5px;
}
.article__content h3 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-heading-3);
  color: #c33903;
  margin-bottom: 5px;
}
.article__content h4 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-heading-4);
  color: #c33903;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.article__content h4::before {
  content: "";
  display: inline-block;
  background: url(../prod/tqht_mansite/subpage/images/before_h4.png) no-repeat;
  width: 80px;
  height: 56px;
}
.article__content h5 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-heading-5);
  color: #c33903;
  margin-bottom: 5px;
}
.article__content h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-heading-6);
  color: #c33903;
}
.article__content a {
  color: var(--color-href);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.4s;
  border-bottom: 1px solid rgba(var(--color-href), 0.5);
}
.article__content a:hover {
  border-bottom: 1px solid var(--color-href);
}
.article__content a.hero {
  display: block;
  background: var(--color-box-bg);
  color: var(--color-box-content);
  font-weight: bold;
  padding: 20px;
  border: 0px;
}
.article__content img,
.article__content iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 12px;
}
.article__content img + p.caption,
.article__content iframe + p.caption {
  display: block;
  max-width: calc(100% - 40px);
  margin: 0 auto 12px;
  font-style: italic;
  font-size: 0.8em;
  color: #888;
  text-align: center;
}
.article__content img.float, .article__content img.float--left {
  float: left;
  margin-right: 20px;
}
.article__content img.float--right {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}
.article__content .callout {
  padding: 20px 20px;
}
.article__content .table {
  width: 100%;
}
@media (max-width: 700px) {
  .article__content .table {
    overflow: auto;
  }
}
@media (orientation:portrait) {
  .article__content .table {
    overflow: auto;
  }
}
.article__content table {
  width: 100%;
}
.article__content table td {
  padding: 8px;
  border: 1px solid var(--color-table-border);
  vertical-align: middle;
}
.article__content table td img {
  max-width: 100%;
  margin: 0 auto 0;
}
.article__content table thead {
  background: var(--color-table-head-bg);
  color: var(--color-table-head-content);
  font-weight: bold;
}
.article__content table thead tr th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--color-table-border);
}
.article__content table tbody {
  background: var(--color-table-body-bg);
  color: var(--color-table-body-content);
}
.article__content table tfoot {
  background: var(--color-table-foot-bg);
  color: var(--color-table-foot-content);
}
.article__content .panel-info {
  border: 1px solid #519592;
  margin-bottom: 10px;
}
.article__content .panel-info .clickable {
  cursor: pointer;
  padding: 10px;
  background: #c33903;
  color: #fff;
}
.article__content .panel-info .panel-body {
  padding: 10px;
}

@media (orientation:landscape) {
  .floating_top {
    position: initial !important;
  }
}
.sub_floattop {
  position: absolute !important;
  top: 0;
}
@media (orientation:landscape) {
  .sub_floattop,
  .sub_floattop .section__background,
  .sub_floattop .section__content,
  .sub_floattop .inner {
    height: 90px;
  }
}
@media (orientation:portrait) {
  .sub_floattop {
    background: #1e304c;
  }
  .sub_floattop,
  .sub_floattop .section__background,
  .sub_floattop .section__content,
  .sub_floattop .inner {
    height: 100px;
  }
}
.sub_floattop .inner .logo_top {
  position: absolute;
  top: 15px;
  left: 30px;
}
.sub_floattop .inner .nav-mobile {
  display: none;
}
@media (orientation:portrait) {
  .sub_floattop .inner .nav-mobile {
    height: 100px;
    display: flex !important;
    gap: 12px;
    justify-content: end;
    align-items: center;
    padding-right: 30px;
  }
  .sub_floattop .inner .nav-mobile .app-icon-mb {
    position: absolute;
    left: 20px;
    top: 15px;
  }
  .sub_floattop .inner .nav-mobile .code-mb {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: 0px -250px;
    width: 159px;
    height: 147px;
  }
  .sub_floattop .inner .nav-mobile .napthe-mb {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -355px -149px;
    width: 78px;
    height: 78px;
  }
  .sub_floattop .inner .nav-mobile .download-mb {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -161px -250px;
    width: 220px;
    height: 74px;
  }
  .sub_floattop .inner .nav-mobile .openMenu {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -435px -149px;
    width: 73px;
    height: 73px;
  }
}
.sub_floattop .inner .list_menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 25px;
  text-transform: uppercase;
}
@media (orientation:landscape) {
  .sub_floattop .inner .list_menu .gr__button,
  .sub_floattop .inner .list_menu .gr__social {
    display: none;
  }
}
@media (orientation:portrait) {
  .sub_floattop .inner .list_menu {
    transition: 0.5s transform ease-in-out;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: none;
    height: -moz-max-content;
    height: max-content;
    background: url(../prod/tqht_mansite/sub_floattop/images/bg-top.png);
    height: 1184px;
    transform-origin: left;
    display: none;
  }
  .sub_floattop .inner .list_menu.active {
    display: flex;
    pointer-events: unset;
    justify-content: start;
    padding-top: 45px;
    gap: 0;
  }
  .sub_floattop .inner .list_menu .menu__item {
    display: flex;
    align-items: center;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: 0px 0px;
    width: 353px;
    height: 99px;
    padding-bottom: 39px;
    justify-content: center;
    position: relative;
  }
  .sub_floattop .inner .list_menu .menu__item .text {
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-left: 18px;
  }
  .sub_floattop .inner .list_menu .menu__item::before {
    display: block;
    width: 74px;
    height: 74px;
    margin-top: 10px;
    position: absolute;
    left: 10px;
  }
  .sub_floattop .inner .list_menu .menu__item.menu-1::before {
    content: "";
    background: url(../prod/tqht_mansite/sub_floattop/images/icon-trangchu.png);
  }
  .sub_floattop .inner .list_menu .menu__item.menu-2::before {
    content: "";
    background: url(../prod/tqht_mansite/sub_floattop/images/icon-tintuc.png);
  }
  .sub_floattop .inner .list_menu .menu__item.menu-3::before {
    content: "";
    background: url(../prod/tqht_mansite/sub_floattop/images/icon-thongtin.png);
  }
  .sub_floattop .inner .list_menu .menu__item.menu-4::before {
    content: "";
    background: url(../prod/tqht_mansite/sub_floattop/images/icon-huyentuong.png);
  }
  .sub_floattop .inner .list_menu .menu__item.menu-5::before {
    content: "";
    background: url(../prod/tqht_mansite/sub_floattop/images/icon-tinhnang.png);
  }
  .sub_floattop .inner .list_menu .gr__button {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0 10px;
    position: relative;
  }
  .sub_floattop .inner .list_menu .gr__button::before {
    content: "";
    width: 530px;
    height: 1px;
    background: #4b88cc;
    position: absolute;
    top: 0;
  }
  .sub_floattop .inner .list_menu .gr__button::after {
    content: "";
    width: 530px;
    height: 2px;
    background: #4b88cc;
    position: absolute;
    bottom: -20px;
  }
  .sub_floattop .inner .list_menu .gr__button--kythu {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -355px 0px;
    width: 159px;
    height: 147px;
  }
  .sub_floattop .inner .list_menu .gr__button--kythu:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
  }
  .sub_floattop .inner .list_menu .gr__button--dieukhoan {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: 0px -101px;
    width: 159px;
    height: 147px;
  }
  .sub_floattop .inner .list_menu .gr__button--dieukhoan:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
  }
  .sub_floattop .inner .list_menu .gr__button--code {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: 0px -250px;
    width: 159px;
    height: 147px;
  }
  .sub_floattop .inner .list_menu .gr__button--code:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
  }
  .sub_floattop .inner .list_menu .gr__button--hotro {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -161px -101px;
    width: 159px;
    height: 147px;
  }
  .sub_floattop .inner .list_menu .gr__button--hotro:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
  }
  .sub_floattop .inner .list_menu .gr__social {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
  }
  .sub_floattop .inner .list_menu .gr__social--fb {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -63px -399px;
    width: 60px;
    height: 60px;
  }
  .sub_floattop .inner .list_menu .gr__social--fb:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
  }
  .sub_floattop .inner .list_menu .gr__social--group {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -383px -250px;
    width: 61px;
    height: 60px;
  }
  .sub_floattop .inner .list_menu .gr__social--group:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
  }
  .sub_floattop .inner .list_menu .gr__social--youtube {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: 0px -399px;
    width: 61px;
    height: 60px;
  }
  .sub_floattop .inner .list_menu .gr__social--youtube:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
  }
  .sub_floattop .inner .list_menu .gr__social--tiktok {
    display: block;
    font-size: 0px;
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -446px -250px;
    width: 61px;
    height: 60px;
  }
  .sub_floattop .inner .list_menu .gr__social--tiktok:not(.off):hover {
    cursor: pointer;
    pointer-events: all;
    filter: brightness(110%);
  }
}
@media (orientation:landscape) {
  .sub_floattop .inner .list_menu .menu__item a {
    width: 186px;
    height: 46px;
    color: #3965b6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-bottom: 4px;
  }
  .sub_floattop .inner .list_menu .menu__item a.active, .sub_floattop .inner .list_menu .menu__item a:hover {
    background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
    background-position: -161px -326px;
    width: 186px;
    height: 46px;
    flex-direction: row-reverse;
    color: #fff;
    position: relative;
  }
}
.sub_floattop .nav-mobile_content {
  background-color: rgba(0, 0, 0, 0.9);
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20%;
  padding-left: 8%;
  display: none;
  height: var(--sr-device-height);
}
.sub_floattop .nav-mobile_content.active {
  display: block;
}
.sub_floattop .nav-mobile_content li {
  margin-bottom: 24px;
}
.sub_floattop .nav-mobile_content a {
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 90px;
  font-size: 38px;
  text-transform: capitalize;
}
.sub_floattop .nav-mobile_content a:hover {
  color: #efc85c;
}
.sub_floattop .nav-mobile_content a.active {
  justify-content: flex-start;
  color: #efc85c;
}
.sub_floattop .nav-mobile_content a.active:before {
  content: "";
  background-image: url(../prod/tqht_mansite/sub_floattop/_sprites.png);
  background-position: -355px -229px;
  width: 19px;
  height: 19px;
  display: block;
  transform: scale(1.4);
  transform-origin: top;
}
.sub_floattop .nav-mobile_content .icon {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  height: 178px;
  gap: 18px;
  margin-top: 25%;
  margin-bottom: 25%;
}

.openMenu .open {
  display: block;
}
.openMenu .close {
  display: none;
}
.openMenu.active {
  flex-direction: unset !important;
}
.openMenu.active:after {
  display: none !important;
}
.openMenu.active .open {
  display: none;
}
.openMenu.active .close {
  display: block;
}
.common_required_loading {
  margin-top: -1px;
}
@media (orientation:landscape) {
  .common_required_loading, .common_required_loading .section__background, .common_required_loading .section__content, .common_required_loading .inner {
    height: 1000px;
  }
}
@media (orientation:portrait) {
  .common_required_loading, .common_required_loading .section__background, .common_required_loading .section__content, .common_required_loading .inner {
    height: 1000px;
  }
}
.common_required_loading .loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.97);
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  color: #FFF;
  z-index: 312;
}
.common_required_loading .loading .multi-ripple {
  width: 2.6rem;
  height: 2.6rem;
  margin: 2rem;
}
.common_required_loading .loading .multi-ripple div {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.3rem solid rgba(255, 255, 255, 0.4);
  animation: 1.5s ripple infinite;
}
.common_required_loading .loading .multi-ripple div:nth-child(2) {
  animation-delay: 0.5s;
}
@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.common_required_loading .loading.active {
  display: flex;
}
:root {
  --width-desktop-safe: 1720px;
  --maxwidth-desktop-safe: calc(100% - 20px * 2);
  --width-mobile-safe: calc(100% - 20px * 2);
  --width-desktop: 2000px;
  --width-mobile: 768px;
  --height-desktop: 1000px;
  --height-mobile: 1000px;
  --fontsize-primary-desktop: 18px;
  --fontsize-primary-mobile: 24px;
  --fontheight-primary: 1.4;
  --fontweight-heavy: 900;
  --fontweight-bold: 700;
  --fontweight-semibold: 600;
  --fontweight-medium: 500;
  --fontweight-normal: 400;
  --fontweight-light: 300;
}

@media (orientation:landscape) {
  :root {
    --fontsize-primary: var(--fontsize-primary-desktop);
  }
}
@media (orientation:portrait) {
  :root {
    --fontsize-primary: var(--fontsize-primary-mobile);
  }
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, ::after, ::before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
  font-family: sans-serif;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em {
  font-style: italic;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

fieldset {
  min-width: 0;
}

legend {
  max-width: 100%;
  white-space: normal;
  color: inherit;
  display: block;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../prod/prod/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Barlow-Regular;
  src: url(../prod/prod/fonts/Barlow-Regular.ttf);
}
@font-face {
  font-family: Roboto-Black;
  src: url(../prod/prod/fonts/Roboto-Black.ttf);
}
@font-face {
  font-family: UTMCAFETA;
  src: url(../prod/prod/fonts/UTMCAFETA.ttf);
}
@font-face {
  font-family: SFUSydneyRegular;
  src: url(../prod/prod/fonts/SFUSydneyRegular.ttf);
}
@font-face {
  font-family: SFUSydneyMedium;
  src: url(../prod/prod/fonts/SFUSydneyMedium.ttf);
}
* {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}

.off, .off:hover {
  filter: grayscale(100%);
  pointer-events: none;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  background: #fdfdfd;
}
html.popup-opened {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

body {
  font-family: SFUSydneyRegular;
  line-height: var(--fontheight-primary);
  font-size: var(--fontsize-primary);
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  background: none;
}
body.popup-opened {
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row > .col-1 {
  padding: 0 10px;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.row > .col-offset-1 {
  padding: 0 10px;
  margin-left: 8.3333333333%;
  max-width: 8.3333333333%;
}
.row > .col-2 {
  padding: 0 10px;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.row > .col-offset-2 {
  padding: 0 10px;
  margin-left: 16.6666666667%;
  max-width: 16.6666666667%;
}
.row > .col-3 {
  padding: 0 10px;
  flex-basis: 25%;
  max-width: 25%;
}
.row > .col-offset-3 {
  padding: 0 10px;
  margin-left: 25%;
  max-width: 25%;
}
.row > .col-4 {
  padding: 0 10px;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.row > .col-offset-4 {
  padding: 0 10px;
  margin-left: 33.3333333333%;
  max-width: 33.3333333333%;
}
.row > .col-5 {
  padding: 0 10px;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.row > .col-offset-5 {
  padding: 0 10px;
  margin-left: 41.6666666667%;
  max-width: 41.6666666667%;
}
.row > .col-6 {
  padding: 0 10px;
  flex-basis: 50%;
  max-width: 50%;
}
.row > .col-offset-6 {
  padding: 0 10px;
  margin-left: 50%;
  max-width: 50%;
}
.row > .col-7 {
  padding: 0 10px;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.row > .col-offset-7 {
  padding: 0 10px;
  margin-left: 58.3333333333%;
  max-width: 58.3333333333%;
}
.row > .col-8 {
  padding: 0 10px;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.row > .col-offset-8 {
  padding: 0 10px;
  margin-left: 66.6666666667%;
  max-width: 66.6666666667%;
}
.row > .col-9 {
  padding: 0 10px;
  flex-basis: 75%;
  max-width: 75%;
}
.row > .col-offset-9 {
  padding: 0 10px;
  margin-left: 75%;
  max-width: 75%;
}
.row > .col-10 {
  padding: 0 10px;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.row > .col-offset-10 {
  padding: 0 10px;
  margin-left: 83.3333333333%;
  max-width: 83.3333333333%;
}
.row > .col-11 {
  padding: 0 10px;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.row > .col-offset-11 {
  padding: 0 10px;
  margin-left: 91.6666666667%;
  max-width: 91.6666666667%;
}
.row > .col-12 {
  padding: 0 10px;
  flex-basis: 100%;
  max-width: 100%;
}
.row > .col-offset-12 {
  padding: 0 10px;
  margin-left: 100%;
  max-width: 100%;
}
@media (orientation:portrait) {
  .row > .col-mobile-1 {
    padding: 0 10px;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-mobile-offset-1 {
    padding: 0 10px;
    margin-left: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row > .col-mobile-2 {
    padding: 0 10px;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-mobile-offset-2 {
    padding: 0 10px;
    margin-left: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row > .col-mobile-3 {
    padding: 0 10px;
    flex-basis: 25%;
    max-width: 25%;
  }
  .row > .col-mobile-offset-3 {
    padding: 0 10px;
    margin-left: 25%;
    max-width: 25%;
  }
  .row > .col-mobile-4 {
    padding: 0 10px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-mobile-offset-4 {
    padding: 0 10px;
    margin-left: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row > .col-mobile-5 {
    padding: 0 10px;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-mobile-offset-5 {
    padding: 0 10px;
    margin-left: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row > .col-mobile-6 {
    padding: 0 10px;
    flex-basis: 50%;
    max-width: 50%;
  }
  .row > .col-mobile-offset-6 {
    padding: 0 10px;
    margin-left: 50%;
    max-width: 50%;
  }
  .row > .col-mobile-7 {
    padding: 0 10px;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-mobile-offset-7 {
    padding: 0 10px;
    margin-left: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row > .col-mobile-8 {
    padding: 0 10px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-mobile-offset-8 {
    padding: 0 10px;
    margin-left: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row > .col-mobile-9 {
    padding: 0 10px;
    flex-basis: 75%;
    max-width: 75%;
  }
  .row > .col-mobile-offset-9 {
    padding: 0 10px;
    margin-left: 75%;
    max-width: 75%;
  }
  .row > .col-mobile-10 {
    padding: 0 10px;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-mobile-offset-10 {
    padding: 0 10px;
    margin-left: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row > .col-mobile-11 {
    padding: 0 10px;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-mobile-offset-11 {
    padding: 0 10px;
    margin-left: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row > .col-mobile-12 {
    padding: 0 10px;
    flex-basis: 100%;
    max-width: 100%;
  }
  .row > .col-mobile-offset-12 {
    padding: 0 10px;
    margin-left: 100%;
    max-width: 100%;
  }
}

iframe {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper {
  width: var(--width-desktop);
  transform-origin: top left;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (orientation:portrait) {
  .wrapper {
    width: var(--width-mobile);
  }
}
.wrapper__content {
  overflow-x: hidden;
  overflow-y: hidden;
  width: var(--width-desktop);
}

.container {
  display: block;
  margin: 0 auto;
  width: var(--width-desktop-safe);
  max-width: var(--maxwidth-desktop-safe);
}
@media (orientation:portrait) {
  .container {
    width: var(--width-mobile-safe);
  }
}

hr.split {
  margin: 0;
  border: 0;
  background: transparent;
}
hr.split--low {
  height: 16px;
}
hr.split--medium {
  height: 24px;
}
hr.split--high {
  height: 32px;
}
hr.split--giant {
  height: 48px;
}

.section {
  position: relative;
  display: block;
  width: var(--width-desktop);
}
@media (max-width: 700px) {
  .section {
    width: var(--width-mobile);
  }
}
@media (orientation:portrait) {
  .section {
    width: var(--width-mobile);
  }
}
.section__background {
  display: block;
  width: 100%;
}
.section__background img,
.section__background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__background video {
  position: absolute;
  top: 0;
}
.section__content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section.autoHeight .section__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.section.autoHeight .section__content {
  display: block;
  position: relative;
}
.section--fixedHeight > .section__background {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}
.section--fixedHeight > .section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 700px) {
  .section--fixedHeight > .section__background img {
    height: auto;
  }
}
@media (orientation:portrait) {
  .section--fixedHeight > .section__background img {
    height: auto;
  }
}
.section--fixedHeight > .section__content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.section__overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8) 100%; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.desktop {
  display: block !important;
}

.desktop-inline {
  display: inline-block !important;
}

.desktop-flex {
  display: flex !important;
}

.desktop-grid {
  display: grid !important;
}

.mobile,
.mobile-inline,
.mobile-flex,
.mobile-grid {
  display: none !important;
}

@media (orientation:portrait) {
  .desktop,
  .desktop-inline,
  .desktop-flex,
  .desktop-grid {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .mobile-inline {
    display: inline-block !important;
  }
  .mobile-flex {
    display: flex !important;
  }
  .mobile-grid {
    display: grid !important;
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.text-left {
  text-align: left;
  justify-content: flex-start !important;
}

.text-center {
  text-align: center;
  justify-content: center !important;
}

.text-right {
  text-align: right;
  justify-content: flex-end !important;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

.flex-middle {
  align-items: center;
}

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

.flex.space-between {
  justify-content: space-between;
}

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

.flex.wrap {
  flex-wrap: wrap;
}

@media (orientation:portrait) {
  .mobile-flex {
    display: flex;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .mobile-flex-start {
    justify-content: flex-start;
  }
  .mobile-flex-end {
    justify-content: flex-end;
  }
  .mobile-flex-middle {
    align-items: center;
  }
  .mobile-flex.column {
    flex-direction: column;
  }
  .mobile-flex.space-between {
    justify-content: space-between;
  }
  .mobile-flex.center {
    align-items: center;
  }
  .mobile-flex.wrap {
    flex-wrap: wrap;
  }
}
.floating_loading {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating * {
  pointer-events: all;
}

@media (orientation:portrait) {
  .floating__top {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.scrollwatch-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  background: transparent;
  pointer-events: none;
}

@keyframes shine {
  100% {
    filter: brightness(120%);
  }
}
@keyframes shine_scale {
  100% {
    filter: brightness(90%);
    transform: scale(1.1);
    transform-origin: center center;
  }
}
@keyframes shine_move {
  100% {
    filter: brightness(110%);
    transform: translateX(12px);
  }
}
.fancybox-active {
  height: 100% !important;
}

table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  background-color: transparent;
  color: #000;
  height: 60px;
}
table tr th {
  padding: 10px;
  text-transform: capitalize;
  color: #000;
  border: 0;
}
table tr td {
  padding: 10px 20px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #c8c0a2;
}

.d-none {
  display: none !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes barcode {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes barcode2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 130px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__background, .popup__background--unclosable {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  transition: opacity 1s;
}
.popup__content {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 0.2s;
  transform: scale(0);
}
.popup__tool {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  padding: 5px;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.popup__close {
  pointer-events: all;
  background: #000;
  position: absolute;
  right: 0%;
  top: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 42px;
  height: 42px;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup.active .popup__background,
.popup.active .popup__background--unclosable {
  opacity: 1;
  visibility: visible;
}
.popup.active .popup__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.popup.active .popup__tool {
  opacity: 1;
  visibility: visible;
}

.popup--open-image .popup__content .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.popup--open-video .popup__content {
  width: 80%;
  height: 60%;
}
.popup--open-video .popup__content .embed {
  width: 100%;
  height: 100%;
}
.popup--open-video .popup__content .embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes down {
  0% {
    transform: translate3d(0%, -25%, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes transUpDown {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}

/*# sourceMappingURL=prod.css.map*/