input::placeholder {
    font-size: 1em;
    color: #013761;
    content: "Nhập từ khóa" !important;
  }
.underline-primary {
  text-decoration-color: #03A9F4;
}

.swiper {
  width: 100%;
  height: 521px;
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .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;
}
@media (max-width: 768px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-button-prev {
    transform: translateX(-20px);
  }
}
@media (max-width: 576px) {
  .swiper-button-next {
    right: 5px !important;
  }
  .swiper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}