/****** slider bottom start *****/

.ws-bg{
	background-color: #efefef;
	padding: 0 15px 20px 15px;
}

.wrap-slider{
	position: relative;
}

.slder-fr2{
	margin: 0 50px;
}

.section-topic.b-line2 {
    padding: 0;
    margin: 0 50px;
}

.content-slider > li .img{
	border-right: 1px solid #999;
	padding: 0 20px 0 10px;
	position: relative;
}

.content-slider > li .img.s2{
    border-right: 0;
    width: 100%;
}


.content-slider > li .img .tag{
	position: absolute;
	bottom: 5px;
	width: 80px;
	background-color: #003926;
	opacity: .8;
	color: #fff;
	font-size: .8rem;
	line-height: 2.5;
}

.content-slider > li .img .tag2{
    position: absolute;
    right: 29px;
    bottom: 6px;
    width: 80px;
    background-color: #ffffff57;
    /* opacity: 1; */
    color: #fff;
    font-size: .8rem;
    line-height: 2.5;
}


.lightslider-box {
	position: relative;
    padding: 0 50px;
}

.wrap-slider .nextp{
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
}

.nextp .arrow-left{
    float: left;
    cursor: pointer;
}

.nextp .arrow-right{
    float: right;
    cursor: pointer;
}

.nextp .arrow-left img{
    width: 15px;
}

.nextp .arrow-right img{
    width: 15px;
}

.nextp .arrow-left:hover img{
    transition: all 0.4s;
    opacity: .5;
}

.nextp .arrow-right:hover img{
	transition: all 0.4s;
    opacity: .5;
}

/****** slider bottom end *****/

@media (max-width: 1200px) {

    .content-slider > li .img .tag2 {
        right: 24px;
    }

    .content-slider li .img img {
        width: 100%;
    }

    .content-slider > li .img {
        border-right: 1px solid #999;
        padding: 0 20px 0 20px;
    }

}

@media (max-width: 576px) {

    .slder-fr2 {
        margin: 0 20px;
    } 

    .arrow-right-cover-news {
        right: 20px;
        top: 0;
        width: 12px;
        height: 100%;
        background-color: #efefef;
        z-index: 6;
    }

	.ws-bg {
		background-color: #efefef;
		padding: 0 15px 20px 15px;
	}
}



