/* VIDEO BIG IMAGE */
.custom-video-big {
	max-width: 1030px;
	margin:0 auto;
	position: relative;
}

.custom-video-big::after {
	content: "";
	position: absolute;
	right: -84px;
	top: 0;
	height: calc(100% + 40px);
	width: 5px;
	background: #0db7e1;
}

.custom-video-big .big-img {
	max-width: 769px;
	height: 431px;
	background: no-repeat center #333;
	background-size: cover;
	margin: 0 auto 24px auto;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: opacity 0.8s ease;
}

.custom-video-big .big-img .video-play {
    width: 139px;
    height: 139px;
    background: rgba(255,255,255,.5);
    display: block;
    border-radius: 50%;
    margin: auto;
    position: relative;
}

.custom-video-big .big-img .video-play:hover {
	background: rgba(255,255,255,.8);
}

.custom-video-big .big-img .video-play::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 35.5px solid transparent;
	border-bottom: 35.5px solid transparent;
	border-left: 58px solid rgba(255,255,255,.8);
	position: absolute;
	left: 50px;
	top: 34px;
	margin-left: 0;
}

.custom-video-big .big-img.active {
	opacity: 1;
	visibility: visible;
	display: flex;
	position: relative;
	z-index: 20;
}

.custom-video-list-wrap {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.custom-video-list-wrap::before {
	content:"";
	position: absolute;
	left: -80px;
	top: 50%;
	display: block;
	height: 5px;
	background: #0db7e1;
	margin-top: -1.5px;
	width: 80px;
	z-index: 10;
}

.custom-video-list-wrap::after {
	content:"";
	position: absolute;
	right: -80px;
	top: 50%;
	display: block;
	height: 5px;
	background: #0db7e1;
	margin-top: -1.5px;
	width: 80px;
	z-index: 10;
}

.custom-video-list {
	padding:0 15px;
}

.custom-video-list .img {
	height: 96px;
	background: no-repeat center #333;
	background-size: cover;
	position: relative;
	cursor: pointer;
}

.custom-video-list .img::after {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 183, 225, .7);
	transition: all 0.3s ease;
}

.custom-video-list .img:hover::after,
.custom-video-list .img.active::after {
	background: rgba(13, 183, 225, .4);
}

.custom-video-list-wrap .slick-arrow {
	width: 64px !important;
	height: 64px !important;
	background: no-repeat center !important;
	z-index: 20;
}

.custom-video-list-wrap .slick-arrow.slick-prev {
	background-image: url('/wp-content/uploads/2019/04/video-slider-left-arrow.png') !important;
	left: -144px;
}

.custom-video-list-wrap .slick-arrow.slick-next {
	background-image: url('/wp-content/uploads/2019/04/video-slider-right-arrow.png') !important;
	right: -144px;
}

.custom-video-list-wrap .slick-arrow::before {
	display: none !important;
}

.custom-video-list-wrap .slick-arrow:hover {
	opacity: .8;
}

.custom-video-list .img::before {
	content:"";
	position: absolute;
	right: -30px;
	top: 50%;
	display: block;
	height: 5px;
	background: #0db7e1;
	margin-top: -2.5px;
	width: 30px;
	z-index: 10;
}

.custom-video-slider-wrap {
	max-width: 863px;
	margin: 0 auto;
	position: relative;
}

.custom-video-slider-wrap::after {
	content: "";
	width: 5px;
	background: #0db7e1;
	height: 210px;
	position: absolute;
	left: -80px;
	bottom: -190px;
	z-index: 20;
}