.section-product-hot {
  background: #FCF3E8;
}
.section-product-hot h2 {
  background: linear-gradient(177deg, rgb(255, 255, 255) 0%, rgb(243, 113, 33) 100%);
  border-radius: 0 0 100px 100px;
  padding: 0 3px 2px 3px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: auto;
  margin-top: -1rem;
}
.section-product-hot h2 span {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(226, 229, 233) 100%);
  font-size: 20px;
  padding: 15px 80px 20px;
  border-radius: 0 0 100px 100px;
}
.section-product-hot .product-layout {
  margin: 0 10px 0;
}

.slick-voucher .slick-list {
  padding-left: 0 !important;
}

.category-item {
  border: 1px solid #DDDDDD;
  border-radius: 24px;
  padding: 2px 16px;
  transition: 0.15s ease-in-out;
}
.category-item:hover {
  border-color: #36B44A;
  color: #36B44A;
}

.category-news .news-content {
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 50%;
  line-height: normal;
}

.section-news .news {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 20px;
}
.section-news .news .news-layout:nth-child(1) {
  display: block;
  grid-area: 1/1/6/1;
}
.section-news .news .news-layout:nth-child(1) .news-title {
  font-size: 20px;
}
.section-news .news .news-layout:nth-child(1) img {
  width: 100%;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .section-news .news {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=home.css.map */