.section-home-slider {
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  .section-home-slider .slider-item {
    position: relative; }
    .section-home-slider .slider-item a {
      transition: 0s; }
    .section-home-slider .slider-item .owl-lazy {
      transition: opacity 0.3s ease; }
    .section-home-slider .slider-item .slide--actions {
      position: absolute;
      z-index: 9;
      display: flex;
      gap: 20px; }
      .section-home-slider .slider-item .slide--actions a {
        background: #fff;
        border-radius: 8px;
        padding: 10px 24px;
        display: inline-block;
        color: #526F2D;
        font-weight: 700; }
      @media (max-width: 767.98px) {
        .section-home-slider .slider-item .slide--actions {
          left: 0 !important;
          bottom: 40px !important;
          width: 100%;
          padding-left: 10px;
          padding-right: 10px;
          justify-content: center; } }
  .section-home-slider .slider-item.item-video .slide--frame {
    opacity: 0;
    transition: opacity 0.3s ease 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; }
  .section-home-slider .slider-item.item-video .slide--mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.01); }
  .section-home-slider .slider-item.item-video .slide--yticon {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0);
    width: 50px;
    height: 42px;
    border: 0;
    outline: none; }
    .section-home-slider .slider-item.item-video .slide--yticon svg {
      fill: #ffffff;
      width: 32px;
      height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe + .slide--yticon {
    opacity: 1; }
  .section-home-slider .owl-item.active .slider-item.item-video .slide--frame {
    opacity: 1; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    border: 1px solid #FFF;
    background: rgba(2, 2, 2, 0.1);
    backdrop-filter: blur(5px);
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 0%;
    width: 100%;
    bottom: 42px;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-left: 10px;
    padding-right: 10px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      outline: 0; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 12px;
      height: 12px;
      border: 1px solid transparent;
      border-radius: 50%;
      background: #EAEAEA;
      transition: all 0.5s ease; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      width: 41px;
      border: 1px solid #fff;
      border-radius: 50px;
      background: var(--shop-color-main); }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 767px) {
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 10px; } }

.home-aboutus {
  background-image: url("https://cdn.hstatic.net/files/200001066686/file/asset_1-80_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 55px; }
  .home-aboutus .home-aboutus-subtitle {
    text-align: center; }
    .home-aboutus .home-aboutus-subtitle span {
      display: inline-flex;
      padding: 12px 45px;
      justify-content: center;
      align-items: center;
      border-radius: 9999px;
      background: linear-gradient(180deg, #91B463 0%, #668F31 100%), linear-gradient(90deg, #FFF 0%, #999 100%);
      color: #fff;
      font-weight: 700;
      font-size: 20px; }
  .home-aboutus h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 8px; }
  .home-aboutus .home-aboutus-desc {
    margin-top: 8px;
    font-weight: 500;
    max-width: 945px;
    margin: 8px auto 0;
    text-align: center; }
  .home-aboutus .home-aboutus-video {
    height: 570px;
    position: relative;
    max-width: 1014px;
    margin: 40px auto 0;
    border-radius: 16px;
    overflow: hidden; }
    .home-aboutus .home-aboutus-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .home-aboutus .home-aboutus-video .slide--mask {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 8;
      background: rgba(0, 0, 0, 0.01); }
    .home-aboutus .home-aboutus-video .slide--yticon {
      opacity: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9;
      background: rgba(255, 255, 255, 0);
      width: 50px;
      height: 42px;
      border: 0;
      outline: none; }
      .home-aboutus .home-aboutus-video .slide--yticon svg {
        fill: #ffffff;
        width: 32px;
        height: 100%; }
    .home-aboutus .home-aboutus-video iframe + .slide--yticon {
      opacity: 1; }
  @media (max-width: 991.98px) {
    .home-aboutus {
      padding-top: 32px; }
      .home-aboutus .home-aboutus-subtitle {
        text-align: center; }
        .home-aboutus .home-aboutus-subtitle span {
          padding: 12px 24px;
          font-size: 14px; }
      .home-aboutus h2 {
        font-size: 24px; }
      .home-aboutus .home-aboutus-desc {
        font-size: 14px; }
      .home-aboutus .home-aboutus-video {
        height: 320px;
        margin: 20px auto 0; } }

.home-banner {
  background-image: url(https://cdn.hstatic.net/files/200001066686/file/bg.png);
  padding-top: 195px;
  margin-top: -180px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px; }
  .home-banner h2 {
    max-width: 600px;
    text-align: center;
    font-size: 36px;
    margin: 0 auto; }
  .home-banner .home-banner-lists {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
  .home-banner .home-banner-big {
    flex: 0 0 calc(33.3333% - 10px);
    max-width: calc(33.3333% - 10px); }
  .home-banner .home-banner-four {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 0 0 calc(66.666667% - 10px);
    max-width: calc(66.666667% - 10px); }
    .home-banner .home-banner-four .home-banner-wrap {
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px); }
  .home-banner .home-banner-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden; }
    .home-banner .home-banner-wrap a {
      display: flex; }
    .home-banner .home-banner-wrap .home-banner-media {
      border-radius: 8px;
      position: relative; }
    .home-banner .home-banner-wrap .home-banner-title {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, transparent 39.81%, rgba(0, 0, 0, 0.3) 77.35%);
      display: flex; }
      .home-banner .home-banner-wrap .home-banner-title a {
        display: flex;
        padding: 38px 29px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 5px;
        width: 100%; }
        .home-banner .home-banner-wrap .home-banner-title a span {
          display: inline-block;
          padding: 10px 16px; }
  @media (max-width: 991.98px) {
    .home-banner {
      padding-top: 32px;
      padding-bottom: 32px;
      margin-top: 32px;
      background: linear-gradient(180deg, #D2EEC6 18.61%, #9AD580 57.11%, #D2EEC6 88.62%), linear-gradient(179deg, #648D23 41.06%, #87C722 68.45%, #648D23 98.61%), linear-gradient(180deg, #91B463 44.56%, #668F31 90.51%); }
      .home-banner h2 {
        font-size: 24px; }
      .home-banner .home-banner-lists {
        margin-top: 20px; }
      .home-banner .home-banner-big {
        flex: 0 0 100%;
        max-width: 100%; }
      .home-banner .home-banner-four {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        flex: 0 0 100%;
        max-width: 100%; }
      .home-banner .home-banner-wrap {
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
        .home-banner .home-banner-wrap .home-banner-title a {
          padding: 8px;
          font-size: 12px; } }

.home-collection-tabs {
  padding: 40px 0; }
  .home-collection-tabs h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px; }
  .home-collection-tabs .home-collection-tabs-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px; }
    .home-collection-tabs .home-collection-tabs-menu .item {
      border-radius: 9999px;
      border: 1px solid #000;
      display: flex;
      width: 250px;
      padding: 10px 24px;
      justify-content: center;
      align-items: center;
      color: #526F2D;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      cursor: pointer; }
      .home-collection-tabs .home-collection-tabs-menu .item.active, .home-collection-tabs .home-collection-tabs-menu .item:hover {
        background: linear-gradient(94deg, #526F2D 14.38%, #70993B 82.63%);
        border-color: #70993B;
        color: #fff; }
  .home-collection-tabs .home-collection-tabs-viewmore {
    margin-top: 20px; }
  @media (max-width: 991.98px) {
    .home-collection-tabs {
      padding: 30px 0; }
      .home-collection-tabs h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .home-collection-tabs .home-collection-tabs-menu {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        margin-bottom: 20px; }
        .home-collection-tabs .home-collection-tabs-menu .item {
          font-size: 16px;
          padding: 8px 16px; }
      .home-collection-tabs .home-collection-tabs-viewmore {
        margin-top: 0px; } }

.home-video {
  background: #FFFCF7;
  padding: 50px 0; }
  .home-video h2 {
    margin-bottom: 35px;
    text-align: center;
    font-size: 36px;
    font-weight: 700; }
  .home-video .home-video-lists .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px; }
    .home-video .home-video-lists .swiper:not(.swiper-initialized) .swiper-wrapper .video-item {
      flex: 0 0 calc(25% - 15px);
      max-width: calc(25% - 15px);
      margin-right: 20px; }
      @media (max-width: 1199.98px) and (min-width: 992px) {
        .home-video .home-video-lists .swiper:not(.swiper-initialized) .swiper-wrapper .video-item {
          flex: 0 0 calc(33.3333% - 13.3333333px);
          max-width: calc(33.3333% - 13.3333333px);
          margin-right: 20px; } }
      @media (max-width: 991.98px) and (min-width: 768px) {
        .home-video .home-video-lists .swiper:not(.swiper-initialized) .swiper-wrapper .video-item {
          flex: 0 0 calc(50% - 10px);
          max-width: calc(50% - 10px);
          margin-right: 20px; } }
      @media (max-width: 767.98px) {
        .home-video .home-video-lists .swiper:not(.swiper-initialized) .swiper-wrapper .video-item {
          flex: 0 0 100%;
          max-width: 100%; } }
  .home-video .video-item .video-item-media {
    border-radius: 8px;
    overflow: hidden;
    position: relative; }
    .home-video .video-item .video-item-media video {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      overflow: hidden; }
    @media (min-width: 768px) {
      .home-video .video-item .video-item-media {
        height: 540px; }
        .home-video .video-item .video-item-media video {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%; } }
  .home-video .video-item .video-item-product {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px; }
    .home-video .video-item .video-item-product .video-item-product-image {
      flex: 0 0 88px;
      max-width: 88px;
      height: 88px; }
      .home-video .video-item .video-item-product .video-item-product-image img {
        object-fit: cover;
        width: 100%;
        height: 88px; }
    .home-video .video-item .video-item-product .video-item-product-content {
      flex: 0 0 calc(100% - 98px);
      max-width: calc(100% - 98px); }
    .home-video .video-item .video-item-product .video-item-product-vendor {
      font-size: 10px; }
    .home-video .video-item .video-item-product .video-item-product-title {
      font-size: 14px;
      margin: 0; }
      .home-video .video-item .video-item-product .video-item-product-title a {
        color: #000;
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .home-video .video-item .video-item-product .video-item-product--price .price {
      color: #526F2D;
      font-size: 16px;
      font-weight: 700; }
    .home-video .video-item .video-item-product .video-item-product--price .price-del {
      color: #999;
      font-size: 12px;
      font-weight: 400; }
  @media (max-width: 991.98px) {
    .home-video {
      padding: 30px 0; }
      .home-video h2 {
        font-size: 24px;
        margin-bottom: 20px; } }

.home-feedback {
  padding: 40px 0;
  background: #FAFAFA; }
  .home-feedback h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px; }
  .home-feedback .home-feedback-lists {
    position: relative; }
    .home-feedback .home-feedback-lists .swiper {
      padding: 50px 0; }
      .home-feedback .home-feedback-lists .swiper .feedback-item {
        border-radius: 16px;
        overflow: hidden; }
        .home-feedback .home-feedback-lists .swiper .feedback-item img {
          height: 360px;
          object-fit: cover;
          width: 100%;
          border-radius: 16px; }
        .home-feedback .home-feedback-lists .swiper .feedback-item:nth-child(odd) {
          transform: translateY(50px); }
        .home-feedback .home-feedback-lists .swiper .feedback-item:nth-child(even) {
          transform: translateY(-50px); }
    .home-feedback .home-feedback-lists .home-feedback-prev, .home-feedback .home-feedback-lists .home-feedback-next {
      position: absolute;
      top: 50%;
      right: -52px;
      width: 42px;
      height: 42px;
      border-radius: 28px;
      border: 1px solid #FFF;
      background: rgba(2, 2, 2, 0.1);
      backdrop-filter: blur(5px);
      transform: translateY(-50%);
      z-index: 9;
      text-align: center;
      line-height: 40px;
      cursor: pointer; }
    .home-feedback .home-feedback-lists .home-feedback-prev {
      right: auto;
      left: -52px; }
    .home-feedback .home-feedback-lists .swiper:not(.swiper-initialized) .swiper-wrapper {
      display: flex;
      flex-wrap: nowrap;
      gap: 20px; }
      .home-feedback .home-feedback-lists .swiper:not(.swiper-initialized) .swiper-wrapper .feedback-item {
        flex: 0 0 calc(20% - 16px);
        max-width: calc(20% - 16px);
        margin-right: 20px; }
        @media (max-width: 1199.98px) and (min-width: 992px) {
          .home-feedback .home-feedback-lists .swiper:not(.swiper-initialized) .swiper-wrapper .feedback-item {
            flex: 0 0 calc(25% - 15px);
            max-width: calc(25% - 15px);
            margin-right: 20px; } }
        @media (max-width: 991.98px) and (min-width: 768px) {
          .home-feedback .home-feedback-lists .swiper:not(.swiper-initialized) .swiper-wrapper .feedback-item {
            flex: 0 0 calc(33.3333% - 13.3333333px);
            max-width: calc(33.3333% - 13.3333333px);
            margin-right: 20px; } }
        @media (max-width: 767.98px) {
          .home-feedback .home-feedback-lists .swiper:not(.swiper-initialized) .swiper-wrapper .feedback-item {
            flex: 0 0 calc(50% - 10px);
            max-width: calc(50% - 10px);
            margin-right: 20px; } }
    .home-feedback .home-feedback-lists .home-feedback-paginate {
      margin-top: 40px;
      text-align: center; }
      .home-feedback .home-feedback-lists .home-feedback-paginate .swiper-pagination-bullet {
        border-radius: 50px;
        background: #EAEAEA;
        width: 12px;
        height: 12px;
        opacity: 1;
        cursor: pointer; }
        .home-feedback .home-feedback-lists .home-feedback-paginate .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 41px;
          background: #526F2D; }
  @media (max-width: 991.98px) {
    .home-feedback {
      padding: 30px 0; }
      .home-feedback h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .home-feedback .home-feedback-lists .feedback-item {
        padding: 12px; }
      .home-feedback .home-feedback-lists .home-feedback-prev, .home-feedback .home-feedback-lists .home-feedback-next {
        right: -17px;
        width: 35px;
        height: 35px;
        line-height: 30px; }
      .home-feedback .home-feedback-lists .home-feedback-prev {
        right: auto;
        left: -17px; } }
  @media (max-width: 991.98px) {
    .home-feedback .home-feedback-lists .home-feedback-prev, .home-feedback .home-feedback-lists .home-feedback-next {
      right: 0; }
    .home-feedback .home-feedback-lists .home-feedback-prev {
      left: 0; } }

.home-news {
  padding: 30px 0 60px; }
  .home-news h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px; }
  .home-news .home-news-lists .article-loop {
    margin-bottom: 20px; }
    .home-news .home-news-lists .article-loop .article-inner {
      box-shadow: none;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .home-news .home-news-lists .article-loop .article-image {
      flex: 0 0 50%;
      max-width: 50%;
      height: 200px;
      overflow: hidden;
      position: relative;
      border-radius: 8px; }
      .home-news .home-news-lists .article-loop .article-image img {
        height: 200px;
        object-fit: cover;
        width: 100%;
        border-radius: 8px; }
    .home-news .home-news-lists .article-loop .article-detail {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 24px 20px 12px 20px; }
  .home-news .home-news-viewmore {
    margin-top: 20px; }
  @media (max-width: 991.98px) {
    .home-news {
      padding: 30px 0; }
      .home-news h2 {
        font-size: 24px;
        margin-bottom: 30px; }
      .home-news .home-news-lists .article-loop .article-inner {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08); }
      .home-news .home-news-lists .article-loop .article-image {
        flex: 0 0 100%;
        max-width: 100%; }
      .home-news .home-news-lists .article-loop .article-detail {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 12px; }
      .home-news .home-news-viewmore {
        margin-top: 10px; } }

.home-brand {
  background-image: url(https://cdn.hstatic.net/files/200001066686/file/bg-doitac.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 84px; }
  .home-brand h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0; }
  .home-brand .home-brand-lists {
    margin-top: 50px;
    position: relative; }
    .home-brand .home-brand-lists .brand-item {
      display: flex;
      padding: 12px 28px;
      justify-content: center;
      align-items: center;
      border-radius: 8px;
      border: 1px solid #F2F2F2;
      background: #fff; }
      .home-brand .home-brand-lists .brand-item img {
        height: 155px;
        object-fit: cover;
        width: 100%; }
    .home-brand .home-brand-lists .home-brand-prev, .home-brand .home-brand-lists .home-brand-next {
      position: absolute;
      top: 50%;
      right: -52px;
      width: 42px;
      height: 42px;
      border-radius: 28px;
      border: 1px solid #FFF;
      background: rgba(2, 2, 2, 0.1);
      backdrop-filter: blur(5px);
      transform: translateY(-50%);
      z-index: 9;
      text-align: center;
      line-height: 40px;
      cursor: pointer; }
    .home-brand .home-brand-lists .home-brand-prev {
      right: auto;
      left: -52px; }
    .home-brand .home-brand-lists .swiper:not(.swiper-initialized) .swiper-wrapper {
      display: flex;
      flex-wrap: nowrap;
      gap: 20px; }
      .home-brand .home-brand-lists .swiper:not(.swiper-initialized) .swiper-wrapper .brand-item {
        flex: 0 0 calc(20% - 16px);
        max-width: calc(20% - 16px);
        margin-right: 20px; }
        @media (max-width: 1199.98px) and (min-width: 992px) {
          .home-brand .home-brand-lists .swiper:not(.swiper-initialized) .swiper-wrapper .brand-item {
            flex: 0 0 calc(25% - 15px);
            max-width: calc(25% - 15px);
            margin-right: 20px; } }
        @media (max-width: 991.98px) and (min-width: 768px) {
          .home-brand .home-brand-lists .swiper:not(.swiper-initialized) .swiper-wrapper .brand-item {
            flex: 0 0 calc(33.3333% - 13.3333333px);
            max-width: calc(33.3333% - 13.3333333px);
            margin-right: 20px; } }
        @media (max-width: 767.98px) {
          .home-brand .home-brand-lists .swiper:not(.swiper-initialized) .swiper-wrapper .brand-item {
            flex: 0 0 calc(50% - 10px);
            max-width: calc(50% - 10px);
            margin-right: 20px; } }
  @media (max-width: 991.98px) {
    .home-brand {
      padding-top: 30px;
      padding-bottom: 30px; }
      .home-brand h2 {
        font-size: 24px; }
      .home-brand .home-brand-lists {
        margin-top: 30px; }
        .home-brand .home-brand-lists .brand-item {
          padding: 12px; }
        .home-brand .home-brand-lists .home-brand-prev, .home-brand .home-brand-lists .home-brand-next {
          right: -17px;
          width: 35px;
          height: 35px;
          line-height: 30px; }
        .home-brand .home-brand-lists .home-brand-prev {
          right: auto;
          left: -17px; } }
  @media (max-width: 991.98px) {
    .home-brand .home-brand-lists .home-brand-prev, .home-brand .home-brand-lists .home-brand-next {
      right: 0; }
    .home-brand .home-brand-lists .home-brand-prev {
      left: 0; } }
