:root {
  --white: #fff;
  --theme-color: #0d5c2d;
  --theme-color2: #ffd220;
  --green-700: #0d5c2d;
  --green-500: #138140;
  --green-300: #61ab7f;
  --grey-600: #3f3f3f;
  --grey-500: #454545;
  --grey-400: #6a6a6a;
  --grey-300: #828282;
  --grey-200: #a9a9a9;
  --grey-100: #c5c5c5;
  --grey-50: #ececec;
  --orange-500: #ffd220;
  --orange-200: #ffea98;
  --orange-100: #fff1ba;

  --fa6: "Font Awesome 6 Pro";
}

.title-1 {
  font-family: "SVN-Optima" !important;
  font-size: 10.5rem;
  font-weight: 500;
  line-height: 123%;
  text-transform: uppercase;
  opacity: 0.9;
  background: linear-gradient(180deg, #fff 59.9%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-2 {
  font-family: "SVN-Optima" !important;
  font-size: 4.125rem;
  font-weight: 600;
  text-transform: capitalize;
}
.title-3 {
  font-family: "SVN-Optima" !important;
  font-size: 3rem;
  font-weight: 600;
  text-transform: capitalize;
}
.title-4 {
  font-family: "SVN-Optima" !important;
  font-size: 1.5rem;
  font-weight: 600;
}
.banner-title-1 {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.title-wrapper a {
  color: #454545;
}
.text-des {
  font-size: 1.125rem;
  color: var(--grey-400);
  font-weight: 500;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  border: none;
}
/*=========button next defauld=========*/
.banner-product .flickity-prev-next-button.next,
.banner-product .flickity-prev-next-button.previous {
  background: url(/wp-content/uploads/2025/01/arrow.svg);
  background-size: 4.4375rem 3.1875rem;
  width: 4.4375rem;
  height: 3.1875rem;
  background-position: center;
  background-repeat: no-repeat;
  right: 4.38rem;
  opacity: 1;
}
.banner-product .flickity-prev-next-button.previous {
  rotate: 180deg;
}
.banner-product .flickity-button-icon,
.banner-product .product-thumbnails .flickity-prev-next-button.next,
.banner-product .product-thumbnails .flickity-prev-next-button.previous {
  display: none;
}
.banner-tours .slick-prev {
  left: 50px;
}
.banner-tours .slick-next {
  right: 50px;
}
.banner-tours .slick-next:before,
.banner-tours .slick-prev:before {
  content: url(/wp-content/uploads/2025/01/arrow.svg);
}
.banner-tours .slick-next,
.banner-tours .slick-prev {
  background-color: transparent;
}
.banner-tours .slick-prev {
  rotate: 180deg;
  margin-top: -2.875rem;
}
/*=====HEADER=========*/
.flex-col.hide-for-medium.flex-left.flex-grow
  .header-nav.header-nav-main.nav-left {
  justify-content: center;
}
.flex-col.hide-for-medium.flex-left.flex-grow
  .header-nav.header-nav-main.nav-left
  a.nav-top-link {
  font-weight: 500;
  padding: 0.8rem 1rem;
}
.has-dropdown .icon-angle-down {
  margin-left: 0.5em;
}
.flex-col.hide-for-medium.flex-left.flex-grow
  .header-nav.header-nav-main.nav-left
  li {
  border-radius: 6.5rem;
  margin: 0;
}
.flex-col.hide-for-medium.flex-left.flex-grow
  .header-nav.header-nav-main.nav-left
  li:hover {
  background-color: var(--green-500);
}
.flex-col.hide-for-medium.flex-left.flex-grow
  .header-nav.header-nav-main.nav-left
  li:hover
  a.nav-top-link {
  color: white;
}
#header .header-button-1 .button {
  border: 0.0625rem solid #a9a9a9 !important;
  backdrop-filter: blur(0.78125rem);
  background: transparent;
  color: #454545;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  justify-content: center;
  text-transform: uppercase;
  padding: 0.75rem 2.25rem;
}
#header .header-search a {
  width: 50px;
  height: 50px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.5rem;
}
#header .header-button-1 .button:hover,
#header .header-search a {
  background-color: var(--green-500);
  color: white;
  border: 0.0625rem solid var(--green-500) !important;
}
#header .header-search a:hover {
  background-color: var(--green-700);
}
/*========MENU==========*/
.menu-quoc-te .col-content {
  background-color: #fafafa;
  border-radius: 1rem;
  padding: 0;
}
.menu-quoc-te .col-content .col-inner a:nth-child(1) .icon-box,
.menu-quoc-te .col-content .col-inner a:nth-child(1) .icon-box .bg-menu {
  border-top-left-radius: 1rem;
}
.menu-quoc-te .col-content .col-inner a:nth-child(2) .icon-box,
.menu-quoc-te .col-content .col-inner a:nth-child(2) .icon-box .bg-menu {
  border-top-right-radius: 1rem;
}
.menu-quoc-te .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}
.menu-quoc-te .btn-menu {
  text-align: center;
  padding: 1.5rem;
}
.menu-quoc-te .btn-menu a,
.menu-noi-dia .btn-menu a {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--green-500);
  font-weight: 500;
  text-decoration: underline;
}
.menu-quoc-te .icon-box {
  position: relative;
  background: #fff;
  margin-bottom: 1.1rem;
  padding-left: 1.44rem;
  padding-right: 2.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 5rem;
  text-align: unset;
}
.menu-quoc-te .icon-box .icon-box-text h4 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.menu-quoc-te .icon-box .icon-box-text .bg-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 5rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.menu-quoc-te .icon-box:hover h4 {
  color: white;
}
.menu-quoc-te .icon-box:hover .bg-menu {
  opacity: 1;
}
.menu-noi-dia {
  margin: 0;
}
.menu-noi-dia .menu-list {
  width: 60rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 3rem;
  border-radius: 1rem;
}
.menu-noi-dia .menu-list h4 {
  font-family: "SVN-Optima";
  color: var(--green-500);
}
.menu-noi-dia .btn-menu {
  grid-column: span 3;
  text-align: center;
}
#header .menu-noi-dia .col-inner ul li {
  text-transform: uppercase;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-left: 0 !important;
  list-style: none;
}
#header .menu-noi-dia .col-inner ul li a {
  color: var(--grey-500);
}
#header .menu-noi-dia .col-inner ul li:hover {
  background: transparent;
}
#header .menu-noi-dia .col-inner ul li:hover a {
  color: var(--green-500);
}
#header .sub-menu.nav-dropdown {
  top: 85px !important;
  border-radius: 1rem;
}
#header .sub-menu.nav-dropdown:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 18%;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #ffffff;
  z-index: 0;
}
/*=======HOME=======*/
#main .home-sec1 {
  padding: 0 !important;
  height: calc(100vh - 85px);
}
.home-sec1 .section-content {
  height: 100%;
}
.home-sec1 .home__banner-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.home-sec1 .home__banner-video .home__banner-firstVid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-sec1 .home__banner-step2 {
  --col1-w: 6.44vw;
  --col2-w: 22.0625vw;
  --gap: 1.5vw;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #fcf8f2;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  animation: show 0.3s ease-out 3s forwards;
}

.home-sec1 .home__banner-step2 .col {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  padding: 0 !important;
}

.home-sec1 .home__banner-step2 .col img {
  width: 100%;
  object-fit: cover;
}

.home-sec1 .home__banner-step2 .col img:first-child {
  margin-bottom: var(--gap);
}

.home-sec1 .home__banner-step2 .col1 {
  left: 0;
  animation: col1 0.5s ease-out 4.2s forwards;
}
.home-sec1 .home__banner-step2 .col2 {
  left: calc(var(--col1-w) + var(--gap));
  animation: col2 1.8s ease-out 4.2s forwards;
}

.home-sec1 .home__banner-step2 .col4 {
  right: calc(var(--col1-w) + var(--gap));
  animation: col4 1.8s ease-out 4.2s forwards;
}

.home-sec1 .home__banner-step2 .col5 {
  right: 0;
  animation: col5 0.5s ease-out 4.2s forwards;
}

.home-sec1 .home__banner-step2 .col2,
.home-sec1 .home__banner-step2 .col4 {
  height: 22vw;
  width: var(--col2-w);
}

.home-sec1 .home__banner-step2 .col1,
.home-sec1 .home__banner-step2 .col5 {
  height: 34.255vw;
  width: var(--col1-w);
}

.home-sec1 .home__banner-step2 .bannerImg-1,
.home-sec1 .home__banner-step2 .bannerImg-7 {
  height: 25.4375vw;
}

.home-sec1 .home__banner-step2 .bannerImg-2,
.home-sec1 .home__banner-step2 .bannerImg-8 {
  height: 7.3175vw;
}

.home-sec1 .home__banner-step2 .bannerImg-3,
.home-sec1 .home__banner-step2 .bannerImg-5 {
  height: 19.75vw;
}

.home-sec1 .home__banner-step2 .bannerImg-4,
.home-sec1 .home__banner-step2 .bannerImg-6 {
  height: 0.75vw;
}

.home-sec1 .home__banner-secondVid {
  width: 36vw;
  height: 28vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  animation: scaleUp 3s ease-out 3s forwards;
}

.home-sec1 .home__banner-secondVid::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.home-sec1 .home__banner-secondVid video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-sec1 .home__banner-content {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  opacity: 0;
  animation: show 2s linear 4.5s forwards;
}
.home-sec1 .home__banner-content .title-1 {
  font-size: 7.625rem;
  margin-bottom: 0;
}
.home-sec1 .home__banner-content .title-3 {
  font-size: 2.625rem;
  color: var(--orange-500);
  margin-bottom: 1.4rem;
}
.home-sec1 .search-home {
  width: 45.625rem;
  display: flex;
  align-items: center;
  margin: 0 auto 1.25rem auto;
}
.home-sec1 .search-home i {
  color: black;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 3%;
  font-size: 20px;
}
.home-sec1 .search-home .submit-button {
  position: absolute;
  right: 1%;
  margin: 0;
  background-color: var(--green-500);
  font-family: var(--regular);
  font-weight: normal;
  border-radius: 99px !important;
  padding: 0 25px 0 25px;
  height: 55px;
}
.home-sec1 .search-home .search-field {
  height: 68px;
  border-radius: 99px;
  padding-left: 55px;
}
.btn-scroll {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
@keyframes scaleUp {
  0% {
    width: 36vw;
    height: 28vw;
    opacity: 1;
  }
  10% {
    width: 36vw;
    height: 28vw;
    opacity: 1;
  }

  40% {
    width: 36vw;
    height: 28vw;
    opacity: 1;
  }

  100% {
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }
}

@keyframes col1 {
  to {
    transform: translateX(calc(var(--col1-w) * -1));
  }
}

@keyframes col5 {
  to {
    transform: translateX(calc(var(--col1-w)));
  }
}

@keyframes col2 {
  to {
    transform: translateX(
      calc((var(--col1-w) + var(--gap) + var(--col2-w)) * -1)
    );
  }
}

@keyframes col4 {
  to {
    transform: translateX(calc((var(--col1-w) + var(--gap) + var(--col2-w))));
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}
#main .home-sec2 {
  padding-top: 0;
  margin-bottom: -17%;
}
.home-sec2 .title-2 {
  color: var(--green-500);
}
.home-sec2 .img-sun {
  transform: translateY(40%);
}
.home-sec2 .section-bg-overlay {
  opacity: 0.95;
}
.home-sec2 .text-mota {
  margin-top: 35px;
  margin-bottom: 35px;
}
.home-sec2 .text-mota p {
  margin-bottom: 0;
  color: var(--grey-400);
  font-size: 1.125rem;
  font-weight: 400;
}
.home-sec2 .text-conso p:first-child {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--grey-400);
}

.home-sec2 .text-conso p:nth-child(3) {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--grey-500);
}
.btn-slip {
  background-color: var(--green-500);
  border-radius: 99px;
  display: flex;
  align-items: center;
  width: max-content;
  padding: 1.115rem 4rem;
  position: relative;
}
.btn-slip:hover {
  box-shadow: unset;
}
.btn-slip:before {
  content: "\f105";
  position: absolute;
  font-family: var(--fa6);
  background-color: white;
  color: black;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  font-size: 25px;
  left: 2%;
  transition: ease 0.5s;
  font-weight: 300;
}
.btn-slip:hover:before {
  left: calc(100% - 23%);
  transition: ease 0.5s;
}
.btn-slip span {
  transform: translateX(20px) !important;
  transition: ease 0.5s;
  font-weight: 400;
}
.btn-slip:hover span {
  transform: translateX(-20px) !important;
  transition: ease 0.5s;
}

@keyframes fadeRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(1rem);
  }
  100% {
    transform: translateX(0);
  }
}
/* .home-sec2 .col-right {
transform: translatey(10%);
} */
.home-sec2 .col-right .img-earth {
  z-index: 9;
}
.home-sec2 .col-right .img-earth img {
  /* 	position: relative; */
}
.home-sec2 .col-right .img-earth:before {
  content: "";
  position: absolute;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #aaa 0%,
    rgba(198, 198, 198, 0) 100%
  );
  width: 100%;
  height: 10%;
  bottom: -8%;
  opacity: 0.8;
}
.home-sec2 .col-right .img-earth-cricle {
  position: absolute;
  top: 3%;
  z-index: 1;
}
.home-sec2 .section-bg {
  background-image: url("/wp-content/uploads/2024/12/Rectangle-9607-1-1024x776-1.webp");
}
.home-sec2 .section-bg-overlay {
  background-color: rgb(252, 247, 241);
}

.home-sec2 .img-earth .img-inner {
  position: relative;
  perspective: 1000px;
  z-index: -1;
}
.home-sec2 .img-earth .text-track {
  transform-style: preserve-3d;
  animation: rotate 15s linear infinite;
  transform-origin: center center;
  transform: perspective(62.5rem) rotateY(360deg) rotateX(1deg)
    translateY(0.625rem) translateX(-1.6875rem);
  position: absolute;
  top: 17rem;
  left: 60%;
  z-index: 1;
}
.home-sec2 .img-earth .text-track span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color2);
  font-size: 5rem;
  font-family: var(--optima2);
  transform-origin: center center;
  transform-style: preserve-3d;
}
.home-sec2 .img-earth .text-track br {
  display: none;
}
.home-sec2 #homepage__earth {
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.home-sec2 #homepage__earth-img {
  top: 7rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40.5rem;
  height: 45.0625rem;
  border-radius: 50%;
  z-index: 1;
}
#homepage__earth-img .mainImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#homepage__earth-img .subImg {
  width: 96%;
  height: 85%;
  position: absolute;
  top: 7.5%;
  left: 2%;
  z-index: -1;
}
#homepage__earth .earth-overlay {
  width: 38.9375rem;
  height: 8.9375rem;
  border-radius: 38.9375rem;
  opacity: 0.84;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #aaa 0%,
    rgba(198, 198, 198, 0) 100%
  );
  position: absolute;
  bottom: -5rem;
  left: 0;
  z-index: -1;
}
#homepage__earth_text {
  transform-style: preserve-3d;
  animation: animationText 15s linear infinite;
  transform-origin: center center;
  transform: perspective(62.5rem) rotateY(360deg) rotateX(1deg)
    translateY(0.625rem) translateX(-1.6875rem);
  position: absolute;
  top: 32rem;
}
#homepage__earth_text span {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffe16a;
  font-weight: 800;
  font-size: 5rem;
  font-family: var(--bold);
  transform-origin: center center;
  transform-style: preserve-3d;
}

@keyframes animationText {
  0% {
    transform: perspective(62.5rem) rotateY(360deg) rotateX(1deg)
      translateY(0.625rem) translateX(-1.6875rem);
  }
  100% {
    transform: perspective(62.5rem) rotateY(0deg) rotateX(1deg)
      translateY(0.625rem) translateX(-1.6875rem);
  }
}

.home-sec2 .blog-content {
  margin-top: 70px;
}

.home-sec2 .from_the_blog_excerpt {
  line-height: 22px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 15px;
}
.home-sec2 .post-title {
  margin: 10px 0 10px 0;
  font-size: 1.3125rem;
}
.home-sec2 .post-item .post-title a {
  font-size: 1.3125rem !important;
  text-transform: uppercase;
  color: white !important;
  font-family: "SVN-Optima";
}
.home-sec2 .post-item .post-title a:hover {
  color: var(--orange-500) !important;
}
.home-sec2 .box-anhquocgia img {
  height: 65px;
  width: 65px;
  object-fit: cover;
  border: 1px dashed white;
  border-radius: 99px;
  padding: 5px;
}
.home-sec2 .post-item {
  padding-right: 0;
  padding-left: 30px;
}
.home-sec2 .post-item .image-cover {
  border-radius: 20px;
}
.home-sec2 .post-item .box-text {
  display: flex;
  align-items: flex-end;
  text-shadow: unset;
}
.home-sec2 .post-item .tenquocgia {
  display: flex;
  align-items: center;
  column-gap: 0.313rem;
}

.home-sec2 .post-item .box-text .box-text-inner {
  width: 70%;
  text-shadow: unset;
}
.home-sec2 .post-item .box-text .box-anhquocgia {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.home-sec2 .post-item .shade {
  opacity: 1;
  background: linear-gradient(0deg, #323232 0, rgba(50, 50, 50, 0) 50%);
}
.home-sec2 .post-item:hover .post-title a {
  color: var(--color2);
  text-decoration-color: var(--color2);
  text-decoration: underline;
}

#main .home-sec3 {
  padding-top: 25%;
  background-color: rgb(13, 52, 34);
  /* 	z-index: 1; */
}
.home-sec3 .title-2 {
  color: var(--orange-100);
}
.home-sec3 .col-main {
  transform: translateY(-3%);
}
.home-sec3 .col-left-sticky .col-inner {
  position: sticky;
  top: 20%;
}
.home-sec3 .subtitle-section {
  color: var(--grey-100);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0.2rem;
}
.home-sec3 .subtitle-section p {
  display: flex;
  align-items: center;
  font-family: var(--bold);
}
.home-sec3 .subtitle-section i {
  color: var(--orange-200);
  font-size: 7px;
  margin-right: 10px;
}

.home-sec3 .namstar {
  position: absolute;
  z-index: 9;
  right: 5%;
  top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  color: white;
  gap: 0.313rem;
}
.home-sec3 .namstar .stars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-sec3 .namstar .stars i {
  font-family: var(--fa6);
  color: var(--orange-500);
}
.home-sec3 .anhdanhmuc {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9;
  left: 3%;
  top: 3%;
  border: 1px dashed white;
  border-radius: 99px;
  padding: 5px;
}
.home-sec3 .text-pro-top {
  display: flex;
  gap: 30px;
}
.home-sec3 .text-pro-top p {
  color: var(--orange-500);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.home-sec3 .text-pro-top i {
  margin-right: 10px;
}
.home-sec3 .box-text {
  text-shadow: unset !important;
}

.home-sec3 .product-small:hover .shade {
  opacity: 1;
}
.home-sec3 .product-small .box-image {
  border-radius: 20px;
}
.home-sec3 .product-small .image-cover {
  transition: all 0.3s;
}
.home-sec3 .product-small:hover .image-cover {
  transform: scale(1.1);
  transition: all 0.3s;
}
.home-sec3 .product-small:hover .product-title a {
  color: var(--orange-500);
  text-decoration: underline;
}
.home-sec3 .product-small:hover .btn-khampha {
  color: var(--grey-500);
  background-color: var(--orange-500);
}
.home-sec3 .product-small:hover .btn-khampha i {
  background-color: white;
}
.home-sec3 .shade {
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.home-sec3 .product-title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.home-sec3 .product-title a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline;
}
.home-sec3 .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-sec3 .price-wrapper .price {
  display: flex;
  flex-direction: column-reverse;
}
.home-sec3 .price-wrapper .price ins {
  margin-bottom: 3px;
}
.home-sec3 .price-wrapper .price ins bdi {
  font-size: 1.5rem;
  color: var(--orange-500);
}
.home-sec3 .price-wrapper .price del span {
  color: white;
  opacity: 1;
}
.home-sec3 .price-wrapper .btn-khampha,
.featured-infor .btn-khampha {
  display: flex;
  align-items: center;
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.38rem 0.38rem 0.38rem 1.25rem;
  backdrop-filter: blur(10px);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  gap: 20px;
  font-weight: 500;
}
.home-sec3 .price-wrapper .btn-khampha i,
.featured-infor .btn-khampha i {
  color: black;
  background-color: var(--orange-500);
  padding: 10px;
  border-radius: 99px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec3 .product-home-sec3 .col {
  padding-bottom: 30px;
}
.home-sec3 .col-last {
  transform: translatey(-3%);
}
#main .home-sec4 {
  padding-top: 6%;
  background-color: #0d3422;
}
.home-sec4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(252, 247, 241, 0.8) 40.85%,
    rgba(252, 247, 241, 1) 88.77%
  );
  border-radius: 3.5rem 3.5rem 0rem 0rem;
  pointer-events: none;
}

.home-sec4 .tour-interio {
  position: relative;
}
.home-sec4 .title-2 {
  color: var(--green-500);
  max-width: 38vw;
}
.home-sec4 .section-bg {
  border-radius: 3.5rem 3.5rem 0rem 0rem;
}
.home-sec4 .section-bg-overlay {
  opacity: 0.8;
}
.home-sec4 .subtitle-section {
  font-size: 1.125rem;
  color: var(--grey-300);
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0.3rem;
}
.home-sec4 .subtitle-section p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.home-sec4 .subtitle-section i {
  color: var(--green-500);
  font-size: 8px;
  margin-right: 10px;
}

.home-sec4 .mota-noidia {
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 30vw;
}
.home-sec4 .mota-noidia p {
  margin-bottom: 10px;
  color: var(--grey-400);
  font-size: 1.125rem;
  font-weight: 400;
  opacity: 0.8;
}
.home-sec4 .vn-relative {
  position: relative;
  background-color: unset;
}
.home-sec4 .dot-absolute {
  width: 5%;
  position: absolute;
}
.home-sec4 .ab1 {
  top: 2%;
  left: 30%;
}
.home-sec4 .ab2 {
  top: 14%;
  left: 32%;
}
.home-sec4 .ab3 {
  top: 26%;
  left: 31%;
}
.home-sec4 .ab4 {
  top: 44%;
  left: 45%;
}
.home-sec4 .ab5 {
  top: 58%;
  left: 54%;
}
.home-sec4 .ab6 {
  top: 72%;
  left: 52%;
}
.home-sec4 .ab7 {
  top: 79%;
  left: 39%;
}
.home-sec4 .img-vn {
  object-fit: contain;
}
.home-sec4 .image-animation:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  width: 30rem;
  height: 30rem;
  border: 2px var(--green-700) solid;
  background-color: transparent;
  animation: circleScale 2s ease-out infinite;
  z-index: 1;
  opacity: 1;
}

@keyframes circleScale {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.home-sec4 .songay {
  position: absolute;
  top: 4%;
  background-color: var(--orange-500);
  padding: 5px 20px;
  color: black;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-top-left-radius: 50px;
  z-index: 9;
  left: -2%;
}
.home-sec4 .songay:before {
  content: "";
  background-image: url("/wp-content/uploads/2024/12/rect.svg");
  position: absolute;
  width: 8px;
  height: 8px;
  background-size: cover;
  bottom: -24%;
  left: 0;
}
.home-sec4 .product-small .box-image {
  border-radius: 20px;
}
.home-sec4 .product-small {
  background-color: white;
  border-radius: 1.5rem;
}
.home-sec4 .product-small .box-text.box-text-products {
  padding: 1.12rem 1.13rem 1.87rem 0.94rem;
}
.home-sec4 .product-small a.woocommerce-loop-product__title {
  color: var(--grey-500);
  font-size: 1.25rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
.home-sec4 .product-small a.woocommerce-loop-product__title:hover {
  color: var(--green-500);
  text-decoration: underline;
}
.home-sec4 .product-small a.btn-khampha {
  width: 100%;
  height: 3rem;
  border-radius: 6.25rem;
  border: 1px solid var(--green-300);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.37rem 0.38rem 0.37rem 1.25rem;
  background: rgba(19, 129, 64, 0.03);
  backdrop-filter: blur(10px);
  position: relative;
  transition: all 0.5s;
  margin-bottom: 0.69rem;
}
.home-sec4 .product-small a.btn-khampha:hover {
  background: var(--orange-500);
  border-color: var(--orange-500);
}
.home-sec4 .product-small a.btn-khampha i {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-500);
  border-radius: 6rem;
  color: white;
}
.home-sec4 .product-small .price-wrapper {
  margin-bottom: 1.19rem;
}
.home-sec4 .product-small .price-wrapper bdi {
  color: var(--green-500);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  margin-right: 0.5rem;
}
.home-sec4 .product-small .price-wrapper del bdi {
  color: var(--grey-300);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: line-through;
  margin-bottom: 0.15rem;
}
.home-sec4 .product-small .vehicle {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.375rem;
}
.home-sec4 .product-small .vehicle span {
  color: var(--green-500);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
#main .home-sec5 {
  padding-top: 0;
  background: #fcf7f1;
  padding-bottom: 7rem;
  border-radius: 3.5rem 3.5rem 0 0;
}
.home-sec5 .homepage__exp-header {
  padding: 15.62rem 0 0;
}
.home-sec5 .cls-z {
  position: relative;
  z-index: 99;
}
.home-sec5 .homepage__exp-header2 {
  text-align: end;
  transform: translatex(25vw);
}
.home-sec5 .homepage__exp-header1 {
  transform: translatex(-25vw);
}
.home-sec5 .slickSlideThree .box-review .image-cover {
  border-radius: 1.5rem;
}
.home-sec5 .slickSlideThree .box-review .box-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.home-sec5 .slickSlideThree .box-review .box-text:before {
  content: url("/wp-content/uploads/2025/01/comma.svg");
  position: absolute;
  right: 2.07rem;
  top: 30.5rem;
}
.home-sec5 .box-review .review-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0.675rem;
}
.home-sec5 .box-review .review-short .review-des {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  font-size: 1.125rem;
  color: var(--grey-50);
  font-weight: 500;
  transition: all 0.3s ease;
}

.home-sec5 .review-short .collapse {
  display: none;
}

.home-sec5 .review-short.expanded .review-des {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}

.home-sec5 .review-short.expanded .collapse {
  display: inline-block;
}

.home-sec5 .review-short.expanded .read-more {
  display: none;
}
.home-sec5 .review-short .read-more,
.home-sec5 .review-short .collapse {
  font-size: 1.125rem;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
.homepage__exp-slide {
  width: 100%;
  position: relative;
  z-index: 10;
}

.homepage__exp-swiper {
  width: 87.5rem;
  margin: auto;
  overflow: hidden;
}

.homepage__exp-swiper .swiper-slide {
  width: 100%;
  height: 55rem;
}

.homepage__exp-swiper .swiper-slide img {
  user-select: none;
  border-radius: 1.5rem;
}
.homepage__exp-swiper .swiper-slide .box-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 0;
}
.homepage__exp-swiper .swiper-slide .box-text:before {
  content: url(/wp-content/uploads/2025/01/comma.svg);
  position: absolute;
  right: 8%;
  top: -30%;
}
.homepage__exp-swiper .swiper-slide.swiper-slide-even .swiper-slide-container {
  margin-top: 8.44rem;
}

.homepage__exp-swiper .swiper-slide .swiper-slide-container {
  width: 100%;
  position: relative;
}
.homepage__exp-slide .homepage__exp-btn {
  height: 3.125rem;
  background-color: var(--orange-200);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 18.5rem;
  z-index: 999;
  border-radius: 6.25rem;
  cursor: pointer;
}
.homepage__exp-slide .homepage__exp-btn.homepage__exp-btn-next {
  right: -2.75rem;
}
.homepage__exp-slide .homepage__exp-btn.homepage__exp-btn-prev {
  left: -2.75rem;
}
.homepage__exp-btn.swiper-button-disabled {
  opacity: 0.5;
}
.home-sec5 .homepage__exp-overlay1 {
  width: 100%;
  height: 84.4375rem;
  position: absolute !important;
  top: 0;
  left: 0;
  border-radius: 3.5rem 3.5rem 0rem 0rem;
}
.home-sec5 .homepage__exp-overlay1 img {
  border-radius: 3.5rem 3.5rem 0rem 0rem;
}
.home-sec5 .homepage__exp-overlay1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  display: flex;
  background: linear-gradient(
    0deg,
    rgba(13, 52, 34, 0.46) 0%,
    rgba(13, 52, 34, 0.46) 100%
  );
  border-radius: 3.5rem 3.5rem 0rem 0rem;
  z-index: 1;
}
.home-sec5 .homepage__exp-overlay3 {
  width: 100%;
  height: 81.25rem;
  bottom: 15rem;
  left: 0;
  z-index: 0;
  position: absolute !important;
}
.home-sec5 .homepage__exp-overlay2 {
  width: 100%;
  position: absolute;
  height: 87.125rem;
  top: 45.2rem;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 52, 34, 0) 0%,
    rgba(13, 52, 34, 0.56) 9.54%,
    #0d3422 20.47%
  );
  z-index: 0;
}
.home-sec5 .homepage__exp-overlay3:before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 0 3.5rem 3.5rem;
  background: linear-gradient(
    0deg,
    rgba(13, 52, 34, 0.48) 0%,
    rgba(13, 52, 34, 1) 100%
  );
  pointer-events: none;
}
.home-sec5 .homepage__exp-overlay3 .img-inner,
.home-sec5 .homepage__exp-overlay3 .img-inner img {
  height: 100%;
  border-radius: 0 0 3.5rem 3.5rem;
}
.home-sec5 .homepage__exp-overlay4 {
  width: 100%;
  height: 37.125rem;
  position: absolute;
  top: 67.2rem;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(13, 52, 34, 0) 0%,
    rgba(13, 52, 34, 0.56) 9.54%,
    #0d3422 20.47%
  );
  z-index: 1;
}
.home-sec5 .form-home {
  max-width: unset;
  margin-bottom: 3rem;
  transform: translateX(40vw);
}
.home-sec5 .form-home .header-form {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
}
.home-sec5 .form-home .sub-title {
  color: var(--orange-100);
  font-family: "SVN-Optima";
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  margin-right: 0.5rem;
}
.home-sec5 .form-home .header-title {
  font-family: "SVN-Optima";
  font-size: 10.5rem;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  background: url(/wp-content/uploads/2025/01/Rectangle-34625655-1-scaled-1.jpg),
    lightgray 50% / cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-sec5 .header-blog .sub-title {
  margin-top: 16.75rem !important;
  color: var(--grey-100);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.home-sec5 .title-2 {
  color: var(--orange-100);
}
.home-sec5 .homepage__contact-form .form-content {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.home-sec5 .homepage__contact-form input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding: 0 0.5rem 0.94rem 0 !important;
  outline: none !important;
  width: 32rem !important;
  box-shadow: none;
}
.home-sec5 .homepage__contact-form input,
.home-sec5 .homepage__contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
}
.home-sec5 .homepage__contact-form .wpcf7-not-valid-tip {
  color: rgba(255, 255, 255, 0.6);
}
.home-sec5 .homepage__contact-form .form-content .form-submit {
  animation: fadeRight 1.5s infinite ease;
}
.home-sec5 .homepage__contact-form .form-content .form-submit button {
  background-color: transparent !important;
  margin: 0.7rem 0 0 !important;
  padding: 0;
  box-shadow: none !important;
}

.home-sec5 .homepage__contact-form .form-content .form-item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
}
.home-sec5 .slide-btn {
  background: var(--orange-200);
}
.home-sec5 .slide-btn i {
  color: var(--green-500);
}
.home-sec5 .show-blog .sub-title i {
  font-size: 8px;
  margin-right: 10px;
  color: var(--orange-200);
}
@media (max-width: 767.98px) {
  #main .home-sec2 {
    margin-bottom: -35%;
  }
  .home-sec2 .text-conso {
    text-align: center;
  }
  .home-sec2 .text-conso p:nth-child(3) {
    font-size: 1rem;
  }
  .home-sec2 #homepage__earth-img {
    position: relative;
    top: 0;
    height: 26rem;
  }
  #homepage__earth-img .mainImg {
    object-fit: contain;
    height: 26rem;
  }
  #homepage__earth-img .subImg {
    width: 87%;
    height: 26rem;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    top: 0;
  }
  #homepage__earth_text {
    top: 14rem;
  }
  #homepage__earth_text span {
    font-size: 2.5rem;
  }

  @keyframes animationText {
    0% {
      transform: perspective(62.5rem) rotateY(360deg) rotateX(1deg)
        translateY(0.25rem) translateX(-0.5rem);
    }
    100% {
      transform: perspective(62.5rem) rotateY(0deg) rotateX(1deg)
        translateY(0.25rem) translateX(-0.5rem);
    }
  }
}
/*=======DANH SÁCH TOUR========*/
.tour-small .box .box-image {
  border-radius: 1.5rem;
}
.tour-small .box .box-image:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.47) 10.98%,
    rgba(0, 0, 0, 0) 38.72%
  );
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.tour-small.box .box-image:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.47) 10.98%,
    rgba(0, 0, 0, 0) 38.72%
  );
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.tour-small .col-inner {
  background: #fff;
  border-radius: 1.5rem;
}
.tour-small .box-text {
  padding: 1.25rem 1rem 2rem 1rem;
}
.tour-small .box-text .title-wrapper {
  margin-top: 0.38rem;
  margin-bottom: 0.5rem;
}
.tour-small .box-text .title-wrapper a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}
.tour-small .box-text .title-wrapper a:hover {
  color: var(--green-500);
  text-decoration: underline;
}
.tour-small .box-text .price-wrapper {
  display: flex;
  justify-content: space-between;
}
.tour-small .box-text .price-wrapper .price {
  display: flex;
  flex-direction: column-reverse;
}
.tour-small .box-text .price-wrapper .price ins bdi {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: var(--green-500);
}
.tour-small .box-text .price-wrapper .price del bdi {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #828282;
}
.tour-small .box-text .price-wrapper .btn-khampha {
  color: var(--green-500);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  border: 1px solid;
  border-radius: 99px;
  height: 2.75rem;
  padding-left: 1.2rem;
  padding-right: 0.3rem;
  display: flex;
  align-items: center;
}
.tour-small .box-text .price-wrapper .btn-khampha i {
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--green-500);
  color: #fff;
  border-radius: 99px;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-small .box-text .price-wrapper .btn-khampha:hover {
  background-color: var(--green-500);
  color: #fff;
}
.tour-small .box-text .price-wrapper .btn-khampha:hover i {
  background-color: var(--orange-500);
  color: var(--green-500);
}
.tour-small .group-item {
  position: absolute;
  top: 0;
  z-index: 5;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tour-small .group-item .box-image-flag {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px dashed #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-small .group-item .box-image-flag img {
  border-radius: 50%;
  width: 2.625rem;
  height: 2.625rem;
  object-fit: cover;
  margin: 0;
  position: relative;
}
.tour-small .review-star {
  border-radius: 0.9375rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  display: flex;
  padding: 0.3125rem 0.625rem;
  gap: 0.625rem;
  height: 1.375rem;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
  margin-left: auto;
}
.tour-small .review-star i {
  font-size: 0.75rem;
  color: rgb(255, 210, 32);
}
.tour-small .product-infor {
  color: #61ab7f;
  text-align: justify;
  font-family: Helvetica Neue;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.tour-small .product-infor ul {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  margin: 0;
}
.tour-small .product-infor ul li {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0.313rem;
  align-items: center;
}
/*=======TỔNG TOUR=========*/
.banner-tours .featured-item {
  position: relative;
}
.banner-tours .featured-image {
  width: 100vw;
  height: 65vh;
}
.banner-tours .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-tours .featured-infor {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.banner-tours .featured-header {
  font-size: 4.125rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "SVN-Optima";
  color: var(--orange-500);
}
.banner-tours .featured-notification {
  font-weight: 400;
  color: white;
  font-family: "Helvetica Neue" !important;
}
.banner-tours .btn-scroll {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.btn-scroll svg {
  animation: move 2s ease infinite;
}
.btn-scroll a {
  font-size: 0.875rem;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-tours {
  position: relative;
}
.banner-tours .banner-info_placeTime {
  justify-content: center;
}
.banner-tours .featured-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  max-width: 41.667rem;
  background-color: transparent;
}
.banner-tours .featured-price del {
  text-decoration: unset;
}
.banner-tours .featured-price del .woocommerce-Price-amount {
  opacity: 1;
}
.banner-tours .featured-price del .woocommerce-Price-amount bdi {
  font-size: 1.25rem;
  color: white;
  text-decoration: line-through;
}
.banner-tours .featured-price ins bdi {
  font-size: 1.75rem;
  color: var(--orange-500);
}
.banner-tours .featured-infor .btn-khampha {
  width: fit-content;
  margin: auto;
  color: white;
}
.banner-tours .featured-infor .btn-khampha:hover {
  color: var(--grey-600);
  background: var(--orange-500);
}
.banner-tours .featured-infor .btn-khampha:hover i {
  background-color: white;
}
.banner-tours .overlay-img {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 10%) 46.35%,
    rgb(0 0 0 / 20%) 56.57%,
    rgb(0 0 0 / 25%) 65.09%,
    rgb(0 0 0 / 40%) 75.74%
  );
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.banner-tours .tab-panels {
  padding: 0;
  max-height: 65vh;
  overflow: hidden;
}
.banner-tours ul.nav-header {
  position: absolute;
  z-index: 999;
  top: 1.81rem;
  padding-left: 6.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding-right: 6.25rem;
}
.banner-tours ul.nav-header li {
  width: 20.75rem;
}
.banner-tours ul.nav-header li a {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.banner-tours ul.nav-header li a:before {
  background-color: white;
  opacity: 0.5 !important;
  top: auto;
  bottom: 0;
}
.banner-tours ul.nav-header li.active a:before {
  opacity: 1 !important;
}
.bg-shop {
  padding-top: 5.25rem;
  padding-bottom: 9.25rem;
}
.bg-shop .product-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bg-shop .product-notification p {
  font-size: 2.125rem;
  color: var(--green-500);
  margin-bottom: 1.5rem;
}
#shop-sidebar {
  padding: 2rem 2.44rem 2.25rem 1.87rem !important;
  margin-bottom: 7rem;
  background-color: white;
  border-radius: 1.5rem;
}
#shop-sidebar .box-all-cate .box-cate h4 {
  margin-bottom: 0.75rem;
  color: var(--green-500);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#shop-sidebar .box-all-cate {
  border-bottom: 0.375rem solid #f1f1f1;
  padding-bottom: 1.12rem;
  margin-bottom: 1.12rem;
}
#shop-sidebar .box-all-cate .box-list-cate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

#shop-sidebar .btn-slip {
  padding: 0;
  width: 100%;
  height: 50px;
  justify-content: center;
  margin: 0;
}
#shop-sidebar .btn-slip span {
  transform: translateX(15px);
  font-size: 0.875rem;
  padding: 0;
}
#shop-sidebar .btn-slip:before {
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.25rem;
}
#shop-sidebar .btn-slip:hover:before {
  left: calc(100% - 16%);
}
#shop-sidebar .box-list-cate input {
  margin: 0;
}
#shop-sidebar .category-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#shop-sidebar .box-list-cate label {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--grey-400);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
/*=======CHI TIẾT TOUR========*/

.single .banner-product {
  padding: 0 !important;
}
.single .banner-product .product-gallery {
  max-height: calc(100vh - 85px);
  overflow: hidden;
}
.single .banner-product .zoom-button {
  display: none;
}
.banner-product
  .product-images
  .flickity-viewport
  .woocommerce-product-gallery__image.slide {
  height: calc(100vh - 85px);
  overflow: hidden;
}
.banner-product .product-thumbnails .flickity-viewport .col {
  height: 120px;
  overflow: hidden;
}
.banner-product .product-thumbnails .flickity-viewport .col a,
.banner-product
  .product-images
  .flickity-viewport
  .woocommerce-product-gallery__image.slide
  img,
.banner-product .product-thumbnails .flickity-viewport .col img {
  height: 100%;
}
.banner-product .product-thumbnails .flickity-viewport .col img,
.banner-product
  .product-images
  .flickity-viewport
  .woocommerce-product-gallery__image.slide
  img {
  object-fit: cover;
}

.banner-product .product-images:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 46.35%,
    rgba(0, 0, 0, 0.23) 56.57%,
    rgba(0, 0, 0, 0.34) 65.09%,
    rgba(0, 0, 0, 0.6) 75.74%
  );
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.banner-product .product-images {
  margin: 0;
}
.tour__detail-banner-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  bottom: 3vw;
  left: 6.25vw;
  z-index: 3;
  max-width: 41vw !important;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}
.tour__detail-banner-info .product-price strong {
  font-weight: 500;
}
.banner-product .product-thumbnails.thumbnails.slider {
  width: 100%;
  height: 8.6875vw;
  padding: 1.25vw 2vw !important;
  position: absolute;
  bottom: 2rem;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  z-index: 3;
  max-width: 50vw;
  border-top-left-radius: 1.5rem;
}
.banner-info_placeTime {
  display: flex;
  align-items: center;
  color: var(--orange-500);
  text-transform: uppercase;
  gap: 1rem;
}
.tour__detail-banner-info .product-price {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.tour__detail-banner-info .product-price ins span.amount {
  color: var(--orange-500);
  font-size: 3rem;
  order: 1;
}
.tour__detail-banner-info .product-price del span.amount {
  color: #fff;
}
.tour__detail-banner-info .product-price del {
  order: 1;
}
.banner-product .product-thumbnails a {
  border: 0;
  border-radius: 1.25rem;
  background-color: transparent;
}
.banner-product .product-thumbnails a img {
  opacity: 1;
  filter: brightness(0.5);
}
.banner-product .product-thumbnails .is-nav-selected a img,
.banner-product .product-thumbnails a:hover img {
  transform: translateY(0);
  filter: brightness(1);
}
.section-2 .col-left {
  display: block;
}
.section-2.tour-detail-content {
  background-color: #fcf7f1;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  padding-top: 70px;
  margin-top: -2rem;
  position: relative;
  z-index: 99;
}
.section-2.tour-detail-content .title-3 {
  color: var(--green-500);
}
.section-2.tour-detail-content .tour-detail-summary {
  margin-bottom: 6.25rem;
}
.section-2.tour-detail-content .tour-detail-tag {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2rem;
  column-gap: 1rem;
}
.section-2.tour-detail-content .tag-item img {
  margin-bottom: 1rem;
}
.section-2.tour-detail-content .tag-item-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.section-2.tour-detail-content .tour-detail-subTitle {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 0.313rem;
}
.section-2.tour-detail-content .tour-detail-subTitle img {
  height: 24px;
  width: 24px;
  object-fit: cover;
}
.section-2.tour-detail-content .tour-detail-mainDes {
  color: var(--green-500);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1.5rem 0rem 3.75rem;
}
.section-2.tour-detail-content .tour-detail-mainDes table {
  border: 0;
}
.section-2 .tour__detail-priceForm {
  background: white;
  border-radius: 1.5rem;
  margin-left: 0.375rem;
  padding: 1.5rem 1.5rem 2rem;
}
.section-2 .tour__detail-priceForm .title-4 {
  color: var(--green-500);
}
.section-2 .tour-quantity,
.section-2 .tour-price {
  border-bottom: 0.375rem solid #fafafa;
  padding-bottom: 1.12rem;
  margin-bottom: 1.12rem;
}
.section-2 .tour-quantity .tour-quantity-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.87rem 0.94rem;
  background: rgba(19, 129, 64, 0.1);
  border-radius: 1rem;
}
.section-2 .tour-quantity-container label {
  color: var(--grey-500);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.section-2 .tour-quantity-container .ux-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 1.5rem;
  border-radius: 1.875rem;
  background: #fff;
  width: 9.6875rem;
  margin: 0;
}
.section-2 .tour-quantity-container .ux-quantity .input-text {
  border: none !important;
  outline: none !important;
  width: 3.375rem;
  border-left: 1px solid rgba(69, 69, 69, 0.1) !important;
  border-right: 1px solid rgba(69, 69, 69, 0.1) !important;
  text-align: center;
  margin: 0;
  box-shadow: none;
  height: 1rem;
}
.section-2 .tour-quantity-container .ux-quantity .ux-quantity__button {
  color: var(--grey-500);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  cursor: default;
  border: 0;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.section-2 .tour-quantity-container .ux-quantity .ux-quantity__button:hover {
  color: var(--green-500);
}
.section-2 .tour-quantity .tour-quantity-msg,
.section-2 .tour-price .tour-price-msg {
  display: flex;
  align-items: center;
  margin-top: 0.31rem;
  font-size: 0.75rem;
  gap: 0.313rem;
  color: #ff7f0a;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
}
.section-2 .tour-price .tour-price-msg {
  justify-content: flex-end;
}
.section-2 .tour__detail-priceForm .tour__btn-item {
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0.64rem;
  height: 3rem;
  border-radius: 5.18194rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-2 .tour__detail-priceForm .tour__contactBtn {
  background: var(--orange-500);
  color: var(--grey-500);
}
.section-2 .tour__detail-priceForm .tour__callBtn {
  background: var(--green-500);
  color: white;
}
.section-2 .tour-price .nbw_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-2 .tour-price .nbw_price span {
  color: var(--grey-500);
  font-size: 0.875rem;
  font-weight: 400;
}
.section-2 .tour-price .nbw_price #regular-price {
  color: var(--grey-400);
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: line-through;
}
.section-2 .our-price-sale #sale-price {
  color: var(--green-500);
  font-size: 1.5rem;
  font-weight: 700;
}
.section-2.tour-detail-content .col-left {
  flex-basis: 72%;
  max-width: 72%;
}
.section-2.tour-detail-content .col-right {
  flex-basis: 28%;
  max-width: 28%;
}
.section-2 .tour-detail-main .tour-detail-mainDes .accordion .toggle {
  left: auto;
  right: 0;
  opacity: 1;
  background-color: var(--green-500);
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}
.section-2 .tour-detail-main .tour-detail-mainDes .accordion .toggle i {
  font-size: 0.875rem;
  color: white;
  margin-left: 0.08rem;
}
.section-2 .tour-detail-main .tour-detail-mainDes .accordion .accordion-title {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--green-500);
  padding: 2rem 0;
}
.section-2
  .tour-detail-main
  .tour-detail-mainDes
  .accordion
  .accordion-title.active {
  background-color: transparent;
}
.section-2
  .tour-detail-main
  .tour-detail-mainDes
  .accordion
  .accordion-title.active
  .toggle
  i:before {
  content: "\f068";
}
.section-2
  .tour-detail-main
  .tour-detail-mainDes
  .accordion
  .accordion-item
  .accordion-inner {
  padding-left: 0;
  padding-right: 0;
  color: var(--grey-500);
}
.section-2 .tour-detail-mainDes.tour-detail-price {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background: #fcf4dc;
  overflow: hidden;
  margin: 1.5rem auto 0;
}
.section-2 .tour-detail-mainDes .table-row.table-header {
  display: flex;
  background: var(--green-500);
  color: #fff;
}
.section-2 .tour-detail-mainDes .table-row.table-header .row-item:nth-child(1) {
  border-right: 1px solid rgb(255 255 255 / 6%);
}
.section-2 .table-row.table-row-con .row-item:nth-child(1) {
  border-right: 1px solid rgba(46, 46, 46, 0.06);
}
.section-2 .tour-detail-mainDes .table-row.table-header .row-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  width: 50%;
  padding: 1.25rem;
  gap: 0.5rem;
  line-height: 1;
}
.section-2 .tour-detail-mainDes .table-row.table-header .row-item i {
  font-size: 1.25rem;
}
.section-2 .tour-detail-mainDes .table-row.table-header .row-item i {
  font-size: 1.25rem;
}

.section-2
  .tour-detail-mainDes
  .table-row.table-header
  .row-item:nth-child(2)
  i {
  color: var(--orange-500);
}
.section-2 .table-row.table-row-con .row-item {
  padding: 1.25rem 2.5rem;
  display: flex;
  width: 50%;
  text-align: justify;
  color: var(--grey-500);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 150%;
}
.section-2 .table-row.table-row-con {
  display: flex;
}
.section-2 .title-note {
  margin-top: 1rem;
}
.section-2 .box-slider-thuvien-anh .box .image-cover {
  margin: 0 1rem;
  border-radius: 30px;
}
.section-3.tour-bookingProcess {
  width: 100%;
  height: 70.9375rem;
  border-radius: 3.5rem 3.5rem 2rem 2rem;
  overflow: hidden;
  position: relative;
}

.section-3.tour-bookingProcess:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(13, 52, 34, 0.48) 0%,
    rgba(13, 52, 34, 0.48) 100%
  );
}
.section-3.tour-bookingProcess .image-overlay {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.section-3.tour-bookingProcess .tour-bookingProcess-container {
  position: relative;
  z-index: 5;
  padding-top: 80px;
}
.section-3.tour-bookingProcess .tour-bookingProcess-container h2 {
  margin-bottom: 3.38rem;
  color: var(--orange-100);
  text-align: center;
}
.section-3.tour-bookingProcess .process-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about-sec3 .process-list-image {
  display: none;
}
.section-3.tour-bookingProcess .process-item {
  width: 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}
.section-3.tour-bookingProcess .process-item:hover .process-item-dot:before {
  animation: boxShadow 0.5s linear;
}
.section-3.tour-bookingProcess .process-item:hover .process-index {
  -webkit-text-fill-color: var(--orange-100);
}
@keyframes boxShadow {
  50% {
    box-shadow: 0 0 0.5rem 0.5rem rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0.8rem 0.8rem rgba(255, 255, 255, 0);
  }
}
.section-3.tour-bookingProcess .process-item img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 1.25rem;
}
.section-3.tour-bookingProcess .process-item p {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}
.section-3.tour-bookingProcess .process-item-dot {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(184, 184, 184, 0.1);
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 3;
  margin-top: 0.25rem;
}
.section-3.tour-bookingProcess .process-item-dot:before {
  display: flex;
  content: "";
  background-color: white;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 50%;
  z-index: 5;
}
.section-3.tour-bookingProcess .process-index {
  text-align: center;
  font-family: var(--optima);
  font-size: 5.25rem;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  background: linear-gradient(180deg, #fff1ba 0%, rgba(255, 241, 186, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}
.section-3.tour-bookingProcess .process-line {
  display: flex;
  width: calc(100% - 12.5rem);
  height: 0.8px;
  background-color: var(--orange-500);
  position: absolute;
  bottom: 6.5rem;
  left: 6.25rem;
  z-index: 0;
}
.section-4.related-tour {
  margin-top: -23.62rem;
  margin-bottom: 11.62rem;
  position: relative;
  z-index: 10;
}
.section-4.related-tour .title-2 {
  margin-bottom: 3.38rem;
  color: var(--orange-100);
}
.section-4.related-tour .subHeader {
  display: flex;
  align-items: center;
  color: #c5c5c5;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section-4.related-tour .subHeader:before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: var(--orange-200);
  display: flex;
  margin-right: 0.75rem;
  border-radius: 50%;
}
.section-4.related-tour .slick-prev,
.section-4.related-tour .slick-next {
  background: var(--orange-200);
}
.section-4.related-tour .slick-prev:before,
.section-4.related-tour .slick-next:before {
  color: var(--green-500);
}
/*=====form đặt tour====*/
.tour_detail-bookform,
.job_detail-recruitmen,
.contact_form_grouptour {
  width: 75.5rem;
  height: 46.75rem;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s;
}
.tour_detail-bookform.open,
.job_detail-recruitmen.open,
.contact_form_grouptour.open {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 10000;
}
.tour_detail-bookform .form-overlay,
.contact_form_grouptour .form-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tour_detail-bookform .form-left,
.job_detail-recruitmen .form-left,
.contact_form_grouptour .form-left {
  width: 43rem;
  height: 100%;
  padding: 3.12rem;
}
.job_detail-recruitmen .form-left {
  position: absolute;
  top: 0;
}
.tour_detail-bookform .form-left .title-3,
.contact_form_grouptour .form-left .title-3 {
  margin-bottom: 1.75rem;
  color: var(--green-500);
}
.tour_detail-bookform .close-bookform,
.job_detail-recruitmen .close-form,
.contact_form_grouptour .close-bookform {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2.75rem;
  cursor: pointer;
  color: var(--green-500);
  transition: linear 0.2s;
}
.tour_detail-bookform .close-bookform:hover,
.job_detail-recruitmen .close-form:hover,
.contact_form_grouptour .close-bookform:hover {
  rotate: 90deg;
}
.tour_detail-bookform .form-right,
.job_detail-recruitmen .form-right,
.contact_form_grouptour .form-right {
  width: 48.08619rem;
  height: 38.93206rem;
  object-fit: contain;
  position: absolute;
  right: -3rem;
  bottom: 0;
  pointer-events: none;
}
.tour_detail-bookform .form-info,
.contact_form_grouptour .form-info {
  width: 100%;
  height: 6.75rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color: rgba(19, 129, 64, 0.08);
  border-radius: 0.25rem;
}
.tour_detail-bookform .form-info img,
.contact_form_grouptour .form-info img {
  width: 6.125rem;
  height: 4.75rem;
  border-radius: 0.5rem;
  object-fit: cover;
  margin-right: 0.88rem;
}
.tour_detail-bookform .form-info .title,
.contact_form_grouptour .form-info .title {
  color: var(--grey-500);
  font-size: 1.25rem;
  font-weight: 500;
}
.tourDetail__page-overlay,
.job__page-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease 0.2s;
}
.tour_detail-bookform.open + .tourDetail__page-overlay,
.contact_form_grouptour.open + .tourDetail__page-overlay,
.job_detail-recruitmen.open + .job__page-overlay {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.form_contact_external {
  padding-top: 2rem;
}
.arriveTolocation input {
  display: none;
}
.form_contact_external .row_3col {
  display: flex;
  margin-bottom: 2.25rem;
  gap: 1.4rem;
}
.form_contact_external .row_3col .item_col3 {
  flex: 1;
}
.form_contact_external .row_3col .label_input {
  margin-bottom: 0.62rem;
  color: #454545;
  font-family: "Helvetica Neue";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.form_contact_external .row_3col span {
  color: #ed2525;
}
.form_contact_external .row_3col input {
  border: none;
  border-bottom: 0.0625rem solid rgba(106, 106, 106, 0.5019607843);
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0;
  margin-bottom: 0;
}
.form_contact_external .row_box-day .item_col3 span {
  border-bottom: 0.0625rem solid rgba(106, 106, 106, 0.5019607843);
  max-height: 2.2rem;
  overflow: hidden;
}
.form_contact_external .row_box-day .item_col3:nth-child(1),
.form_contact_external .row_box-day .item_col3:nth-child(2) {
  flex: 1 1 25%;
}
.form_contact_external .row_box-day .item_col3:nth-child(3) {
  flex: 1 1 50%;
}
.form_contact_external .row_box-day .item_col3 textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-size: 0.875rem;
  font-weight: 400;
  outline: none;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0;
  padding-top: 0.2rem;
}
.form_contact_external .btn-slip {
  padding: 0.65rem 4rem;
}
.form_contact_external .btn-slip span {
  color: white;
}
.form_contact_external .btn_submit button {
  margin: 3.25rem 0 0;
}
.contact_form_grouptour .Tolocation {
  display: flex;
  gap: 1.5rem;
}
.contact_form_grouptour .nested_checkbox {
  margin-top: 0.75rem;
  margin-bottom: 2.25rem;
  border-radius: 0.5rem;
  border: 0.5px solid #b6d8c4;
  background: rgba(19, 129, 64, 0.04);
  padding: 1.13rem 1.37rem 0.5rem 1.37rem;
}
.contact_form_grouptour .nested_checkbox .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.contact_form_grouptour
  .nested_checkbox
  .wpcf7-checkbox
  .wpcf7-list-item
  label {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.contact_form_grouptour
  .nested_checkbox
  .wpcf7-checkbox
  .wpcf7-list-item
  input[type="checkbox"] {
  margin: 0;
}
.contact_form_grouptour
  .nested_checkbox
  .wpcf7-checkbox
  span.wpcf7-list-item-label {
  font-size: 0.75rem;
}
.contact_form_grouptour .form_contact_external {
  padding-top: 0;
}
.booktour-btn {
  position: relative;
  width: fit-content;
}
.booktour-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1.12px solid var(--Gray-Scale-0, #fff);
  background-color: var(--green-500);
  color: var(--Gray-Scale-0, #fff);
  text-align: center;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 84%;
  box-shadow: 0 0 0.5rem 0.5rem rgba(182, 216, 196, 0.4);
  cursor: pointer;
  z-index: 10;
}
.booktour-btn::before {
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #b6d8c4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spread 1.75s infinite ease;
}
@keyframes spread {
  0% {
    width: 120%;
    height: 120%;
  }

  50% {
    width: 70%;
    height: 70%;
  }
  100% {
    width: 120%;
    height: 120%;
  }
}
/*=================FOOTER=============*/
#footer {
  padding-top: 4.25rem;
  border-radius: 3.5rem 3.5rem 0rem 0rem;
  background: white;
  margin-top: -3rem;
}
#footer .footer-list {
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--grey-100);
}
#footer .footer_col-item:nth-child(4) {
  width: 20.56rem !important;
}
#footer .footer_col-item:nth-child(3) {
  width: 12.4375rem !important;
}
#footer .footer_col-item:nth-child(2) {
  width: 22.7rem !important;
}

#footer .footer_col-item:nth-child(1) {
  width: 23.2rem !important;
}

#footer .footer_col-item:nth-child(1) img {
  width: 23.1875rem;
  height: 3.259rem;
  object-fit: contain;
  margin-bottom: 1.25rem;
}
#footer .footer_col-item:nth-child(2) ul li {
  list-style: none;
}
#footer .footer_col-item:nth-child(2) ul li img {
  margin-right: 0.5rem;
}
#footer .footer_col-item:nth-child(3) ul li {
  margin-left: 2rem;
}
#footer .footer_col-item:nth-child(4) input {
  font-size: 1.125rem !important;
  padding: 0 !important;
  box-shadow: unset !important;
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #6a6a6a;
}
#footer .footer_col-item:nth-child(4) .form-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer_col-item:nth-child(4) .form-content button {
  margin: 2.4rem 0 0;
  box-shadow: none;
  background: transparent;
  border: 0;
  padding: 0;
  animation: fadeRight 1.5s infinite ease;
}
#footer .footer_col-item .title-footer {
  color: #454545;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}
#footer .social-footer {
  display: flex;
  gap: 2rem;
  align-items: center;
}
#footer .list-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#footer .list-social a i {
  width: 2.813rem;
  height: 2.813rem;
  font-size: 1.5rem;
  border: 1px solid var(--green-500);
  border-radius: 99px;
  position: relative;
  color: var(--green-500);
}
#footer .list-social a i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .box-license {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
#footer .box-license {
  margin-bottom: 1.5rem;
}
#footer .box-license img {
  height: 1.25rem !important;
  width: 1.25rem !important;
  margin-bottom: 0 !important;
}
#footer .absolute-footer {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.115rem;
  padding: 15px 0 15px;
}
#footer .footer_col-item ul li a {
  color: var(--grey-500);
}
#footer .footer_col-item ul li a:hover {
  color: var(--green-500);
}

.group_contact {
  width: 100%;
  height: 11.875rem;
  position: relative;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 100;
  transform: translateY(8.75rem);
}
.grouptour__contact-header {
  width: fit-content;
  height: 3.125rem;
  background: var(--green-500);
  display: flex;
  border-radius: 1rem 1rem 0rem 0rem;
  color: white;
  align-items: center;
  padding: 0 1rem;
  margin-left: 6.25rem;
  cursor: pointer;
  gap: 0.5rem;
}
.grouptour__contact-header span {
  color: #fff;
  font-family: "SVN-Optima";
  font-size: 1rem;
  font-weight: 600;
}
.grouptour__contact-header i {
  animation: move 2s ease infinite;
  margin-left: 1rem;
}
.group_contact.movedown .grouptour__contact-header i {
  rotate: 180deg;
}
.grouptour__contact-list {
  width: 100%;
  height: 8.75rem;
  background-color: #fff;
  border-radius: 1.5rem 1.5rem 0rem 0rem;
  padding: 1.5rem;
}
.group_contact.movedown {
  transform: translateY(0);
}
.grouptour__contact-list-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.grouptour__contact-list .contact-item {
  background-color: var(--orange-100);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-width: 15rem;
}
.grouptour__contact-list .contact-item .item_header {
  color: var(--grey-500);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.44rem;
}
.grouptour__contact-list .contact-item .item_value {
  display: flex;
  align-items: center;
  padding: 0.3125rem 1.25rem;
  border-radius: 6.25rem;
  background: #fff;
}
.grouptour__contact-list .contact-item .item_value .item_value-phone {
  color: var(--green-500);
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-right: 0.2rem;
}
.grouptour__contact-list .contact-item .item_value .item_value-icon {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
  cursor: pointer;
  display: flex;
}
.grouptour__contact-list .contact-item .item_value .item_value-icon-checked {
  display: none;
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
}
.grouptour__contact-list
  .contact-item.copied
  .item_value
  .item_value-icon-checked {
  display: block;
}
.grouptour__contact-list .contact-item.copied .item_value .item_value-icon {
  display: none;
}
/*==================TUYỂN DỤNG====================*/
.recruitment-sec1 {
  height: calc(65vh);
}
.recruitment-sec1 .section-bg {
  background-image: url(/wp-content/uploads/2025/01/Rectangle-34625602.webp);
}
.recruitment-sec1 .section-bg:before {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 2.08%,
      rgba(0, 0, 0, 0.23) 43.87%,
      rgba(0, 0, 0, 0.34) 65.09%,
      rgba(0, 0, 0, 0.6) 75.74%
    ),
    rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.recruitment__banner-subText.title-3 {
  color: var(--orange-500);
}
.recruitment__banner-header.title-1 {
  margin: 0;
}
.recruitment-sec2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcf7f1;
  border-radius: 3.5rem;
  margin-top: -3.5rem;
}
.recruitment-sec2 .title-2 {
  color: var(--green-500);
}
.post-recruitment .col-inner {
  background: #fff;
  padding: 2rem 2rem 1rem;
  border-radius: 1.5rem;
}
.recruitment-infor ul {
  max-width: 25vw;
}
.recruitment-infor ul li {
  margin-left: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.text-recruitment a {
  font-size: 1.25rem;
  color: var(--green-500);
}
.text-recruitment a:hover {
  text-decoration: underline;
}
.recruitment-infor .btn-slip {
  padding: 0.6rem 2.4rem;
  position: absolute;
  right: 5%;
  bottom: 15%;
  margin: 0;
}
.recruitment-infor .btn-slip span {
  font-size: 0.875rem;
}
.recruitment-infor .btn-slip:before {
  height: 35px;
  width: 35px;
  font-size: 1.25rem;
}
.section-contact {
  padding-bottom: 10rem;
}
.section-contact .homepage__exp-overlay1 {
  position: absolute;
  top: 0;
}
.section-contact .homepage__exp-overlay1 img {
  border-radius: 3.5rem;
  height: 71.25rem;
}
.section-contact .form-home {
  max-width: unset;
  margin-bottom: 3rem;
  transform: translateX(40vw);
  padding-top: 7rem;
}
.section-contact .form-home .header-form {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
}
.section-contact .form-home .sub-title {
  color: var(--orange-100);
  font-family: "SVN-Optima";
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
}
.section-contact .form-home .header-title {
  font-family: "SVN-Optima";
  font-size: 10.5rem;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  background: url(/wp-content/uploads/2025/01/Rectangle-34625655-1-scaled-1.jpg),
    lightgray 50% / cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.8;
}
.section-contact .header-blog .sub-title {
  margin-top: 16.75rem !important;
  color: var(--grey-100);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.section-contact .title-2 {
  color: var(--orange-100);
}
.section-contact .homepage__contact-form .form-content {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.section-contact .homepage__contact-form input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding: 0 0.5rem 0.94rem 0 !important;
  outline: none !important;
  width: 32rem !important;
  box-shadow: none;
}
.section-contact .homepage__contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.section-contact .homepage__contact-form input,
.home-sec5 .homepage__contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
}
.section-contact .homepage__contact-form .wpcf7-not-valid-tip {
  color: rgba(255, 255, 255, 0.6);
}
.section-contact .homepage__contact-form .form-content .form-submit {
  animation: fadeRight 1.5s infinite ease;
}
.section-contact .homepage__contact-form .form-content .form-submit button {
  background-color: transparent !important;
  margin: 0.7rem 0 0 !important;
  padding: 0;
  box-shadow: none !important;
}

.section-contact .homepage__contact-form .form-content .form-item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
}
.section-contact .slick-prev,
.section-contact .slick-next {
  background: var(--orange-200);
}
.section-contact .slick-prev:before,
.section-contact .slick-next:before {
  color: var(--green-500);
}
.section-contact .show-blog .sub-title i {
  font-size: 8px;
  margin-right: 10px;
  color: var(--orange-200);
}
.recruitment-single {
  padding: 3.5rem 0 6rem;
}
.recruitment-single .entry-title {
  color: var(--green-500);
  margin: 0;
  line-height: 1.2;
}
.recruitment-single .infor-job {
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem 1.88rem;
}
.recruitment-single .infor-job ul li {
  list-style: none;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.recruitment-single .infor-job ul li:nth-child(n + 2) {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--grey-50);
}
.recruitment-single .infor-job ul li p {
  margin: 0;
}
.recruitment-single .infor-job ul li p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.recruitment-single .recruitment-des {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--grey-100);
}
.recruitment-single .recruitment-title {
  padding-bottom: 0;
  font-size: 1.75rem;
  color: var(--green-500);
}
.recruitment-single .recruitment-single .title-2 {
  color: var(--green-500);
  margin-bottom: 0;
  line-height: 1.2;
}
.recruitment-single .job__contactBtn {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 50px;
  width: fit-content;
  background-color: var(--green-500);
  color: #fff;
  border-radius: 6.75rem;
  padding-left: 1.4rem;
  padding-right: 0.313rem;
  cursor: pointer;
  margin-top: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.recruitment-single .job__contactBtn:hover {
  background-color: var(--orange-500);
  color: var(--green-500);
}
.recruitment-single .job__contactBtn:hover i {
  background-color: var(--green-500);
  color: var(--orange-500);
}
.recruitment-single .job__contactBtn i {
  height: 42px;
  width: 42px;
  background-color: white;
  color: var(--grey-500);
  font-size: 1.115rem;
  font-weight: 300;
  border-radius: 6.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.recruitment-single .infor-job .recruitment-title {
  margin-bottom: 1.875rem;
}

/*=========ABOUT=========*/
.about-sec1 {
  padding-top: 0;
  background-image: url("/wp-content/uploads/2025/01/new1.webp");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-sec1:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(13, 52, 34, 0) 70.03%,
    #0d3422 97.12%
  );
  height: 100%;
  bottom: 0;
  left: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
}
.about-img1 {
  height: 100vh;
  width: 100%;
}
.about-img2 {
  position: absolute;
  top: 8%;
  z-index: 99;
  left: 36%;
  width: 32rem;
}
.about-sec1 .text-content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 42rem;
  text-align: right;
  padding-right: 6.25%;
}
.about-sec1 .text-content .title-2 {
  font-size: 6.5rem;
  color: var(--green-500);
  line-height: 1;
}
.about-sec2 {
  padding-top: 0;
  background-image: url("/wp-content/uploads/2025/01/new2.webp");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-sec2 .about__list-img .img-item {
  height: 36.37rem;
}
.about-sec2 .about__list-img img {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  object-fit: cover;
}
.about-sec2 .about__list-img .about3-img1 {
  width: 16.875rem;
  height: 16.875rem;
  top: 20%;
}
.about-sec2 .about__list-img .about3-img2 {
  width: 9rem;
  height: 9rem;
  left: 25%;
}
.about-sec2 .about__list-img .about3-img3 {
  width: 22.875rem;
  height: 22.875rem;
  left: 45%;
  top: 20%;
}
.about-sec2 .about__list-img .about3-img4 {
  width: 7.875rem;
  height: 7.875rem;
  right: 7%;
  bottom: 10%;
}
.about-sec2 .about__list-img .about3-img5 {
  width: 12.625rem;
  height: 12.625rem;
  right: 0;
}
.about-sec2 .sub-title {
  color: var(--grey-100);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.about-sec2 .title-2 {
  color: var(--orange-100);
}
.about-sec2 .sub-title i {
  font-size: 7px;
  color: var(--orange-200);
}
.about-sec2 .text-header {
  margin-top: -15.75rem;
}
.about-sec2 .text-commit .text {
  font-family: "SVN-Optima";
  font-size: 2.625rem;
  font-weight: 600;
  max-width: 38rem;
  line-height: 1.4;
  text-align: left;
}
.about-sec2 .text-commit span {
  color: var(--orange-100);
}
.about-sec2 .number-run .odometer-inside {
  font-size: 6.625rem;
}
.about-sec2 .number-run .sup {
  position: absolute;
  top: 20%;
  font-size: 3.625rem;
}
.about-sec2 .text-number .sub-title {
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.625rem;
  opacity: 0.4;
  text-transform: uppercase;
}
.about-sec2 .text-number .col:nth-child(n + 2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  background-color: var(--grey-300);
  height: 100%;
  width: 1px;
}
.zoom-image {
  width: 100%;
  transform: scale(0);
  transform-origin: center;
}
.about-sec3 {
  padding: 6rem 0;
}
.about-sec3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/wp-content/uploads/2025/01/nen.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-sec3:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(13, 52, 34, 0) 70.03%,
    #fcf7f1 97.12%
  );
  height: 100%;
  bottom: 0;
  left: 0px;
  z-index: 0;
  position: absolute;
  width: 100%;
}
.about-sec3 .group-team {
  position: relative;
}
.about-sec3 .tour-bookingProcess-container h2,
.about-sec3 .title-2 {
  color: var(--green-500);
  max-width: 32vw;
  margin-left: auto;
  margin-right: auto;
}
.about-sec3 .text-des {
  max-width: 35rem;
  margin: auto;
}
.about-sec3 .tour-bookingProcess-container .process-line {
  background-color: var(--green-500);
}
.about-sec3 .tour-bookingProcess-container .process-index {
  background: linear-gradient(180deg, #138140 0%, rgba(255, 241, 186, 0) 100%);
  background-clip: text;
}
.about-sec3 .tour-bookingProcess-container .process-item:hover .process-index {
  -webkit-text-fill-color: var(--green-500);
}
.about-sec3 .tour-bookingProcess-container .process-item p {
  color: #171717;
  opacity: 1;
}
.about-sec3 .group-team .box-team {
  border-radius: 1.5rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.about-sec3 .group-team .box-team .box-image .image-cover {
  border-radius: 1.5rem;
}
.about-sec3 .group-team .box-team .box-text {
  padding: 2.12rem;
  text-align: center;
}
.about-sec3 .group-team .box-team .box-text h4 {
  font-size: 1.25rem;
}
.about-sec3 .text-content {
  text-align: center;
}
.about-sec3 .group-team .team-contact {
  border-radius: 6.25rem;
  background: #fcf7f1;
  margin-top: 0.62rem;
  text-align: center;
  padding: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: var(--green-500);
}
.about-sec3 .group-team .team-contact:hover {
  background-color: var(--orange-500);
  cursor: pointer;
}
.about-sec3 .group-team .team-infor .item_value .item_value-icon {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
  cursor: pointer;
}
.about-sec3 .group-team .team-infor .item_value .item_value-icon-checked {
  display: none;
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
}
.about-sec3 .group-team .team-infor.copied .item_value .item_value-icon {
  display: none;
}
.about-sec3 .team-infor.copied .item_value .item_value-icon-checked {
  display: block;
}
.contact-sec1 {
  height: calc(100vh - 85px);
}
.contact-sec1 .title-3 {
  color: var(--green-500);
}
/*===========Panner=========*/
.panner-sec2 {
  padding: 6.75rem 0 19.27rem !important;
}
.panner-sec2 .partner__logo {
  position: relative;
  height: 15rem;
}
.panner-sec2 .partner__logo-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 1rem;
}
.panner-sec2 .partner__logo-slide .swiper-slide {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.29);
  box-shadow: 0.25rem 0.5rem 2rem 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(23.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.panner-sec2 .partner__logo-slide .swiper-slide img {
  object-fit: contain;
  max-width: 100%;
  max-height: 3.4rem;
  max-width: 8.8rem;
}
.panner-sec2 .text-header .text-content {
  text-align: center;
  max-width: 37vw;
  margin: auto;
}
.panner-sec3 {
  padding-top: 6rem !important;
  padding-bottom: 50rem !important;
  z-index: 1;
}
.panner-sec3 .section-bg.bg-loaded {
  background-image: url(/wp-content/uploads/2024/12/rrrrr-2-2-1-947x1024-1.webp);
  border-radius: 3.5rem;
}
.panner-sec3 .section-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(13, 52, 34, 0.8) 0%,
    rgba(13, 52, 34, 0.8) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.panner-sec2 .text-header .text-content .title-2 {
  color: var(--green-500);
}
.panner-sec3 .text .title-2 {
  color: var(--orange-100);
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 4rem !important;
}
.panner-sec3 .form-panner {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1.44rem 3.4rem 2.44rem 4.25rem;
  position: relative;
  margin-top: 5rem;
}
.panner-sec3 .form-panner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2025/01/Rectangle-34625550-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  border-radius: 1.5rem;
}
.panner-sec3 .form-panner .col-left {
  padding-right: 1.875rem;
}
.panner-sec3 .form-panner .col-left .title-3 {
  color: var(--green-500);
  margin: 3rem 0;
}
.form_contact_panner input,
.form_contact_panner textarea {
  border: none;
  border-bottom: 0.0625rem solid rgba(106, 106, 106, 0.5019607843);
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0;
  margin-bottom: 0;
}
.form_contact_panner .row_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.form_contact_panner .row_1col,
.form_contact_panner .row_2col {
  margin-bottom: 2.25rem;
}
.form_contact_panner .label_input {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 700;
  color: var(--grey-500);
}
.form_contact_panner .label_input span {
  color: #ed2525;
}
.form_contact_panner .btn-slip {
  padding: 0.65rem 4rem;
  margin: 2.5rem 0 0;
  color: white;
  text-transform: uppercase;
}
.welfare-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
.welfare-list .welfare-item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--grey-200);
  left: -2.5rem;
}
/* .welfare-item .col-inner {
padding: 0 3rem;
} */
.welfare__box--item .icon-box-img {
  width: 5.5rem !important;
}
.welfare__box--item .icon-box-text h5 {
  color: var(--orange-100);
  font-size: 1.25rem;
}
.panner-sec4 {
  margin-top: -29rem;
  padding-bottom: 8rem;
}
.panner-sec4:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: rgb(252 247 241);
  z-index: 0;
}
.panner-sec4 .show-blog .header-blog .title-2 {
  color: var(--orange-100);
}
.panner-sec4 .show-blog .sub-title {
  color: var(--grey-100);
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.panner-sec4 .show-blog .sub-title i {
  font-size: 7px;
  color: var(--orange-200);
  margin-right: 0.5rem;
}
/*===========Css Slide=======*/
.slideShowFour {
  overflow: hidden;
}
.slide-btn {
  height: 3.125rem;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #138140;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.slide-btn.btn__slide-prev {
  left: -3rem;
}
.slide-btn.btn__slide-next {
  right: -3rem;
}
.slide-btn.swiper-button-disabled {
  opacity: 0.5;
}
.slide-btn i {
  color: var(--orange-500);
}
.swiper-pagination {
  position: static !important;
  padding-top: 2rem;
  display: none;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  transform: unset;
  border-radius: 9rem;
  opacity: 1;
  background-color: silver;
  margin: 0 0.34375rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 2.5625rem;
  background-color: var(--green-700);
}
/*=======Quy trình===*/
.tour-bookingProcess-container {
  position: relative;
  z-index: 5;
  padding-top: 80px;
}
.tour-bookingProcess-container h2 {
  margin-bottom: 3.38rem;
  color: var(--orange-100);
  text-align: center;
}
.tour-bookingProcess-container .process-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tour-bookingProcess-container .process-item {
  width: 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}
.tour-bookingProcess-container .process-item:hover .process-item-dot:before {
  animation: boxShadow 0.5s linear;
}
.tour-bookingProcess-container .process-item:hover .process-index {
  -webkit-text-fill-color: var(--orange-100);
}
.tour-bookingProcess-container .process-item img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 1.25rem;
}
.tour-bookingProcess-container .process-item p {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
}
.tour-bookingProcess-container .process-item-dot {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgba(184, 184, 184, 0.1);
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 3;
  margin-top: 0.25rem;
}
.tour-bookingProcess-container .process-item-dot:before {
  display: flex;
  content: "";
  background-color: white;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  border-radius: 50%;
  z-index: 5;
}
.tour-bookingProcess-container .process-index {
  text-align: center;
  font-family: "SVN-Optima";
  font-size: 5.25rem;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
  background: linear-gradient(180deg, #fff1ba 0%, rgba(255, 241, 186, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}
.tour-bookingProcess-container .process-line {
  display: flex;
  width: calc(100% - 12.5rem);
  height: 0.8px;
  background-color: var(--orange-500);
  position: absolute;
  bottom: 6.5rem;
  left: 6.25rem;
  z-index: 0;
}
/*===========Post==========*/
.section-Blog {
  border-radius: 3.5rem;
  margin-top: -3rem;
  background: #fcf7f1;
  padding-top: 6rem;
}
.archive-page-header .title-2 {
  color: var(--green-500);
  margin: 0;
}
.archive-page-header .sub-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.archive-page-header .header-tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.archive-page-header .sub-title {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.archive-page-header .sub-title i {
  font-size: 7px;
}
.category .blog-archive {
  padding-top: 0;
  padding-bottom: 3rem;
}
.tabs-category ul {
  display: flex;
  gap: 0.5rem;
}
.tabs-category ul li {
  list-style: none;
}
.tabs-category ul li.cat-1 {
  order: -1;
}
.tabs-category ul li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #138140;
  line-height: 1.5;
  display: inline-flex;
  padding: 0.8125rem 1.3125rem;
  border-radius: 4.125rem;
  border: 1px solid #61ab7f;
  transition: all 0.3s;
}
.tabs-category ul li.active a,
.tabs-category ul li:hover a {
  color: #fff;
  background-color: #138140;
}
.category .archive-post #post-list .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  height: 100% !important;
  position: relative !important;
  top: 0;
  left: 0;
  overflow: hidden;
}
.category .archive-post #post-list .row .col {
  padding: 0;
}
.category .archive-post #post-list .row .post-item {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  max-width: 100% !important;
}
.category .archive-post #post-list .row .post-item:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 3;
}
.category
  .archive-post
  #post-list
  .row
  .post-item:first-child
  .box-blog-post
  .box-image
  .image-cover {
  border-radius: 1.02944rem;
  padding-top: 61.75% !important;
}
.category .archive-post #post-list .row .post-item .box-blog-post .box-image {
  border-radius: 1.02944rem !important;
}
.category .archive-post #post-list .row .post-item:nth-child(2) {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.category .archive-post #post-list .row .post-item:nth-child(2) .box-blog-post,
.category .archive-post #post-list .row .post-item:nth-child(3) .box-blog-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 1.75rem 1.75rem 1.25rem;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  gap: 1rem;
}
.category
  .archive-post
  #post-list
  .row
  .post-item:first-child
  .box-blog-post
  .box-text {
  position: absolute;
  left: 2.13rem;
  bottom: 2.13rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.94rem 2.13rem 2rem 2rem;
  border-radius: 1rem;
  width: 60%;
}
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(2)
  .box-blog-post
  .box-image,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(3)
  .box-blog-post
  .box-image {
  width: 45%;
  margin: 0;
}
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(2)
  .box-blog-post
  .box-image
  .image-cover,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(3)
  .box-blog-post
  .box-image
  .image-cover {
  padding-top: 100% !important;
  border-radius: 1.02944rem;
}
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(2)
  .box-blog-post
  .box-text,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(3)
  .box-blog-post
  .box-text {
  width: 50%;
  padding: 0;
}
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(2)
  .box-blog-post
  .box-text
  .post-title
  a,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(3)
  .box-blog-post
  .box-text
  .post-title
  a {
  font-size: 1.25rem;
}
.category
  .archive-post
  #post-list
  .row
  .post-item
  .box-blog-post
  .from_the_blog_excerpt,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(2)
  .box-blog-post
  .btn-post,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(3)
  .box-blog-post
  .btn-post,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(2)
  .box-blog-post
  .box-text
  .post-category,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(3)
  .box-blog-post
  .box-text
  .post-category,
.category
  .archive-post
  #post-list
  .row
  .post-item:first-child
  .box-blog-post
  .post-category__bottom,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(n + 4)
  .box-blog-post
  .post-category__bottom {
  display: none;
}
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(2)
  .box-blog-post
  .from_the_blog_excerpt,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(3)
  .box-blog-post
  .from_the_blog_excerpt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nav-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.nav-pagination a.page-number {
  background: #1381401a;
  color: var(--green-500) !important;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-pagination a.page-number:hover {
  color: white !important;
}
.box-blog-post .post-category {
  display: inline-flex;
  align-items: center;
  padding: 0.1875rem 0.875rem;
  text-decoration: none;
  border-radius: 6.25rem;
  background: rgba(19, 129, 64, 0.1);
  gap: 0.5rem;
  margin-bottom: 0.875rem;
}
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(2)
  .box-blog-post
  .post-category,
.category
  .archive-post
  #post-list
  .row
  .post-item:nth-child(3)
  .box-blog-post
  .post-category {
  margin: 0;
}
.box-blog-post .post-category .category-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--green-500);
  margin: 0;
}
.blog-single article.post {
  max-width: 900px;
  margin: auto;
}
.blog-single article.post .entry-header .entry-header-text {
  margin: auto;
}
.blog-single article.post .entry-header .entry-header-text .entry-divider {
  display: none;
}
.blog-single .header-blog {
  text-align: center;
}
.blog-single .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-single .show-blog .title-2 {
  color: var(--green-500);
}
.blog-single .show-blog .sub-title i {
  font-size: 7px;
  color: var(--green-500);
}
.blog-single article.post .entry-header .entry-title {
  margin: 0;
  font-family: "SVN-Optima";
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--green-500);
  text-align: center;
}
.blog-single .archive-post {
  padding-top: 2rem;
  padding-bottom: 6.5rem;
}
/*===========Reponsive============*/
@media (max-width: 1600px) {
  .flex-col.hide-for-medium.flex-left.flex-grow
    .header-nav.header-nav-main.nav-left
    a.nav-top-link {
    padding: 0.8rem 0.5rem;
  }
  #header .header-button-1 .button {
    padding: 0.5rem 1.875rem;
  }
  #header .header-search a {
    width: 43px;
    height: 43px;
  }
  .container-width,
  .full-width .ubermenu-nav,
  .container,
  .row {
    max-width: 1300px !important;
  }
  .section-contact .form-home .header-title {
    font-size: 7rem;
  }
  .panner-sec2 .text-header .text-content {
    max-width: 60vw;
  }
  .panner-sec3 .text .title-2 {
    max-width: 55vw;
  }
  /* giới thiệu */
  .about-sec2 .title-2 {
    font-size: 3.5rem;
  }
  .about-sec3 .tour-bookingProcess-container h2 {
    max-width: 44rem;
  }
  .about-sec3 .title-2 {
    max-width: 100vw;
  }
  .about-sec1 .text-content .title-2 {
    font-size: 5.5rem;
  }
  /* danh sách tour */
  #shop-sidebar .box-list-cate label {
    font-size: 0.7rem;
  }
  .tour-small .product-infor ul {
    gap: 1rem;
  }
  .tour-small .product-infor ul li {
    font-size: 0.625rem;
  }
  .tour-small .box-text .price-wrapper .price ins bdi {
    font-size: 1.125rem;
  }
  .tour-small .box-text .price-wrapper .btn-khampha {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .show-blog,
  .form-content,
  .form-home {
    padding: 0 3rem;
  }
}
@media (max-width: 1199px) {
  .title-1 {
    font-size: 7rem;
  }
  .title-2 {
    font-size: 3.125rem;
  }
  .slide-btn {
    display: none;
  }

  .swiper-pagination {
    display: block;
  }
  /* form */
  .section-contact .homepage__contact-form input {
    width: 100% !important;
  }
  .homepage__contact-form {
    padding: 0 8rem;
  }
  .show-blog .blog-content {
    padding: 0 1rem;
  }
  /*Đại lý*/
  .welfare-list {
    padding: 0 1rem 1rem;
    column-gap: 1.25rem;
  }
  .welfare__box--item {
    padding: 2.25rem 1.2rem;
    border: 1px solid rgb(255, 255, 255, 0.6);
    border-radius: 1.4rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .welfare__box--item .icon-box-text {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .welfare-list .welfare-item:nth-child(n + 2):before {
    display: none;
  }
  .welfare__box--item .icon-box-text h5 {
    font-size: 1rem;
    flex: 1;
  }
  .welfare__box--item .icon-box-img {
    width: 4rem !important;
    margin-left: 0;
  }
  /* giới thiệu */
  .about-sec1 .text-content {
    padding-right: 1rem;
    max-width: 32rem;
  }
  .about-sec1 .text-content .title-2 {
    font-size: 4.5rem;
  }
  .about-sec2 .about__list-img .about3-img5 {
    right: 1rem;
  }
  .about-sec2 .row.text-commit,
  .about-sec2 .row.text-number {
    padding: 0 1rem;
  }
  .about-sec2 .number-run .odometer-inside {
    font-size: 4.625rem;
  }
  .about-sec3 .group-team {
    padding: 0 1rem;
  }
  .about-sec2 .text-number .col:nth-child(n + 2):before {
    left: -10%;
  }
  /* cẩm nang du lịch */
  .category .archive-post #post-list .row .post-item:first-child {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post
    .box-image
    .image-cover,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post
    .box-image
    .image-cover,
  .category
    .archive-post
    #post-list
    .row
    .post-item:first-child
    .box-blog-post
    .box-image
    .image-cover {
    padding-top: 67.25% !important;
  }
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post
    .box-image,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post
    .box-image {
    width: 100%;
  }
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post
    .btn-post,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post
    .btn-post,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post
    .box-text
    .post-category,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post
    .box-text
    .post-category {
    display: flex;
  }
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post
    .post-category,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post
    .post-category {
    display: none;
  }
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post
    .box-text,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post
    .box-text {
    width: 100%;
    padding: 1.56rem 1.4rem;
  }
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post
    .from_the_blog_excerpt,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post
    .from_the_blog_excerpt {
    display: none;
  }

  .category
    .archive-post
    #post-list
    .row
    .post-item:first-child
    .box-blog-post
    .box-text {
    position: relative;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.56rem 1.4rem;
    border-radius: 1rem;
    width: 100%;
  }
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(2)
    .box-blog-post
    .box-text
    .post-category,
  .category
    .archive-post
    #post-list
    .row
    .post-item:nth-child(3)
    .box-blog-post
    .box-text
    .post-category {
    display: flex;
    max-width: fit-content;
    margin-bottom: 0.875rem;
  }
  .category .archive-post #post-list .row .post-item:nth-child(2) {
    grid-column: unset;
    grid-row: 1;
  }
  .post-item .col-inner .box-text .post-title a {
    font-size: 1.25rem !important;
  }
  /* danh dách tour */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*==start tuyển dụng==*/
  .recruitment-infor ul {
    max-width: 100%;
  }
  .recruitment-infor .btn-slip {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  /*==end tuyển dụng==*/
  .section-contact .form-home .header-title {
    font-size: 6rem;
  }
  .section-contact .form-home .sub-title {
    font-size: 2rem;
  }
  .section-contact .homepage__contact-form input {
    width: 100% !important;
  }

  .section-contact .header-blog .sub-title {
    font-size: 0.875rem;
  }
  .section-contact .header-blog .sub-title {
    margin-top: 7rem !important;
    margin-bottom: 0;
  }
  .section-contact .homepage__exp-overlay1 img {
    height: 55.25rem;
  }
  .section-contact .show-blog,
  .form-content,
  .form-home {
    padding: 0 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-sec1 .col-left {
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .recruitment-sec2 .row.large-columns-2 > .col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .section-contact .form-home .header-title {
    font-size: 4.375rem;
  }
  /* form */
  .homepage__contact-form {
    padding: 0 1rem;
  }
  /*trở thành đại lý*/
  .panner-sec3 .text .title-2 {
    max-width: 75vw;
  }
  .welfare-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .welfare-list .welfare-item {
    flex-shrink: 0;
    max-width: 33.333%;
  }
  .panner-sec2 .text-header .text-content {
    max-width: 75vw;
  }
  /* giới thiệu */
  .about-sec1 .section-content.relative {
    display: flex;
    flex-direction: column;
  }
  .about-sec1 .row.about-content1 {
    order: -1;
    background: #fcf7f1;
    padding-top: 3rem;
    margin-bottom: -0.5rem;
  }
  .about-sec1 .text-content {
    position: relative;
    top: 0;
    transform: translateY(0);
    text-align: left;
    max-width: 41rem;
  }
  .about-sec2 .text-header {
    margin-top: -5.75rem;
  }
  .about-img1 {
    height: 40vh;
  }
  .about-img2 {
    left: 20%;
    width: 18rem;
    top: 50%;
  }
  .about-sec3 .group-team .box-team .box-text {
    padding: 2.12rem 1.5rem;
  }
  .about-sec2 .about__list-img .about3-img1 {
    width: 12.875rem;
    height: 12.875rem;
  }
  .about-sec2 .about__list-img .about3-img3 {
    width: 16.875rem;
    height: 16.875rem;
  }
  .about-sec2 .about__list-img .about3-img5 {
    width: 9.625rem;
    height: 9.625rem;
  }
  .about-sec2 .number-run .odometer-inside {
    font-size: 3.25rem;
  }
  .section-contact .header-blog .sub-title {
    margin-top: 8.75rem !important;
  }
  .about-sec2 .number-run .sup {
    top: 40%;
    font-size: 2rem;
  }
  .about-sec2 .text-number .sub-title {
    margin-bottom: 0;
    font-size: 1.125rem;
  }
  .about-sec2 .text-number .col:nth-child(n + 2):before {
    left: 0;
  }
  .tour-bookingProcess-container .process-item p {
    font-size: 0.9375rem;
  }
  .about-img2 {
    left: 33%;
    width: 18rem;
    top: 50%;
  }
  .tour-bookingProcess-container .process-item img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .section-contact .homepage__exp-overlay1 img {
    border-radius: 3.5rem;
    height: 59.25rem;
  }
  .section-contact {
    padding-bottom: 7rem;
  }
  .about-sec3 .process-list {
    display: none;
  }
  .about-sec3 .process-list-image {
    display: block;
    padding: 0 1rem;
  }
  .blog-single article.post .entry-header .entry-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 849.98px) {
  .archive-page-header .header-tab {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
  .archive.category .archive-post {
    padding: 0 1rem;
  }
  .section-Blog {
    border-radius: 1.5rem;
    margin-top: -3rem;
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .category .archive-post #post-list .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-single .archive-post {
    padding-top: 0rem;
    padding-bottom: 2.5rem;
  }
  /* danh dách tour */
  .banner-tours .featured-infor {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .banner-tours ul.nav-header li a span {
    display: none;
  }
  .banner-tours .featured-header {
    font-size: 2.125rem;
  }
  .tour-small .box-text .title-wrapper a {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .contact-sec1 {
    height: calc(100vh - 50px);
  }
  .contact-sec1 .section-bg {
    background-position: 30% 0% !important;
  }
  .section-contact .form-home .header-form {
    flex-direction: column;
    align-items: flex-start;
  }
  /* form */
  .section-contact .header-blog .sub-title {
    margin-top: 3.75rem !important;
  }
  /*Trở thành đại lý*/
  .panner-sec3 {
    padding-top: 3rem !important;
    padding-bottom: 35rem !important;
  }
  .panner-sec3 .text .title-2 {
    max-width: 100vw;
    margin-bottom: 0 !important;
  }
  .welfare-list .welfare-item {
    max-width: 40%;
  }
  .panner-sec3 .section-bg.bg-loaded {
    border-radius: 1.5rem;
  }
  .panner-sec3 .form-panner {
    margin-top: 3rem;
    flex-direction: column;
    padding: 1.44rem 1rem;
  }
  .form_contact_panner .row_2col {
    grid-template-columns: minmax(0, 1fr);
  }
  .panner-sec3 .form-panner .medium-6 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .panner-sec3 .form-panner .col-left .title-3 {
    margin: 2rem 0;
  }
  .form_contact_panner .label_input {
    font-size: 1rem;
  }
  .panner-sec2 .text-header .text-content {
    max-width: 100vw;
  }
  .panner-sec2 {
    padding: 3.25rem 0rem !important;
    align-items: flex-start;
  }
  .panner-sec2 .partner__logo-slide .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
  }
  .panner-sec4 {
    padding-bottom: 5rem;
  }
  .post-item .col-inner .box-text .post-title a {
    font-size: 1.25rem;
  }
  .text-des {
    margin-bottom: 0;
    font-size: 1rem;
  }
  /* giới thiệu */
  .about-sec2 .text-commit .text {
    font-size: 1.5rem;
  }
  .about-sec2 .about__list-img .img-item {
    height: 30.37rem;
  }
  .about-sec2 .about__list-img .about3-img2 {
    width: 6rem;
    height: 6rem;
  }
  .about-sec2 .about__list-img .about3-img1 {
    width: 9.875rem;
    height: 9.875rem;
    top: 25%;
  }
  .about-sec2 .about__list-img .about3-img5 {
    width: 5.625rem;
    height: 5.625rem;
  }
  .about-sec2 .about__list-img .about3-img3 {
    width: 12.875rem;
    height: 12.875rem;
    top: 27%;
  }
  .about-sec2 .about__list-img .about3-img4 {
    width: 4.875rem;
    height: 4.875rem;
  }
  .about-img2 {
    left: 20%;
    width: 18rem;
    top: 50%;
  }
  .about-sec1 .text-content .title-2 {
    font-size: 3.5rem;
  }
  .about-sec2 .text-header {
    margin-top: -2.75rem;
  }
  .about-sec2 .title-2 {
    font-size: 1.8rem;
  }
  .about-sec2 .text-number .col:nth-child(n + 2):before {
    display: none;
  }
  .about-sec3 .tour-bookingProcess-container h2 {
    max-width: 20rem;
  }
  /* Cẩm nang */
  .category .archive-post #post-list .row {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }
  .tabs-category ul {
    overflow: auto;
  }
  .tabs-category ul li {
    flex-shrink: 0;
  }
  .archive-page-header .sub-title {
    font-size: 1rem;
  }
  /* trang chủ */
  #main .home-sec1 {
    height: 23.6875rem;
  }
  .home-sec1 .home__banner-content .title-1 {
    font-size: 3.25rem;
  }
  .home-sec1 .home__banner-content .title-3 {
    font-size: 1.25rem;
  }
  .home-sec1 .search-home {
    width: 90%;
  }
  .home-sec1 .search-home .search-field {
    height: 45px;
  }
  .home-sec1 .search-home .submit-button {
    padding: 0 20px 0 20px;
    height: 40px;
    font-size: 0.875rem;
  }
  .home-sec2 .img-sun {
    transform: translateY(20%) !important;
    margin: auto auto -6rem !important;
  }
  .home-sec2 .title-2 {
    text-align: center;
  }

  /* danh sách tour */
  .banner-tours .tab-panels,
  .banner-tours .featured-image {
    max-height: 45vh;
  }
  .banner_product-featured button {
    display: none !important;
  }
  .banner-tours ul.nav-header {
    top: 0;
  }
  .banner-tours .featured-header {
    font-size: 1.875rem;
  }
  .banner-tours .featured-title {
    font-size: 1.25rem;
  }
  .banner-tours .featured-price del .woocommerce-Price-amount bdi {
    font-size: 1rem;
  }
  .banner-tours .featured-price ins bdi {
    font-size: 1.25rem;
  }
  .bg-shop {
    padding-top: 0;
    padding-bottom: 3.25rem;
  }
  .bg-shop .product-small.col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .product-small.box {
    display: flex;
    padding: 1rem;
  }
  .bg-shop .product-small.col .group-item {
    align-items: center;
    padding: 0.5rem;
  }
  .bg-shop .product-small.col .product-infor ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0;
  }
  .bg-shop .product-small.col .box-image {
    flex-shrink: 0;
    width: 45%;
    padding-top: 50% !important;
    border-radius: 0.5rem !important;
  }
  .bg-shop .product-small.col .box-image-flag {
    width: 2.25rem;
    height: 2.25rem;
  }
  .bg-shop .product-small.col .box-image-flag img {
    width: 1.875rem;
    height: 1.875rem;
  }
  .tour-small .product-infor ul li:nth-child(n + 2) {
    display: none;
  }
  .tour-small .box-text .price-wrapper {
    flex-direction: column;
    row-gap: 0.5rem;
  }
  .tour-small .box-text {
    padding: 0 0 0 1rem;
  }
  .tour-small .box-text .price-wrapper .btn-khampha {
    height: 2.25rem;
    justify-content: space-between;
    padding-right: 0.1rem;
  }
  .tour-small .box-text .price-wrapper .btn-khampha i {
    width: 2rem;
    height: 2rem;
  }
  .tour-small .box-text .price-wrapper .price ins bdi {
    font-size: 1.4rem;
  }
  #footer {
    padding: 3.25rem 1rem 0;
    border-radius: 1rem 1rem 0rem 0rem;
  }
  #footer .footer-list {
    flex-direction: column;
  }
  #footer .footer_col-item:nth-child(4) {
    width: 100% !important;
  }
  #footer .footer_col-item:nth-child(3) .title-footer {
    grid-column: span 2;
  }
  #footer .footer_col-item:nth-child(3) {
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }
  #footer .footer_col-item:nth-child(2) {
    width: 100% !important;
  }

  #footer .footer_col-item:nth-child(1) {
    width: 100% !important;
  }
  #footer .social-footer .title-footer {
    display: none;
  }
  #footer .social-footer {
    justify-content: center;
    margin-bottom: 1rem;
  }
}

@media (max-width: 450px) {
  .title-1 {
    font-size: 3.75rem;
  }
  .title-2 {
    font-size: 1.85rem;
  }
  .title-3 {
    font-size: 1.5rem;
  }
  /*==start tuyển dụng==*/
  .recruitment-sec1 {
    height: calc(45vh);
  }
  .recruitment-sec2 {
    padding-top: 3rem;
    padding-bottom: 0rem;
    border-radius: 1.5rem;
    margin-top: -3.5rem;
  }
  .recruitment-infor ul {
    max-width: 100%;
  }
  .recruitment-infor .btn-slip {
    position: relative;
  }
  .recruitment-infor ul li {
    align-items: flex-start;
  }
  .recruitment-infor ul li:nth-child(1) img {
    margin-top: 4px;
  }

  /* form */
  .section-contact .form-home {
    padding-top: 3rem;
  }
  .section-contact .form-home .header-title {
    font-size: 3.375rem;
  }
  .section-contact .homepage__exp-overlay1 img {
    border-radius: 1.5rem;
    height: 59.25rem;
    object-fit: cover;
  }
  .section-contact
    .homepage__contact-form
    .form-content
    .form-item
    span:nth-child(2) {
    display: none;
  }
  .section-contact .homepage__contact-form .form-content {
    flex-direction: column;
  }
  /*Trở thành đại lý*/
  .welfare-list .welfare-item {
    max-width: 75%;
  }
}
