.content-sub-wrap {
  background: #F7F7F7;
}

.content-sub-box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 15px;

}

.content-sub-box .h4-tit01 {
  color: #1e1e1e;
}

.contact-box p {
  font-size: 16px;
  color: #1e1e1e;
  margin: 0 0 20px 0;
}

.contact-box ul {
  margin: 0 0 40px 0;
}

.contact-box ul li+li {
  margin-top: 10px;
}

.contact-box ul li,
.contact-box ul li a {
  font-size: 16px;
  color: #1e1e1e;
}

.contact-box ul li i {
  margin-right: 10px;
}

.content-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.content-inner .box-left {
  width: 300px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}

.content-inner .box-left .block .list-category li+li {
  margin-top: 15px;
}

.content-inner .box-left .block .list-category li a {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
}

.content-inner .box-left .block .list-category li a:hover {
  color: #EE1B24;
}

.content-sub-box .category ul {
  margin: 0;
}

.content-inner .box-left .block+.block {
  margin-top: 20px;
}

.content-inner .box-left .banner img {
  width: 100%;
  height: auto;
}
.content-inner .box-left .h4-tit01 {border-left:2px solid red;padding-bottom:0;margin-bottom:40px;line-height:1;padding: 0 0 0 10px}
.content-inner .box-right {
  flex: 1;
}

.content-inner .box-right .list-we-have {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.content-inner .box-right .list-we-have li {
  width: calc(50% - 10px);
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 600;
}

.content-inner .box-right .list-we-have li p {
  font-size: 16px;
  font-weight: 400;
}

.content-inner .box-right .block+.block {
  margin-top: 40px;
}

.detail-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

.detail-box .img-box {
  width: 453px;
  max-height: 453px;
  overflow: hidden;
}

.detail-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.detail-box .txt-box {
  flex: 1;
}

.detail-box .txt-box .txt-name {
  color: #C90C14;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 20px 0;
}

.detail-box .txt-box .txt-price {
  color: #7E7E7E;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.detail-box .txt-box .txt-desc {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 0 20px 0;
}

.news-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.news-box .list-new {}

.news-box .list-new li+li {
  margin-top: 40px;
  display: block;
}

.news-box .list-new li a {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.news-box .list-new li a .img-box {
  width: 462px;
  max-height: 300px;
  overflow: hidden;
}

.news-box .list-new li a .img-box img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

.news-box .list-new li a .txt-box {
  flex: 1;
}

.news-box .list-new li a .txt-box .txt-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px 0;
}

.news-box .list-new li a .txt-box .txt-desc {
  font-size: 16px;
  font-weight: 400;
  color: #7E7E7E;
  margin: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-box .list-new li a .txt-box .txt-link {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #C90C14;
}

.box-detail-new p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.7em;
  margin: 0 0 20px 0;
}

.box-detail-new img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

@media (max-width: 1200px) {
  .content-inner {
    flex-direction: column;
  }

  .content-inner .box-left,
  .content-inner .box-right {
    width: 100%;
  }

  .content-inner .box-left .block .list-category {
    max-height: 300px;
    overflow-y: auto;
  }
  .content-inner .box-left .block .list-category::-webkit-scrollbar {width: 3px;height: 100%;position: absolute;}
  .content-inner .box-left .block .list-category::-webkit-scrollbar-track {background: #DBDBDB;border-radius: 50px;}
  .content-inner .box-left .block .list-category::-webkit-scrollbar-thumb {background: #C90C14;border-radius: 50px;}
  .content-inner+* {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .detail-box .img-box {
    width: 400px
  }

  .news-box .list-new li a .img-box {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .detail-box {
    flex-direction: column;
  }

  .detail-box .img-box {
    width: 100%;
  }

  .content-inner .box-right .list-we-have li {
    width: 100%;
  }

  .news-box .list-new li a {
    flex-direction: column;
  }

  .news-box .list-new li a .img-box {
    width: 100%;
  }
}