.box-about .sec-head {
  position: relative;
  margin-bottom: 32px;
}

.about-content.text-center {
  width: 59%;
  margin: auto;
  font-weight: 500;
}

.box-vision {
  background: #f9fafb;
}

.box-mission .row,
.box-vision .row {
  align-items: center;
}

.box-vision.show .vision-image img,
.box-mission.show .mission-image img {
  transform: scale(1);
  transition: all 1s;
}

.box-mission.show .mission-image:hover img,
.box-vision.show .vision-image:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.vision-image {
  max-height: 280px;
  overflow: hidden;
  border-radius: 20px;
}

.vision-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.5s;
}

.box-mission .sec-head,
.box-vision .sec-head {
  margin-bottom: 24px;
}

.mission-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mission-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mission-item-icon img {
  width: 60px;
  height: 60px;
}

.mission-item-content {
  font-weight: 500;
}

.mission-image {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.5s;
}

.box-vision .row,
.box-mission .row {
  --bic-grid-gap: 24px;
}

.core-value-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: auto;
}

.core-value-item {
  padding: 20px;
  border-radius: 10px;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}

.core-value-item:hover {
  background: var(--bic-primary-color);
  color: #fff;
  transition: all 0.5s;
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

.core-value-item:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

.core-value-item:hover .core-value-item-title {
  color: #fff;
  transition: all 0.5s;
}

.core-value-item-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--bic-primary-color);
}

.core-value-item-icon img {
  height: 100px;
  width: auto;
  transition: all 0.5s;
}

section.sec-ani.box-news.padding.slide4 {
  background: #f9fafb;
}

.box-history {
  background: url("../../images/bg_history.webp") no-repeat center center;
  background-size: 100% 100%;
}

.history-slide-content {
  width: 64%;
  margin: auto;
  padding-bottom: 60px;
}

.history-item .flex-row {
  display: flex;
  gap: 20px;
}

.history-image {
  flex: 0 0 360px;
  height: 270px;
  overflow: hidden;
  border-radius: 20px;
}

.box-history .subtitle {
  width: 51%;
  margin-left: auto;
  margin-right: auto;
}

h3.history-title {
  font-size: 25px;
  font-weight: 600;
  color: var(--bic-primary-color);
  margin-bottom: 20px;
}

.history-slide-mark .slick-list {
  padding-top: 55px !important;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.history-slide-mark .slick-list::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--bic-primary-color);
}

.history-mark-item {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: var(--bic-primary-color);
}

.history-mark-item.slick-current.slick-active {
  font-size: 40px;
}

.history-mark-item.slick-current.slick-active::before {
  width: 30px;
  height: 30px;
  top: -50px;
}

.history-mark-item::before {
  content: "";
  position: absolute;
  top: -39px;
  width: 10px;
  height: 10px;
  background: var(--bic-primary-color);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

/* award */

.box-award .sec-head-title .subtitle {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.box-award-mask {
  height: 100%;
}

.prize-wrap {
  position: relative;
}

.box-award .swiper-wrapper {
  align-items: baseline;
  height: 674px;
  margin-top: -54px;
}

.box-award .swiper-slide {
  transition: all 0.3s ease-in-out;
}

.box-award .swiper-control-absolute .swiper-prev {
  left: 23%;
}

.box-award .swiper-control-absolute .swiper-next {
  right: 23%;
}

.prize-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.prize-item-image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 70%;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  background-image: var(--bg);
  background-repeat: no-repeat;
  background-size: cover;
}

.prize-item-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.prize-item-image picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.box-award .swiper-slide-active {
  transform: scale(1.55);
  z-index: 2;
}

.box-award .swiper-slide-active .prize-item-image::before {
  opacity: 0;
}

.prize-item-content {
  display: none;
}

.box-award .swiper-slide-active .prize-item-content {
  display: block;
}

.prize-item-title .title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: var(--bic-primary-color);
}

.prize-item-title {
  text-align: center;
  padding-top: 16px;
}

.slick-slide img {
  display: block;
  height: 100%;
}

.history-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) and (max-width: 1536px) {
  .box-award .swiper-wrapper {
    height: 40.1042vw !important;
  }
}

@media only screen and (min-width: 1025px) {
  .box-about .sec-head {
    margin-bottom: 1.6667vw !important;
  }

  .about-content.text-center {
    width: 59%;
  }

  .vision-image {
    max-height: 14.5833vw;
    border-radius: 1.0417vw;
  }

  .box-mission .sec-head,
  .box-vision .sec-head {
    margin-bottom: 1.25vw !important;
  }

  .mission-list {
    gap: 1.5625vw;
  }

  .mission-item {
    gap: 1.0417vw;
  }

  .mission-item-icon img {
    width: 3.125vw;
    height: 3.125vw;
  }

  .mission-image {
    border-radius: 1.0417vw;
  }

  .box-vision .row,
  .box-mission .row {
    --bic-grid-gap: 1.25vw;
  }

  .core-value-list {
    gap: 2.60416667vw;
    width: 85%;
  }

  .core-value-item {
    gap: 0.7292vw;
    flex: 0 0 calc(33.333333% - 2.60416667vw);
    max-width: 33.333333%;
    padding: 1.0417vw;
    border-radius: 0.5208vw;
  }

  .core-value-item:hover {
    box-shadow: 0 1.0417vw 1.0417vw -0.2604vw rgba(0, 0, 0, 0.1),
      0 0.4167vw 0.5208vw -0.3125vw rgba(0, 0, 0, 0.1);
    transform: translateY(-0.1042vw);
  }

  .core-value-item-title {
    font-size: 1.25vw;
  }

  .core-value-item-icon img {
    height: 5.2083vw;
  }

  .history-slide-content {
    width: 64%;
    padding-bottom: 3.125vw;
  }

  .history-item .flex-row {
    gap: 1.0417vw;
  }

  .history-image {
    flex: 0 0 18.75vw;
    height: 14.0625vw;
    border-radius: 1.0417vw;
  }

  .box-history .subtitle {
    width: 51%;
  }

  h3.history-title {
    font-size: 1.3021vw;
    margin-bottom: 1.0417vw;
  }

  .history-slide-mark .slick-list {
    padding-top: 2.8646vw !important;
  }

  .history-slide-mark .slick-list::before {
    top: 1.0417vw;
    height: 0.0521vw;
  }

  .history-mark-item {
    font-size: 1.0417vw;
  }

  .history-mark-item.slick-current.slick-active {
    font-size: 2.0833vw;
  }

  .history-mark-item.slick-current.slick-active::before {
    width: 1.5625vw;
    height: 1.5625vw;
    top: -2.6042vw;
  }

  .history-mark-item::before {
    top: -2.0313vw;
    width: 0.5208vw;
    height: 0.5208vw;
  }

  .box-award .sec-head-title .subtitle {
    width: 55%;
  }

  .box-award .swiper-wrapper {
    height: 35.1042vw;
    margin-top: -2.8125vw;
  }

  .box-award .swiper-control-absolute .swiper-prev {
    left: 23%;
  }

  .box-award .swiper-control-absolute .swiper-next {
    right: 23%;
  }

  .prize-item-image {
    padding-top: 70%;
    border-radius: 1.0417vw;
  }

  .prize-item-title {
    padding-top: 0.8333vw;
  }

  .prize-item-title .title {
    font-size: 0.7813vw;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .history-slide-content {
    width: 100%;
  }

  .about-content.text-center {
    width: 80%;
  }

  .vision-content .sec-head-title,
  .sec-head-title.text-right {
    text-align: center !important;
  }

  .box-vision .row {
    flex-direction: column-reverse;
  }

  .core-value-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .core-value-item-icon img {
    height: 80px;
  }

  .box-award .swiper-wrapper {
    height: 300px;
    margin-top: 0;
  }

  section.sec-ani.box-award.padding.show {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-content.text-center {
    width: 100%;
    padding: 0 15px;
    text-align: justify !important;
  }

  .box-vision .row {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .sec-head-title.text-right {
    text-align: left !important;
  }

  .mission-item-icon img {
    width: 50px;
    height: 50px;
  }

  .core-value-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .core-value-item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .core-value-item-icon img {
    height: 60px;
  }

  .core-value-item-title {
    font-size: 20px;
  }

  .box-history .subtitle {
    width: 100%;
  }

  .history-slide-content {
    width: 100%;
    padding-bottom: 0;
  }

  .history-mark-item.slick-current.slick-active {
    font-size: 32px;
  }

  .history-item .flex-row {
    gap: 20px;
    flex-direction: column !important;
  }

  .box-history .slick-prev,
  .box-history .slick-next {
    top: 43%;
  }

  h3.history-title {
    font-size: 20px;
  }

  .box-award .sec-head-title .subtitle {
    width: 100%;
  }

  .box-award .swiper-slide-active {
    transform: scale(1);
  }

  .box-award .swiper-wrapper {
    height: auto;
    margin-top: 0;
  }
}
