.exhibitor-slider .owl-carousel .owl-item img {
    width: auto; 
    height: 200px; 
    object-fit: cover; 
  }
  .exhibitor-slider {
    width: 100%;
    overflow-x: auto; /* Cho phép cuộn ngang */
    white-space: nowrap; /* Ngăn các mục xuống dòng */
  }
  
  .exhibitor-slider li {
    display: inline-block;
    width: 25%; /* Điều chỉnh độ rộng cho 4 cột */
    vertical-align: top; 
    padding: 10px;
    box-sizing: border-box; 
  }
  /*  */
  