.home_products .item{
  background: linear-gradient(to right, #eaeaea, #fff);
}
.home_products .syeditorlist .item:nth-of-type(2n){
  background: linear-gradient(to left, #eaeaea, #fff);
}
.home_banner .main h1 span{
  display: block !important;
}
.home_products .item .flex{
  min-height: 31rem;
  
  justify-content: space-between;
  margin: 0 auto;
}
.home_products .item + .item{
  margin-top: 4rem;
}
.home_banner .main .img{
  margin-left: auto;
}
.home_banner .main.flex_bottom{
  align-items: flex-start !important;
}
.home_products .syeditorlist .item:nth-of-type(2n) .flex{
  flex-direction: row-reverse;
  justify-content: unset;
  gap: 11.8rem;
}
.home_products .syeditorlist .item .left{
  
}
.home_products .syeditorlist .item .left .img{
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.home_products .syeditorlist .item .left .img img{
  height: auto;
}
.home_products .syeditorlist .item .right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.home_products .syeditorlist .item h2{
  color: #747474;
  font-weight: 400;
  margin-bottom: 3.3rem;
}
.home_products .syeditorlist .item h2 span{
  color: var(--primary);
  font-weight: 600;
}
.home_products .syeditorlist .item ul{
  display: flex;
  gap: 4.2rem;
}
.home_products .syeditorlist .item ul li a{
  padding: 0.7rem 1.2rem;
  border: 1px solid var(--primary);
  display: inline-block;
  color: var(--primary);
  font-weight: 500;
  transition: all 0.3s;
  white-space: nowrap;
}
.home_products .syeditorlist .item ul li a:hover{
  background-color: var(--primary);
  color: white;
}
.home_about p.center{
  max-width: unset !important;
}
.home_news{
  padding: 3.6rem 0 5.1rem;
}
.home_news .head{
  margin-bottom: 2.3rem;
}
.home_news .head h2{
  font-size: 3rem;
  text-transform: uppercase;
  color: var(--primary);
}

.home_news ul{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(2,1fr);
  height: 59.3rem;
  gap: 1.4rem 2.5rem;
}
.home_news ul li:nth-of-type(1){
  grid-column: span 2;
  grid-row: span 2;
}
.home_news ul li{
  position: relative;
}
.home_news ul li a{
  display: block;
  height: 100%;
}
.home_news ul li .img{
  width: 100%;
  height: 100%;
}
.home_news ul li .img:hover img{
  transform: scale(1.1);
}
.home_news ul li .title, .home_news ul li .date{
  position: absolute;
}
.home_news ul li .title{
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary);
  top: 2.3rem;
  left: 2.7rem;
}
.home_news ul li:not(:nth-of-type(1)) .title{
  left: 1.5rem;
}

.home_news ul li .date{
  color: #333;

  left: 1.3rem;
  bottom: 1.1rem;
}
.home_news ul li:nth-of-type(1) .date{
  left: 3.7rem;
  bottom: 2.4rem;
}

.more_information .btn_w{
  border: 1px solid #fff;
}
.more_information .btn_w:hover{
  background-color: transparent;
  color: white;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_news ul{
    height: auto;
  }
}


@media screen and (max-width: 768px) {
  .home_products .item .flex{
    flex-flow: wrap;
  }
  .home_products .item .flex .left{
    width: 100%;
    padding-top: 4rem;
    
  }
  .home_products .item .flex .right{
    width: 100%;
  }
  .home_products .syeditorlist .item h2{
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .home_products .syeditorlist .item ul li a{
    font-size: 14px;
    white-space: nowrap;
  }
  .home_products .syeditorlist .item ul{
    gap: 20px;
    flex-flow: wrap;
    padding-bottom: 2rem;
  }
  .home_products .item + .item{
    margin-top: 0;
  }
  .home_products .syeditorlist .item:nth-of-type(2n) .flex{
    gap: 0;
  }
  .home_news .head h2{
    font-size: 22px;
  }
  .home_news ul{
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(1,1fr);
    height: auto;
  }
  .home_news ul li{
    display: none;
  }
  .home_news ul li:nth-of-type(1){
    grid-column: auto;
    grid-row: auto;
    display: block;
  }
  .home_news ul li:nth-of-type(1) .date{
    left: 1.3rem;
    bottom: 1.1rem;
  }
  
  .swiper_home_map li.swiper-slide .head{
    height: 25rem !important;
    text-align: center;
    align-items: center;
  }
}


