.news-list {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.news-list::before, .news-list::after {
	content:"";
	position: absolute;
	z-index: 1;
	top: 0px;
	width: 15px;
	height: 100%;
}
.news-list::before {
	left:0px;
	background: linear-gradient(to right, rgba(249,250,251,1) 0%,rgba(249,250,251,0) 100%)
}
.news-list::after {
	right:0px;
	background: linear-gradient(to right, rgba(249,250,251,0) 0%,rgba(249,250,251,1) 100%);
}
.news-list a.box, .news-list-no-slider a.box {
    text-decoration: none !important;
    margin-bottom: 2px;
}
.news-list a.box .news-title, .news-list-no-slider a.box .news-title {
    color: #2e3038;
}
.news-list a.box:hover .news-title, .news-list-no-slider a.box:hover .news-title {
    color: #114489;
}
.news-list .slide {
    padding-left: 15px;
    padding-right: 15px;
}
.news-list a.slider-controls {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 25px;
    background: #FFF;
    border-radius:999px;
    text-align: center;
    text-decoration: none;
    color: #CCC;
    border: 1px solid #E3E4E8;
    transition: all 300ms ease;
    cursor: pointer;
}
.news-list a.slider-controls:hover {
    color: #165AB7;
    border: 1px solid #165AB7;
}
.news-list a.slider-controls:before {
    font-family: 'icons', sans-serif;
	font-weight: normal;
}
.news-list a.slider-controls.next {
    right: -5px;
}
.news-list a.slider-controls.prev {
    left: -5px;
}
.news-list a.slider-controls.next:before {
    content: '\f109';
    margin-left: 0.1em;
}
.news-list a.slider-controls.prev:before {
    content: '\f12f';
}
@media (min-width: 768px) {
    .news-list a.slider-controls {
        margin-top: -34px;
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 20px;
    }
    .news-list a.slider-controls.next {
        right: -19px;
    }
    .news-list a.slider-controls.prev {
        left: -19px;
    }
}
.news-list .box.video, .news-list-no-slider .box.video {
    color: #FFF !important;
    padding: 0px;
    position: relative;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-list .box.video .news-title, .news-list-no-slider .box.video .news-title {
    position: absolute;
    left:0px;
    top: 0px;
    width: 100%;
	background: linear-gradient(180deg, rgba(46,48,56,0.5) 0%, rgba(46,48,56,0) 100%);
    padding: 30px;
    transition: all 0.3s ease;
    color: #FFF;
    border-radius: 1.3em;
}
@media (min-width: 768px) {
    .news-list .box.video .news-title, .news-list-no-slider .box.video .news-title {
        padding: 34px;
    }
}
.news-list .box.video .icon, .news-list-no-slider .box.video .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	transition: all 0.3s ease;
}
.news-list .box.video:hover .news-title, .news-list-no-slider .box.video:hover .news-title {
	color: #FFF;
	opacity: 0;
}
.news-list .box.video:hover .icon, .news-list-no-slider .box.video:hover .icon {
	transform: scale(1.2);
}
.news-list .box.video .icon svg, .news-list-no-slider .box.video .icon svg {
    width: 100%;
}
.news-list .box.video .icon svg path, .news-list-no-slider .box.video .icon svg path {
    transition: all 0.3s ease;
    fill: #FFF;
}
.news-list .box.video:hover .icon svg path, .news-list-no-slider .box.video:hover .icon svg path {
    fill: #165AB7;
}
.news-list .box.video .icon.hover, .news-list-no-slider .box.video .icon.hover {
    opacity: 0;
}
.news-list .box.video:hover .icon, .news-list-no-slider .box.video:hover .icon {
    opacity: 0 !important;
}
.news-list .box.video:hover .icon.hover, .news-list-no-slider .box.video:hover .icon.hover {
    opacity: 1 !important;
}

.news-list-no-slider .preview-img, .news-list .preview-img {
    border-radius: 0.7em;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-list-no-slider .preview-img img, .news-list .preview-img img {
    width: 100% !important;
    border-radius: 0.7em;
}