.index-list-blog__img {
  max-width: 100%;
  height: auto;
}

.video_item {
  display: block;
}

.index-list-blog .slick-slide {
  width: 300px;
}

.index-list-blog .slick-prev {
  display: none !important;
}

.index-list-blog .slick-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 40px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.15)),
    to(rgba(203, 59, 38, 0.75))
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(203, 59, 38, 0.75));
}

.index-list-blog .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  opacity: 0.75;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671'/%3E%3C/svg%3E");
}

.index-list-blog .slick-next:hover,
.index-list-blog .slick-next:focus {
  background: rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.15)),
    to(rgba(203, 59, 38, 0.75))
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(203, 59, 38, 0.75));
}

@media (max-width: 812px) {
  .indexPopularInformation .index-list-blog {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .indexPopularInformation .indexPopularInformationItems .indexPopularInformationItem {
    flex-direction: column;
  }
  .indexPopularInformation .index-list-blog,
  body .indexPopularInformation
    .indexPopularInformationItems
    .indexPopularInformationItem
    .indexPopularInformationItemBlock {
    width: 100%;
  }

  .index-list-blog .slick-slide {
    margin-right: 2px;
  }
}
