.content_title {
  font-weight: bold;
  font-size: 50px;
  color: #333333;
  line-height: 59px;
  font-family: Akzidenz-Grotesk BQ;
}

.content_desc {
  margin-top: 30px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.list_product_main {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 53px;
}

.list_product_main::after {
  content: "";
  display: table;
  clear: both;
}

.list_product_main .list_product_item {
  flex: 0 0 calc(100% / 3 - 53px * 2 / 3);
}

.list_product_main .list_product_item .products_item_img {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  padding-bottom: 120%;
  height: 0;
}

.list_product_main .list_product_item .products_item_img.active_go .products_hover,
.list_product_main .list_product_item .products_item_img:hover .products_hover {
  opacity: 0.5;
}

.list_product_main .list_product_item .products_item_img.active_go img,
.list_product_main .list_product_item .products_item_img:hover img {
  transform: scale(1.1);
}

.list_product_main .list_product_item .products_item_img img {
  width: 90%;
  height: 90%;
  transition: all 0.3s ease;
  position: absolute;
  left: 5%;
  top: 5%;
}

.list_product_main .list_product_item .products_item_img>a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.list_product_main .list_product_item .products_item_img .products_hover {
  background: #eee;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_product_main .list_product_item .products_item_img .products_hover>div {
  width: 100px;
  height: 100px;
  color: #fff;
  background: #8b6745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.list_product_main .list_product_item .products_title {
  margin: 23px 0 12px 0;
  height: 100px;
  overflow: auto;
}

.products_desc>p{
  line-height: 20px !important;
}

.list_product_main .list_product_item .products_title a {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  font-family: Akzidenz-Grotesk BQ;
}

.list_product_main .list_product_item .products_desc {
  font-weight: 400;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-roch {
  margin-top: 40px;
}

.products-roch .layout::after {
  content: "";
  display: table;
  clear: both;
}

.products-roch .layout .roch_item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.products-roch .layout .roch_item .roch_img {
  width: 50%;
  margin-right: 55px;
  overflow: hidden;
  height: 0;
  width: 45.22%;
  padding-bottom: 34.51%;
}

.products-roch .layout .roch_item .roch_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.products-roch .layout .roch_item .roch_main {
  flex: 1;
  width: 50%;
}

.products-roch .layout .roch_item .roch_main .roch_title {
  font-weight: bold;
  font-size: 30px;
  color: #333;
  font-family: Akzidenz-Grotesk BQ;
  line-height: 1.3;
}

.products-roch .layout .roch_item .roch_main .roch_desc {
  margin-top: 36px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  max-height: 300px;
  overflow-y: auto;
}

.products-roch .layout .roch_item:not(:first-child) {
  flex-direction: column;
  width: calc(100% / 3 - 88px / 3);
  float: left;
  margin-bottom: 0;
}

.products-roch .layout .roch_item:not(:first-child) .roch_img {
  width: 100%;
  margin-right: 0;
  padding-bottom: 61.28%;
}

.products-roch .layout .roch_item:not(:first-child) .roch_main {
  width: 100%;
}

.products-roch .layout .roch_item:not(:first-child) .roch_main .roch_title {
  margin-top: 20px;
  height: 70px;
  overflow: hidden;
}

.products-roch .layout .roch_item:not(:first-child) .roch_main .roch_title a {
  font-size: 26px;
}

.products-roch .layout .roch_item:not(:first-child) .roch_main .roch_desc {
  margin-top: 10px;
}

.products-roch .layout .roch_item:nth-child(4n + 3) {
  margin: 0 44px;
}

@media screen and (max-width: 1366px) {
  .content_title {
    font-size: 30px;
  }

  .list_product_main .list_product_item {
    flex: 0 0 calc(100% / 2 - 53px * 2 / 4);
  }

  .list_product_main .list_product_item .products_item_img img {
    width: 100% !important;
  }

  .products-roch .layout .roch_item:not(:first-child) .roch_main .roch_title a {
    font-size: 20px;
  }


  .products-roch .layout .roch_item .roch_main .roch_title {
    font-size: 20px;
    margin-top: 20px;
  }

  .products-roch .layout .roch_item .roch_main .roch_desc {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .layout {
    width: 100%;
  }

  .news-main .layout .content_main {
    margin-top: 30px;
  }

  .products-roch .layout {
    padding: 0 20px;
  }

  .products-roch .layout .roch_item {
    flex-direction: column;
  }

  .products-roch .layout .roch_item:nth-child(4n + 3) {
    margin: 0;
  }

  .products-roch .layout .roch_item:not(:first-child) {
    width: 100%;
    margin-top: 30px;
  }

  .products-roch .layout .roch_item:not(:first-child) .roch_img {
    padding-bottom: 66%;
  }

  .products-roch .layout .roch_item:not(:first-child) .roch_main .roch_title a {
    font-size: 20px;
  }

  .products-roch .layout .roch_item .roch_img {
    width: 100%;
    margin-right: 0;
    padding-bottom: 60%;
  }

  .products-roch .layout .roch_item .roch_main {
    width: 100%;
  }

  .products-roch .layout .roch_item .roch_main .roch_desc {
    max-height: none;
  }

  .content_title {
    font-size: 24px;
    line-height: 30px;
  }

  .page_size {
    margin-top: 0px !important;
  }

  .content_body {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .list_product_main .list_product_item {
    flex: 0 0 100%;
  }

  .list_product_main .list_product_item .products_title,
  .list_product_main .list_product_item .products_desc {
    max-height: unset;
  }
}

@media screen and (max-width: 414px) {
  .list_product_main {
    gap: 20px;
  }

  .list_product_main .list_product_item {
    flex: 1 1 100%;
  }

  .products-roch {
    margin-top: 30px;
  }

  .products-roch .layout .roch_item {
    margin-bottom: 0;
  }

  .products-roch .layout .roch_item:nth-child(4n + 3) {
    margin: 0;
  }

  .products-roch .layout .roch_item:not(:first-child) {
    width: 100%;
    margin-top: 30px;
  }

  .products-roch .layout .roch_item .roch_img {
    width: 100%;
    margin-right: 0;
  }

  .products-roch .layout .roch_item .roch_main {
    width: 100%;
  }

  .products-roch .layout .roch_item .roch_main .roch_title {
    -webkit-line-clamp: 2;
  }

  .products-roch .layout .roch_item .roch_main .roch_title {
    font-size: 20px;
  }

  .products-roch .layout .roch_item .roch_main .roch_desc {
    margin-top: 16px;
    max-height: none;
  }
}

@media screen and (max-width:950px) {
  .products-roch .layout .roch_item:not(:first-child) .roch_main .roch_title {
    height: unset;
  }
}