/** Intro */
.intro-about {
  padding: 4.25rem 0 0;
}
.intro-about .grid-2 .title-main p {
  padding-bottom: 1.94rem;
  color: var(--black);
  text-align: justify;
}
.intro-about .grid-2 {
  display: grid;
  grid-template-columns: 1fr 25.7rem;
  column-gap: 8.4rem;
}
.intro-about .list-num {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.56rem;
  margin-bottom: 3rem;
}
.intro-about .list-num .box-num {
  padding: 1.7rem 1.6rem;
  background-color: var(--theme-color2);
}
.intro-about .list-num .box-num .number-run {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  align-items: baseline;
  line-height: normal;
}
.intro-about .list-num .box-num:nth-child(1) {
  background-color: var(--theme-color);
}
.intro-about .list-num .box-num:nth-child(3) {
  background-color: var(--theme-color3);
}
.intro-about .list-num .box-num .item .desc {
  color: #fff;
  font-weight: 500;
}
.intro-about .grid-2 .col-1 .decription {
  padding-right: 7.5rem;
  position: relative;
}
.intro-about .grid-2 .col-1 .decription p {
  color: var(--black);
  font-size: 1.75rem;
  font-weight: 500;
}
.intro-about .grid-2 .col-1 .decription::before {
  content: "";
  width: 3.15369rem;
  height: 2.77825rem;
  background-image: url("/wp-content/uploads/2025/10/i-quater.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 1rem;
}
.intro-about .image-map {
  position: relative;
}

.intro-about .image-map .line1 {
  width: 6.35631rem;
  height: 12.96875rem;
  position: absolute;
  top: 14%;
  left: 28%;
}
.intro-about .image-map .line2 {
  position: absolute;
  width: 4.5rem;
  height: 11.65625rem;
  bottom: 17%;
  left: 36%;
}
.intro-about .image-map .line1 path,
.intro-about .image-map .line2 path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: lineAnimation 3s ease-in-out infinite;
}
.intro-about .image-map .line1 path {
  animation-delay: 0.5s;
}
.intro-about .image-map .line2 path {
  animation-delay: 1s;
}
@keyframes lineAnimation {
  0% {
    stroke-dashoffset: 1000;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -1000;
  }
}
@media screen and (max-width: 767px) {
  .intro-about {
    padding: 2.75rem 0 0;
  }
  .intro-about .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }
  .intro-about .list-num {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .intro-about .list-num .box-num:nth-child(3) {
    grid-column: span 2;
  }
  .intro-about .list-num .box-num:nth-child(3) .item {
    text-align: center;
  }
  .intro-about .list-num {
    margin-bottom: 2rem;
  }
  .intro-about .grid-2 .col-1 .decription p {
    font-size: 1.25rem;
    line-height: normal;
  }
  .intro-about .grid-2 .col-1 .decription::before {
    width: 2.15369rem;
    height: 1.77825rem;
  }
  .intro-about .grid-2 .col-1 .decription {
    padding-right: 4rem;
  }
  .intro-about .image-map .line1,
  .intro-about .image-map .line2 {
    height: 10.5rem;
  }
}
/** History */
.history-about {
  padding: 5rem 0 0;
}
.slider-history {
  display: flex;
  justify-content: space-between;
  column-gap: 7rem;
  position: relative;
}
.slider-history .title-main p:last-child {
  margin-bottom: 0;
}
.slider-history .slider-year {
  width: 10rem;
}
.slider-history .slider-thumb {
  flex: 1;
}
.slider-history .slider-thumb .grid-2 {
  display: grid;
  grid-template-columns: 1fr 31.3325rem;
  column-gap: 4rem;
  position: relative;
}
.slider-history::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--theme-color2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 12.65rem;
  z-index: 1;
}
.slider-history::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 13rem;
  border-left: 1.5px dashed #b5c6cd;
}
.slider-history .slider-thumb .grid-2 .image-cover {
  background: #d9d9d9;
  padding-top: 19.4rem;
}
.slider-history .slider-thumb .grid-2 .box-content p:first-child {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--theme-color);
}
.slider-history .slider-thumb .grid-2 .box-content p {
  text-align: justify;
  color: var(--black);
}
.slider-history .slider-thumb .grid-2 .box-content p:last-child {
  margin: 0;
}
.slider-year {
  height: 19.4rem;
}
.slider-year .year span {
  font-size: 2rem;
  font-weight: 600;
  color: var(--black);
  line-height: normal;
  transition: all 0.5s ease-in-out;
}
.slider-year .year {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-year .swiper-slide-active {
  margin: 0.5rem 0;
}
.slider-year .swiper-slide-active .year span {
  font-size: 4rem;
  color: var(--theme-color2);
  height: 100%;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .history-about {
    padding: 2.75rem 0 0;
  }
  .history-about .title-main h2 {
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
  }
  .history-about .title-main {
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  .slider-history {
    flex-direction: column;
    column-gap: 0;
    row-gap: 4rem;
  }
  .slider-history .slider-year {
    width: 100%;
    height: auto;
  }
  .slider-history .slider-thumb {
    max-width: 100%;
    width: 100%;
  }
  .slider-history .slider-thumb .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 1rem;
  }
  .slider-history .slider-thumb .grid-2 .box-content p:first-child {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .slider-history .slider-thumb .grid-2 .box-content p {
    font-weight: 400;
  }
  .slider-history .slider-thumb .grid-2 .col-1 {
    order: 1;
  }
  .slider-year .year {
    justify-content: center;
  }
  .slider-year .year span {
    font-size: 1.25rem;
  }
  .slider-year .swiper-slide {
    height: 4rem;
  }
  .slider-year .swiper-slide-active .year span {
    font-size: 2.5rem;
  }
  .slider-year .swiper-slide-active {
    margin: 0;
  }
  .slider-history::after {
    width: 100%;
    height: 2px;
  }
  .slider-history::after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 5.5rem;
    border-top: 1.5px dashed #b5c6cd;
    border-left: 0;
  }
  .slider-history::before {
    top: 5.125rem;
    left: 0;
  }
  .slider-history .slider-thumb .grid-2 .image-cover {
    height: 14.5rem;
  }
}
/** Gallery about **/
.gallery-about {
  padding: 4.25rem 0;
}
.gallery-about .section-bg {
  background-position: 100% 0%;
  height: 34.0625rem;
}
.gallery-about .btn__primary {
  width: fit-content;
}
.gallery-about .title-main p:last-child {
  margin-bottom: 0;
}
.gallery-about .grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 28.375rem;
  align-items: center;
  column-gap: 15.3rem;
}
.gallery-about .grid-cols-2 .col-2 .content {
  padding: 1.8rem 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(243, 251, 245, 0.3) 51.59%,
    rgba(231, 246, 236, 0.15) 101.23%
  );
  backdrop-filter: blur(2.5px);
}
.gallery-about .grid-cols-2 .col-2 ul {
  margin: 0;
}
.gallery-about .grid-cols-2 .col-2 ul li {
  margin: 0;
}
.gallery-about .grid-cols-2 .col-2 ul li:nth-child(n + 2) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.gallery-about .gallery-slider .box-image .image-cover {
  padding-top: 0;
  height: 24.16231rem;
}
.gallery-about .cooperate-content {
  padding-top: 2.25rem;
}
.gallery-about .gallery-slider .box-text {
  position: absolute;
  left: 50%;
  bottom: 2.25rem;
  transform: translate(-50%, 100%);
  width: calc(100% - 6rem);
  padding: 0.5rem 2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.gallery-about .gallery-slider .swiper-slide-active:hover .box-text {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0%);
  transition: all 0.3s ease-in-out;
}
.gallery-about .gallery-slider .box-text .title {
  font-weight: 600;
  color: var(--black);
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .gallery-about {
    padding: 2.75rem 0;
  }
  .gallery-about .gallery-content {
    padding-top: 1rem;
  }
  .gallery-about .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2.5rem;
  }
  .gallery-about .section-bg {
    height: 47.0625rem;
  }
  .gallery-about .gallery-slider .box-image .image-cover {
    padding-top: 0;
    height: 13.16231rem;
  }
  .gallery-about .gallery-slider .box-text {
    bottom: 1rem;
    width: calc(100% - 2rem);
	  display: none;
  }
  .gallery-about .gallery-slider .box-text .title {
    font-size: 1rem;
  }
}

/** Team **/
.team-about {
  padding: 4.25rem 0 0;
}
.team-item .box-image {
  background: linear-gradient(197deg, #e5f9ff 0.99%, #f6f6f6 45.38%);
}
.team-slider .swiper-slide .team-item .box-image .image-cover {
  height: 21.0625rem;
  padding-top: 0;
  transition: all 0.5s ease-in-out;
}

.team-slider
  .swiper-slide.swiper-slide-active
  .team-item
  .box-image
  .image-cover {
  height: 24.625rem;
}
.team-slider .swiper-wrapper {
  height: 27.625rem;
}
.team-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.team-slider .swiper-slide .team-item {
  margin-top: auto;
}
.team-item .box-text {
  padding: 1.3rem 0 0;
}
.team-item .box-text .name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--black);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.team-wrapper {
  position: relative;
}
.team-wrapper .swiper-button.swiper-next {
  right: -1.25rem;
  left: auto;
}
.team-wrapper .swiper-button.swiper-prev {
  left: -1.25rem;
}
@media (max-width: 767.98px) {
  .team-about {
    padding: 2.75rem 0 0;
  }
  .team-wrapper .swiper-button.swiper-next {
    right: 0;
    left: auto;
  }
  .team-wrapper .swiper-button.swiper-prev {
    left: 0;
  }

  .team-item .box-text {
    padding: 1rem 0 0;
  }
  .team-item .box-text .name {
    font-size: 1rem;
  }
}

/** light box **/
.lightbox-about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: opacity 0.3s ease-in-out;
}
.lightbox-about.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.lightbox-about__content {
  background: #fff;
  padding: 2rem;
  max-width: 60rem;
  position: relative;
}
.lightbox-about .list-image img {
  display: none;
  max-width: 100%;
  max-height: 35rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox-about .list-image img.active {
  display: block;
  opacity: 1;
}
.lightbox-about .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 185, 242, 0.3);
  width: 100%;
  color: var(--theme-color);
	line-height: normal;
}
.lightbox-prev,
.lightbox-next {
  cursor: pointer;
  user-select: none;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.lightbox-prev:hover,
.lightbox-next:hover {
  background-color: var(--theme-color2);
}
.lightbox-prev:hover svg path,
.lightbox-next:hover svg path {
  fill: #fff;
}
.lightbox-next {
  left: auto;
  right: 0.5rem;
}
.lightbox-close {
  width: 2rem;
  height: 2rem;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  min-height: inherit;
}
.lightbox-close:hover {
  background-color: var(--theme-color2);
}
.lightbox-close svg {
  width: 1rem;
  height: 1rem;
}
.lightbox-close svg path {
  fill: #fff;
}
.lightbox-about .count {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: fit-content;
  left: auto;
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--black);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .lightbox-about .title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  .lightbox-about .lightbox-about__content {
    width: 95vw;
    padding: 2rem 1rem 1rem;
  }
  .lightbox-about .lightbox-next,
  .lightbox-about .lightbox-prev {
    width: 2rem;
    height: 2rem;
    display: none;
  }
}
