/* Home page styles */

.hero {
  position: relative;
}

.hero-swiper,
.hero .swiper-slide {
}

.hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.intro {
  position: relative;
  overflow: hidden;
  background: #eef6f4;
  padding-top: 80px;
}

.leaf {
  position: absolute;
  z-index: 0;
  width: 210px;
  opacity: .6;
  pointer-events: none;
}

.leaf-left {
  left: 0;
  top: 55px;
}

.leaf-right {
  right: 0;
  top: 32px;
  transform: scaleX(-1);
}

.intro .container,
.rooms .container,
.services .container,
.gallery .container {
  position: relative;
  z-index: 1;
}

.script {
  =: #9aa7aa;
  font-family: SignatureLocal, cursive;
  font-size: 42px;
  line-height: 1;
  color: #132742;
}

.intro h1,
.section-heading h2,
.room-info h3,
.why h2,
.service-card h3,
.cta h2 {
  color: var(--blue);
  font-family: DomaineLocal, Georgia, serif;
  margin-bottom: 10px;
}

.intro h1 {
  margin: -8px 0 0;
  font-size: 48px;
  line-height: 52px;
}

.subtitle {
  margin-bottom: 30px;
  color: var(--green);
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.intro-grid {
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.intro-small,
.intro-main,
.room-card > a img,
.service-card > img,
.why-grid img,
.gallery img {
  border-radius: 8px;
}

.intro-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}


.rooms {
  position: relative;
  overflow: hidden;
  background: #fff;
}


.room-card {
  margin-bottom: 50px;
}

.room-media > a {
  display: block;
}

.room-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 15px;
}

.room-copy {
  display: flex;
  align-items: center;
}

.room-info {
  width: 100%;
}

.room-info h3 {
  margin: 0 0 8px;
  font-size: 48px;
}

.room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 12px;
  color: #27485f;
  font-size: 16px;
  font-weight: 600;
}
.room-meta span{}
.room-amenities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 15px;
  margin: 0 0 8px;
  padding: 10px 0;
  color: #31546d;
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid var(--blue);
  list-style: none;
}
.room-amenities li{display: flex;align-items: center;font-size: 14px;}
.room-amenities li::before {
  content: "";
  margin-right: 10px;
  background: var(--blue);
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
}

.room-info strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 16px;
}

.price-row {
  border-top: 1px solid var(--blue);
  padding-top: 16px;
}

.price-row p {
  margin: 0;
  color: #413b35;
  font-family: DomaineLocal, Georgia, serif;
  font-size: 32px;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 7px;
}

.price-row b {
  color: var(--blue);
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.room-actions {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
}

.services {
  background: #fff;
  padding-top: 0;
}

.service-row {
  padding-top: 0;
}

.service-card {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.service-card > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  margin: -56px auto 14px;
  border: 2px solid var(--green);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 9px 22px rgba(16, 54, 48, .15);
  top: 0px;
  position: absolute;
  left: 0;
  right: 0;
}

.service-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.service-card h3 {
  margin: 0;
  font-size: 28px;
  margin-top: 15px;
}

.service-card p {
  max-width: 330px;
  margin: 4px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 21px;
}

.why {
  padding: 30px 0 52px;
}

.why-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 18px;
}

.why-grid .why-big {
  grid-row: span 2;
  width: 100%;
  height: 455px;
}

.why-grid img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.why h2 {
  margin: 2px 0 24px;
  font-size: 40px;
  line-height: 1.08;
}

.why-item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.why-item span {
  display: grid;
  flex: 0 0 74px;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--green);
}

.why-item img {
  max-width: 38px;
  max-height: 38px;
  filter: brightness(0) invert(1);
}

.why-item h4 {
  margin: 0;
  color: #5F5F5F;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%;
  margin-bottom: 10px;
}

.why-item p {
  margin: 0;
  color: var(--muted);
  line-height: 24px;
}

.gallery {
  padding-top: 0;
}

.gallery-swiper {
  padding-bottom: 34px;
}

.gallery .swiper-slide {
  display: block;
}

.gallery img {
  width: 100%;
  height: 258px;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 5px;
  border-radius: 4px;
  background: #94a6b2;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 28px;
  background: var(--blue);
}

.title_gioithieu{text-align: center;}
.gioithieu_des{
}
.gioithieu_des .row{
    --bs-gutter-x: 1rem;
}
.gioithieu_des img{width: 100%;}
.gioithieu_des p{text-align: justify;color: #5F5F5F;font-family: Inter;font-size: 15px;font-style: normal;font-weight: 400;line-height: 24px;}
.gioithieu_img{height: 100%;}
.gioithieu_img img{
}
.intro .btn-main{border-radius: 30px;font-size: 15px;}
.why_title{
}
.why_title .title_sub{color: var(--green);font-family: Inter;font-size: 22px;font-style: normal;font-weight: 400;line-height: 110%; /* 24.2px */text-transform: uppercase;}
.why_title h2{color: var(--blue);font-size: 32px;font-style: normal;font-weight: 400;line-height: 110%; /* 35.2px */margin-top: 10px;}
.why_album{
}
.why_album .row{align-items: center;--bs-gutter-x: 1rem;}
.why_album .row img{width: 100%;border-radius: 10px;}