@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "ivv";
  src: url("../fonts/ivv.eot");
  src:
    url("../fonts/ivv.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ivv.ttf") format("truetype"),
    url("../fonts/ivv.svg#ivv") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
  margin-bottom: 10px;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title h2 {
  font-size: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}

.title h2 strong {
  padding: 0 16px;
  height: 40px;
  border-radius: 9999px;
  background-color: #ffecec;
  color: #e53935;
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
  font-weight: 500;
}

.title h2 strong::before {
  font-family: ivv !important;
  content: "\e904";
  color: #e52822;
  margin-right: 6px;
}

.title p {
  font-size: 18px;
}

#breadcrumbs {
  padding: 15px 0;
  font-size: 14px;
  color: #777;
}

#breadcrumbs a {
  color: #40a6f2;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 35px;
  height: 35px;
  min-height: 35px;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 1.75rem;
  height: 1.75rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

#header .nav > li > a {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  padding: 24px 0;
}

#header .nav-line-bottom > li > a:before {
  height: 2px;
  background-color: #ff8c00;
}

.popup-room-detail {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  max-width: 1000px;
}

.fancybox__container.is-loading::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
}

.fancybox__container.is-loading::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid #ddd;
  border-top-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 0.8s linear infinite;
  z-index: 10000;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* home */
.home2 {
  padding-top: 40px;
}

.home2 img {
  border-radius: 10px;
  overflow: hidden;
}

.home2 .slider {
  padding-bottom: 45px;
}

.home2 .flickity-page-dots .dot {
  background-color: #9497a340;
  opacity: 1;
  border: 0;
}

.home2 .flickity-page-dots .dot:hover,
.home2 .flickity-page-dots .dot.is-selected {
  background-color: #9497a3e6;
}

.home3 {
  padding-top: 30px;
}

.home3 .box {
  border-radius: 10px;
  overflow: hidden;
}

.home3 .box h3 {
  font-size: 24px;
}

.home3 .box p {
  font-size: 16px;
}

.home3 .shade {
  background: transparent;
  background-image: linear-gradient(
    to top,
    #00000080,
    #0000004d 30%,
    #00000003 50%,
    #0000
  );
}

.box-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.box-list > .box:first-child,
.box-list > .box:nth-of-type(6) {
  grid-row: span 1 / span 1;
  grid-column: span 8 / span 8;
}

.box-list > .box:nth-of-type(2),
.box-list > .box:nth-of-type(5),
.box-list > .box:nth-of-type(7),
.box-list > .box:nth-of-type(8) {
  grid-column: span 4 / span 4;
  grid-row: span 2 / span 2;
}

.box-list > .box:nth-of-type(3),
.box-list > .box:nth-of-type(4) {
  grid-column: span 4 / span 4;
  grid-row: span 1 / span 1;
}

.box-list .box-image {
  height: 100%;
}

.box-list img,
.home3 .shade {
  border-radius: 10px;
}

.box-list > .box:nth-of-type(7) .box-text,
.box-list > .box:nth-of-type(8) .box-text {
  bottom: 6.5%;
}

.box-list2 > .box:nth-of-type(2) {
  grid-column: span 4 / span 4;
  grid-row: span 1 / span 1;
}

.box-list2 > .box:nth-of-type(4) {
  grid-column: span 8 / span 8;
  grid-row: span 1 / span 1;
}

.box-list2 > .box:nth-of-type(5),
.box-list2 > .box:nth-of-type(6) {
  grid-column: span 6 / span 6;
  grid-row: span 1 / span 1;
}

.box-list2 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

/* khachsan */
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px 12px;
}
.post-stars {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.post-stars i {
  font-size: 20px;
}

.post-tt {
  display: flex;
}

h1.post-title {
  font-size: 24px;
  color: #003c71;
  font-weight: 600;
  margin-bottom: 0;
}

.post-dia_chi i {
  position: relative;
  top: 2px;
}

.post-dia_chi span {
  color: #828282;
  font-size: 14px;
}

.book-now-btn {
  background-color: #ff8c00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 16px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
}

.post-header .box-right .flex {
  gap: 16px;
}

.post-header .box-right i {
  font-size: 24px;
}

.post-header .box-right .ivv-share-icon {
  cursor: pointer;
}

.post-header .box-right .ivv-share-icon:before {
  color: #828282;
}

.gallery-wrapper .col-right .image-cover:first-child {
  margin-bottom: 20px;
}

.gallery-wrapper .image-cover {
  position: relative;
  padding-top: 62%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 850px) {
  .gallery-wrapper .col-left .image-cover {
    padding-top: 63.3%;
  }
}

.sub-image-wrapper {
  position: relative;
}

.sub-image-wrapper .img-overlay {
  position: absolute;
  background-color: #00000080;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
}

.post-dia_chi_map iframe {
  width: 100% !important;
  height: 175px !important;
  border: 0;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.box-reviews {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
}

.box-reviews .review-summary {
  padding: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
}

.box-reviews .review-score {
  font-size: 16px;
  padding: 1px 8.5px;
}

.box-reviews .review-level,
.box-reviews .review-total {
  font-size: 14px;
}

.box-reviews .slider.flickity-enabled button.flickity-prev-next-button {
  background: transparent;
  border: 0;
  box-shadow: unset;
}

.box-reviews
  .slider.flickity-enabled
  button.flickity-prev-next-button.previous {
  left: -15px;
  opacity: 0.6 !important;
}

.box-reviews .slider.flickity-enabled button.flickity-prev-next-button.next {
  right: -15px;
  opacity: 0.6 !important;
}

.box-reviews .review-text {
  -webkit-line-clamp: 3;
  margin-bottom: 40px;
  height: 68px;
}

.box-reviews .box-border {
  padding: 0;
  box-shadow: none;
}

.box-reviews .review-list {
  padding: 16px;
}

.box-reviews .review-list .col {
  padding-bottom: 0 !important;
}

.box-reviews .box-bot {
  padding: 16px;
  border-top: 1px solid #d9d9d9;
}

.loai-goi {
  box-shadow: 0 0 6px #00000026;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  margin-top: 30px;
}

.loai-goi-item {
  border-radius: 10px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #dedfe3;
  margin-bottom: 16px;
}

.loai-goi-item h3 {
  color: #003c71;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 6px;
}

.loai-goi-item .package-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #828282;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.loai-goi-item .col {
  padding-bottom: 0;
}

.loai-goi-item .readmore {
  color: #26bed6;
}

.loai-goi-item .room-price {
  text-align: right;
  font-size: 22px;
  line-height: 1.2;
  color: #3f3b3b;
  font-weight: 600;
}

.loai-goi-item .book-now-btn {
  display: block;
  text-align: center;
  width: 120px;
  border-radius: 10px;
  margin-left: auto;
  cursor: pointer;
}

ul {
  padding-left: 20px;
}

.fancybox__content > .carousel__button.is-close {
  margin: 0;
  top: 10px;
  right: 10px;
  color: red;
}

.price-from-box .price-value {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #3f3b3b;
  text-align: right;
}

.price-from-tt {
  text-align: right;
}

.price-from-box .book-now-btn {
  display: block;
  text-align: center;
  border-radius: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.note-list .note-item i {
  color: #43a047;
}

.note-list .note-item {
  margin-bottom: 8px;
}

.note-list .note-item:last-child {
  margin-bottom: 0;
}

/*  */
.list-room .room-image {
  position: relative;
  padding-top: 65%;
  display: block;
}

.list-room .room-image img {
  border-radius: 10px;
}

.list-room .col-left {
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 0 4px #00000026;
  background-color: #fff;
}

.list-room .col-left h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 16px;
}

.room-info p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1;
}

.room-info i::before {
  color: var(--fs-color-primary);
}

.popup-room-detail h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.popup-room-detail .room-info p {
  font-size: 16px;
}

.room-info p.readmore {
  font-size: 16px;
  color: #2f80ed;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  margin-top: 20px;
}

.room-info p.readmore i {
  color: #2f80ed;
}

.list-room .box-child {
  border-radius: 10px;
  box-shadow: 0 0 4px #00000026;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 0;
  padding-top: 15px;
}

.list-room .box-child .row {
  margin: 0 !important;
}

.room-meta-item {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.box-child .child-tt {
  font-size: 16px;
  font-weight: 600;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

.box-child .child-client {
  font-size: 14px;
}

.box-child .child-client .icon {
  font-size: 20px;
}

.box-child .child-lb {
  font-size: 14px;
  color: #828282;
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

.box-child .room-price {
  padding: 10.5px;
  border-radius: 8px;
  background-color: #f9fafb;
  font-size: 24px;
  font-weight: 700;
  color: #ff8c00;
  cursor: pointer;
  text-align: center;
  margin-bottom: 8px;
}

.box-child .btn-booking {
  height: 42px;
  border-radius: 6px;
  color: #fff;
  background-color: #ff8c00;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  cursor: pointer;
}

.room-confirm {
  font-size: 14px;
  line-height: 1.5;
  color: var(--fs-color-primary);
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .fancybox__slide {
    margin: 0 auto;
    padding: 0;
  }
}

.khachsan3 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box-border {
  border-radius: 6px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 0 4px #00000026;
}

.b-tien-nghi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 0.5rem;
}

.it-tien-nghi i::before {
  color: var(--fs-color-primary);
}

.tien_nghi_vat_chat,
.thong_tin_khach_san {
  margin-bottom: 30px;
}

.quy_dinh .qd-item {
  display: flex;
  align-items: baseline;
  gap: 6px 16px;
}

.quy_dinh .qd-item .box-left {
  width: 24%;
  display: flex;
  align-items: baseline;
  column-gap: 8px;
}

.quy_dinh .qd-item .box-left h4 {
  color: #3f3b3b;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
}

.quy_dinh .qd-item .box-right {
  flex: 1;
}

.quy_dinh .qd-item .box-left .icon {
  font-size: 20px;
}

.quy_dinh .qd-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.khachsan4 {
  padding-top: 30px;
  margin-bottom: 30px;
}

.review-summary {
  display: flex;
  align-items: center;
  gap: 0 4px;
  margin-bottom: 16px;
}

.review-score {
  font-weight: 600;
  background-color: #43a047;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 16px;
}

.review-level {
  color: #43a047;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.divider {
  width: 1px;
  background-color: #828282;
  margin-left: 4px;
  margin-right: 4px;
  height: 14px;
}

.review-total {
  font-size: 20px;
  line-height: 1.2;
  color: #828282;
}

.review-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.review-image a {
  width: 80px;
  display: block;
  padding-top: 100%;
}

.review-list .row {
  max-width: 980px;
}

.review-item .review-avatar {
  width: 32px;
  height: 32px;
  background-color: #26bed6;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-header {
  display: flex;
  column-gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.review-name {
  font-weight: 700;
  color: #3f3b3b;
}

.review-date {
  font-size: 14px;
  color: #868998;
}

.review-text {
  color: #3f3b3b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* single-tour */
.tour1 .gallery-wrapper .row-small:not(.row-collapse),
.tour1 .gallery-wrapper .row .row-small:not(.row-collapse) {
  margin-left: -6px;
  margin-right: -6px;
}

.tour1 .gallery-wrapper .row-small > .col {
  padding: 0 6px 12px;
}

.tour1 .gallery-wrapper .image-cover {
  padding-top: 65%;
  border-radius: 10px;
  overflow: hidden;
}

.tour1 .gallery-main-wrapper .image-cover {
  padding-top: 46.7%;
}

.tour1 .gallery-main-wrapper {
  position: relative;
}

.tour1 .gallery-main-wrapper .img-overlay {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 6px 15px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.6);
}

.introduce .b-content p {
  line-height: 1.45;
  font-size: 16px;
  position: relative;
  padding-left: 28px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23uxk0c4pyva)%22%3E%3Cpath%20d%3D%22M10%20.834a9.167%209.167%200%201%201%200%2018.333A9.167%209.167%200%200%201%2010%20.834zM10%202.5a7.5%207.5%200%201%200%20.001%2015.001A7.5%207.5%200%200%200%2010%202.5zm1.912%205.244a.833.833%200%200%201%201.178%201.178l-3.333%203.334a.834.834%200%200%201-1.179%200l-1.666-1.667A.834.834%200%200%201%208.09%209.41l1.077%201.077%202.745-2.743z%22%20fill%3D%22%2326BED6%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22uxk0c4pyva%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E")
    no-repeat left 3px;
  background-size: 18px;
  margin-bottom: 8px;
}

.schedule-item-title {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  position: relative;
}

.schedule-item-title::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M15.8746%209.00001L11.9946%2012.88L8.11461%209.00001C7.92778%208.81275%207.67413%208.70752%207.40961%208.70752C7.14509%208.70752%206.89144%208.81275%206.70461%209.00001C6.31461%209.39001%206.31461%2010.02%206.70461%2010.41L11.2946%2015C11.6846%2015.39%2012.3146%2015.39%2012.7046%2015L17.2946%2010.41C17.6846%2010.02%2017.6846%209.39001%2017.2946%209.00001C16.9046%208.62001%2016.2646%208.61001%2015.8746%209.00001V9.00001Z%22%20fill%3D%22%23828282%22%2F%3E%3C%2Fsvg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  transition: transform 0.25s ease;
}

.active .schedule-item-title::before {
  transform: rotate(180deg);
}

.schedule-item-title .schedule-image {
  width: 120px;
  padding-top: 70px;
  border-radius: 10px;
  overflow: hidden;
  transition: all linear 0.3s;
}

.schedule-day {
  font-size: 14px;
  font-weight: 400;
  color: #26bed6;
  display: block;
}

.schedule-title {
  font-weight: 500;
  color: #4e4e4e;
  line-height: 1.3;
}

.product-schedule-item.active .schedule-image {
  width: 0;
}

.product-schedule-item {
  overflow: hidden;
  border-bottom: 1px solid #dedfe3;
  padding-bottom: 15px;
  box-shadow: none;
  margin-bottom: 15px;
}

.product-schedule-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.active .schedule-item-title {
  background-color: #f9fbfc;
  border-bottom: 1px dashed #ddd;
}

.schedule-item-content {
  padding: 15px;
  padding-bottom: 0;
}

.schedule-item-content p {
  margin-bottom: 10px;
}

.schedule-item-content p:last-child {
  margin-bottom: 0;
}

.introduce,
.schedule-list,
.price_includes,
.price_not_include {
  margin-bottom: 30px;
}

.text-map {
  font-size: 14px;
  font-style: italic;
  color: #3f3b3b;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
}

.box-booking {
  background-color: #fff3e0;
  border-radius: 4px;
  border: 1px solid rgba(0, 60, 113, 0.05);
  padding: 15px;
}

.box-booking h2 {
  font-size: 20px;
  font-weight: 600;
  color: #003c71;
  margin-bottom: 10px;
}

.price-row {
  min-height: 54px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding: 5px 10px;
  position: relative;
  font-size: 16px;
}

.departure-schedule__item.is-hidden {
  display: none;
}

.departure-schedule__toggle {
  cursor: pointer;
  font-weight: 600;
}

.departure-schedule__list {
  display: flex;
  flex-wrap: wrap; /* cho phép xuống dòng */
  list-style: none;
  padding-inline-start: 0;
  gap: 8px;
  margin-bottom: 16px;
}

.departure-schedule__item,
.departure-schedule__toggle {
  width: calc(25% - 8px); /* 4 cột */
  box-sizing: border-box;
  min-height: 54px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 16px;
  line-height: 41px;
  margin-bottom: 0;
  cursor: pointer;
  padding: 5px 12px;
  text-align: center;
}

.departure-schedule__title {
  margin-bottom: 10px;
  font-size: 14px;
}

.departure-schedule__item.active {
  border: solid 2px #26bed6;
}

.tour-price-detail .price-row {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.tour-price-detail .label {
  font-size: 16px;
}

.tour-price-detail .label span {
  display: block;
  font-size: 14px;
}

.tour-price-detail .price {
  color: #ff8c00;
  font-size: 16px;
  line-height: 20px;
}

.tour-price-detail button {
  padding: 0;
  margin: 0;
  min-width: unset;
  min-height: unset;
  line-height: 1;
  font-size: 16px;
  text-shadow: none;
}

.tour-price-detail .quantity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tour-price-summary .old-price,
.tour-price-summary .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tour-price-summary .total-price strong {
  color: #ff8c00;
  font-weight: 600;
  font-size: 24px;
}

/*  */
#booking-form {
  padding: 16px;
  background-color: #0003;
  border-radius: 10px;
}

#booking-form .form-group {
  height: 64px;
  position: relative;
}

#booking-form .form-group input {
  padding: 0 16px 0 50px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: none !important;
  margin: 0;
}

#booking-form .form-group .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  left: 12px;
}

#booking-form .box-left {
  background-color: #ffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 64px;
  color: #828282;
  flex-basis: 50%;
  max-width: 50%;
}

#booking-form .box-date .icon {
  font-size: 24px;
}

#booking-form .box-date span {
  color: #828282;
  text-align: left;
  line-height: 1;
  display: block;
}

#booking-form .box-date strong {
  color: #3f3b3b;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  display: block;
}

#booking-form .box-date {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 50%;
  padding-left: 16px;
  height: 100%;
  position: relative;
  gap: 16px;
  cursor: pointer;
}

#booking-form .box-date:first-child {
  border-right: 1px solid #bdbdbd;
}

#booking-form .box-date:first-child::after {
  font-family: ivv !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #9c9eab;
  font-size: 24px;
  position: absolute;
  right: -14px;
  background-color: #fff;
}

#booking-form .form-top {
  margin-bottom: 12px;
  position: relative;
}

#booking-form .form-bottom {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  gap: 12px;
}

#booking-form .box-right {
  flex-basis: 30%;
  max-width: 30%;
  position: relative;
}

#booking-form .box-right .box-date {
  width: 100%;
  position: relative;
}

#booking-form .box-right .box-date:first-child::after {
  display: none;
}

#booking-form .box-right .box-date:first-child {
  border-right: 0;
}

#booking-form .box-search {
  flex-basis: calc(20% - 24px);
  max-width: calc(20% - 24px);
}

#btn-search-hotel {
  margin: 0;
  background-color: #ff8c00;
  color: #fff;
  width: 100%;
  height: 64px;
  border-radius: 10px;
}

.home1 .text-box .text-box-content {
  padding: 0 15px;
}

.home1 .text-box h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 4px;
}

.home1 .text-box h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
  margin-bottom: 16px;
}

.flatpickr-input {
  opacity: 0;
  height: 0 !important;
  width: 0 !important;
  position: absolute;
  bottom: -10px;
  box-shadow: none !important;
}

.guest-popup {
  background-color: #fff;
  z-index: 999;
  position: absolute;
  top: calc(100% + 8px);
  color: #3f3b3b;
  padding: 8px;
  border-radius: 10px;
}

.guest-popup label {
  font-size: 16px;
  font-weight: 400;
  color: #3f3b3b;
  margin: 0;
  line-height: 1.4;
}

.guest-popup button {
  border: 1px solid #6c707e;
  border-radius: 9999px;
  width: 28px;
  height: 28px;
  touch-action: manipulation;
  transition: all 0.3s linear;
  margin: 0;
  padding: 0;
  min-height: unset;
  line-height: 1;
  font-size: 20px;
}

.quantity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid #e5e7eb;
}

.box-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.box-quantity .value {
  font-size: 18px;
  font-weight: 600;
  min-height: 30px;
  display: block;
  text-align: center;
}

.khu-vuc-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.khu-vuc-item {
  display: flex;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
}

.khu-vuc-item .image-cover {
  width: 56px;
  min-width: 56px;
  border-radius: 10px;
  overflow: hidden;
}

.khu-vuc-item .b-text {
  color: #3f3b3b;
  font-size: 16px;
  line-height: 1.4;
}

.khu-vuc-item .b-tt {
  margin-bottom: 8px;
}

.khu-vuc-item .b-ct {
  font-size: 14px;
  line-height: 1.5;
  color: #828282;
}

.khu-vuc-list {
  position: absolute;
  width: 100%;
  top: calc(100% + 8px);
  z-index: 999;
  display: none;
}

.box-khu-vuc-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background-color: #fff;
}

/* khachsan-item */
a {
  color: currentColor;
  text-decoration: none;
}

.khachsan-item .box {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  background: #fff;
  transition: all 0.3s linear;
  border-radius: 10px;
  box-shadow: 0 0 4px #0000001a;
  overflow: hidden;
}

.khachsan-item .box .box-image {
  flex-basis: 25%;
  max-width: 25%;
}

.khachsan-item .box .box-text {
  flex-basis: 50%;
  max-width: 50%;
  padding: 16px;
  border-right: 1px solid #ebf0f2;
}

.khachsan-item .box .box-action {
  flex-basis: 25%;
  max-width: 25%;
}

.khachsan-item .box-text .post-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #3f3b3b;
  margin-bottom: 5px;
}

.khachsan-item .post-stars {
  margin-left: 0;
}

.khachsan-item .review-score {
  font-size: 12px;
  padding: 2px 8px 1px;
  border-radius: 6px;
  line-height: 1.2;
}

.khachsan-item .review-summary {
  margin-bottom: 0;
}

.khachsan-item .box-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.khachsan-item .review-level,
.khachsan-item .review-total {
  font-size: 14px;
  line-height: 20px;
}

.khachsan-item .post-dia_chi {
  margin-bottom: 16px;
}

.khachsan-item .noibat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.khachsan-item .noibat-list span {
  padding: 4.5px 8px;
  border-radius: 6px;
  border: solid 1px #ebf0f2;
  background-color: #f9fafb;
  font-size: 14px;
  line-height: 1.5;
  min-width: 32px;
}

.khachsan-item .box-action {
  padding: 16px 16px 16px 8px;
  width: 188px;
  border-radius: 0 10px 10px 0;
}

.pdv__has-offer--wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
  flex-direction: column;
}

.pdv__has-offer--inner-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.pdv__price-note {
  font-size: 14px;
  line-height: 1.5;
  color: #828282;
  text-align: right;
}

.pdv__price-text-ta {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #ff8c00;
  text-align: right;
}

.pdv__price-name {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}

.text-right {
  text-align: right;
}

.pdv__meal-name {
  font-size: 14px;
  line-height: 1.5;
  color: #828282;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .only-show-mobile {
    display: none !important;
  }
}

.justify-end {
  justify-content: flex-end;
}

.pdv__next-btn {
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  padding: 0;
  background-color: #26bed6;
  column-gap: 8px;
  min-height: unset;
  line-height: 1;
  font-size: 16px;
}

.pdv__next-btn .ivv-caret-next:before {
  color: #fff;
}

.rdv2__box {
  box-shadow: 0 0 4px #0000001a;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
}

.rs__contact-wrapper {
  display: flex;
  padding: 0 8px;
  column-gap: 8px;
}

.rs__contact-avatar {
  width: 80px;
  height: 80px;
}

.rs__contact-box {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
}

.rs__contact--title {
  font-weight: 600;
  display: block;
  text-align: center;
}

.rs__contact--phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #ff8c00;
}

.rs__contact--note {
  font-size: 14px;
  line-height: 1.5;
  color: #828282;
}

.archive-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}

.archive-header h1 {
  width: fit-content;
  margin: 0;
}

.searchten {
  margin-top: 20px;
}

.searchten .b-tt {
  font-weight: 600;
  color: #3f3b3b;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.rs__input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rs__input-wrapper .rs__input {
  margin: 0;
  flex: 1;
  width: 100%;
  height: 44px;
  line-height: 28px;
  padding: 0 8px;
  border: 1px solid #dedfe3;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  color: #0d0c22;
  transition: 0.3s ease;
  font-size: 16px;
  box-shadow: none;
}

.rs__input-wrapper button {
  margin: 0;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background-color: #ff8c00;
  transition: all 0.3s linear;
  padding: 0;
}

.rs__input-wrapper button .ivv-search-icon:before {
  color: #fff;
}

.no-results .page-content {
  display: none;
}

.no-results {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-results .page-title {
  font-size: 16px;
}

.no-results img {
  max-width: 550px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.no-results p {
  text-align: center;
}

.no-results {
  margin-bottom: 50px;
}

.filter-sao label {
  margin-bottom: 0;
}

.filter-sao button {
  height: 44px;
  border-radius: 6px;
  background-color: #ff8c00;
  transition: all 0.3s linear;
  padding: 0;
  width: 100%;
  margin: 0;
  color: #fff;
}

.filter-sao form .icon {
  font-size: 16px;
}

.filter-sao input[type="checkbox"] {
  margin-right: 4px;
}

.vevuichoi-item .box .box-image {
  flex-basis: 30%;
  max-width: 30%;
}

.vevuichoi-item .box .box-text {
  flex-basis: 45%;
  max-width: 45%;
}

.vevuichoi-item .box-text .post-title {
  color: #003c71;
}

.vevuichoi-item .luuy-list {
  padding-left: 0;
  font-size: 16px;
  color: #26bed6;
  margin-top: 16px;
}

.vevuichoi-item .luuy-list li:last-child {
  margin-bottom: 0;
}

/* tour-item */
.tour-item .box {
  display: flex;
  background: white;
  font-size: 13px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #dedfe3;
  background-color: #fff;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
  padding: 24px;
}

.tour-item .box-image {
  flex-basis: 30%;
  max-width: 30%;
  border-radius: 10px;
  overflow: hidden;
}

.tour-item .box-text {
  flex-basis: 55%;
  max-width: 55%;
  padding: 0 15px;
}

.tour-item .post-title {
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
  color: #003c71;
  margin-top: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 0;
}

.tour-item .departure-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 6px;
  color: #828282;
  line-height: 1.4;
}

.tour-item .date-pill {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  color: #003c71;
  padding: 8px 12px;
  border-radius: 10px;
  border: solid 1px #26bed6;
  background-color: #e3f9fc;
  border: 1.5px solid #1aa3e6;
}

.tour-item .date-pill.more {
  color: #26bed6;
  background-color: #fff;
}

.tour-item .departure-dates {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tour-item .info-row {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  padding: 8px 0 4px;
}

.tour-item .info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tour-item .info-icon {
  width: 16px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
}

.tour-item .info-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.tour-item .info-label {
  font-size: 12px;
  color: #828282;
  line-height: 1.33;
}

.tour-item .info-value {
  font-size: 14px;
  color: #3f3b3b;
  line-height: 1.43;
}

.tour-item .wrapItemPrice,
.vevuichoi-item .wrapItemPrice {
  position: absolute;
  right: 24px;
  bottom: 24px;
  text-align: right;
}

.tour-item .box-action {
  flex-basis: 15%;
  max-width: 15%;
}

.wrapItemPrice .price-info {
  font-size: 14px;
  font-weight: normal;
  line-height: 10px;
  color: #828282;
  display: block;
}

.wrapItemPrice .price-line {
  font-weight: 400;
  color: #828282;
  font-size: 15px;
  text-decoration: line-through;
  margin: 5px 0 -5px;
  display: block;
}

.wrapItemPrice .tourItemPrice {
  color: #ff8c00;
  font-weight: 600;
  font-size: 24px;
}

.tourViewDetail a {
  display: flex;
  align-items: center;
  width: auto;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  background: #ff8c00;
  border: 1px solid #ff8c00;
  color: #fff;
  gap: 8px;
  justify-content: center;
}

.box-checkout > .row {
  max-width: 1000px;
}

.box-form {
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 4px #0003;
}

.box-form input[type="tel"],
.box-form input[type="email"],
.box-form textarea,
.box-form input[type="text"],
.box-form input[type="number"] {
  height: 44px;
  border-radius: 6px;
  box-shadow: none;
  margin-bottom: 20px;
}

.box-form .form-error {
  border-color: #e53935;
}

.box-form .form-group {
  position: relative;
}

.box-form span.form-error {
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #e53935;
  bottom: 0;
  font-weight: 400;
}

.box-form .radio-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.box-form .radio-group input {
  margin-bottom: 0;
}

.box-form .radio-group label {
  font-weight: 500;
  margin-bottom: 0;
}

.box-form .form-radio {
  padding-bottom: 20px;
}

.box-form input[type="submit"] {
  height: 42px;
  border-radius: 6px;
  color: #fff;
  background-color: #ff8c00;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}

.box-form .wpcf7-spinner {
  display: none;
}

.box-data {
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 4px #0003;
}

.box-data h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #3f3b3b;
  font-weight: 500;
}

.box-data .box-image {
  border-radius: 10px;
  overflow: hidden;
}

.booking-room-info {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}

.booking-room-info .room-name {
  color: #3f3b3b;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.booking-room-info .room-price {
  color: #ff8c00;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.btn-booktour {
  height: 42px;
  border-radius: 6px;
  color: #fff;
  background-color: #ff8c00;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

p.form-note {
  font-size: 14px;
  margin-bottom: 16px;
  font-style: italic;
}

/*  */
.ux-support-box {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.ux-support-box .f-tt {
  font-size: 15px;
  color: #4e4e4e;
  font-weight: 600;
}

#footer {
  background-color: #f9f9f9;
  padding-top: 30px;
}

#footer h3 {
  color: #3f3b3b;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 5px;
}

#footer ul {
  list-style: none;
  padding-left: 0;
}

#footer ul li {
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  color: #818180;
}

#footer ul li a {
  color: currentColor;
}

.hcb__wrapper {
  display: flex;
  flex-direction: column;
  min-width: 185px;
}

.hcb__phone-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
}

.hcb__phone-wrapper span,
.hcb__phone-wrapper i {
  line-height: 1.2;
  color: #ff8c00;
  font-weight: 700;
  font-size: 26px;
}

.hcb__contact-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 2px;
  align-items: center;
}

.hcb__contact-wrapper span,
.hcb__contact-wrapper i {
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
}

.hcb__contact-wrapper i::before {
  color: #fff;
}

.rowSlider .khachsan-item .box {
  display: block;
}

.rowSlider .khachsan-item .box .box-image,
.rowSlider .khachsan-item .box .box-text,
.rowSlider .khachsan-item .box .box-action,
.rowSlider .tour-item .box-image {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.rowSlider .khachsan-item .box .box-action {
  padding: 16px;
  background-color: #fbfcfd;
  border-top: 1px solid #ebf0f2;
}

.rowSlider .khachsan-item .box .image-cover {
  padding-top: 50% !important;
}

.rowSlider .pdv__price-name,
.rowSlider .only-show-desktop {
  display: none;
}

.rowSlider .pdv__has-offer--wrapper {
  flex-direction: unset;
}

.rowSlider .pdv__next-btn {
  width: auto;
  height: 40px;
  border-radius: 6px;
  padding: 11.5px 20px;
  text-transform: none;
  color: #fff;
  margin: 0;
  margin-top: auto;
  display: flex;
}

.rowSlider .tour-item .box {
  display: block;
  padding: 15px;
}

.rowSlider .tour-item .image-cover {
  padding-top: 62.5% !important;
}

.rowSlider .tour-item .box-text {
  flex-basis: 100%;
  max-width: 100%;
  padding: 15px 0;
}

.rowSlider .tour-item .box-action {
  flex-basis: 100%;
  max-width: 100%;
}

.rowSlider .tour-item .wrapItemPrice {
  position: relative;
  bottom: unset;
  right: unset;
  text-align: left;
}

.rowSlider .tourViewDetail {
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.rowSlider .vevuichoi-item .wrapItemPrice {
  position: relative;
  bottom: unset;
  right: unset;
  text-align: left;
}

.rowSlider .only-show-mobile {
  display: block !important;
}

.header .flex-row {
  max-width: 1300px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .home1 .text-box {
    width: 100% !important;
  }

  #booking-form .form-bottom {
    display: block;
  }

  #booking-form .box-left {
    max-width: 100%;
    margin-bottom: 12px;
  }

  #booking-form .box-search {
    max-width: 100%;
  }

  .home1 .text-box h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .home1 .text-box h3 {
    font-size: 16px;
  }

  .box-khu-vuc-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .khachsan-item .box {
    display: block;
  }

  .khachsan-item .box .box-image,
  .khachsan-item .box .box-text,
  .khachsan-item .box .box-action,
  .tour-item .box-image {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .khachsan-item .box .box-action {
    padding: 16px;
    background-color: #fbfcfd;
    border-top: 1px solid #ebf0f2;
  }

  .khachsan-item .box .image-cover {
    padding-top: 50% !important;
  }

  .pdv__price-name,
  .only-show-desktop {
    display: none;
  }

  .pdv__has-offer--wrapper {
    flex-direction: unset;
  }

  .pdv__next-btn {
    width: auto;
    height: 40px;
    border-radius: 6px;
    padding: 11.5px 20px;
    text-transform: none;
    color: #fff;
    margin: 0;
    margin-top: auto;
  }

  .tour-item .box {
    display: block;
    padding: 15px;
  }

  .tour-item .image-cover {
    padding-top: 62.5% !important;
  }

  .tour-item .box-text {
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px 0;
  }

  .tour-item .box-action {
    flex-basis: 100%;
    max-width: 100%;
  }

  .tour-item .wrapItemPrice {
    position: relative;
    bottom: unset;
    right: unset;
    text-align: left;
  }

  .tourViewDetail {
    position: absolute;
    bottom: 2px;
    right: 2px;
  }

  .vevuichoi-item .wrapItemPrice {
    position: relative;
    bottom: unset;
    right: unset;
    text-align: left;
  }

  .searchten {
    margin-top: 0;
    margin-bottom: 0;
  }

  .filter-sao {
    display: none;
  }

  .box-list {
    gap: 6px;
  }
  .home3 .box p {
    display: none;
  }

  .home3 .box h3 {
    font-size: 16px;
  }

  .title h2 {
    font-size: 24px;
  }

  .title h2 strong {
    display: none;
  }
}
