#about .content p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

#fieldOfActivity .item:hover .image img {
    transform: scale(1.1);
}


#fieldOfActivity .item:hover .icon {
    background: linear-gradient(90deg,#E73125 0%, #FF8A1F 80%);
    color: #fff;
}

.list_product.slick-slider .slick-track {
  display: flex;
}

.list_product.slick-slider .slick-track .slick-slide {
  height: unset;
  border-right: solid thin #ffffff;
}

.list_product .item-product img {
    transition: .5s;
}
.list_product .item-product:hover img {
    transform: scale(1.1);
}
/* .list_product .item-product:hover .content-product {
    background: linear-gradient(0deg,rgba(253, 129, 31, 1) 0%, rgba(253, 129, 31, 0) 80%);
} */

.sectionBrand .slide_brand .item .image .no-hover {
  display: block;
}

.sectionBrand .slide_brand .item .image .hover {
  display: none;
}

.sectionBrand .slide_brand .item:hover .no-hover {
  display: none;
}

.sectionBrand .slide_brand .item:hover .hover {
  display: block;
}

.listNews .item .featureImage img {
  transition: all 0.8s ;
}
.listNews .item:hover .featureImage img{
  transform: scale(1.2);
}
.listNews .item:hover .box-meta h3 {
  color: #AA3428;
}
.listNews .item:hover .icon{
  background: #fff;
  border: 1px solid #C94C3F;
  color: #c94c3f;
}

