.gradient_sliderHome {
  position: relative;
  width: 100%;
}

.gradient_sliderHome::after {
  content: '';
  width: 100%;
  height: 100%;
  /* background-color: #000; */
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 77%, rgb(0 0 0) 83%);
}


.gradient_slider {
    position: relative;
    width: 100%;
}

.gradient_slider::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

/* SWIPER */
.swiper {
    width: 100%;
    height: auto;
  }
  
  .mainBanner.swiper {
    width: 100%;
    height: 100vh;
  }
  
  .swiper-slide.MainBanner {
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
  }
  
  .swiper-slide.MainBanner img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  
  .swiper-slide .CategoryProduct {
    text-align: center;
    font-size: 18px;
    background: #fff;
    align-items: center;
  }
  
  .swiper-slide .CategoryProduct img {
    width: auto;
    height: auto;
  }
  
  .swiper-button-next.MainBanner {
    background-color: var(--main-color);
    padding: 22px;
    border-radius: 100%;
    color: var(--text-white-color);
    top: unset;
    bottom: 30px;
    right: 50px;
  }
  
  .swiper-button-prev.MainBanner {
    background-color: var(--main-color);
    padding: 22px;
    border-radius: 100%;
    color: var(--text-white-color);
    top: unset;
    bottom: 30px;
    left: auto;
    right: 100px;
  }

  .swiper-button-next.MainBanner:hover, .swiper-button-prev.MainBanner:hover {
    background-color: #00642b;
  }
  
  .swiper-button-next.MainBanner:after {
    font-size: 20px;
    margin-left: 4px;
  }
  
  .swiper-button-next.categoryProduct {
    background-color: #000;
    padding: 22px;
    color: var(--text-white-color);
    top: 130px;
    z-index: 0;
    right: 80px;
    left: auto;
    opacity: 0.7;
  }
  
  .swiper-button-prev.categoryProduct {
    background-color: #000;
    padding: 22px;
    color: var(--text-white-color);
    top: 130px;
    z-index: 0;
    left: auto;
    right: 130px;
    opacity: 0.7;
  }

  .swiper-button-next.categoryProduct:hover, .swiper-button-prev.categoryProduct:hover {
    background-color: #000;
    opacity: 1;
  }
  
  .swiper-button-next.blog,
  .swiper-button-prev.blog {
    background-color: #000;
    padding: 22px;
    color: var(--text-white-color);
    top: 120px;
    z-index: 1;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.7;
  }

  .swiper-button-next.blog:hover,
  .swiper-button-prev.blog:hover {
    background-color: #000;
    opacity: 1;
  }
  
  .swiper-button-next.blog:after {
    font-size: 20px;
    margin-left: 4px;
  }

  .swiper-button-next.Solution,
  .swiper-button-prev.Solution {
    background-color: #000;
    padding: 22px;
    color: var(--text-white-color);
    top: 250px;
    z-index: 1;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.7;
  }

  .swiper-button-next.Solution:hover,
  .swiper-button-prev.Solution:hover {
    background-color: #000;
    opacity: 1;
  }
  
  .swiper-button-next.Solution:after {
    font-size: 20px;
    margin-left: 4px;
  }

  .swiper-button-next.mainProduct,
  .swiper-button-prev.mainProduct {
    background-color: #000;
    padding: 22px;
    color: var(--text-white-color);
    top: 65%;
    z-index: 1;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.7;
  }

  .swiper-button-next.mainProduct:hover,
  .swiper-button-prev.mainProduct:hover {
    background-color: #000;
    opacity: 1;
  }
  
  .swiper-button-next.categoryProduct:after {
    font-size: 20px;
    margin-left: 4px;
  }
  
  .swiper-button-next.mainProduct:after {
    font-size: 20px;
    margin-left: 4px;
  }
  
  .swiper-button-prev.MainBanner:after {
    font-size: 20px;
  }
  
  .swiper-button-prev.mainProduct:after {
    font-size: 20px;
  }
  
  .swiper-button-prev.categoryProduct:after {
    font-size: 20px;
  }
  
  .swiper-button-prev.blog:after {
    font-size: 20px;
  }

  .swiper-button-prev.Solution:after {
    font-size: 20px;
  }
  
  .swiper-pagination-bullet-active {
    opacity: 100%;
    background: var(--text-white-color) !important;
    border: 1px solid var(--text-white-color) !important;
  }
  
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid white;
    opacity: 100% !important;
  }
  
  .swiper .swiper-wrapper .MainBanner .title {
    position: absolute;
    z-index: 1;
    color: white;
    text-align: left;
    width: 700px;
    left: 50px;
    top: unset;
    bottom: 50px;
    right: auto;
  }
  
  .swiper .swiper-wrapper .MainBanner .title h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
  }
  
  .swiper .swiper-wrapper .MainBanner .title h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: -5px;
  }
  
  .swiper .swiper-wrapper .MainBanner .title p {
    font-size: 20px;
    margin-bottom: -5px;
  }
  
  .swiper .swiper-wrapper .TitleProduct {
    color: var(--text-white-color);
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    padding: 5px;
  }

  .swiper-slide.mainProduct:hover .overlay {
    opacity: 1;
  }

  .swiper .swiper-wrapper .TitleBlog {
    padding: 10px 15px;
    color: white;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: unset;
    bottom: 0px;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, #000000 100%);
    border-radius: 0px 0px 20px 20px;
    line-height: 17px;
    font-weight: 700;
  }


  .swiper .swiper-wrapper .TitleSolution {
    padding: 20px 15px;
    color: white;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: unset;
    bottom: 0px;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, #00923F 100%);
    border-radius: 0px 0px 20px 20px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
  }

  .swiper .swiper-wrapper .TitleSolution p {
    font-size: 25px;
    margin-bottom: 0px;
  }
  
  .swiper .swiper-wrapper .Title_MainCategories {
    padding: 15px 30px;
    color: white;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: unset;
    bottom: 0px;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0, #000000 100%);
    line-height: 17px;
    font-weight: 700;
  }
  
  .swiper .swiper-wrapper .Title_MainCategories p {
    font-size: 25px;
    line-height: 25px;
  }