.upm_video {
    background: url(../img/bg_upm_video.png) no-repeat #115e9c;
    min-height: 442px;
    width: 100%;
    padding: 76px 0;
    background-size: cover;
}
.upm_video .title {
  color:white;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.upm_video .title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #ffffff;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -10px;
}
.upm_video .separator { background:url('../img/player.png') no-repeat; margin:0 auto; width:59px; height:59px; }
.upm_video .marginApp { margin-top: 50px; text-align:center; }

.upm_video a:before {
			content: " ";
			width:37px;
			height:37px;
			position: absolute;
			    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
			background:url("../img/play_app.png") no-repeat;
	}

.link-to-video{
	display: block;
	margin-bottom: 30px;

}
.wrp-video{
  height: 300px;
  overflow: hidden;
}
.wrp-video .item:before,
.wrp-video .item:after{
  content: "";
  clear:both;
  display: block;
}
.wrp-video .item{
  margin-bottom: 10px;
}
.wrp-video .item img{
  width: 100px;
  height: auto;
  float: left;
  padding-right: 10px;
}
.wrp-video .item p{
  font-size: 12px;
  text-align: left;
  color: white;
}
.al-itm{
  position: relative;
}
.clas-slick-slide{
  margin-top: 10px;
}
.clas-slick-slide img{
  cursor: pointer;
  opacity: .5;
}
.clas-slick-slide img:hover{
  opacity: 1;
}
