.article-slider .next-slick {
  height: 100%;
}

.article-slider img {
  width: 100%;
  height: calc(100% - 50px);
  padding: 0 10px;
}

.article-slider .slider-tittle {
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-slider .dots-cust {
  color: #fff;
}

.article-slider .dots-cust a {
  dispaly: block;
  background: rgba(200, 200, 200, 0.4);
  padding: 0 4px;
}

.article-slider .dots-cust .active a {
  color: #46bc02;
}
