@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* start common */
*:not(i) {
    font-family: "Nunito", sans-serif !important;
    /* font-family: "Palanquin", sans-serif !important; */
}
body{
  font-size: 16px;
}
/* end common */
.gallery-img {
  transition: transform 0.4s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}


/* Logo mặc định */
.logo-header .logo-img {
    height: 80px; /* chiều cao mặc định */
    transition: height 0.3s ease; /* hiệu ứng mượt */
}

/* Khi scroll: thu nhỏ logo */
.fixed-logo .logo-img {
    height: 50px; /* chiều cao khi scroll */
    scale: 1.4;
}
#some-id{
  color: white !important;
}
.navbar-cus{
  background-color: white;
}
.navbar-cus .navbar-nav{
  background-color: white;
}
.navbar-cus a{
  font-weight: bold !important;
}
@media (max-width: 992px) {
    .navbar-collapse.collapse.in.navbar-cus {
        background: white !important;
    }
}
.logo-default {
    display: block;
}
.logo-scrolled {
    display: none;
}

/* Khi scroll: .fixed-logo trên .logo */
.logo.fixed-logo .logo-default {
    display: none;
}
.logo.fixed-logo .logo-scrolled {
    display: block;
}
.bg-main{
  background-color: #b13701 !important;
}
.text-main{
  color: #b13701;
}
.form-control:focus{
  border-color: #b13701;
}

/* testimonial */
.testimonials-section{
  background: url(../images/full-bg.png) no-repeat center;
  background-size: cover;
}
.testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: center;
  margin: 20px 0px;
  padding: 30px;
}

.testimonial-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-name {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.testimonial-rating {
  color: #f7b731; /* màu vàng sao */
  font-size: 20px;
}
.testimonials-section .section-subtitle{
  font-size: 17px;
  margin-bottom: 40px;
}
#why-choose-us{
  background: url(../images/full-bg.png) no-repeat center;
}
.reservations-main{
  background-size: cover;
  position: relative;

}
.reservations-main::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7); /* 0.3 = 30% mờ */
}
.footer-box-a h3,
.footer-box-b h3,
.footer-box-c h3,
.footer-box-d h3{
  font-weight: bold;
  color: white !important;
}

/* start why choose */
.choose-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}

.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.choose-title{
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
}

.choose-icon{
  display: inline-block;
  padding: 15px;
}
/* end why choose */
/* start booking */
.note-booking p{
  font-size: 20px !important; 
  text-align: left;
  color: white;
}
/* end booking */
.swiper-pagination{
  transform: translateY(15px) !important;
}
.reservations-main .block-title{
  color: white !important;
}


/* start tour */
.place-card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: white;
}

.place-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.place-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.place-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.place-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.btn-main {
  background: #b13701;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 18px;
  transition: background 0.3s ease;
  text-decoration: none;
  font-size: 18px;
}

.btn-main:hover {
  background: #8e2c02;
  color: #fff;
}
.content-place-card{
  padding: 30px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* blog */
.blog-section {
  background-color: #f8f9fa;
}
.blog-content{
  padding: 20px;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #b13701;
}

.section-subtitle {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

.blog-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-image {
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-title {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  line-height: 1.4;
}

.blog-title:hover {
  color: #0d6efd;
}

.blog-excerpt {
  font-size: 14px;
  line-height: 1.6;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
  
  .section-subtitle {
    font-size: 16px;
  }
  
  .blog-title {
    font-size: 18px;
  }
  
  .blog-excerpt {
    font-size: 13px;
  }
}
.btn-send-form{
  color:white !important;box-shadow: 0px 0px 10px 0px white;border:2px solid white; font-weight: bold;
}
#tour-select{
  font-size: 17px !important;
  color: gray !important;
  height: 50px;
  font-weight: bold;
  color: red !important;
}
#tour-select option{
  color: #212529 !important;
}

/* contact */
/* ===== CONTACT SECTION ===== */
.contact-section {
  background-color: #f9f9f9;
}

.contact-info {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  font-size: 19px;
}

.contact-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.contact-info h4 {
  font-size: 22px;
  font-weight: 700;
  color: #b13701;
  border-left: 4px solid #b13701;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.contact-info p {
  color: #555;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.contact-info p i {
  color: #b13701;
  margin-right: 8px;
  font-size: 20px;
}

.contact-info ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.contact-info ul li {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.social-links a {
  display: inline-block;
  color: #b13701;
  transition: 0.3s;
}

.social-links a:hover {
  color: #f39c12;
  transform: scale(1.2);
}
.social-links {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.social-links a {
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #b13701;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.social-links a:hover {
  background: #b13701;
  color: #fff;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* MAP */
.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.contact-section .row-contact {
  display: flex;           /* Bật flex cho row */
  align-items: stretch;    /* Kéo các col bằng chiều cao */
}

.contact-section .row-contact .col-lg-6 {
  display: flex;           /* Bắt col kéo theo chiều cao */
}

.contact-info,
.map-container {
  flex: 1;                 /* Hai box con chiếm đều nhau */
}
.map-container iframe {
  width: 100%;
  height: 100%;            /* Iframe full theo chiều cao cha */
  display: block;
}

/* cus  */
.pad-top-50{
  padding-top: 50px !important;
} 
.pad-bottom-50{
  padding-bottom : 50px !important;
}

/* post */
/* === Single Post Page === */
.single-post-page {
    background-color: #f8f9fa;
    padding-top: 50px;
    padding-bottom: 100px;
}
.single-post-page .wp-post-image{
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
/* --- Tiêu đề bài viết --- */
.single-post-page .section-title {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #212529;
}

.single-post-page .section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #007bff;
    border-radius: 3px;
}

/* --- Meta bài viết --- */
.single-post-page .post-meta {
    color: #6c757d;
    margin-bottom: 25px;
}

.single-post-page .post-meta i {
    margin-right: 5px;
}

/* --- Ảnh đại diện --- */
.single-post-page .post-thumbnail img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

/* --- Nội dung bài viết --- */
.single-post-page .post-content {
    background-color: #fff;
    border-radius: 8px;
    line-height: 1.8;
    color: #343a40;
    padding-top: 20px;
}

.single-post-page .post-content p {
    margin-bottom: 1.2rem;
}

/* --- Bài trước / Bài tiếp --- */
.post-navigation {
    margin-top: 40px;
}

.post-navigation .btn-cta a {
    display: inline-block;
    padding: 7px 15px;
    background-color: #b13701;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-navigation .btn-cta a:hover {
    background-color: #b13701;
}

/* === Sidebar === */
.sidebar-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.sidebar-box h5 {
    font-weight: 600;
    border-bottom: 4px solid #b13701;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
}

.sidebar-box ul li a {
    color: #343a40;
    transition: 0.3s;
}

.sidebar-box ul li a:hover {
    color: #007bff;
}

.sidebar-box .d-flex {
    gap: 10px;
    transition: 0.3s;
    padding: 5px;
}

.sidebar-box .d-flex:hover {
    background-color: #f1f3f5;
    border-radius: 6px;
}

.sidebar-box img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

/* === Responsive === */
@media (max-width: 992px) {
    .post-navigation {
        flex-direction: column;
        gap: 10px;
    }
    .post-navigation .next-post {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .single-post-page .col-lg-8,
    .single-post-page .col-lg-4 {
        margin-bottom: 30px;
    }
}
.content-single-blog-cus{
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}
/* tour */
/* ====== Layout chính ====== */
.single-tour-page {
  background-color: #f8f9fa;
  padding: 60px 0;
  font-family: "Roboto", sans-serif;
}

.single-tour-page .container {
  max-width: 1200px;
}

/* ====== Cột nội dung chính ====== */
.single-tour-page{
  font-size: 18px;
}

/* Tiêu đề */
.single-tour-page h1 {
  font-weight: 700;
  color: #212529;
  border-left: 4px solid #e8ae50;
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0px 10px;
}

/* Ảnh đại diện */
.single-tour-page .wp-post-image,
.single-tour-page img {
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  margin-top: 30px;
}
.wp-post-image{
  width: 100%;           /* ảnh full chiều ngang cột */
}
.single-tour-page img:hover {
  transform: scale(1.02);
}

/* Mô tả ngắn */
.single-tour-page p.lead {
  color: #555;
  margin-bottom: 25px;
}

/* Nội dung chi tiết */
.single-tour-page .tour-content {
  color: #444;
  margin-bottom: 30px;
}

.single-tour-page .tour-content p {
  margin-bottom: 15px;
}

/* Giá tour */
.single-tour-page .tour-price {
  color: #e63946;
  font-weight: 600;
  background: #fff3f3;
  padding: 12px 15px;
  border-left: 4px solid #e63946;
  border-radius: 6px;
  margin-bottom: 30px;
}

/* Lưu ý */
.single-tour-page .tour-note {
  color: #333;
  border-left: 4px solid #0d6efd;
  background: #f1f7ff;
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 30px;
}

/* Nút booking */
.single-tour-page .btn-primary {
  background: #e8ae50;
  border: none;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.single-tour-page .btn-primary:hover {
  background: #d49735;
  transform: translateY(-2px);
}

/* ====== Tour liên quan ====== */
.related-tours {
  margin-top: 60px;
}

.related-tours h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 20px;
  position: relative;
  font-size: 25px;
}

.related-tours h4::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #e8ae50;
  display: block;
  margin-top: 5px;
  border-radius: 2px;
}

/* Card tour */
.related-tours .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  background-color: white;
}

.related-tours .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.related-tours .card-img-top {
  width: 100%;         /* ảnh card full */
  height: 200px;       /* cố định chiều cao */
  object-fit: cover;
  display: block;
  margin-top: 0px !important;
}

.related-tours .card-body {
  padding: 15px;
}

.related-tours .card-title a {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
  font-size: 19px !important;
  padding-top: 10px;
}

.related-tours .card-title a:hover {
  color: #e8ae50;
}
/* panagation */
/* Pagination Wrapper */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

/* Pagination links */
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover + focus */
.pagination a:hover {
  background-color: #f8f9fa;
  border-color: #bbb;
  color: #000;
}

/* Active page */
.pagination .current {
  background-color: #ffc107;   /* màu vàng nổi bật */
  border-color: #ffc107;
  color: #fff;
  font-weight: bold;
}

/* Disabled prev/next */
.pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Prev / Next special styling */
.pagination .prev,
.pagination .next {
  font-weight: 600;
}

.note-text{
  color: white;
  font-size: 18px;
}
.wpcf7-form .form-control{
  height: 45px !important;
}
.wpcf7-form .form-control::placeholder{
  font-size: 18px;
}
.swal2-popup{
  font-size: 18px !important;
}
.pdfjs-fullscreen a{
  background-color: #2a4e24;
  color: white;
  padding: 5px 10px;
}
/* menu mobile  */
.navbar-btn{
  display: none;
  background-color: #b13701;
  color: white;
  border-color: #671f00;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px){
  .navbar-header{
    position: relative;
  }
  .navbar-btn{
    display: block;
    position: absolute;
    right: 70px;
    top: 20px;
  }
  .navbar-btn-scroll{
      top: 5px;  
  }
}
/* Bỏ khoảng trống xung quanh GTranslate */
.gtranslate_wrapper,
#gtranslate_wrapper,
#google_translate_element {
    margin: 0 !important;
    padding: 0 !important;
}

/* Nếu iframe hoặc select còn dư khoảng trắng */
.gtranslate_wrapper select,
.gtranslate_wrapper iframe {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle; /* căn giữa nếu cần */
}
/* Ẩn margin/padding wrapper */
.goog-te-gadget {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

/* Ẩn khoảng trắng bên trong iframe */
.goog-te-gadget select {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.mbpt{
  padding-top: 50px;
}
@media (max-width: 768px){
  .mbpt{
  padding-top: 50px;
}
}


/* cus logo  */
.cus-nav-mobile{
  display: none !important;
}
@media screen and (max-width: 991px) {
  .cus-nav-desktop{
    display: none !important;
  }
  .cus-nav-mobile{
    display: block !important;
  }
}

.btn-booking-head-cus{
  background-color: #b13701 !important;
  color: white !important;
  padding: 7px 14px;
  border-radius: 5px;
}
.gg-translate-cus{
  transform: translateY(23px) !important;
}
.blog-excerpt{
  height: 50px;
  overflow: hidden;
}



.su-row .su-column img{
  object-fit: cover;
  height: 250px !important;
}