/* CSS mặc định của bạn */
.price_sale .sago-price-sale {
  margin-right: 10px;
}

.price_sale .sago-price-0 span.amount {
  text-decoration: line-through;
  color: #888;
  /* Màu sắc của giá gốc sau khi bị gạch ngang */
  font-weight: 400;
}

span.sago-discount {
  background: #dd3333;
  color: #fff;
  padding: 2px;
  font-size: 90%;
  border-radius: 5px;
  margin-left: 5px;
}

.gallery-item-sg .more {
  letter-spacing: 0em;
  text-align: left;
  position: absolute;
  color: white;
  z-index: 1;
  padding: 4px 14px;
  background: #478fdd;
  opacity: 0.7;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  bottom: 16px;
  right: 16px;
  display: none;
}

.lx-slider-wrapper .gallery-item-sg img {
  border-radius: 8px;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.header__fragment,
.footer__title {
  color: #fff;
  text-align: center;
}

.lx-slider-wrapper .swiper {
  height: calc(100vh - 120px);
}

.lx-slider-wrapper .image-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.lx-slider-wrapper .image-gallery img {
  border-radius: 8px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lx-slider-wrapper .gallery-opacity {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
}

.lx-slider-wrapper .gallery-item-sg {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  /* Ensures images don’t overflow their container */
}

@media (min-width: 991.9px) {
  .lx-slider-wrapper .gallery-item-sg:hover .gallery-opacity {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.lx-slider-wrapper .gallery-item-sg:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  aspect-ratio: 4 / 3;
}

.lx-slider-wrapper .gallery-item-sg:nth-child(1).square {
  aspect-ratio: 1 / 1;
  /* 1:1 aspect ratio */
}

/* Tỷ lệ ảnh cho các ảnh thứ 2 đến thứ 5 */
.lx-slider-wrapper .gallery-item-sg:nth-child(n+2):nth-child(-n+5) {
  aspect-ratio: 4 / 3;
  /* Tỷ lệ 4:3 */
}


.lx-slider-wrapper .swiper-wrapper {
  text-align: center;
}

.lx-slider-wrapper .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.lx-slider-wrapper .swiper-button-next::after,
.lx-slider-wrapper .swiper-button-prev::after {
  content: "";
}

.lx-slider-wrapper .popup__header,
.lx-slider-wrapper .popup__footer {
  position: relative;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: #fff;
}

.lx-slider-wrapper .swiper-slide img {
  width: auto;
  height: 100% !important;
  margin: 0 auto;

}

.lx-slider-wrapper .popup .swiper-container {
  width: 80%;
  height: 80%;
}

.lx-slider-wrapper .close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 12;
}

@media (max-width: 767.9px) {
  .lx-slider-wrapper .image-gallery {
    display: initial;
    grid-template-columns: repeat(1, 1fr);
  }

  .lx-slider-wrapper .gallery-item-sg:nth-child(1) {
    grid-column: initial;
    grid-row: initial;
  }

  .lx-slider-wrapper .swiper {
    height: initial;
  }

  .lx-slider-wrapper .gallery-item-sg {
    display: none;
  }

  .lx-slider-wrapper .swiper-wrapper {
    align-items: center;
  }

  .lx-slider-wrapper .gallery-item-sg.mobile {
    display: block;
  }
}

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


/**/
.sago-project-page .columns {
  padding: 0px;
}

.content-detail {
  padding: 8px;
  background: #ededed;
  font-size: 98%;
}

.sago-date {
  font-size: 95%;
  margin-bottom: 10px;
}


.font-1 {
  font-family: SF-Pro-Light !important;
}

.font-2 {
  font-family: SF-Pro-Heavy !important;
}

.font-3 {
  font-family: SF-Pro-Semibold !important;
}

.sago-no-padding-bottom {
  padding-bottom: 0px !important;
}

.sago-15-padding-bottom {
  padding-bottom: 15px !important;
}

/* ── Sago Tour Card (content-product.php) ─────────────────────────── */
.sago-tour-card-wrap {
  padding: 0 !important;
  list-style: none;
}

.sago-tour-card-wrap .card-filter-mobile.tourcard {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow .25s ease, transform .25s ease;
}

.sago-tour-card-wrap .card-filter-mobile.tourcard:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
  transform: translateY(-2px);
}

/* Thumbnail */
.card-filter-mobile__thumbnail {
  position: relative;
  overflow: hidden;
}

.card-filter-mobile__thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.sago-tour-card-wrap .card-filter-mobile.tourcard:hover .card-filter-mobile__thumbnail img {
  transform: scale(1.04);
}

.card-filter-mobile__thumbnail--content {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.card-filter-mobile__thumbnail--content-row {
  display: flex;
  gap: 6px;
}

.tourcard__badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.tourcard__badge--hot {
  background: #ef4444;
  color: #fff;
}

.tourcard__badge--sale {
  background: #f97316;
  color: #fff;
}

.tourcard__out-of-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
}

/* Ẩn badge Flatsome tự động (% discount circle) trong our custom card */
.sago-tour-card-wrap .badge-container {
  display: none !important;
}

/* Content area */
.card-filter-mobile__content {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-filter-mobile__content--header {
  margin-bottom: 10px;
}

.card-filter-mobile__content--header-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
  /* luôn chiếm đúng 2 dòng dù nội dung ngắn */
  min-height: calc(1.45em * 2);
  margin: 0;
}



.card-filter-mobile__content--header-title:hover {
  color: var(--primary-color);
}

/* Info items */
.card-filter-mobile__content--info-tour {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #374151;
  margin-bottom: 12px;
}

.card-filter-mobile__content--info--item {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.card-filter-mobile__content--info--item-content {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #6b7280;
  min-width: 0;
}

.card-filter-mobile__content--info--item-content i {
  font-size: 15px;
  flex-shrink: 0;
  color: #4b5563;
}

.card-filter-mobile__content--info--item-content-title {
  font-size: 12px;
  color: #6b7280;
  white-space: nowrap;
}

.card-filter-mobile__content--info--item-content-content {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

/* Multi row (khoảng thời gian + số chỗ) */
.card-filter-mobile__content--info--item-multi {
  border-top: 1px dashed #e5e7eb;
  padding-top: 6px;
}

.card-filter-mobile__content--info--item-wrapper-full {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.info-tour-seat .card-filter-mobile__content--info--item-content-content {
  color: #16a34a;
}

/* Price block */
.card-filter-mobile__content--info-price {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #f3f4f6;
  padding-top: 10px;
  justify-content: space-between;
}

.card-filter-mobile__content--info-price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.card-filter-mobile__content--info-price-oldPrice {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
}

.card-filter-mobile__content--info-price-oldPrice span.amount {
  color: #9ca3af;
}

.card-filter-mobile__content--info-price-oldPrice span {
  text-decoration: line-through;
  color: #9ca3af;
}

.card-filter-mobile__content--info-price-oldPrice label {
  font-weight: 400;
}

.card-filter-mobile__content--info-price-newPrice {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.card-filter-mobile__content--info-price-newPrice .amount,
.card-filter-mobile__content--info-price-newPrice .sago-price-detail-2 .sale-price .price {
  color: #dd3333;
  font-size: 16px;
  font-weight: 700;
}

.card-filter-mobile__content--info-price-newPrice .sago-price-detail-2 .saving .price {
  font-size: 12px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 400;
  display: block;
}

/* Nút đặt ngay — outlined style (border đỏ, nền trắng) */
.card-filter-mobile__content--info-price-btn .button--tour--bookNow {
  display: inline-block;
  background: #fff;
  color: var(--primary-color) !important;
  border: 1.5px solid var(--primary-color);
  border-radius: 6px;
  padding: 3px 15px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: background .2s, color .2s;
  cursor: pointer;
  margin: 0px;
  font-weight: 500;
}

.card-filter-mobile__content--info-price-btn .button--tour--bookNow:hover {
  background: var(--primary-color);
  color: #fff !important;
}

/* Tour list grid */


/* ── Sago Vé Card (layout_ve_card.php) ─────────────────────────── */
.sago-ve-card-wrap {

  list-style: none;
}

.sago-ve-card-inner {
  background-color: #fff;
  /* Theme dark background */
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease;
}

.sago-ve-card-inner:hover {
  transform: translateY(-4px);
}

.sago-ve-card__image {
  position: relative;
  width: 100%;
}

.sago-ve-card__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* CÒN VÉ / HẾT VÉ Badge */
.sago-ve-card__badge-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}

.sago-ve-card__badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.sago-ve-card__badge--available {
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black like mockup */
}

.sago-ve-card__badge--soldout {
  background-color: #ef4444;
}

/* Card Content section */
.sago-ve-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sago-btn-col.sago-btn-col-full {
  width: 100%;
}

.sago-ve-card__title {
  margin: 0 0 10px 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.sago-ve-card__title a {
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

  line-height: 1.5em;
  height: 4.5em;
  /* = 1.5em * 2 dòng */
}

.sago-ve-card__title a:hover {
  color: var(--primary-color);
}

.sago-ve-card__date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;

  /* Gray text */
  font-size: 0.9rem;
  margin-bottom: 15px;
}

/* ── Badge "+n" ngày bổ sung ─────────────────────────────────────────────── */
.sago-ve-card__date-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color, #e0282c);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding: 2px 8px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  margin-left: 2px;
  transition: background 0.2s;
}

.sago-ve-card__date-more:hover {
  background: #b71c1c;
}

/* Tooltip mũi tên */
.sago-ve-card__date-more::before,
.sago-ve-card__date-more::after {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  position: absolute;
  left: 50%;
  z-index: 999;
}

.sago-ve-card__date-more::before {
  content: '';
  bottom: calc(100% + 2px);
  border: 6px solid transparent;
  border-top-color: rgba(30, 30, 30, 0.95);
  transform: translateX(-50%) translateY(6px);
}

.sago-ve-card__date-more::after {
  content: attr(data-tooltip);
  bottom: calc(100% + 12px);
  background: rgba(30, 30, 30, 0.95);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: normal;
  max-width: 220px;
  min-width: 130px;
  text-align: center;
  padding: 7px 10px;
  border-radius: 6px;
  line-height: 1.5;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%) translateY(6px);
}

.sago-ve-card__date-more:hover::before,
.sago-ve-card__date-more:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.sago-ve-card__date i {
  color: var(--primary-color);
  /* Red icon */
  font-size: 18px;
}

.cart_totals tbody tr td,
.shop_table tfoot tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type,
td.product-total {
  text-align: right;
  min-width: 140px;
}

.sago-ve-card__divider {
  height: 1px;
  background-color: #cdcdcd;
  /* Dark divider line */
  margin: 0 0 15px 0;
}

.sago-ul li {
  margin-left: 0px !important;
  list-style: none;
}

/* Footer (Price & Button) */
.sago-ve-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.sago-ve-card__price {
  display: flex;
  flex-direction: column;
}

.sago-ve-card__price-label {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.sago-ve-card__price-amount,
.sago-ve-card__price-amount .amount {
  font-size: 1rem;
  font-weight: 700;
  color: #333 !important;
}

.sago-ve-card-inner .sago-price-detail-2 .price {
  display: block;
}

[data-icon-label]:after {
  background-color: var(--primary-color) !important;
}

/* Đặt vé ngay Button */
.sago-ve-card__btn-book {
  background-color: var(--primary-color);
  /* Orange button */
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border: 1px solid var(--primary-color);
}

.sago-ve-card__btn-book:hover {
  border-color: var(--primary-color);
  background: #fff;
  /* Darker orange on hover */
  color: var(--primary-color);
}

/* ── Giá suffix "/ Khách" ────────────────────────────────────────────────── */
/* Wrapper giá cần inline-flex để suffix luôn nằm phía dưới-phải số tiền */
.sale-price,
.saving {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2px 6px;
}

.sago-price-suffix {

  /* đẩy xuống dòng mới */
  text-align: right;
  /* căn phải */
  font-size: 0.72rem;
  font-weight: 400;
  color: #888;
  line-height: 1;
  margin-top: -8px;
}

.sago-btn-grid {
  display: flex;
  flex-wrap: wrap;
}

.sago-btn-col {
  width: 50%;
  padding: 5px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.checkout_coupon {
  display: block !important;
}

li.recent-blog-posts-li {
  margin-left: 0px !important;
}

/* định dạng tab */

/* định dạng tab */
.tab-buttons {
  margin-bottom: 10px;
}

.tab-btn {
  padding: 8px 15px;
  margin-right: 5px;
  background: #f1f1f1;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.tab-btn.active {
  background: var(--primary-color);
  color: white;
}

.tour-item__image-inner__top {
  position: absolute;
  top: -210px;
  left: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  gap: 10px;
}

span.tour-item__image-inner__top_featured {
  background: var(--primary-color);
  border-radius: 3px;
  padding: 2px;
  color: #fff;
  font-size: 90%;
}

span.tour-item__image-inner__top_sale {
  background: #FF0000;
  border-radius: 3px;
  padding: 2px;
  color: #fff;
  font-size: 90%;
}

tr.cart-subtotal {
  display: none;
}

.sago-price-detail-2 .saving .price {
  text-decoration: line-through;
}

.sago-price-detail-2 {
  display: flex;
  gap: 10px;
}

.sago-price-detail-2>.sale-price>.price {
  font-weight: bold !important;
  color: #dd3333 !important;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce-product-rating .so-luong-sao {
  font-size: 90%;
}

.woocommerce-product-rating .so-luong-sao i {
  color: #FFBD1B;
}

.woocommerce-product-rating .so-luong-ban {
  font-size: 89%;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce-product-rating .so-luong-sao {
  font-size: 90%;
}

.woocommerce-product-rating .so-luong-sao i {
  color: #FFBD1B;
}

.woocommerce-product-rating .so-luong-ban {
  font-size: 89%;
}

.tour-body-info .saving .price {
  text-decoration: line-through;
  color: #000;

}

.tour-body-info .saving .price .amount {
  color: #000 !important;
  font-weight: 400;
}

.tour-body-info .sago-price-detail-2 {
  display: flex;
  gap: 15px;

}

.tour-body-info h3 {
  min-height: 67px;
}

/* review home */

.owl-review {
  text-align: center;
  font-size: 120%;
}

.sago-item-owl {
  padding: 24px;
  background-color: rgb(245 245 245);
  border: 1px solid transparent;
  border-radius: 20px;
  text-align: left;
}

.rv-custommer {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 12px;
}

.rv-custommer a {
  max-width: 50px;

}

.rv-custommer a img {
  border-radius: 99px;
}

.rv-custommer .rv-info a.rv-name {
  font-weight: bold;
  font-size: 90%;
}

.rv-custommer .rv-info .rv-date {
  color: rgba(17, 17, 17, 0.5);
  font-size: 80%;
}

.rv-star i {
  color: #f1db10;
  font-size: 90%;
}

.rv-logo {
  position: absolute;
  top: 8px;
  right: 8px;

}

.rv-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Hiển thị tối đa 3 dòng */
  -webkit-box-orient: vertical;
  min-height: 77px;
  font-size: 80%
}

/**/
.khoi-hanh {
  font-size: 90%;
  margin-bottom: 15px;

}

.khoi-hanh span {
  display: inline-block;

}

.item-gio {
  border: 1px solid var(--primary-color);
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 90%;
  display: inline;
}

.khung-gio-khac {
  background: var(--primary-color);
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
}

/* search tour */
.widget {
  padding: 8px;
}

.widget_media_image img {
  border-radius: 5px;
}

.widget_search_tour_widget,
.widget_search_xe_widget,
.widget_search_ve_widget {
  border: 1px solid var(--primary-color) !important;
  padding: 0px !important;
}

.sago-search-box form {
  margin-bottom: 0px !important;
}

.sago-search-box {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background: #fff;
  border-radius: 10px;
  padding: 15px !important;
}

.searchbox .col {
  padding-bottom: 10px !important;
}

.searchbox .input-ngay-di {
  padding: 0px;
  border: none;
  margin-bottom: 0px;
  line-height: 1.2em;
  max-height: 20px;
  font-size: 95%;
  color: #2d4271;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
}

.searchbox .input-ngay-di:focus {
  background-color: transparent;
  color: #2d4271;
}

.searchbox i {
  font-size: 2rem;
  color: #2d4271;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.position-relative {
  position: relative !important;
}

.select2-container .select2-choice>.select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
  line-height: 1.2em;
  padding: 0;
  cursor: pointer;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
.searchbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  max-height: 20px;
  color: #2d4271;
  background-color: transparent;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-shadow: none;
  border: none !important;
  padding: 0px !important;
  width: 100%;
  font-size: 95%;
  margin-bottom: 0px !important;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2d4271;
  font-weight: bold;
}

.input-search-group .select2-selection__arrow b {
  display: none;
}

.input-search-group label {
  display: block;
  color: #2d4271;
  font-size: 13px;
  font-weight: 400;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.input-search-group i {
  font-size: 24px;
  color: #2d4271;

}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.p-15 {
  padding: 15px !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.searchbox .input-search-group {
  border: 5px solid #ffc709;
  border-radius: 7px;
  background: #fff;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* search elemnt*/
.sago-tab-search {
  border-radius: 7px;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.sago-tab-search .tab-panels {
  padding: 25px;
  background: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.sago-tab-search .nav-size-normal {
  background-color: rgb(2 116 189 / 82%);
  border-radius: 12px 7px 0 0;
  border: none;
}

.sago-tab-search .nav-size-normal li.active a {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: var(--primary-color);

}

.sago-tab-search .nav-size-normal li a {
  padding: 10px 15px;
  color: #fff;
}

.home-page__title {
  font-weight: 700;
  font-size: 150%;
  color: #2d4271;
  margin-bottom: 20px;
}

.thue-xe .btn_buy_all {
  flex: unset !important;
  margin: unset !important;
}

/* sago-xe-item */
.sago-xe-item>.col-inner {

  border-radius: 5px;
  border: 1px solid #e4e4e4;
  padding: 10px !important;
}

.sago-xe-item img {
  border-radius: 5px;
}

.sago-xe-item .tour-item__price--current {
  margin-bottom: 0px;
}

/* chi tiết tour */
.col-lich-trinh {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 5px;
  border-width: 1px 1px 1px 1px;
  background-color: rgb(249, 249, 249);
  padding: 30px 15px;
}

.sago-error {
  background: #fd5056;
  padding: 5px 8px;
  border-radius: 99px;
  font-size: 90%;
  margin-bottom: 10px;
  color: #fff;
}

.btn-disable {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-rut-gon-3 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.huong-dan-vien.fix_height {
  max-height: 75px;
  overflow: hidden;
  position: relative;
}

.sec-2 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-2 .block span {
  display: block;
  width: 40%;
}

.sago-detail-content.fix_height {
  max-height: 165px;
  overflow: hidden;
  position: relative;

}

.dieu-khoan-tour.fix_height {
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

.btn-rut-gon-2 {
  padding: 10px 0px;
}

.sago_readmore_flatsome a {
  text-decoration: underline;
  color: var(--primary-color)
}


td.t-price {
  color: #fd5056;
}

.sec-2 .table-price .l1 {
  width: 290px;
}

.sec-2 .table-price tr th,
.sec-2 .table-price tr td {
  padding-top: 10px;
  padding-bottom: 10px;

}

.sec-2 .table-price {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
}

.table-price table {
  caption-side: bottom;
  border-collapse: collapse;
}

.heading-lich-trinh {
  font-size: 115%;
}

.sec-2 .excerpt {
  padding-left: 33px;
  max-width: 100%;
  position: relative;
  margin-bottom: 15px;
  line-height: 24px;
}

.sec-2 .excerpt .line {
  height: calc(100% - 16px);
  border-left: 0.5px dashed var(--primary-color);
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}

.sec-2 .excerpt .line:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
}

.sec-2 .excerpt .line:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: -3px;
  z-index: 1;
}

.group-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 14px;
  max-width: 350px;
  margin-top: 10px;
}

.group-contact .mail {
  border-radius: 10px;
  height: 55px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
  ;
}

.group-contact .phone {
  background: var(--primary-color);
  ;
  border-radius: 10px;
  height: 55px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.group-contact .phone i,
.group-contact .mail i {
  font-size: 180%;
  font-weight: 400;
  margin-right: 8px;
}

.group-contact .phone p,
.group-contact .mail p {
  margin: 0;
  line-height: 20px;
}

.float-left .col-inner {
  float: left
}

.list-tien-ich {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.list-tien-ich li {
  margin-bottom: 15px;
  width: 50%;
  padding-right: 15px;
  margin-left: 0px !important;
  float: left;
  position: relative;
}

.list-tien-ich li:before {
  content: "\eb7b";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background: rgba(99, 176, 111, 0.1);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 11px;
  text-align: center;
  line-height: 24px;
  color: #63B06F;
  font-weight: 600;
  display: inline-block;
  left: 0;
  margin-right: 10px;
}

.box-order .calendar .calendar-box {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
}

.box-order .calendar .calendar-box i {
  padding-right: 5px;
}

.box-order .calendar .calendar-box span {
  font-weight: 400;
  margin-bottom: 2px !important;

}

.box-order {


  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.primary.btn-add-to-cart:before {
  content: "\f120";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-right: 5px;

}

.secondary.btn-add-to-cart:before {
  content: "\f120";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-right: 5px;

}

.btn-outline {
  font-weight: 400;
  border-width: 1px !important;
}

.primary.btn-add-to-cart {
  font-size: 95%;
  background: #fd5056;
}

.secondary.btn-add-to-cart {
  font-size: 95%;
  background-color: var(--fs-color-primary);
}

.tour-detail .sale-price .price,
.tour-detail .sale-price .price span.amount {
  margin: 0;
  font-size: 120% !important;
  font-weight: 700;
  color: #dd3333 !important;
  line-height: 28px;
}

.tour-detail .saving .price span.amount,
.tour-detail .saving .price {
  font-size: 13px !important;
  color: #2d4271 !important;
  margin-bottom: 8px;
  font-size: 120% !important;
  font-weight: bold;
  line-height: 28px;
  text-decoration-line: line-through
}

.tour-detail .title {
  font-size: 150%;
  font-weight: 700;
  color: #2d4271;
  line-height: 30px;
  margin-bottom: 12px;
  max-width: 100%;
}

.warp-mark {
  color: var(--primary-color);
  font-size: 95%;
  margin-bottom: 5px;
  display: flex;
  font-weight: 400;
}

.warp-mark label {
  font-weight: 400;
  color: var(--primary-color);
}

.warp-mark i {
  margin-right: 5px;
}

/* đánh giá sao */
.star {
  font-size: 20px;
  /* Kích thước sao */
}

.star.half-filled {
  position: relative;
  display: inline-block;
}

.star.half-filled::before {
  content: "\2605";
  /* Sao đầy */
  position: absolute;
  width: 70%;
  /* Điều chỉnh chiều rộng sao nửa */
  overflow: hidden;
  white-space: nowrap;
  color: gold;
  /* Màu sao */
}

/* hiệu ứng load */
/* Spinner đơn giản */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.box_pt_main.loading {
  position: relative;
  opacity: 0.5;
  /* Làm mờ nội dung trong lúc load */
}

.box_pt_main.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
  z-index: 999;
}

/* Tùy chỉnh cho class option trong khi loading */
.option.loading {
  opacity: 0.6;
  pointer-events: none;
  /* Vô hiệu hóa sự tương tác trong khi loading */
}

/* col tour */
.tour-body-info .danh-gia {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.tour-body-info .danh--gia {
  font-size: 95%;
  margin: 0.5em 0;
  height: 1em;
  line-height: 1em;
}

.btn-secondary {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #cf2e2e;
  border-color: #cf2e2e;
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #cf2e2e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #cf2e2e;
  border-color: #cf2e2e;
}

.btn-tertiary {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: #fd5056;
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid var(--primary-color) !important;
}

.btn-tertiary:hover {
  color: #fff;
  background-color: #213999;
  border-color: #213999;
}

.tour-item__price--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.tour-item__price--old {
  color: #2d4271;
  display: none;
}

.tour-item__price--current__number del {

  margin-left: 10px;
  font-size: 90% !important;
}

.sago-price-0 {
  color: #dd3333;
  font-weight: bold;
}

.mb-2 {
  margin-bottom: 5px !important;
}

.tour-item__code i {
  margin-right: 5px;
}

.tour-item__code {
  margin-bottom: 10px;
  color: #2d4271;
}

.tour-item__title {
  font-weight: 700;
  font-size: 95%;
  color: #2d4271;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 60px;
  max-height: 60px;
}

.tour-item__date {
  font-size: 78% !important;
  color: #2d4271;
}

.tour-item__image-inner__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour-item__image-inner__bottom__category {
  background: #fff;
  border-radius: 2px 2px 0 0;
  padding: 2px 6px 2px 4px;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-item__image-inner__bottom__category i {
  margin-right: 5px;
  font-size: 18px;
}

.tour-body-info {
  padding: 15px !important;
}

/* tour-group-horizontal */
.tour-group-horizontal {
  display: flex;
  gap: 10px;
}

a#btn-gia-khac {
  color: var(--primary-color);
  font-size: 95%;
}

.div-gia-khac {
  display: none;
}

.div-open {
  display: block !important;
}

.sidebar-filter .close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 1005;
  color: #fff;
  font-size: 130%;
}

.sidebar-filter .close-btn i:hover {
  color: red;
}

.sidebar-filter {
  position: fixed;
  top: 70px;
  right: -100%;
  bottom: 70px;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 9999999;
  text-align: left;
}

.sidebar-open {
  right: 0;
}

.product-item__summary__btn-login {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
}

.group-search .filter-sale .filter-sale-item {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #2d4271;
}

.group-search .filter-sale .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-right: 15px;
}

.group-search .filter-sale .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.group-search .filter-sale .slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.group-search .filter-sale .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.group-search .filter-sale input:checked+.slider {
  background-color: var(--primary-color);
}

.group-search .filter-sale input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: var(--primary-color);
}

.group-search .datepciker-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
}

input#NgayDi {
  background: transparent;
  border: 0px;
  margin-bottom: 0px
}

.search-dong-tour .row,
.search-so-ngay .row {
  padding-left: 5px;
}

.form-control .col {
  padding-left: 10px !important;
  padding-right: 5px !important;
  padding-bottom: 10px !important;
}

.form-control .col:nth-child(2n) {
  padding-left: 5px !important;
  padding-right: 10px !important;
}

.group-search {
  margin-bottom: 10px
}

.tour-search-result__filter__heading {
  background-color: var(--primary-color);
  color: #fff;
  padding: 8px;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget {
  border-radius: 5px;
  border-color: var(--primary-color)
}

.tour-group-search {
  padding: 15px;
}

.tour-group-search .group-search h5.s-title {
  font-weight: 700;
  font-size: 75%;
  line-height: 16px;
  text-transform: uppercase;

  margin-bottom: 15px;
}

.tour-group-search .group-search input,
.tour-group-search .group-search select {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.tour-group-search .group-search button {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  margin: 0px !important;
  font-size: 83%;
  width: 100%;
  padding: 4px;
  font-weight: 400;
}

.tour-group-search .group-search button:hover,
.tour-group-search .group-search button.checked {
  background: var(--primary-color);
  color: #fff;
}

/* user */
.woocommerce-MyAccount-content .dashboard-links li {
  margin-left: 0px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/*CSS dulich*/


.area_pt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;

}

.area_pt_item {
  flex: 1;
  min-width: 150px;


}

select.area_pt_item {
  margin: 0px;
  border-radius: 4px;
}

.quantity .button.minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.quantity .button.plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

input.area_pt_item {
  margin-bottom: 0px !important;
  border-radius: 4px;
}

.btn_buy_all {
  border-radius: 4px !important;
  pointer-events: none;
  opacity: 0.5 !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.btn_buy_all.active {
  pointer-events: unset;
  opacity: 1 !important;
}

.btn_buy_all:hover {
  color: #fff;
}

.box_title * {
  font-weight: bold;
}

.total-pv {
  padding: 0 10px;
}

.box_title {
  border-bottom: 3px solid #DDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.price_total {
  display: flex;

  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  background-color: #ebf0f3;
}

.price_total .label_tt {
  width: 70%;
  text-align: right;
}

.price_total div {
  text-align: right;
  width: 30%;
  font-weight: bold;
  color: #ff0000;
  font-size: 18px;
  padding: 0 10px;
}

.btn_buy_all div {
  width: 100%;
  text-align: left;
}

.btn_buy_all {

  margin-left: auto;


  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  background-color: #1ba0e2;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  padding-left: 15px;
  border-radius: 0;
  gap: 15px;
  display: flex;
  align-items: center;
}

.btn_buy_all span {
  position: relative;
}

.btn_buy_all img {
  position: relative;
  width: 40px;
  font-size: 20px;
  top: 0px;
  left: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-right: 20px;
  position: relative;
}

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

.box_pt .name-pt {
  width: 40%;
}

.box_pt .qtly-pt {
  width: 16.66666667%;
}

.box_pt .price-pt {
  width: 25%;
  text-align: right;
}

input[type=button].is-form {
  background: #fff;
}

.box_pt {
  margin-bottom: 10px;
}

.box_pt .total-pv {
  width: 25%;
  text-align: right;
  font-weight: bold;
  color: #344a71;
}

/*CSS dulich*/


/* archive tour */

.sago-tour-item .col-inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border: 1px solid #dddfe2;
}

.sago-tour-item .col-inner img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-wrap span {
  line-height: 22px;
  color: #2d4271;
  margin-right: 12px;
  width: 150px;
}

.order-wrap select {
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  height: 40px;

  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 0px !important;
}

.main-content .heading {
  border-bottom: 0.5px solid #d5d5d5;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: var(--primary-color);
  font-size: 200%;
}

.main-content .mo-ta-taxonomy {
  font-size: 98%;
}

.main-content .mo-ta-taxonomy a {
  font-weight: bold !important;
}

.mo-ta-taxonomy {
  margin-bottom: 15px;
}

/* blog home*/
.post-item a:hover {
  color: #333;
}

.box-blog-post .is-divider {
  display: none;
}

.post-meta.is-small.op-8:before {
  content: '';
  font-family: "fl-icons" !important;
  margin-right: 5px;
}

/* title */
.sago_title span {
  color: #1ba0e2;

  font-weight: 600;
}

.sago_title h2 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
  font-size: 200%;
  color: #253d52;
  line-height: 1.1;
}

.sago_title .title-line {
  margin-top: 5px;
}

.title-line .tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0 8px;
  position: relative;
  top: -5px;
  width: 12px;
  border: 1px solid #1ba0e2;
  border-radius: 50px;
}

.title-line .tl-1,
.title-line .tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

/* nút slider */
.sago-slider .flickity-prev-next-button {
  width: 45px;
}

.sago-slider .flickity-prev-next-button {
  opacity: 1;
}

.sago-slider .flickity-prev-next-button svg {
  padding: 35%;
  color: #a7a7a7;
}

.sago-slider .flickity-prev-next-button svg,
.sago-slider .flickity-prev-next-button .arrow {
  border-radius: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
}

/* FORM */
.sago-btn {
  padding: 5px 15px !important;
}

.required {
  color: #dd3333;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
  box-shadow: none;
  height: 2.7em;
}

/* footer */
.contact-c {
  font-size: 90%;
}

.sago-contact-footer i {
  font-size: 180%;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.sago-contact-footer .contact-t {
  color: rgb(214 214 214);
  opacity: 0.5;
}

#footer .row-solid .col:before {
  border-color: var(--primary-color);
  height: 70%;
  top: 15%;
}

#footer .ux-menu-link__link {

  font-weight: 400;

}

#footer .absolute-footer {

  border-top: 1px solid rgba(214, 214, 214, 0.5);

}

/* chi tiết bài viết */
ul.post-tags {
  margin-bottom: 0;
}

ul.post-tags li {
  display: inline-block;
  color: #999;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-right: 5px;
  margin-left: 0px !important;
}

ul.sago-bv-lg li {
  margin-left: 0px !important;
  list-style: none;
}

.danh-muc span.title,
.the-tim-kiem span.title {
  background: var(--primary-color);
  padding: 4px 10px;
  color: white;
  margin-right: 5px;
}

.danh-muc a,
.the-tim-kiem a {
  margin-bottom: 24px;
  padding: 4px 10px;
  background: #b5b5b5;
  color: white;
}

.chuyen-muc-sago a,
.the-sago a {
  margin-bottom: 20px !important;
  line-height: 30px;
}

.danh-muc a,
.the-tim-kiem a {
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #b5b5b5;
  color: white;
}

.blog-single .entry-meta {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: gray;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

/*widget*/
/* blog ar*/
.widget_categories ul li {
  border-top: none !important;
  display: flex;
  font-size: 93%;
  align-items: center;
  position: relative;
}

.widget_categories ul li a {
  color: #051036 !important;

}

.blog-archive {
  padding-top: 0px !important;
}

.sago-post-col .post-excerpt,
.sago-post-col .post-date {
  color: #697488;
  font-size: 90%;
}

.badge.post-date.badge-outline {
  font-size: 120%;

}

input {
  border-radius: 4px !important;
}

.badge.post-date.badge-outline .badge-inner {
  border-radius: 4px;
}

.recent-blog-posts a {
  font-size: 95%;
  font-weight: bold;
}

.sago-post-col h3.post-title a {
  font-size: 100%;

}

.widget .searchform .flex-col:nth-of-type(2) {
  margin-left: -2.9em;
}

.widget .searchform .flex-col:nth-of-type(2) button,
.widget .searchform .flex-col:nth-of-type(2) button:hover {
  background: transparent !important;
  border: none !important;
  color: #333;
  box-shadow: none;
}

.widget .is-divider {
  display: none;
}

.widget span.widget-title {
  text-transform: none;
  margin-bottom: 20px;
  display: block;
  font-size: 120%;
}

.widget {

  margin-bottom: 30px !important;

}

.widget_categories a:before {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

span.sago-count-post {
  background: var(--primary-color);
  padding: 0px 12px;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  font-size: 88%;
  right: 0px;
  bottom: 8px;
}

/* phan trang */
.nav-pagination>li>span,
.nav-pagination>li>a {
  border-radius: 0px;
  border: 1px solid #c6c6c6;
  background: #fff;
  border-radius: 4px;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
  border-color: var(--primary-color) !important;
}

/* blog ar*/
.sago-post-col .date span:before,
.sago-post-col .post-date:before {
  content: "\eb21";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}

ul.sago-later-news li {
  list-style: none;
  margin-left: 0px;
  border-top: 1px dashed #e5e5e5;
  padding-top: 10px;

}

ul.sago-later-news li a {
  font-weight: 400;
}

/* sản phẩm tương tự */
.product-section {
  border: none;
}

.product-section-title-related {
  padding: 0px;
  margin-left: 0px;
}


/* mua ngay*/
.alert-success {
  color: #155724;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;

}

.popup-customer-info-radio label input:checked~span:after {
  background: #8DC63F;
  border: 1px solid #8DC63F;
}

.devvn-popup-title {
  background: #8DC63F;
}

.popup-customer-info-group .devvn-order-btn {
  background: #8DC63F;
}

a.devvn_buy_now_style,
a.devvn_buy_now_style:focus {
  max-width: inherit;
  background: #8DC63F;
  padding: 12px 0;
  margin-bottom: 15px;
}

a.devvn_buy_now_style:hover {
  background: #73b21a;
  transition: 0.5s all;

}

.button.is-outline {
  border-width: 1px;

}

/* product page */
.sago-chinh-sach-tour .col-inner::-webkit-scrollbar {
  width: 5px;
  background-color: #FFF4DE;
}

.sago-chinh-sach-tour .col-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #e5e5e5;
}

.sago-chinh-sach-tour .col-inner {
  background-color: rgb(255, 244, 222);
  overflow-y: scroll;
  max-height: 305px;
  font-size: 95%;
  border-radius: 4px;
  border: 1px dashed rgb(246, 166, 35);
}

.sago-chi-tiet-tour .widget {
  margin-bottom: 20px;
  border: none !important;
  border-radius: 0px !important;
}

.sago-chi-tiet-tour .widget ul {
  padding-left: 0px;
  padding-right: 0px;
}

.sago-chi-tiet-tour .widget form {
  margin-bottom: 0px;
}

.tour-program {
  margin-bottom: 0px !important;
}

.tour-program li {
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 0px;
}

.tour-program li .scroll-content {
  color: #4e4e4e;
  margin: 0;
  padding: 15px;
  border-radius: 0;
  border: none;
  border-left: 2px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.tour-program li .scroll-content img {
  width: 22px;
  margin-right: 10px;
}

.tour-program li .scroll-content:hover {
  background: rgba(148, 151, 163, 0.1);
}

.tour-schedule-title {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px;
  background-color: #8dc63f;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-left: 3px solid #629a15;
  font-size: 18px;

}

.quantity+.button {
  margin-right: 0;
  font-size: .97em;
}

.add-to-cart-container form {
  margin: 0px;
}

.quantity.buttons_added.form-normal {
  display: none;
}

.is-small,
.is-small.button {
  font-size: 0.9em !important;
}

ul.single_tour_meta {
  margin-bottom: 0px;
  padding: 5px 0px;
}

ul.single_tour_meta li {


  position: relative;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
}

ul.single_tour_meta i {

  top: 11px;
  left: 0;
}

[class^="devvn-icon2-"] {
  background-image: url(https://kienphatnguyen.test/wp-content/uploads/2021/05/icon.png);
  display: inline-block;
}

i.devvn-icon2-date {
  width: 13px;
  height: 13px;
  background-position: -131px -1px;
}

i.devvn-icon2-time {
  width: 13px;
  height: 13px;
  background-position: -145px -1px;
}

i.devvn-icon2-fly {
  width: 19px;
  height: 14px;
  background-position: -159px -1px;
}

i.devvn-icon2-marker {
  width: 13px;
  height: 15px;
  background-position: -178px -1px;
}

i.devvn-icon2-hotel {
  width: 14px;
  height: 13px;
  background-position: -191px -1px;
}

/* catagories page*/
.category-page-row {
  padding-top: 0px;
}

.sago-filter .section-content {
  z-index: 22;
}

/*lọc giá*/
.devvn_selectbox>span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #b7b7b7;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
}

.devvn_selectbox {
  position: relative;
}

.devvn_select_item {
  display: none;
}

.devvn_select_option:before,
.devvn_select_option:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.devvn_select_option:before,
.devvn_select_option:after {
  left: 75%;
}

.devvn_selectbox_left .devvn_select_option:before,
.devvn_selectbox_left .devvn_select_option:after {
  left: 10%;
}

.devvn_selectbox_left {
  float: left;
  margin-right: 20px;
}

.devvn_selectbox>span {
  position: relative;
  display: block;
  padding: 0 15px 0 0;
  cursor: pointer;
}

.devvn_selectbox_left .devvn_select_option {
  right: auto;
  left: 0;
}

.devvn_select_option {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 180px;
  padding: 12px 10px 2px 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);

}

.sago_select_option_sapxep {
  width: 230px;
}

.sago-select-open {
  display: block !important;
}

.devvn_select_option button {
  display: block;
  color: #333;
  position: relative;
  font-weight: 400;
  font-size: 90%;
  text-transform: initial;
  line-height: 2em;
  min-height: 1.5em;

}

.devvn_select_option a {
  display: block;
  color: #333;
  position: relative;
  font-weight: 400;
  font-size: 100%;
  text-transform: initial;
  line-height: 2em;
  min-height: 1.5em;

}

.devvn_select_option button:hover {
  color: #288ad6;
}

.devvn_select_option button.active:before,
.devvn_select_option button:hover:before,
.devvn_select_option button.is-checked:before {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url(https://kienphatnguyen.test/wp-content/uploads/2021/05/icon.png);
  background-position: -40px 0px;

}

.devvn_select_option button.sago-button-close:hover:before,
.devvn_select_option button.sago-button-close.is-checked:before {
  background-image: none;
}

.woocommerce .woocommerce-ordering select {
  display: none;
}

.sago-select-close {
  width: 18px;
  height: 18px;
  background: url(https://kienphatnguyen.test/wp-content/uploads/2021/05/icon.png);
  background-position: -61px -1px;
  position: absolute;
  top: 6px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}

/* giảm giá */
.badge-container {
  margin-top: 10px;
}

.badge-outline,
.badge-circle {
  margin-left: 8px;
}

/* sago-tour-box */
span.tour_form {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  z-index: 3;
  padding: 5px 10px;
  font-size: 14px;
}

.sago-tour-box .action-box .booking-box .btn-sm {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #8DC63F;
  color: #fff;
  font-size: 13px;
  transition: all 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sago-tour-box .action-box {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sago-tour-box .action-box .price-box bdi {
  color: #8DC63F;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
}


.sago-tour-box .meta-vote .ct_course_list {
  margin-bottom: 0px !important;
}

.sago-tour-box .date-go .ct_course_list li span,
.sago-tour-box .date-go .ct_course_list li span a {

  font-weight: bold;
}

.sago-tour-box .date-go .ct_course_list li img {
  max-width: 18px;
  flex: 1;
  margin-right: 2px;
  display: inline-block;
}

.sago-tour-box .date-go ul {
  margin-bottom: 0px;
  padding: 5px 10px;
  color: #666;
}

.sago-tour-box .date-go ul li {
  margin-bottom: 3px;
}

.sago-tour-box .price-wrapper {
  padding: 0px 10px;
  font-size: 120%;

}

del span.amount {
  color: #5b5b5b;
}

span.amount {
  color: #dd3333;
}

.title-wrapper,
.title-wrapper a {

  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background: #f2f5f8;
  padding: 4px;
  font-size: 100%;
}


.product-small .col-inner .box-text {
  padding-top: 0px !important;
}

.sago-tour-box {

  background: #fff;
}

.sago-tour-box .vote-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 8px;
}

.sago-tour-box .vote-box .saleoff {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}

.sago-tour-box .vote-box .saleoff bdi {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
  font-weight: 400;
}

.ct_course_list li {

  margin-left: 0px !important;
  list-style: none;
}

.sago-tour-box .vote-box .meta-vote .ct_course_list li img {
  max-width: 18px;
  display: inline-block;
}

/* tìm kiếm box */
button.btn_submit {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  height: 50px;
  padding: 0 30px;
  border-radius: 3px;
}

.search_bar .flex-grow {
  padding: 0 20px;
}

.search_bar input,
.search_bar button,
.search_bar select {
  font-size: 16px;
  box-shadow: none !important;
}

.input_box input {
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 50px;
  padding: 0 37px;
  border-radius: 3px;
}

.input_box i.fa-map-marker-alt {
  position: absolute;
  left: 12px;
  top: 18px;
}

.search_bar .input_box select {

  font-size: 15px;
  margin-bottom: 0px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 37px;

  outline: 0;
  background-color: #fff;
  box-shadow: none;
}

.search_bar form {
  margin-bottom: 0px;
}

.search_bar {





  background: #fff;

  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0px 32px rgb(0 0 0 / 12%);
}

.input_box {
  position: relative;

}

.sago-sec-search .section-content {
  z-index: 23;

}

/*search_place */
.search_place {

  padding: 20px;
  box-shadow: 0 0px 32px rgb(0 0 0 / 12%);
  position: absolute;

  background: #fff;
  width: 100%;
  left: 0;
  top: 100%;
  top: calc(100% + 16px);
  top: -webkit-calc(100% + 16px);
  top: -moz-calc(100% + 16px);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;

}

.open_result .search_place {
  display: block;
}

.search_place_item a:hover {
  background: #f3f3f3;
  overflow: hidden;
}

.search_place_title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.search_place_item {
  padding: 0;
  margin-bottom: 0;
}

.col-md-4 {
  width: 33.333%;
  max-width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
}

.search_place_item a {
  display: flex;
  color: #000;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.search_place_item .search_place_img {
  width: 77px;
  margin-right: 8px;
}

.search_place_infor {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.search_place_img img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.search_place_infor strong {

  max-height: 38px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}


.search_place_infor>span {
  display: block;
  color: var(--primary-color);
}

.search_place_button span {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 6px;
  font-size: 13px;
  position: relative;
  top: 7px;
}

.search_place_button span i {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.search_place:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 15px;
  margin-left: -15px;
}

/* header */
.logo {
  z-index: 9999;
}

.logo.flex-col.flex-left {
  max-width: 120px;

}

#top-bar .flex-right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  float: right;
  background: #f3f5f1;
  border-bottom-left-radius: 25px;
}

ul.nav.top-bar-nav {
  padding-left: 15px;
  padding-right: 15px;
}

.sago-15-padding-bottom {
  padding-bottom: 15px !important;
}

.sago-10-padding-bottom {
  padding-bottom: 10px !important;
}

.sago-no-padding-bottom {
  padding-bottom: 0px !important;
}

.sago-color {
  color: var(--primary-color);
}

p {
  margin-bottom: 0.7em;
}

.sago-outline-1 {
  border-width: 1px !important;
  font-weight: 400;
}

h1.woocommerce-products-header__title.page-title.sago-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -21px;
}

.page-title {
  color: var(--primary-color);
}

span.last {

  color: var(--primary-color);
}

.page-numbers li {
  margin-left: 0px !important;
}

.sago-none {
  display: none;
}

.blog-share {
  margin-top: 8px;
}

.box-overlay.dark .box-text {
  text-shadow: none;
}

.box-overlay .is-divider {
  display: none;
}

.product-section-title-related {
  display: none;
}

.blog-wrapper.blog-archive.page-wrapper {
  padding-top: 0px !important;
}

.sago-breadcrumb p {
  margin-bottom: 0px !important;
}

.product-small .badge {
  height: 1.8em;
}

.product-small .badge-circle .badge-inner {
  border-radius: 0px;
}

.product-promotions-list-title {
  margin-top: 0;
  font-size: 15px;
  color: #e52025;
}

.section-title-container {
  margin-bottom: 0.5em;
}

.sago-content h2 {
  font-size: 18px;
}

.sago-content h3,
.sago-content h4,
.sago-content h5 {
  font-size: 16px;
}

.tour-tab-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 6px 0px;
  border-bottom: 1px solid #e5e5e5;
  color: var(--primary-color)
}

.product-short-description p {
  font-size: 95%;
}

body.woocommerce.theme-flatsome #reviews #comments ol.commentlist li {
  text-align: left;
}

.widget form {
  margin-bottom: 0px !important;
}

.widget form .wpcf7-spinner {
  display: none;
}

h1.entry-title.mb {
  font-size: 20px;
}

.wp-caption .wp-caption-text {
  background: #fff;
  font-size: 100%;
}

.sago-lg-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  line-height: 24px;
  padding-left: 15px;
  margin-top: 10px;
}

.sago-lg-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.item-list img,
.du-an-lg .col .col-inner img {
  border-radius: 8px;
}

.sago_news_content a {
  color: var(--primary-color);
}

a.sago-dat-tour-box {
  text-decoration: underline;
  color: var(--primary-color);
}

.rating_total {
  font-size: 20px;
}

.qlty-rating,
#commentform #submit {
  background: var(--primary-color);
}

.dg:before {
  border-right: 10px solid var(--primary-color);
}

.sago-reviews {
  border: 1px solid #ccc;
  padding: 10px;
}

.title-rating {
  display: none;
}

.price-pt del {
  display: block;
  width: 100%;
  font-size: 80%;
}

.custom-cart-item-actions {
  position: relative;
}

span.remove-link {
  position: absolute;
  right: 0px;
  top: 50%;

}

.sago-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.sago-popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close-popup {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-popup:hover,
.close-popup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn-book span.star {
  color: #f7aa3d;
}

.woocommerce select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
  visibility: visible
}

div#masthead {
  border-bottom: 1px solid #ccc;
}

a.button.wc-forward {
  border-radius: 4px;
}

.icon-user:before {
  content: "\f264";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.icon-shopping-basket:before {
  content: "\ebe6";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

th.product-name,
th.product-total {
  border: none;
}

.tour-disabled {
  opacity: 0.5;
  /* Thiết lập độ mờ */
  pointer-events: none;
  /* Vô hiệu hóa tất cả sự kiện chuột */
}

body.woocommerce.theme-flatsome #reviews #comments ol.commentlist li {
  text-align: left;
  margin-left: 0px;
}

.margin-20 {
  margin-bottom: 20px !important;
}

.sago-img-radius,
.sago-img-radius img {
  border-radius: 4px;
}

.owl-sago .owl-dots button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 10px;
}

.owl-sago .owl-dots button.active span {
  background: var(--primary-color);
}

.owl-sago .owl-dots button {
  margin: 0;
  line-height: initial;
  height: initial;
  min-height: inherit;
}

.owl-sago .owl-dots {
  text-align: center;
  margin-top: 0px;
}

textarea#order_comments {
  border-radius: 4px;
}

.sago-pagination ul,
.pagination {
  text-align: center;
}

.sago-pagination ul li,
.pagination li {
  display: inline-block;
  margin: 0 0.4em !important;
  list-style: none;
}

.sago-pagination ul>li>span,
.pagination>li.active>a {
  background: var(--primary-color);
  color: #fff !important;
  border-color: var(--primary-color);
}

.sago-pagination ul>li>a,
.sago-pagination ul>li>span,
.pagination>li>a {
  border: 1px solid;
  border-radius: 3px;
  display: block;
  font-size: 1em;
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  min-width: 32px;
  padding: 0 7px;
  text-align: center;
  transition: all .3s;
  vertical-align: top;
  width: auto;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.sago-pagination li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.sago-post-list .CreateDate,
.sago-post-list .sago-comments {
  font-size: 90%
}

.sago-post-list img,
.box-blog-post img {
  border-radius: 5px;
}

.product_list_widget li {
  list-style: none;
  margin-left: 0px !important
}

.product_list_widget li img {
  border-radius: 5px;
}

.product_list_widget li span.product-title {
  font-size: 85%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn hiển thị 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;

}


.owl-sago .owl-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.owl-sago .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.owl-sago .owl-prev {
  left: -20px;
}

.owl-sago .owl-next {
  right: -20px;

}



.owl-sago .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.owl-sago .owl-prev {
  left: -20px;
}

.owl-sago .owl-next {
  right: -20px;
}

/* review home */

.owl-review {
  text-align: center;
  font-size: 120%;
}

.sago-item-owl {
  padding: 24px;
  background-color: rgb(245 245 245);
  border: 1px solid transparent;
  border-radius: 20px;
  text-align: left;
}

.rv-custommer {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 12px;
}

.rv-custommer a {
  max-width: 50px;

}

.rv-custommer a img {
  border-radius: 99px;
}

.rv-custommer .rv-info a.rv-name {
  font-weight: bold;
  font-size: 90%;
}

.rv-custommer .rv-info .rv-date {
  color: rgba(17, 17, 17, 0.5);
  font-size: 80%;
}

.rv-star i {
  color: #f1db10;
  font-size: 90%;
}

.rv-logo {
  position: absolute;
  top: 8px;
  right: 8px;

}

.rv-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Hiển thị tối đa 3 dòng */
  -webkit-box-orient: vertical;
  min-height: 77px;
  font-size: 80%
}

/**/
.khoi-hanh {
  font-size: 90%;
  margin-bottom: 15px;

}

.khoi-hanh span {
  display: inline-block;

}

.item-gio {
  border: 1px solid var(--primary-color);
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 90%;
  display: inline;
}

.khung-gio-khac {
  background: var(--primary-color);
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
}


/* search tour */
.widget {
  padding: 8px;
}

.widget_media_image img {
  border-radius: 5px;
}

.widget_search_tour_widget,
.widget_search_xe_widget {
  border: 1px solid #ccc;
  padding: 0px;
}

.sago-search-box form {
  margin-bottom: 0px !important;
}

.sago-search-box {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background: #fff;
  border-radius: 10px;
  padding: 15px !important;
}

.searchbox .col {
  padding-bottom: 10px !important;
}

.searchbox .input-ngay-di {
  padding: 0px;
  border: none;
  margin-bottom: 0px;
  line-height: 1.2em;
  max-height: 20px;
  font-size: 95%;
  color: #2d4271;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
}

.searchbox .input-ngay-di:focus {
  background-color: transparent;
  color: #2d4271;
}

.searchbox i {
  font-size: 2rem;
  color: #2d4271;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.position-relative {
  position: relative !important;
}

.select2-container .select2-choice>.select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
  line-height: 1.2em;
  padding: 0;
  cursor: pointer;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
.searchbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  max-height: 20px;
  color: #2d4271;
  background-color: transparent;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-shadow: none;
  border: none !important;
  padding: 0px !important;
  width: 100%;
  font-size: 95%;
  margin-bottom: 0px !important;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2d4271;
  font-weight: bold;
}

.input-search-group .select2-selection__arrow b {
  display: none;
}

.input-search-group label {
  display: block;
  color: #2d4271;
  font-size: 13px;
  font-weight: 400;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.input-search-group i {
  font-size: 24px;
  color: #2d4271;

}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.p-15 {
  padding: 15px !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.searchbox .input-search-group {
  border: 5px solid #ffc709;
  border-radius: 7px;
  background: #fff;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* search elemnt*/
.sago-tab-search {
  border-radius: 7px;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.sago-tab-search .tab-panels {
  padding: 25px;
  background: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.sago-tab-search .nav-size-normal {
  background-color: rgb(2 116 189 / 82%);
  border-radius: 12px 7px 0 0;
  border: none;
}

.sago-tab-search .nav-size-normal li.active a {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: var(--primary-color);

}

.sago-tab-search .nav-size-normal li a {
  padding: 10px 15px;
  color: #fff;
}

.home-page__title {
  font-weight: 700;
  font-size: 150%;
  color: #2d4271;
  margin-bottom: 20px;
}

.thue-xe .btn_buy_all {
  flex: unset !important;
  margin: unset !important;
}

/* sago-xe-item */
.sago-xe-item>.col-inner {

  border-radius: 5px;
  border: 1px solid #e4e4e4;
  padding: 10px !important;
}

.sago-xe-item img {
  border-radius: 5px;
}

.sago-xe-item .tour-item__price--current {
  margin-bottom: 0px;
}

/* chi tiết tour */
.col-lich-trinh {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 5px;
  border-width: 1px 1px 1px 1px;
  background-color: rgb(249, 249, 249);
  padding: 30px 15px;
}

.sago-error {
  background: #fd5056;
  padding: 5px 8px;
  border-radius: 99px;
  font-size: 90%;
  margin-bottom: 10px;
  color: #fff;
}

.btn-disable {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-rut-gon-3 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.sec-2 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-2 .block span {
  display: block;
  width: 40%;
}

.sago-detail-content.fix_height {
  max-height: 165px;
  overflow: hidden;
  position: relative;

}

.dieu-khoan-tour.fix_height {
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

.btn-rut-gon-2 {
  padding: 10px 0px;
}

.sago_readmore_flatsome a {
  text-decoration: underline;
  color: var(--primary-color)
}


td.t-price {
  color: #fd5056;
}

.sec-2 .table-price .l1 {
  width: 290px;
}

.sec-2 .table-price tr th,
.sec-2 .table-price tr td {
  padding-top: 10px;
  padding-bottom: 10px;

}

.sec-2 .table-price {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
}

.table-price table {
  caption-side: bottom;
  border-collapse: collapse;
}

.heading-lich-trinh {
  font-size: 115%;
}

.sec-2 .excerpt {
  padding-left: 33px;
  max-width: 100%;
  position: relative;
  margin-bottom: 15px;
  line-height: 24px;
}

.sec-2 .excerpt .line {
  height: calc(100% - 16px);
  border-left: 0.5px dashed var(--primary-color);
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}

.sec-2 .excerpt .line:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
}

.sec-2 .excerpt .line:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: -3px;
  z-index: 1;
}

.group-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 14px;
  max-width: 350px;
  margin-top: 10px;
}

.group-contact .mail {
  border-radius: 10px;
  height: 55px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
  ;
}

.group-contact .phone {
  background: var(--primary-color);
  ;
  border-radius: 10px;
  height: 55px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.group-contact .phone i,
.group-contact .mail i {
  font-size: 180%;
  font-weight: 400;
  margin-right: 8px;
}

.group-contact .phone p,
.group-contact .mail p {
  margin: 0;
  line-height: 20px;
}

.float-left .col-inner {
  float: left
}

.list-tien-ich {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.list-tien-ich li {
  margin-bottom: 15px;
  width: 50%;
  padding-right: 15px;
  margin-left: 0px !important;
  float: left;
  position: relative;
}

.list-tien-ich li:before {
  content: "\eb7b";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background: rgba(99, 176, 111, 0.1);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 11px;
  text-align: center;
  line-height: 24px;
  color: #63B06F;
  font-weight: 600;
  display: inline-block;
  left: 0;
  margin-right: 10px;
}

.box-order .calendar .calendar-box {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
}

.box-order .calendar .calendar-box i {
  padding-right: 5px;
}

.box-order .calendar .calendar-box span {
  font-weight: 400;
  margin-bottom: 2px !important;

}

.box-order {


  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.primary.btn-add-to-cart:before {
  content: "\f120";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-right: 5px;

}

.secondary.btn-add-to-cart:before {
  content: "\f120";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-right: 5px;

}

.btn-outline {
  font-weight: 400;
  border-width: 1px !important;
}

.primary.btn-add-to-cart {
  font-size: 95%;
  background: #fd5056;
}

.secondary.btn-add-to-cart {
  font-size: 95%;
  background-color: var(--fs-color-primary);
}

.tour-detail .sale-price .price,
.tour-detail .sale-price .price span.amount {
  margin: 0;
  font-size: 120% !important;
  font-weight: 700;
  color: #dd3333 !important;
  line-height: 28px;
}

.tour-detail .saving .price span.amount,
.tour-detail .saving .price {
  font-size: 13px !important;
  color: #2d4271 !important;
  margin-bottom: 8px;
  font-size: 120% !important;
  font-weight: bold;
  line-height: 28px;
  text-decoration-line: line-through
}

.tour-detail .title {
  font-size: 150%;
  font-weight: 700;
  color: #2d4271;
  line-height: 30px;
  margin-bottom: 12px;
  max-width: 100%;
}

.warp-mark {
  color: var(--primary-color);
  font-size: 95%;
  margin-bottom: 5px;
  display: flex;
  font-weight: 400;
}

.warp-mark label {
  font-weight: 400;
  color: var(--primary-color);
}

.warp-mark i {
  margin-right: 5px;
}

/* đánh giá sao */
.star {
  font-size: 20px;
  /* Kích thước sao */
}

.star.half-filled {
  position: relative;
  display: inline-block;
}

.star.half-filled::before {
  content: "\2605";
  /* Sao đầy */
  position: absolute;
  width: 70%;
  /* Điều chỉnh chiều rộng sao nửa */
  overflow: hidden;
  white-space: nowrap;
  color: gold;
  /* Màu sao */
}

/* hiệu ứng load */
/* Spinner đơn giản */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.box_pt_main.loading {
  position: relative;
  opacity: 0.5;
  /* Làm mờ nội dung trong lúc load */
}

.box_pt_main.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
  z-index: 999;
}

/* Tùy chỉnh cho class option trong khi loading */
.option.loading {
  opacity: 0.6;
  pointer-events: none;
  /* Vô hiệu hóa sự tương tác trong khi loading */
}

/* col tour */
.tour-body-info .danh-gia {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.tour-body-info .danh--gia {
  font-size: 95%;
  margin: 0.5em 0;
  height: 1em;
  line-height: 1em;
}

.btn-secondary {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #cf2e2e;
  border-color: #cf2e2e;
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #cf2e2e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #cf2e2e;
  border-color: #cf2e2e;
}

.btn-tertiary {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: #fd5056;
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid var(--primary-color) !important;
}

.btn-tertiary:hover {
  color: #fff;
  background-color: #213999;
  border-color: #213999;
}

.tour-item__price--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.tour-item__price--old {
  color: #2d4271;
  display: none;
}

.tour-item__price--current__number del {

  margin-left: 10px;
  font-size: 90% !important;
}

.sago-price-0 {
  color: #dd3333;
  font-weight: bold;
}

.mb-2 {
  margin-bottom: 5px !important;
}

.tour-item__code i {
  margin-right: 5px;
}

.tour-item__code {
  margin-bottom: 10px;
  color: #2d4271;
}

.tour-item__title {
  font-weight: 700;
  font-size: 95%;
  color: #2d4271;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 60px;
  max-height: 60px;
}

.tour-item__date {
  font-size: 80%;
  color: #2d4271;
}

.tour-item__image-inner__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour-item__image-inner__bottom__category {
  background: #fff;
  border-radius: 2px 2px 0 0;
  padding: 2px 6px 2px 4px;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-item__image-inner__bottom__category i {
  margin-right: 5px;
  font-size: 18px;
}

.tour-body-info {
  padding: 15px !important;
}

/* tour-group-horizontal */
.tour-group-horizontal {
  display: flex;
  gap: 10px;
}

a#btn-gia-khac {
  color: var(--primary-color);
  font-size: 95%;
}

.div-gia-khac {
  display: none;
}

.div-open {
  display: block !important;
}

.sidebar-filter .close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 1005;
  color: #fff;
  font-size: 130%;
}

.sidebar-filter .close-btn i:hover {
  color: red;
}

.sidebar-filter {
  position: fixed;
  top: 70px;
  right: -100%;
  bottom: 70px;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 9999999;
  text-align: left;
}

.sidebar-open {
  right: 0;
}

.product-item__summary__btn-login {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
}

.group-search .filter-sale .filter-sale-item {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #2d4271;
}

.group-search .filter-sale .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-right: 15px;
}

.group-search .filter-sale .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.group-search .filter-sale .slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.group-search .filter-sale .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.group-search .filter-sale input:checked+.slider {
  background-color: var(--primary-color);
}

.group-search .filter-sale input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: var(--primary-color);
}

.group-search .datepciker-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
}

input#NgayDi {
  background: transparent;
  border: 0px;
  margin-bottom: 0px
}

.search-dong-tour .row,
.search-so-ngay .row {
  padding-left: 5px;
}

.form-control .col {
  padding-left: 10px !important;
  padding-right: 5px !important;
  padding-bottom: 10px !important;
}

.form-control .col:nth-child(2n) {
  padding-left: 5px !important;
  padding-right: 10px !important;
}

.group-search {
  margin-bottom: 10px
}

.tour-search-result__filter__heading {
  background-color: var(--primary-color);
  color: #fff;
  padding: 8px;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget {
  border-radius: 5px;
  border-color: var(--primary-color)
}

.tour-group-search {
  padding: 15px;
}

.tour-group-search .group-search h5.s-title {
  font-weight: 700;
  font-size: 75%;
  line-height: 16px;
  text-transform: uppercase;

  margin-bottom: 15px;
}

.tour-group-search .group-search input,
.tour-group-search .group-search select {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.tour-group-search .group-search button {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  margin: 0px !important;
  font-size: 83%;
  width: 100%;
  padding: 4px;
  font-weight: 400;
}

.tour-group-search .group-search button:hover,
.tour-group-search .group-search button.checked {
  background: var(--primary-color);
  color: #fff;
}

/* user */
.woocommerce-MyAccount-content .dashboard-links li {
  margin-left: 0px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/*CSS dulich*/


.area_pt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;

}

.area_pt_item {
  flex: 1;
  min-width: 150px;


}

select.area_pt_item {
  margin: 0px;
  border-radius: 4px;
}

.quantity .button.minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.quantity .button.plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

input.area_pt_item {
  margin-bottom: 0px !important;
  border-radius: 4px;
}

.btn_buy_all {
  border-radius: 4px !important;
  pointer-events: none;
  opacity: 0.5 !important;
}

.btn_buy_all.active {
  pointer-events: unset;
  opacity: 1 !important;
}

.btn_buy_all:hover {
  color: #fff;
}

.box_title * {
  font-weight: bold;
}

.total-pv {
  padding: 0 10px;
}

.box_title {
  border-bottom: 3px solid #DDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.price_total {
  display: flex;

  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  background-color: #ebf0f3;
}

.price_total .label_tt {
  width: 70%;
  text-align: right;
}

.price_total div {
  text-align: right;
  width: 30%;
  font-weight: bold;
  color: #ff0000;
  font-size: 18px;
  padding: 0 10px;
}

.btn_buy_all div {
  width: 100%;
  text-align: left;
}

.btn_buy_all {

  margin-left: auto;


  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  background-color: #1ba0e2;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  padding-left: 15px;
  border-radius: 0;
  gap: 15px;
  display: flex;
  align-items: center;
}

.btn_buy_all span {
  position: relative;
}

.btn_buy_all img {
  position: relative;
  width: 40px;
  font-size: 20px;
  top: 0px;
  left: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-right: 20px;
  position: relative;
}

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

.box_pt .name-pt {
  width: 40%;
}

.box_pt .qtly-pt {
  width: 16.66666667%;
}

.box_pt .price-pt {
  width: 25%;
  text-align: right;
}

input[type=button].is-form {
  background: #fff;
}

.box_pt {
  margin-bottom: 10px;
}

.box_pt .total-pv {
  width: 25%;
  text-align: right;
  font-weight: bold;
  color: #344a71;
}

/*CSS dulich*/


/* archive tour */

.sago-tour-item .col-inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border: 1px solid #dddfe2;
}

.sago-tour-item .col-inner img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-wrap span {
  line-height: 22px;
  color: #2d4271;
  margin-right: 12px;
  width: 150px;
}




.main-content .mo-ta-taxonomy {
  font-size: 98%;
}

.main-content .mo-ta-taxonomy a {
  font-weight: bold !important;
}

.mo-ta-taxonomy {
  margin-bottom: 15px;
}

/* blog home*/
.post-item a:hover {
  color: #333;
}

.box-blog-post .is-divider {
  display: none;
}

.post-meta.is-small.op-8:before {
  content: '';
  font-family: "fl-icons" !important;
  margin-right: 5px;
}

/* title */
.sago_title span {
  color: #1ba0e2;

  font-weight: 600;
}

.sago_title h2 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
  font-size: 200%;
  color: #253d52;
  line-height: 1.1;
}

.sago_title .title-line {
  margin-top: 5px;
}

.title-line .tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0 8px;
  position: relative;
  top: -5px;
  width: 12px;
  border: 1px solid #1ba0e2;
  border-radius: 50px;
}

.title-line .tl-1,
.title-line .tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

/* nút slider */
.sago-slider .flickity-prev-next-button {
  width: 45px;
}

.sago-slider .flickity-prev-next-button {
  opacity: 1;
}

.sago-slider .flickity-prev-next-button svg {
  padding: 35%;
  color: #a7a7a7;
}

.sago-slider .flickity-prev-next-button svg,
.sago-slider .flickity-prev-next-button .arrow {
  border-radius: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
}

/* FORM */
.sago-btn {
  padding: 5px 15px !important;
}

.required {
  color: #dd3333;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
  box-shadow: none;
  height: 2.7em;
}

/* footer */
.contact-c {
  font-size: 90%;
}

.sago-contact-footer i {
  font-size: 180%;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.sago-contact-footer .contact-t {
  color: rgb(214 214 214);
  opacity: 0.5;
}

#footer .row-solid .col:before {
  border-color: var(--primary-color);
  height: 70%;
  top: 15%;
}

#footer .ux-menu-link__link {

  font-weight: 400;

}

#footer .absolute-footer {

  border-top: 1px solid rgba(214, 214, 214, 0.5);

}

/* chi tiết bài viết */
ul.post-tags {
  margin-bottom: 0;
}

ul.post-tags li {
  display: inline-block;
  color: #999;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-right: 5px;
  margin-left: 0px !important;
}

ul.sago-bv-lg li {
  margin-left: 0px !important;
  list-style: none;
}

.danh-muc span.title,
.the-tim-kiem span.title {
  background: var(--primary-color);
  padding: 4px 10px;
  color: white;
  margin-right: 5px;
}

.danh-muc a,
.the-tim-kiem a {
  margin-bottom: 24px;
  padding: 4px 10px;
  background: #b5b5b5;
  color: white;
}

.chuyen-muc-sago a,
.the-sago a {
  margin-bottom: 20px !important;
  line-height: 30px;
}

.danh-muc a,
.the-tim-kiem a {
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #b5b5b5;
  color: white;
}

.blog-single .entry-meta {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: gray;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

/*widget*/
/* blog ar*/
.widget_categories ul li {
  border-top: none !important;
  display: flex;
  font-size: 93%;
  align-items: center;
  position: relative;
}

.widget_categories ul li a {
  color: #051036 !important;

}

.blog-archive {
  padding-top: 0px !important;
}

.sago-post-col .post-excerpt,
.sago-post-col .post-date {
  color: #697488;
  font-size: 90%;
}

.badge.post-date.badge-outline {
  font-size: 120%;

}

input {
  border-radius: 4px !important;
}

.badge.post-date.badge-outline .badge-inner {
  border-radius: 4px;
}

.recent-blog-posts a {
  font-size: 95%;
  font-weight: bold;
}

.sago-post-col h3.post-title a {
  font-size: 100%;

}

.widget .searchform .flex-col:nth-of-type(2) {
  margin-left: -2.9em;
}

.widget .searchform .flex-col:nth-of-type(2) button,
.widget .searchform .flex-col:nth-of-type(2) button:hover {
  background: transparent !important;
  border: none !important;
  color: #333;
  box-shadow: none;
}

.widget .is-divider {
  display: none;
}

.widget span.widget-title {
  text-transform: none;
  margin-bottom: 20px;
  display: block;
  font-size: 120%;
}

.widget {

  margin-bottom: 30px !important;

}

.widget_categories a:before {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

span.sago-count-post {
  background: var(--primary-color);
  padding: 0px 12px;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  font-size: 88%;
  right: 0px;
  bottom: 8px;
}

/* phan trang */
.nav-pagination>li>span,
.nav-pagination>li>a {
  border-radius: 0px;
  border: 1px solid #c6c6c6;
  background: #fff;
  border-radius: 4px;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
  border-color: var(--primary-color) !important;
}

/* blog ar*/
.sago-post-col .date span:before,
.sago-post-col .post-date:before {
  content: "\eb21";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}

ul.sago-later-news li {
  list-style: none;
  margin-left: 0px;
  border-top: 1px dashed #e5e5e5;
  padding-top: 10px;

}

ul.sago-later-news li a {
  font-weight: 400;
}

/* sản phẩm tương tự */
.product-section {
  border: none;
}

.product-section-title-related {
  padding: 0px;
  margin-left: 0px;
}


/* mua ngay*/
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  padding: 20p;
}

.popup-customer-info-radio label input:checked~span:after {
  background: #8DC63F;
  border: 1px solid #8DC63F;
}

.devvn-popup-title {
  background: #8DC63F;
}

.popup-customer-info-group .devvn-order-btn {
  background: #8DC63F;
}

a.devvn_buy_now_style,
a.devvn_buy_now_style:focus {
  max-width: inherit;
  background: #8DC63F;
  padding: 12px 0;
  margin-bottom: 15px;
}

a.devvn_buy_now_style:hover {
  background: #73b21a;
  transition: 0.5s all;

}

.button.is-outline {
  border-width: 1px;

}

/* product page */
.sago-chinh-sach-tour .col-inner::-webkit-scrollbar {
  width: 5px;
  background-color: #FFF4DE;
}

.sago-chinh-sach-tour .col-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #e5e5e5;
}

.sago-chinh-sach-tour .col-inner {
  background-color: rgb(255, 244, 222);
  overflow-y: scroll;
  max-height: 305px;
  font-size: 95%;
  border-radius: 4px;
  border: 1px dashed rgb(246, 166, 35);
}

.sago-chi-tiet-tour .widget {
  margin-bottom: 20px;
  border: none !important;
  border-radius: 0px !important;
}

.sago-chi-tiet-tour .widget ul {
  padding-left: 0px;
  padding-right: 0px;
}

.sago-chi-tiet-tour .widget form {
  margin-bottom: 0px;
}

.tour-program {
  margin-bottom: 0px !important;
}

.tour-program li {
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 0px;
}

.tour-program li .scroll-content {
  color: #4e4e4e;
  margin: 0;
  padding: 15px;
  border-radius: 0;
  border: none;
  border-left: 2px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.tour-program li .scroll-content img {
  width: 22px;
  margin-right: 10px;
}

.tour-program li .scroll-content:hover {
  background: rgba(148, 151, 163, 0.1);
}

.tour-schedule-title {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px;
  background-color: #8dc63f;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-left: 3px solid #629a15;
  font-size: 18px;

}

.quantity+.button {
  margin-right: 0;
  font-size: .97em;
}

.add-to-cart-container form {
  margin: 0px;
}

.quantity.buttons_added.form-normal {
  display: none;
}

.is-small,
.is-small.button {
  font-size: 0.9em !important;
}

ul.single_tour_meta {
  margin-bottom: 0px;
  padding: 5px 0px;
}

ul.single_tour_meta li {


  position: relative;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
}

ul.single_tour_meta i {

  top: 11px;
  left: 0;
}


/* catagories page*/
.category-page-row {
  padding-top: 0px;
}

.sago-filter .section-content {
  z-index: 22;
}

/*lọc giá*/
.devvn_selectbox>span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #b7b7b7;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
}

.devvn_selectbox {
  position: relative;
}

.devvn_select_item {
  display: none;
}

.devvn_select_option:before,
.devvn_select_option:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.devvn_select_option:before,
.devvn_select_option:after {
  left: 75%;
}

.devvn_selectbox_left .devvn_select_option:before,
.devvn_selectbox_left .devvn_select_option:after {
  left: 10%;
}

.devvn_selectbox_left {
  float: left;
  margin-right: 20px;
}

.devvn_selectbox>span {
  position: relative;
  display: block;
  padding: 0 15px 0 0;
  cursor: pointer;
}

.devvn_selectbox_left .devvn_select_option {
  right: auto;
  left: 0;
}

.devvn_select_option {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 180px;
  padding: 12px 10px 2px 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);

}

.sago_select_option_sapxep {
  width: 230px;
}

.sago-select-open {
  display: block !important;
}

.devvn_select_option button {
  display: block;
  color: #333;
  position: relative;
  font-weight: 400;
  font-size: 90%;
  text-transform: initial;
  line-height: 2em;
  min-height: 1.5em;

}

.devvn_select_option a {
  display: block;
  color: #333;
  position: relative;
  font-weight: 400;
  font-size: 100%;
  text-transform: initial;
  line-height: 2em;
  min-height: 1.5em;

}

.devvn_select_option button:hover {
  color: #288ad6;
}

.devvn_select_option button.active:before,
.devvn_select_option button:hover:before,
.devvn_select_option button.is-checked:before {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url(https://vietnamexplore.sagomedia.vn/wp-content/uploads/2021/05/icon.png);
  background-position: -40px 0px;

}

.devvn_select_option button.sago-button-close:hover:before,
.devvn_select_option button.sago-button-close.is-checked:before {
  background-image: none;
}

.woocommerce .woocommerce-ordering select {
  display: none;
}

.sago-select-close {
  width: 18px;
  height: 18px;
  background: url(https://vietnamexplore.sagomedia.vn/wp-content/uploads/2021/05/icon.png);
  background-position: -61px -1px;
  position: absolute;
  top: 6px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}

/* giảm giá */
.badge-container {
  margin-top: 10px;
}

.badge-outline,
.badge-circle {
  margin-left: 8px;
}

/* sago-tour-box */
span.tour_form {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  z-index: 3;
  padding: 5px 10px;
  font-size: 14px;
}

.sago-tour-box .action-box .booking-box .btn-sm {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #8DC63F;
  color: #fff;
  font-size: 13px;
  transition: all 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sago-tour-box .action-box {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sago-tour-box .action-box .price-box bdi {
  color: #8DC63F;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
}


.sago-tour-box .meta-vote .ct_course_list {
  margin-bottom: 0px !important;
}

.sago-tour-box .date-go .ct_course_list li span,
.sago-tour-box .date-go .ct_course_list li span a {

  font-weight: bold;
}

.sago-tour-box .date-go .ct_course_list li img {
  max-width: 18px;
  flex: 1;
  margin-right: 2px;
  display: inline-block;
}

.sago-tour-box .date-go ul {
  margin-bottom: 0px;
  padding: 5px 10px;
  color: #666;
}

.sago-tour-box .date-go ul li {
  margin-bottom: 3px;
}

.sago-tour-box .price-wrapper {
  padding: 0px 10px;
  font-size: 120%;

}

del span.amount {
  color: #5b5b5b !important;
}

span.amount {
  color: #dd3333 !important;
}

.title-wrapper,
.title-wrapper a {

  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background: #f2f5f8;
  padding: 4px;
  font-size: 100%;
}

.product-small>.col-inner {

  transition: all 300ms;
  border-radius: 3px;
  text-align: left;
}

.product-small .col-inner .box-text {
  padding-top: 0px !important;
}

.sago-tour-box {

  background: #fff;
}

.sago-tour-box .vote-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 8px;
}

.sago-tour-box .vote-box .saleoff {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}

.sago-tour-box .vote-box .saleoff bdi {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
  font-weight: 400;
}

.ct_course_list li {

  margin-left: 0px !important;
  list-style: none;
}

.sago-tour-box .vote-box .meta-vote .ct_course_list li img {
  max-width: 18px;
  display: inline-block;
}

/* tìm kiếm box */
button.btn_submit {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  height: 50px;
  padding: 0 30px;
  border-radius: 3px;
}

.search_bar .flex-grow {
  padding: 0 20px;
}

.search_bar input,
.search_bar button,
.search_bar select {
  font-size: 16px;
  box-shadow: none !important;
}

.input_box input {
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 50px;
  padding: 0 37px;
  border-radius: 3px;
}

.input_box i.fa-map-marker-alt {
  position: absolute;
  left: 12px;
  top: 18px;
}

.search_bar .input_box select {

  font-size: 15px;
  margin-bottom: 0px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 37px;

  outline: 0;
  background-color: #fff;
  box-shadow: none;
}

.search_bar form {
  margin-bottom: 0px;
}

.search_bar {





  background: #fff;

  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0px 32px rgb(0 0 0 / 12%);
}

.input_box {
  position: relative;

}

.sago-sec-search .section-content {
  z-index: 23;

}

/*search_place */
.search_place {

  padding: 20px;
  box-shadow: 0 0px 32px rgb(0 0 0 / 12%);
  position: absolute;

  background: #fff;
  width: 100%;
  left: 0;
  top: 100%;
  top: calc(100% + 16px);
  top: -webkit-calc(100% + 16px);
  top: -moz-calc(100% + 16px);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;

}

.open_result .search_place {
  display: block;
}

.search_place_item a:hover {
  background: #f3f3f3;
  overflow: hidden;
}

.search_place_title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.search_place_item {
  padding: 0;
  margin-bottom: 0;
}

.col-md-4 {
  width: 33.333%;
  max-width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
}

.search_place_item a {
  display: flex;
  color: #000;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.search_place_item .search_place_img {
  width: 77px;
  margin-right: 8px;
}

.search_place_infor {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.search_place_img img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.search_place_infor strong {

  max-height: 38px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}


.search_place_infor>span {
  display: block;
  color: var(--primary-color);
}

.search_place_button span {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 6px;
  font-size: 13px;
  position: relative;
  top: 7px;
}

.search_place_button span i {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.search_place:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 15px;
  margin-left: -15px;
}

/* header */
.logo {
  z-index: 9999;
}

.logo.flex-col.flex-left {
  max-width: 120px;

}

#top-bar .flex-right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  float: right;
  background: #f3f5f1;
  border-bottom-left-radius: 25px;
}

ul.nav.top-bar-nav {
  padding-left: 15px;
  padding-right: 15px;
}

.sago-15-padding-bottom {
  padding-bottom: 15px !important;
}

.sago-10-padding-bottom {
  padding-bottom: 10px !important;
}

.sago-no-padding-bottom {
  padding-bottom: 0px !important;
}

.sago-color {
  color: var(--primary-color);
}

p {
  margin-bottom: 0.7em;
}

.sago-outline-1 {
  border-width: 1px !important;
  font-weight: 400;
}

h1.woocommerce-products-header__title.page-title.sago-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -21px;
}

.page-title {
  color: var(--primary-color);
}

span.last {

  color: var(--primary-color);
}

.page-numbers li {
  margin-left: 0px !important;
}

.sago-none {
  display: none;
}

.blog-share {
  margin-top: 8px;
}

.box-overlay.dark .box-text {
  text-shadow: none;
}

.box-overlay .is-divider {
  display: none;
}

.product-section-title-related {
  display: none;
}

.blog-wrapper.blog-archive.page-wrapper {
  padding-top: 0px !important;
}

.sago-breadcrumb p {
  margin-bottom: 0px !important;
}

.product-small .badge {
  height: 1.8em;
}

.product-small .badge-circle .badge-inner {
  border-radius: 0px;
}

.product-promotions-list-title {
  margin-top: 0;
  font-size: 15px;
  color: #e52025;
}

.section-title-container {
  margin-bottom: 0.5em;
}

.sago-content h2 {
  font-size: 18px;
}

.sago-content h3,
.sago-content h4,
.sago-content h5 {
  font-size: 16px;
}

.tour-tab-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 6px 0px;
  border-bottom: 1px solid #e5e5e5;
  color: var(--primary-color)
}

.product-short-description p {
  font-size: 95%;
}

body.woocommerce.theme-flatsome #reviews #comments ol.commentlist li {
  text-align: left;
}

.widget form {
  margin-bottom: 0px !important;
}

.widget form .wpcf7-spinner {
  display: none;
}

h1.entry-title.mb {
  font-size: 20px;
}

.wp-caption .wp-caption-text {
  background: #fff;
  font-size: 100%;
}

.sago-lg-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  line-height: 24px;
  padding-left: 15px;
  margin-top: 10px;
}

.sago-lg-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.item-list img,
.du-an-lg .col .col-inner img {
  border-radius: 8px;
}

.sago_news_content a {
  color: var(--primary-color);
}

a.sago-dat-tour-box {
  text-decoration: underline;
  color: var(--primary-color);
}

.rating_total {
  font-size: 20px;
}

.qlty-rating,
#commentform #submit {
  background: var(--primary-color);
}

.dg:before {
  border-right: 10px solid var(--primary-color);
}

.sago-reviews {
  border: 1px solid #ccc;
  padding: 10px;
}

.title-rating {
  display: none;
}

.price-pt del {
  display: block;
  width: 100%;
  font-size: 80%;
}

.custom-cart-item-actions {
  position: relative;
}

span.remove-link {
  position: absolute;
  right: 0px;
  top: 50%;

}

.sago-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.sago-popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close-popup {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-popup:hover,
.close-popup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn-book span.star {
  color: #f7aa3d;
}

.woocommerce select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
  visibility: visible
}

div#masthead {
  border-bottom: 1px solid #ccc;
}

a.button.wc-forward {
  border-radius: 4px;
}

.icon-user:before {
  content: "\f264";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.icon-shopping-basket:before {
  content: "\ebe6";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

th.product-name,
th.product-total {
  border: none;
}

.tour-disabled {
  opacity: 0.5;
  /* Thiết lập độ mờ */
  pointer-events: none;
  /* Vô hiệu hóa tất cả sự kiện chuột */
}

body.woocommerce.theme-flatsome #reviews #comments ol.commentlist li {
  text-align: left;
  margin-left: 0px;
}

.margin-20 {
  margin-bottom: 20px !important;
}

.sago-img-radius,
.sago-img-radius img {
  border-radius: 4px;
}

.owl-sago .owl-dots button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 10px;
}

.owl-sago .owl-dots button.active span {
  background: var(--primary-color);
}

.owl-sago .owl-dots button {
  margin: 0;
  line-height: initial;
  height: initial;
  min-height: inherit;
}

.owl-sago .owl-dots {
  text-align: center;
  margin-top: 0px;
}

textarea#order_comments {
  border-radius: 4px;
}

.sago-pagination ul,
.pagination {
  text-align: center;
}

.sago-pagination ul li,
.pagination li {
  display: inline-block;
  margin: 0 0.4em !important;
  list-style: none;
}

.sago-pagination ul>li>span,
.pagination>li.active>a {
  background: var(--primary-color);
  color: #fff !important;
  border-color: var(--primary-color);
}

.sago-pagination ul>li>a,
.sago-pagination ul>li>span,
.pagination>li>a {
  border: 1px solid;
  border-radius: 3px;
  display: block;
  font-size: 1em;
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  min-width: 32px;
  padding: 0 7px;
  text-align: center;
  transition: all .3s;
  vertical-align: top;
  width: auto;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.sago-pagination li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.sago-post-list .CreateDate,
.sago-post-list .sago-comments {
  font-size: 90%
}

.sago-post-list img,
.box-blog-post img {
  border-radius: 5px;
}

.product_list_widget li {
  list-style: none;
  margin-left: 0px !important
}

.product_list_widget li img {
  border-radius: 5px;
}

.product_list_widget li span.product-title {
  font-size: 85%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn hiển thị 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;

}

/* review home */

.owl-review {
  text-align: center;
  font-size: 120%;
}

.sago-item-owl {
  padding: 24px;
  background-color: rgb(245 245 245);
  border: 1px solid transparent;
  border-radius: 20px;
  text-align: left;
}

.rv-custommer {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  gap: 12px;
}

.rv-custommer a {
  max-width: 50px;

}

.rv-custommer a img {
  border-radius: 99px;
}

.rv-custommer .rv-info a.rv-name {
  font-weight: bold;
  font-size: 90%;
}

.rv-custommer .rv-info .rv-date {
  color: rgba(17, 17, 17, 0.5);
  font-size: 80%;
}

.rv-star i {
  color: #f1db10;
  font-size: 90%;
}

.rv-logo {
  position: absolute;
  top: 8px;
  right: 8px;

}

.rv-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Hiển thị tối đa 3 dòng */
  -webkit-box-orient: vertical;
  min-height: 77px;
  font-size: 80%
}

/**/
.khoi-hanh {
  font-size: 90%;
  margin-bottom: 15px;

}

.khoi-hanh span {
  display: inline-block;

}

.item-gio {
  border: 1px solid var(--primary-color);
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 90%;
  display: inline;
}

.khung-gio-khac {
  background: var(--primary-color);
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
}


/* search tour */
.widget {
  padding: 8px;
}

.widget_media_image img {
  border-radius: 5px;
}

.widget_search_tour_widget,
.widget_search_xe_widget {
  border: 1px solid #ccc;
  padding: 0px;
}

.sago-search-box form {
  margin-bottom: 0px !important;
}

.sago-search-box {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background: #fff;
  border-radius: 10px;
  padding: 15px !important;
}

.searchbox .col {
  padding-bottom: 10px !important;
}

.searchbox .input-ngay-di {
  padding: 0px;
  border: none;
  margin-bottom: 0px;
  line-height: 1.2em;
  max-height: 20px;
  font-size: 95%;
  color: #2d4271;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
}

.searchbox .input-ngay-di:focus {
  background-color: transparent;
  color: #2d4271;
}

.searchbox i {
  font-size: 2rem;
  color: #2d4271;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.position-relative {
  position: relative !important;
}

.select2-container .select2-choice>.select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-selection {
  line-height: 1.2em;
  padding: 0;
  cursor: pointer;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
.searchbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
  max-height: 20px;
  color: #2d4271;
  background-color: transparent;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-shadow: none;
  border: none !important;
  padding: 0px !important;
  width: 100%;
  font-size: 95%;
  margin-bottom: 0px !important;
  font-weight: bold;
  cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2d4271;
  font-weight: bold;
}

.input-search-group .select2-selection__arrow b {
  display: none;
}

.input-search-group label {
  display: block;
  color: #2d4271;
  font-size: 13px;
  font-weight: 400;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.input-search-group i {
  font-size: 24px;
  color: #2d4271;

}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.p-15 {
  padding: 15px !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.searchbox .input-search-group {
  border: 5px solid #ffc709;
  border-radius: 7px;
  background: #fff;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* search elemnt*/
.sago-tab-search {
  border-radius: 7px;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.sago-tab-search .tab-panels {
  padding: 25px;
  background: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.sago-tab-search .nav-size-normal {
  background-color: rgb(2 116 189 / 82%);
  border-radius: 12px 7px 0 0;
  border: none;
}

.sago-tab-search .nav-size-normal li.active a {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: var(--primary-color);

}

.sago-tab-search .nav-size-normal li a {
  padding: 10px 15px;
  color: #fff;
}

.home-page__title {
  font-weight: 700;
  font-size: 150%;
  color: #2d4271;
  margin-bottom: 20px;
}

.thue-xe .btn_buy_all {
  flex: unset !important;
  margin: unset !important;
}

/* sago-xe-item */
.sago-xe-item>.col-inner {

  border-radius: 5px;
  border: 1px solid #e4e4e4;
  padding: 10px !important;
}

.sago-xe-item img {
  border-radius: 5px;
}

.sago-xe-item .tour-item__price--current {
  margin-bottom: 0px;
}

/* chi tiết tour */
.col-lich-trinh {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 5px;
  border-width: 1px 1px 1px 1px;
  background-color: rgb(249, 249, 249);
  padding: 30px 15px;
}

.sago-error {
  background: #fd5056;
  padding: 5px 8px;
  border-radius: 99px;
  font-size: 90%;
  margin-bottom: 10px;
  color: #fff;
}

.btn-disable {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-rut-gon-3 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.huong-dan-vien.fix_height {
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

.sec-2 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-2 .block span {
  display: block;
  width: 40%;
}

.sago-detail-content.fix_height {
  max-height: 165px;
  overflow: hidden;
  position: relative;

}

.dieu-khoan-tour.fix_height {
  max-height: 180px;
  overflow: hidden;
  position: relative;
}

.btn-rut-gon-2 {
  padding: 10px 0px;
}

.sago_readmore_flatsome a {
  text-decoration: underline;
  color: var(--primary-color)
}


td.t-price {
  color: #fd5056;
}

.sec-2 .table-price .l1 {
  width: 290px;
}

.sec-2 .table-price tr th,
.sec-2 .table-price tr td {
  padding-top: 10px;
  padding-bottom: 10px;

}

.sec-2 .table-price {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
}

.table-price table {
  caption-side: bottom;
  border-collapse: collapse;
}

.heading-lich-trinh {
  font-size: 115%;
}

.sec-2 .excerpt {
  padding-left: 33px;
  max-width: 100%;
  position: relative;
  margin-bottom: 15px;
  line-height: 24px;
}

.sec-2 .excerpt .line {
  height: calc(100% - 16px);
  border-left: 0.5px dashed var(--primary-color);
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}

.sec-2 .excerpt .line:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 1;
}

.sec-2 .excerpt .line:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: -3px;
  z-index: 1;
}

.group-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 14px;
  max-width: 350px;
  margin-top: 10px;
}

.group-contact .mail {
  border-radius: 10px;
  height: 55px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
  ;
}

.group-contact .phone {
  background: var(--primary-color);
  ;
  border-radius: 10px;
  height: 55px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.group-contact .phone i,
.group-contact .mail i {
  font-size: 180%;
  font-weight: 400;
  margin-right: 8px;
}

.group-contact .phone p,
.group-contact .mail p {
  margin: 0;
  line-height: 20px;
}

.float-left .col-inner {
  float: left
}

.list-tien-ich {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.list-tien-ich li {
  margin-bottom: 15px;
  width: 50%;
  padding-right: 15px;
  margin-left: 0px !important;
  float: left;
  position: relative;
}

.list-tien-ich li:before {
  content: "\eb7b";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background: rgba(99, 176, 111, 0.1);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 11px;
  text-align: center;
  line-height: 24px;
  color: #63B06F;
  font-weight: 600;
  display: inline-block;
  left: 0;
  margin-right: 10px;
}

.box-order .calendar .calendar-box {
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
}

.box-order .calendar .calendar-box i {
  padding-right: 5px;
}

.box-order .calendar .calendar-box span {
  font-weight: 400;
  margin-bottom: 2px !important;

}

.box-order {


  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.primary.btn-add-to-cart:before {
  content: "\f120";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-right: 5px;

}

.secondary.btn-add-to-cart:before {
  content: "\f120";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  margin-right: 5px;

}

.btn-outline {
  font-weight: 400;
  border-width: 1px !important;
}

.primary.btn-add-to-cart {
  font-size: 95%;
  background: #fd5056;
}

.secondary.btn-add-to-cart {
  font-size: 95%;
  background-color: var(--fs-color-primary);
}

.tour-detail .sale-price .price,
.tour-detail .sale-price .price span.amount {
  margin: 0;
  font-size: 120% !important;
  font-weight: 700;
  color: #fd5056 !important;
  line-height: 28px;
}

.tour-detail .saving .price span.amount,
.tour-detail .saving .price {
  font-size: 13px !important;
  color: #2d4271 !important;
  margin-bottom: 8px;
  font-size: 120% !important;
  font-weight: bold;
  line-height: 28px;
  text-decoration-line: line-through
}

.tour-detail .title {
  font-size: 150%;
  font-weight: 700;
  color: #2d4271;
  line-height: 30px;
  margin-bottom: 12px;
  max-width: 100%;
}

.warp-mark {
  color: var(--primary-color);
  font-size: 95%;
  margin-bottom: 5px;
  display: flex;
  font-weight: 400;
}

.warp-mark label {
  font-weight: 400;
  color: var(--primary-color);
}

.warp-mark i {
  margin-right: 5px;
}

/* đánh giá sao */
.star {
  font-size: 20px;
  /* Kích thước sao */
}

.star.half-filled {
  position: relative;
  display: inline-block;
}

.star.half-filled::before {
  content: "\2605";
  /* Sao đầy */
  position: absolute;
  width: 70%;
  /* Điều chỉnh chiều rộng sao nửa */
  overflow: hidden;
  white-space: nowrap;
  color: gold;
  /* Màu sao */
}

/* hiệu ứng load */
/* Spinner đơn giản */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.box_pt_main.loading {
  position: relative;
  opacity: 0.5;
  /* Làm mờ nội dung trong lúc load */
}

.box_pt_main.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid rgba(255, 255, 255, 0.6);
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
  z-index: 999;
}

/* Tùy chỉnh cho class option trong khi loading */
.option.loading {
  opacity: 0.6;
  pointer-events: none;
  /* Vô hiệu hóa sự tương tác trong khi loading */
}

/* col tour */
.tour-body-info .danh-gia {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.tour-body-info .danh--gia {
  font-size: 95%;
  margin: 0.5em 0;
  height: 1em;
  line-height: 1em;
}

.btn-secondary {
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #cf2e2e;
  border-color: #cf2e2e;
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #cf2e2e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #cf2e2e;
  border-color: #cf2e2e;
}

.btn-tertiary {
  color: #fff;
  background-color: var(--primary-color) !important;
  border-color: #fd5056;
  font-size: 90%;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid var(--primary-color) !important;
}

.btn-tertiary:hover {
  color: #fff;
  background-color: #213999;
  border-color: #213999;
}

.tour-item__price--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.tour-item__price--old {
  color: #2d4271;
  display: none;
}

.tour-item__price--current__number del {

  margin-left: 10px;
  font-size: 90% !important;
}

.sago-price-0 {
  color: #dd3333;
  font-weight: bold;
}

.mb-2 {
  margin-bottom: 5px !important;
}

.tour-item__code i {
  margin-right: 5px;
}

.tour-item__code {
  margin-bottom: 10px;
  color: #2d4271;
}

.tour-item__title {
  font-weight: 700;
  font-size: 95%;
  color: #2d4271;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 60px;
  max-height: 60px;
}

.tour-item__date {
  font-size: 80%;
  color: #2d4271;
}

.tour-item__image-inner__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tour-item__image-inner__bottom__category {
  background: #fff;
  border-radius: 2px 2px 0 0;
  padding: 2px 6px 2px 4px;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tour-item__image-inner__bottom__category i {
  margin-right: 5px;
  font-size: 18px;
}

.tour-body-info {
  padding: 15px !important;
}

/* tour-group-horizontal */
.tour-group-horizontal {
  display: flex;
  gap: 10px;
}

a#btn-gia-khac {
  color: var(--primary-color);
  font-size: 95%;
}

.div-gia-khac {
  display: none;
}

.div-open {
  display: block !important;
}

.sidebar-filter .close-btn {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  z-index: 1005;
  color: #fff;
  font-size: 130%;
}

.sidebar-filter .close-btn i:hover {
  color: red;
}

.sidebar-filter {
  position: fixed;
  top: 70px;
  right: -100%;
  bottom: 70px;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 9999999;
  text-align: left;
}

.sidebar-open {
  right: 0;
}

.product-item__summary__btn-login {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
}

.group-search .filter-sale .filter-sale-item {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #2d4271;
}

.group-search .filter-sale .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-right: 15px;
}

.group-search .filter-sale .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.group-search .filter-sale .slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.group-search .filter-sale .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.group-search .filter-sale input:checked+.slider {
  background-color: var(--primary-color);
}

.group-search .filter-sale input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: var(--primary-color);
}

.group-search .datepciker-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding: 0 15px;
}

input#NgayDi {
  background: transparent;
  border: 0px;
  margin-bottom: 0px
}

.search-dong-tour .row,
.search-so-ngay .row {
  padding-left: 5px;
}

.form-control .col {
  padding-left: 10px !important;
  padding-right: 5px !important;
  padding-bottom: 10px !important;
}

.form-control .col:nth-child(2n) {
  padding-left: 5px !important;
  padding-right: 10px !important;
}

.group-search {
  margin-bottom: 10px
}

.tour-search-result__filter__heading {
  background-color: var(--primary-color);
  color: #fff;
  padding: 8px;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.widget {
  border-radius: 5px;
  border-color: var(--primary-color)
}

.tour-group-search {
  padding: 15px;
}

.tour-group-search .group-search h5.s-title {
  font-weight: 700;
  font-size: 75%;
  line-height: 16px;
  text-transform: uppercase;

  margin-bottom: 15px;
}

.tour-group-search .group-search input,
.tour-group-search .group-search select {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}

.tour-group-search .group-search button {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  margin: 0px !important;
  font-size: 83%;
  width: 100%;
  padding: 4px;
  font-weight: 400;
}

.tour-group-search .group-search button:hover,
.tour-group-search .group-search button.checked {
  background: var(--primary-color);
  color: #fff;
}

/* user */
.woocommerce-MyAccount-content .dashboard-links li {
  margin-left: 0px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/*CSS dulich*/


.area_pt {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;

}

.area_pt_item {
  flex: 1;
  min-width: 150px;


}

select.area_pt_item {
  margin: 0px;
  border-radius: 4px;
}

.quantity .button.minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.quantity .button.plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

input.area_pt_item {
  margin-bottom: 0px !important;
  border-radius: 4px;
}

.btn_buy_all {
  border-radius: 4px !important;
  pointer-events: none;
  opacity: 0.5 !important;
}

.btn_buy_all.active {
  pointer-events: unset;
  opacity: 1 !important;
}

.btn_buy_all:hover {
  color: #fff;
}

.box_title * {
  font-weight: bold;
}

.total-pv {
  padding: 0 10px;
}

.box_title {
  border-bottom: 3px solid #DDD;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.price_total {
  display: flex;

  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  background-color: #ebf0f3;
}

.price_total .label_tt {
  width: 70%;
  text-align: right;
}

.price_total div {
  text-align: right;
  width: 30%;
  font-weight: bold;
  color: #dd3333;
  font-size: 18px;
  padding: 0 10px;
}

.btn_buy_all div {
  width: 100%;
  text-align: left;
}

.btn_buy_all {

  margin-left: auto;


  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  padding-left: 15px;
  border-radius: 0;
  gap: 15px;
  display: flex;
  align-items: center;
}

.btn_buy_all span {
  position: relative;
}

.btn_buy_all img {
  position: relative;
  width: 40px;
  font-size: 20px;
  top: 0px;
  left: 0px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-right: 20px;
  position: relative;
}

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

.box_pt .name-pt {
  width: 40%;
}

.box_pt .qtly-pt {
  width: 16.66666667%;
}

.box_pt .price-pt {
  width: 25%;
  text-align: right;
}

input[type=button].is-form {
  background: #fff;
}

.box_pt {
  margin-bottom: 10px;
}

.box_pt .total-pv {
  width: 25%;
  text-align: right;
  font-weight: bold;
  color: #344a71;
}

/*CSS dulich*/


/* archive tour */

.sago-tour-item .col-inner {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  border: 1px solid #dddfe2;
}

.sago-tour-item .col-inner img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-wrap span {
  line-height: 22px;
  color: #2d4271;
  margin-right: 12px;
  width: 150px;
}


.main-content .mo-ta-taxonomy {
  font-size: 98%;
}

.main-content .mo-ta-taxonomy a {
  font-weight: bold !important;
}

.mo-ta-taxonomy {
  margin-bottom: 15px;
}

/* blog home*/
.post-item a:hover {
  color: #333;
}

.box-blog-post .is-divider {
  display: none;
}

.post-meta.is-small.op-8:before {
  content: '';
  font-family: "fl-icons" !important;
  margin-right: 5px;
}

/* title */
.sago_title span {
  color: #1ba0e2;

  font-weight: 600;
}

.sago_title h2 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  text-transform: capitalize;
  font-size: 200%;
  color: #253d52;
  line-height: 1.1;
}

.sago_title .title-line {
  margin-top: 5px;
}

.title-line .tl-2 {
  display: inline-block;
  height: 12px;
  margin: 0 8px;
  position: relative;
  top: -5px;
  width: 12px;
  border: 1px solid #1ba0e2;
  border-radius: 50px;
}

.title-line .tl-1,
.title-line .tl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #eee;
}

/* nút slider */
.sago-slider .flickity-prev-next-button {
  width: 45px;
}

.sago-slider .flickity-prev-next-button {
  opacity: 1;
}

.sago-slider .flickity-prev-next-button svg {
  padding: 35%;
  color: #a7a7a7;
}

.sago-slider .flickity-prev-next-button svg,
.sago-slider .flickity-prev-next-button .arrow {
  border-radius: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
}

/* FORM */
.sago-btn {
  padding: 5px 15px !important;
}

.required {
  color: #dd3333;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
  box-shadow: none;
  height: 2.7em;
}

/* footer */
.contact-c {
  font-size: 90%;
}

.sago-contact-footer i {
  font-size: 180%;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.sago-contact-footer .contact-t {
  color: rgb(214 214 214);
  opacity: 0.5;
}

#footer .row-solid .col:before {
  border-color: var(--primary-color);
  height: 70%;
  top: 15%;
}

#footer .ux-menu-link__link {

  font-weight: 400;

}

#footer .absolute-footer {

  border-top: 1px solid rgba(214, 214, 214, 0.5);

}

/* chi tiết bài viết */
ul.post-tags {
  margin-bottom: 0;
}

ul.post-tags li {
  display: inline-block;
  color: #999;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-right: 5px;
  margin-left: 0px !important;
}

ul.sago-bv-lg li {
  margin-left: 0px !important;
  list-style: none;
}

.danh-muc span.title,
.the-tim-kiem span.title {
  background: var(--primary-color);
  padding: 4px 10px;
  color: white;
  margin-right: 5px;
}

.danh-muc a,
.the-tim-kiem a {
  margin-bottom: 24px;
  padding: 4px 10px;
  background: #b5b5b5;
  color: white;
}

.chuyen-muc-sago a,
.the-sago a {
  margin-bottom: 20px !important;
  line-height: 30px;
}

.danh-muc a,
.the-tim-kiem a {
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #b5b5b5;
  color: white;
}

.blog-single .entry-meta {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: gray;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

/*widget*/
/* blog ar*/
.widget_categories ul li {
  border-top: none !important;
  display: flex;
  font-size: 93%;
  align-items: center;
  position: relative;
}

.widget_categories ul li a {
  color: #051036 !important;

}

.blog-archive {
  padding-top: 0px !important;
}

.sago-post-col .post-excerpt,
.sago-post-col .post-date {
  color: #697488;
  font-size: 90%;
}

.badge.post-date.badge-outline {
  font-size: 120%;

}

input {
  border-radius: 4px !important;
}

.badge.post-date.badge-outline .badge-inner {
  border-radius: 4px;
}

.recent-blog-posts a {
  font-size: 95%;
  font-weight: bold;
}

.sago-post-col h3.post-title a {
  font-size: 100%;

}

.widget .searchform .flex-col:nth-of-type(2) {
  margin-left: -2.9em;
}

.widget .searchform .flex-col:nth-of-type(2) button,
.widget .searchform .flex-col:nth-of-type(2) button:hover {
  background: transparent !important;
  border: none !important;
  color: #333;
  box-shadow: none;
}

.widget .is-divider {
  display: none;
}

.widget span.widget-title {
  text-transform: none;
  margin-bottom: 20px;
  display: block;
  font-size: 120%;
}

.widget {

  margin-bottom: 30px !important;

}

.widget_categories a:before {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

span.sago-count-post {
  background: var(--primary-color);
  padding: 0px 12px;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  font-size: 88%;
  right: 0px;
  bottom: 8px;
}

/* phan trang */
.nav-pagination>li>span,
.nav-pagination>li>a {
  border-radius: 0px;
  border: 1px solid #c6c6c6;
  background: #fff;
  border-radius: 4px;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
  border-color: var(--primary-color) !important;
}

/* blog ar*/
.sago-post-col .date span:before,
.sago-post-col .post-date:before {
  content: "\eb21";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}

ul.sago-later-news li {
  list-style: none;
  margin-left: 0px;
  border-top: 1px dashed #e5e5e5;
  padding-top: 10px;

}

ul.sago-later-news li a {
  font-weight: 400;
}

/* sản phẩm tương tự */
.product-section {
  border: none;
}

.product-section-title-related {
  padding: 0px;
  margin-left: 0px;
}


/* mua ngay*/
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  padding: 20p;
}

.popup-customer-info-radio label input:checked~span:after {
  background: #8DC63F;
  border: 1px solid #8DC63F;
}

.devvn-popup-title {
  background: #8DC63F;
}

.popup-customer-info-group .devvn-order-btn {
  background: #8DC63F;
}

a.devvn_buy_now_style,
a.devvn_buy_now_style:focus {
  max-width: inherit;
  background: #8DC63F;
  padding: 12px 0;
  margin-bottom: 15px;
}

a.devvn_buy_now_style:hover {
  background: #73b21a;
  transition: 0.5s all;

}

.button.is-outline {
  border-width: 1px;

}

/* product page */
.sago-chinh-sach-tour .col-inner::-webkit-scrollbar {
  width: 5px;
  background-color: #FFF4DE;
}

.sago-chinh-sach-tour .col-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 30%);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #e5e5e5;
}

.sago-chinh-sach-tour .col-inner {
  background-color: rgb(255, 244, 222);
  overflow-y: scroll;
  max-height: 305px;
  font-size: 95%;
  border-radius: 4px;
  border: 1px dashed rgb(246, 166, 35);
}

.sago-chi-tiet-tour .widget {
  margin-bottom: 20px;
  border: none !important;
  border-radius: 0px !important;
}

.sago-chi-tiet-tour .widget ul {
  padding-left: 0px;
  padding-right: 0px;
}

.sago-chi-tiet-tour .widget form {
  margin-bottom: 0px;
}

.tour-program {
  margin-bottom: 0px !important;
}

.tour-program li {
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 0px;
}

.tour-program li .scroll-content {
  color: #4e4e4e;
  margin: 0;
  padding: 15px;
  border-radius: 0;
  border: none;
  border-left: 2px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.tour-program li .scroll-content img {
  width: 22px;
  margin-right: 10px;
}

.tour-program li .scroll-content:hover {
  background: rgba(148, 151, 163, 0.1);
}

.tour-schedule-title {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px;
  background-color: #8dc63f;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-left: 3px solid #629a15;
  font-size: 18px;

}

.quantity+.button {
  margin-right: 0;
  font-size: .97em;
}

.add-to-cart-container form {
  margin: 0px;
}

.quantity.buttons_added.form-normal {
  display: none;
}

.is-small,
.is-small.button {
  font-size: 0.9em !important;
}

ul.single_tour_meta {
  margin-bottom: 0px;
  padding: 5px 0px;
}

ul.single_tour_meta li {


  position: relative;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 0px;
}

ul.single_tour_meta i {

  top: 11px;
  left: 0;
}

[class^="devvn-icon2-"] {
  background-image: url(https://vietnamexplore.sagomedia.vn/wp-content/uploads/2021/05/icon.png);
  display: inline-block;
}

i.devvn-icon2-date {
  width: 13px;
  height: 13px;
  background-position: -131px -1px;
}

i.devvn-icon2-time {
  width: 13px;
  height: 13px;
  background-position: -145px -1px;
}

i.devvn-icon2-fly {
  width: 19px;
  height: 14px;
  background-position: -159px -1px;
}

i.devvn-icon2-marker {
  width: 13px;
  height: 15px;
  background-position: -178px -1px;
}

i.devvn-icon2-hotel {
  width: 14px;
  height: 13px;
  background-position: -191px -1px;
}

/* catagories page*/
.category-page-row {
  padding-top: 0px;
}

.sago-filter .section-content {
  z-index: 22;
}

/*lọc giá*/
.devvn_selectbox>span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid #b7b7b7;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
}

.devvn_selectbox {
  position: relative;
}

.devvn_select_item {
  display: none;
}

.devvn_select_option:before,
.devvn_select_option:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 45%;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.devvn_select_option:before,
.devvn_select_option:after {
  left: 75%;
}

.devvn_selectbox_left .devvn_select_option:before,
.devvn_selectbox_left .devvn_select_option:after {
  left: 10%;
}

.devvn_selectbox_left {
  float: left;
  margin-right: 20px;
}

.devvn_selectbox>span {
  position: relative;
  display: block;
  padding: 0 15px 0 0;
  cursor: pointer;
}

.devvn_selectbox_left .devvn_select_option {
  right: auto;
  left: 0;
}

.devvn_select_option {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 180px;
  padding: 12px 10px 2px 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);

}

.sago_select_option_sapxep {
  width: 230px;
}

.sago-select-open {
  display: block !important;
}

.devvn_select_option button {
  display: block;
  color: #333;
  position: relative;
  font-weight: 400;
  font-size: 90%;
  text-transform: initial;
  line-height: 2em;
  min-height: 1.5em;

}

.devvn_select_option a {
  display: block;
  color: #333;
  position: relative;
  font-weight: 400;
  font-size: 100%;
  text-transform: initial;
  line-height: 2em;
  min-height: 1.5em;

}

.devvn_select_option button:hover {
  color: #288ad6;
}

.devvn_select_option button.active:before,
.devvn_select_option button:hover:before,
.devvn_select_option button.is-checked:before {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url(https://vietnamexplore.sagomedia.vn/wp-content/uploads/2021/05/icon.png);
  background-position: -40px 0px;

}

.devvn_select_option button.sago-button-close:hover:before,
.devvn_select_option button.sago-button-close.is-checked:before {
  background-image: none;
}

.woocommerce .woocommerce-ordering select {
  display: none;
}

.sago-select-close {
  width: 18px;
  height: 18px;
  background: url(https://vietnamexplore.sagomedia.vn/wp-content/uploads/2021/05/icon.png);
  background-position: -61px -1px;
  position: absolute;
  top: 6px;
  right: 5px;
  cursor: pointer;
  z-index: 10;
}

/* giảm giá */
.badge-container {
  margin-top: 10px;
}

.badge-outline,
.badge-circle {
  margin-left: 8px;
}

/* sago-tour-box */
span.tour_form {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  z-index: 3;
  padding: 5px 10px;
  font-size: 14px;
}

.sago-tour-box .action-box .booking-box .btn-sm {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #8DC63F;
  color: #fff;
  font-size: 13px;
  transition: all 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sago-tour-box .action-box {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sago-tour-box .action-box .price-box bdi {
  color: #8DC63F;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  align-items: center;
}


.sago-tour-box .meta-vote .ct_course_list {
  margin-bottom: 0px !important;
}

.sago-tour-box .date-go .ct_course_list li span,
.sago-tour-box .date-go .ct_course_list li span a {

  font-weight: bold;
}

.sago-tour-box .date-go .ct_course_list li img {
  max-width: 18px;
  flex: 1;
  margin-right: 2px;
  display: inline-block;
}

.sago-tour-box .date-go ul {
  margin-bottom: 0px;
  padding: 5px 10px;
  color: #666;
}

.sago-tour-box .date-go ul li {
  margin-bottom: 3px;
}

.sago-tour-box .price-wrapper {
  padding: 0px 10px;
  font-size: 120%;

}

del span.amount {
  color: #5b5b5b;
}

span.amount {
  color: var(--primary-color);
}

.title-wrapper,
.title-wrapper a {

  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background: #f2f5f8;
  padding: 4px;
  font-size: 100%;
}


.product-small .col-inner .box-text {
  padding-top: 0px !important;
}

.sago-tour-box {

  background: #fff;
}

.sago-tour-box .vote-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 8px;
}

.sago-tour-box .vote-box .saleoff {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}

.sago-tour-box .vote-box .saleoff bdi {
  text-decoration: line-through;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
  font-weight: 400;
}

.ct_course_list li {

  margin-left: 0px !important;
  list-style: none;
}

.sago-tour-box .vote-box .meta-vote .ct_course_list li img {
  max-width: 18px;
  display: inline-block;
}

/* tìm kiếm box */
button.btn_submit {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  height: 50px;
  padding: 0 30px;
  border-radius: 3px;
}

.search_bar .flex-grow {
  padding: 0 20px;
}

.search_bar input,
.search_bar button,
.search_bar select {
  font-size: 16px;
  box-shadow: none !important;
}

.input_box input {
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 50px;
  padding: 0 37px;
  border-radius: 3px;
}

.input_box i.fa-map-marker-alt {
  position: absolute;
  left: 12px;
  top: 18px;
}

.search_bar .input_box select {

  font-size: 15px;
  margin-bottom: 0px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 37px;

  outline: 0;
  background-color: #fff;
  box-shadow: none;
}

.search_bar form {
  margin-bottom: 0px;
}

.search_bar {





  background: #fff;

  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0px 32px rgb(0 0 0 / 12%);
}

.input_box {
  position: relative;

}

.sago-sec-search .section-content {
  z-index: 23;

}

/*search_place */
.search_place {

  padding: 20px;
  box-shadow: 0 0px 32px rgb(0 0 0 / 12%);
  position: absolute;

  background: #fff;
  width: 100%;
  left: 0;
  top: 100%;
  top: calc(100% + 16px);
  top: -webkit-calc(100% + 16px);
  top: -moz-calc(100% + 16px);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;

}

.open_result .search_place {
  display: block;
}

.search_place_item a:hover {
  background: #f3f3f3;
  overflow: hidden;
}

.search_place_title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.search_place_item {
  padding: 0;
  margin-bottom: 0;
}

.col-md-4 {
  width: 33.333%;
  max-width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
}

.search_place_item a {
  display: flex;
  color: #000;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.search_place_item .search_place_img {
  width: 77px;
  margin-right: 8px;
}

.search_place_infor {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.search_place_img img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.search_place_infor strong {

  max-height: 38px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}


.search_place_infor>span {
  display: block;
  color: var(--primary-color);
}

.search_place_button span {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 6px;
  font-size: 13px;
  position: relative;
  top: 7px;
}

.search_place_button span i {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.search_place:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 15px;
  margin-left: -15px;
}

/* header */
.logo {
  z-index: 9999;
}

.logo.flex-col.flex-left {
  max-width: 120px;

}

#top-bar .flex-right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  float: right;
  background: #f3f5f1;
  border-bottom-left-radius: 25px;
}

ul.nav.top-bar-nav {
  padding-left: 15px;
  padding-right: 15px;
}

.sago-15-padding-bottom {
  padding-bottom: 15px !important;
}

.sago-10-padding-bottom {
  padding-bottom: 10px !important;
}

.sago-no-padding-bottom {
  padding-bottom: 0px !important;
}

.sago-color {
  color: var(--primary-color);
}

p {
  margin-bottom: 0.7em;
}

.sago-outline-1 {
  border-width: 1px !important;
  font-weight: 400;
}

h1.woocommerce-products-header__title.page-title.sago-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -21px;
}

.page-title {
  color: var(--primary-color);
}

span.last {

  color: var(--primary-color);
}

.page-numbers li {
  margin-left: 0px !important;
}

.sago-none {
  display: none;
}

.blog-share {
  margin-top: 8px;
}

.box-overlay.dark .box-text {
  text-shadow: none;
}

.box-overlay .is-divider {
  display: none;
}

.product-section-title-related {
  display: none;
}

.blog-wrapper.blog-archive.page-wrapper {
  padding-top: 0px !important;
}

.sago-breadcrumb p {
  margin-bottom: 0px !important;
}

.product-small .badge {
  height: 1.8em;
}

.product-small .badge-circle .badge-inner {
  border-radius: 0px;
}

.product-promotions-list-title {
  margin-top: 0;
  font-size: 15px;
  color: #e52025;
}

.section-title-container {
  margin-bottom: 0.5em;
}

.sago-content h2 {
  font-size: 18px;
}

.sago-content h3,
.sago-content h4,
.sago-content h5 {
  font-size: 16px;
}

.tour-tab-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 6px 0px;
  border-bottom: 1px solid #e5e5e5;
  color: var(--primary-color)
}

.product-short-description p {
  font-size: 95%;
}

body.woocommerce.theme-flatsome #reviews #comments ol.commentlist li {
  text-align: left;
}

.widget form {
  margin-bottom: 0px !important;
}

.widget form .wpcf7-spinner {
  display: none;
}

h1.entry-title.mb {
  font-size: 20px;
}

.wp-caption .wp-caption-text {
  background: #fff;
  font-size: 100%;
}

.sago-lg-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  line-height: 24px;
  padding-left: 15px;
  margin-top: 10px;
}

.sago-lg-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.item-list img,
.du-an-lg .col .col-inner img {
  border-radius: 8px;
}

.sago_news_content a {
  color: var(--primary-color);
}

a.sago-dat-tour-box {
  text-decoration: underline;
  color: var(--primary-color);
}

.rating_total {
  font-size: 20px;
}

.qlty-rating,
#commentform #submit {
  background: var(--primary-color);
}

.dg:before {
  border-right: 10px solid var(--primary-color);
}

.sago-reviews {
  border: 1px solid #ccc;
  padding: 10px;
}

.title-rating {
  display: none;
}

.price-pt del {
  display: block;
  width: 100%;
  font-size: 80%;
}

.custom-cart-item-actions {
  position: relative;
}

span.remove-link {
  position: absolute;
  right: 0px;
  top: 50%;

}

.sago-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.sago-popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close-popup {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-popup:hover,
.close-popup:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn-book span.star {
  color: #f7aa3d;
}

.woocommerce select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
  visibility: visible
}

div#masthead {
  border-bottom: 1px solid #ccc;
}

a.button.wc-forward {
  border-radius: 4px;
}

.icon-user:before {
  content: "\f264";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.icon-shopping-basket:before {
  content: "\ebe6" !important;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

th.product-name,
th.product-total {
  border: none;
}

.tour-disabled {
  opacity: 0.5;
  /* Thiết lập độ mờ */
  pointer-events: none;
  /* Vô hiệu hóa tất cả sự kiện chuột */
}

body.woocommerce.theme-flatsome #reviews #comments ol.commentlist li {
  text-align: left;
  margin-left: 0px;
}

.margin-20 {
  margin-bottom: 20px !important;
}

.sago-img-radius,
.sago-img-radius img {
  border-radius: 4px;
}

.owl-sago .owl-dots button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 10px;
}

.owl-sago .owl-dots button.active span {
  background: var(--primary-color);
}

.owl-sago .owl-dots button {
  margin: 0;
  line-height: initial;
  height: initial;
  min-height: inherit;
}

.owl-sago .owl-dots {
  text-align: center;
  margin-top: 0px;
}

textarea#order_comments {
  border-radius: 4px;
}

.sago-pagination ul,
.pagination {
  text-align: center;
}

.sago-pagination ul li,
.pagination li {
  display: inline-block;
  margin: 0 0.4em !important;
  list-style: none;
}

.sago-pagination ul>li>span,
.pagination>li.active>a {
  background: var(--primary-color);
  color: #fff !important;
  border-color: var(--primary-color);
}

.sago-pagination ul>li>a,
.sago-pagination ul>li>span,
.pagination>li>a {
  border: 1px solid;
  border-radius: 3px;
  display: block;
  font-size: 1em;
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  min-width: 32px;
  padding: 0 7px;
  text-align: center;
  transition: all .3s;
  vertical-align: top;
  width: auto;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.sago-pagination li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.sago-post-list .CreateDate,
.sago-post-list .sago-comments {
  font-size: 90%
}

.sago-post-list img,
.box-blog-post img {
  border-radius: 5px;
}

.product_list_widget li {
  list-style: none;
  margin-left: 0px !important
}

.product_list_widget li img {
  border-radius: 5px;
}

.product_list_widget li span.product-title {
  font-size: 85%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn hiển thị 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.single-product {
  z-index: 1;
}

.header-main {
  position: relative;
  z-index: 10;
}

.dateinput * {
  margin-top: 30px;
  width: 35% !important;
  margin-bottom: 0 !important;
}

.sticky-mobile-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  -webkit-box-shadow: 0px -8px 29px -12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -8px 29px -12px rgba(0, 0, 0, 0.2);
}

.sticky-mobile-menu .icon-box-center .icon-box-img {
  margin: 0 auto 4px;
}

/* ── Thiết kế giá sago-price-detail ── */
.sago-price-detail .sale-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  line-height: 1;
}

.sago-price-detail .sale-price .price {
  color: #dd3333 !important;
  font-size: 1.5rem !important;
  font-weight: bold;
  line-height: 0.9;
}

.sago-price-detail .sale-price .sago-price-suffix {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 2px;
  font-weight: 400;
}


/* ── CSS cho Tablet + Mobile ── */
@media (max-width: 849px) {

  .price_total div,
  .price_total .label_tt {
    width: 50% !important;
  }

  .area_pt {
    flex-direction: row;
  }

  .area_pt_item {
    flex: none;
    width: 100%;
  }

  #date_pt {
    min-width: 100%;
  }

  .area_pt_item.btn_buy_all {
    flex: 0 0 100% !important;
    text-align: center !important;
    margin-top: 0px !important;
  }

  .sago-price-detail {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .sale-price,
  .saving {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* ── CSS chỉ dùng cho Mobile ── */
@media (max-width: 549px) {
  #footer {
    margin-bottom: 90px;
  }

  .flex-col.show-for-medium.flex-right {
    min-width: 150px;
  }

  .gallery-item-sg .more {
    display: block !important;
  }

  span.remove-link {
    right: -22px !important;
  }

  .box_pt .qtly-pt,
  .box_pt .price-pt {
    width: 33.33333% !important;
  }

  .dateinput * {
    width: 50% !important;
  }

  .btn_buy_all {
    margin-top: 20px !important;
    min-width: 100% !important;
  }

  .sago-sidebar-filter aside.widget {
    width: 49% !important;
  }

  .sago-sidebar-filter aside.widget:nth-child(2n+2) {
    margin-right: 0 !important;
  }

  .sago-headding {
    font-size: 14px !important;
  }

  .isures-option {
    width: 47%;
  }

  h3.sago-footer-title:after {
    top: 23px !important;
  }

  h3.sago-footer-title:before {
    top: 23px !important;
  }

  .star_box {
    display: block !important;
  }

  .star_box_left {
    border: none !important;
    padding: 10px 0 !important;
    max-width: 100% !important;
  }

  .star_box_right {
    width: 100% !important;
    padding-bottom: 10px;
  }

  .sago-sidebar-filter .woocommerce-widget-layered-nav-list {
    width: 100% !important;
    left: 0px !important;
    top: 46px !important;
  }

  .sago-sidebar-filter aside.widget.widget_product_categories .widget-title {
    width: 100% !important;
  }

  .sago-sidebar-filter aside.widget.widget_product_categories ul.product-categories {
    width: 100% !important;
    white-space: nowrap !important;
    overflow-x: scroll !important;
    flex-wrap: unset !important;
  }

  .sago-sidebar-filter aside.widget.widget_product_categories ul.product-categories li {
    width: auto !important;
    float: left !important;
    padding: 0 8px !important;
  }

  .sago-sidebar-filter aside.widget.widget_product_categories ul.product-categories li:first-child {
    padding-left: 5px !important;
  }

  .sago-sidebar-filter .woocommerce-widget-layered-nav-list li {
    margin-right: 10px !important;
  }

  .widget_layered_nav li {
    border-bottom: none !important;
  }

  .sago_ordering ul {
    white-space: nowrap !important;
    overflow-x: scroll !important;
    flex-wrap: unset !important;
  }

  .sago-kich-hoat .widget_layered_nav_filters ul {
    white-space: nowrap !important;
    overflow-x: scroll !important;
    flex-wrap: unset !important;
  }

  .sago-box-new .box-vertical {
    display: flex;
  }

  .sago-box-new .box-vertical .box-image {
    width: 40% !important;
  }

  .sago-20-padding-dt {
    padding-bottom: 20px !important;
  }

  .stitle {
    display: none !important;
  }

  .sf_hotline ul li .simage {
    width: 40px !important;
    height: 40px !important;
  }

  .search_bar {
    padding: 5px !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
  }

  .search_bar .input_box select {
    padding: 0 20px !important;
  }

  .search_bar select {
    height: 40px !important;
    font-size: 13px !important;
  }

  .search_bar .flex-row .flex-col:nth-child(1) {
    width: 110px !important;
  }

  .input_box i.fa-map-marker-alt {
    left: 4px !important;
    top: 13px !important;
  }

  .input_box input {
    padding: 0 10px 0 25px !important;
  }

  .input_box input,
  .input_box select {
    height: 40px !important;
    font-size: 14px !important;
  }

  .search_bar .flex-row .flex-col:nth-child(2) {
    padding: 0 5px !important;
  }

  button.btn_submit {
    font-size: 14px !important;
    height: 40px !important;
    padding: 0 11px !important;
  }

  .search_bar button.btn_submit {
    width: 42px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    margin-right: 0px;
  }

  .search_bar .fa-search {
    margin-left: 3px !important;
    margin-right: 7px !important;
  }

  .sago-icon-box .icon-box-img {
    width: 40px !important;
  }

  .sago-icon-box strong {
    font-size: 9px !important;
    font-weight: 400;
  }

  .devvn_buy_now {
    margin-bottom: 15px !important;
  }

  h1 {
    font-size: 1.7em !important;
  }

  .logo.flex-col.flex-left {
    max-width: 80px !important;
  }
}