.aboutHistory .--item:hover .--year {
  -webkit-text-fill-color: var(--color-primary);
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px;
}
.aboutHistory .--item:hover::after {
  background: var(--color-primary);
  border: 2px solid rgb(255, 255, 255);
}
.aboutHistory .--item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: rgb(198, 164, 124);
  border-radius: 50%;
  transition: 0.3s;
}
.aboutHistory article {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.aboutHistory .listHistory .--item {
  position: absolute;
}
.aboutHistory .listHistory .--item:nth-child(1) {
  top: -2rem;
  left: 3rem;
  width: 15%;
}
.aboutHistory .listHistory .--item:nth-child(1)::after {
  left: -46px;
  top: 44px;
  width: 32px;
  height: 32px;
  transform: translate(-50%, 0px);
  background: var(--color-primary);
  border: 3px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}
.aboutHistory .listHistory .--item:nth-child(2) {
  top: 46.5%;
  left: 3rem;
  width: 15%;
}
.aboutHistory .listHistory .--item:nth-child(2)::after {
  top: -35px;
  left: 0px;
}
.aboutHistory .listHistory .--item:nth-child(3) {
  position: absolute;
  top: 46.5%;
  left: calc(15% + 130px);
  width: 15%;
}
.aboutHistory .listHistory .--item:nth-child(3)::after {
  top: -35px;
  left: 0px;
}
.aboutHistory .listHistory .--item:nth-child(4) {
  position: absolute;
  top: 47%;
  left: calc(50% + 2rem);
  width: 20%;
}
.aboutHistory .listHistory .--item:nth-child(4)::after {
  top: 18px;
  left: -52px;
}
.aboutHistory .listHistory2 {
  padding-left: 50%;
  display: flex;
  margin-top: 15px;
}
.aboutHistory .listHistory2 .--item {
  position: relative;
}
.aboutHistory .listHistory2 .--item:nth-child(1) {
  position: absolute;
  width: 20%;
  right: 25%;
}
.aboutHistory .listHistory2 .--item:nth-child(1)::after {
  top: -35px;
}
.aboutHistory .listHistory2 .--item:nth-child(2) {
  position: absolute;
  right: 0;
  width: 20%;
}
.aboutHistory .listHistory2 .--item:nth-child(2)::after {
  top: -35px;
}
@media (max-width: 768px) {
  .aboutHistory .--item {
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .aboutHistory .--item::after {
    display: none;
  }
  .aboutHistory .--item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.award-swiper {
  position: relative;
  overflow: hidden;
}
.award-swiper .swiper-wrapper {
  align-items: center;
  display: flex;
}
.award-swiper .swiper-slide {
  width: 410px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex: 0 0 auto;
}
.award-swiper .swiper-slide.swiper-slide-active {
  z-index: 5;
}
.award-swiper .swiper-slide.left-1 {
  z-index: 3;
  transform: scale(0.9);
  margin-right: 10px !important;
}
.award-swiper .swiper-slide.left-2 {
  z-index: 2;
  transform: scale(0.8);
  margin-right: -30px !important;
}
.award-swiper .swiper-slide.right-1 {
  margin-left: 10px;
  z-index: 3;
  opacity: 0.8;
  transform: scale(0.9);
}
.award-swiper .swiper-slide.right-2 {
  z-index: 2;
  opacity: 0.6;
  transform: scale(0.8);
  margin-left: -30px !important;
}
.award-swiper .award-card {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 12px;
  overflow: hidden;
  background: white;
}
.award-swiper article {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.award-swiper .view-more {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.award-swiper .swiper-slide-active article {
  opacity: 1;
}
.award-swiper .swiper-slide-active .view-more {
  opacity: 1;
}
@media (max-width: 1439px) {
  .award-swiper .swiper-slide {
    width: 360px;
  }
}
@media (max-width: 769px) {
  .award-swiper .swiper-wrapper {
    align-items: flex-start;
  }
  .award-swiper .swiper-slide {
    width: 300px;
    transform: scale(1) !important;
    margin: 0 10px !important;
  }
  .award-swiper article {
    opacity: 1;
  }
  .award-swiper .view-more {
    opacity: 1;
  }
}

.unit-slider .slick-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}
.unit-slider .slick-dots li {
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #D9D9D9;
}
.unit-slider .slick-dots li.slick-active {
  background: var(--color-primary);
}
.unit-slider .slick-dots button {
  width: 100%;
  height: 100%;
  opacity: 0;
}/*# sourceMappingURL=about.css.map */