.gallery-small-tr .gallery-item-tr:nth-child(n + 5) {
    display: none;
}
.fp-summary .price {
    font-size: 13px !important;
}
.row.grid-gallery>.gallery-item-tr img {
    height: 450px;
     width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.gallery-small-tr .gallery-item-tr img {
    height: 216px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.row.row-small.grid-gallery {
    max-width: 1260px;
    width: 100%; 
}
.content-single-tour-tr h1 {
    font-size: 30px;
    color: #b31f63;
    font-weight: 800; 
    width: 100%;
}
.single-tour{
  background-color: #fff;
  background-image: url(../imgs/bg-tour-single.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.single-tour #main, .single-tour #wrapper {
    background: transparent;
    width: 100%;
}
.content-single-tour-tr {
    padding-top: 10px;
    
}
.content-single-tour-tr #breadcrumbs {
    font-size: 14px !important;
}
.content-single-tour-tr #breadcrumbs a {
    color: #b31f63;
}
.timeline-tr {
    position: relative;
    margin: 0 auto;
    max-width: 820px;
    margin-bottom: 26px;
}

.timeline-item-tr {
    position: relative;
    padding: 12px 0 8px;
    padding-left: 36px;
}
.toggle-tr {
    position: absolute;
    left: 0;
    top: 11px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background-image: url(../imgs/bg-acc.svg);
    color: #fff;
    display: grid
;
    place-items: center;
    font-weight: normal;
    user-select: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    transition: transform .2s ease;
    background-size: 100% 100%;
    line-height: 0;
}
.toggle-tr:active { transform: scale(.95); }

.heading-tr {
    margin: 0;
    font-weight: 800;
    cursor: pointer;
    line-height: 24px;
    font-size: 20px;
    padding-right: 0px;
    color: #000;
}

/* Khối nội dung có transition mượt */
.content-wrap-tr {
  overflow: hidden; height: 0; transition: height .35s ease, opacity .25s ease;
  opacity: 0;
}
.content-inner-tr {
    padding: 16px 0 4px;
    color: #000;
    font-size: 16px;
}
.content-inner-tr p {
    margin-bottom: 10px;
}
/* Trạng thái mở */
.timeline-item-tr[aria-expanded="true"] .content-wrap-tr { opacity: 1; }

/* Dấu + / - */
.toggle-tr::after { content: "+"; }
.timeline-item-tr[aria-expanded="true"] .toggle-tr::after { content: "−"; }
.timeline-item-tr:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px dashed var(--Pink-500, #A83468);
    left: 12px;
    top: 15px;
}
div#timeline-tr .timeline-item-tr:last-child:before {
    content: none;
}
.content-tour-read h3 {
    color: #1E293B;
    font-size: 17px;
    font-weight: 700;
}
.content-tour-left-tr h3.title-gioi-thieu {
    color: #1E293B;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px; 
}

.accordion-item-tr2 {
    background-image: url(../imgs/bg-baogom.png);
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 20px 56px 20px 60px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    background-color: #FFF;
    
}
    /* Icon trái */
.accordion-icon-tr2 {
    position: absolute;
    left: 18px;
    top: 22px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
    /* Nút toggle bên phải */
    .accordion-toggle-tr2 {
      position: absolute;
      right: 20px; top: 22px;
      font-size: 22px;
      cursor: pointer;
      user-select: none;
      transition: transform .25s ease;
      color: #000;
    }
    .accordion-item-tr2[aria-expanded="true"] .accordion-toggle-tr2 {
      transform: rotate(180deg);
    }

    /* Heading */
    .accordion-header-tr2 {
      margin: 0;
      font-weight: 700;
      font-size: 16px;
      cursor: pointer;
    }

    /* Nội dung ẩn/hiện */
    .accordion-content-wrap-tr2 {
      overflow: hidden;
      height: 0;
      transition: height .35s ease, opacity .25s ease;
      opacity: 0;
    }
    .accordion-item-tr2[aria-expanded="true"] .accordion-content-wrap-tr2 {
      opacity: 1;
    }

    .accordion-content-inner-tr2 {
      padding-top: 12px;
      color: #333;
    }
    .divider-tr {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #CBD5E1;
    margin-bottom: 40px;
}
/* Khối xem thêm */
.content-tour-read {
  overflow: hidden;
  transition: height .35s ease, opacity .25s ease;
  position: relative;
}

/* Trạng thái thu gọn: cao 200px + dải mờ đáy để gợi ý còn nội dung */
.content-tour-read.is-collapsed-tr {
  height: 300px;
}


/* Nút */
.readmore-btn-tr {
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-image: url(../imgs/bg-read-more.png);
    font-weight: 500;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 180px;
    height: 36px;
    padding: 0;
    color: #A83468;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.readmore-btn-tr:active { transform: scale(.98); }
div#gioi-thieu {
    margin-bottom: 40px;
}
ul.nav-tr {
    display: flex
;
    align-items: center;
    list-style: none;
   /* justify-content: space-between;*/
    gap: 10px;
    text-align: center;
}
li.nav-item-tr {
    padding: 12px 16px;
    border-bottom: 2px solid transparent;
}
li.nav-item-tr a{
  color: #1E293B;
}
li.nav-item-tr.active-nav-tr {
    border-color: #a83468;
}
li.nav-item-tr.active-nav-tr a{
  color: #a83468;
  font-weight:800;
}
div#content-gt {
    text-align: justify;
}
.faq-tour { max-width: 760px; margin: 0 auto; }

    .faq-item-tour {
      border-radius: 12px;
      margin: 10px 0;
      overflow: hidden;
    }

    /* Header */
.faq-head-tour {
    display: grid;
    grid-template-columns: 48px 1fr 28px;
    align-items: center;
    gap: 0px;
    padding: 16px 0px;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #E2E8F0;
}
.faq-idx-tour {
    font-weight: 700;
    color: #777E90;
    letter-spacing: .02em;
}
    .faq-title-tour {
      margin: 0;
      font-weight: 700;
      color: #23262F;
      font-size: 16px;
  }
    .faq-caret-tour {
      justify-self: end;
      font-size: 18px;
      color: var(--muted);
      transition: transform .25s ease;
    }
    .faq-item-tour[aria-expanded="true"] .faq-caret-tour { transform: rotate(180deg);  }
 

    /* Body */
    .faq-body-wrap-tour {
      height: 0;
      overflow: hidden;
      transition: height .35s ease, opacity .25s ease;
      opacity: 0;  
    }
    .faq-item-tour[aria-expanded="true"] .faq-body-wrap-tour { opacity: 1; }
    .faq-body-tour { padding: 12px 0 18px; color: #444; line-height: 1.6; }
    .faq-item-tour[aria-expanded="true"] .faq-body-wrap-tour {

    }
    .col.medium-6.small-12.large-6 .destination-item-tour img {
    height: 455px;
    object-fit: cover;
}
.destination-item-tour.feature-tr h4 {
    position: absolute;
    bottom: 15px;
    left: 36px;
    color: #fff;
    z-index: 2;
}
.destination-item-tour.feature-tr:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0000005c;
    height: 100%;
    z-index: 1;
    transition: all .5s;
}
.destination-item-tour.feature-tr h4 a {
    color: #fff;
    font-size: 20px;
}
.destination-item-tour.feature-tr:hover:before {
    background: transparent;
}
.destination-item-tour.feature-tr {
    position: relative;
}
.col.medium-3.small-12.large-3 .destination-item-tour.feature-tr {
    margin-bottom: 20px;
}
.col.medium-3.small-12.large-3 .destination-item-tour.feature-tr img {
    height: 218px;
}
.destination-tour.content-tour-left-tr {
    margin-top: 50px;
}
.booking-box-tr {
    background-image: url(../imgs/bg-booking.png);
}
.booking-box-tr {
    background-image: url(../imgs/bg-booking.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 35px;
    position: sticky;
    top: 0;
}
button.booking-tour-btn {
    width: 100%;
    background-size: 100% 100%;
}
.img-tour-tr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/bg-img-booking.png);
    background-size: 100% 100%;
    z-index: 2;
}
.img-tour-tr {
    position: relative;
}
.booking-box-tr h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
}
p.info-list-tour-tr {
    color: #A83468;
    font-size: 14px;
    display: flex
;
    align-items: center;
    margin-bottom: 8px;
}
p.info-list-tour-tr span {
    color: #1E293B;
}
.sidebar-tour {
    position: sticky;
}
/*.sidebar-tour {
    position: sticky;
    top: 0;
}*/
.gallery-small-tr .gallery-item-tr:nth-child(4) a {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}
.gallery-small-tr .gallery-item-tr:nth-child(4) a:before {
    content: '';
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-small-tr .gallery-item-tr:nth-child(4) a:after {
    content: '';
    background-image: url(../imgs/tabler_plus.svg);
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.popup-overlay-tr {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-overlay-tr.active {
  display: flex;
}

.popup-content-tr {
  max-width: 100% !important;
  width: 480px !important;
}
.popup-close-tr {
    position: absolute;
    top: 40px;
    right: 36px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin: 0;
    padding: 0px;
    line-height: 0px;
    height: inherit;
    min-height: inherit;
}
.nav-tr.active-nav-stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    background: #fff;
    justify-content: space-evenly;
}
.popup-content-tr.form-box-tr {
    background-image: url('../imgs/bg-form-booking.png');    position: relative;
}#nav-sentinel {
  height: 1px;      /* để IntersectionObserver có gì đó để quan sát */
}
textarea.note-tour {
    background: #fff;
    border: none !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    outline: none !important;
    margin-top: 15px;
}.price-total {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.price-total>span {
    color: #1E293B;
    font-size: 24px;
    font-weight: 700;
}
.price-total span.price-total-number {
    color: #1C9E48;
}
.content-tour-read.is-collapsed-tr::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 56px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(252 248 249));
  pointer-events: none;
}
/* Tuỳ biến theo theme của bạn */
.gallery-item-tr {
  position: relative;
}
.lg-video-badge {
    position: absolute;
    inset: auto auto 12px 12px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: rgb(255 255 255 / 60%);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding-left: 2px;
    pointer-events: none;
    top: calc(50% - 31px);
    left: calc(50% - 31px);
        -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
span.lg-video-badge svg {
    width: 29px;
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
.gallery-item-tr a { display:block; }
:root {
--bg: #fff7fb;
--card: #fff;
--ink: #1f2937;
--muted: #9aa1ab;
--accent: #e9d5ff;
--accent-ink: #5b21b6;
--pill-bg: #d9f99d;
--pill-ink: #14532d;
--today: #be185d;
--border: #eadedb;
}

.calendar-wrap-chinese {
    width: 100%;
    background-image: url(../imgs/calendar-bg.webp);
    border-radius: 0px;
    padding: 27px 14px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}.calendar-box-tr {
    margin-bottom: 30px;
}
.frame-corner-chinese { position:absolute; width:34px; height:34px; border:4px solid #d7a67a; border-right-color:transparent; border-bottom-color:transparent; top:14px; left:14px; border-radius:6px; }
.frame-corner-chinese.br-chinese { top:auto; left:auto; right:14px; bottom:14px; border-color:#d7a67a; border-left-color:transparent; border-top-color:transparent; }


header.header-chinese { display:flex; align-items:center; justify-content:space-between; padding: 12px 10px 18px; }
.title-chinese {
    display: flex
;
    gap: 16px;
    align-items: baseline;
}

.title-chinese h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.title-chinese .year-chinese {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
}

.nav-chinese { display:flex; gap:8px; }
button.nav-btn-chinese {
    appearance: none;
    border: 1px solid #e5e7eb;
    background: #fafafa;
    color: #111827;
    border-radius: 0px;
    padding: 0px 6px;
    cursor: pointer;
    font-weight: 600;
    transition: transform .08s ease, box-shadow .2s ease;
    min-width: 30px;
    height: 30px;
    line-height: 0;
    margin: 0px;
}
.nav-btn-chinese img {
    width: 10px;
}
button.nav-btn-chinese:hover { box-shadow: 0 4px 12px rgba(0,0,0,.08); }
button.nav-btn-chinese:active { transform: translateY(1px); }

button#prev-chinese {
    transform: rotate(180deg);
}
.daynames-chinese, .grid-chinese { display:grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.daynames-chinese {
    color: #64748B;
    font-weight: 400;
    text-align: center;
    padding: 0 8px 10px;
}
.cell-chinese {
    background: #F9ECF2;
    border-radius: 0px;
    min-height: 70px;
    padding: 0px;
    position: relative;
    border: 1px solid #f1e6ea;
    text-align: center;
}
button#today-chinese {
    display: none;
}
.cell-chinese.other-month-chinese { opacity:.45; }
.date-chinese {
    font-weight: 500;
    color: #1E293B;
}
.price-pill-chinese {
    background: #cee4b4;
    color: #1E293B;
    font-weight: normal;
    padding: 4px 2px;
    border-radius: 2px;
    font-size: 8px;
    border: 1px solid #bef264;
    margin-top: 10px;
}.product-slider { width: 100%; max-width: 100%; }
.product-slider .slick-list { width: 100%; max-width: 100%; }
.today-dot-chinese { position:absolute; top: 0px; right: 10px; width: 28px; height: 28px; border-radius:50%; background: var(--today); display:grid; place-items:center; color:white; font-weight:800; font-size: 12px; }


.popup-close-tr{
  border: 0;
  outline: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent; /* xóa highlight trên mobile */
}
.popup-close-tr:focus,
.popup-close-tr:active{
  outline: none;
  box-shadow: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
    font-size:13px;
    float: left;
}
.flatpickr-current-month input.cur-year {
    font-size: 13px !important;
}
.popup-close-tr::-moz-focus-inner{ border:0; } /* Firefox */
@media screen and (min-width: 850px){
  .content-single-tour-tr .col.medium-7.small-12.large-7 {
      flex-basis: 65%;
      max-width: 65%;
  }
  .content-single-tour-tr .col.medium-5.small-12.large-5 {
      width: 35%;
      flex-basis: 35%;
      max-width: 35%;
  }
/*  .sidebar-tour {
    position: unset;
}*/

}
h2.title-gioi-thieu {
    color: #b31f63;
    font-weight: 700;
    font-size: 30px;
}
@media screen and (max-width: 768px) {
    h2.title-gioi-thieu {
    color: #b31f63;
    font-weight: 700;
    font-size: 20px;
}
    #booking-popup-tr textarea {
    min-height: 80px !important;}
       #booking-popup-tr .form-box-tr>img {
        display: block !important;
        margin: 15px auto;
        text-align: center;
        display: bli;
        /* margin: 10px 0px; */
    }
    .price-total>span { 
    font-size: 16px; 
}
     #booking-popup-tr .popup-content-tr.form-box-tr { 
    background-size: 100% 100%;
}
     #booking-popup-tr .popup-content-tr { 
            padding: 5px 40px !important;
        padding-bottom: 15px !important;
}
}
@media (max-width: 768px) {
   
.cell-chinese { min-height: 76px; }
    .price-pill-chinese {
        font-size: 11px;
        padding: 3px 2px;
        font-size: 7px;
    }
    .title-chinese h1#month-title-chinese {
    font-size: 14px;
}
.cell-chinese {
        min-height: 65px;
    }
    .daynames-chinese, .grid-chinese {
    gap: 2px;
}
}