:root{
    --color-primary:#0F674F;
    --color-secondary:rgb(202, 153, 60);
    --border:20px;
    --margin-top:30px;
    --color-white:#fff;
    --background-section:#f9fbfa;
    --box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
    --shodow-all:rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.service-swiper{
  position: relative;
}

/* khoảng cách giữa các card */
.service-swiper .swiper-slide{
  height: auto;
}

/* pagination gọn */
.swiper-pagination{
  bottom: -25px !important;
}

/* nút trái phải */
.service-nav{
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.95);
  box-shadow: var(--shodow-all);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
  border: 1px solid rgba(158, 154, 146, 0.35);
  top:50%;
}


/* ICON */
.service-nav::after{
  font-size: 14px !important;     
  font-weight: 600;
  color: rgba(137, 131, 131, 0.5) ;
}


.service-swiper{
  position: relative;
}

.swiper-button-prev,
.swiper-button-next{
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}


/* hover desktop */
@media (min-width: 992px){
  .service-nav:hover{
    background: var(--color-primary);
    color: #fff;
  }
}
.service-swiper-wrap{
  position: relative;
}

/* Vertical-swiper */
.vertical-swiper{
  height: 600px;      /* bắt buộc */
  overflow: hidden;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100%;
}

.testimonials{
    background: var(--background-section) ;
}
.vertical-swiper .swiper-slide{
  height: auto;
  margin-bottom: 24px;
}

.box-testimonial{
    height: auto;
    padding: 30px 40px;
    border-radius: var(--border);
    box-shadow: var(--shodow-all);
    margin-top: 20px;
}
.raiting{
    margin-left: auto;
    border-radius: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-primary);
}
.testimonial-avatar{
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
}

.avatar img{
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;;
}
.vertical-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}

.slide-post{
  height: 250px;
  padding: 20px;
  width: 100%;
  margin: 5px;
  border-radius: var(--border);
  box-shadow: var(--shodow-all);
  
}

.slide-post img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}