.care-bottom {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: relative;
  /* .swiper-container { } */
}
.care-bottom .care-begin-slides {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.care-bottom .care-begin-slides::-webkit-scrollbar {
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.care-bottom .care-begin-slides:hover::-webkit-scrollbar {
  height: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.care-bottom .care-begin-slides .care-box h6 {
  color: #000000;
}
.care-bottom .care-begin-slides .care-box figure {
  height: 500px;
  margin-bottom: 18px;
  overflow: hidden;
}
@media screen and (max-width: 1599.98px) {
  .care-bottom .care-begin-slides .care-box figure {
    height: 400px;
  }
}
@media screen and (max-width: 1199.98px) {
  .care-bottom .care-begin-slides .care-box figure {
    height: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  .care-bottom .care-begin-slides .care-box figure {
    height: 220px;
  }
}
.care-bottom .care-begin-slides .care-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.care-bottom .care-begin-slides .care-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.care-bottom .swiper-scrollbar {
  background: #D9D9D9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.care-bottom .swiper-scrollbar-drag {
  background: #000000;
}
.care-bottom .swiper-container-horizontal > .swiper-scrollbar {
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  border-bottom: 1px solid #D9D9D9;
  /* &:hover {
      height: 10px;
  } */
}
.care-bottom .swiper-wrapper img {
  width: 100%;
}
.care-bottom .swiper-button-prev, .care-bottom .swiper-button-next {
  display: none;
}
.care-bottom .slide-progress {
  width: 0;
  max-width: 100%;
  height: 2px;
  background: #158825;
}
.care-bottom .progress-wheel {
  margin-top: 60px;
  height: 2px;
  border-bottom: 1px solid rgba(177, 177, 177, 0.4);
}
@media screen and (max-width: 1599.98px) {
  .care-bottom .progress-wheel {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .care-bottom .progress-wheel {
    margin-top: 15px;
  }
}
.care-bottom .swiper-horizontal > .swiper-scrollbar, .care-bottom .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0%;
  width: 100%;
}