.logo-head{
    width: 550px !important;
}
.mySwiper{
    margin-top: 0px;
  }
  .swiper-pagination-bullet{
    background-color: #ffffff7c !important;
  }
  .swiper-pagination-bullet-active{
    background-color: #fff !important;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 60%) !important;
   
     margin-top: calc(0px - (var(--swiper-navigation-size) / 2)) !important; 
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-left: 40px !important;
    padding-right: 40px !important;

    color: #ffffff !important;
}
.card-pdf {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 300px;
}
.card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
 /* Responsive (optional) */
 @media (max-width: 425px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }
 
}
@media (max-width: 575px) {
  .card-pdf{
    width: 100%;
  }
}
.pdf-icon img {
  width: 60px;
}

.filename {
  flex-grow: 1;
  font-weight: bold;
  color: #333;
  word-break: break-all;
  margin-bottom: 10px;
}

.view-btn {
  background-color: #003a7e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.view-btn:hover {
  background-color: rgb(0, 64, 107);
}
#home-zone-10 {
  padding-top: 100px;
}
#home-zone-11 {
  padding-top: 100px;
}
@media only screen and (max-width: 600px) {
.logo-head{
    width: 100% !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px !important;
    margin-top: 20px;
}
.swiper-button-next, .swiper-button-prev{
    padding-left: 20px !important;
    padding-right: 20px !important;
}


}
@media only screen and (max-width: 767px) {
    .mySwiper{
        margin-top: 20px;
      }
}
.slider {
    position: relative;
    width: 100%; /* กำหนดความกว้างตามต้องการ */
    max-width: 600px;
    overflow: hidden;
  }
  
  .slider a {
    display: block;
    width: 100%;
  }
  
  .slider img {
    width: 100%;
    height: auto;
    display: block;
  }

  [lang="th"] .sidebar-item[data-to="7"]::after {
    content: "LIVE";
    background-color: rgb(208, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-left: 5px;
    padding: 1px 10px;
    border-radius: 20px;
}
 