<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.san-pham .block:nth-child(1) {
  padding-bottom: 134px;
  padding-top: 58px;
  background: linear-gradient(180deg, rgba(186, 205, 166, 0.5) 0%, rgba(255, 255, 255, 0.5) 25.5%);
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) {
    padding-bottom: 82px;
    padding-top: 40px;
  }
}
.san-pham .block:nth-child(1) .title {
  color: #25553c;
  text-align: center;
  text-shadow: 5.527px 8.29px 16.58px rgba(0, 0, 0, 0.05);
  font-size: 44px;
  font-weight: 700;
  line-height: 54px; /* 122.727% */
}
@media (max-width: 992px) {
  .san-pham .block:nth-child(1) .title {
    text-shadow: 5.527px 8.29px 16.58px rgba(0, 0, 0, 0.05);
    font-size: 34px;
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .san-pham .block:nth-child(1) .title {
    text-shadow: 5.527px 8.29px 16.58px rgba(0, 0, 0, 0.05);
    font-size: 30px;
  }
}
.san-pham .block:nth-child(1) .describe {
  color: #009e49;
  text-align: center;
  font-family: "UTM Flavour";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 123.077% */
  margin-top: 8px;
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .describe {
    font-size: 25px;
    margin-top: 0;
  }
}
@media (max-width: 375px) {
  .san-pham .block:nth-child(1) .describe {
    font-size: 22px;
  }
}
.san-pham .block:nth-child(1) .tab {
  margin-top: 41px;
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab {
    margin-top: 32px;
  }
}
.san-pham .block:nth-child(1) .tab__head {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab__head {
    overflow-x: scroll;
    justify-content: unset;
  }
}
.san-pham .block:nth-child(1) .tab__head--item {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px; /* 207.692% */
  text-transform: uppercase;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.2s background-color linear, 0.2s color linear;
  display: flex;
  align-items: center;
  height: 24px;
  flex-shrink: 0;
  height: 30px;
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab__head--item {
    font-size: 16px;
  }
}
.san-pham .block:nth-child(1) .tab__head--item a {
  color: #000;
}
.san-pham .block:nth-child(1) .tab__head--item a:hover {
  text-decoration: unset;
  color: #009e49;
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab__head--item:nth-child(1) {
    margin-left: 10px;
  }
}
.san-pham .block:nth-child(1) .tab__head--item.--active, .san-pham .block:nth-child(1) .tab__head--item:hover {
  border-radius: 300px;
  background: #e2fac5;
  color: #009e49;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px; /* 207.692% */
  text-transform: uppercase;
}
.san-pham .block:nth-child(1) .tab__head--item.--active a, .san-pham .block:nth-child(1) .tab__head--item:hover a {
  color: #009e49;
}
.san-pham .block:nth-child(1) .tab__content {
  margin-top: 38px;
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab__content {
    margin-top: 32px;
  }
}
.san-pham .block:nth-child(1) .tab__content .content-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 66px 0;
}
@media (max-width: 1200px) {
  .san-pham .block:nth-child(1) .tab__content .content-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .san-pham .block:nth-child(1) .tab__content .content-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab__content .content-box {
    gap: 24px 12px;
    grid-template-columns: repeat(2, calc(50% - 6px));
  }
}
.san-pham .block:nth-child(1) .tab__content .content-box .product {
  display: flex;
  flex-flow: column;
  max-width: 267px;
  width: 100%;
  margin: auto;
  height: 100%;
}
.san-pham .block:nth-child(1) .tab__content .content-box .product:hover .product-cpn__image-box img {
  scale: 1.1;
}
.san-pham .block:nth-child(1) .tab__content .content-box .product__image-box {
  max-width: 267px;
  width: 100%;
  height: 261px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  border: 1px solid #e7e7e7;
  background: #fff;
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab__content .content-box .product__image-box {
    height: 200px;
    flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .san-pham .block:nth-child(1) .tab__content .content-box .product__image-box {
    height: 176px;
  }
}
.san-pham .block:nth-child(1) .tab__content .content-box .product__image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab__content .content-box .product__image-box img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.san-pham .block:nth-child(1) .tab__content .content-box .product .title {
  color: #056632;
  text-align: center;
  text-shadow: 5.527px 8.29px 16.58px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  margin-top: 28px;
  text-decoration: unset;
}
@media (max-width: 992px) {
  .san-pham .block:nth-child(1) .tab__content .content-box .product .title {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .san-pham .block:nth-child(1) .tab__content .content-box .product .title {
    text-shadow: 5.527px 8.29px 16.58px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
}
.san-pham .block:nth-child(1) .tab__content .content-box .product .tag {
  color: #ce1721;
  text-align: center;
  text-shadow: 5.527px 8.29px 16.58px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin-top: 11px;
  text-decoration: unset;
}
@media (max-width: 992px) {
  .san-pham .block:nth-child(1) .tab__content .content-box .product .tag {
    display: none;
  }
}
</pre></body></html>