.has-hover {
  position: relative;
  overflow: hidden;
}
.has-hover img {
  scale: 1;
  transition: all 0.3s ease-in-out;
}
.has-hover:hover img {
  scale: 1.06;
}
.relative {
  position: relative;
  z-index: 2;
}
.title-main h1,
.title-main h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.25rem;
  color: var(--theme-color);
}
.page-about {
  background-color: #f7f7f7;
}
.grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4.19rem;
}
.bg-overlay {
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #1a6000 0%, #0b8343 100%);
  mix-blend-mode: soft-light;
}
.banner-page .section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .title-main h1,
  .title-main h2 {
    font-size: 1.5rem;
  }
  body .container {
    max-width: 100%;
  }
}
/* Banner */
.banner-page {
  height: 30.625rem;
}
.banner-page .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner-page .container .title-header h1 {
  color: #fff;
  text-align: center;
  color: #dcf5d4;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
}
.banner-page .container .title-header h1 em {
  background: linear-gradient(
    180deg,
    rgba(220, 245, 212, 0.8) 22.05%,
    rgba(220, 245, 212, 0) 78.74%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 6.25rem;
}
.banner-page .container .title-header p:first-child {
  color: #dcf5d4;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.5rem;
}
.banner-page .container .title-header p:first-child > strong {
  font-family: "SVN-Ameyallinda Signature";
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 400;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1a6000 0%, #0b8343 100%);
  mix-blend-mode: soft-light;
}
@media (max-width: 767.98px) {
  .banner-page {
    height: 25.625rem;
  }
  .banner-page .container .title-header h1 {
    font-size: 2rem;
  }
  .banner-page .container .title-header h1 em {
    font-size: 4rem;
  }
  .banner-page .container .title-header p:first-child {
    font-size: 1rem;
    column-gap: 1rem;
  }
  .banner-page .container .title-header p:first-child > strong {
    font-size: 2rem;
  }
}
/*intro*/
.intro-about {
  margin-top: -5rem;
}
.intro-about .intro-content {
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #fff 37.98%, #f7fff0 100%);
  padding: 3rem 2.63rem 5rem;
}
.intro-about .intro-content .intro-title h2 {
  padding-bottom: 1.12rem;
  margin-bottom: 2.62rem;
  border-bottom: 1px solid #d0d0d0;
}
.intro-about .intro-desc {
  grid-template-columns: 30.0625rem 1fr;
}
.intro-about .intro-desc .col-1 p {
  text-align: justify;
}
.intro-about .intro-desc .col-1 p > strong {
  font-weight: 500;
}
.intro-about .intro-desc .col-2 p {
  text-align: justify;
  margin-bottom: 2.31rem;
  padding-bottom: 2.31rem;
  border-bottom: 1px solid #d0d0d0;
}

.intro-about .intro-num .col-1 .image-cover {
  border-radius: 0.625rem;
  background: #d9d9d9;
  padding-top: 0;
  height: 20.6875rem;
}
.intro-about .intro-num .col-2 .desc p {
  margin-bottom: 1.12rem;
}
.intro-about .intro-num .col-2 .desc p > strong {
      color: var(--theme-color);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: var(--20);
}
.intro-about .intro-num .col-2 .list-num {
  display: flex;
  align-items: center;
}
.intro-about .intro-num .col-2 .list-num .list-num__item:nth-child(n + 2) {
  margin-left: 2.25rem;
  padding-left: 2.25rem;
  border-left: 1px solid #d0d0d0;
}
.intro-about .intro-num .col-2 .list-num .number-run {
  color: var(--theme-color);
  font-size: 3.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.intro-about .intro-num .col-2 .list-num .number-des {
  color: #2e2e2e;
  font-size: 1.25rem;
  font-weight: 500;
}
.intro-about .img-1,
.intro-about .img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 6.625rem;
}
.intro-about .img-2 {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
@media (max-width: 767.98px) {
  .intro-about .intro-content {
    padding: 1.625rem 0.875rem 2.625rem;
  }
  .intro-about .intro-desc {
    grid-template-columns: minmax(0, 1fr);
  }
  .intro-about .intro-content .intro-title h2 {
    margin-bottom: 1.62rem;
  }
  .intro-about .intro-desc p {
    font-size: 0.9375rem;
  }
  .intro-num {
    grid-template-columns: minmax(0, 1fr);
  }
  .intro-about .intro-num .col-1 .image-cover {
    height: 13.6875rem;
    margin-bottom: 1.38rem;
  }
  .intro-about .intro-num .col-2 .desc p > strong {
    font-size: 1.25rem;
  }
  .intro-about .intro-num .col-2 .desc p {
    font-size: 0.9375rem;
  }
  .intro-about .img-1,
  .intro-about .img-2 {
    height: 2.5rem;
  }
  .intro-about .intro-num .col-2 .list-num .number-des {
    font-size: 1rem;
  }
  .intro-about .intro-num .col-2 .list-num {
    justify-content: center;
  }
  .intro-about .intro-num .col-2 .list-num .number-run {
    font-size: 2.4rem;
  }
}
/* Mục tiêu */
.target-about {
  margin-top: 2.5rem;
}
.target-about .target-content {
  padding: 3rem 2.63rem;
  border-radius: 0.625rem;
  background: #fff;
}
.target-about .title-main h2 {
  margin-bottom: 2.12rem;
}
.target-about .title-main p > strong {
  font-weight: 600;
}
.target-about .target-content .grid-cols-2 .col-2 .image-cover {
  border-radius: 0.625rem;
  background: #d9d9d9;
  height: 21.3125rem;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .target-about .target-content .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
  }
  .target-about .target-content {
    padding: 1.625rem 0.875rem 2.625rem;
  }
  .target-about .title-main h2 {
    margin-bottom: 1.12rem;
  }
  .target-about .title-main {
    font-size: 0.9375rem;
  }
  .target-about .target-content .grid-cols-2 .col-2 .image-cover {
    height: 13.6875rem;
  }
}
/* Schedule */
.schedule-about {
  margin-top: 2.5rem;
}
.schedule-about .schedule-content {
  padding: 3rem;
  border-radius: 0.625rem;
}
.schedule-about .section-bg {
  border-radius: 0.625rem;
}
.schedule-about .schedule-content .title-main h2 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 2.94rem;
  text-align: center;
}
.schedule-about .schedule-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.56rem;
  position: relative;
}
.schedule-about .schedule-list::before {
  content: "";
  position: absolute;
  top: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20rem);
  height: 2px;
  background: linear-gradient(180deg, #fff 37.98%, #f7fff0 100%);
}
.schedule-about .schedule-list__item .icon-box .box-num {
  width: 6.62488rem;
  height: 6.62488rem;
  border-radius: 50%;
  border: 1px dashed #fff;
  padding: 0.5rem;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-bottom: -1.25rem;
}
.schedule-about .schedule-list__item .icon-box .box-num span {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    0deg,
    rgba(11, 131, 67, 1) 0%,
    rgba(110, 188, 84, 1) 100%
  );
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.schedule-about .schedule-list__item .icon-box .box-line {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.625rem;
}
.schedule-about .schedule-list__item .icon-box .box-text {
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #ebfffe 0%, #f7fff0 100%);
  backdrop-filter: blur(2px);
  padding: 2.19rem 1rem 1.56rem;
  text-align: center;
}
.schedule-about .schedule-list__item .icon-box .box-text p {
  margin-bottom: 0.5rem;
}
.schedule-about
  .schedule-list__item
  .icon-box
  .box-text
  p:first-child
  > strong {
  color: #00863e;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.schedule-about
  .schedule-list__item
  .icon-box
  .box-text
  p:nth-child(n + 2)
  > strong {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .schedule-about .schedule-list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 3.5rem;
  }
  .schedule-about .schedule-content {
    padding: 1.625rem 0.875rem 2.625rem;
  }
  .schedule-about .schedule-list__item .icon-box .box-num {
    width: 5.62488rem;
    height: 5.62488rem;
  }
  .schedule-about .schedule-list__item .icon-box .box-num span {
    font-size: 1.5rem;
  }
  .schedule-about .schedule-list::before {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 20rem);
  }
}
/* Mark */
.mark-about {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.mark-about .mark-content {
  padding: 3rem 2.56rem;
  border-radius: 0.625rem;
  background: #fff;
}
.mark-about .mark-content .mark-title {
  margin-bottom: 2.56rem;
  display: grid;
  grid-template-columns: 1fr 47.4375rem;
  column-gap: 2.56rem;
}
.mark-about .mark-content .mark-title .desc {
  color: #4a4a4a;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.mark-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
.mark-gallery .mark-gallery__item:nth-child(1),
.mark-gallery .mark-gallery__item:nth-child(2) {
  height: 24.125rem;
  grid-column: span 3;
  border-radius: 0.625rem;
}
.mark-gallery .mark-gallery__item:nth-child(n + 3) {
  height: 17.625rem;
  grid-column: span 2;
  border-radius: 0.625rem;
}
.mark-gallery .mark-gallery__item img {
  background: #d9d9d9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .mark-about .mark-content .mark-title {
    grid-template-columns: minmax(0, 1fr);
  }
  .mark-about .mark-content {
    padding: 1.625rem 0.875rem 2.625rem;
  }
  .mark-about .mark-content .title-main h2 {
    margin-bottom: 1.12rem;
  }
  .mark-about .mark-content .mark-title .desc {
    font-size: 0.9375rem;
  }
  .mark-gallery {
    grid-template-columns: minmax(0, 1fr);
  }
  .mark-gallery .mark-gallery__item {
    grid-column: span 1 !important;
  }
  .mark-gallery .mark-gallery__item {
    height: 13.125rem !important;
  }
}
/* Lightbox gallery*/
#lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

#lightbox-modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#lightbox-modal .lightbox-modal__content {
  max-width: 90%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 3rem 2rem 1rem;
  background: white;
  border-radius: 0.625rem;
}
#lightbox-modal .lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.5rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#lightbox-modal .lightbox-close:hover {
  color: var(--theme-color);
}
#lightbox-caption {
  font-weight: 700;
}
#lightbox-img {
  margin-bottom: 1rem;
  border-radius: 0.625rem;
}
#lightbox-next {
  position: absolute;
  right: -65px;
}
#lightbox-prev {
  position: absolute;
  left: -65px;
}
#lightbox-prev,
#lightbox-next {
  outline: none;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  user-select: none;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lightbox-prev svg,
#lightbox-next svg {
  width: 30px;
  height: 30px;
}
#lightbox-prev:hover,
#lightbox-next:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
@media (max-width: 767.98px) {
  #lightbox-modal .lightbox-modal__content {
    padding: 2.5rem 0.5rem 1rem;
  }
  #lightbox-prev,
  #lightbox-next {
    width: 35px;
    height: 35px;
  }
  #lightbox-prev {
    left: -18px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  }
  #lightbox-next {
    right: -18px;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  }
  #lightbox-prev svg,
  #lightbox-next svg {
    width: 20px;
    height: 20px;
  }
  #lightbox-caption {
    font-weight: 500;
    font-size: 0.875rem;
  }
  .intro-about .intro-num .col-2 .list-num .list-num__item:nth-child(n + 2) {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
  }
}
