@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");



/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
.section-banner {
  position: relative;
  padding: 80px 0;
}
.section-banner .home-main-left-side {
  color: #fff;
}
.section-banner .home-main-left-side .home-left-side {
  font-size: 15px;
  font-weight: 400;
  max-width: 600px;
}
.section-banner .home-main-left-side .home-left-side .section-title {
  margin-bottom: 26px;
}
.section-banner .home-main-left-side .home-left-side .section-title h2 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-banner .home-main-left-side .home-left-side .section-title h2 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section-banner .home-main-left-side .home-left-side .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-main-left-side .home-left-side .btn-wrapper {
    justify-content: space-between;
  }
}
.section-banner .home-main-left-side .home-left-side .btn-wrapper .btn {
  text-align: center;
  padding: 11px 13px;
  color: #ffffff;
  background-color: #000000;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #000000;
  position: relative;
  border-radius: 60px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 120px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  appearance: none;
}
.section-banner .home-main-left-side .home-left-side .btn-wrapper .btn svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.section-banner .home-main-left-side .home-left-side .btn-wrapper .play-btn {
  display: inline-flex;
  align-items: center;
  transition: all ease-in-out 0.3s;
  color: #fff;
}
.section-banner .home-main-left-side .home-left-side .btn-wrapper .play-btn svg {
  margin-right: 10px;
}
.section-banner .home-main-left-side .home-left-side .btn-wrapper .play-btn svg .a {
  fill: #fff;
}
.section-banner .home-main-left-side .home-left-side .btn-wrapper .play-btn svg .b {
  fill: none;
  stroke: #ffffff;
}
.section-banner .home-main-left-side .home-left-side .overlay-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7019607843);
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.section-banner .home-main-left-side .home-left-side .overlay-popup.popup-show {
  z-index: 4;
  opacity: 1;
  visibility: visible;
}
.section-banner .home-main-left-side .home-left-side .overlay-popup .popup-inner {
  border-radius: 0;
  max-width: 50%;
  width: 100%;
  transition: 1s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-main-left-side .home-left-side .overlay-popup .popup-inner {
    max-width: 90%;
  }
}
.section-banner .home-main-left-side .home-left-side .overlay-popup .popup-inner .content {
  display: flex;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.section-banner .home-main-left-side .home-left-side .overlay-popup .popup-inner .content .close-popup {
  position: absolute;
  transition: 0.2s ease-in;
  text-decoration: none;
  z-index: 1;
  top: -40px;
  right: 1px;
  width: 30px;
  height: 30px;
  font-weight: 700;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.section-banner .home-main-left-side .home-left-side .overlay-popup .popup-inner .content .close-popup {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-banner .home-main-left-side .home-left-side .overlay-popup .popup-inner .content .close-popup svg {
  height: 15px;
  width: 15px;
}
.section-banner .home-main-left-side .home-left-side .overlay-popup .popup-inner .content .close-popup svg line {
  stroke: #000000;
}
.section-banner .home-main-left-side .home-left-side .overlay-popup .popup-inner .content iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  box-shadow: none;
}
.section-banner .home-main-left-side .service-tag {
  align-items: start;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 56.25rem) {
  .section-banner .home-main-left-side .service-tag {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-main-left-side .service-tag {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-banner .home-main-left-side .service-tag .service-box {
  display: flex;
  align-items: flex-start;
}
.section-banner .home-main-left-side .service-tag .service-box .home-img {
  margin-right: 10px;
  width: 32px;
}
.section-banner .home-main-left-side .service-tag .service-box .service-text {
  font-size: 15px;
  font-weight: 400;
  width: calc(100% - 40px);
  text-align: justify;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-main-left-side .service-tag .service-box .service-text {
    text-align: justify;
  }
}
.section-banner .home-main-left-side .service-tag .service-box .service-text b {
  display: block;
  line-height: 1;
  margin-bottom: 3px;
}
.section-banner .swiper-container .swiper-slide .home-img img {
  width: 100%;
}
.section-banner .home-product-banner-slider {
  max-height: 480px;
  max-width: 300px;
  margin: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-product-banner-slider {
    padding: 30px 0 0;
    max-width: 100%;
    max-height: unset;
  }
}
.section-banner .home-product-banner-slider .home-product-banner-slider-desk {
  max-height: 480px;
  max-width: 300px;
  margin: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-product-banner-slider .home-product-banner-slider-desk {
    display: none;
  }
}
.section-banner .home-product-banner-slider .home-product-banner-slider-mobile {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-product-banner-slider .home-product-banner-slider-mobile {
    display: block;
  }
}
.section-banner .home-product-banner-slider .swiper-container,
.section-banner .home-product-banner-slider .w-swiper,
.section-banner .home-product-banner-slider .swiper-wrapper {
  max-height: 480px;
  align-items: stretch;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-product-banner-slider .swiper-container,
  .section-banner .home-product-banner-slider .w-swiper,
  .section-banner .home-product-banner-slider .swiper-wrapper {
    max-height: unset;
  }
}
.section-banner .home-product-banner-slider .swiper-container .swiper-slide,
.section-banner .home-product-banner-slider .w-swiper .swiper-slide,
.section-banner .home-product-banner-slider .swiper-wrapper .swiper-slide {
  max-height: 480px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-product-banner-slider .swiper-container .swiper-slide,
  .section-banner .home-product-banner-slider .w-swiper .swiper-slide,
  .section-banner .home-product-banner-slider .swiper-wrapper .swiper-slide {
    max-height: unset;
    margin-right: 20px;
  }
  .section-banner .home-product-banner-slider .swiper-container .swiper-slide,
  .section-banner .home-product-banner-slider .w-swiper .swiper-slide,
  .section-banner .home-product-banner-slider .swiper-wrapper .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 36.25rem) {
  .section-banner .home-product-banner-slider .swiper-container .swiper-slide,
  .section-banner .home-product-banner-slider .w-swiper .swiper-slide,
  .section-banner .home-product-banner-slider .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .section-banner .home-product-banner-slider .swiper-container .swiper-slide,
  .section-banner .home-product-banner-slider .w-swiper .swiper-slide,
  .section-banner .home-product-banner-slider .swiper-wrapper .swiper-slide {
    width: calc(70% - 0.375rem);
  }
}
.section-banner .home-product-banner-slider .swiper-container .swiper-slide .product,
.section-banner .home-product-banner-slider .w-swiper .swiper-slide .product,
.section-banner .home-product-banner-slider .swiper-wrapper .swiper-slide .product {
  height: 100%;
}
.section-banner .home-product-banner-slider .swiper-container .swiper-slide .product .wc-thumb,
.section-banner .home-product-banner-slider .w-swiper .swiper-slide .product .wc-thumb,
.section-banner .home-product-banner-slider .swiper-wrapper .swiper-slide .product .wc-thumb {
  aspect-ratio: 1/1 !important;
}
.section-banner .home-product-banner-slider .swiper-container .swiper-slide .product .wc-thumb .custom-thumbnail-wrapper img,
.section-banner .home-product-banner-slider .w-swiper .swiper-slide .product .wc-thumb .custom-thumbnail-wrapper img,
.section-banner .home-product-banner-slider .swiper-wrapper .swiper-slide .product .wc-thumb .custom-thumbnail-wrapper img {
  aspect-ratio: 1/1 !important;
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-pagination {
  display: block !important;
  border-left: 1px solid #ffffff;
  height: 155px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-banner .home-product-banner-slider .swiper-controls .swiper-pagination {
    border-left: none;
    border-bottom: 1px solid #ffffff;
    height: fit-content;
    position: absolute;
    bottom: 0;
    top: 95%;
    transform: translateX(-50%);
    left: 50%;
    display: flex !important;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-banner .home-product-banner-slider .swiper-controls .swiper-pagination {
    display: none !important;
  }
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  color: #ffffff;
  border: none;
  font-size: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: auto;
  padding-left: 20px;
  transition: all ease-in-out 0.5s;
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 63.99875rem) {
  .section-banner .home-product-banner-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    padding: 0 20px;
  }
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet::before {
  content: "0";
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  height: 0;
  width: 3px;
  background: #ffffff;
  position: absolute;
  left: -2px;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .section-banner .home-product-banner-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet::after {
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
@media only screen and (max-width: 63.99875rem) {
  .section-banner .home-product-banner-slider .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 3px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-banner .home-product-banner-slider .swiper-controls .swiper-button {
    display: none;
  }
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-button::before {
  color: #fff;
  border: none;
  border-radius: 0;
  opacity: 1;
  font-size: 23px;
  background: transparent;
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-button.swiper-button-prev {
  left: auto;
  right: -30px;
  top: 85px;
  transform: translateY(0);
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-button.swiper-button-prev::before {
  content: "\f062";
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-button.swiper-button-next {
  right: -30px;
  transform: translateY(0) scaleX(-1);
  bottom: 85px;
  top: auto;
}
.section-banner .home-product-banner-slider .swiper-controls .swiper-button.swiper-button-next::before {
  content: "\f063";
}
.section-feature-products {
  margin-bottom: -150px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .section-feature-products {
    margin-bottom: 0;
  }
}
.section-feature-products .section-title {
  font-weight: 900;
  margin-bottom: 26px;
  font-family: "Nunito", sans-serif;
}
.section-feature-products .section-title {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section-feature-products .products-list {
  width: 100%;
  overflow: hidden;
}
.section-feature-products .products-list .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.section-feature-products .products-list .swiper-container .swiper-slide {
  height: auto;
}
.section-feature-products .products-list .swiper-container .swiper-slide {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-feature-products .products-list .swiper-container .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-feature-products .products-list .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 36.25rem) {
  .section-feature-products .products-list .swiper-container .swiper-slide {
    width: calc(70% - 0.1875rem);
  }
}
.section-feature-products .products-list .swiper-container .swiper-slide .product {
  height: 100%;
}
@media only screen and (min-width: 64rem) {
  .section-feature-products .products-list .swiper-container .swiper-controls .swiper-button-prev {
    left: 10px;
  }
  .section-feature-products .products-list .swiper-container .swiper-controls .swiper-button-next {
    right: 10px;
  }
}
.section-description {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description {
    padding-bottom: 0;
  }
}
.section-description .design-img-chocolate {
  left: 0;
  top: 60px;
  max-width: 130px;
  position: absolute;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description .design-img-chocolate {
    display: none;
  }
}
.section-description .all_content_description .section-title {
  margin-bottom: 26px;
}
.section-description .all_content_description .section-title span {
  font-size: 15px;
  font-weight: 400;
}
.section-description .all_content_description .section-title h2 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-description .all_content_description .section-title h2 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section-description .all_content_description .home_desc {
  font-size: 15px;
  font-weight: 400;
}
.section-description .all_content_description .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description .all_content_description .btn-wrapper {
    justify-content: center;
  }
}
.section-description .all_content_description .btn-wrapper .btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
  min-width: 125px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.section-description .all_content_description .btn-wrapper .btn-secondary svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.section-description .all_content_description_img {
  max-width: 400px;
  margin-left: auto;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description .all_content_description_img {
    max-width: 100%;
    margin-top: 30px;
  }
}
.section-description .all_content_description_img .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-description .all_content_description_img .desc_image {
  font-size: 15px;
  font-weight: 400;
  max-width: 450px;
  padding-bottom: 15px;
  text-align: justify;
}
.section-description .all_content_description_img .link-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  color: #000;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.section-cta {
  position: relative;
  padding: 330px 0 100px;
  color: #ffffff;
  min-height: 700px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta {
    padding: 20% 0;
    color: #ffffff;
    min-height: auto;
    height: auto;
  }
}
.section-cta .video-content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.section-cta .video-content .section-title {
  margin-bottom: 26px;
}
.section-cta .video-content .section-title span {
  font-size: 15px;
  font-weight: 400;
}
.section-cta .video-content .section-title h2 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-cta .video-content .section-title h2 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section-cta .video-content .home_desc {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
.section-cta .video-content .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}
.section-cta .video-content .btn-wrapper .play-btn-cta {
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.section-cta .video-content .btn-wrapper .play-btn-cta span {
  font-size: 15px;
  font-weight: 400;
}
.section-cta .video-content .btn-wrapper .play-btn-cta svg {
  margin-right: 15px;
}
.section-cta .video-content .btn-wrapper .play-btn-cta svg .a {
  fill: #ffffff;
}
.section-cta .video-content .btn-wrapper .play-btn-cta svg .b {
  fill: none;
  stroke: #ffffff;
}
.section-cta .video-content .overlay-popup-cta {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7019607843);
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.section-cta .video-content .overlay-popup-cta.popup-show {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
.section-cta .video-content .overlay-popup-cta .popup-inner {
  border-radius: 0;
  max-width: 50%;
  width: 100%;
  transition: 1s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-cta .video-content .overlay-popup-cta .popup-inner .content {
  display: flex;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.section-cta .video-content .overlay-popup-cta .popup-inner .content .close-popup {
  position: absolute;
  transition: 0.2s ease-in;
  text-decoration: none;
  z-index: 1;
  top: -40px;
  right: 1px;
  width: 30px;
  height: 30px;
  font-weight: 700;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.section-cta .video-content .overlay-popup-cta .popup-inner .content .close-popup {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-cta .video-content .overlay-popup-cta .popup-inner .content .close-popup svg {
  height: 15px;
  width: 15px;
}
.section-cta .video-content .overlay-popup-cta .popup-inner .content .close-popup svg line {
  stroke: #000000;
}
.section-cta .video-content .overlay-popup-cta .popup-inner .content iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  box-shadow: none;
}
.section-home-products {
  padding: 80px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-products {
    padding: 40px 0;
  }
}
.section-home-products .tab-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-products .tab-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-home-products .tab-title .tab-title-left {
  flex-basis: 50%;
}
.section-home-products .tab-title .tab-title-left .section-title h3 {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-home-products .tab-title .tab-title-left .section-title h3 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section-home-products .tab-title .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-products .tab-title .nav-tabs {
    padding-left: 0;
  }
}
.section-home-products .tab-title .nav-tabs .nav-item {
  margin-right: 10px;
}
.section-home-products .tab-title .nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
  min-width: 125px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.section-home-products .tab-title .nav-tabs .nav-item .nav-link svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.section-home-products .tab-title .nav-tabs .nav-item .nav-link svg path {
  transition: all ease-in-out 0.4s;
  fill: #ffffff;
}
.section-home-products .tab-title .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: #000000;
  border-color: #000000;
}
.section-home-products .tab-title .nav-tabs .nav-item .nav-link.active svg path {
  fill: #000;
}
.section-home-products .tab-content .tab-pane {
  display: none;
}
.section-home-products .tab-content .tab-pane.active {
  display: block;
}
.section-home-products .tab-content .tab-pane .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.section-home-products .tab-content .tab-pane .swiper-container .swiper-slide {
  height: auto;
}
.section-home-products .tab-content .tab-pane .swiper-container .swiper-slide {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-home-products .tab-content .tab-pane .swiper-container .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-products .tab-content .tab-pane .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 36.25rem) {
  .section-home-products .tab-content .tab-pane .swiper-container .swiper-slide {
    width: calc(70% - 0.1875rem);
  }
}
.section-home-products .tab-content .tab-pane .swiper-container .swiper-slide .product {
  height: 100%;
  margin-bottom: 15px;
}
.section-home-img-slide {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.section-home-img-slide .left-side {
  display: flex;
  height: 100%;
}
.section-home-img-slide .card-right-side .swiper-container .swiper-slide {
  height: auto;
}
.section-home-img-slide .card-right-side .swiper-container .swiper-slide {
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-img-slide .card-right-side .swiper-container .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 36.25rem) {
  .section-home-img-slide .card-right-side .swiper-container .swiper-slide {
    width: calc(70% - 0.1875rem);
  }
}
.section-home-img-slide .img-box {
  position: relative;
  border-radius: 18px;
  display: flex;
  padding: 24px 20px;
  overflow: hidden;
  transition: all 0.5s;
  border: 1px solid #000000;
  width: 100%;
  height: 100%;
}
.section-home-img-slide .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.section-home-img-slide .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  transition: all ease-in-out 0.5s;
}
.section-home-img-slide .img-box .category-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.section-home-img-slide .img-box .category-box .top-content {
  flex: 1;
  max-width: 300px;
  color: #fff;
}
.section-home-img-slide .img-box .category-box .top-content .section-title h4 a {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-home-img-slide .img-box .category-box .top-content .section-title h4 a {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-home-img-slide .img-box .category-box .top-content .section-title h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-home-img-slide .img-box .category-box .top-content .section-title h4 a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-home-img-slide .img-box .category-box .top-content .mota_banner_left {
  margin-bottom: 15px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-home-img-slide .img-box .category-box .top-content .mota_banner_left {
  font-size: clamp(1.125rem, 0.775rem + 0.875vw, 1.5625rem);
  line-height: clamp(1.4625rem, 1.0075rem + 1.1375vw, 2.03125rem);
}
.section-home-img-slide .img-box .category-box .top-content .mota_banner_left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-home-img-slide .img-box .category-box .top-content .mota_banner_left {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-home-img-slide .img-box .category-box .top-content .desc_banner_left {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
.section-home-img-slide .img-box .category-box .white-btn {
  width: fit-content;
  margin-top: 40px;
  text-align: center;
  padding: 11px 13px;
  color: #000;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #fff;
  position: relative;
  border-radius: 60px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 120px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  appearance: none;
}
.section-home-img-slide .img-box .category-box .white-btn svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.section-home-img-slide .img-box .category-box .white-btn svg path {
  fill: #000000;
  transition: all ease-in-out 0.5s;
}
.section-home-img-slide .img-box .category-box .white-btn:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.section-home-img-slide .img-box .category-box .white-btn:hover svg path {
  fill: #fff;
}
.section-product-cat {
  padding-bottom: 80px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-product-cat .left-side {
    text-align: center;
  }
}
.section-product-cat .left-side .section-title h3 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-product-cat .left-side .section-title h3 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section-product-cat .left-side .desc_danhmuc {
  font-size: 15px;
  font-weight: 400;
  max-width: 460px;
}
.section-product-cat .left-side .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-product-cat .left-side .btn-wrapper {
    justify-content: center;
  }
}
.section-product-cat .left-side .btn-wrapper .white-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #000000;
  color: #000;
  background: #fff;
  min-width: 125px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.section-product-cat .left-side .btn-wrapper .white-btn:hover {
  color: #fff;
  background: #000;
}
.section-product-cat .left-side .btn_link_danhmuc {
  text-align: center;
  padding: 11px 13px;
  color: #fff;
  background-color: #000;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #000;
  position: relative;
  border-radius: 60px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 120px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  appearance: none;
}
@media only screen and (max-width: 47.99875rem) {
  .section-product-cat .left-side .btn_link_danhmuc {
    color: #fff;
    background-color: #000;
  }
  .section-product-cat .left-side .btn_link_danhmuc svg {
    width: 15px;
    margin-left: 8px;
    height: 15px;
  }
  .section-product-cat .left-side .btn_link_danhmuc svg path {
    fill: #fff;
  }
}
.section-product-cat .left-side .btn_link_danhmuc svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.section-product-cat .left-side .btn_link_danhmuc svg path {
  fill: #fff;
}
.section-product-cat .left-side .btn_link_danhmuc:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.section-product-cat .left-side .btn_link_danhmuc:hover svg path {
  fill: #000;
}
.section-product-cat .more-pro-slider .swiper-container .swiper-wrapper {
  align-items: stretch;
}
.section-product-cat .more-pro-slider .swiper-container .swiper-slide {
  height: auto;
}
.section-product-cat .more-pro-slider .swiper-container .swiper-slide {
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 47.99875rem) {
  .section-product-cat .more-pro-slider .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 36.25rem) {
  .section-product-cat .more-pro-slider .swiper-container .swiper-slide {
    width: calc(70% - 0.1875rem);
  }
}
.section-product-cat .more-pro-slider .swiper-container .swiper-slide .product {
  height: 100%;
}
.section_home_desc_product {
  padding-bottom: 80px;
}
.section_home_desc_product .home_desc_product_left {
  text-align: end;
}
@media only screen and (max-width: 47.99875rem) {
  .section_home_desc_product .home_desc_product_left {
    text-align: center;
  }
}
.section_home_desc_product .home_desc_product_left .btn-wrapper {
  justify-content: flex-end;
}
@media only screen and (max-width: 47.99875rem) {
  .section_home_desc_product .home_desc_product_left .btn-wrapper {
    justify-content: center;
  }
}
.section_home_desc_product .home_desc_product_right {
  text-align: left;
}
@media only screen and (max-width: 47.99875rem) {
  .section_home_desc_product .home_desc_product_right .btn-wrapper {
    justify-content: center;
  }
}
.section_home_desc_product .section-title {
  margin-bottom: 26px;
}
.section_home_desc_product .section-title h4 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section_home_desc_product .section-title h4 {
  font-size: clamp(1.125rem, 0.775rem + 0.875vw, 1.5625rem);
  line-height: clamp(1.4625rem, 1.0075rem + 1.1375vw, 2.03125rem);
}
.section_home_desc_product .section-title h4 b {
  font-weight: 300;
  display: inline-block;
}
.section_home_desc_product .home_desc {
  font-size: 15px;
  font-weight: 400;
}
.section_home_desc_product .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.section_home_desc_product .btn-wrapper a {
  text-align: center;
  padding: 11px 13px;
  color: #fff;
  background-color: #000;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #000;
  position: relative;
  border-radius: 60px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 120px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  appearance: none;
}
.section_home_desc_product .btn-wrapper a svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.section_home_desc_product .btn-wrapper a svg path {
  fill: #fff;
}
.section_home_desc_product .btn-wrapper a:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.section_home_desc_product .btn-wrapper a:hover svg path {
  fill: #000000;
}
.section-home-forms {
  padding-bottom: 80px;
}
.section-home-forms .news-letter-content {
  max-width: 60%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-forms .news-letter-content {
    max-width: 100%;
  }
}
.section-home-forms .news-letter-content .newsletter {
  position: relative;
  margin: 20px auto;
  max-width: 570px;
}
.section-home-forms .news-letter-content .newsletter input {
  position: relative;
  border: 1px solid #000;
  display: block;
  width: 100%;
  padding: 18.5px 55px 18.5px 20px;
  background: transparent;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  appearance: none;
  margin: 0;
  border-radius: 50px;
}
.section-home-forms .news-letter-content .newsletter button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border: 0;
  border-radius: 100%;
  margin: 0;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.section-home-forms .news-letter-content .newsletter button svg path {
  fill: #ffffff;
}
.section-home-forms .news-letter-content .newsletter .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
.section-home-forms .section-title {
  margin-bottom: 26px;
}
.section-home-forms .section-title h2 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-home-forms .section-title h2 {
  font-size: clamp(1.5rem, 0.3rem + 3vw, 3rem);
  line-height: clamp(1.95rem, 0.39rem + 3.9vw, 3.9rem);
}
.section-home-forms .section-title h2 b {
  font-weight: 300;
  display: inline-block;
}
.section-home-forms .home_desc {
  font-size: 15px;
  font-weight: 400;
}
.section-home-forms .btn-link_form {
  text-align: center;
  padding: 11px 13px;
  color: #ffffff;
  background-color: #000000;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #000000;
  position: relative;
  border-radius: 60px;
  text-transform: capitalize;
  font-weight: 600;
  min-width: 120px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
  appearance: none;
  margin-top: 20px;
}
.section-home-forms .btn-link_form svg {
  width: 15px;
  margin-left: 8px;
  height: 15px;
}
.section-latest-news {
  padding-bottom: 80px;
}
.section-latest-news .all-section-title {
  margin: 0 auto 30px;
  text-align: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-latest-news .all-section-title {
    max-width: 100%;
  }
}
.section-latest-news .all-section-title .section-title {
  margin-bottom: 26px;
}
.section-latest-news .all-section-title .section-title h3 {
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
.section-latest-news .all-section-title .section-title h3 {
  font-size: clamp(1.25rem, 0.25rem + 2.5vw, 2.5rem);
  line-height: clamp(1.625rem, 0.325rem + 3.25vw, 3.25rem);
}
.section-latest-news .all-section-title .section-title h3 b {
  font-weight: 300;
  display: inline-block;
}
.section-latest-news .all-section-title .home_desc {
  font-size: 15px;
  font-weight: 400;
}
.section-latest-news .post-list .swiper-container .swiper-slide {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-latest-news .post-list .swiper-container .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-latest-news .post-list .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 36.25rem) {
  .section-latest-news .post-list .swiper-container .swiper-slide {
    width: calc(70% - 0.1875rem);
  }
}