.home_products {
  padding: 11.8rem 0 4.5rem;
  overflow: hidden;
}
.home_products h2 {
  max-width: 64.6rem;
}
.home_products .home_products_swiper {
  width: calc(100% - 4rem);
  max-width: 184rem;
  margin: 6.4rem auto 0;
  overflow: hidden;
}
section.section_process {
  padding-top: 2.4rem;
}
.home_news {
  overflow: hidden;
  padding: 12.6rem 0 16.8rem;
}
.home_news .main {
  margin-top: 6.8rem;
}
.home_news .metas {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1rem;
}
.home_news .metas .cat {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  gap: 0.6rem;
  display: grid;
  align-items: center;
  grid-template-columns: 0.5rem 1fr;
}
.home_news .metas .cat::before {
  content: '';
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--theme_color);
}
.home_news .metas .date {
  color: #3f3f3f;
  font-size: 1.4rem;
}
.home_news .left {
  width: 69.930556%;
  width: 100%;
}
.home_news .left a {
  gap: 2rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.home_news .left a:hover img {
  transform: scale(1.03);
}
.home_news .left a:hover .more {
  text-decoration: underline;
}
.home_news .left .img {
  width: 67.825223%;
  aspect-ratio: 683/505;
}
.home_news .left .info {
  flex: 1;
  max-width: 27.1rem;
}
.home_news .left .info .title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.4rem;
  margin-top: 1.6rem;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_news .left .info .excerpt {
  margin-top: 3rem;
  color: var(--content_color);
  line-height: 1.5;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_news .left .info .more {
  color: #999999;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 4.2rem;
}
.home_news .right {
  width: 27.083333%;
}
.home_news .home_news_swiper .swiper-slide {
  opacity: 0;
  transition: transform 0.8s, opacity 0.5s;
  transition: all 0.6s;
  transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
}
.home_news .home_news_swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.home_news .home_news_swiper .swiper-slide-active ~ .swiper-slide {
  opacity: 1;
  transform: scale(1);
}
.home_news .home_news_swiper a:hover img {
  transform: scale(1.03);
}
.home_news .home_news_swiper .img {
  aspect-ratio: 390/300;
}
.home_news .home_news_swiper .info {
  margin-top: 1.4rem;
}
.home_news .home_news_swiper .info .title {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_news .control_box {
  gap: 2.6rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-top: 4.2rem;
}
.home_news .control_box .pagination_box {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-weight: 500;
}
.home_news .control_box .home_news_pagination {
  position: relative;
  height: 1px;
  width: 11.6rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.home_news .control_box .home_news_pagination .swiper-pagination-progressbar-fill {
  background-color: var(--theme_color);
}
.home_news .control_box .swiper_btns {
  gap: 2.6rem;
}
.home_news .control_box .swiper_btns div {
  width: 5.8rem;
}
.home_news_swiper1 {
  overflow: hidden;
}
