        body {
  background-color: #f6f6f8;
  overflow-x: hidden;
}
.product {
  padding-top: 120px;
}
.button-banner {
  display: flex;
  gap: 20px;
}
.owl-carousel.owl-drag .owl-item:not(:first-child) {
  margin-right: 0 !important;
}
.owl-carousel.owl-drag .owl-item:last-child {
  margin-right: 15px !important;
}
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0 !important;
}
.owl-nav button {
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  /*color: #FFF !important;*/
  text-align: center;
  background: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.5s ease;
  border-radius: 3px !important;
  font-size: 50px !important;
}
#carousel_fav img {
  height: 100%;
}
.product-slide .card-body {
  display: none;
}
.strength {
}
.strength .news_title {
  font-size: 36px;
}
.strength .bp_news_sub {
  margin-top: 20px;
}

.strength .bp-news-button-action a,
.nutraceuticals .bp-news-button-action a {
  display: block;
  height: 100%;
  margin-top: 20px;
  border-radius: 0;
  background: #fff;
  padding: 9px 30px;
  line-height: 40px;
  border: 1px #12aac1;
  outline-style: solid;
  outline-color: #12aac1;
  transition: all 0.4s;
  text-transform: uppercase;
  font-size: 18px;
  color: #2d3b55;
  font-family: "Montserrat";
  width: fit-content;
}
.strength .bp-news-button-action a:hover,
.nutraceuticals .bp-news-button-action a:hover {
  color: #fff;
  background: #12aac1;
}
.cls_content_hot_news {
  padding: 20px;
}
.nutraceuticals .row {
  margin: 0;
  align-items: center;
}
.nutraceuticals {
  background: #fff;
}
.nutraceuticals .cls_img_hot_news {
  padding: 0;
}
.nutraceuticals .news_title {
  font-size: 40px;
}
.nutraceuticals .news_title a {
  color: #000000;
}
.nutraceuticals .bp_news_sub p:first-child {
  margin: 30px 0;
}
.sick-img {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 20px;
}
.bp_cls_group_price {
    display: none;
}
.product-contact {
    
    margin-top: 30px;
}
.product-contact a{
        border-radius: 0;
    background: #fff;
    padding: 9px 30px;
    line-height: 40px;
    border: 1px #12aac1;
    outline-style: solid;
    outline-color: #12aac1;
    transition: all 0.4s;
    text-transform: uppercase;
    font-size: 18px;
    color: #2d3b55;
    font-family: "Montserrat";
    
}
@media screen and (max-width: 991px) {
  .blog .cls_img_hot_news img {
    height: 170px;
  }
  .blog .bp_news_info {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .sick-img {
    grid-template-columns: repeat(2, auto);
  }
  .blog .bp_news_info {
    width: 15%;
  }
  .blog .cls_img_hot_news img {
    height: auto;
  }
  .blog .news_title {
    min-height: unset;
  }
  .blog .bp_block_item {
    margin-bottom: 30px;
  }
  .blog .bp_news_sub p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 456px) {
  .more-btn {
    margin-bottom: 20px;
  }
  .button-banner {
    display: block;
  }
  .blog .bp_news_sub p {
    font-size: 14px;
  }
  .block_content h1 {
    font-size: 54px !important;
  }
  .block_content p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 360px) {
  .block_content h1 {
    font-size: 48px !important;
    line-height: 55px !important;
  }
}

