@charset "UTF-8";
/*
Theme Name: Wechill
Description: Wechill
Author: A2Z Tech
Template: flatsome
Version: 1.0.016
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.icon-box-img img,
.icon-box-img svg {
  padding-top: 0;
}

/* ===== STYLE CHO PHẦN LỊCH TRÌNH TOUR ===== */
.content-plan-tour .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.content-plan-tour .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.content-plan-tour .accordion-item.active {
  border-color: #01538f;
  box-shadow: 0 3px 10px rgba(0, 150, 214, 0.15);
}
span.price.tour-price-contact {
    font-size: 16px;
    color: red;
}
/* Tiêu đề */
.content-plan-tour .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #f8fafc;
  padding-right: 45px;
  border-top: none;
}

.content-plan-tour .accordion-title:hover {
  background-color: rgba(0, 150, 214, 0.05);
}

/* Icon toggle */
.content-plan-tour .accordion-title .toggle {
  background: none;
  border: none;
  color: #01538f;
  font-size: 12px;
  transition: transform 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  left: auto;
  opacity: 1;
}
.content-plan-tour .accordion-title .toggle i {
  font-size: 14px;
}

.content-plan-tour .accordion-title.active .toggle i {
  transform: rotate(45deg);
}

/* Nội dung */
.content-plan-tour .accordion-inner {
  padding: 15px 18px 15px 18px;
  color: #000;
  line-height: 1.6;
  animation: fadeIn 0.3s ease;
}

.content-product-inner {
  margin: 30px 0;
}

.content-faq-luuy {
  margin-top: 20px;
}

.content-faq-luuy .accordion {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.content-faq-luuy .accordion .accordion-item {
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.content-faq-luuy .accordion .accordion-item .toggle {
  right: 0;
  left: auto;
  color: #01538f;
  opacity: 1;
}

.content-faq-luuy .accordion .accordion-title {
  border: none !important;
  padding: 10px 20px;
  font-size: 14px;
}

.content-faq-luuy .accordion .accordion-inner {
  padding: 15px 20px;
  border-bottom: 3px solid #0d87df;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Label "Ngày X" */
.content-plan-tour .accordion-title span {
  display: inline-block;
  color: #01538f;
  font-weight: 700;
  margin-right: 8px;
  font-size: 14px;
}

.content-plan-tour .accordion-item.active .accordion-title span {
  color: #01538f;
}

.features-list {
  background-color: #e6f0ff;
  padding: 28px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #90b7eb;
}

.features-list ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 0;
}

.features-list li {
  position: relative;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 14px;
}

.features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
}

.content-popup-tour-left {
  padding: 40px;
}
.content-popup-tour-left .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.col.col-left {
  background: #01538f;
}

.box-product-tour img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

p.tour-name {
  font-size: 20px;
  margin: 10px 0;
  color: #fff;
}

.box-info-tour-popup {
  margin-top: 30px;
  color: #fff;
}

.content-popup-tour-right {
  padding: 40px;
}
.content-popup-tour-right .list-info-tour .calendar:before {
  background-image: url(/wp-content/uploads/2025/11/icon-calendar-white.svg);
}
.content-popup-tour-right .list-info-tour .local:before {
  background-image: url(/wp-content/uploads/2025/11/icon-local-white-1.svg);
}

.wrap-form-booking-tour form {
  margin-bottom: 0;
}

.wrap-tour-booking button[type=submit] * {
  transition: 0.3s;
}

.wrap-tour-booking button[type=submit] {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: unset;
  min-height: unset;
  padding: 15px 80px 11px 30px;
  margin: 0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: unset;
  text-transform: uppercase;
  position: relative;
  border: 1px solid transparent;
  margin-left: auto;
}

.wrap-tour-booking button[type=submit] span {
  background-color: #fff;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 99%;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.link-policy {
  color: var(--primary-color);
  text-decoration: underline;
}

.wrap-tour-booking button[type=submit] span i {
  top: 0;
  line-height: 1;
  color: var(--primary-color);
  font-size: 24px;
}

.wrap-tour-booking button[type=submit]:hover {
  background-color: var(--second-color);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.wrap-tour-booking button[type=submit]:hover span {
  background-color: var(--primary-color);
}

.wrap-tour-booking button[type=submit]:hover span i {
  color: #fff;
}

.wrap-tour-booking label {
  font-size: 14px;
  font-weight: unset;
  font-family: var(--semi);
}

.wrap-tour-booking label span {
  color: red;
}

.wrap-tour-booking input,
.wrap-tour-booking select {
  border: 1px solid #e2e8f0;
  padding: 10px;
  background-color: transparent !important;
  height: 40px;
  box-shadow: none !important;
  margin-bottom: 0;
  border-radius: 5px;
  color: #1f2226;
}

.wrap-tour-booking textarea {
  border: 1px solid #e2e8f0;
  padding: 10px;
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 0;
  border-radius: 5px;
  color: #1f2226;
}

.wrap-tour-booking input.wpcf7-form-control.wpcf7-submit {
  border-radius: 10px;
  background: var(--primary-color) !important;
  color: #fff;
  margin: 0;
  font-size: 16px;
  padding: 10px 20px !important;
  line-height: 1;
  width: 100%;
}
.wrap-tour-booking .label-text {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 4px;
}
.wrap-tour-booking .label-text label {
  margin-bottom: 0;
}

a.gt_switcher-popup.glink.nturl.notranslate span {
  display: none;
}

/* ===== BOX GIÁ TOUR ===== */
.box-info-product {
  background-color: #f8fafc;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 24px 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e2e8f0;
}

.box-info-product .price-wrapper {
  text-align: left;
  margin-bottom: 15px;
}

.box-info-product .price-title {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  margin-bottom: 6px;
}

.box-info-product .price ins .woocommerce-Price-amount {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
}

.box-info-product .price del {
  color: rgb(219, 0, 0);
  font-size: 15px;
  font-weight: 400;
  margin-left: 6px;
}

/* ===== DANH SÁCH THÔNG TIN ===== */
.box-info-product .list-info-tour {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

/* ===== NHÓM BUTTON ===== */
.box-info-product .group-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.btn-order-tour {
  border-radius: 0;
  width: 100%;
  margin: 0;
  justify-content: center;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 1.2;
}

.btn-callnow {
  display: block;
  border: 1px solid #01538f;
  color: #01538f;
  text-align: center;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: #fff;
}

.btn-callnow:hover {
  background: #084c7f;
  color: #fff;
  border-color: #fff;
}

p.price-sale-note {
  color: #ff6b35;
  margin-bottom: 12px;
}
p.price-sale-note .amount {
  color: #ff6b35;
  margin-left: 2px;
}

p.price.product-page-price.price-on-sale {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
  min-height: unset;
  padding-top: 0;
}

.mfp-content .box-sidebar {
  padding: 0;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  width: 350px;
}

.product-short-description {
  margin-top: 15px;
}
.product-short-description p {
  margin-bottom: 0;
}

.mfp-bg.mfp-ready {
  opacity: 0.9;
}

a.filter-button.uppercase.plain {
  background-color: #303030;
  border: 1px solid #fff;
  padding: 8px 20px;
  color: #fff;
  display: block;
  border-radius: 20px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
a.filter-button.uppercase.plain strong {
  font-weight: 500;
}
a.filter-button.uppercase.plain i {
  display: none;
}
a.filter-button.uppercase.plain::before {
  content: "";
  mask-image: url(/wp-content/uploads/2025/11/icon-loc.svg);
  -webkit-mask-image: url(/wp-content/uploads/2025/11/icon-loc.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #fff;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 14px;
}

.row.category-page-row {
  padding-top: 0;
  margin-top: 15px;
}

.breadcrumb-wrap {
  margin-top: 20px;
}

.blog-wrapper {
  /* Image Section */
  /* Content Section */
  /* Divider */
  /* Excerpt */
}
.blog-wrapper .box-blog-post {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.blog-wrapper .box-blog-post .is-divider {
  display: none;
}
.blog-wrapper .box-blog-post .box-text {
  padding: 0;
}
.blog-wrapper .box-blog-post:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.blog-wrapper .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.blog-wrapper .box-blog-post:hover .image-cover img {
  transform: scale(1.05);
}
.blog-wrapper .post-title {
  padding: 10px 20px;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.blog-wrapper .post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-wrapper .post-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  margin-top: 12px;
  border-radius: 2px;
}
.blog-wrapper .from_the_blog_excerpt {
  padding: 0 20px 20px;
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.entry-content.single-page {
  padding-top: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 10px;
}

form.wechill-tour-search-form {
  margin-bottom: 0;
}

.wch-search-row input.wch-search-input,
.wch-search-row .wch-search-select {
  border: none;
  border-radius: 5px;
}

.cal-day.disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.page-template-thanks-page .breadcrumb-wrap {
  display: none;
}

li.menu-item.menu-item-gtranslate {
  width: 100px;
}

.gt_float_switcher .gt_options a {
  font-size: 15px;
  font-family: "Be Vietnam Pro";
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 16px;
}

body .gt_float_switcher .gt_options {
  width: 220px;
  position: absolute;
  right: 0;
  background: #fff;
  max-width: unset !important;
}

li.menu-item.menu-item-gtranslate > div {
  position: static !important;
  z-index: 1;
}

a#top-link {
  bottom: 80px;
  bottom: 80px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
a#top-link i {
  top: -1px;
}

body .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px;
}

.product-summary .woocommerce-Price-currencySymbol {
  vertical-align: middle;
}

.flickity-prev-next-button svg,
.flickity-prev-next-button svg {
  border: none;
  background: rgba(35, 31, 31, 0.4);
  padding: 15px;
}

.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
  fill: rgba(255, 255, 255, 0.7);
}

.flickity-prev-next-button {
  width: 45px;
}

.slider-show-nav .flickity-prev-next-button,
.slider:hover .flickity-prev-next-button {
  opacity: 1;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
  fill: rgba(255, 255, 255, 0.7);
  border: none;
}

.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
  border: none;
  fill: rgba(255, 255, 255, 0.7);
}

.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
  fill: #fff;
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
  border-color: transparent;
  border: none;
}

.flickity-page-dots .dot {
  border-width: 0px;
  opacity: 1;
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
  background: var(--primary-color);
}

.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
}

.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot {
  opacity: 0.6;
}

.mfp-arrow {
  width: 45px;
  height: 45px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-arrow i {
  color: #000;
  font-size: 30px !important;
  margin-top: 3px;
}

.review-form-inner.has-border {
  padding: 20px 30px 0;
}

div#test button.mfp-close {
  background-color: #01538f;
  mix-blend-mode: unset;
  opacity: 1;
  color: #fff;
  font-size: 30px;
}

#elce-messenger .elce-phone-img-circle {
  background: #0084FF;
}

#elce-messenger .elce-phone-circle-fill {
  box-shadow: 0 0 0 0 #0084FF;
  background: rgba(33, 150, 243, 0.5);
}

.grecaptcha-badge {
  z-index: 9;
}

p.comment-form-author {
  display: none;
}

p.comment-form-email {
  display: none;
}

.category-page-row .price-wrapper .star-rating.star-rating--inline {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .wp-elce .elce-contact .elce-phone {
    width: 60px;
    height: 60px;
    transform: scale(0.8);
  }
  .wp-elce {
    bottom: 20px;
  }
  .slider-wrapper .flickity-prev-next-button {
    display: block;
  }
  .mfp-content .mfp-close {
    display: none;
  }
  .thankyou-desc {
    text-align: center;
  }
  .row-slider .flickity-prev-next-button {
    width: 35px !important;
  }
  .row-slider .flickity-prev-next-button svg {
    padding: 10px !important;
    border-radius: 50%;
  }
  .flickity-prev-next-button {
    width: 35px;
  }
  .flickity-prev-next-button svg {
    padding: 10px !important;
  }
  .box-info-product {
    max-width: 100%;
  }
  .content-plan-tour .accordion-title {
    font-size: 15px;
    padding: 14px;
    padding-right: 40px;
  }
  .content-plan-tour .accordion-inner {
    font-size: 14px;
  }
  .features-list {
    padding: 20px;
  }
  .content-faq-luuy .accordion {
    gap: 15px;
  }
  .content-faq-luuy .accordion .accordion-item {
    width: 100%;
  }
  .columns-sm-reverse {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .content-product-inner {
    margin-top: 20px;
  }
  .content-popup-tour .col-left > .col-inner {
    padding: 20px;
  }
  .content-popup-tour .col-left > .col-inner .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .content-popup-tour .box-product img {
    width: 60px;
    height: 60px;
  }
  .content-popup-tour .box-product span {
    width: calc(100% - 60px);
    font-size: 16px;
  }
  a.filter-button.uppercase.plain {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
  }
  ul.wch-sort-list {
    gap: 4px;
  }
  span.wch-sort-label {
    width: 100%;
  }
  .breadcrumb-wrap {
    margin-top: 10px;
  }
  .content-popup-tour-left {
    padding: 20px;
  }
  .content-popup-tour-right {
    padding: 0;
  }
  .thankyou-wrapper {
    margin: 50px 0;
    padding: 20px;
  }
  h1.thankyou-title {
    font-size: 20px;
  }
  p.thankyou-desc {
    line-height: 1.4;
    font-size: 14px;
  }
  li.menu-item.menu-item-gtranslate {
    display: none;
  }
  .off-canvas-left .mfp-content {
    width: 100% !important;
  }
  .off-canvas .sidebar-menu {
    padding: 50px 0;
  }
  .mfp-ready .mfp-close {
    background-color: #01538f;
    mix-blend-mode: unset;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .box-info-product .group-btn {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .category-filtering.category-filter-row.show-for-medium {
    display: block !important;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 16px;
  }
  .row.category-page-row .large-3.col.hide-for-medium {
    display: none;
  }
  .row.category-page-row .large-9.col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 426px) {
  ul.wch-sort-list li {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */