.blog .heading-set .heading {
  font-size: 20px;
  font-weight: 300;
  width: 17vw;
  margin: 0 1vw;
  background-color: #f4f4f4;
  color: #c9c8c7;
}
.blog .heading-set .heading:hover,
.blog .heading-set .heading-active {
  background-color: #eb0028;
  color: white;
  transition: 0.3s ease-in-out;
}

.blog .heading-set {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-card .card {
  margin-bottom: 2rem;
}
.blog-card .card-body .date i,
.blog-card .card-body .date .text {
  font-size: 14px;
  color: gray;
}
.blog-card.home-knowledge .card-body-detail {
  font-size: 20px;
  font-weight: 500;
  height: 3.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin: 0 0 2% 0;
}
.blog-card.home-knowledge .detail {
  font-size: 20px;
  font-weight: 300;
  height: 3.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.blog-card.home-knowledge .card-body-genre {
  font-size: 20px;
}

.blog-detail .product-brand .detail-set {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .blog .home-knowledge {
    padding: 25px 0 0 0;
  }
  .blog .heading-set .heading {
    font-size: 16px;
    width: auto;
    margin: 0.25rem;
    padding: 0 1rem;
  }
  .blog-card.home-knowledge .card-body-genre {
    font-size: 16px;
  }
  .blog-card.home-knowledge .card-body-detail {
    font-size: 16px;
    height: 3rem;
    margin: 0;
  }
  .blog-card.home-knowledge .detail {
    height: 2.5rem;
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .pagination .page-item .page-link {
    font-size: 16px;
  }
}
