/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.home-slider .swiper-container .w-swiper .swiper-slide picture img {
  object-fit: cover;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide picture img {
    height: 320px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .swiper-controls .swiper-pagination {
    bottom: 6px;
  }
}

.home-about-us {
  background-color: #ffffff;
}
.home-about-us .group-title {
  max-width: 70%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .group-title {
    max-width: 100%;
  }
}
.home-about-us .group-title .heading-title {
  margin-bottom: 10px;
}
.home-about-us .group-title .slogan {
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
}
.home-about-us .group-title .slogan {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .group-title .slogan {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .group-title .slogan {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-about-us .group-btn {
    gap: 12px;
  }
}

.home-education {
  background-color: #f6f6f6;
}
.home-education .main-content-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .home-education .main-content-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-education .main-content-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-education .main-content-list .item {
  width: 100%;
}
.home-education .main-content-list .item:hover .thumb img {
  transform: scale(1.03);
  transition: all 0.5s;
}
.home-education .main-content-list .item:hover .item-content::after {
  width: 100%;
  transition: all 0.6s;
}
.home-education .main-content-list .item .thumb a {
  overflow: hidden;
  border-radius: 15px;
}
.home-education .main-content-list .item .thumb a::before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-education .main-content-list .item .thumb a::before {
    padding-bottom: 110%;
  }
}
.home-education .main-content-list .item .thumb a img {
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all 0.5s;
  border-radius: 15px;
}
.home-education .main-content-list .item .item-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95%;
  min-height: 230px;
  flex-direction: column;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-education .main-content-list .item .item-content {
    min-height: 200px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-education .main-content-list .item .item-content {
    min-height: 210px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.8392156863);
  }
}
.home-education .main-content-list .item .item-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 8px;
  background-color: #00a267;
  border-bottom-right-radius: 15px;
  transition: all 0.6s;
}
.home-education .main-content-list .item .item-content .item-info {
  flex: auto;
}
.home-education .main-content-list .item .item-content .item-info .title {
  margin-bottom: 5px;
  line-height: 1.4;
}
.home-education .main-content-list .item .item-content .item-info .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-education .main-content-list .item .item-content .item-info .title {
    font-size: 1.25rem;
  }
}
.home-education .main-content-list .item .item-content .item-info .title a {
  color: #292929;
}
.home-education .main-content-list .item .item-content .item-info .title a:hover {
  color: #00a267;
}
.home-education .main-content-list .item .item-content .btn-main {
  height: 46px;
  background-color: #f6f6f6;
  color: #5b5b5b;
  padding: 0 6px 0 18px;
  gap: 12px;
  box-shadow: none;
  font-weight: 600;
  margin-top: 12px;
}
@media only screen and (max-width: 39.99875rem) {
  .home-education .main-content-list .item .item-content .btn-main {
    font-size: 14px;
    height: 42px;
    border: 1px solid rgba(204, 204, 204, 0.3803921569);
  }
}
.home-education .main-content-list .item .item-content .btn-main:hover {
  background-color: #00a267;
  color: #ffffff;
}
.home-education .main-content-list .item .item-content .btn-main:hover .ic {
  background-color: #ffffff;
  color: #00a267;
}
.home-education .main-content-list .item .item-content .btn-main .ic {
  color: #ffffff;
  background-color: #00a267;
}
.home-education .main-content-list .item .item-content .btn-main .ic {
  width: 1.9375rem;
  height: 1.9375rem;
}
@media only screen and (max-width: 39.99875rem) {
  .home-education .main-content-list .item .item-content .btn-main .ic {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.home-education .btn-view-all {
  height: 48px;
}
.home-education .btn-view-all {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-education .btn-view-all {
    margin-top: 2.8125rem;
  }
}

.home-commitments {
  padding-bottom: 3.75rem;
}
@media only screen and (min-width: 64rem) {
  .home-commitments {
    padding-bottom: 5.625rem;
  }
}
.home-commitments::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.74) 49.04%, rgba(255, 255, 255, 0) 100%);
}
.home-commitments::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #00a267;
  -webkit-clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
@media only screen and (max-width: 63.99875rem) {
  .home-commitments::after {
    content: none;
  }
}
.home-commitments .wrapper .cell {
  width: 50%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-commitments .wrapper .cell {
    width: 100%;
  }
}
.home-commitments .wrapper .cell.cell-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .home-commitments .wrapper .cell.cell-content {
    padding-right: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-commitments .wrapper .cell.cell-content {
    margin-bottom: 30px;
  }
}
.home-commitments .wrapper .cell.cell-content .group-title {
  text-align: left;
  max-width: 100%;
}
.home-commitments .wrapper .cell.cell-content .group-title {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .home-commitments .wrapper .cell.cell-content .group-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-commitments .wrapper .cell.cell-content .group-title {
    margin-bottom: 2.1875rem;
  }
}
.home-commitments .wrapper .cell.cell-content .group-title .desc {
  text-align: justify;
}
.home-commitments .wrapper .cell.cell-content .lists-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-commitments .wrapper .cell.cell-content .lists-content .item {
  margin-bottom: 15px;
}
.home-commitments .wrapper .cell.cell-content .lists-content .item:last-child {
  margin-bottom: 0;
}
.home-commitments .wrapper .cell.cell-content .lists-content .item .icon {
  background-color: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.home-commitments .wrapper .cell.cell-content .lists-content .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-commitments .wrapper .cell.cell-content .lists-content .item .icon {
  width: 3rem;
  height: 3rem;
}
.home-commitments .wrapper .cell.cell-content .lists-content .item .icon svg {
  color: #557c60;
}
.home-commitments .wrapper .cell.cell-content .lists-content .item .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.home-commitments .wrapper .cell.cell-content .lists-content .item .title {
  color: #1a2e23;
  font-weight: 700;
  line-height: 1.4;
  width: calc(100% - 48px);
}
.home-commitments .wrapper .cell.cell-content .lists-content .item .title {
  padding-left: 1rem;
}
@media only screen and (min-width: 64rem) {
  .home-commitments .wrapper .cell.cell-content .lists-content .item .title {
    padding-left: 1.5rem;
  }
}
.home-commitments .wrapper .cell.cell-content .lists-content .item .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .home-commitments .wrapper .cell.cell-content .lists-content .item .title {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-commitments .wrapper .cell.cell-content .lists-content .item .title {
    font-size: 1.5rem;
  }
}
.home-commitments .wrapper .cell.cell-content .btn-main {
  margin-top: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .home-commitments .wrapper .cell.cell-content .btn-main {
    margin-top: 2.1875rem;
  }
}
.home-commitments .wrapper .cell.cell-gallery {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-commitments .wrapper .cell.cell-gallery {
    padding-left: 3.125rem;
  }
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-slide {
  width: 100%;
  padding: 10px;
}
@media only screen and (max-width: 39.99875rem) {
  .home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-slide {
    padding: 5px 10px;
  }
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-slide .thumb {
  border: 4px solid #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 7px 0px rgba(112, 112, 112, 0.5098039216);
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-slide .thumb a {
  overflow: hidden;
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-slide .thumb a::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-slide .thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-pagination {
  bottom: -35px;
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #bebbbc;
  }
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6be28f;
}
.home-commitments .wrapper .cell.cell-gallery .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: #6be28f;
}

.home-snakes {
  padding-top: 3.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-snakes {
    padding-top: 5rem;
  }
}
.home-snakes {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 64rem) {
  .home-snakes {
    padding-bottom: 4.375rem;
  }
}
.home-snakes .wrapper .cell.cell-content {
  width: 32%;
}
.home-snakes .wrapper .cell.cell-content {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .home-snakes .wrapper .cell.cell-content {
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-snakes .wrapper .cell.cell-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home-snakes .wrapper .cell.cell-content .group-title {
  text-align: left;
}
.home-snakes .wrapper .cell.cell-content .group-title {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .home-snakes .wrapper .cell.cell-content .group-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-snakes .wrapper .cell.cell-content .group-title {
    margin-bottom: 2.1875rem;
  }
}
.home-snakes .wrapper .cell.cell-content .group-title .desc {
  text-align: justify;
}
.home-snakes .wrapper .cell.cell-snakes {
  width: 68%;
}
.home-snakes .wrapper .cell.cell-snakes {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-snakes .wrapper .cell.cell-snakes {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-snakes .wrapper .cell.cell-snakes {
    width: 100%;
  }
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide {
  width: 33.3333333333%;
  padding: 0 15px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide {
    width: 50%;
    padding: 0 12px 2px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide {
    padding: 0 8px 2px;
  }
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item:hover .item-thumb img {
  transform: scale(1.03);
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-thumb {
  border-radius: 15px;
  overflow: hidden;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-thumb::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transform: scale(1);
  transition: all 0.3s;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content {
  padding: 22px 0 10px;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content .title {
  font-weight: 800;
  line-height: 1.4;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content .title {
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content .title {
    font-size: 1.375rem;
  }
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content .title a {
  color: #5b5b5b;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content .title a:hover {
  color: #00a267;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content .btn-view {
  color: #5b5b5b;
  border: 1px solid #c5c5c5;
  line-height: 1.4;
  padding: 6px 16px;
  border-radius: 100px;
  font-weight: 600;
  transition: all 0.3s;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-slide .item .item-content .btn-view:hover {
  background-color: #00a267;
  color: #ffffff;
}
.home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-controls .swiper-pagination {
  bottom: -50px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-snakes .wrapper .cell.cell-snakes .swiper-container .swiper-controls .swiper-pagination {
    bottom: -50px;
  }
}

.home-products {
  background-color: #ffffff;
}
.home-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f6f6f6;
}
.home-products .group-title .desc {
  font-weight: 600;
}
.home-products .group-title .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-products .group-title .desc {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-products .group-title .desc {
    font-size: 1.25rem;
  }
}
.home-products .slider-products .swiper-container .swiper-wrapper {
  padding-bottom: 20px;
}
.home-products .slider-products .swiper-container .swiper-wrapper .swiper-slide {
  width: 25%;
  padding: 0 12px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-products .slider-products .swiper-container .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-products .slider-products .swiper-container .swiper-wrapper .swiper-slide {
    width: 38%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products .slider-products .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 0 8px;
  }
}
.home-products .slider-products .swiper-container .swiper-controls {
  max-width: 1280px;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (min-width: 80rem) {
  .home-products .slider-products .swiper-container .swiper-controls {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 96rem) {
  .home-products .slider-products .swiper-container .swiper-controls {
    max-width: 1384px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-products .slider-products .swiper-container .swiper-controls {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-products .slider-products .swiper-container .swiper-controls {
    max-width: 768px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products .slider-products .swiper-container .swiper-controls {
    max-width: 640px;
  }
}
.home-products .slider-products .swiper-container .swiper-controls .swiper-button {
  pointer-events: auto;
  cursor: pointer;
}
.home-products .slider-products .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: 0;
  transform: translateX(calc(-50% + 14px));
}
@media only screen and (max-width: 63.99875rem) {
  .home-products .slider-products .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products .slider-products .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.home-products .slider-products .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 0;
  transform: translateX(calc(50% - 14px));
}
@media only screen and (max-width: 63.99875rem) {
  .home-products .slider-products .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-products .slider-products .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.home-products .btn-view-all {
  text-transform: capitalize;
}

.home-press {
  background-color: #f6f6f6;
}
.home-press__slider {
  margin: 0 -18px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-press__slider {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-press__slider {
    margin: 0;
  }
}
.home-press__slider .swiper-container .swiper-slide {
  width: 33.3333333333%;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .home-press__slider .swiper-container .swiper-slide {
    padding: 0 10px 2px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-press__slider .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-press__slider .swiper-container .swiper-slide {
    width: 100%;
  }
}
.home-press__slider .swiper-container .swiper-slide .box-item {
  height: 100%;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 10px;
}
.home-press__slider .swiper-container .swiper-slide .box-item .thumb .cover {
  border-radius: 15px;
}
.home-press__slider .swiper-container .swiper-slide .box-item .thumb .cover img {
  border-radius: 15px;
}
.home-press__slider .swiper-container .swiper-slide .box-item .thumb .logo-press {
  padding: 7px 14px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #dedede;
}
.home-press__slider .swiper-container .swiper-slide .box-item .thumb .logo-press img {
  height: 28px;
  object-fit: contain;
}
.home-press__slider .swiper-container .swiper-slide .box-item .title {
  flex: auto;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  padding: 35px 6px 15px;
}
.home-press__slider .swiper-container .swiper-slide .box-item .title {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-press__slider .swiper-container .swiper-slide .box-item .title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-press__slider .swiper-container .swiper-slide .box-item .title {
    font-size: 1.25rem;
  }
}
.home-press__slider .swiper-container .swiper-slide .box-item .title a {
  color: #5b5b5b;
}
.home-press__slider .swiper-container .swiper-slide .box-item .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-press__slider .swiper-container .swiper-slide .box-item .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-press__slider .swiper-container .swiper-slide .box-item .title a:hover {
  color: #00a267;
}
.home-press__slider .swiper-controls .swiper-button.swiper-button-prev {
  left: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-press__slider .swiper-controls .swiper-button.swiper-button-prev {
    left: -5px;
  }
}
.home-press__slider .swiper-controls .swiper-button.swiper-button-next {
  right: -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-press__slider .swiper-controls .swiper-button.swiper-button-next {
    right: -5px;
  }
}
.home-press__slider .swiper-controls .swiper-pagination {
  bottom: -40px;
}

.home-posts {
  background-color: #f6f6f6;
}
.home-posts__wrapper {
  padding: 60px 28px 50px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts__wrapper {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts__wrapper {
    padding: 30px 5px;
  }
}
.home-posts__wrapper .group-title .desc {
  max-width: 58%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts__wrapper .group-title .desc {
    max-width: 80%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts__wrapper .group-title .desc {
    max-width: 95%;
  }
}
.home-posts__wrapper .swiper-container {
  padding-bottom: 5px;
}
.home-posts__wrapper .swiper-container .swiper-slide {
  width: 25%;
  padding: 0 14px 2px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts__wrapper .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts__wrapper .swiper-container .swiper-slide {
    width: 100%;
  }
}
.home-posts__wrapper .swiper-container .swiper-controls .swiper-button {
  top: 42%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts__wrapper .swiper-container .swiper-controls .swiper-button {
    top: 52%;
  }
}
.home-posts__wrapper .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: -20px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts__wrapper .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: -8px;
  }
}
.home-posts__wrapper .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: -20px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts__wrapper .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: -8px;
  }
}

.home-partner {
  background-color: #f6f6f6;
}
.home-partner__slider .swiper-container .swiper-slide .logo-partner {
  background-color: transparent;
}