.post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 150% !important;
}
.package-content h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 120% !important;
  min-height: 56px;
}
.destination-img img {
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.package-card .package-img-wrap .package-img img {
  object-fit: cover;
  height: 200px;
  aspect-ratio: 16/9;
  width: 100%;
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li.active .containerss span {
  color: var(--primary-color1);
}
.tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  line-height: 1;
}

.tag-list li a {
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 500;
  transition: 0.35s;
  line-height: 1;
}

.tag-list li a:hover {
  color: var(--primary-color1);
}

/* HERO WRAPPER */
.page-header-wrapper {
  position: relative;
  width: 100%;
}

/* HERO SECTION */
.page-title {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.page-title-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.title-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* OVERLAY */
.title-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* CONTENT */
.page-title-inner {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* TITLE */
.entry-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* BREADCRUMB */
.breadcrumbs {
  color: #fff;
  font-size: 14px;
}

.breadcrumbs a {
  color: #fff;
  opacity: 0.8;
}

.breadcrumbs a:hover {
  opacity: 1;
}

/* FLEX LAYOUT */
.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.footer-widget.text-widget {
  color: var(--white-text-color);
}
iframe {
  max-width: 100%;
}
.header-logo {
  width: 80px !important;
}

/* CONTACT FORM WRAPPER */
.wpcf7 {
  width: 100%;
}

/* INPUT + TEXTAREA */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* TEXTAREA */
.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

/* FOCUS */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: var(--primary-color1);
  outline: none;
}

/* SUBMIT BUTTON */
.wpcf7 input[type="submit"] {
  background: var(--primary-color1);
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER */
.wpcf7 input[type="submit"]:hover {
  background: var(--primary-color1);
}

/* ERROR MESSAGE */
.wpcf7-not-valid-tip {
  font-size: 13px;
  color: red;
  margin-top: 4px;
}

/* SUCCESS MESSAGE */
.wpcf7-response-output {
  margin-top: 20px;
  border-radius: 6px;
  padding: 10px 15px;
}
.wpcf7-form br {
  display: none;
}
.product-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* MOBILE */
@media (max-width: 768px) {
  .wpcf7 form {
    grid-template-columns: 1fr;
  }

  .wpcf7 form .full-width {
    grid-column: span 1;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .page-title {
    padding: 80px 0;
    text-align: center;
  }

  .entry-title {
    font-size: 28px;
  }

  .flex-row {
    flex-direction: column;
    gap: 10px;
  }
  header.style-2 .mobile-logo-area .mobile-logo-wrap img {
    width: 70px !important;
  }
}

@media (min-width: 768px) {
  .custom-page-title {
    min-height: 350px;
  }
  header.style-2 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .filter-wrapper .filter-input-wrap .filter-input {
    grid-template-columns: 70% 30% !important;
  }
}
