 body{
     font-family: "Lexend Deca", sans-serif !important; 
  font-style: normal; 
  
} 
h1, h2, h3, h4, h5, h6,.nav > li > a{
     font-family: "Lexend Deca", sans-serif !important; 
} 
.nav-size-medium>li>a {
    font-size: 15px !important;
    color: #013306!important;
}
.qn-search-form {
  position: relative; /* nếu cần thiết */
  overflow: visible;
  z-index: 1;
}
.qn-search-box.container {
    margin-top: -100px;
    position: relative;
}
.qn-search-box {
  background: #fff;
  padding: 20px;
  border-radius: 16px; 
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35); 
  max-width: 100%;
  
  overflow: visible; 
}
.qn-search-box .tab-nav li button {
  background: none;
  border: none;
  font-weight: 600;
  padding: 0;
  color: inherit; 
  cursor: pointer;
   margin-bottom: 0px;
       margin-bottom: 0px;
    text-transform: none;
    font-size:16px;
}
.qn-search-box .tab-nav {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
}

.qn-search-box .tab-nav li { 
  cursor: pointer;
  font-weight: 600;
  color: #444;
  transition: all 0.2s ease;
      margin-left: 0px;
    margin-right: 20px;
}

.qn-search-box .tab-nav li i {
  margin-right: 6px;
}

.qn-search-box .tab-nav li.active {
  border-bottom: 2px solid #fc1414;
  color: #fc1414
}

.qn-search-box .tab-content {
  display: none;
}

.qn-search-box .tab-content.tab-active {
  display: block;
}

.qn-search-box .qn-search-form {
  display: flex;
  gap: 16px;
  align-items: stretch; /* 👈 đảm bảo tất cả cùng chiều cao */
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.qn-search-box .form-group.date-range-picker {
  flex: 2;
  min-width: 400px;
}

.qn-search-box .form-group.guest-picker {
  flex: 1.2;
  min-width: 200px;
}

.qn-search-box .form-group:first-child {
  flex: 1.5;
}
.qn-search-box .form-group {
  flex: 1;
  min-width: 50px;
}

.qn-search-box .form-group label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}

.qn-search-box .form-group .required {
  color: red;
}

.qn-search-box .form-group input,
.qn-search-box .form-group select {
  width: 100%;
  padding: 25px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
}

.qn-search-box .form-group.submit {
  flex: 0 0 50px;
}

.qn-search-box .form-group.submit button {
  width: 50px;
  height: 50px;
  background: red;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s ease;
  padding:0px;
      margin-top: 26px;
    color: white;
}

.qn-search-box .form-group.submit button:hover {
  background: #e0e0e0;
}
.custom-select {
  position: relative;
  width: 100%; 
  font-size: 16px;
  cursor: pointer;  
  z-index: 10; /* Ưu tiên hiển thị */
}

.custom-select .selected {
  border: 1px solid #ccc;
  padding: 12px 14px;
  border-radius: 8px;
  background-color: #fff;
}

.custom-select .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  
}
.custom-select .dropdown-options.show {
  display: block;
}

.custom-select .option {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  
}

.custom-select .option:last-child {
  border-bottom: none;
}

.custom-select .option:hover {
  background-color: #f5f5f5;
  border-radius: 8px;
} 
.guest-picker {
  position: relative;
  user-select: none;
}
.guest-display {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.guest-dropdown {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-width: 280px;
}
.guest-picker.open .guest-dropdown {
  display: block;
}
  
.guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.guest-label {
  font-weight: 600;
  font-size: 16px;
  flex: 1;
}
.guest-label small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
  color: #444;
}

.guest-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 6px 12px;
  min-width: 140px;
  max-width: 160px;
}
div#hotel-date-trigger { 
    min-width: 300px !important;
}
.guest-control button {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 600;
  width: 32px;
  height: 32px;
  line-height: 1;
  cursor: pointer;
  color: #222;
  border-radius: 6px;
      margin: 0px;
}

.guest-control button:disabled {
  color: #ccc;
  cursor: default;
}

.guest-count {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 24px;
}
 .date-display-box {
  background: #fff;
   
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:1px 2px;
  cursor: pointer;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.date-display-box .checkin-info,
.date-display-box .checkout-info {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  margin:0px 10px;
}

.date-display-box .checkin-info span,
.date-display-box .checkout-info span {
  font-weight: 400;
  color: #444;
}

.date-display-box .nights {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
/* tour */
.tour-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
      margin-bottom: 26px;
    margin-top: 30px;
}

.tour-section-title {
  font-size: 28px;
  font-weight: bold;
  color: #132b50;
  margin: 0;
}
.lazy-bg {
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
}
.tour-more-btn {
  background: #e74c04;
  color: #fff;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
      min-width: 140px;
  transition: background 0.2s ease;
}
.tour-more-btn:hover {
  background: #e25514;
}
.tour-list-wrapper {
  padding: 20px 0;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.tour-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: transform 0.25s ease;
  margin-bottom:20px;
}
.tour-card:hover {
  transform: translateY(-5px);
}

.tour-card .tour-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.tour-card .tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.tour-card:hover .tour-image img {
  transform: scale(1.05); /* ✅ zoom nhẹ */
}
 
.tour-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #0d6efd;;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}
.tour-fav {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f35c3c;
  font-size: 14px;
}

.tour-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tour-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tour-location {
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tour-price {
  color: #d32f2f;  
  font-size: 18px;
  font-weight: bold;
}
.tour-price span {
  color: #333;
  font-size: 13px;
  font-weight: normal; 
}
nav.yoast-breadcrumbs a {
    color: #f7550a;
}
.tour-info {
  display: flex;
  gap: 5px;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.tour-slider .slick-slide {
  padding: 0 12px; /* khoảng cách giữa các slide */
  box-sizing: border-box;
}

/* Đảm bảo chiều rộng đầy đủ */
.tour-slider {
  margin-left: -12px;
  margin-right: -12px;
}
/* Căn giữa dot */
.slick-dots {
  text-align: center;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

/* Style mặc định */
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

/* Dot chưa active */
li.slick-active .slick-dots li button {
  width: 28px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #e4eaf1;
  border: none;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Dot đang active */
.slick-dots li.slick-active button {
  width: 28px;
  height: 10px!important;
  background-color: #e75b1e;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before { 
    color: unset !important;
}
ul.slick-dots li {
    margin-left: 0px!important; 
}
.slick-dots {
    position: absolute;
    bottom:-45px !important;}
.slick-dots li button:before { 
    font-size: 10px;}
.slick-dots li button {
  transition: width 0.3s ease, background-color 0.3s ease;
}
.hotel-section {
  padding: 20px 0;
}
.hotel-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.hotel-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.hotel-img-wrapper {
  position: relative;
}
.hotel-img-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.hotel-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: red;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}

.hotel-body {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hotel-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.hotel-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stars {
  font-size: 16px;
  color: gold;
}
.score {
  font-size: 13px;
  color: #555;
}
.score-box {
  background: #00cc66;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 8px;
  margin-left: 4px;
  font-size: 13px;
}

.hotel-desc,
.hotel-address {
  font-size: 13px;
  color: #444;
}
.hotel-map a {
  font-size: 14px;
  color: #007bff;
  text-decoration: underline;
}
.hotel-near {
  font-size: 13px;
  color: #444;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hotel-near li {
  margin: 4px 0;
}
.hotel-footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breakfast {
  font-size: 14px;
  color: green;
  font-weight: 500;
}
.price {
  font-size: 18px;
  font-weight: bold;
  color: #e53935;
}
.hotel-tab-wrapper {
  margin-top: 30px;
}

.hotel-tab-nav {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.hotel-tab-nav li {
  padding: 8px 16px;
  background: #f0f0f0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  transition: 0.3s;
  margin-left: 0px !important;
  margin-right: 10px;
}
.hotel-tab-nav li.active {
  background: #e75b1e;
  color: white;
  
}

.hotel-tab-content {
  display: none;
}
.hotel-tab-content.active {
  display: block;
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.testimonial-section {
  padding: 60px 20px;
  background: #f7f9fc;
  text-align: center;
}

.testimonial-title {
  font-size: 28px;
  font-weight: bold;
  color: #1d3557;
  margin-bottom: 40px;
}
.testimonial-title span {
  color: #e75b1e;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.testimonial-footer {
  border-top: 1px solid #eee;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-user {
  display: flex;
  gap: 10px;
  align-items: center;
}
.testimonial-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-score {
  background: #e75b1e;
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
}
.testimonial-slider {
  margin-left: -12px;
  margin-right: -12px;
}
.testimonial-slider .slick-slide {
      margin-left: 12px;
    margin-right: 12px;
  box-sizing: border-box;
}
.testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floating-buttons {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 9999;
}

.btn-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
  text-decoration: none;
}

.btn-circle:hover {
  transform: scale(1.1);
}

.btn-call {
  background-color: #f6550a;
}

.btn-top {
  background: white;
  border: 2px solid #1a3aff;
  color: #1a3aff;
}

.btn-chat {
  background-color: #1a7ac6;
}
.client-logo-section {
  padding: 40px 20px;
}

.client-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.client-header h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #222;
}

.client-more {
  font-size: 16px;
  color: #0056f1;
  text-decoration: none;
  font-weight: 500;
}

.client-slider .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.client-slider .client-logo img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(0%);
  transition: 0.3s;
}

.client-slider .client-logo img:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}

.section-car-service {
  padding: 60px  0px; 
}

.section-car-service .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #111;
}

.section-car-service .section-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
}

.car-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; 
}

.car-card {
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  position: relative;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.car-card:hover {
  transform: translateY(-4px);
}

.car-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.car-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-content {
  background:#1a7bc6;
  color: #fff;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.car-content h3 {
  font-size: 18px;
  color:white;
  margin-bottom: 8px;
  font-weight: bold;
}

.car-content p {
  font-size: 14px;
  color: #ddd;
  flex-grow: 1;
}

.car-button {
  margin-top: 16px;
  background: #f0f0f0;
  padding: 10px 20px;
  border-radius: 40px 0 40px 0;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
}

.car-button:hover {
  background: #ddd;
}

.car-card .overlay_xe {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.coming-soon .car-button {
  opacity: 0.6;
  pointer-events: none;
}
.section-news {
  padding: 60px 20px;
  background: #f9f9fb;
}
.news-card {
  transition: all 0.3s ease;
}
.news-title_home {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #075998;
  margin-bottom: 20px;
}

.news-tabs {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #eee;
}

.news-tabs li {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  color: #333;
}

.news-tabs li.active {
  color: #075998;
}

.news-tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #075998;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-4px);
}

.news-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.news-info {
  padding: 5px 16px;
  flex: 1;
}

.news-category {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
}

.news-category.pink {
  color: #075998;
}

.news-category.red {
  color: #ff4e42;
}

.news-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
  line-height: 1.4;
}

.news-date {
  font-size: 13px;
  color: #888;
}
.explore-vietnam {
  padding: 60px 20px;
}

.section-title {
  font-size: 28px;
  font-weight: bold; 
  color: #222;
}

.explore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.explore-left {
  display: grid;
  grid-template-rows: 2fr 1fr;
  gap: 20px;
}

.explore-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
} 

.explore-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.explore-box {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/10;
  transition: 0.3s ease;
}

.explore-box:hover {
  transform: scale(1.02);
}

.explore-box span {
  position: absolute;
  bottom: 12px;
  left: 16px;
  color: white;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  font-size: 16px;
}

.explore-box.large {
  aspect-ratio: 16/10;
}

.explore-box.tall {
  height: 100%;
  aspect-ratio: auto;
  min-height: 100%;
}

.explore-box.small {
  height: 100%;
  aspect-ratio: auto; /* bỏ aspect-ratio nếu bạn đã fix theo height */
} 
.site-footer {
  background-color: #1e2a33;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  padding: 40px 0px  0px;
}
.footer-bottom p {
    margin-bottom: 0px;
}
.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 12px;
  color: white;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.footer-col ul li {
  margin-bottom: 8px;
  color: #ccc;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer-logo {
  width: 250px;
  margin-bottom: 10px;
}

.footer-certifications img {
  height: 28px;
  margin-right: 8px;
}

.btn-partner {
  background: #2d3a45;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  margin: 16px 0;
  cursor: pointer;
}

.payment-title {
  font-weight: bold;
  margin: 16px 0 10px;
}

.payment-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.payment-logos img {
  height: 32px;
  background: white;
  padding: 6px;
  border-radius: 6px;
}

.social-links li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.app-links img {
  height: 40px;
  margin-top: 8px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-top: 40px;
  border-top: 1px solid #999;
  padding-top: 20px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #ddd;
    border-radius: 20px;
}
.footer-bottom a{
color: #fff;}
.hero-slider {
  width: 100%;
  overflow: hidden;
}

.slider_banner .slide {
  position: relative;
}

.slider_banner .slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
footer#footer {
    display: none;
}
 
.grid-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px; 
  height:450px;
}

.grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ảnh lớn chiếm 2 hàng và 1 cột đầu */
.grid-item-large {
  grid-row: 1 / span 2;
  grid-column: 1 / span 1;
}

/* Ảnh cuối có overlay */
.grid-item-more .overlay-more {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white; 
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
  border-radius: 8px;
}
.hotel-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px; 
  gap: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.hotel-info {
  flex: 1 1 60%;
}

 

.hotel-icons {
  margin-bottom: 10px;
}

.star-icon {
  color: #ffb400;
  margin-right: 4px;
}

.like-icon {
  color: #ff5f00;
  margin-left: 8px;
}

.hotel-address {
  color: #4b5563;
  font-size: 14px;
}

.hotel-address i {
  color: #2563eb;
  margin-right: 4px;
}

.map-link {
  color: #2563eb;
  margin-left: 5px;
  text-decoration: none;
  font-weight: 500;
}

.hotel-price {
  text-align: right;
  font-size: 14px;
}

.old-price {
  text-decoration: line-through;
  color: #9ca3af;
}

.new-price {
  font-size: 20px;
  font-weight: 700;
  color: #0f1d40;
  margin-top: 5px;
}

.price-guarantee {
  font-size: 13px;
  color: #1d4ed8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
}

.check-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.hotel-action {
  flex-shrink: 0;
}

.btn-book {
  background: #f7550a;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}
nav.yoast-breadcrumbs {
    margin: 10px 0px;
}
  .loaiphong_banggia { 
    margin-top:30px;  
    border-radius: 12px;
    border: 1px solid #4c76b2;
    overflow: hidden;
    font-size: 14px;
    color: #111827;
  }

  .loaiphong_header,
  .loaiphong_row {
    display: grid;
    grid-template-columns: 42% 13% 30% 20%;
    padding: 16px;
    align-items: center;
    border-bottom: 1px solid #4c76b2;
  }

.loaiphong_header {
    background-color: #4c76b2;
    font-weight: 600;
    font-size: 15px;
    color: white;
}

  .loaiphong_col1 p,
  .loaiphong_col2 p,
  .loaiphong_col3 p,
  .loaiphong_col4 p {
    margin: 4px 0;
  }

  .loaiphong_title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
  }

  .loaiphong_subtitle {
    font-weight: 600;
    font-size: 14px;
  }

  .loaiphong_note {
    color: #6b7280;
    font-size: 13px;
  }

  .text-danger {
    color: #ef4444;
  }

  .text-success {
    color: #059669;
  }

  .loaiphong_price {
    font-weight: 700;
    font-size: 16px;
    color: #d32f2f;
  }

  .loaiphong_subnote {
    font-size: 12.5px;
    color: #6b7280;
  }

  .loaiphong_badge {
    display: inline-block;
    background-color: #e0f2fe;
    color: #0284c7;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 500;
    margin-bottom: 4px;
  }

  .loaiphong_remaining {
    color: red;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
  }

  .loaiphong_btn {
    background: #f7550a;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
        min-width: 140px; 
  }

  .loaiphong_btn:hover {
    background-color: red;
  }
.travel_tienich_section {
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
  }

  .travel_tienich_left {
    background: linear-gradient(to bottom, #e0f2ff, #f0f9ff);
    width: 35%;
    padding: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
  }

  .travel_tienich_right {
    width: 65%;
    padding: 24px;
    font-size: 14px;
    color: #111827;
  }

  .travel_tienich_checkin {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .travel_tienich_checkin i {
    margin-right: 6px;
  }

  .travel_tienich_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
  }

  .travel_tienich_table td {
    padding: 10px 8px;
    border-top: 1px solid #f1f5f9;
    vertical-align: top;
    font-size: 15px;
  }

  .travel_tienich_table td:first-child {
    font-weight: 500;
    width: 35%;
    color: #374151;
  }

  .travel_tienich_table td:last-child {
    color: #1f2937;
  }
   .cauhoi_ks_section {
    display: flex;
    gap: 20px;
    font-family: Arial, sans-serif;
    margin-top: 40px;
    align-items: flex-start;
  }

  .cauhoi_ks_left {
    flex: 0 0 30%;
  }

  .cauhoi_ks_left img {
    width: 100%;
    max-width: 100px;
  }

  .cauhoi_ks_right {
    flex: 1;
  }

  .cauhoi_ks_right h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
  }

  .cauhoi_ks_accordion {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .cauhoi_ks_accordion summary {
    padding: 16px;
    font-weight: 600;
    font-size: 15px;
    color: #111827;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cauhoi_ks_accordion summary::after {
    content: '\25BC';
    font-size: 12px;
    transform: rotate(0deg);
    transition: transform 0.2s;
  }

  .cauhoi_ks_accordion[open] summary::after {
    transform: rotate(180deg);
  }

  .cauhoi_ks_accordion div {
    padding: 0 16px 16px;
    font-size: 14px;
    color: #374151;
  }
  .reviewks_section {
    font-family: Arial, sans-serif;
    margin-top: 40px;
  }

  .reviewks_section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
  }

  .reviewks_section p.subheading {
    color: #374151;
    font-size: 15px;
    margin-bottom: 16px;
  }

  .reviewks_tabs {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
  }

  .reviewks_tab {
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    color: #374151;
  }

  .reviewks_tab.active {
    color: #0284c7;
    border-color: #0284c7;
    background-color: #f0f9ff;
    border-radius: 8px 8px 0 0;
  }

  .reviewks_body {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
  }

  .reviewks_scorebox {
    background: linear-gradient(to bottom right, #e0f2fe, #f0f9ff);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    min-width: 160px;
  }

  .reviewks_scorebox .score {
    font-size: 36px;
    font-weight: 700;
    color: #0284c7;
  }

  .reviewks_scorebox .label {
    font-size: 18px;
    font-weight: bold;
    color: #1f2937;
  }

  .reviewks_scorebox .source {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
  }

  .reviewks_bars {
    flex: 1;
    min-width: 240px;
  }

  .reviewks_bar_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .reviewks_bar_label {
    width: 160px;
    font-size: 14px;
    color: #111827;
  }

  .reviewks_bar_track {
    background-color: #f1f5f9;
    height: 8px;
    border-radius: 6px;
    flex: 1;
    margin: 0 12px;
    position: relative;
  }

  .reviewks_bar_fill {
    background-color: #0096ff;
    height: 100%;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .reviewks_bar_value {
    font-size: 14px;
    width: 30px;
    text-align: right;
  }
  .khachreview_section {
    font-family: Arial, sans-serif;
    margin-top: 30px;
  }

  .khachreview_card {
    display: flex;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
    gap: 16px;
  }

  .khachreview_avatar {
    width: 48px;
    height: 48px;
    background-color: #1e3a8a;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .khachreview_content {
    flex: 1;
  }

  .khachreview_header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .khachreview_name {
    font-weight: 600;
    font-size: 15px;
    color: #111827;
  }

  .khachreview_score {
    background-color: #e0f2ff;
    color: #0284c7;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
  }

  .khachreview_time {
    font-size: 13px;
    color: #6b7280;
    margin-left: 8px;
  }

  .khachreview_job {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
    color: #6b7280;
  }

  .khachreview_text {
    margin-top: 10px;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
  }

  .khachreview_translate {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 4px;
  }

  .khachreview_footer {
    margin-top: 8px;
    font-size: 13px;
    color: #0284c7;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .khachreview_footer i {
    color: #6b7280;
  }
      .review_pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
  }

  .review_pagination a {
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: #374151;
  }

  .review_pagination a.active {
    background-color: #0284c7;
    color: #fff;
    border-color: #0284c7;
  }

  .review_page {
    display: none;
  }

  .review_page.active {
    display: block;
  }
   .tienich_full_section {
    font-family: Arial, sans-serif;
    margin-top: 40px;
  }

  .tienich_full_section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0f172a;
    margin-bottom: 20px;
  }

  .tienich_full_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }

  .tienich_box {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .tienich_title {
    font-weight: bold;
    color: #111827;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .tienich_title i {
    font-size: 18px;
    color: #4b5563;
  }

  .tienich_box ul {
    padding-left: 20px;
    margin: 0;
    list-style: circle;
    color: #374151;
    font-size: 14px;
  }
   .intro_section { 
    margin-top: 40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }

  .intro_left {
    flex: 1;
    min-width: 60%; 
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
  }
 
  .intro_left p {
    margin-bottom: 16px;
    font-size: 15px;
    color: #1f2937;
    line-height: 1.6;
  }

  .intro_note {
    font-size: 13px;
    color: #6b7280;
  }

  .intro_favorite_title {
    font-weight: bold;
    font-size: 17px;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .intro_favorite_list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    font-size: 15px;
    color: #111827;
  }

  .intro_favorite_item {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .intro_favorite_item i {
    font-size: 18px;
    color: #047857;
  }

  .intro_right {
    flex: 1;
    min-width: 320px;
  }

  .intro_right iframe {
    width: 100%;
    height: 400px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
  }

  .intro_toggle {
    margin-top: 12px;
    font-size: 14px;
    color: #0284c7;
    cursor: pointer;
    font-weight: bold;
    display: none;
  } 
.no-scroll-popup {
  max-height: 90vh !important;
  overflow: hidden !important;
}

.swal2-html-container {
  overflow: visible !important;
  max-height: unset !important;
}
 .swal2-input{
    height: 45px;
    padding: 0px;
    margin: 10px 10px;
    font-size: 17px !important;
}
.swal2-input {
    height: 45px !important;
    border-radius: 10px !important;
}
.dp-label {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
    color: #407dac;
    text-align: left;
        margin: 0 10px;
}
h2#swal2-title {
    font-size: 23px;
    margin-bottom: 20px;
}
button.swal2-close {
    width: 50px;
    height: 50px;
    margin-top: -26px;
    color: #f7550a;
}
button.swal2-confirm.swal2-styled {
    background: #1a7bc6 !important;
    padding: 0 30px !important;
}
.dp_summary {
        margin: 15px;
    font-size: 17px;
    display: grid;
    grid-template-columns: 160px 1fr;
    row-gap: 8px;
    column-gap: 12px;
    align-items: center;
    text-align: end;
  }
   
  .dp_summary strong {
    color: #374151;
    font-weight: 600;
  }

  .dp_total_row {
    margin-top: 8px;
    grid-column: 1 / span 2;
    font-size: 16px;
    font-weight: bold;
    color: #ef4444;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e7eb;
    padding-top: 6px;
  }
  .faq-section { 
  margin: auto; 
  background: #fff;
}

.faq-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 10px;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: #f9f9f9;
}

.faq-icon {
  font-size: 20px;
  margin-right: 15px;
  color: #555;
  width: 24px;
  text-align: center;
}

.faq-text {
  flex: 1;
  font-size: 16px;
  color: #222;
}

.faq-arrow {
  font-size: 20px;
  color: #007aff;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  padding: 10px 40px;
  font-size: 15px;
  color: #333;
  background: #f7f8fa;
}

.faq-item.active .faq-answer {
  display: block;
}
.customer-testimonial-slider {
  position: relative; 
  margin: 20px auto;
  overflow: hidden; /* Quan trọng để ẩn các slide không hiển thị */
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.slider-container {
  display: flex; /* Sắp xếp các slide cạnh nhau */
  transition: transform 0.5s ease-in-out; /* Hiệu ứng chuyển động mượt mà */
}

.testimonial-slide {
  min-width: 100%; /* Mỗi slide chiếm toàn bộ chiều rộng của slider-container */
  box-sizing: border-box; /* Đảm bảo padding và border không làm tăng chiều rộng */
  padding: 30px;
  text-align: center;
  flex-shrink: 0; /* Ngăn không cho slide bị co lại */
  max-width:200px;
}

.testimonial-text { 
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
}

.customer-info {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 15px;
    margin-left: 20px;
}
.customer-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #007bff; /* Màu viền theo thương hiệu của bạn */
}

.customer-name {
  font-weight: bold;
  color: #007bff;
}

.tour-name {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

/* Nút điều hướng */
.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(26 123 198);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 10px;
  border-radius: 5px;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.prev-button:hover,
.next-button:hover {
  opacity: 1;
}

.prev-button {
  left: 10px;
}

.next-button {
    right: 10px;
    margin: 0px;
}
/* Các chấm tròn điều hướng */
.slider-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #f7550a; /* Màu chấm đang hoạt động */
}
.bangdattour table td {
    font-size: 15px;
    padding: 0px !important;
}
.bangdattour th {
  text-align:center;
}
.bangdattour table button {
    margin: 10px !important;
    padding: 5px !important;
    font-size: 15px;
}
.form_booking_tour h4 {
    margin: 20px 0px;
    font-size: 16px;
    color: #1a7bc6;
}
.form_booking_tour input {
    width: 49% !important;;
    border-radius: 10px!important;
    font-size: 15px!important;
    padding: 21px 10px!important;
}
.share-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 20px 0;
  margin-top: 30px;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f8f8f8;
  padding: 10px 18px;
  border-radius: 999px;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s;
}

.btn-back:hover {
  background-color: #e2e2e2;
}

.share-right {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.share-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.share-icon:hover {
  transform: translateY(-2px);
}

.share-icon.fb { color: #1877f2; }
.share-icon.tw { color: #1da1f2; }
.share-icon.li { color: #0a66c2; }
.share-icon.gg { color: #db4437; }
.baivietlienquan h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.breadcrumbs_bs {
    margin-top: 10px;
    padding: 0px 20px;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 10px; 
  margin: auto;
}

.news-item {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
}

.news-thumb {
    flex: 0 0 100px;
    max-height: 120px;
    overflow: hidden; 
}

.news-thumb img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  display: block;
}

.news-content {
  flex: 1;
}

.news-title {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #111;
  line-height: 1.4;
  text-align:left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-desc {
  font-size: 12px;
  color: #444;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta {
  font-size: 13px;
  color: #888;
}
.tourdulich_gallery_thuexe.image-grid-oto {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto; 
  gap: 10px; 
  margin: auto;
  align-items: stretch;
}

.tourdulich_main_thuexe {
  grid-row: span 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tourdulich_main_thuexe a {
  height: 100%;
  display: block;
}

.tourdulich_main_thuexe img {
  width: 100%;
  height: 403px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.tourdulich_thumbs_thuexe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tourdulich_main_thuexe a {
  display: block; 
  height: 100%;
} 
/* Ảnh nhỏ bên phải */
.tourdulich_thumbs_thuexe a {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}

.tourdulich_thumbs_thuexe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.tourdulich_thumbs_thuexe a .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
a.d-none {
    display: none;
}
.section-thuexe-content {
  margin-top: 20px;
}

.thuexe-intro .highlight-orange {
  color: #f26122;
  font-style: italic;
  font-weight: bold;
}

.box-thuexe-toc {
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.box-thuexe-toc ul {
  margin-top: 10px;
  padding-left: 20px;
}

.box-thuexe-toc ul ul {
  padding-left: 20px;
  list-style-type: decimal;
}

.box-thuexe-contact {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06); 
  font-size: 14px;
  color: #222;
  line-height: 1.5;
  position: sticky;
    top: 0;
}

/* Tiêu đề liên hệ */
.box-thuexe-contact .contact-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.box-thuexe-contact .contact-header .right {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

/* Bảng cam kết */
.box-thuexe-contact .contact-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 0;
}

.box-thuexe-contact .contact-table td {
  width: 50%;
  padding: 15px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.box-thuexe-contact .contact-table td strong {
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px;
}

.box-thuexe-contact .contact-table td span {
  font-size: 13px;
  color: #666;
}

/* Dòng tóm tắt */
.box-thuexe-contact .contact-summary {
  border: 1px solid #ddd;
  border-top: none;
  padding: 14px 12px;
  text-align: center;
  font-size: 15px;
  color: #333;
}

/* Nút tư vấn */
.box-thuexe-contact .button-orange {
  background-color: #f26122;
  color: white !important;
  text-align: center;
  display: block;
  margin-top: 20px;
  padding: 0px 0;
  width:100%;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.box-thuexe-contact .button-orange:hover {
  background-color: #db5316;
}

h1.place-title {
    margin-bottom: 0px;
}

.place-details {
    margin-bottom: 20px;
} 
 .thuexeoto_section { 
  padding: 0px  0px 20px;
}

.thuexeoto_container {
  display: flex; 
  gap: 30px;
  margin: 0 auto;
}

.thuexeoto_card {
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}

.thuexeoto_inner {
  position: relative;
  background-color: #1a7bc6;
  color: white;
  height: 450px;
  padding-bottom: 80px;
  clip-path: polygon(100% 6.4%, 100% 6.4%, 99.906% 5.362%, 99.634% 4.377%, 99.199% 3.459%, 98.616% 2.62%, 97.899% 1.875%, 97.062% 1.235%, 96.122% 0.714%, 95.093% 0.326%, 93.989% 0.084%, 92.825% 0%, 7.175% 0%, 6.011% 0.084%, 4.907% 0.326%, 3.878% 0.714%, 2.937% 1.235%, 2.101% 1.875%, 1.384% 2.62%, 0.801% 3.459%, 0.366% 4.377%, 0.094% 5.362%, 0% 6.4%, 0% 93.6%, 0.094% 94.638%, 0.366% 95.623%, 0.801% 96.541%, 1.384% 97.38%, 2.101% 98.125%, 2.937% 98.765%, 3.878% 99.286%, 4.907% 99.674%, 6.011% 99.916%, 7.175% 100%, 50.516% 100%, 51.071% 99.981%, 51.619% 99.924%, 52.159% 99.83%, 52.687% 99.7%, 53.202% 99.534%, 53.702% 99.334%, 54.183% 99.101%, 54.645% 98.834%, 55.084% 98.535%, 55.498% 98.205%, 65.5% 89.595%, 65.915% 89.265%, 66.354% 88.966%, 66.815% 88.699%, 67.297% 88.466%, 67.796% 88.266%, 68.311% 88.1%, 68.84% 87.97%, 69.379% 87.876%, 69.928% 87.819%, 70.483% 87.8%, 92.825% 87.8%, 93.989% 87.716%, 95.093% 87.474%, 96.122% 87.086%, 97.062% 86.565%, 97.899% 85.925%, 98.616% 85.18%, 99.199% 84.341%, 99.634% 83.423%, 99.906% 82.438%, 100% 81.4%, 100% 6.4%);
  overflow: visible; /* QUAN TRỌNG để button không bị che */
  z-index: 1;
}

.thuexeoto_image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.thuexeoto_content {
  padding: 10px;
  position: relative;
  z-index: 2;
}

.thuexeoto_title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.tour-slider-wrapper {
  min-height: 280px; /* hoặc chiều cao ảnh bạn dùng */
  overflow: hidden;
}
.thuexeoto_desc p {
  font-size: 16px;
  margin-top: 8px;
  color: #f0f0f0;
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* Số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thuexeoto_button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0px;
    background: #07F668;
    color: #000;
    border: none;
    padding: 6px 16px;
    border-radius: 9999px;
    font-weight: 800;
    font-size: 12px;
    z-index: 99;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25); */
    transition: all 0.3s;
}
section.thuexeoto_section.container h2 {
    margin: 40px 0px;
}
.thuexeoto_button:hover {
  background-color: #07F668;
  color: #000;
   transform: scale(1.1);
}
.dat_xe_thue {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dat_xe_thue input,
.dat_xe_thue textarea {
  flex: 1 1 calc(50% - 12px);
  box-sizing: border-box;
}

/* Cho textarea chiếm toàn bộ chiều ngang nếu muốn */
.dat_xe_thue textarea {
  flex: 1 1 100%;
}
.dat_xe_thue .swal2-textarea {
    height: 6.75em;
    padding: .75em;
    padding: 10px;
    margin: 10px;
    border-radius: 10px; 
}
ul.header-nav.header-nav-main.nav.nav-right.nav-size-medium.nav-spacing-large * {
    color: #067ca8 !important;
    text-transform: uppercase;
    font-size: 14px;
}
span.phone-icon i {
    font-size: 20px !important;
}
 .form-consult-box {
  background: #fff;
  border-radius: 10px; 
    padding: 25px 20px;
    box-shadow: 0 2px 8px rgb(173 173 173 / 49%); 
  font-family: inherit;
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color:#c61e25;
  margin-bottom: 25px;
  text-transform: uppercase;
}

 
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  color: #333;
}

.form-group label span {
  color: red;
}

.form-group input {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease;
}

.form-group input:focus {
  border-color:#c61e25;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  background-color:#c61e25;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #094c40;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit {
    margin-bottom: 0px;
    background: #c61e24;
    border-radius: 10px;
}
.post-meta-custom {
    padding: 10px 10px;
    background: #eeeeee;
    border-radius: 10px;
    margin-bottom: 20px;
}
.title_singlepage img {
    margin: 10px 0px;
}
.related-post-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.container.baivietlienquan h2 {
    font-size: 22px;
}
.related-post-content h3{ 
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;    
}
  .related-post-content p{ 
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:13px;
  text-overflow: ellipsis;}
a.related-readmore {
    float: right;
    border: 1px solid;
    padding: 0 10px;
    border-radius: 10px;
} 
.related-post-content { 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 3px 5px;
    border-radius: 10px; 
}
.related-post-image img {
    margin-bottom: 0px;
}
.col.large-4.baivietchuyemuc h2 {
    font-size: 20px;
}
a.btn-circle.btn-call:hover {
    color: white;
}
.baiviet_op {
    position: sticky;
    top: 0;
}
.pagination {
    text-align: center;
    font-size: 18px;
} 
.noidung_tour {
    text-align: justify;
}
.hotel-card {
  max-width: 360px;
  width: 100%; 
}
section.search-hotel-section h1 {
    color: white;
}
.overlay_bg {
    background: #00000054;
    padding: 40px 20px;
}
.search-hotel-section { 
  background-size: cover; 
  text-align: center;
  font-family: Arial, sans-serif;
}
.top-row   {
    color: white;
}
.top-row a  {
    color: #f7550a;
}
.search-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.search-field {
    position: relative;
  display: inline-block; /* hoặc block nếu cần chiếm toàn dòng */
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: left;
}

.search-field label {
  margin-bottom: 6px;
  font-weight: bold;
  color: #333;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  top: 35%;
  left: 12px;
  transform: translateY(-50%);
  color:#fa5e1f;
}

.input-icon input {
  width: 100%;
  padding: 10px 12px 10px 36px !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background: #f8f9fa;
  color: #333;
}

.search-button {
  flex: 0 0 auto;
}

.search-button button {
    background: #f95e1e;
    border: none;
    border-radius: 10px;
    /* padding: 12px 20px; */
    /* font-size: 18px; */
    color: white;
    cursor: pointer;
    margin-top: 23px;
}

    .hotel-card-advanced {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin: 20px 0;
  font-family: 'Arial', sans-serif;
}
section.search-hotel-section h1 {
    color: white;
    font-size: 37px;
    margin: 40px 0px;
}
.hotel-img {
  flex: 1 1 30%;
  position: relative;
}
.hotel-img img {
  width: 100%;
  height: 228px;
  object-fit: cover;
}
.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  background: #ccc;
}
.carousel-dots .dot.active {
  background: #007bff;
}

.hotel-info {
  flex: 1 1 45%;
  padding: 20px;
}

.hotel-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hotel-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.hotel-rating-right {
  text-align: right;
  width:200px;
}
.hotel-rating-right .score {
  color: #fa5e1f;
  font-weight: bold;
}
.hotel-rating-right .votes {
  font-size: 14px;
  color: #666;
}
.impression {
  font-size: 14px;
  color: #999;
}

.hotel-labels {
  margin: 10px 0;
}
.hotel-labels .label {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 6px;
  border-radius: 6px;
  font-size: 14px;
}
.label.blue { background: #d0e7ff; color: #007bff; }
.label.yellow { background: #fff5cc; color: #e6a800; }
.label.green { background: #e6f9e6; color: #2da87b; }

.hotel-location {
  margin: 10px 0;
  font-size: 14px;
  color: #555;
}

.hotel-tags span {
  background: #eee;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  margin: 4px 4px 4px 0;
  font-size: 13px;
}

.hotel-review {
  margin-top: 12px;
}
.hotel-review strong {
  display: block;
  font-weight: bold;
}
.hotel-review p {
  font-size: 14px;
  color: #555;
  margin: 4px 0;
}

.hotel-price-section {
  flex: 1 1 15%;
  border-left: 1px solid #eee;
  padding: 20px;
  text-align: right;
}
.hotel-price-section .price-text {
  color: #999;
  font-size: 13px;
}
.hotel-price-section .hotel-price {
  font-size: 22px;
  font-weight: bold;
  color: #f95e1e;
  margin: 10px 0;
}
.btn-check a {
  background: #009aff;
  color: white;
  padding: 10px 18px;
  border-radius: 32px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
/* --- popup style --- */
.guest-popup {
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 999;
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  display: none;
}

.guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  margin-bottom:0px; 
}

.guest-row span {
  font-weight: 500;
  color: #222;
  display: flex;
  align-items: center;
  gap: 6px;
}

.counter {
  display: flex;
  align-items: center;
  gap: 6px;
}

.counter button {
  width: 32px;
  height: 32px;
  background: #f3f4f6;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  padding:0px;
}
.counter input {
    width: 40px;
    height: 46px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    background: #f8f9fa;
    font-size: 14px;
    margin-top: -3px;
    margin-left: -15px;
}
.popup-footer {
  text-align: right;
  margin-top: 10px;
}

.popup-footer button {
  background: transparent;
  border: none;
  color: #007bff;
  font-weight: bold;
  cursor: pointer;
}
.thuexeoto_pagination {
    margin: 30px auto;
    text-align: center;
    gap: 10px;
    font-size: 17px;
}
 .noidung_tour ul li {
    margin-left: 20px;
    line-height: 25px;
}
 .tourdulich_wrapper { 
  border-radius: 16px;
  overflow: hidden;
  max-width: 1200px;
  margin: 30px auto; 
}

.tourdulich_gallery {
  display: flex;
  gap: 10px;
  max-height:450px;
}

.tourdulich_main {
  flex: 2;
  min-width: 60%;
  height: auto;
    max-height:450px;
}

.tourdulich_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tourdulich_thumbs {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
}

.tourdulich_thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.tourdulich_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tourdulich_overlay {
  background: rgba(55, 65, 81, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.tourdulich_info {
  padding: 5px;
}

.tourdulich_title {
  font-size: 20px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 10px;
}

.tourdulich_price {
  font-size: 16px;
  color: #6b7280;
}

.tourdulich_price strong {
  color: #f97316;
  font-size: 22px;
  margin-left: 6px;
}

.tourdulich_unit {
  font-size: 13px;
  margin-left: 4px;
}

.tourdulich_overlay {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.tourdulich_overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tourdulich_overlay_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(55, 65, 81, 0.8); /* màu xám tối */
  color: white;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
}

.tourdulich_overlay_content i {
  margin-right: 8px;
}
.tourdulich_hidden {
  display: none;
} 
.trangtour-bg { 
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; 
  -webkit-filter: brightness(0.5) blur(12px);
  filter: brightness(0.5) blur(12px);
}

.tourdulich_wrapper {
  position: relative;
  z-index: 2;
}
.lichtrinh_section {
  padding: 50px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  margin-top:100px;
}

.lichtrinh_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #f7550a;
    margin:20px 0px;
}

.lichtrinh_sub {
  color: #4b5563;
  margin-bottom: 30px;
  font-size: 16px;
}

.lichtrinh_timeline {
  position: relative;
  border-left: 2px solid #1a7bc6;
  padding-left: 30px;
  margin-left: 20px;
}

.lichtrinh_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.lichtrinh_icon {
    background: #1a7bc6;
    color: #ffffff;
    border-radius: 50%;
    padding: 12px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -47px;
    top: 0;
}

.lichtrinh_content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.lichtrinh_content p {
  margin: 0;
  font-size: 15px;
  color: #374151;
} 

.tour-bg-wrapper {
  position: relative;
  z-index: 0;
      height: 450px;
}

.tour-bg-wrapper::before {
  content: "";
  position: absolute;
  inset: 0; 
  -webkit-filter: brightness(0.5) blur(12px);
  filter: brightness(0.5) blur(12px);
  z-index: -1;
}
 .tourdulich_main img {
    border-radius: 0px 10px 10px 10px;
}

.tourdulich_info_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Cho responsive mobile */
  gap: 12px;
}

.tourdulich_title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  flex: 1;
}

.tourdulich_price {
    white-space: nowrap;
    font-size: 16px;
    color: #111;
    /* background: red; */
    padding: 20px 30px;
    background-image: -webkit-linear-gradient(260deg, rgba(151, 211, 250, 0.50) -2.83%, #FFF 64.3%);
    background-image: -moz-linear-gradient(260deg, rgba(151, 211, 250, 0.50) -2.83%, #FFF 64.3%);
    background-image: linear-gradient(260deg, rgb(247 85 10 / 30%) -2.83%, #FFF 64.3%);
    border-radius: 10px;
}  white-space: nowrap;
  font-size: 16px;
  color: #111;
}

.tourdulich_price strong {
  color: #f97316;
  font-size: 22px;
  margin-left: 6px;
}

.tourdulich_unit {
  font-size: 14px;
  color: #6b7280;
  margin-left: 4px;
}
.tour-tab-wrapper {
  border-bottom: 1px solid #d1d5db;
  margin-bottom: 10px;
  overflow-x: auto;
}

.tour-tab-nav {
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.tour-tab-nav li {
  cursor: pointer;
  position: relative;
  padding: 12px 0;
  transition: color 0.2s ease;
  margin-bottom: 0px;
      overflow: hidden;
}

.tour-tab-nav li:hover {
  color: #f97443;
}

.tour-tab-nav li.active {
  font-weight: 600;
  color: #1f2937;
}

.tour-tab-nav li.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background-color: #f97443; /* Màu hồng đậm */
  border-radius: 2px;
}
.single_tour_card {
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  max-width: 360px;
  font-family: Arial, sans-serif;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  position: sticky;
    top: 55px;
} 
.single_tour_card_image img {
  width: 100%;
  display: block;
}

.single_tour_card_content {
  padding: 16px;
}

.single_tour_card_title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #222;
  line-height: 1.4;
}

.single_tour_card_info {
  color: #555;
  font-size: 15px;
  margin-bottom: 6px;
}

.single_tour_card_info i {
  margin-right: 6px;
  color: #888;
}

.single_tour_card_price_label {
  margin-top: 10px;
  font-size: 15px;
  color: #444;
}

.single_tour_card_price {
  margin: 4px 0 12px;
}

.single_tour_card_price_sale {
  font-size: 22px;
  font-weight: bold;
  color: #f44336;
  display: block;
}

.single_tour_card_price_old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.single_tour_card_button {
    width: 100%;
    background: #f7550a;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.single_tour_card_button small {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 4px;
} 
.d-none{
    display:none;
}
.lichtrinh_content {
    text-align: justify;
}
    .service-gallery {
  margin-bottom: 20px;
}

.service-gallery .main-image img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 12px;
}
.slider-for img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
} 
.gallery-thumbs .thumb img {
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

.gallery-thumbs .thumb.active img,
.gallery-thumbs .thumb:hover img {
  opacity: 1;
  border: 2px solid #00796b;
}
/* ========== FIX: Slick Slider for Dịch Vụ ========== */

.service-slider-wrapper {
  margin-bottom: 0;
  position: relative;
}

.slider-for,
.slider-nav {
  overflow: hidden;
}

/* Ảnh chính */
.slider-for .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slider-for img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  object-fit: cover;
}

/* Thumbnail */
.slider-nav {
  margin-top: 10px;
}
.slider-nav .slick-slide {
  padding: 0 5px;
}
.slider-nav img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  display: block;
}
.slider-nav .slick-current img,
.slider-nav .slick-slide:hover img {
  border-color: #00796b;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
/* Loại bỏ padding/margin thừa từ Slick / Flatsome */
.service-slider-wrapper .slick-track,
.service-slider-wrapper .slick-list {
  height: auto !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
}

.slider-for .slick-slide {
  height: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slider-for {
  margin-bottom: 0 !important;
}

.slider-nav {
  margin-top: 10px !important;
}

/* Loại bỏ margin từ cột Flatsome nếu có */
.section-service-top .col {
  margin-bottom: 0 !important;
}
.section-service-top .row {
  margin-bottom: 0 !important;
}
.slider-for .slick-track {
  display: flex !important;
  align-items: stretch;
  height: auto !important;
}
.form-consult-box {
  background: #fff;
  border-radius: 10px; 
    padding: 25px 20px;
    box-shadow: 0 2px 8px rgb(173 173 173 / 49%); 
  font-family: inherit;
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color:#c61e25;
  margin-bottom: 25px;
  text-transform: uppercase;
}

 
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
  color: #333;
}

.form-group label span {
  color: red;
}

.form-group input {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease;
}

.form-group input:focus {
  border-color:#c61e25;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  background-color:#c61e25;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #094c40;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit {
    margin-bottom: 0px;
    background: #c61e24;
    border-radius: 10px;
}
.breadcrumb_bsa.col {
    margin-top: 20px;
    padding-bottom: 0px;
}
h1.service-title.col {
    color: #000000;
    font-size: 35px;
}
.list_chatluong {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
      margin-top: 30px;
}

.item_chatluong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #0b5f51;
  font-size: 18px;
  position: relative;
}

.item_chatluong:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #ccc;
  margin-left: 20px;
}

.item_chatluong img.icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: inline-block;
}
.Nnoidun_chitiet {
    margin-top: 30px;
}
.section-heading-tt {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #145952;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

/* Gạch dưới có đoạn màu và đoạn nhạt */
.section-heading-tt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #145952 120px, #eee 0%);
}
.Nnoidun_chitiet p {
    text-align: justify;
}
.service-info-box {
  position: sticky;
  top: 100px; /* khoảng cách từ top khi dính */
}

.related-service-section {
  margin: 60px 0px;
  position: relative;
}

.related-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.related-service-slider {
  display: flex;
}

.related-service-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
  padding-bottom: 10px;
}

.related-service-item .thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.related-service-item .info {
  padding: 10px 15px;
}

.related-service-item .info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.related-service-item .info p {
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}

.slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 12px;
}

.slider-controls button {
  background: #f9f9f9;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.related-service-slider {
  margin: 0 -10px; /* chống chồng nhau */
}

.related-service-item {
  width: 100%; 
  margin: 0 10px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}

.related-service-item .thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.related-service-item .info {
  padding: 15px;
}

.related-service-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}

.related-service-item p {
  font-size: 14px;
  color: #666;
}
.service-slider-wrapper button {
    display: none !important;
}
.pagination {
  margin-top: 20px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 5px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  margin:30px 0px;
}
.pagination .current {
  background-color: #00796b;
  color: white;
  font-weight: bold;
  border-color: #00796b;
}
.pagination a:hover {
  background-color: #eaeaea;
}
.popup-header_a {
    display: none;
}
button.mobile-filter-toggle {
    display: none;
}
.hotel-title {
  transition: all 0.3s ease;
  display: inline-block;
}
.tour-tab-wrapper {
    position: sticky;
    top: 0;
    background: white;
        z-index: 9;
}
.hotel-title:hover { 
  transform: scale(1.02); /* Phóng to nhẹ */
}