.modal-ytb {
  width: 1400px;
  max-width: 1400px;
}

.banner_kol {
  padding: 0 24px 40px 24px;
}
.banner_kol .item_video {
  padding: 48px;
  grid-template-columns: 400px 1fr;
  grid-gap: 40px;
}
.banner_kol .item_video .title-video {
  font-size: 23px;
}
.banner_kol .item_video .content_banner .content_item p {
  margin-bottom: 0;
}

.img-video .img {
  height: 225px;
}
.img-video button:after {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../../../images/icon/Polygon 3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slick-dots {
  bottom: 0;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  background: #fff;
  width: 48px;
  border-radius: 8px;
}

.slick-arrow {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url("../../../../images/icon/prev.svg") no-repeat center !important;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: translateY(-50%);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover {
  background: url("../../../../images/icon/prev.svg") no-repeat center;
}

.slick-next {
  left: unset !important;
  right: 5px !important;
  background: url("../../../../images/icon/next.svg") no-repeat center !important;
}
.slick-next:hover {
  background: url("../../../../images/icon/next.svg") no-repeat center;
}

.slick-prev {
  left: 5px !important;
}

@media (max-width: 767px) {
  .banner_kol {
    padding: 0;
  }
  .banner_kol .item_video {
    padding: 0;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .banner_kol .item_video .title-video {
    font-size: 23px;
  }
  .banner_kol .item_video .content_banner .content_item p {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=banners_kol.css.map */
