.about_text span {
  font-size: 1.375rem;
  color: #d59961;
}
.about_text h1 {
  font-size: 3.25rem;
  line-height: 3.8rem;
  color: #333333;
  font-weight: 600;
}
.about_banner .about_text p{
  margin-left: 0;
}
.about_text p {
  font-size: 1rem;
  color: #808080;
  line-height: 27px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.about_text h2 {
  font-size: 2.625rem;
  color: #333333;
  font-weight: 600;
  margin: 25px 0 20px;
}
.about_banner {
  height: 945px;
  padding-top: 250px;
  /* background: url(../img/about-banner.jpg) no-repeat center; */
}
.about_banner h1 {
  margin: 20px 0 15px;
}
.about_banner .button {
  margin-top: 40px;
}
.about_numbers {
  padding-top: 60px;
}
.about_numbers ul {
  justify-content: space-around;
}
.about_numbers li {
  width: 25%;
  text-align: center;
}
.about_numbers li span {
  font-size: 3.0625rem;
  font-weight: 600;
  color: #d59961;
}
.about_numbers li p {
  padding-top: 20px;
  font-size: 1rem;
  color: #242424;
}
.about_mission {
  padding-top: 130px;
  background: url(../img/about-mission-bg.png) no-repeat center bottom;
}
.about_mission .about_text {
  text-align: center;
}
.about_mission .mission_imgs {
  width: 100%;
  height: 930px;
  margin-bottom: 10px;
  position: relative;
}
.about_mission .mission_imgs img {
  position: absolute;
}
.about_mission .mission_imgs img:not(.mission_logo) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
.about_mission .mission_imgs .mission_logo {
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 100px;
}
.about_mission .mission_imgs img:nth-child(1) {
  top: 9%;
  right: calc(50% + 250px);
}
.about_mission .mission_imgs img:nth-child(2) {
  right: calc(50% + 285px);
  top: 36%;
  z-index: 2;
}
.about_mission .mission_imgs img:nth-child(3) {
  top: 65%;
  right: calc(50% + 200px);
}
.about_mission .mission_imgs img:nth-child(4) {
  left: calc(50% + 320px);
  top: 15%;
}
.about_mission .mission_imgs img:nth-child(5) {
  top: 48%;
  left: calc(50% + 270px);
}
.about_environment {
  padding-top: 110px;
  background: url(../img/about-e-bg.png) no-repeat center;
}
.about_environment .about_text {
  text-align: center;
}
.about_environment .about_text ul {
  justify-content: center;
  padding-top: 25px;
}
.about_environment .about_text ul li {
  width: 195px;
  height: 55px;
  line-height: 55px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  color: #666666;
  font-size: 1.2rem;
  transition: all 0.3s;
  margin: 0 10px;
  border-radius: 3px;
  cursor: pointer;
}
.about_environment .about_text ul li.active,
.about_environment .about_text ul li:hover {
  background-color: #000;
  color: #fff;
}
.about_environment .swiper_about_environment_box {
  height: 770px;
  padding-top: 105px;
  overflow: hidden;
  position: relative;
}
.about_environment .swiper_about_environment_box .swiper_about_environment {
  width: 722px;
  padding: 20px;
  margin: 0 auto;
}
.about_environment .swiper_about_environment_box .swiper_about_environment ul li {
  transition: all 0.3s;
}
.about_environment .swiper_about_environment_box .swiper_about_environment ul li.swiper-slide-active {
  transform: scale(1.27);
}
.about_environment .swiper_about_environment_box .swiper_about_environment ul li.swiper-slide-active div {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-color: #fff;
}
.about_environment .swiper_about_environment_box .swiper_about_environment ul li:not(.swiper-slide-active) {
  opacity: 0.5;
}
.about_environment .swiper_about_environment_box .swiper_about_environment ul li:not(.swiper-slide-active) p {
  opacity: 0;
}
.about_environment .swiper_about_environment_box .swiper_about_environment ul li div {
  width: 682px;
  height: 422px;
  border: 17px solid transparent;
  overflow: hidden;
  transition: all 0.3s;
}
.about_environment .swiper_about_environment_box .swiper_about_environment ul li div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_environment .swiper_about_environment_box .swiper_about_environment ul li p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  padding-top: 30px;
}
.about_environment .swiper_about_environment_box .about_environment_prev,
.about_environment .swiper_about_environment_box .about_environment_next {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #d59961;
  position: absolute;
  top: 40%;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s;
}
.about_environment .swiper_about_environment_box .about_environment_prev.swiper-button-disabled,
.about_environment .swiper_about_environment_box .about_environment_next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.about_environment .swiper_about_environment_box .about_environment_prev img,
.about_environment .swiper_about_environment_box .about_environment_next img {
  width: 100%;
  position: absolute;
  top: 35%;
}
.about_environment .swiper_about_environment_box .about_environment_prev {
  left: 50%;
  transform: translateX(-560px);
}
.about_environment .swiper_about_environment_box .about_environment_prev img {
  left: 50%;
}
.about_environment .swiper_about_environment_box .about_environment_next {
  right: 50%;
  transform: translateX(560px);
}
.about_environment .swiper_about_environment_box .about_environment_next img {
  right: 50%;
}
.about_team {
  padding: 105px 0 200px;
}
.about_team .about_text {
  text-align: center;
}
.about_team .top {
  height: 417px;
  background-color: #f7f2ec;
  border-top-left-radius: 50px;
  border-bottom: 5px solid #d59961;
  margin-top: 95px;
}
.about_team .top img {
  height: 490px;
  position: relative;
  top: -83px;
  margin: 0 45px 0 40px;
}
.about_team .top div {
  padding-right: 43px;
}
.about_team .top div strong {
  display: block;
  padding-top: 100px;
  font-size: 1.75rem;
  color: #242424;
  font-weight: 600;
}
.about_team .top div span {
  display: block;
  font-size: 1.0625rem;
  color: #727272;
  margin: 15px 0 20px;
  padding-bottom: 20px;
  position: relative;
}
.about_team .top div span::after {
  display: block;
  content: '';
  width: 35px;
  height: 2px;
  background-color: #d59961;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_team .top div p {
  font-size: 17px;
  color: #808080;
  line-height: 30px;
}
.about_team .swiper_about_team_box {
  position: relative;
}
.about_team .swiper_about_team_box .swiper_about_team {
  padding-top: 40px;
  overflow: hidden;
}
.about_team .swiper_about_team_box .swiper_about_team ul li div {
  width: 283px;
  height: 293px;
  overflow: hidden;
  border-radius: 37px 0 37px 0;
  background: url('../img/tema-bg.jpg') no-repeat center bottom/cover;
}
.about_team .swiper_about_team_box .swiper_about_team ul li div{
  border: 1px solid transparent;
}
.about_team .swiper_about_team_box .swiper_about_team ul li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_team .swiper_about_team_box .swiper_about_team ul li p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #242424;
  margin: 15px 0;
}
.about_team .swiper_about_team_box .swiper_about_team ul li span {
  font-size: 0.9375rem;
  color: #727272;
}
.about_team .swiper_about_team_box .about_team_prev,
.about_team .swiper_about_team_box .about_team_next {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/left-g.svg) no-repeat center / 20%;
}
.about_team .swiper_about_team_box .about_team_prev.swiper-button-disabled,
.about_team .swiper_about_team_box .about_team_next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.about_team .swiper_about_team_box .about_team_prev {
  background-color: #d0d0d0;
  left: -105px;
}
.about_team .swiper_about_team_box .about_team_next {
  background-color: #d59961;
  right: -105px;
  background-image: url(../img/right-w.svg);
}
.about_certification {
  height: 1019px;
  text-align: start;
  background: url(../img/about-c-bg.png) no-repeat center;
  position: relative;
  overflow: hidden;
  padding-top: 320px;
}
.about_certification .subtitle {
  font-size: 1.375rem;
  color: #d59961;
}
.about_certification h2 {
  font-size: 2.625rem;
  color: #333333;
  font-weight: 600;
  margin: 20px 0 25px;
}
.about_certification p {
  font-size: 1.0625rem;
  color: #757575;
  line-height: 23px;
}
.about_certification p {
  max-width: 30%;
  color: #999;
  line-height: 2rem;
}
.about_certification .container {
  width: 60%;
  position: absolute;
  top: calc(50% + 50px);
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}
.about_certification .container .swiper-certification {
  padding: 15px;
}
.about_certification .container li div {
  width: 100%;
  height: 525px;
  background: url(../img/about-c1.jpg) no-repeat center / cover;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.about_certification .container li p {
  font-size: 1.25rem;
  color: #242424;
  padding-top: 35px;
}
.about_certification .swiper-button-next,
.about_certification .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  border-radius: 5px;
  background-image: none;
  top: 340px;
  left: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.about_certification .swiper-button-prev {
  background-color: #d0d0d0;
}
.about_certification .swiper-button-prev::after,
.about_certification .swiper-button-next::after {
  display: block;
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_certification .swiper-button-next {
  background-color: #d59961;
  left: 6rem;
}
.about_certification .swiper-button-prev::after {
  background: url(../img/left-g.svg) no-repeat center / 50%;
}
.about_certification .swiper-button-next::after {
  background: url(../img/right-w.svg) no-repeat center / 50%;
}
.highlight {
  text-align: center;
  padding: 50px 0 205px;
  margin-bottom: 40px;
  background: url(../img/about-h-bg.png) no-repeat center bottom;
}
.highlight .about_text {
  margin-bottom: 55px;
}
.highlight ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.highlight ul li {
  width: 32%;
  height: 325px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 0 40px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s;
}
.highlight ul li > div {
  height: 255px;
  width: 100%;
  overflow: hidden;
  padding-top: 85px;
  transition: all 0.3s;
}
.highlight-icon {
  margin: 0 auto;
  margin-bottom: 40px;
  transition: all 0.5s;
  width: 51px;
  height: 51px;
}
.highlight-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.highlight ul li > div h3 {
  min-height: 56px;
  max-width: 70%;
  margin: 0 auto 25px;
  font-size: 1.375rem;
  color: #333333;
  font-weight: 600;
  transition: all 0.3s;
}
.highlight ul li > div p {
  transition: all 0.3s;
  line-height: 23px;
}
.highlight ul li:hover,
.highlight ul li.active {
  background-color: #d69962;
}
.highlight ul li:hover > div,
.highlight ul li.active > div {
  height: 280px;
  padding-top: 55px;
}
.highlight ul li:hover .highlight-icon,
.highlight ul li.active .highlight-icon {
  margin-bottom: 25px;
}
.highlight ul li:hover h3, .highlight ul li.active h3 {
  margin-bottom: 0.5rem;
  color: #fff;
}
.highlight ul li:hover p,
.highlight ul li.active p {
  color: #fff;
}
.highlight ul li .highlight-icon img:nth-child(2),
.highlight ul li:hover .highlight-icon img:nth-child(1),
.highlight ul li.active .highlight-icon img:nth-child(1) {
  display: none;
}
.highlight ul li:hover .highlight-icon img:nth-child(2),
.highlight ul li.active .highlight-icon img:nth-child(2) {
  display: block;
}
.team-swiper{
  overflow: hidden;
}
.about_team .swiper_about_team_box .swiper_about_team ul li.active div{
  border: 1px solid #d59961;
}
