/* swiper control */
.main3 .swiper-wrapper {
  flex-wrap: wrap;
}
.main3 .swiper-main3 a:nth-of-type(5),
.main3 .swiper-main3 a:nth-of-type(10) {
  margin-right: 0 !important;
}

/* swiper control END*/

.main3 {
  padding: 110px 0 120px;
}
.main3 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main3 .swiper-main3 {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
.main3 .swiper-main3 a {
  height: 270px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: background 0.3s;
}
.main3 .swiper-main3 a:hover {
  background: #4a8c5b;
}
.main3 .swiper-main3 a .icon {
  margin-top: 48px;
  font-size: 36px;
  color: #a9a9a9;
  line-height: 51px;
  vertical-align: middle;
  transition: margin-top 0.3s;
}
.main3 .swiper-main3 a:hover .icon {
  margin-top: 20px;
  color: #fff;
  transition: color 0.3s;
  transition: margin-top 0.3s;
}
.main3 .swiper-main3 a .eng {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: -0.025em;
  color: #333;
  transition: color 0.3s;
}
.main3 .swiper-main3 a:hover .eng {
  color: #fff;
}
.main3 .swiper-main3 a .eng::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background: #000;
  transition: background 0.3s;
}
.main3 .swiper-main3 a:hover .eng::after {
  background: #fff;
}
.main3 .swiper-main3 a .name {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 300;
  color: #555;
  transition: color 0.3s;
}
.main3 .swiper-main3 a:hover .name {
  color: #fff;
}
.main3 .swiper-main3 a .more {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 150px;
  height: 38px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  border: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  transform: scale(1, 0);
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, color 0.3s,
    background 0.3s;
}
.main3 .swiper-main3 a:hover .more {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
}
.main3 .swiper-main3 a .more:hover {
  background: #fff;
  color: #4a8c5b;
}

@media (max-width: 1024px) {
  .main3 {
    padding: 60px 0 50px;
  }
  .main3 .bg {
    background-position: 0 0;
  }
  .main3 .swiper-main3 {
    max-width: 100%;
  }
  .main3 .swiper-main3 a {
    width: 160px;
    height: 180px;
    margin-top: 30px;
  }
  .main3 .swiper-main3 a:first-child {
    margin-left: 15px;
  }
  .main3 .swiper-main3 a:last-child {
    margin-right: 15px;
  }
  .main3 .swiper-main3 a .icon {
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
  }
  .main3 .swiper-main3 a:hover .icon {
    margin-top: 40px;
  }
  .main3 .swiper-main3 a .eng {
    margin-top: 4px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .main3 .swiper-main3 a .eng::after {
    width: 24px;
  }
  .main3 .swiper-main3 a .name {
    margin-top: 8px;
    font-size: 13px;
  }
  .main3 .swiper-main3 a .more {
    display: none;
  }

  /* swpier control */
  .main3 .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .main3 .swiper-main3 a:nth-of-type(5),
  .main3 .swiper-main3 a:nth-of-type(10) {
    margin-right: 12px !important;
  }
  /* swpier control END*/
}
