.our-service-gallery-slider {
  margin-top: 20px;
}

.swiper-container {
width: 100%;
height: auto;
max-width: 100%;
overflow: hidden;
}

.swiper-slide {
  position: relative;
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
 /* กำหนดขนาดของ slide สำหรับมือถือ */
  height: 120px;

}

.swiper-slide a{
   display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination {
margin-top: 10px;
}
/* ปรับแต่งปุ่ม navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

/* Media query สำหรับแท็บเล็ต */
@media (min-width: 768px) {
  .swiper-slide {
      height: 15vh;  /* กำหนดความสูงเป็น 30% ของ viewport */
  }
}

/* Media query สำหรับแท็บเล็ต */
@media (min-width: 1366px) {
  .swiper-slide {
      height: 25vh;  /* กำหนดความสูงเป็น 30% ของ viewport */
  }
}