.custom_carousel_homePage {
  position: relative;
  padding: 0 0 70px;
}
.custom_carousel_homePage .row {
  margin: 0 50px;
}
.custom_carousel_homePage .row .swiper {
  width: 100%;
  height: 100%;
}
.custom_carousel_homePage .row .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.custom_carousel_homePage .row .swiper-button-next:after {
  font-size: 20px;
}
.custom_carousel_homePage .row .swiper-button-prev:after {
  font-size: 20px;
}
.custom_carousel_homePage .row .next_homepage {
  bottom: 5px;
  top: unset;
  right: 90px;
  left: unset;
  outline: none;
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(76, 15, 251);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: opacity 0.35s ease-in-out 0s;
}
.custom_carousel_homePage .row .prev_homepage {
  bottom: 5px;
  top: unset;
  right: 150px;
  left: unset;
  outline: none;
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(76, 15, 251);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: opacity 0.35s ease-in-out 0s;
}
.custom_carousel_homePage .row .content_swiper {
  padding: 30px;
  border-radius: 25px;
  position: relative;
  text-align: left;
  min-height: 500px;
transition: all 0.5s;
 min-height: 550px;
}
.custom_carousel_homePage .row .content_swiper img {
  border-radius: 25px;
  width: 100%;
}
.custom_carousel_homePage .row .content_swiper h3 a {
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  color: black;
}
.custom_carousel_homePage .row .content_swiper .text-custom-parent-hov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.custom_carousel_homePage .row .latest_posts-desc {
  font-size: 15px;
}
.custom_carousel_homePage .fix_taga {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.doiMauBG {
  background: #f4f4f4 !important;
}

.customFormHome {
  padding: 0 25px !important;
}
.customFormHome .test-test {
  padding-left: 15px;
  padding-right: 15px;
}
.customFormHome .eluid1e3c2138 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.custom_carousel_homePage.latest_posts::after {
  display: none;
}

@media screen and (max-width: 1180px) {
  .custom_carousel_homePage .row .content_swiper h3 a {
    font-size: 20px;
  }
  .custom_carousel_homePage .row .content_swiper {
    min-height: 470px;
  }
  .custom_carousel_homePage .row .next_homepage {
    right: 40px;
  }
  .custom_carousel_homePage .row .prev_homepage {
    right: 100px;
  }
}
@media screen and (max-width: 576px) {
  .custom_carousel_homePage .row .content_swiper h3 a {
    font-size: 22px;
  }
}

.custom_carousel_homePage .row .content_swiper:hover {
  transform: scale(1.05);
}



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