/* CSS cho page home ghi ở đây */

/* scroll animation hidden from start */
.about-content-item,
.steps-desc,
.vision-bottom-card-item,
.doctor-item,
.review-card,
.specialist-scroll-1,
.specialist-scroll-2 {
  opacity: 0;
}

.feature,
.rectangle-vision {
  background-repeat: no-repeat;
  /* background-position: center center;
  background-size: cover; */
}

.feature:first-child {
  background-image: url("/wp-content/themes/medical-theme/assets/images/rectangle-banner-1.png");
}

.feature:last-child {
  background-image: url("/wp-content/themes/medical-theme/assets/images/rectangle-banner-2.png");
}

.rectangle-vision {
  background-image: url("/wp-content/themes/medical-theme/assets/images/rectangle-vision.png");
}
.section-bg {
  background-image: url("/wp-content/themes/medical-theme/assets/images/background_new.png");
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: center;
}

.group:hover .child {
  border: 1px solid #41c0f5;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 315px !important;
  margin: auto 10px;
}
.swiper-wrapper {
  height: auto;
}

.review-card-container {
  width: 388px !important;
}
.review-card-margin {
  margin: auto;
  margin: -2px;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
.swiper-button-next,
.swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
}
.swiper-button-prev {
  left: 30px !important;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/medical-theme/assets/images/arrow-right-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/medical-theme/assets/images/arrow-leftcircle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card-specialist {
  width: 315px !important;
}

@media (max-width: 767px) {
  .rectangle-vision {
    background-image: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
  }
  .card-specialist {
    width: unset !important;
  }
  .review-card-margin {
    margin-right: 0 !important;
  }
  .swiper-slide-specialist {
    width: 390px !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .specialist-absolute {
    position: absolute !important;
  }
}
