.banner-category {
  height: auto;
  min-height: auto !important;
}
.banner-category h1 {
  font-family: "GMV_DIN_Pro", sans-serif;
  font-weight: 700;
  margin: 0;
}
.banner-category .banner-image {
  padding: 0 0 60px 40px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  min-height: 240px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.banner-category .banner-image .background,
.banner-category .banner-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.banner-category .banner-image .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-category .banner-image .overlay {
  z-index: 1;
  background: rgba(205, 31, 37, 0.09);
}
.banner-category .banner-image h1,
.banner-category .banner-image span {
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .banner-category .banner-image {
    padding: 0 0 20px 20px;
    border-radius: 16px;
    min-height: 180px;
  }
  .banner-category .banner-image h1,
  .banner-category .banner-image span {
    font-size: 24px;
  }
}

#content-category {
  position: relative;
  padding: 50px 0;
}
#content-category .list-posts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
}
#content-category .list-posts .post-item {
  width: calc(33.3333% - 32px);
}
@media (max-width: 1240px) {
  #content-category .list-posts .post-item {
    width: calc(50% - 32px);
  }
}
@media (max-width: 768px) {
  #content-category .list-posts .post-item {
    width: 100%;
  }
}
#content-category .list-posts .post-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
  color: #222;
  margin-bottom: 32px;
}
#content-category .list-posts .post-item:last-child {
  margin-bottom: 0;
}
#content-category .list-posts .post-item:hover {
  color: #cd1e25;
}
#content-category .list-posts .post-item:hover .post-thumbnail img {
  transform: scale(1.035);
}
#content-category .list-posts .post-item .post-thumbnail {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  height: 214px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  #content-category .list-posts .post-item .post-thumbnail {
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 16px;
  }
}
#content-category .list-posts .post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  margin: 0;
  transition: 0.4s ease-out;
}
#content-category .list-posts .post-item .post-date {
  margin-bottom: 12px;
}
#content-category .list-posts .post-item .post-title {
  margin-bottom: 8px;
  font-family: "GMV_DIN_Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
#content-category .pagination,
#content-category .pdphantrang {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#content-category .pagination a,
#content-category .pagination span,
#content-category .pdphantrang a,
#content-category .pdphantrang span {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GMV_DIN_Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  width: 40px;
  height: 40px;
  color: #222;
  background: transparent;
  border-radius: 50%;
  margin: 0;
  padding-top: 2px;
}
#content-category .pagination a:hover, #content-category .pagination a.current,
#content-category .pagination span:hover,
#content-category .pagination span.current,
#content-category .pdphantrang a:hover,
#content-category .pdphantrang a.current,
#content-category .pdphantrang span:hover,
#content-category .pdphantrang span.current {
  background: #f9fafb;
}
#content-category .pagination a.current,
#content-category .pagination span.current,
#content-category .pdphantrang a.current,
#content-category .pdphantrang span.current {
  display: flex !important;
}
#content-category .pagination span.page-numbers.current,
#content-category .pdphantrang span.page-numbers.current {
  display: flex !important;
}

/*# sourceMappingURL=category.css.map */
