.list-brand img {
  width: auto;
  height: 80px;
  max-width: 95%;
  transition: transform 0.3s;
}
.list-brand a {
  display: flex;
  justify-content: center;
  padding: 5px;
  overflow: hidden;
  border: solid 1px #e0e0e0;
}
.list-brand a:hover img {
  transform: scale(1.1);
}

.row-recent-campaign .col, .row-reviews .col {
  padding-bottom: 20px;
}

.box {
  width: 100%;
  position: relative;
}
.box .badge {
  padding: 0.5rem;
}

.box-gift span {
  font-size: 14px;
  padding: 4px 8px;
  border: 3px solid #E5FFDF;
  display: inline-block;
}

.badge-avg-score {
  padding-top: 2px;
  width: 42px;
  height: 40px;
  background: url(../../../image/star.svg) center no-repeat;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .box-text h2 {
    font-size: 14px;
  }
}

.box-info {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  line-height: 1;
}
.box-info .icon {
  margin-right: 4px;
}
.box-info a {
  vertical-align: middle;
}

.box-image {
  position: relative;
  height: auto;
  margin: 0 auto 12px;
  overflow: hidden;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  border-radius: 8px;
}

.image-cover {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
.image-cover img {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}
.image-cover:hover img {
  transform: scale(1.1);
}

.image-cover img, .image-cover video, .box-image img, .box-image video {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  max-width: 100%;
  margin: 0 auto;
}

.badge-coupon {
  background: linear-gradient(106.42deg, #E6FFDF 3.37%, #FFF4D7 96.51%);
  color: #209616;
  padding: 4px 8px;
  font-size: 0.875rem;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575.98px) {
  .badge-coupon {
    max-width: 100px;
  }
}

.badge-wishlist {
  background: linear-gradient(112.84deg, #FAFEF8 0.29%, #C4E8D9 49.7%, #A8C0D6 99.42%);
  border-radius: 4px;
  padding: 5px 10px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.badge-time-left {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 5px;
  color: #666666;
  font-weight: 400;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -15px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -15px;
}

.campaign-list-categories ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
}
.campaign-list-categories li {
  margin-right: 0.5rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.campaign-list-categories li a {
  color: #828282;
}
.campaign-list-categories li:hover:after, .campaign-list-categories li.active:after {
  content: "";
  background: #209616;
  border-radius: 4px 4px 0px 0px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.campaign-list-categories li:hover a, .campaign-list-categories li.active a {
  color: #209616;
}

.campaign-order-by select {
  padding: 2px 5px;
  border: solid 1px #e8e8e8;
  margin-bottom: 1rem;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.home-banner .swiper-slide {
  max-width: 42%;
  display: block;
}
.home-banner img {
  border-radius: 8px;
  width: 100%;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .home-banner .swiper-slide {
    max-width: 25%;
  }
}

@media (max-width: 575.98px) {
  .sc-transparent {
    background: linear-gradient(112.84deg, #FAFEF8 0.29%, #C4E8D9 49.7%, #A8C0D6 99.42%);
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 576px) {
  .sc-transparent {
    padding: 17px 0;
  }
}

.sc-featured-campaign {
  padding: 20px 0;
}

.swiper-featured-campaign .swiper-slide {
  max-width: 50.5%;
  display: block;
}
@media (min-width: 768px) {
  .swiper-featured-campaign .swiper-slide {
    max-width: 33.3333333%;
  }
}
@media (min-width: 992px) {
  .swiper-featured-campaign .swiper-slide {
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .swiper-featured-campaign .swiper-slide {
    max-width: 20%;
  }
}
@media (min-width: 1400px) {
  .swiper-featured-campaign .swiper-slide {
    max-width: 16.666666%;
  }
}
.swiper-featured-campaign .swiper-button-next, .swiper-featured-campaign .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  .swiper-featured-campaign .swiper-button-next, .swiper-featured-campaign .swiper-button-prev {
    display: flex;
  }
}

.hp-load-more {
  font-size: 0.75rem;
}
.hp-load-more:focus {
  box-shadow: none;
}
@media (min-width: 768px) {
  .hp-load-more {
    font-size: 1rem;
  }
  .hp-load-more:hover {
    background-color: #209616;
    color: #fff;
  }
  .hp-load-more:hover svg {
    fill: #fff;
  }
}

.list-view {
  font-size: 14px;
}
.list-view .review-video {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .list-view .review-video {
    width: 44px;
    height: 44px;
  }
}
.list-view .box-image .badge-info {
  font-weight: 400;
  bottom: 7px;
  left: 7px;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
  color: #666666;
  font-size: 8px;
}
@media (min-width: 768px) {
  .list-view .box-image .badge-info {
    font-size: 12px;
  }
}
.list-view .box-image i.bi.bi-heart-fill {
  color: #EB5757;
}
.list-view .box-image .badge-icon {
  bottom: 7px;
  right: 7px;
  padding: 3px 4px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.list-view .box-image .badge-icon img {
  width: 8px;
  height: 10px;
  position: initial;
}
.list-view .box-image .badge-icon img + img {
  margin-left: 4px;
}
.list-view .avatar {
  margin-right: 12px;
}
.list-view .avatar img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.reviewer {
  margin-bottom: 0;
}

.sc-home-category {
  font-size: 12px;
  background-color: #F5FFF6;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .sc-home-category {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sc-home-category {
    background-color: transparent;
    padding: 24px 0;
  }
}
.sc-home-category .cat-item {
  text-align: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sc-home-category .cat-item:hover {
  color: #209616;
}
.sc-home-category .list-cat-title {
  margin-bottom: 12px;
  font-weight: bold;
  color: #666666;
}
.sc-home-category .cat-icon {
  width: 70px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .sc-home-category .cat-icon {
    width: 120px;
  }
}
.sc-home-category .swiper-wrapper .swiper-slide {
  max-width: 18%;
  display: block;
}
@media (min-width: 768px) {
  .sc-home-category .swiper-wrapper .swiper-slide {
    max-width: 14.2857142857%;
  }
}
@media (min-width: 992px) {
  .sc-home-category .swiper-wrapper .swiper-slide {
    max-width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .sc-home-category .swiper-wrapper .swiper-slide {
    max-width: 11.1111111111%;
  }
}
@media (min-width: 1400px) {
  .sc-home-category .swiper-wrapper .swiper-slide {
    max-width: 10%;
  }
}
.sc-home-category .swiper-wrapper .swiper-button-next, .sc-home-category .swiper-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .sc-home-category .swiper-wrapper .swiper-button-next, .sc-home-category .swiper-wrapper .swiper-button-prev {
    display: flex;
  }
}

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