.slider-row {
  margin: 0 auto;
  position: relative;
}

.slider-row .prev {
  display: block;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: 38%;
  left: -12px;
  font-size: 1.5em;
}

.slider-row .next {
  display: block;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: 38%;
  right: -12px;
  font-size: 1.5em;
}

/* Thư viện hình ảnh */
#image-slide {
  width: 90%;
  margin: 1rem auto;
}

#image-slide .slider-wrap {
  width: 100%;
}

#image-slide .slide-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}

#image-slide .slide-image img {
  /* width: 270px !important; */
  object-fit: cover;
  height: 100%;
  border-radius: 12px;
  position: relative;
  display: block;
}

/* Hỗ trợ */
#support {
  margin: 1rem auto;
  width: 90%;
}

/* #support .wrap-card-new img {
 height: 114px;
} */

.wrap-card-new {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  /* max width làm slick bị lỗi */
  /* max-width: 350px;  */
  border-radius: 8px;
  transition: background-color 0.15s, color 0.15s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  color: #0C2340;
}
.wrap-card-new img {
  /* height: 160px; */
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
  margin: 0 auto;
  background-color: #fff;
}

.wrap-card-new:hover {
  background-color: #F2FBFD;
  color: #333;
}


/* Tin tức */
#news {
  margin: 1rem auto;
  width: 90%;
}

#news img {
  height: 160px;
  width: auto;
  border-radius: 8px;
  margin: 0 auto;
}

/* Đồng hành truyền thông */
.promo__block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.promo__block img {
  width: 180px;
  border-radius: 8px;
}
.bg-green-11{
  background: #25974a;
}
.bg-green-11:hover{
  background: #25974a;
}
.bg-green-11:focus{
  background: #25974a;
}
.bg-blue-11{
  background: rgb(0, 114, 188);
}
.bg-blue-11:hover{  
  background: rgb(51, 147, 208);
}
.bg-blue-11:focus{
  background: rgb(51, 147, 208);
}

@media screen and (min-width: 480px){
  .slider-row .next {
    right: -20px;
  }

  .slider-row .prev {
    left: -20px;
  }
}

@media screen and (min-width: 768px){
  .slider-row .next {
    right: -24px;
  }

  .slider-row .prev {
    left: -24px;
  }
}