.next-slick .h3, .h4 {
  margin: 0 5px;
  background: #4F74B3;
  color: #fff;
  line-height: 150px;
  text-align: center;
}

.demo-item-title {
  font-size: 16px;
  color: #333;
  padding: 8px;
  margin: 20px 0 10px 0;
}

.next-slick .h3, .h4 {
  background: #4F74B3;
  color: #fff;
  line-height: 150px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.next-slick .h4 {
  margin-right: 5px;
  position: relative;
}

.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);
}
