.layout_tong-quan .layout_tong-quan-config {
  background-image: url(/images/icon/Vector-background-aboutus-content.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
  border-radius: 80px;
  background-color: #fbf5e3;
  gap: 5rem;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left {
  position: relative;
  overflow: hidden;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left img {
  border-radius: 70px;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left .tong-quan-item:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 170px;
  transition: 3s;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left .tong-quan-item:nth-child(2) .tong-quan-blur-outer {
  position: relative;
  display: block;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left .tong-quan-item:nth-child(2) .tong-quan-blur-outer::before {
  content: "";
  position: absolute;
  inset: -30px;
  border-radius: 0 200px 0 120px;
  background: #ffd5df;
  z-index: 0;
  pointer-events: none;
  opacity: 0.2;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left .tong-quan-item:nth-child(2) .tong-quan-blur-outer .tong-quan-blur {
  position: relative;
  display: block;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left .tong-quan-item:nth-child(2) .tong-quan-blur-outer .tong-quan-blur img {
  animation: border-radius-animation1 3s forwards;
  border-radius: 0 80px 0 80px;
  display: block;
  width: 100%;
  height: auto;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left:hover .tong-quan-item:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  transition: 3s;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-left:hover .tong-quan-item:nth-child(2) .tong-quan-blur-outer .tong-quan-blur img {
  border-radius: 0 80px 0 80px;
  animation: border-radius-animation 3s forwards;
}
.layout_tong-quan .layout_tong-quan-config .tong-quan-right {
  padding-right: 8rem;
}

@keyframes border-radius-animation {
  0% {
    border-radius: 0 80px 0 80px;
  }
  100% {
    border-radius: 80px;
  }
}
@keyframes border-radius-animation1 {
  0% {
    border-radius: 80px;
  }
  100% {
    border-radius: 0 80px 0 80px;
  }
}
.slide-he-sinh-thai .owl-carousel-he-sinh-thai {
  min-height: 320px;
  display: flex;
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
}
.slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-stage-outer {
  min-height: 320px;
  display: flex;
  align-items: center;
}
.slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-stage {
  min-height: 320px;
  display: flex;
  align-items: center;
}
.slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, filter 0.3s;
  filter: grayscale(1);
  z-index: 1;
}
.slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-item.center {
  transform: scale(1.15);
  filter: grayscale(0);
  z-index: 2;
}
.slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-item .background-field {
  width: 220px;
  height: 220px;
  transition: width 0.3s, height 0.3s;
}
.slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-item.center .background-field {
  width: 280px;
  height: 280px;
}
.slide-he-sinh-thai .background-field {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.slide-he-sinh-thai .field-first::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide-he-sinh-thai .owl-item.active.center .field-first::before {
  border: 1px solid #ddb359;
}
.slide-he-sinh-thai .field-icon {
  background: #eacd75;
  border-radius: 50%;
  padding: 12px;
  bottom: 16px;
  right: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.slide-he-sinh-thai .field-icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slide-he-sinh-thai .he-sinh-thai--desc .field-title {
  font-size: 2rem;
  font-weight: bold;
  color: #8b6b3a;
  margin-bottom: 8px;
}
.slide-he-sinh-thai .arow-field {
  width: 40px;
  height: 4px;
  background: #eacd75;
  border-radius: 2px;
}
.slide-he-sinh-thai .he-sinh-thai--nav .btn {
  width: 56px;
  height: 56px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.he-sinh-thai--pagination {
  min-width: 70px;
  text-align: center;
  color: #8b6b3a;
  font-weight: 500;
  background: #fff;
}

.tongquan-title h4 {
  color: #764d2a;
  font-family: "MontserratBold";
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.tongquan-title span {
  color: #090909;
  font-family: "NotoRegular";
  font-size: 1rem;
  line-height: 1.5;
}

.hanh-trinh {
  background: radial-gradient(circle, #ac774a 0%, #764d2a 100%);
  padding: 6rem 0;
  border-radius: 0;
  background-image: url(/images/icon/background-conetnt-thuonghieu.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  position: relative;
}

.layout-border {
  padding-top: 50px;
  padding-bottom: 0px;
}

.hanh-trinh {
  background-color: #764d2a;
  padding: 6rem 0;
  border-radius: 0;
}
.hanh-trinh .layout_hanh-trinh {
  display: flex;
  align-items: stretch;
}
.hanh-trinh .hanh-trinh-image-wrap {
  flex: 0 0 48%;
  max-width: 48%;
}
.hanh-trinh .hanh-trinh-image-wrap .owl-carousel-hanh-trinh,
.hanh-trinh .hanh-trinh-image-wrap .hanh-trinh-image-item {
  width: 100%;
  height: 100%;
}
.hanh-trinh .hanh-trinh-image-wrap .hanh-trinh-image-item.video {
  position: relative;
}
.hanh-trinh .hanh-trinh-image-wrap .hanh-trinh-image-item.video::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: url('data:image/svg+xml;utf8,<svg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="31" cy="31" r="30" stroke="white"/><path d="M23 30.9999V27.4399C23 23.0199 26.13 21.2099 29.96 23.4199L33.05 25.1999L36.14 26.9799C39.97 29.1899 39.97 32.8099 36.14 35.0199L33.05 36.7999L29.96 38.5799C26.13 40.7899 23 38.9799 23 34.5599V30.9999Z" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  z-index: 2;
}
.hanh-trinh .hanh-trinh-image-wrap .hanh-trinh-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px 0 0px 60px;
  display: block;
}
.hanh-trinh .hanh-trinh-content-wrap {
  flex: 0 0 52%;
  max-width: 52%;
  background: #f6f3eb;
  border-radius: 0 50px 50px 0;
  padding: 3rem 3rem 3rem 2rem;
  min-height: 420px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-content-inner {
  width: 100%;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-year-icon {
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-year-icon .hanh-trinh-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-year-icon .hanh-trinh-year {
  color: #8b6b3a;
  font-size: 2rem;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-title {
  color: #8b6b3a;
  font-size: 2rem;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-desc {
  color: #090909;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-nav {
  transition: all 0.3s ease-in-out;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-nav .btn {
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-nav .btn span {
  color: rgba(0, 0, 0, 0.1254901961);
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-nav .btn:hover span {
  color: #999999;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0e0e0;
  margin: 0 4px;
}
.hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-dots .dot.active {
  background: #ddb359;
}

@media (min-width: 768px) {
  .owl-carousel.owl-theme.owl-carousel-hanh-trinh.aos-init.aos-animate.owl-loaded.owl-drag .owl-stage-outer {
    height: inherit;
  }
  .owl-carousel.owl-theme.owl-carousel-hanh-trinh.aos-init.aos-animate.owl-loaded.owl-drag .owl-stage-outer * {
    height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .layout_tong-quan .layout_tong-quan-config .tong-quan-right {
    height: 300px;
    overflow-y: auto;
  }
}
@media (min-width: 900px) and (max-width: 1150px) {
  .layout_tong-quan .layout_tong-quan-config .tong-quan-right {
    height: 400px;
    overflow-y: auto;
  }
}
@media (min-width: 1150px) {
  .layout_tong-quan .layout_tong-quan-config .tong-quan-right {
    height: 500px;
    overflow-y: auto;
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  .layout_tong-quan .layout_tong-quan-config {
    gap: 2.5rem;
  }
  .layout_tong-quan .layout_tong-quan-config .tong-quan-right {
    padding-right: 3rem;
  }
  .slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-item.center {
    transform: scale(1.05);
  }
  .slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-item .background-field {
    width: 200px;
    height: 200px;
    transition: width 0.3s, height 0.3s;
  }
  .slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-item.center .background-field {
    width: 240px;
    height: 240px;
  }
  .slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2rem !important;
  }
  h1 > *,
  h2 > *,
  h3 > *,
  h4 > *,
  h5 > *,
  h6 > * {
    font-size: 2rem !important;
  }
  .hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-content-inner .hanh-trinh-nav {
    justify-content: center;
  }
  .layout_tong-quan .layout_tong-quan-config .tong-quan-left img {
    border-radius: 30px !important;
  }
  .layout_tong-quan .layout_tong-quan-config {
    flex-direction: column;
    border-radius: 2rem;
    gap: 1rem;
    background-size: contain;
  }
  .layout_tong-quan .layout_tong-quan-config .tong-quan-left {
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .layout_tong-quan .layout_tong-quan-config .tong-quan-right {
    width: 100% !important;
    padding: 1rem !important;
  }
  .slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-item.center {
    transform: scale(1);
  }
  .slide-he-sinh-thai .owl-carousel-he-sinh-thai .owl-nav {
    display: none;
  }
  .layout_hanh-trinh {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .layout_hanh-trinh .hanh-trinh-image-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .layout_hanh-trinh .hanh-trinh-image-wrap .hanh-trinh-img {
    border-radius: 1rem;
  }
  .layout_hanh-trinh .hanh-trinh-content-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 2rem;
    padding: 1.5rem;
  }
  .layout_hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-nav .btn {
    width: 36px;
    height: 36px;
  }
  .layout_hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-nav .btn span svg {
    width: 24px;
    height: 24px;
  }
  .layout_hanh-trinh .hanh-trinh-content-wrap .hanh-trinh-dots .dot {
    width: 0.65rem;
    height: 0.65rem;
  }
  .layout_tong-quan .layout_tong-quan-config .tong-quan-left .tong-quan-item:nth-child(2) .tong-quan-blur-outer::before {
    inset: -10px;
    border-radius: 0 30px 0 40px;
  }
  .hanh-trinh {
    padding: 2rem 0;
    border-radius: 0;
  }
  @keyframes border-radius-animation1 {
    0% {
      border-radius: 80px;
    }
    100% {
      border-radius: 0 70px 0 80px;
    }
  }
  @keyframes border-radius-animation {
    0% {
      border-radius: 0 70px 0 80px;
    }
    100% {
      border-radius: 70px;
    }
  }
}
