img {
  object-fit: cover;
}

.about1 {
  padding: 7.8125vw 11.45833vw 8.90625vw 11.45833vw;
}

.about1 .top .p1 {
  color: #000;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}

.about1 .top .p2 {
  margin: 1.92708vw 0 0 0;
  color: #666;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 160% */
  text-transform: capitalize;
}

.about1 .images {
  margin: 7.65625vw 0 0 0;
  height: 32.55208vw;
  border-radius: 3.125vw;
  overflow: hidden;
}

.about1 .images img {
  width: 100%;
  height: 100%;
  transition: all 600ms;
  object-fit: cover;
}

.about1 .images:hover img {
  transform: scale(1.05);
}

.about1 .content {
  margin: 7.60417vw 0 0 0;
}

.about1 .content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F1F1F1;
  padding: 1.82292vw 0;
}

.about1 .content .item:hover .picture {
  height: 21.875vw;
}

.about1 .content .item:hover .l .p1 {
  transform: translateY(0);
  transition-delay: unset;
}

.about1 .content .item:hover .l .p2 {
  opacity: 1;
  transition-delay: .3s;
}

.about1 .content .item .l {
  width: 29.27083vw;
}

.about1 .content .item .l .p1 {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 46.8px */
  text-transform: capitalize;
  transform: translateY(3.125vw);
  transition: .6s ease;
  transition-delay: .3s;
}

.about1 .content .item .l .p2 {
  color: #7C7F83;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  margin: 0.72917vw 0 0 0;
  opacity: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: .6s ease;
}

.about1 .content .item .picture {
  width: 43.22917vw;
  height: 8.33333vw;
  border-radius: 2.08333vw;
  overflow: hidden;
  transition: .6s ease;
}

.about1 .content .item .picture img {
  width: 100%;
  height: 100%;
}

.about2 .top {
  text-align: center;
}

.about2 .top .p1 {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 1.82292vw;
}

.about2 .top .p2 {
  width: 42.96875vw;
  margin: auto;
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.about2 .content {
  margin: 6.61458vw 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.about2 .content .item {
  width: 100%;
  height: 34.89583vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about2 .content .item:hover:after {
  opacity: 0.9;
}

.about2 .content .item:hover .img {
  transform: scale(1.05);
}

.about2 .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  transition: .6s ease;
}

.about2 .content .item .img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}

.about2 .content .item .position {
  position: absolute;
  padding: 0 3.125vw;
  top: 60%;
  left: 0;
  z-index: 2;
  transition: 1s;
}

.about2 .content .item .position .p1 {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  text-transform: capitalize;
  margin: 0 0 1.35417vw;
}

.about2 .content .item .position .p2 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
}

.about3 {
  padding: 8.75vw 6.25vw 10.41667vw 6.25vw;
}

.about3 .top {
  text-align: center;
}

.about3 .top .p1 {
  color: #000;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 97.436% */
  text-transform: uppercase;
  margin: 0 0 1.14583vw;
}

.about3 .top .p2 {
  width: 41.82292vw;
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: auto;
}

.about3 .content {
  margin: 6.14583vw auto 0;
}

.about3 .content .honorSwiper {
  width: 66.14583vw;
  margin: auto;
}

.about3 .content .honorSwiper .swiper-slide {
  padding: 2.60417vw 0;
}

.about3 .content .honorSwiper .swiper-slide .swiper-slide-shadow-left, .about3 .content .honorSwiper .swiper-slide .swiper-slide-shadow-right {
  display: none;
}

.about3 .content .honorSwiper .swiper-slide .img {
  width: 100%;
  border-radius: 2.08333vw;
  overflow: hidden;
  box-shadow: 0 0 20px 20px rgba(186, 186, 186, 0.1);
}

.about3 .content .honorSwiper .swiper-slide .img img {
  width: 100%;
  object-fit: contain;
  border-radius: 2.08333vw;
}

.about3 .content2 {
  padding: 5.52083vw 0 4.27083vw;
  position: relative;
  z-index: 1;
  margin: 2.60417vw 0 0 0;
  border-radius: 1.04167vw;
  overflow: hidden;
}

.about3 .content2 .common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.about3 .content2 .text {
  text-align: center;
}

.about3 .content2 .text .p1 {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 1.51042vw;
}

.about3 .content2 .text .p2 {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.about3 .content2 .text .more {
  width: fit-content;
  margin: 2.8125vw auto 0;
  height: 3.64583vw;
  border-radius: 5.20833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.30208vw;
  gap: 0.78125vw;
  border: 1px solid white;
  transition: .6s ease;
  opacity: .6;
}

.about3 .content2 .text .more:hover {
  opacity: 1;
}

.about3 .content2 .text .more:hover svg {
  transform: rotate(45deg);
}

.about3 .content2 .text .more p {
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: .6s ease;
}

.about3 .content2 .text .more .line {
  width: 1px;
  height: 0.83333vw;
  background: #FFF;
  transition: .6s ease;
}

.about3 .content2 .text .more svg {
  width: 1.25vw;
  height: 1.25vw;
  transition: .6s ease;
}

.about3 .content2 .text .more svg path {
  transition: .6s ease;
}

@media screen and (max-width: 768px) {
  .home {
    overflow: hidden;
  }
  .about1 {
    padding: 35px 5%;
  }
  .about1 .top .p2 {
    margin: 20px 0 0 0;
  }
  .about1 .images {
    margin: 30px 0 0 0;
    height: auto;
    border-radius: 15px;
  }
  .about1 .content {
    margin: 20px 0 0 0;
  }
  .about1 .content .item {
    height: auto;
    padding: 25px 0;
    flex-direction: column;
  }
  .about1 .content .item .l {
    width: 100%;
  }
  .about1 .content .item .l .p1 {
    transform: translateY(0);
  }
  .about1 .content .item .l .p2 {
    margin: 10px 0 0 0;
    opacity: 1;
  }
  .about1 .content .item .picture {
    width: 100%;
    height: auto !important;
    margin: 20px 0 0 0;
  }
  .about2 {
    padding: 35px 5%;
  }
  .about2 .top {
    padding: 0;
  }
  .about2 .top .p1 {
    margin: 0 0 15px;
  }
  .about2 .top .p2 {
    width: 100%;
  }
  .about2 .content {
    margin: 25px 0 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .about2 .content .item {
    width: 100%;
    height: auto;
  }
  .about2 .content .item .position {
    bottom: 50px;
    transform: none !important;
    padding: 0 5%;
    top: unset;
  }
  .about2 .content .item .position .p1 {
    height: auto;
    margin: 0 0 10px;
  }
  .about2 .content .item .position .p2 {
    opacity: 1;
  }
  .about3 {
    padding: 30px 5%;
  }
  .about3 .top .p1 {
    margin: 0 0 20px;
  }
  .about3 .top .p2 {
    width: 100%;
  }
  .about3 .content {
    margin: 15px 0 0 0;
  }
  .about3 .content .honorSwiper {
    width: 100%;
    overflow: unset;
  }
  .about3 .content2 {
    padding: 35px 5%;
    margin: 25px 0 0 0;
    border-radius: 15px;
  }
  .about3 .content2 .text .p1 {
    margin: 0 0 15px;
  }
  .about3 .content2 .text .more {
    margin: 25px auto 0;
    height: 48px;
    padding: 0 15px;
    border-radius: 30px;
    gap: 15px;
  }
  .about3 .content2 .text .more .line {
    width: 1px;
    height: 15px;
  }
  .about3 .content2 .text .more svg {
    width: 15px;
    height: 15px;
  }
}
