:root {
  --background-color: #e8e0d5;
  --colormain: #e8e0d5;
  --colormeta: #2f4f3e;
}
/*search*/
.menu-search i {
    cursor: pointer;
}


.search-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.search-modal.active {
    opacity: 1;
    visibility: visible;
}

.search-box {
    position: relative;
    width: 600px;
    max-width: 90%;
}

.search-box input {
    width: 100%;
    height: 56px;
    border-radius: 30px;
    border: none;
    padding: 0 60px 0 24px;
    font-size: 16px;
    outline: none;
}

.search-box p {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
}
.close-search {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 32px;
    color: var(--white);
    cursor: pointer;
}
.banner-page-img{
  width:100%;
  max-height:100vh;
  opacity:0.7
}
.banner-page-title{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  text-align:center;
  color:var(--white);
}
.banner-page-title h1{
  font-size:38px;
}
.banner-page-title p{
  padding-top:10px;
  font-size:19px;
}
.banner-page-img img{
  width:100%;
}
.banner-page {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header-solid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: var(--background-color);
  backdrop-filter: blur(8px);
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-top {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  overflow: hidden;
  background:  linear-gradient(180deg, #111111 0%, rgba(0, 0, 0, 0) 90%);
}
.bg-section-slide {
  position: relative;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* BACKGROUND VIDEO WRAPPER */
.hr-section-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* VIDEO FULL COVER */
.bg-section-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
}

.hero-center {
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  width: 1200px;
  transform: translate(-50%, -50%);
}

.hero-center h1 {
  font-size: 150px;
    font-weight: 500;
    margin: 0;
    color: var(--colormain);
    font-family: "Playfair Display", serif;
}

.hero-center h1 span {
  font-weight: 500;

}
.hero-script {
  margin-top: 20px;
  font-size: 48px;
  font-family: "Playfair Display", cursive;
  opacity: 0.9;
    color: var(--colormain);
}

.hero-right {
  left: 30%;
  position: absolute;
  top: 45%;
  font-size: 18px;
  line-height: 1.8;
  display: flex;
}
.hero-right ul {
  margin: 50px 0 0 200px;
}
.hero-right ul li {
  list-style: none;
  font-size: 20px;
  color: var(--colormain);
}
.hero {
  background: #2f4b3f;
  padding: 140px 20px;
  color: #f4f1ea;
  text-align: center;
}

.hero-wrap {
  position: relative;
  max-width: 1100px;
  margin: auto;
}
.hero-sub{
  font-size: 14px;
  text-transform: uppercase;
}
.hero-sub:hover{
  color:#999;
  cursor:context-menu ;
}
.hero-text {
  font-size: 45px;
  line-height: 1.6;
  font-weight: 500;
}
.hero-text a{
  font-weight: bold;
}

.hero-link {
  color: #f4f1ea;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.hero-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transition: 0.3s;
}

.hero-link:hover::after {
  transform: scaleX(1);
}

.hero-img {
  position: absolute;
  margin: auto;
  width: 380px;
  height: auto;
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
  transition: 0.4s ease;
}

.hero-img img {
  width: 100%;
  display: block;
}

.img-hotel {
  top: 5%;
  left: -5%;
}

.img-nature {
  top: 0%;
  right: 0%;
}

.img-food {
  bottom: 5%;
  left: 8%;
}

.img-us {
  bottom: 5%;
  right: 8%;
}

.hero-wrap:has(.hero-link[data-img="hotel"]:hover) .img-hotel,
.hero-wrap:has(.hero-link[data-img="nature"]:hover) .img-nature,
.hero-wrap:has(.hero-link[data-img="food"]:hover) .img-food,
.hero-wrap:has(.hero-link[data-img="us"]:hover) .img-us {
  opacity: 1;
  transform: scale(1);
}

.hero-link {
  display: inline-block; 
  transition: transform 0.3s ease;
}

.hero-link:hover {
  transform: scale(1.15);
}
.section-service {
  padding: 100px 0;
  background: var(--colormain);
}

.wrapper {
  overflow: hidden;
  max-width: 100%;
}

.service-swiper {
  width: 100%;
  overflow: hidden;
  background: var(--background-color);
}

.service-swiper .swiper-slide {
  width: 50%;
  transition: transform 0.6s ease;
  
}

.service-swiper .swiper-slide-active {
  transform: scale(1);
}
.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}



.service-card-title {
  position: relative;
  padding: 24px 10px 0;
  opacity: 0;
  transform: none;
  transition: none;
  color: #2f4f3e;
  max-width: 420px;
}
.swiper-slide-active .service-card-title{
  opacity: 1;
}

.service-card-title h3 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 500;
}

.service-card-title p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  max-width: 380px;
}

/* responsive */
@media (max-width: 1024px) {
  .service-swiper .swiper-slide {
    width: 80%;
  }

  .service-card-img {
    height: 360px;
  }
}

@media (max-width: 640px) {
  .service-swiper .swiper-slide {
    width: 90%;
  }

  .service-card-img {
    height: 300px;
  }

  .service-card-title h3 {
    font-size: 22px;
  }
}

.wf-parallax-section {
  background: var(--colormain);
  padding: 120px 0;
  overflow: hidden;
}

.wf-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  
}

.wf-content {
   margin: auto;
   width:60%
}
.wf-list {
  margin: 0 auto;
}

.wf-sub {
  color: #c56d3b;
  font-weight: 600;
}
.wf-title {
  font-size: 48px;
  margin: 20px 0;
}
.wf-btn a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  color: transparent;
  border-radius: 8px;
  text-decoration: none;
}

/* RIGHT */
.wf-visual {
  position: relative;
  height: 120vh;
  overflow: hidden;
}

.wf-layer {
  position: absolute;
  inset: 0;
}

.wf-layer img {
  width: 100%;
  height: 140%;
  object-fit: cover;
  will-change: transform;
}
.wf-fg {
  position: absolute;
  top: 60%;
  left: 60%;
  z-index: 1;
  height: 350px;
  width: 250px;
}
.wf-fg img {
  height: 100%;
}
/* Mặc định: text trái – ảnh phải */
.wf-content { order: 1; }
.wf-visual  { order: 2; }

/* Project 2, 4, 6... */
.wf-container:nth-child(even) .wf-content {
  order: 2;
}

.wf-container:nth-child(even) .wf-visual {
  order: 1;
}

.title-marquee{
    background:#efe9dd;
    padding:160px 0;
    overflow:hidden;
}

.marquee-row{
    display:flex;
    align-items:center;
    gap:80px;
    white-space:nowrap;
    will-change: transform;
}

.marquee-text{
    font-size: 170px;
    font-weight:600;
    color:#2c2c2c;
}

.marquee-image{
    width:420px;
    height:260px;
    flex-shrink:0;
    overflow:hidden;
}

.marquee-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.marquee-top{
    transform: translateX(110%);
}
.marquee-bottom{
    transform: translateX(-110%);
}
.px-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.px-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.px-bg {
  width: 80%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.1s linear, width 0.1s linear;
  will-change: transform, width;
  z-index:2;
  opacity:0.9;
  border-radius: 10px;
}

.px-overlay {
  position: absolute;
  inset: 0;
  background: var(--colormain);
  z-index: 1;
}

.px-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 700px;
  padding: 20px;
}

.px-sub {
  font-size: 20px;
  text-transform:uppercase;
}

.px-content a {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 20px;
  color: transparent;
  text-decoration: none;
}
.ft {
  background: #eee8dc;
  color: #2f4a3a;
  padding: 120px 80px 0px;
}
.ft-top{
  margin-bottom:20px;
}

.ft-inner {
  max-width: 1400px;
  margin: auto;
}

.ft-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
}

.ft-script {
  font-family: "cursive";
  font-weight: 400;
  font-size: 48px;
}

.ft-actions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-actions li {
  margin-bottom: 8px;
}

.ft-actions a {
  text-decoration: none;
  color: #2f4a3a;
  font-weight: 500;
}

.ft-main {
  display: grid;
  grid-template-columns:2fr  1.2fr;
  gap: 80px;
  margin-bottom: 80px;
}

.ft-logo {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ft-form {
  display: flex;
  margin-bottom: 10px;
  position:relative;
  flex-direction:column;
}

.ft-form input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
}

.btn-roll {
  position:relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #c66a3c;
  background: #c66a3c;
  cursor: pointer;
  font-weight: 500;
  color: transparent;
}
.btn-ft{
    position: absolute;
    right: 3px;
    padding: 8px 25px;
    top: 3px;
}
.btn-roll::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1);
}
.btn-roll::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F4F2F9;
  transform: translateY(120%);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1);
}

.btn-roll:hover {
  background: rgba(0 , 0 ,0 , 0.9);
}

.btn-roll:hover::after {
  transform: translateY(-100%);
}

.btn-roll:hover::before {
  transform: translateY(0);
}



.ft-check {
  font-size: 13px;
  display: block;
  margin: 10px 0 20px;
}

.ft-social a {
  margin-right: 12px;
  font-size: 18px;
  text-decoration: none;
  color: #2f4a3a;
}

.ft-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.ft-links h4 {
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ft-links a {
  display: block;
  color: #2f4a3a;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 14px;
}

/* BOTTOM */
.ft-bottom {
  border-top: 1px solid rgba(0,0,0,.15);
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

/* SECTION */
.wrapper-comment {
  width: 100%;
  padding: 120px 0;
  background: #eee8dc;
  overflow: hidden;
}

.testimonial-swiper {
  overflow: hidden;
}

.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

.testimonial-swiper .swiper-slide {
  width: 420px;
  flex-shrink: 0;           
  transition: transform 0.5s ease;
}

/* scale slide active */
.testimonial-swiper .swiper-slide-active {
  transform: scale(1.03);
}

/* CARD */
.testimonial-item {
  background: #2f4f3e;
  color: #f3efe6;
  border-radius: 18px;
  padding: 40px 36px 34px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* STARS */
.testimonial-stars {
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

/* TEXT */
.testimonial-content {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.95;
  display: -webkit-box;
  -webkit-line-clamp: 3;  
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* FOOTER */
.testimonial-footer {
  margin-top: 24px;
}

.testimonial-name {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}

/* MOBILE */
@media (max-width: 768px) {
  .testimonial-swiper .swiper-slide {
    width: 85%;
  }

  .testimonial-item {
    padding: 32px 24px;
  }
}

.footer-col img {
  max-width: 100%;
}

.footer-logo img {
  height: 40px;
}

.footer-desc {
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}

.footer-social i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  background: var(--bg-comment);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-social i::after{
  position: absolute;
  content: "";
  height: 100%;
  transform: translateY(-100%);
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  transition: transform 0.3s ease;

}

.footer-social i:hover::after{
  background:#27a449;
  color: #fff;
  transform: translateY(0);
}
.footer-social i:hover::before{
  color: var(--background-color);
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.contact-list a {
  color: var(--colormeta);
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.contact-list a::before{
   content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--colormeta);
  transform: scaleX(0);
  transition: 0.3s;
}
.contact-list a:hover::before{
  transform: scaleX(1);
}

.contact-list a:hover {
  color: #27a449;
}

.contact-list .icon {
  color: #27a449;
  font-size: 16px;
  margin-top: 3px;
}


.menu-list-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list-footer li {
  margin-bottom: 10px;
}

.menu-list-footer a {
  color:var(--colormeta);
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.menu-list-footer a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--colormeta);
  transform: scaleX(0);
  transition: 0.3s;
}
.menu-list-footer a:hover::before{
  transform: scaleX(1);
}
.menu-list-footer a:hover {
  color:  #27a449;
}
.ft-flex{
  display:flex;
      justify-content: space-around;
}
.breadCrumbs{
  background:transparent;
  margin-top:0;
}
.breadcrumb-item+.breadcrumb-item::before{
  content:">";
  color: #fff;
}
.invalid-feedback{
  margin-top: 5px;
}
.testimonial-item {
  background: #2f4f3e;
  color: #fff;
  padding: 40px 32px;
  border-radius: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* TEXT */
.testimonial-stars {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.testimonial-country {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.testimonial-content {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 32px;
}

.testimonial-name {
  font-size: 13px;
  font-weight: 700;
  color: #8fb89c;
  text-transform: uppercase;
}

.wrapper-comment .swiper-slide {
  width: 25%;
}.input-box {
    position: relative;
}
.input-box .input {
    font-size: 16px;
    outline: none;
    padding: 10px 15px;
    display: block;
    width: 200px;
    border: none;
    border-radius: 7px;
    border: 2px solid #999;
    background: transparent;
    width:100%;
}

.input-box .input:focus,
.input-box .input:valid {
    border-color: #3679ff;
}

.input-box .label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 12px;
    display: flex;
}

.input-box .char {
    transition: .2s ease all;
    transition-delay: calc(var(--index) * .05s);
}

.input-box .input:focus~label .char,
.input-box .input:valid~label .char {
    transform: translateY(-20px);
    font-size: 14px;
    color: #3679ff;
    background: #e8e8e8;
}
input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.contact-input textarea{
  outline: none !important;
    box-shadow: none !important;
}


.content-main-ct {
  padding: 80px 0;
}

.info-title {
  text-align: center;
  font-size: 40px;
  color: #1f3d2b;
  margin-bottom: 60px;
}

.ct-main {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,.1);
  overflow: hidden;
}
.contact-inner {
  padding: 50px 10px 50px 0;
  background: #fff;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* input line */
.contact-input {
  margin-bottom: 26px;
}

.contact-input input,
.contact-input textarea {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  background: transparent;
  padding: 10px 10px;
  font-size: 14px;
  color: #333;
}

.contact-input textarea {
  min-height: 80px;
}

/* placeholder */
.contact-input ::placeholder {
  color: #9aa0a6;
}

/* focus */
.contact-input input:focus,
.contact-input textarea:focus {
  border-bottom-color: #2b6cb0;
}
.contact-input.is-invalid input,
.contact-input.is-invalid textarea {
  border-bottom-color: #e5533d;
}

.invalid-feedback {
  font-size: 12px;
  color: #e5533d;
  margin-top: 6px;
  display: none;
}

.contact-input.is-invalid .invalid-feedback {
  display: block;
}
.btn-primary {
  position: absolute;
    bottom: 0px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2b6cb0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: transparent;
}


.ct-icon{
  position: absolute;
  bottom: 20px;
  left: 19px;
  color: #fff;
}
.btn-primary:disabled {
  opacity: .4;
  cursor: not-allowed;
}


.contact-form {
  position: relative;
}
.contact-info-section {
  background: linear-gradient(135deg, #2b6cb0, #2c7be5);
  padding: 50px 40px;
  color: #fff;
}

.info-card {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.info-card p,
.info-group p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
}

.info-card strong {
  font-weight: 600;
}

.info-group h4 {
  font-size: 14px;
  margin: 24px 0 10px;
  font-weight: 700;
}
.ft-title{
  font-size: 14px;
  margin-bottom: 20px;
  color: var(--colormeta);
  font-weight: 400;
}
.ft-sm{
    position: relative;
    right: -85%;
}
@media (max-width: 992px) {
  .ct-main {
    grid-template-columns: 1fr;
  }

  .btn-primary{
    position: static;
    margin-top: 20px;
  }
}