/*
Theme Name: Du lịch
Theme URI: https://fastviet.vn/
Author: Fast Viet Group Co.Ltd
Author URI: https://fastviet.vn
Description: Website du lịch giao diện hiện đại, sử dụng Bootstrap phiên bản 5. <a href="https://fastviet.vn" target="_blank">Tìm hiểu</a>
Version: 6.1.0
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: MIT License
License URI: https://fastviet.vn
Text Domain: fastviet
Tags: featured-images, threaded-comments, translation-ready
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/
@font-face {
  font-family: 'Bitterbrush-Regular';
  src: url('assets/fonts/3A49CA_0_0.eot');
  src: url('assets/fonts/3A49CA_0_0.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/3A49CA_0_0.woff2') format('woff2'),
       url('assets/fonts/3A49CA_0_0.woff') format('woff'),
       url('assets/fonts/3A49CA_0_0.ttf') format('truetype');
  font-weight: 400;
}
a {
  color: rgb(175 62 46);
  text-decoration: underline;
}
.text-body-secondary{
  color: #fff !important;
}
h2, h3 {
  font-family: calder-dark-grit, sans-serif;
  font-weight: 400;
}
a{
  text-decoration: none;
}
/* Convert horizontal navbar to vertical left menu */
#nav-main {
    flex-direction: column;
    height: 100vh;
    max-width: 280px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #1C3563; /* Orange color like in the image */
    padding: 20px 0;
    z-index: 1030;
  }
  
  /* Adjust the container inside the navbar */
  #nav-main .container {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
  }
  
  /* Logo/brand styling */
  .navbar-brand {
    text-align: center;
    padding: 15px;
    display: inline-block;
    margin: 0 40px 20px;
    width: calc(100% - 80px);
    box-sizing: border-box;
}


  
  /* Menu items styling */
  #nav-main ul {
    font-family: calder-dark-grit, sans-serif;
    font-weight: 400;
    direction: ltr;
    list-style-type: none;
    overflow: visible;
    margin: 0;
    padding: 0;
}

  .navbar-nav {
    width: 100%;
  }
  
  .navbar-nav .nav-item {
    width: 100%;
  }
  
  .navbar-nav .nav-link {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    letter-spacing: 0.12em;
    line-height: 24px;
    padding: 12px 30px 12px 32px;
    text-decoration: none;
    text-transform: uppercase;
    transition: allease 0.25s;
}
  
  .navbar-nav .nav-link:hover, 
  .navbar-nav .nav-item.active .nav-link {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 4px solid white;
  }
  
  /* Dropdown styling */
  .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.05);
  }
  
  .dropdown-item {
    padding: 8px 30px;
    color: rgba(255, 255, 255, 0.9);
    background-color: #04a789;
  }
  
  .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  
  /* Header actions positioning */
  .header-actions {
    width: 100%;
    justify-content: center;
  }
  
  /* Navbar collapse to make it full height */
  .navbar-collapse {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  /* Main content needs to be adjusted */
  #content {
    margin-left: 280px;
    width: calc(100% - 280px);
  }
  
  /* Offcanvas styling for mobile */
  .offcanvas {
    background-color: #1C3563;
  }
  
  .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .offcanvas-title {
    color: white;
  }
  
  /* For mobile: convert to top navbar with hamburger */
  @media (max-width: 991px) {
    #nav-main {
      flex-direction: row;
      height: auto;
      width: 100%;
      position: static;
    }
    
    #nav-main .container {
      flex-direction: row;
      justify-content: space-between;
      padding: 0 15px;
    }

    #nav-main {
      padding: 0;
  }
    
    #content {
      margin-left: 0;
      width: 100%;
    }
    
    /* Offcanvas for mobile is handled by Bootstrap */
}

#pane .hero {
    font-size: 0;
    height: 80vh;
    max-height: 735px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#pane .hero img {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#pane .hero h1 {
  bottom: auto;
  max-width: calc(100% - 8rem);
  right: 4rem;
  text-align: center;
  transform: translateY(-50%);
  width: calc(100% - 8rem);
  font-size: 120px;
  line-height: 90px;
}
#page #pane .hero h1 {
  font-family: 'Bitterbrush-Regular';
    font-weight: 400;
  bottom: calc(2rem + 65px);
  color: #d21813;
  font-size: 150px;
  line-height: 120px;
  margin: 0;
  max-width: 1200px;
  position: absolute;
  right: 3rem;
  text-align: right;
  text-shadow: 0 0 30px rgb(238 255 49 / 66%);
  text-transform: uppercase;
  width: calc(100% - 6rem);
  z-index: 1;
}
.description .column.picture {
  overflow: hidden;
  position: relative;
  border: 10px solid #04a789;
  margin-left: -10px;
  min-height: 350px;
}
#country-page .description h2 {
  color: #1C3563;
  font-size: 70px;
  margin: 0 0 1rem;
  line-height: 80px;
}
#country-page .description p {
  color: #737176;
  font-size: 16px;
  line-height: 30px;
}

#country-page .description::before {
  background: url(assets/img/white-stripe.png) repeat-x center top;
  content: "";
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-95%);
  width: 100%;
}
#country-page .description {
  overflow: visible;
  padding: 20px 0;
  position: relative;
}
#country-page .featured-trips .video {
  font-size: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: -200px;
  width: 100%;
  box-sizing: border-box;
}
#country-page .featured-trips .video .play {
  cursor: pointer;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#country-page .featured-trips.with-video {
  margin-top: 250px;
}
#country-page .featured-trips {
  background: #F5E6CC;
  margin-top: 90px;
  position: relative;
  padding: 1px 0 65px;
  z-index: 2;
}
#country-page .featured-trips::before {
  background: url(assets/img/dark-blue-stripe.png) repeat-x center top;
  content: "";
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-95%);
  width: 100%;
}
#country-page .featured-trips .video-shadow {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
#country-page .featured-trips .video-shadow .spacer {
  margin-top: calc(56.25% - 132px);
}
#country-page .featured-trips .video {
  font-size: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  overflow: auto;
  position: absolute;
  right: 0;
  top: -200px;
  width: 100%;
  box-sizing: border-box;
}

#country-page .featured-trips .video .wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#country-page .featured-trips .video .wrapper .spacer {
  margin-top: 56.25%;
}
#country-page .featured-trips .video .play::after {
  color: white;
  content: "\f04b";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 120px;
  font-weight: 900;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: allease 0.25s;
}
#country-page .featured-trips .video .play img {
  width: 100%;
}
.adventure-card {
  flex: 1 0 25%;
  font-size: 0;
  margin: 0 25px 50px;
  max-width: 340px;
  padding: 0;
}
.adventure-card .card, .column.adventure-card .card {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: block;
  text-decoration: none;
  transition: allease 0.25s;
}
.adventure-card .heading, .column.adventure-card .heading {
  border-radius: 10px 10px 0 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.adventure-card .heading .title, .column.adventure-card .heading .title {
  font-family: 'Bitterbrush-Regular';
  font-weight: 400;
  letter-spacing: 0.1;
  bottom: 20px;
  box-sizing: border-box;
  color: white;
  font-size: 30px;
  line-height: 40px;
  padding: 0 5% 0.2em;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.adventure-card .content, .column.adventure-card .content {
  background: #264653;
  border-radius: 0 0 10px 10px;
  color: #fff;
  padding: 16px;
  position: relative;
  z-index: 3;
}
.adventure-card .content::before, .column.adventure-card .content::before {
  content: "";
  background: url(assets/img/blue-stripe.png) repeat-x center top;
  height: 16px;
  width: 100%;
  display: block;
  background-size: 660px 130px;
  position: absolute;
  top: -15px;
  left: 0;
}
.adventure-card .content .action, .column.adventure-card .content .action {
  background: #fff;
  border-radius: 6px;
  color: #028d8d;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  transition: allease 0.25s;
  width: 100%;
}
.adventure-card .content .action, .column.adventure-card .content .action {
  background: #fff;
  border-radius: 6px;
  color: #028d8d;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 0;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  transition: allease 0.25s;
  width: 100%;
}
#country-page .featured-trips h2 {
  color: #264653;
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  margin: 2rem 0;
}
#country-page .featured-trips .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 30px;
  position: relative;
  width: calc(100% - 60px);
  z-index: 2;
}
.adventure-card .content .action:hover, .column.adventure-card .content .action:hover {
  background: #1C3563;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: white;
  transform: scale(1.04);
}
#adventure-page .adventure-hero {
  font-size: 0;
  position: relative;
  width: 100%;
}
.adventure-hero .book {
  background: url(assets/img/blue-stripe.png) repeat-x bottom left;
  background-size: 660px 106px;
  left: 0;
  padding: 0 0 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#adventure-page .adventure-hero .book .wrapper {
  background: #264653;
  color: white;
  padding: 1.5rem 2rem 0;
  display: flex
;
  align-items: center;
}
#adventure-page .adventure-hero .book h1 {
  font-family: 'Bitterbrush-Regular';
  font-weight: 400;
  letter-spacing: 0.1;
  font-size: 40px;
  line-height: 30px;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  flex: 1;
}
#adventure-page #tabs {
  align-items: flex-end;
  display: flex;
  margin-top: calc(-20px - 1rem);
  width: 100%;
  overflow: hidden;
}
#adventure-page #tabs .tab {
  background: #1C3563;
  color: white;
  cursor: pointer;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  padding: 1rem 0.5rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: color, backgroundease 0.25s;
}
#adventure-page .adventure-hero .spacer img {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#adventure-page .adventure-hero .spacer img.mobile {
  display: none;
  width: 100%;
}
#adventure-page .adventure-hero .spacer .destinations {
  font-family: 'Bitterbrush-Regular';
  font-weight: 400;
  letter-spacing: 0.1;
  bottom: 2rem;
  color: #fff;
  font-size: 150px;
  line-height: 110px;
  margin: 0;
  max-width: 1200px;
  position: absolute;
  right: 3rem;
  text-align: right;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.66);
  text-transform: uppercase;
  width: calc(100% - 6rem);
  z-index: 1;
}
#adventure-page .adventure-hero .spacer {
  height: 80vh;
  max-height: 800px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#adventure-page #tabs .tab:not(:first-child)::before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  z-index: 1;
}
#adventure-page #tabs .tab.active {
  background: white;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: #1C3563;
  margin-top: 20px;
  padding: 2rem 0.5rem 1rem;
  z-index: 1;
  cursor: default;
}
#adventure-page .adventure-hero .book .price .from {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  opacity: 0.75;
  text-transform: uppercase;
}
#adventure-page .adventure-hero .book .price .symbol {
  font-size: 26px;
  font-weight: 700;
  margin-right: 0.2rem;
  text-align: center;
}
#adventure-page .adventure-hero .book .price .cost {
  font-size: 32px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
  line-height: 32px;
}
#adventure-page .adventure-hero .book .price .currency {
  font-size: 12px;
  margin-left: 0.2rem;
}
#home-page .top-deals h2 {
  color: #1C3563;
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  margin: 4rem 0 1rem;
}
#adventure-page .adventure-hero .book .dates a {
  display: block;
  font-size: 16px;
  background: #1C3563;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
  transition: allease 0.25s;
  text-align: center;
}
#adventure-page .adventure-hero .book .dates .info {
  display: block;
  color: white;
  font-size: 12px;
  text-align: center;
  margin: 0.5rem 0 0;
}
#adventure-page .adventure-hero .book .dates {
  margin-left: 2rem;
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .spacer img.mobile {
      display: block;
  }
  #adventure-page .adventure-hero .spacer img.desktop {
    display: none;
}
}

#nav-main-trigger {
  background: white;
  border-radius: 0 0 0 120px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  color: #1C3563;
  cursor: pointer;
  display: none;
  font-size: 36px;
  padding: 0 10px 12px 25px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999;
}
#nav-main-trigger.open::before {
  content: "\f00d";
}
#nav-main-trigger::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
}
@media (max-width: 1024px) {
  #nav-main-trigger {
      display: block;
  }
}
@media (max-width: 639px) {
  #page #pane .hero h1 {
      bottom: calc(1rem + 65px);
      font-size: 60px;
      line-height: 45px;
      right: 1rem;
      width: calc(100% - 2rem);
  }
}
#page #pane .hero img.mobile {
  display: none;
  width: 100%;
}
@media (max-width: 1024px) {
  #page #pane .hero img.mobile {
      display: block;
  }
}
@media (max-width: 1024px) {
  #page #pane .hero img.desktop {
      display: none;
  }
}
@media (max-width: 1024px) {
  #page #pane .hero {
      height: 100vw;
  }
}
#logo {
  display: block;
  margin: 8px;
  min-width: 80px;
  max-width: 180px;
  position: absolute;
  width: 16.66%;
  z-index: 10;
}
@media (max-width: 1024px) {
  #nav-main {
      height: 100%;
      max-width: 100%;
      overflow: auto;
      position: fixed;
      right: 0;
      top: 0;
      transform: translateX(100%);
      transition: allease 0.25s;
  }
}
@media (max-width: 1024px) {
  #nav-main.open {
      transform: translateX(0);
  }
}
@media (max-width: 639px) {
  #country-page .description .column.picture {
      display: none;
  }
}
@media (max-width: 639px) {
  #country-page .description h2 {
      font-size: 36px;
      line-height: 40px;
  }
}
@media (max-width: 639px) {
  #country-page .featured-trips {
      padding-bottom: 20px;
      margin-top: 0 !important;
  }
}
@media (max-width: 639px) {
  #country-page .featured-trips .video {
      padding-left: 0;
      padding-right: 0;
      position: relative;
      top: 0;
      margin: 0 0 3rem;
  }
}
@media (max-width: 639px) {
  #country-page .featured-trips .video .wrapper {
      border-radius: 0;
  }
  #country-page .featured-trips::before{
    display: none;
  }
}
@media (max-width: 639px) {
  #country-page .featured-trips .video-shadow {
      display: none;
  }
}
@media (max-width: 639px) {
  #country-page .featured-trips h2 {
      font-size: 36px;
      line-height: 40px;
      margin: 2rem 15px 1.5rem;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book h1 {
      display: block;
      font-size: 40px;
      line-height: 35px;
      margin: 0 0 1rem;
      width: 100%;
      text-align: center;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book .wrapper {
      padding: 0 15px;
      display: block;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .spacer {
      height: 80vw;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book {
      position: relative;
      padding: 2rem 0;
      background: transparent;
      margin-top: -2rem;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book h1 {
      display: block;
      font-size: 40px;
      line-height: 35px;
      margin: 0 0 1rem;
      width: 100%;
      text-align: center;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .spacer .destinations {
      display: none;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book::before, #adventure-page .adventure-hero .book::after {
      background: url(assets/img/blue-stripe.png) repeat-x top left;
      content: "";
      height: 2rem;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book .price, #adventure-page .adventure-hero .book .dates {
      display: inline-block;
      margin: 0;
      width: 50%;
      text-align: center;
      vertical-align: top;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book .price, #adventure-page .adventure-hero .book .dates {
      display: inline-block;
      margin: 0;
      width: 50%;
      text-align: center;
      vertical-align: top;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book::before, #adventure-page .adventure-hero .book::after {
      background: url(assets/img/blue-stripe.png) repeat-x top left;
      content: "";
      height: 2rem;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
  }
}
@media (max-width: 1024px) {
  #adventure-page .adventure-hero .book::after {
      background-position: bottom left;
      bottom: 0;
      top: auto;
  }
}
@media (max-width: 1024px) {
  #adventure-page #tabs {
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 3;
  }
}
@media (max-width: 1024px) {
  #adventure-page #tabs .tab.active {
      padding: 1rem 0.5rem 1rem;
      background: #1C3563;
      color: white;
  }
}

@media (max-width: 1024px) {
  #adventure-page #tabs .tab {
      font-size: 12px;
      padding: 0.75rem 0.5rem 0.75rem;
      background: #1C3563;
  }
}
.nav-tabs .nav-link{
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.bootscore-footer{
  background: #283e6d;
  color: #fff;
}
@media (min-width: 768px) {
.bootscore-footer{
  margin-left: 280px;
}
}
#home-page #pane .hero h1 {
  bottom: auto;
  max-width: calc(100% - 8rem);
  right: 4rem;
  text-align: center;
  top: 46%;
  transform: translateY(-50%);
  width: calc(100% - 8rem);
  font-size: 90px;
  line-height: 90px;
}
#home-page .top-deals {
  background: #f5e6cc;
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}
#home-page .top-deals::before {
  background: url(assets/img/dark-blue-stripe.png) repeat-x center top;
  content: "";
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-95%);
  width: 100%;
}

#home-page .top-deals .video {
  font-size: 0;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
}
#home-page .top-deals .video .wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#home-page .top-deals .video .wrapper .spacer {
  margin-top: 56.25%;
}
#home-page .top-deals .video .play {
  cursor: pointer;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#home-page .top-deals .video .play img {
  width: 100%;
}

#home-page .points .point {
  background: url(assets/img/dot-texture.png) no-repeat center center;
  background-size: 126px 126px;
  height: 126px;
  margin: 0 auto;
  position: relative;
  width: 126px;
}

#home-page .points .point .icon.hang-loose {
  background: url(assets/img/hang-loose.svg) no-repeat center center;
  background-size: 100%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#home-page .points h3 {
  font-family: calder-dark-grit, sans-serif;
  font-weight: 400;
  color: #1C3563;
  font-size: 18px;
  margin: 30px 0 10px;
  text-align: center;
}
#home-page .points p {
  color: #737176;
  font-size: 16px;
  line-height: 26px;
}
#home-page .points {
  background: white;
  margin: 0;
  position: relative;
  padding: 2rem 0 6rem;
  z-index: 2;
}
#home-page .points .point .icon {
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
#home-page .top-deals .video .play::after {
  color: white;
  content: "\f04b";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 120px;
  font-weight: 900;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: allease 0.25s;
}
#home-page .top-deals .video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1024px) {
  #home-page .points .column {
      align-items: center;
      display: flex
;
      margin: 0 auto 1rem;
      max-width: 100%;
      overflow: auto;
      text-align: left;
      width: 100%;
  }
}
@media (max-width: 1024px) {
  #home-page .points .point {
      background-size: 90px 90px;
      height: 90px;
      margin-right: 1rem;
      width: 90px;
  }
}
@media (max-width: 1024px) {
  #home-page .points .text {
      flex: 1;
  }
}
@media (max-width: 1024px) {
  #home-page .points h3 {
      margin: 0;
  }
}
@media (max-width: 1024px) {
  #home-page .points .point .icon{
      width: 56px;
      height: 56px;
  }
}

@media (max-width: 1024px) {
  #home-page #pane .hero h1 {
      font-size: 36px;
      line-height: 30px;
  }
}
@media (max-width: 639px) {
  #home-page .top-deals h2 {
      font-size: 40px;
  }
}

.top-button{
  padding: 6px 10px 6px 10px;
  background: #1C3563;
  color: #fff;
  border-radius: 50%;
}
.services-row .service-item{
  position: relative;
  padding-bottom: 75px;
}
.service-item::before {
  content: "";
  display: block;
  height: 65px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-95%);
}

.services-row .service-item:nth-child(even){
  background-color: #f5e6cc;
}

.service-item:nth-child(odd)::before {
  background: url('assets/img/white-stripe.png') repeat-x center top;
}

.service-item:nth-child(even)::before {
  background: url('assets/img/dark-blue-stripe.png') repeat-x center top;
}

#page .description{
  position: relative;
}

#page .description::before {
  content: "";
  display: block;
  height: 65px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-95%);
  background: url('assets/img/white-stripe.png') repeat-x center top;
}

article.type-post{
  background: #1C3563;
  border: none;
}
article.type-post .text-body{
  color: #fff !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(165 215 255);
  font-weight: 700;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #04a789;
}
.entry-content{
  padding-bottom: 60px;
  padding-top: 60px;
}
.pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: #1c3563 !important;
}
.pum-container, .pum-theme-lightbox .pum-container {
  padding: 18px;
  border-radius: 3px;
  border: 8px solid #1c3563 !important;
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
}
.btn-custom-color{
  border: none;
  background-color: rgb(157 46 46) !important;
}
.with-video .video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}
body.en .footer-vi{
  display: none;
}
body.vi .footer-en{
  display: none;
}
body.en .form-vi{
  display: none;
}
body.vi .form-en{
  display: none;
}
.tab.button.open-booking-form{
  background: #fed138 !important;
  color: #1C3563 !important;
}
.social-icons {
  display: flex;
  flex-direction: row; /* Horizontal arrangement */
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: auto;
  margin-top: 15px;
}

/* Individual icon styling */
.social-icons a {
  margin: 0 8px;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-3px);
}

/* Icon colors */
.facebook:hover { color: #3b5998; }
.instagram:hover { color: #e1306c; }
.zalo:hover { color: #0068ff; }
.youtube:hover { color: #ff0000; }
.tiktok:hover { color: #000000; }

.calendar-title.accordion-button{
  background: #04a789;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-size: 45px;
    font-weight: 600;
    line-height: 70px;
    margin: 0.5rem 0;
    padding: 0.5rem;
    position: relative;
    text-align: center;
    transition: allease 0.25s;
}

.calendar-title.accordion-button:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  background: none;
  width: unset;
  height: unset;
}
.calendar-title.accordion-button.collapsed:after{
  top: 50%;  
  transform: translateY(-50%);
}

#calendar-page .calendar .trip {
  background: #f0f0f0;
  border-radius: 6px;
  margin: 0.75rem 0;
  overflow: hidden;
}

#calendar-page .calendar .trip .trip-left {
  flex: none;
  font-size: 0;
  margin: 0;
  min-height: 120px;
  overflow: hidden;
  position: relative;
  width: 290px;
}

#calendar-page .calendar .trip .trip-right {
  margin-left: 8px;
  padding: 16px 0;
}
.columns {
  display: flex
;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  width: 100%;
}
#calendar-page .calendar .trip .details .details-left .heading {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1em;
  margin: 0 0 0.25rem;
}
#calendar-page .calendar .trip .details .details-left .heading a {
  color: #404040;
  text-decoration: none;
  transition: allease 0.25s;
}
#calendar-page .calendar .trip .details .details-left .starts, #calendar-page .calendar .trip .details .details-left .ends {
  color: #505050;
  font-size: 0.9rem;
}
#calendar-page .calendar .trip .details .details-left .starts, #calendar-page .calendar .trip .details .details-left .ends {
  color: #505050;
  font-size: 0.9rem;
}
#calendar-page .calendar .trip .details .details-left .price {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0.33rem 0 0;
}
#calendar-page .calendar .trip .details .button.open, #calendar-page .calendar .trip .details .button.info {
  background: #1c3563;
}
#calendar-page .calendar .trip .details .button {
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: allease 0.25s;
  white-space: nowrap;
}

#calendar-page .calendar .trip .details .button.info {
  margin: 0 0 0.5rem;
}
.columns .column {
  flex: 1;
  margin: 0 16px;
}
@media (max-width: 639px) {
  #calendar-page .calendar .trip .details .details-left, #calendar-page .calendar .trip .details .details-right {
      margin: 0;
  }
}
@media (max-width: 639px) {
  .columns .column {
      display: block;
      margin: 0 0 40px;
  }
}
@media (max-width: 639px) {
  .columns {
      display: block;
      margin: 0;
  }
  
}
#calendar-page .calendar .trip .details {
  align-items: center;
}
.accordion-body{
  padding: 0;
}
.accordion-item{
  border: none;
}



/* Base styles for the travel contact form */
.contact-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 35px;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border-top: 4px solid #1c3563;
}

/* Form spacing */
.mb-3 {
  margin-bottom: 25px;
  position: relative;
}

/* Label styling */
.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #2c3e50;
  font-size: 15px;
  letter-spacing: 0.3px;
}

/* Input and textarea styling */
.form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e7eaf3;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.25s ease;
  background-color: #f9fafc;
  box-sizing: border-box;
  color: #333;
}

.form-control:focus {
  border-color: #2196F3;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
  outline: none;
}

.form-control::placeholder {
  color: #95a5a6;
  font-weight: 300;
}

/* Textarea specific styles */
textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

/* Button styling */
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 14px 28px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 50px; /* Rounded button */
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #2196F3;
  color: #ffffff;
}

.btn-custom-color {
  background: linear-gradient(135deg, #1c3563 0%, #465e89 100%);
  box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
}

.btn-primary:hover {
  background-color: #1e88e5;
  box-shadow: 0 8px 20px rgba(33, 150, 243, 0.4);
  transform: translateY(-2px);
}

.w-100 {
  width: 100%;
}

/* Input icons - for travel form enhancement */
.wpcf7 .mb-3::after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  top: 45px;
  color: #bdc3c7;
  pointer-events: none;
}

/* Individual field icons */
.contact-form .mb-3:nth-child(1)::after {
  content: "\f007"; /* User icon */
}

.contact-form .mb-3:nth-child(2)::after {
  content: "\f0e0"; /* Email icon */
}

.contact-form .mb-3:nth-child(3)::after {
  content: "\f095"; /* Phone icon */
}

.contact-form .mb-3:nth-child(4)::after {
  content: "\f075"; /* Message icon */
}

/* Error state styling */
.form-control.wpcf7-not-valid {
  border-color: #ff5252;
  background-color: #fff8f8;
}

.wpcf7-not-valid-tip {
  color: #ff5252;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* Success message */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-form {
    padding: 25px 20px;
    margin: 20px auto;
  }
  
  .btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

/* Travel theme enhancements */
.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100" fill="none"><path d="M95 50C95 75.4 74.4 96 49 96C23.6 96 3 75.4 3 50C3 24.6 23.6 4 49 4C74.4 4 95 24.6 95 50Z" stroke="%232196F3" stroke-opacity="0.05" stroke-width="6"/></svg>');
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

.wpcf7 br{
  display: none;
}
.pum-theme-140 .pum-container, .pum-theme-lightbox .pum-container{
  border: none !important;
}