/**/
#site-preloader {
  position: fixed;
  z-index: 99999;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease;
}
#site-preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}
.preloader-content img {
  opacity: 0;
  transform: scale(0.8);
  animation: fadeZoomIn 1s ease-out forwards;
}

@keyframes fadeZoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/**/
.home-box {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.fp-watermark{
  display: none;
}
.home-box1 .fp-overflow {
  height: 100%;
}
.gallery-top .item-product {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.gallery-top .item-product video, .gallery-top .item-product iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.gallery-top .item-product::before {
  content: "";
  background-color:#00000040;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.gallery-top .item-product .info-product {
  position: relative;
  z-index: 2;
}
.info-product .title-product{
  font-size: 60px;
}
.info-product .title-product::after {
  content: "";
  background-color: #ff0000;
  height: 7px;
  width: 200px;
  display: block;
  margin: 5px 0 0;
}
.info-product p{
  font-size: 31px;
}
.btn.btn-primary{
  padding: 10px 30px;
  border: 0;
}
.btn-primary{
  background-color: #ffd35e;
  color: #000;
}
.btn-primary:hover{
  background-color: #ffd35e98;
}
.btn.btn-dark {
  background-color: #999999a3;
}

.item-product-thumb img {
  aspect-ratio: 392/273;
  width: 100%;
  display: block;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  max-height: 255px;
}
.swiper-slide-thumb-active .item-product-thumb img {
  border-color: #ffd35e;
}
.gallery-thumbs{
  max-width: 90%;
}

/**/
div.swiper-button-next,
div.swiper-button-prev {
  font-weight: 900;
}
div.swiper-button-next {
}
div.swiper-button-prev {
}
div.swiper-button-prev::after,
div.swiper-button-next::after{
    font-size: 30px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    color: #ffd35e;
}
div.swiper-button-next::after,
div.swiper-button-prev::after {
  color: #fff;
  font-family: "Font Awesome 6 Free";
}
div.swiper-button-next::after{
  content: '\f061';
}
div.swiper-button-prev::after{
  content: '\f060';
}
@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -45px;
    }
    .main-sw div.swiper-button-prev{
        left: -45px;
    }
}
.gallery-top1 div.swiper-button-next::after,
.gallery-top1 div.swiper-button-prev::after,
.gallery-thumbs div.swiper-button-next::after,
.gallery-thumbs div.swiper-button-prev::after{
  font-size: 35px;
}
/**/
.home-box2{
  background-color: #000;
}
.home-box .title{
  color: #ffd35e;
}
.home-box h2.title{
  font-size: 60px;
}
.home-box h3.title{
  font-size: 30px;
}

.info-step {
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.info-step .num {
  font-size: 150px;
  line-height: 1;
}
.item-step {
  background-size: cover;
}
/*home-box3*/
.home-box3{
  background-color: #000;
}
.table-banggia table {
  border: 1px solid #fff;
  border-collapse: collapse;
}
.table-banggia td,.table-banggia tr {
  border: 1px solid;
}
.table-banggia td {
  padding: 5px 25px;
}
.table-banggia {
  font-size: 40px;
  margin: 0 auto;
  display: inline-block;
}
.table-banggia thead,.table-banggia b {
  font-size: 20px;
}
.table-banggia span {
  font-size: 25px;
}
/**/
.item-nx {
  padding: 20px;
  border: 1px solid #eeeeee61;
  background-color: #313131b2;
}
.item-nx-head img{
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 100%;
}
.item-nx-head label{
  flex: 1;
  padding-left: 10px;
}
.footer-box img{
  max-width: 150px;
}
.footer-box{
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}
/**/
.modal-hvg .modal-content{
  background-color: #313131;
}
.modal-hvg .modal-dialog{
  max-width: 935px;
}
.modal-hvg .modal-body {
  padding: 20px 30px 40px;
}
.modal-hvg .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.product-detail-banner img {
  box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.77);
  aspect-ratio: 350/525;
  object-fit: cover;
  width: 100%;
  display: block;
}
.product-short-desc{
  font-size: 22px;
}
#product-trailer iframe {
  width: 100%;
  aspect-ratio: 16/10;
  box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.77);
  height: auto;
}
/**/
#product-datphong select{
  background-color: #000;
  color: #fff;
  font-size: 20px;
  border: 0;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 0;
  width: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
#product-datphong label{
  color: #7a7a7a;
}
.item-option{
  border-radius: 5px;
  color: #7a7a7a;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 72px;
}
.item-option:hover,
.item-option.active{
  border-color: #ffd35e;
  color: #7a7a7a;
}
.item-option.reserved{
  background-color: #535353;
  color: #000;
  line-height: 1;
}
.label-input{
  font-size: 12px;
  margin: 7px 0 2px;
}
#product-datphong input{
  border-color: #1b1b1b;
  background-color: #1b1b1b;
  color: #7a7a7a;
}
.swal-custom-btn {
  color: #000 !important;
  margin-top: 0 !important;
}
.swal2-show .swal2-actions{
  margin-top: 5px !important;
}

/**/
.gallery-thumbs1 .swiper-wrapper {
  transform:none!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr);
  grid-gap:0 20px
}
.gallery-thumbs1 .swiper-slide {
  width:100%!important;
  margin:0;
  cursor: pointer;
}
.main-sw-popup {
  position:relative;
  opacity:0;
  position:fixed;
  visibility:hidden;
  transition:.5s all;
  background-color:#00000080;
  width:100%;
  min-height:100vh;
  top:0;
  z-index:999999999999;
  display:flex;
  align-items:center
}
.main-sw-popup.active {
  opacity:1;
  visibility:visible
}
.close_sw-popup {
  position: absolute;
  top: 4px;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  z-index: 9;
}
.main-sw-popup .gallery-top1 {
  max-width: 1000px;
  margin: 0 auto;
}
.main-sw-popup .gallery-top1 .info-step-popup h4 {
  color: #ffd35e;
  font-size: 30px;
}
.main-sw-popup .gallery-top1 .info-step-popup {
  width: 50%;
}

.main-sw-popup .swiper-pagination-bullet{
/*  opacity: 1;*/
  background-color: #EDEDED;
  margin-right: 4px;
  width: 15px;
  height: 15px;
}
.main-sw-popup .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff;
}
/**/
.text-black{
  color: #000;
}
.text-justify {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .btn.btn-primary {
    padding: 10px;
  }
  .home-box {
    height: calc(100vh - 85px) !important;
  }
  .gallery-thumbs {
    max-width: 100%;
  }
  .gallery-thumbs .swiper-button{
    display: none;
  }
  .home-box1 .container-fluid{
    padding-right: 0 !important;
  }
  .home-box1 .item-product {
    background: #000 !important;
    align-items: flex-start;
    justify-content: flex-start !important;
    padding-top: 60px;
    min-height: auto;
  }
/*  */
  .item-product-thumb img {
    aspect-ratio: 380/400;
    border-width: 1px;
    border-radius: 5px;
  }
  .info-product .title-product {
    font-size: 20px;
  }
  .info-product .title-product br {
    display: none;
  }
  .info-product p {
    font-size: 18px;
  }
  .info-product .title-product::after {
    height: 3px;
  }

  .product-banner-box {
    position: relative;
    order: -1;
    margin-bottom: 4px;
  }
  .product-banner-box img {
    aspect-ratio: 2/2.5;
    width: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .info-product-content .product-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
  .info-product-content{
    display: flex;
    flex-direction: column;
  }
  .gallery-thumbs-wrap{
    position: unset !important;
  }
  .gallery-top{
    height: auto !important;
  }
  .thong-tin-dat-phong .btn,
  .product-btn .btn {
    width: 48%;
  }
/* Modal */
  .modal-hvg .modal-content {
    background-color: #313131;
    margin: 10px;
    border: 1px solid #fff;
    overflow: hidden;
  }
  .modal-hvg .modal-body {
    padding: 0;
  }
  .modal-hvg .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .product-detail-banner img {
    aspect-ratio: 3/2;
    box-shadow: none;
    object-position: center;
  }
  .product-detail-info {
    padding: 15px 10px 10px;
    position: relative;
  }
  .product-detail-info::before {
    content: "";
    background-image: linear-gradient(to bottom, #3131311a,#313131);
    width: 100%;
    display: block;
    height: 32px;
    position: absolute;
    left: 0;
    top: -29px;
  }
  .product-detail-banner h2,
  .product-detail-info h2 {
    font-size: 20px;
  }
  .product-detail-banner h2,
  .product-short-desc {
    font-size: 18px;
  }
/*  */
  #product-trailer .modal-body,
  #product-datphong .modal-body {
    padding: 15px;
  }
  #product-datphong select {
    font-size: 18px;
    width: 100%;
  }
  #product-datphong label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #product-datphong label.label-input {
    margin-bottom: 0;
    font-size: 14px;
  }
  .thong-tin-dat-phong .row{
    flex: unset !important;
  }
/*  */
  .home-box h2.title {
    font-size: 25px;
  }
  .home-box h3.title {
    font-size: 20px;
  }
  .gallery-thumbs1 .swiper-wrapper {
    grid-gap: 0 10px;
  }
  .item-step {
    background-size: cover;
    min-height: 99px;
    display: flex;
  }
  .info-step {
    margin-bottom: 0;
  }
  .info-step .num {
    font-size: 60px;
  }
  .info-step h4 {
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: 0;
  }
  .gallery-thumbs1 .swiper-wrapper {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 10px;
  }
  .main-box2 .desc{
    font-size: 13px;
  }
  .main-box2 .btn {
    padding: 8px 13px 5px;
    border-radius: 0 !important;
  }
  .item-step-popup {
    background-color: #313131;
    margin: 0 20px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .main-sw-popup .gallery-top1 .info-step-popup {
    position: unset !important;
    width: 100% !important;
    transform: none !important;
    padding: 20px 15px 50px;
    margin: 0 !important;
    font-size: 12px;
  }
  .item-step-popup img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    object-position: right;
  }
  .main-sw-popup .gallery-top1 .info-step-popup h4 {
    font-size: 25px;
  }
  .main-sw-popup .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 2px !important;
  }
  .close_sw-popup {
    right: 16px;
    font-size: 20px;
  }
/*  */
  .table-banggia {
    font-size: 18px;
  }
  .table-banggia span,
  .table-banggia thead, .table-banggia b {
    font-size: 14px;
  }
  .table-banggia td {
    padding: 2px 5px;
  }
  .item-nx {
    padding: 10px;
    font-size: 10px;
  }
  .item-nx-head {
    margin-bottom: 5px;
  }
  .item-nx-head img {
    width: 20px;
    height: 20px;
  }
  .item-nx-head .ranking i {
    font-size: 5px;
  }
  .item-nx-head label {
    padding-left: 4px;
    display: flex;
    align-items: center;
  }
  .footer-box {
    font-size: 12px;
  }
  .footer-box img {
    max-width: 80px;
  }
  /*  */
  .product-detail-content-desc {
    max-height: calc(100vh - 531px);
    overflow: auto;
  }
}
@media only screen and (max-width: 480px) {
  .full-header {
    padding: 7px 0 10px;
  }
  .item-product-thumb img {
    aspect-ratio: 1/0.8;
  }
  .product-banner-box img {
    aspect-ratio: 2.2/2.5;
  }
/*  */
.item-option {
  margin-right: 5px;
  min-width: auto;
  font-size: 12px !important;
}
#kq_load_room_time>div,
.list-option-date {
  flex-wrap: wrap;
  justify-content: left;
  gap: 4%;
}
.list-option-date .item-option {
  width: 22% !important;
  margin: 0 0 10px 0 !important;
}
.list-option.number_of_hours_played {
  width: 100%;
}
.list-option.number_of_hours_played a {
  width: 47%;
}
/* #kq_load_room_time>div {
  gap: 4% !important;
} */
#kq_load_room_time>div label {
  font-size: 14px;
  height: auto;
  padding: 14px 0;
  white-space: nowrap;
}
/*  */
  .menu-mobile {
    padding: 10px 0 5px;
  }
  .menu-mobile ul li a {
    font-size: 9px;
  }
  .menu-mobile ul li a img {
    height: 17px;
    margin-bottom: 3px;
  }
  .item-nx {
    font-size: 9px;
  }
  .footer-box {
    font-size: 10px;
  }
  .info-product-content p{
    margin-bottom: 5px !important;
  }
  .frm-wrap {
    max-height: calc(100vh - 260px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 480px) and (max-height: 736px) {
  .product-banner-box img {
    aspect-ratio: 2/2;
  }
}

.fp-nav{
  display: none !important;
}