        .swiper-button-prev,
.swiper-button-next {
  display: none;
}
.bp_category_option_item {
  padding: 0 9.8px 19.6px;
  margin-bottom: 0;
  border: 1px solid #e5e7f6;
}
.bp_name_category_option {
  line-height: 1.3;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  text-align: center;
}
.bp_link_category_option {
  color: #121212;
}
.product-category {
  padding: 80px 0;
}
.title-product {
  margin-bottom: 30px;
}
.title-product h1 {
  font-size: 24px;
}
.contact-us {
  padding: 80px 0;
  background-image: url("/files_upload/reg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 40px;
}
.form-contactr p {
  width: 40%;
  margin-bottom: 15px;
}
.form-contactr a {
  position: relative;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  color: #fff;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  background-color: #f44336;
}
.product-category .bp_category_option {
  display: grid;
}
.n-section__title {
  padding-bottom: 20px;
  position: relative;
  width: fit-content;
  margin: 30px auto;
}
.n-section__title:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 70%;
  bottom: 0;
  background: #121212;
  left: 50%;
  transform: translateX(-50%);
}
.blog .cls_img_hot_news img {
  height: 200px;
  object-fit: cover;
  border-radius: 0;
}
.blog .bp_news_sub p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .bp_news_more {
  display: none;
}
.blog .news_title a {
  color: black;
  font-size: 15px;
  font-weight: 600;
}
.blog .bp_block_item {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px -2px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.blog .cls_img_hot_news {
  padding: 0;
}
.blog .cls_content_hot_news {
  padding: 10px 15px;
}
.owl-dots {
  display: none;
}
#carousel_fav {
  position: relative;
  overflow: hidden;
}
.owl-nav {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 1s ease;
}
.owl-nav button {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid !important;
}
.swiper-button-next,.swiper-button-prev {
    display: none !important;
}
#carousel_fav:hover .owl-nav {
  top: 40%;
  transform: translateY(-50%);
  opacity: 1;
}
@media (min-width: 1201px) {
  .product-category .bp_category_option {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .product-category .bp_category_option {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-category .bp_category_option {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .product-category .bp_category_option {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:992px) {
      .blog .cls_img_hot_news img {
      height: 140px;
  }
  .blog .bp_block_item {
      margin-bottom: 20px;
  }
  .blog .news_title {
      min-height: 40px;
  }
  .blog .news_title a {
      
          display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .product-category .bp_category_option {
    grid-template-columns: repeat(2, 1fr);
  }

}

