.article-slider{
  .next-slick{height: 100%;}
  img{
    width: 100%;
    height: calc(100% - 50px);
    padding: 0 10px;
  }
  .slider-tittle{
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .dots-cust {
    color: #fff;
  }
  .dots-cust a{
    dispaly: block;
    background: rgba(200,200,200,.4);
    padding: 0 4px;
  }
  .dots-cust .active a{
    color: rgb(70, 188, 2);
  }
}
