

/*carusel ---->  baner */

/*




.about__banner {
  position: relative;
  margin: 0 -30px;
  margin-bottom: 30px;
  text-align: center;
}
.about__banner img {
  max-width: 100%;
}
.about__banner-btn {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 30px;
}




.hero-banner {
  position: relative;
  top: -45px;
  margin-bottom: 45px;
}
.hero-banner__element img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.hero-banner__element > div {
  margin-bottom: 0;
}
.hero-banner .slick-dots {
  position: relative;
  top: -40px;
  display: block;
}
.hero-banner .slick-dots li.slick-active button {
  background-color: #52ae30;
}
.hero-banner .banner {
  top: 0;
}
@media (max-width: 991px) {
  .slider__element {
    margin: 0 10px;
  }
  .hero-banner {
    margin-bottom: 60px;
  }
  .hero-banner .slick-dots {
    top: 35px;
  }
  .hero-banner .slick-dots li {
    margin-bottom: 0;
  }
}
.banner {
  position: relative;
  top: -45px;
  display: block;
  width: 100%;
  max-width: 1440px;
  height: 500px;
  margin: 0 auto;
  margin-bottom: 90px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner__title {
  position: absolute;
  top: 50%;
  left: 10%;
  max-width: 652px;
  transform: translateY(-50%);
}
.banner__heading {
  font-size: 42px;
  line-height: 46px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 652px;
  padding: 10px 20px 15px 20px;
  color: #fff;
  background-color: #52ae30;
}
.banner__heading h1,
.banner__heading h2,
.banner__heading h3 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
}
.banner__description {
  font-size: 24px;
  position: relative;
  z-index: 0;
  top: -20px;
  left: 20px;
  width: 100%;
  margin-bottom: 63px;
  padding: 32px 20px 14px 20px;
  color: #fff;
  background-color: #6fb4d8;
}
.banner__btn {
  position: absolute;
  top: 100%;
  left: -20px;
  padding-top: 30px;
}
.banner__btn .btn {
  min-width: 165px;
  margin-right: 30px;
}
.banner__tag-wrapper {
  position: absolute;
  bottom: 15px;
  left: 10%;
}
.banner__image {
  position: absolute;
  top: 50%;
  right: 5%;
  max-width: 460px;
  max-height: 460px;
  transform: translateY(-50%);
}
.banner--detail {
  height: 500px;
  margin-bottom: 15px;
}
.banner--detail .banner__bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 70px;
  margin-top: -70px;
  padding-left: 10%;
}
.banner--detail .banner__bottom-tag {
  margin-bottom: 20px;
}
.banner--detail .banner__bottom-tag-element {
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.banner--detail .banner__bottom-tag-element img {
  display: inline-block;
  width: 30px;
  margin-right: 11px;
  vertical-align: middle;
}
.banner--detail .banner__bottom-tag-name {
  display: inline-block;
  vertical-align: middle;
}
.banner .banner__bottom-tag--solo .banner__bottom-tag-name {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #52ae30;
}
@media (max-width: 991px) {
  .banner {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .banner__heading {
    font-size: 30px;
    line-height: 34px;
    width: calc(100% - 20px);
    max-width: 100%;
  }
  .banner__description {
    font-size: 18px;
    line-height: 24px;
    width: calc(100% - 20px);
  }
  .banner__title {
    right: 20px;
    left: inherit;
  }
  .banner__btn {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100% none;
    padding-top: 30px;
    padding-right: 20px;
  }
  .banner__btn .btn {
    width: 100%;
  }
  .banner {
    height: auto;
    padding-top: 170px;
    padding-bottom: 20px;
    background-color: transparent;
    background-position: top right;
    background-size: 150%;
  }
  .banner__title {
    position: relative;
    right: 0;
    max-width: auto;
    transform: none;
  }
  .banner--detail .banner__image {
    top: 20px;
    right: inherit;
    left: 50%;
    max-width: 210px;
    transform: translate(-50%, 0);
  }
  .banner--detail .banner__bottom {
    margin-top: 10px;
    padding-left: 20px;
  }
}







*/