.tourqndt-hero-section {
      
      background-size: cover !important;
       height: 525px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
    }
/* Ban đầu, đặt vị trí cụm nội dung xuống dưới và ẩn nó */
.tourqndt-hero-content {
    opacity: 0;
    transform: translateY(50px); /* Dịch cụm nội dung xuống 50px */
    transition: transform 0.6s ease-out, opacity 0.6s ease-out; /* Hiệu ứng chuyển đổi */
}

/* Khi thêm class "active", cụm nội dung sẽ đẩy lên */
.tourqndt-hero-content.active {
    opacity: 1;
    transform: translateY(0); /* Đưa cụm nội dung về vị trí gốc */
}
    .tourqndt-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 525px;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .tourqndt-overlay-details{
        position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 568px;
      background-color: rgba(0, 0, 0, 0.5);
    }
 
    .tourqndt-hero-content {
      position: relative;
      text-align: center;
      z-index: 1;
    }

    .tourqndt-hero-content h1  {
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .tourqndt-hero-content h1 > span{
      font-size: 60px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .tourqndt-search-bar {
      display: inline-block;
      background-color: white;
      border-radius: 30px;
      padding: 10px 20px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .tourqndt-search-bar input[type="text"] {
      border: none;
      padding: 10px;
      border-radius: 30px;
      outline: none;
      width: 300px;
      font-size: 17px;
    }

    .tourqndt-search-bar button {
      background-color: white;
      border: none; 
      padding: 0px 20px;
      color:#b42e60;
      cursor: pointer;
    }
    .tourqndt-search-bar button i{
         transform: rotate(45deg);
      font-size: 2rem;}
.tourqndt-search-bar {
  transition: all 0.3s ease; /* Tạo hiệu ứng mượt */
}

.tourqndt-search-bar:hover {
  padding: 10px 30px; /* Tăng kích thước khi hover */
}

.tourqndt-search-bar input[type="text"] {
  transition: width 0.3s ease; /* Hiệu ứng khi mở rộng */
}

.tourqndt-search-bar:hover input[type="text"] {
  width: 500px; /* Kích thước mới khi hover */
}
 /* section 2 */
 .tourqndt-intro-section {
  padding: 50px 0;
  background-color: #fff;
}

.tourqndt-section-subtitle {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.tourqndt-section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.tourqndt-section-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.tourqndt-benefits-list {
  list-style: none;
  padding: 0;
}

.tourqndt-benefits-list li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.tourqndt-benefits-list li::before {
  content: '✔'; /* Icon checkmark */
  color: #5bc0de;
  position: absolute;
  left: 0;
  top: 0;
}

.tourqndt-main-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px; 
}

.tourqndt-gallery {
    margin-top: -200px;
    position: absolute;
    max-width: 900px;
}

.tourqndt-gallery .row {
  display: flex;  
    z-index: 99999;
}

.tourqndt-gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px; 
      cursor: pointer;
}
.tourqndt-card  img {
      cursor: pointer;}
.tourqndt-gallery .col-md-3 {
  overflow: hidden; /* Đảm bảo ảnh không tràn ra ngoài khung */
  border-radius: 10px; 
}

.tourqndt-gallery img {
  transition: transform 0.3s ease; /* Hiệu ứng mượt khi zoom */
  width: 100%;
      cursor: pointer; 
      height: 180px;
    object-fit: cover;
}

.tourqndt-gallery .col-md-3:hover img {
  transform: scale(1.1); /* Zoom 10% khi hover */
}
/* Đảm bảo rằng ảnh lớn không tràn ra ngoài khung */
.tourqndt-main-image-container {
  overflow: hidden;
  border-radius: 10px; 
}

.tourqndt-main-image {
  transition: transform 0.3s ease; /* Hiệu ứng mượt khi zoom */
  width: 100%;
  height: 600px;
    object-fit: cover;
}

.tourqndt-main-image-container:hover .tourqndt-main-image {
  transform: scale(1.1); /* Zoom 10% khi hover */
    cursor: pointer;
}
/* dau an */
.tourqndt-family-trip {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.tourqndt-section-title-card {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.tourqndt-section-description-card {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}
.tourqndt-card-container {
  padding: 20px;
  background-color: #f9f9f9;
}

.tourqndt-card {    
  margin-bottom:20px;
}

.tourqndt-card-image {
  height: 350px;
  width: 100%;
  object-fit: cover; 
   
}
.tourqndt-card-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; /* Hiệu ứng mượt khi zoom */
}
.anh{
    overflow: hidden;
}
.no-gutters {
  overflow: hidden; /* Ẩn phần tràn của ảnh */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px; /* Làm tròn các góc nếu cần */
}

.no-gutters:hover .tourqndt-card-image {
  transform: scale(1.1); /* Zoom ảnh khi hover */
}
.no-gutters { 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}
.mt20px{
      margin-bottom:20px;
}
.tourqndt-card-body {
  
  padding: 10px 10px; 
  flex-direction: column;
  justify-content: center;
  height: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tourqndt-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.tourqndt-price { 
    color: #b42e60;
    font-weight: bold;
    margin-bottom: 15px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0px;
}
.balatim{
    background: #b42e60;
}
.tourqndt-card-body.sel_bx * {
    color: white;
}
.tourqndt-card-body.sel_bx .tourqndt-button {
    background-color: #7eb042;
}
 .tourqndt-card .balatim * , .tourqndt-card .xanhbala *{
    color: white;
}
.tourqndt-card .balatim  .tourqndt-button , .tourqndt-card .xanhbala  .tourqndt-button {
      background-color: #7eb042;
}
.xanhbala{
     background:#3d65b0;
}
.tourqndt-card-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.tourqndt-button {
  display: inline-block;
  background-color: #b42e60;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.tourqndt-button:hover {
  background-color: #e65c00;
}
/* popup */
/* Popup container */
.tourqndt-popup {
  display: none; /* Ẩn mặc định */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Nền tối với độ trong suốt */
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease; /* Thêm hiệu ứng mờ dần */
  opacity: 0;
}

.tourqndt-popup.show {
  display: flex; /* Hiển thị popup khi mở */
  opacity: 1; /* Đặt độ mờ thành 1 khi hiện popup */
}

.tourqndt-popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 500px;
  position: relative;
  transform: scale(0.5); /* Bắt đầu với kích thước nhỏ */
  transition: transform 0.3s ease; /* Hiệu ứng zoom */
}

.tourqndt-popup.show .tourqndt-popup-content {
  transform: scale(1); /* Khi popup hiện, phóng to kích thước */
}

.tourqndt-popup-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tourqndt-popup h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.tourqndt-popup p {
  font-size: 16px;
  color: #666;
}

.tourqndt-popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

.tourqndt-popup-close:hover {
  color: #b42e60;
}
.tourqndt-call-to-action {
 
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.tourqndt-call-to-action::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Lớp phủ tối để làm nổi bật nội dung */
  z-index: 1;
}

.tourqndt-cta-content {
  position: relative;
  z-index: 2;
  color: white;
}

.tourqndt-cta-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.tourqndt-cta-description {
  font-size: 18px;
  margin-bottom: 30px;
}

.tourqndt-cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #b42e60;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}

.tourqndt-cta-button:hover {
  background-color: #e65c00;
}
.tourqndt-search-results {
    margin-top: 20px;
    background: white;
    border-radius: 20px; 
}
.tourqndt-search-results {
  transform: scale(0); /* Bắt đầu với kích thước nhỏ (ẩn) */
  opacity: 0; /* Ẩn đi bằng cách sử dụng độ trong suốt */
  transition: transform 0.4s ease, opacity 0.4s ease; /* Tạo hiệu ứng mượt khi zoom */
}

.tourqndt-search-results.show {
  transform: scale(1); /* Zoom tới kích thước bình thường */
  opacity: 1; /* Hiển thị kết quả */
}
.tourqndt-search-results ul li {
    list-style: none;
    text-align: left;
    padding: 10px 10px;
        color: black;
    font-size: 18px;
    
}
.tourqndt-search-results ul li a {
    font-size: 17px;
    color: #b42e60;
    text-decoration: none;
}
.tourqndt-search-results ul li i {
         transform: rotate(45deg);
     font-size: 17px;
    color: #b42e60;
    margin-right:10px;
}
.mobile{
    display:none;
}
@media (max-width: 768px) {
    .tourqndt-gallery .row {
    display: flex;
     z-index: 0; 
}
    .tourqndt-gallery img{
        width:95%;
    }
    .tourqndt-gallery .col-md-3 { 
    padding: 0px;
}
    .mobile{
    display:unset;
}
  .tourqndt-cta-title {
    font-size: 28px;
  }

  .tourqndt-cta-description {
    font-size: 16px;
            display: none;
  }

  .tourqndt-cta-button {
    padding: 12px 20px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
    .desktop{
        display:none;
    }
    
    .tourqndt-search-bar input[type="text"]{
        width:200px;
    }
    .tourqndt-search-bar:hover input[type="text"] {
  width: 290px; /* Kích thước mới khi hover */
}
.tourqndt-hero-section, .tourqndt-overlay { 
    height:350px;
}
    .slick-slide {
  margin: 0   0px; /* Khoảng cách giữa các slide */
  max-width: 410px !important;
}

.slick-dots {
  bottom: -30px; /* Khoảng cách vị trí của các dấu chấm điều hướng */
}

.slick-dots li button:before {
  font-size: 12px; /* Kích thước của dấu chấm */
  color: #007bff;  /* Màu sắc của dấu chấm */
}

.slick-dots li.slick-active button:before {
  color: #b42e60; /* Màu của dấu chấm khi đang hoạt động */
}
.tourqndt-gallery {
    margin-top: 20px;
    position: unset;
    max-width: 100%;
}
  .tourqndt-card {
    flex-direction: column;
  }
  .tourqndt-hero-content h1 span{
      display:block;
  }
   .tourqndt-hero-content h1  {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .tourqndt-hero-content h1 > span{
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .tourqndt-main-image{
        display:none;
    }
  .tourqndt-card-image {
    border-radius: 10px 10px 0 0; /* Làm tròn góc phía trên */
  }
  
  .tourqndt-card-body {
    text-align: center;
  }
  .tourqndt-card-image, .tourqndt-card-body {
    height: auto;}
p.tourqndt-price {
    text-align: left;
    margin-top: -31px;
    background: #b42e60;
    z-index: 999999;
    position: absolute;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}
h4.tourqndt-card-title {
    margin-top: 30px;
    text-align: left;
}
.tourqndt-card img {
    cursor: pointer;
    height: 300px;
    object-fit: cover;
}
.box{
    width:96% !important;
}
p.tourqndt-card-description, .tourqndt-button {
    display: none;
}
}
/* chi tiet tour */
.tourqndt-tour-details {
    position: relative;
   background-size: cover !important;
       height: 568px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
}
.tourqndt-container {
    display: flex;
    justify-content: space-between; /* Căn đều hai box */
    align-items: center; /* Căn giữa theo chiều dọc */
    min-height: 100%; /* Đảm bảo chiều cao của container bao quanh */
}

.tourqndt-info {
    flex: 1; /* Box bên trái chiếm không gian tương đối */
    padding-right: 20px;
}

.tourqndt-details {
    flex: 1; /* Box bên phải chiếm không gian tương đối */ 
}
.tourqndt-info h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tourqndt-author {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.tourqndt-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.tourqndt-details ul {
    list-style-type: none;
    padding: 0;
}

.tourqndt-details li {
    margin-bottom: 10px;
    font-size: 20px;
}

.tourqndt-details li i {
    margin-right: 8px;
    font-size:20px;
}

.highlight {
    color: #7eb042;
    border: 1px solid #ffffff;
    font-size: 20px;
    padding: 0 20px;
    border-radius: 20px;
}

.tourqndt-details {
    background-image: url('../img/border.png');/* Ví dụ màu nền */
    padding: 40px;
    border-radius: 10px;
        background-size: 100% 100%;

}
li.icon_tw {
    margin-left: 30px;
}
/* Trạng thái ban đầu khi chưa load trang */
.tourqndt-info, .tourqndt-details {
    opacity: 0; /* Ẩn thành phần */
    transform: translateY(50px); /* Dịch xuống 50px */
    transition: transform 0.8s ease-out, opacity 0.8s ease-out; /* Thêm hiệu ứng chuyển đổi */
}

/* Khi thêm class 'active', thành phần sẽ hiện ra và dịch chuyển lên */
.tourqndt-info.active, .tourqndt-details.active {
    opacity: 1 !important; /* Hiện thành phần */
    transform: translateY(0); /* Đưa về vị trí gốc */
}
.qntourchitiet-section {
    background-color: #fff; /* Màu nền */
}

.qntourchitiet-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.qntourchitiet-rating {
    font-size: 16px;
}

.qntourchitiet-rating .stars i {
    color: #ffc107; /* Màu vàng cho sao */
}

a.qntourchitiet-price-link {
    display: inline-block;
    margin-top: 17px;
     font-size:17px;
    color: #00a2ff;
    font-weight: bold;
   text-decoration-line: underline;;
}

.qntourchitiet-price-link:hover {
    text-decoration: underline;
}
.qntourchitiet-content p {
    font-size: 17px;
}
.qntourchitiet-rating.mb-2 * {
    font-size: 17px;
}
.qntourchitiet-image {
    border-radius:  0px;
}
.overlay_hinh {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
/* Modal cho qntourchitiet */
.qntourchitiet-modal .modal-header {
    background-color: #f5f5f5;
    border-radius:10px;
}

.qntourchitiet-modal .modal-title {
    font-weight: bold;
}

.qntourchitiet-modal .modal-body h6 {
    margin-top: 15px;
    font-weight: bold;
}

.qntourchitiet-modal .modal-body ul {
    padding-left: 20px;
}

.qntourchitiet-modal .modal-body ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.qntourchitiet-modal button.close > span {
    font-size: 20px;
}

.qntourchitiet-price-link {
    display: inline-block;
    margin-top: 15px;
    color: #00a2ff;
    font-weight: bold;
    text-decoration: none;
}

.qntourchitiet-price-link:hover {
    text-decoration: underline;
}
.qntourchitiet-modal .modal-dialog {
    max-width: 800px; /* Tăng độ rộng lên 800px */
}

.qntourchitiet-modal .modal-content {
    border-radius: 15px; /* Thêm border-radius cho popup */
}
.modal-body * {
    font-size: 17px;
}
.qntourchitietsilde-section {
    background-color: #fff;
}

.qntourchitietsilde-slider {
    margin: 0 auto;
    margin-top:70px;
}

.qntourchitietsilde-item {
    position: relative;
    text-align: center;
}

.qntourchitietsilde-image-container {
    position: relative;
    overflow: hidden;
}
 
.qntourchitietsilde-image-container img { 
    object-fit:cover;
    width: 100%;
    min-height:500px;
     transition: all 0.4s ease-in-out;
     transform: scale(0.8);
     cursor: pointer;
}

.qntourchitietsilde-overlay {
    position: absolute;
    bottom: 70px; /* Đặt văn bản nằm ở đáy hình ảnh */
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.0); /* Nền tối phía dưới văn bản */
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    width:80%;
    margin: 0 auto;
}

.qntourchitietsilde-overlay h5 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.slick-center .qntourchitietsilde-image-container img {
    transform: scale(1 ); /* Phóng to ảnh ở giữa */ 
    	transition: all 0.4s ease-in-out;
}
.slick-center .qntourchitietsilde-overlay {
     bottom: 20px;
}
.slick-center .qntourchitietsilde-image-container h5 {
     font-size: 18px;
}
/* popup ảnh */
.qntourchitiet-modal .modal-content {
    border-radius: 15px;
    max-width: 500px;
    margin: auto;
}

.qntourchitiet-modal .modal-header {
    border-bottom: none;
}

.qntourchitiet-modal .modal-title {
    font-weight: bold;
    font-size: 22px;
}

.qntourchitiet-modal .modal-body {
    text-align: center;
}
#qntourchitietModalSlider {
    display: none; /* Ẩn slider mặc định */
}

.qntourchitiet-modal .modal-body img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height:280px;
}

.qntourchitiet-modal .modal-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
/* trinh*/
.quytrinhqnt-section {
    background-color: #fff;
}

.quytrinhqnt-step {
    margin-bottom: 30px;
}

.quytrinhqnt-step-image {
    margin-bottom: 15px;
}

.quytrinhqnt-step-image img {
     cursor: pointer;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 0px solid #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.hang_diadanh{
    margin-top:50px;
}
h2.mb-4 {
    font-size: 33px;
    margin-top: 30px;
}
.quytrinhqnt-step-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.quytrinhqnt-step-dot .dot {
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
    position: relative;
}

.quytrinhqnt-step-dot .dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -176px;
    width: 176px;
    height: 1px;
    background-color: transparent;
    border-top: 1px dotted #ccc;
    transform: translateY(-50%);
}

.quytrinhqnt-step-dot .dot::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -100px;
    width: 100px;
    height: 1px;
   background-color: transparent;
    border-top: 1px dotted #ccc;
    transform: translateY(-50%);
}

.quytrinhqnt-step h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.quytrinhqnt-step p {
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .quytrinhqnt-step-image img {
        
        width: 120px;
        height: 120px;
    }

    .quytrinhqnt-step-dot .dot::before,
    .quytrinhqnt-step-dot .dot::after {
        width: 50px;
    }
}
/* tienich */
.qntourist-schedule {
    background-color: #fff;
}
.qntourist-schedule { 
    font-size: 17px;
}
.qntourist-schedule p{ 
    font-size: 17px;
}
.qntourist-schedule h2 {
    font-weight: bold;
    font-size: 32px;
    color: #333;
}

.qntourist-schedule h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.qntourist-schedule ul {
    list-style-type: none;
    padding-left: 0;
}

.qntourist-schedule ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #666;
}

.qntourist-schedule ul li::before {
    content: "•";
    color: #b42e60;
    font-weight: bold;
    display: inline-block;
    width: 20px;
}
.qntourist-consultant{background-color: #fff;}
.qntourist-consultant h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.qntourist-consultant p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    font-style: italic;
}

.qntourist-avatar {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}

.qntourist-consultant h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.qntourist-consultant p {
    font-size: 18px;
    color: #888;
}

.qntourist-consultant .btn {
    padding: 10px 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    border-color:#b42e60;
    color:#b42e60;
}
.qntourist-consultant .btn:hover {
    background:#b42e60;
    color:white;
}
.qntourist-consultant .btn i {
    margin-right: 8px;
    font-size: 20px;
}
.qntourist-tour-banner {
    /* Thay đường dẫn bằng URL hình ảnh của bạn */
    background-size: cover;
    background-position: center;
    color: white;
    
}

.qntourist-tour-content {
    background: rgba(0, 0, 0, 0.5); /* Độ trong suốt cho nền của nội dung */ 
    width:100%; 
    display: inline-block;
    padding:100px 0px ;
}
.boxtourcontent {
    max-width: 600px;
    margin: 0 auto;
}
.qntourist-tour-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.qntourist-tour-price {
    font-size: 36px;
    margin-bottom: 30px;
}

.qntourist-tour-btn {
        background-color: #b42e60;
    color: white;
    border:0px;
    width:300px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

.qntourist-tour-btn:hover {
    background-color: #d36e18;
    color: #fff;
}
/* end */
.qntourist_tienich_section {
    padding: 50px 0;
}

.qntourist_tienich_text-left,
.qntourist_tienich_text-right {
    padding: 20px;
}

.qntourist_tienich_text-left h4,
.qntourist_tienich_text-right h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.qntourist_tienich_text-left p,
.qntourist_tienich_text-right p {
    font-size: 16px;
    color: #666;
}

.qntourist_tienich_img-right,
.qntourist_tienich_img-left {
    position: relative;
    width: 100%; /* Điều chỉnh kích thước ảnh */
}

.qntourist_tienich_img-right img,
.qntourist_tienich_img-left img {
    border: 0px solid #ddd;
    padding: 10px;
    width: 100%;
}
.class_chan .qntourist_tienich_dot-top {
    position: absolute;
    top: -20px;
    right: 0%;
    left: unset;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translateX(-50%);
}
 
.class_chan .qntourist_tienich_dot-top::before {
    content: '';
    position: absolute;
    top: 50%;
     left: -289px;
    width: 309px; 
    height: 1px;
    background-color: transparent;
    border-top: 3px dotted #ccc;
    transform: translateY(-50%);}
.qntourist_tienich_dot-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 310px;
    height: 1px;
    background-color: transparent;
    border-top: 3px dotted #ccc;
    transform: translateY(-50%);
}
.class_chan .qntourist_tienich_dot-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0px;
    height: 1px;
    background-color: transparent;
    border-top: 3px dotted #ccc;
    transform: translateY(-50%);}

.qntourist_tienich_dot-top {
    position: absolute;
    top: -20px;
    left: 5%;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translateX(-50%);
}
.qntourist_tienich_dot-top::before {
    content: '';
    position: absolute;
    top: 50%;
    /*left: -176px;
    width: 176px;*/
    height: 1px;
    background-color: transparent;
    border-top: 3px dotted #ccc;
    transform: translateY(-50%);}
    .qntourist_tienich_dot-top::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 310px;
    height: 1px;
    background-color: transparent;
    border-top: 3px dotted #ccc;
    transform: translateY(-50%);}
.qntourist_tienich_row {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
}

/* Đường dot ngăn cách giữa hai cột */
.qntourist_tienich_row::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    border-left: 3px dotted #ccc;
    transform: translateX(-50%);
}
.col-md-6.mtp2.class_chan {
    margin-top: 100px;
}
.qntourist_tienich_text-left {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Căn giữa theo chiều dọc */
    text-align: center; /* Căn giữa theo chiều ngang */
    height: 100%; /* Đảm bảo chiều cao của ô text */
}
.col-md-6.mtp2.class_chan img {
   height:auto;
   width:100%;
   object-fit:cover;}
   .box_aanh {
    position: relative;
    overflow: hidden; /* Ẩn phần ảnh vượt ra ngoài khung */
}
.qntourist_tienich_section{
    background:#fff;
}
.box_aanh img {
    transition: transform 0.5s ease; /* Hiệu ứng chuyển động khi zoom */
}

.box_aanh:hover img {
      cursor: pointer;
    transform: scale(1.2); /* Zoom ảnh lên khi rê chuột */
}
.qntourist_tienich_row .col-md-6 {
    display: flex;
    justify-content: center;
}

.qntourist_tienich_img-right {
    position: relative;
}

.qntourist_tienich_text-left {
    padding: 0 10px;
}
ol.breadcrumb * {
    color: white;
}
.modal-body table{
    border: 1px solid #013c71;

}
.modal-body td, .modal-body th {
    padding: 10px;
    border: 1px solid #013c71;
}
.mtp2{
    margin-top:40px;
} 
.qntourist_tienich_dot-divider {
    width: 100%;
    height: 2px;
    background: none;
    border-top: 2px dotted #ccc;
    margin: 20px 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.qntourist_tienich_dot-divider::before {
    content: '';
    position: absolute;
    top: -10px;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
}
.bt_90{
    margin-bottom:20px;
}
@media (max-width: 768px) {
    .bt_90{
    margin-bottom: 0px;
}
.tourqndt-details { 
    padding: 10px;
    margin-top:30px;
}
.tourqndt-info h1 {
    font-size: 26px; 
}
li.icon_tw { 
    display: contents;
}
.qntourchitiet-title { 
    margin-top: 20px;
}
a.qntourchitiet-price-link {
    margin-bottom: 20px;
}
.qntourchitietsilde-image-container img{
    min-height:200px;
}
.slick-center .qntourchitietsilde-image-container h5 {
    font-size: 13px;
}
.qntourchitietsilde-overlay h5 {
    margin: 0;
    font-size: 8px;}
.qntourchitietsilde-overlay { 
    bottom: 30px;}
.qntourchitietsilde-slider { 
    margin-top: 10px;
} 
.pb-5, .py-5 {
    padding-bottom: 0rem !important;
}
.quytrinhqnt-step-dot {
    display: none;
}
.quytrinhqnt-step p { 
    padding: 10px;
}
.qntourist_tienich_row::before{
    display:none;
}  
.qntourist_tienich_dot-top {
    display: none;
}
 .qntourist_tienich_text-left {
    padding: 0 0px;
}  
.qntourist_tienich_img-right img, .qntourist_tienich_img-left img{
     padding: 0 0px;
}
 .qntourist_tienich_row{
     padding:0px;
 } 
 .mtp2 {
    margin-top:  0px;
    margin-bottom:20px;
}
.qntourist_tienich_text-left h4, .qntourist_tienich_text-right h4{
    text-align:left;
    font-size:18px;
}
.col-md-6.mtp2.class_chan {
     margin-top:  0px; 
}
.qntourist_tienich_text-left p, .qntourist_tienich_text-right p{
    text-align:left;
}
.qntourist_tienich_section {
    padding: 0px 0;
}
.diadanh_an { 
    border-top: 3px dotted #cfcfcf;
    border-bottom: 3px dotted #cfcfcf;
    padding: 30px 10px;
}
  .diadanh_an  .slick-dots {
        bottom: -39px;
    }
    .qntourist-schedule .diadanh_an ul.slick-dots li::before{
        display:none;
    }
 .diadanh_an .slick-slide {
        display: inline-block;
        width: 100%;
    }
    .diadanh_an .slick-prev:before, .diadanh_an .slick-next:before{
        color: #b42e60;
    }
    .diadanh_an .slick-prev, .diadanh_an .slick-next {
        top:unset;
        bottom:-40px;
    }
    .qntourist-consultant .btn{
        margin-bottom:30px;
    }

}
