.swiper-slide-active {
  width: 100%;
  height: 100%;
  background: #ff6600;
  color: #fff;
}

.swiper-containerplant .swiper-slide {
  position: relative;
  /* margin: 0 60px 0 0; */
  padding: 10px;
  box-sizing: border-box;
}

.swiper-containerplant .swiper-slide img {
  display: block;
  /* margin: 0 auto; */
  width: 80%;
}

.swiper-containerplant .swiper-slide-active img {
  width: 100%;
  height: 100%;
}

.bannerplant {
  padding: 0 0 300px 0;
}

/* .swiper-containerplant .swiper-wrapper {
  left: -15%;
} */

.swiper-pagination {
  bottom: 20% !important;
  left: 10%;
}

.swiper-pagination-bullet-active {
  background: #00648E !important;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #00648E !important;
}

.bannerplant {
  position: relative;
}

.pobgp {
  position: absolute;
  bottom: 13%;
  right: 3%;
  width: 70%;
}

.time_box {
  position: absolute;
  top: 0;
  right: 20%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 20%;
  background-color: rgba(255, 255, 255, 0.6);
}

.time_box h4 {
  color: #00648E;
}

.time_box h5 {
  color: #000;
}

.swiper-containerplant .swiper-slide-active .time_box {
  right: 0;
  transition: 0.6s;
}

.swiper-containerplant .swiper-slide-active {
  margin: 0 60px 0 0;
}

.bannerplant .swiper-button-prev .fa,
.bannerplant .swiper-button-next .fa {
  font-size: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 25% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15% !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

@media screen and (max-width: 1680px) {
  /* .swiper-pagination {
    bottom: 30% !important;
  } */
}

@media screen and (max-width: 1600px) {
  .five_unit {
    padding: 60px 0 100px 0;
  }
}

@media screen and (max-width: 1440px) {
  .five_unit {
    padding: 60px 0 80px 0;
  }
}

@media screen and (max-width: 1366px) {
  .five_unit {
    padding: 60px 0 60px 0;
  }

  .time_box h4 {
    font-size: 22px;
  }

  .time_box h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
  .pobgp {
    bottom: 30%;
  }

  .swiper-pagination {
    bottom: 35% !important;
  }

  .bannerplant {
    padding: 0 0 200px 0;
  }

  .bannerplant .swiper-button-prev .fa,
  .bannerplant .swiper-button-next .fa {
    font-size: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 22% !important;
  }
}

@media screen and (max-width: 768px) {
  .five_unit {
    padding: 30px 0 30px 0;
  }

  .pobgp {
    bottom: 20%;
  }

  .swiper-pagination {
    bottom: 25% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

    .swiper-pagination {
    display: none !important;
    }

  .time_box h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .bannerplant {
    padding: 0 0 100px 0;
  }
}

@media screen and (max-width: 640px) {
  .time_box {
    width: 35%;
  }
}

@media screen and (max-width: 375px) {}