/*
Theme Name: Yolo Tour
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --color-primary: #055B1A;
  --color-secondary: #f99920;
  --text-white: white;
  --text-detail: black;
  --color-price: #fc153f;
}
html,
body {
  color: var(--text-detail);
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-detail);
}
.header-nav .icon-box h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.header-nav .icon-box p {
  font-size: 14px;
}
.header-nav .icon-box .icon-box-img {
  width: 40px !important;
}
.bg-gray {
  background-color: #f5f5f5;
}
.header-nav .icon-box .icon-box-img .icon {
  background-color: var(--color-primary);
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.header-nav .icon-box .icon-box-img .icon img {
  aspect-ratio: 1;
  padding: 0;
}
#masthead {
  padding: 10px 0 !important;
  /* background-color: var(--color-primary); */
}
#logo img {
  max-height: 70px !important;
  /* filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(2403%)
    hue-rotate(278deg) brightness(124%) contrast(99%); */
}
#wide-nav {
  background-color: var(--color-primary);
  border-bottom: 1px solid #f5f5f5;
}
.home #wide-nav {
  background-color: var(--color-primary);
  /* background-color: transparent; */
  border: none;
}
/* Main Menu */
.header-nav > li > a {
  /* color: var(--text-detail); */
  color: var(--text-white);
  /* font-size: 16px; */
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 8px 5px;
}
.home .header-nav > li > a {
  color: var(--text-white);
}
.header-nav > li.active > a,
.header-nav > li:hover > a {
  color: var(--text-white);
}
.home .header-nav > li.active > a,
.home .header-nav > li:hover > a {
  color: var(--text-white);
}
/* Menu Cấp 2 - Menu cấp 3 */
.header-nav > li > ul.sub-menu,
.header-nav > li > ul.sub-menu > li > ul.sub-menu {
  width: 200px !important;
  position: absolute;
  top: 42px;
  left: 0;
  height: auto;
  max-height: calc(100vh - 72px);
  background: #e0e0e0;
  display: block;
  padding: unset;
  margin: 0 !important;
}
.header-nav > li > ul.sub-menu > li > ul.sub-menu {
  width: fit-content !important;
}
.header-nav > li > ul.sub-menu > li,
.header-nav > li > ul.sub-menu > li > ul.sub-menu > li {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid lightgray;
  position: relative;
  background: #e0e0e0;
  display: block;
  width: 100%;
}

.header-nav > li > ul.sub-menu > li > a,
.header-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: 15px;
  font-weight: 100;
  padding: 0;
  color: var(--text-detail);
  border-bottom: unset;
  text-transform: capitalize;
}

.header-nav > li > ul.sub-menu > li:hover,
.header-nav > li > ul.sub-menu > li > ul.sub-menu > li:hover {
  background-color: var(--color-primary);
}

.header-nav > li > ul.sub-menu > li:hover a,
.header-nav > li > ul.sub-menu > li > ul.sub-menu > li:hover a {
  color: var(--text-white);
}

.nav-dropdown-has-arrow li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after {
  content: none;
}

/* Menu cấp 3 */

.header-nav > li > ul.sub-menu > li > ul.sub-menu {
  left: 260px;
  top: -2px;
  display: none !important;
}

.header-nav > li > ul.sub-menu > li:hover > ul.sub-menu {
  display: block !important;
}
/* Header Nav Menu Block */
.header-nav > li.menu-item-has-block > .sub-menu {
  padding: 10px;
  border: none !important;
  background: #e0e0e0;
}
.header-nav > li.menu-item-has-block > .sub-menu .box {
  margin-bottom: 10px;
  max-width: 200px;
  cursor: pointer;
}
.header-nav > li.menu-item-has-block > .sub-menu {
  min-width: 220px;
}
.header-nav > li.menu-item-has-block > .sub-menu .box-text.text-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#wide-nav .flex-center {
  width: 100%;
}
#wide-nav .header-bottom-nav {
  /* justify-content: space-between; */
  gap: 40px;
}
.heading-custom__position {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.heading-custom__position .section-title {
  border-bottom: 0 !important;
  color: var(--text-white);
  font-weight: 800;
  font-size: 35px;
}
form.tour-search-form {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  max-width: 700px;
  width: 100%;
}
form.tour-search-form input {
  border-radius: 3px;
}
form.tour-search-form .col {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.bg-primary {
  background-color: var(--color-primary);
  color: var(--text-white);
}
.section-title b {
  display: none;
}
.section-title {
  justify-content: center;
  color: var(--color-primary);
}
.service .section-title {
  color: var(--text-white);
}

.icon-box h3 {
  font-size: 16px;
}
.ss-choose .icon-box h3 {
  color: var(--text-white);
}
.ss-choose .service {
  padding: 25px;
  box-shadow: 0 3px 10px #757575;
  border-radius: 15px;
  margin-top: -8%;
}

.row-service__custom-colum > .col {
  max-width: calc((100% - 40px) / 5);
  flex-basis: calc((100% - 40px) / 5);
  width: 100%;
}
.with-line .section-title .section-title-main {
  padding-bottom: 15px;
}
.with-line .section-title .section-title-main::after {
  position: absolute;
  content: "";
  height: 2px;
  background: var(--color-primary);
  width: 80px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
}
.is-hot .section-title .section-title-main::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-image: url(https://viettrekking.vn/wp-content/uploads/2024/04/tour-hot.gif);
  background-size: 36px 36px;
  display: inline-block;
  background-position: center;
  border-radius: 40px;
  margin: 0 10px 0;
  margin-bottom: -5px;
}
.product-small .col-inner {
  border-radius: 8px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  transition: 0.3s ease-in-out;
}
.product-small .col-inner .box-text-products {
  padding: 15px;
  border-radius: 8px;
}
.product-small .tour-price {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  line-height: 20px;
  font-size: 20px;
}
.product-small .tour-price ins {
  color: var(--color-price);
  font-weight: 700;
}
.product-small .tour-price .time {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: normal;
  color: #15181d;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-small .name.product-title.woocommerce-loop-product__title,
.product-small .name.product-title.woocommerce-loop-product__title p {
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px !important;
  height: auto !important;
}
.product-small .name.product-title.woocommerce-loop-product__title > * {
  color: var(--color-primary);
}
.product-small .box-image {
  transition: 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 16 / 9;
}
.product-small .box-image img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.product-small .tour-excerpt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}
.ss-location .row-full-width > .col {
  padding: 0 5px !important;
}
.img-detail > .box-image {
  padding: 0 0 69%;
  display: flex;
  border-radius: 8px;
}
.img-detail > .box-image img,
.as-9-16 > .box-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  border-radius: 8px;
  transition: all 0.5s ease;
}
.img-detail > .box-image:hover img,
.as-9-16 > .box-image:hover img {
  transform: scale(1.1);
}
.as-9-16 > .box-image {
  padding: 0 0 140%;
  display: flex;
}
.bg-custom {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center right;
}

.text-detail .section-title .section-title-main {
  color: var(--text-detail);
}
.accordion-title {
  background-color: var(--color-secondary);
  color: var(--text-white) !important;
  border-radius: 8px;
}
.accordion-item {
  margin-bottom: 8px;
}
.accordion-title.active {
  background-color: var(--color-primary);
  border-radius: 8px 8px 0 0;
}
.accordion-inner {
  background-color: var(--text-white);
  padding: 15px !important;
  border-radius: 0 0 8px 8px;
}
.tour-information {
  background-color: var(--color-primary);
  color: var(--text-white);
  padding: 10px 15px !important;
  margin-bottom: 10px !important;
}
.tour-config input[type="text"],
.tour-config input[type="number"],
.tour-config input[type="date"],
.tour-config input[type="email"],
.tour-config textarea {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  width: 100%;
  padding: 0px 20px 0px 10px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.tour-config input[type="submit"] {
  background-color: var(--color-primary);
  color: var(--text-white);
  border-radius: 5px;
}
.text-custom_link .zalo-link {
  padding: 8px 15px;
  background: #f0f5fa;
  color: #1d6ad2;
  border-radius: 8px;
}

footer .ux-menu-title.flex {
  font-size: 20px;
}
footer p {
  margin-bottom: 8px;
  font-size: 15px;
}
.bird-fly {
  max-width: 100px;
  position: absolute;
  right: 13%;
  bottom: 55%;
}
footer .section-bg :is(img, picture, video) {
  /* object-position: 50% 100%; */
}
.di-cu-fly {
  position: absolute;
  top: 10%;
  width: 100%;
  opacity: 0.1;
  height: 80%;
}

.conlon-fly {
  position: absolute;
  right: 13%;
  top: -5%;
}
p.copyright {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  /* color: var(--text-detail); */
  padding-bottom: 0;
}
.absolute-footer.dark.medium-text-center.small-text-center {
  display: none;
}
.shop-page-title.category-page-title.page-title {
  display: none;
}
footer .border-top {
  border-top: 1px dashed #e0d9d6;
}
.ss-thumnail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.ss-thumnail .row-position {
  margin-top: -8%;
}
.ss-thumnail .row-position .product-title.product_title.entry-title {
  color: var(--text-white);
}
.ss-product-nav ul.nav_lan {
  margin-bottom: 0;
}
.ss-product-nav {
  border-bottom: 1px solid #e1e1e1;
}
.ss-product-nav .nav_lan > li {
  list-style: none;
  padding: 12px 0;
  cursor: pointer;
  display: inline-block;
  margin: 0 30px 0 0;
}
.gachchan,
.ss-product-nav .nav_lan > li:hover {
  border-bottom: 3px solid var(--color-primary);
  font-weight: 600;
  margin-bottom: 0px;
}
.gachchan a,
.ss-product-nav .nav_lan > li:hover a {
  color: var(--color-primary) !important;
}

.box-tour-detail {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.box-tour-detail img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(1555%)
    hue-rotate(320deg) brightness(79%) contrast(91%);
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.tour-accordion {
  margin-top: 30px;
}
.tour-accordion .accordion-item {
  position: relative;
}
.tour-accordion .accordion-item.active::after {
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 2px dashed #eee;
  content: "";
  display: block;
  top: 75px;
  visibility: visible;
  left: 45px;
}
.tour-accordion .accordion-header {
  width: 100%;
  background: #e1e1e1;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  margin-left: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 12px !important;
  padding-left: 90px !important;

  max-width: calc(100% - 30px);
}

.tour-accordion .day-circle {
  position: absolute;
  color: #000;
  background: #efefef;
  width: 90px;
  height: 90px;
  top: -20px;
  left: -30px;
  display: block;
  text-align: center;
  line-height: 85px;
  border-radius: 100px;
  border: 5px solid #fff;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 20%);
}

.tour-accordion .day-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.tour-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.tour-accordion .accordion-content .accordion-body {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.5;
}

.tour-accordion .accordion-item.active .accordion-content {
  max-height: 1000px; /* max height để mở ra */
  padding: 0 0 0 70px;
  margin: -30px 0 20px 0;
}

.tour-accordion .accordion-item.active .accordion-header {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 5px 10px rgba(2, 132, 154, 0.2);
}
.tour-accordion .accordion-item.active .accordion-header span.day-title {
  color: var(--text-white);
}
.tour-accordion .accordion-item.active .accordion-header span.day-circle {
  background-color: var(--color-primary);
  color: var(--text-white);
}
.text-left > .section-title .section-title-main {
  border: none;
  color: var(--text-detail);
  border-left: 2px solid var(--color-primary);
  padding-left: 15px;
  padding-bottom: 0;
}
.text-left > .section-title-normal {
  border: none;
  justify-content: flex-start;
}
.table-price thead {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--text-white);
}
.table-price thead th {
  text-align: center;
}
.table-price thead th:first-child {
  text-align: left;
  padding-left: 20px;
}
.table-price tbody tr td {
  border: 1px solid #b3adad;
  text-align: center;
  color: var(--text-detail);
}
.table-price:not(.table-service__single) tbody tr td:nth-child(2) {
  border-left: none;
  border-right: none;
}
.table-price tbody tr td:nth-child(1) {
  padding-left: 20px;
  text-align: left;
}
.table-price {
  margin-bottom: 1.5em;
}
.tour-box {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.tour-section {
  background: #fafafa;
  border-radius: 10px;
  max-width: 50%;
}
.tour-section h3 {
  text-align: center;
  padding: 10px 20px;
  background: var(--color-primary);
  color: var(--text-white);
  margin-bottom: 0;
}
.tour-include,
.tour-not-include {
  padding: 20px;
  margin-top: 0;
}

.tour-extra-info {
  margin-bottom: 20px;
}
.product-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
}
.product-gallery a {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
}

.product-gallery a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  aspect-ratio: 16 / 9;
  height: 100%;
}

.more-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 18px;
  pointer-events: none;
}

.tour-faq {
  max-width: 100%;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.faq-accordion {
  border-radius: 8px;
  overflow: hidden;
}

.faq-accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.faq-accordion .accordion-header {
  padding: 15px 20px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-accordion .accordion-header:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 20px;
  top: 18px;
}

.faq-accordion .accordion-item.active .accordion-header:after {
  transform: rotate(-135deg);
  top: 22px;
}

.faq-accordion .faq-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-right: 30px;
}

.faq-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-accordion .accordion-item.active .accordion-content {
  max-height: 500px; /* Điều chỉnh theo nội dung thực tế */
}

.faq-accordion .accordion-body {
  padding: 0 20px 20px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* Thêm JavaScript để xử lý sự kiện click */
.faq-accordion .accordion-item.active .accordion-header .faq-title {
  color: var(--color-primary);
}
.h-full > .col-inner {
  height: 100% !important;
}
.booking-form-container {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 110px;
}

/* Phần giá */
.price-section {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.price-label {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.price-value {
  display: flex;
  align-items: center;
}

.price-tag {
  display: flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 24px;
  font-weight: bold;
}

.price-tag i {
  color: var(--color-primary);
  margin-right: 10px;
}

.amount {
  color: red !important;
}

/* Phần ngày tháng */
.date-section,
.participants-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.date-icon,
.participants-icon {
  color: var(--color-primary);
  font-size: 18px;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.date-selector,
.participants-selector {
  flex: 1;
}

/* Phần số chỗ còn trống */
.available-section {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

/* Nút đặt tour */
.booking-button-section {
  margin-bottom: 15px;
}

.booking-button {
  width: 100%;
  padding: 6px 12px;
  background-color: var(--color-primary);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  min-height: unset;
  line-height: unset;
  justify-content: center;
  align-items: center;
}

.booking-button i {
  margin-right: 8px;
}

.booking-button:hover {
  background-color: var(--color-primary);
}

/* Thông báo */
.booking-notice {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.5;
}

.booking-form-container input,
.booking-form-container select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  width: 100%;
  padding: 0px 20px 0px 10px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.booking-form-container input {
  margin-bottom: 0;
}

.archive #content,
.single-post #content {
  padding-top: 15px;
}
#crumbs a {
  color: var(--color-primary);
}
#crumbs {
  margin-bottom: 1rem;
}
.page-title {
  font-size: 25px;
  font-weight: 600;
  color: var(--color-primary);
}
.page-title > span {
  padding-bottom: 15px;
  position: relative;
}
.page-title > span::after {
  position: absolute;
  content: "";
  height: 2px;
  background: var(--color-primary);
  width: 80px;
  bottom: 0;
  left: 0;
}
.col.post-item .col-inner {
  /* border: 1px solid #f5f5f5;
  border-radius: 8px; */
}
.col.post-item .box-text {
  /* margin-top: 0;
  padding: 15px; */
}
.blog-post__custom .image-cover {
  /* padding-top: unset !important; */
  /* height: 100%; */
}
.news-latest,
.menu-blog {
  margin: 0 0 30px;
  position: relative;
  padding: 16px 26px 28px;
  border: 1px solid #e3e7e8;
  background: #fff;
}

.sidebarblog-title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--color-primary);
  line-height: 1.2;
}

.sidebarblog-title h2 span,
.page_menu_title h2 span {
  display: none;
}

.list-news-latest {
  counter-reset: popular-counter;
}

.list-news-latest .item-article {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.list-news-latest .item-article:last-child {
  border-bottom: none;
}

.list-news-latest .item-article .number {
  font-size: 30px;
  font-weight: 500;
  color: #cdcfd0;
  line-height: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-right: 1px solid #e3e7e8;
  counter-increment: popular-counter;
}
.list-news-latest .item-article:first-child {
  padding-top: 0;
}
.list-news-latest .item-article .number:before {
  content: counter(popular-counter);
  position: absolute;
  font-size: 30px;
  width: 100%;
  line-height: 1;
}

.list-news-latest .item-article .post-content {
  padding-left: 15px;
  width: 100%;
}

.list-news-latest .item-article .post-content h3 {
  margin: 5px 0 0;
  line-height: 1.5;
}

.list-news-latest .item-article .post-content h3 a {
  font-size: 14px;
  color: var(--text-detail);
}

.list-news-latest .item-article .post-content span.cate-blog a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #828d91;
}

/* Tree Menu */
/* Menu Category */
.tree-menu li a {
  line-height: 30px;
  font-size: 16px;
  position: relative;
  display: block;
  color: var(--text-detail);
}
.tree-menu li {
  list-style: none;
}
.tree-menu > li {
  border-bottom: 1px dashed #e7e7e7;
}

.tree-menu > li:last-child {
  border-bottom: none;
}

.tree-menu > li > a {
  padding: 12px 30px 12px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: initial;
  letter-spacing: 1px;
  display: block;
  color: var(--text-detail);

  position: relative;
}

.tree-menu > li:last-child > a {
  padding-bottom: 0;
}

.tree-menu li.has-child ul {
  display: none;
}

.tree-menu li.has-child:first-child ul {
  display: block;
}

.tree-menu li.has-child > ul {
  padding: 0 0 15px 15px;
}

.tree-menu li.has-child > ul > li ul {
  padding: 0 0 0 15px;
}

.tree-menu li a .icon-control {
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  color: #525353;
}

.tree-menu li a .icon-control:hover {
  border-color: #e7e7e7;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
  background: rgba(9, 9, 9, 0.6);
  content: "";
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}

.tree-menu li.active > a .icon-plus-submenu:after {
  -moz-transform: translateY(-50%) scale(1, 0);
  -ms-transform: translateY(-50%) scale(1, 0);
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0);
}

.archive .large-3,
.single-post .large-3 {
  padding-left: 0;
}
.single-post article {
  border: 1px solid #f5f5f5;
  padding: 15px;
}
.post-type-archive-product .page-title-inner {
  display: none;
}
.tour-filter-form select,
.tour-filter-form button {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  padding: 8px;
}
.tour-filter-form button {
  background: var(--color-primary);
  color: #fff;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  min-height: unset;
  line-height: unset;
}
.widget .is-divider {
  background-color: var(--color-primary);
}
.post-type-archive-product .product-small .tour-price {
  font-size: 16px;
}
.post-type-archive-product .product-small .time-label,
.tax-product_cat .product-small .time-label {
  display: none;
}
.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--text-white) !important;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
  border-color: var(--color-primary);
  color: var(--color-primary) !important;
}
#shop-sidebar {
  position: sticky;
  top: 110px;
}
.ss-lienhe .section-title {
  justify-content: flex-start;
}
.ss-lienhe .section-title .section-title-main {
  border-color: var(--color-primary);
}

/* Lang */
.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none;
}
body {
  top: 0px !important;
}
.__english .wrap-english {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  justify-content: center;
  width: 100px;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(24, 81, 71, 1) 0%,
    rgba(3, 169, 111, 1) 100%
  );
}
.__english.open {
  width: 100px;
  position: relative;
}
.__english span {
  color: var(--text-white);
}
.home .__english span {
  color: var(--text-white);
}
.mobile-sidebar .__english span {
  color: var(--text-detail);
}
.mobile-sidebar .__english.open .sl-en {
  left: 0;
}
.__english ul.sl-en span {
  color: var(--primary-color);
  cursor: pointer;
  margin-left: 10px;
}

.txt-14-22 {
  font-size: 14px;
  line-height: 22px;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.__english .wrap-english .en-arrow {
  transition: all 0.2s;
}

.__english .sl-en {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top: 10px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.__english .sl-en li {
  margin: 0 !important;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
  margin-bottom: 0;
}

.__english .sl-en li img {
  margin-right: 4px;
}

.__english.open .sl-en {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

#google_language_translator {
  overflow: hidden;
  font-size: 0;
  display: none;
}
.page-content-custom {
  padding: 15px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.form-price {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0 0 0;
}
.form-price div {
  font-weight: 700;
  color: var(--color-primary);
  text-align: right;
}
.order-tour input[type="submit"] {
  width: 100%;
}
footer .ux-menu-title,
footer {
  color: var(--text-white);
}
.table-lichtrinh thead {
  background: var(--color-primary);
}
.table-lichtrinh thead th {
  color: var(--text-white);
  text-align: center;
}
.table-lichtrinh tbody td {
  text-align: center;
}
.table-lichtrinh tbody td a {
  color: var(--color-primary);
}
.item-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.item-box__background {
  background: #f2f8f5;
  padding: 5px;
  color: var(--color-primary);
  border-radius: 5px;
}
.item-icon img {
  width: 15px;
}
.tour-action-button {
  width: 100%;
  display: block;
  border: 1px solid var(--color-primary);
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
}
.tour-action-button > a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 !important;
  line-height: 1 !important;
}
.tour-action-button > a > span {
  background-image: radial-gradient(
    133.78% 111.01% at 103.79% 104.58%,
    #39c68d 0,
    #156947 100%
  );
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  right: 5px;
  top: 50%;
  border-radius: 10px 30px 30px 10px;
  transform: translateY(-50%);
}
.product-small:hover .tour-action-button {
  background-image: linear-gradient(
    137deg,
    #289a6c 16%,
    #289a6c 28%,
    rgba(40, 154, 108, 0.331) 80%
  );
}
.product-small:hover .tour-action-button a {
  color: var(--text-white);
}
.product-small:hover .tour-action-button > a > span {
  background-image: linear-gradient(137deg, #fff 0, #fff 100%);
}
.product-small:hover .tour-action-button > a > span img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(4528%)
    hue-rotate(160deg) brightness(93%) contrast(83%);
}
.item-icon.item-transport {
  position: absolute;
  max-width: fit-content;
  padding: 5px;
  background: #000000ad;
  border-radius: 10px;
  top: -15%;
  color: white;
  font-weight: 600;
}

.heading-bar {
  padding-bottom: 10px;
  padding-top: 5px;
  gap: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}
.heading-bar .heading-bar__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -5px;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-primary);
  padding-bottom: 15px;
  position: relative;
}
.heading-bar .heading-bar__title::after {
  position: absolute;
  content: "";
  height: 2px;
  background: var(--color-primary);
  width: 80px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
}
.heading-bar .heading-bar__title > img {
  width: 40px;
  height: 40px;
}
.ss-has__background .heading-bar .heading-bar__title {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  font-size: 50px;
}
.ss-duan .box-text-bottom {
  padding: 60px 35px;
  background: #23643a;
  background: linear-gradient(
    234deg,
    rgba(35, 100, 58, 1) 0%,
    rgba(40, 115, 60, 1) 50%,
    rgba(40, 135, 65, 1) 100%
  );
  border-radius: 15px;
}
.ss-duan .box-text-bottom .box-image,
.ss-duan .box-text-bottom .box-image * {
  aspect-ratio: 1;
  border-radius: 50%;
}
.ss-duan .box-text-bottom .box-image {
  border: 2px solid var(--text-white);
}
.ss-duan .box-text-bottom .box-image img {
  object-fit: cover;
  object-position: center;
}
.ss-duan .box-text-bottom .box-text-inner * {
  color: var(--text-white);
  margin-top: 20px;
  font-size: 25px;
  text-transform: uppercase;
}
.ss-blog > .section-content > .row {
  background: var(--text-white);
  padding-top: 20px;
}
.ss-tes .testimonial-box {
  padding: 30px 15px;
  text-align: justify;
}
.ss-tes .testimonial-box .star-rating {
  margin: 0;
  margin-top: 20px;
}
.ss-tes .testimonial-box .icon-box-img {
  width: 100% !important;
  aspect-ratio: 16 / 9;
}
.ss-tes .testimonial-box .icon-box-img img {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  border-radius: 10px !important;
  object-fit: cover;
  object-position: center;
}
.ss-doitac-slider .flickity-page-dots .dot {
  border: 1px solid var(--color-primary);
}
.ss-doitac-slider .flickity-page-dots .dot.is-selected {
  background-color: var(--color-primary);
}
.row-service__custom-colum .icon-box img,
.ss-duan .col img {
  transition: all 0.3s ease;
}
.row-service__custom-colum .icon-box:hover img,
.row-duan-services > .col:hover .box-image > a img {
  transform: scale(1.1);
}
.mw-60 {
  max-width: 60%;
  margin: 0 auto;
}
.box-blog-post .is-divider {
  display: none;
}
.ss-thongdiep .img {
  margin: 0 !important;
}
.img-left__custom .img-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--text-detail);
  opacity: 0.8;
}
.img-left__custom .banner {
  padding-top: unset !important;
}
.text-handle {
  /* position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%); */
  text-align: center;
  color: var(--text-white);
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;

}
.text-handle p {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.thongdiep {
  max-width: 80%;
  width: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%); */
  text-align: center;
  font-size: 18px;
  color: white;
}
.thongdiep::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: var(--text-white);
} 
.text-header__custom p {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-primary);
}
.text-header__custom p::after {
  content: "";
  width: 100%;
  height: 20px;
  background-image: url("http://yolotour.vtest/wp-content/uploads/2025/05/Asset-1.png");
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  background-position: center;
}
.quest-chat {
  position: absolute;
  right: 90px;
  bottom: 0;
  width: 200px;
  display: none;
}
.nkd-chatnhanh.in .quest-chat {
  display: block;
}
.quest {
  list-style: none;
}
.quest li {
  display: flex;
  justify-content: right;
}
.quest li a {
  display: block;
  padding: 6px 25px;
  background-color: var(--color-primary);
  color: var(--text-white);
  width: fit-content;
  border-radius: 15px;
}
.overflow-hidden {
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .img-left__custom .banner {
  padding-top: 100% !important;
}
  .row-service__custom-colum > .col {
    max-width: 50%;
    flex-basis: 50%;
  }
  #logo img {
    max-height: 50px !important;
  }
  #masthead {
    border-bottom: 1px solid #f5f5f5;
  }
  .tour-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .tour-box {
    flex-direction: column;
  }
  .tour-accordion .day-circle {
    display: none;
  }
  .tour-accordion .accordion-header {
    padding-left: 10px !important;
    max-width: 100%;
    margin-left: 0;
  }
  .box-tour-detail .col {
    padding-bottom: 15px !important;
  }
  .ss-thumnail .row-position {
    margin-top: 0;
  }
  .ss-thumnail .row-position h1 {
    color: var(--color-primary) !important;
    padding: 10px;
    margin: 0;
    font-size: 20px;
  }
  .nav_lan.nav-tour.nav-tour-mobile {
    display: none;
  }
  .ss-thumnail img {
    height: 100%;
    max-height: 250px;
  }
  .archive .post-sidebar.large-3,
  .single-post .post-sidebar.large-3 {
    padding-left: 15px;
  }
  .ss-has__background .heading-bar .heading-bar__title {
    font-size: 20px;
  }
  .heading-bar .heading-bar__title > img {
    width: 25px;
    height: 25px;
  }
  .heading-bar .heading-bar__title {
    text-align: center;
  }
  .ss-duan .box-text-bottom {
    padding: 10px !important;
  }
  .ss-duan .box-text-bottom .box-text-inner * {
    font-size: 20px;
  }
  .flickity-page-dots {
    bottom: -20px;
  }
  .header.has-transparent,
  .header.show-on-scroll,
  .header.transparent {
    position: unset !important;
  }
  .ss-slider-main {
    min-height: 350px;
  }
  form.tour-search-form {
    max-width: 80%;
    top: 85%;
  }
  form.tour-search-form .col {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .heading-custom__position {
    position: absolute;
    top: 20%;
    transform: translate(-50%, -20%);
    left: 50%;
    text-align: center;
  }
  .heading-custom__position .section-title {
    border: none;
    font-size: 30px;
  }
  footer .section-bg :is(img, picture, video) {
    object-position: 0 !important;
  }
  .text-handle {
    font-size: 25px;
  }
  .thongdiep {
    max-width: 100%;
  }
}
