@charset "UTF-8";
.image-tour-desktop {
  width: 300px;
  height: 216px;
}

.first-image-blog {
  height: 312px;
  width: 100%;
}

.right-image-blog {
  height: 176px;
  width: 100%;
}
@media (max-width: 768px) {
  .right-image-blog {
    height: 110px;
  }
}

.list-news__post-image {
  width: 413px;
  height: 288px;
  -o-object-fit: fill;
     object-fit: fill;
}

.custom-image-slider {
  width: 100%;
  height: 265px;
  -o-object-fit: fill;
     object-fit: fill;
}

.youtube-responsive {
  margin: 40px auto;
  width: 1063px;
  height: 598px;
  max-width: 100%;
  position: relative;
}
.youtube-responsive iframe, .youtube-responsive embed, .youtube-responsive object {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1200px) {
  .youtube-responsive {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    max-width: 100%;
  }
  .youtube-responsive iframe,
  .youtube-responsive embed,
  .youtube-responsive object {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .custom-image-slider {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.customer-image-avatar {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-home .swiper .swiper-slide .inner-item {
  padding: 20px 0px;
  display: grid;
  gap: 8px;
}
.partners-home .swiper .swiper-slide .inner-item .item-image {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
}
.partners-home .swiper .swiper-slide .inner-item .item-image img {
  width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 768px) {
  .partners-home .swiper .swiper-slide .inner-item .item-image {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .partners-home .swiper .swiper-slide .inner-item .item-image {
    height: 80px;
  }
}

.hot-tour-image {
  width: 412px;
  height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
}

.endow-slider-image {
  width: 348px;
  height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .endow-slider-image {
    width: 163px;
    height: 163px;
  }
}

.img-slider-tour {
  height: 687px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .img-slider-tour {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .img-slider-tour {
    height: 250px;
  }
}

.filter-select {
  font-size: 12px;
  border: 0.5px solid #DDDDDD;
  border-radius: 10px;
  height: 38px;
}

.icon-menu {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

#modalDetailProduct .modal-content {
  height: 615px;
}
#modalDetailProduct .modal-content .modal-body .right-modal {
  height: 615px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  #modalDetailProduct .modal-content {
    height: 80%;
  }
  #modalDetailProduct .modal-content .modal-body {
    height: 100%;
  }
  #modalDetailProduct .modal-content .modal-body .right-modal {
    height: 95%;
    margin: 10px 0;
  }
}

#modal-room-images .carousel-item .image_desktop {
  width: 846px;
  height: 615px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 768px) {
  #modal-room-images .carousel-item .image_desktop {
    width: 100%;
    height: 72.695035461vw;
  }
}

.image_hotel_list {
  width: 322px !important;
  height: 206px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (max-width: 768px) {
  .image_hotel_list {
    width: 100% !important;
  }
}

.image_related_hotel {
  width: 304px;
  height: 209px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .image_related_hotel {
    width: 100%;
  }
}

.image_activity {
  width: 100%;
  height: 276px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .image_activity {
    height: auto;
    aspect-ratio: 10/9;
  }
}

.image_checkout_hotel {
  width: 100%;
  height: 127px;
  -o-object-fit: cover;
     object-fit: cover;
}

.social-actions {
  position: fixed;
  top: 50%;
  right: 20px; /* hoặc bao nhiêu tùy bạn */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px; /* khoảng cách giữa các icon */
  z-index: 9999; /* đảm bảo nổi trên cùng */
}
.social-actions a img {
  width: 48px; /* hoặc theo kích thước icon bạn */
  height: 48px;
  border-radius: 50%; /* nếu icon là hình tròn */
  transition: transform 0.3s;
}
.social-actions a img:hover {
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .image-banner-category {
    margin: 0 !important;
  }
}
.new4.nd-page img[style*="text-align: left"],
.new4.nd-page img[style*="float: left"] {
  display: block;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  float: none;
}
.new4.nd-page img[style*="text-align: center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
}
.new4.nd-page img[style*="text-align: right"],
.new4.nd-page img[style*="float: right"] {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  float: none;
}
.new4.nd-page p[style*="text-align: left"] img,
.new4.nd-page p[style*="text-align: center"] img,
.new4.nd-page p[style*="text-align: right"] img {
  max-width: 100%;
  height: auto;
}
.new4.nd-page p[style*="text-align: left"] {
  text-align: left;
}
.new4.nd-page p[style*="text-align: left"] img {
  display: inline-block;
  margin: 0;
}
.new4.nd-page p[style*="text-align: center"] {
  text-align: center;
}
.new4.nd-page p[style*="text-align: center"] img {
  display: inline-block;
  margin: 0 auto;
}
.new4.nd-page p[style*="text-align: right"] {
  text-align: right;
}
.new4.nd-page p[style*="text-align: right"] img {
  display: inline-block;
  margin: 0;
}
.new4.nd-page div[style*="text-align: left"] {
  text-align: left;
}
.new4.nd-page div[style*="text-align: left"] img {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.new4.nd-page div[style*="text-align: center"] {
  text-align: center;
}
.new4.nd-page div[style*="text-align: center"] img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.new4.nd-page div[style*="text-align: right"] {
  text-align: right;
}
.new4.nd-page div[style*="text-align: right"] img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.new4.nd-page img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.new4.nd-page figure {
  margin: 15px 0;
}
.new4.nd-page figure.image.image-style-block-align-left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.new4.nd-page figure.image.image-style-block-align-left img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}
.new4.nd-page figure.image.image-style-block-align-right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.new4.nd-page figure.image.image-style-block-align-right img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.new4.nd-page figure.image:not(.image-style-block-align-left):not(.image-style-block-align-right) {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.new4.nd-page figure.image:not(.image-style-block-align-left):not(.image-style-block-align-right) img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.new4.nd-page figure.image-style-align-left, .new4.nd-page figure[style*="text-align: left"] {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.new4.nd-page figure.image-style-align-left img, .new4.nd-page figure[style*="text-align: left"] img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}
.new4.nd-page figure.image-style-align-center, .new4.nd-page figure[style*="text-align: center"] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.new4.nd-page figure.image-style-align-center img, .new4.nd-page figure[style*="text-align: center"] img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.new4.nd-page figure.image-style-align-right, .new4.nd-page figure[style*="text-align: right"] {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.new4.nd-page figure.image-style-align-right img, .new4.nd-page figure[style*="text-align: right"] img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.new4.nd-page figure img {
  max-width: 100%;
  height: auto;
}
.new4.nd-page figure figcaption {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  margin-top: 8px;
  text-align: inherit;
}
.new4.nd-page img.image-style-block-align-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.new4.nd-page img.image-style-block-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.new4.nd-page img.image-style-block-align-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.new4.nd-page p:has(img):not([style*=text-align]) {
  text-align: center;
}
.new4.nd-page p:has(img):not([style*=text-align]) img {
  display: inline-block;
  margin: 0 auto;
}

.content-page .content-product .right-product .right-product-2 .product-attributes .item-count .right-item {
  width: 240px !important;
}
