/* About page styles */

.content-image-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.content-image-block img {
  width: 100%;
  height: 460px;
  border-radius: 8px;
  object-fit: cover;
}

.story-stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.story-stat span {
  display: block;
  padding: 18px;
  border-radius: 8px;
  color: var(--blue);
  font-weight: 700;
  background: #eef6f4;
}

.story-stat b {
  display: block;
  font-family: DomaineLocal, Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}


.about-intro {
  padding: 50px 0;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr .85fr;
  gap: 30px;
  align-items: center;
}

.about-intro-grid > * {
  min-width: 0;
}

.about-intro-img {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  object-fit: cover;
  border-radius: 30px;
}

.about-intro-img.tall {
  height: 400px;
}

.about-intro-copy {
  text-align: center;
}

.about-intro-copy .script {
  margin-bottom: 0px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.about-stats span {
  padding: 18px 12px;
  border-left: 1px solid #d7e3e7;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-stats span:first-child {
  border-left: 0;
}

.about-stats b {
  display: block;
  color: var(--blue);
  font-family: DomaineLocal, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.about-soft {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f3f8f6;
}

.about-soft::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 60px;
  width: 210px;
  height: 300px;
  background: url("../images/icon-bg.png") center/contain no-repeat;
  opacity: .28;
}

.about-special-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.about-special-card {
  min-height: 230px;
  padding: 20px;
  border: 1px solid #e1e9ec;
  border-radius: 15px;
  background: #fff;
}
.about-special-card img{height: 50px;}
.about-special-card.featured {
  color: #fff;
  background: var(--green);
}

.about-special-card i {
  color: var(--green);
  font-size: 34px;
}

.about-special-card.featured i,
.about-special-card.featured h3,
.about-special-card.featured p {
  color: #fff;
}

.about-special-card h3 {
  margin: 20px 0 10px;
  color: var(--blue);
  font-family: DomaineLocal, Georgia, serif;
  font-size: 24px;
}

.about-special-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}

.about-special-photo {
  width: 100%;
  height: 230px;
  border-radius: 8px;
  object-fit: cover;
}

.process-section {
  padding: 50px 0;
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}
.process-grid:before{
  content:"";
  position: absolute;
  left: 36px;
  top: 0px;
  border-left: 1px dashed var(--green);
  bottom: 27px;
}
.process-item {
  position: relative;
  text-align: center;
}
.process-item .icon{display: inline-block;border: 1px solid var(--green);padding: 19px;border-radius: 50%;width: 70px;height: 70px;background-color: #f3f8f6;}
.process-item img{margin: 0px auto;}
.process-item::before {
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 30px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: var(--green);
  position: absolute;
  top: 0;
  line-height: 30px;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: none;
}

.process-item i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 15px;
  border: 1px solid #dbe6e9;
  border-radius: 50%;
  color: var(--blue);
  font-size: 24px;
  background: #fff;
}

.process-item h3 {
  color: var(--blue);
  font-size: 21px;
  margin-top: 7px;
  font-family: DomaineLocal, Georgia, serif;
  margin-bottom: 14px;
}

.process-item p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
}

.memory-section {
  padding: 50px 0;
  background: #f7fbfa;
}

.memory-layout {
  display: grid;
  grid-template-columns: .72fr 1.4fr .72fr;
  gap: 22px;
  align-items: center;
}

.memory-main-img {
  width: 100%;
  height: 430px;
  border-radius: 8px;
  object-fit: cover;
}

.memory-note {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 74, 120, .08);
}

.memory-note h3 {
  color: var(--blue);
  font-family: DomaineLocal, Georgia, serif;
  font-size: 28px;
}

.testimonial-section {
  padding: 50px 0;
  background: #fff;
}

.testimonial-swiper {
  margin-top: 30px;
  padding-bottom: 42px;
}

.testimonial-swiper .swiper-slide {
  height: auto;
}

.testimonial-card {
  padding: 20px;
  border: 1px solid #e1e9ec;
  border-radius: 15px;
  background: #fff;
  height: 100%;
}

.testimonial-card.featured {
}

.testimonial-card p {
  color: var(--muted);
}

.testimonial-card.featured p,
.testimonial-card.featured strong,
.testimonial-card.featured span {
  /* color: #fff; */
}

.testimonial-author {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.testimonial-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author strong {
  display: block;
  color: var(--blue);
  font-family: DomaineLocal, Georgia, serif;
  font-weight: 300;
  font-size: 18px;
}

.testimonial-swiper .swiper-pagination {
  bottom: 0;
}

.testimonial-author span {
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
}

.stars {
  color: #d99a4b;
  font-size: 13px;
}

.title_gioithieu h2{font-family: DomaineLocal, Georgia, serif;font-size: 48px;}