.news-single{
	position: relative;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.news-img{
	position: relative;
	display: block;
	overflow: hidden;
	
}

.news-img img{
	transition-duration: .5s;
}

.news-img-in{
	transform: scale(var(--news-img-zoom));
}

.news-descs{
	padding: 15px;
	background-color: var(--news-single-background);
	line-height: 1.2;
}

.news-desc{
	position: relative;
	display: block;
	height: 100%;
}

.news-title{
	text-transform: uppercase;
	color: #913b0c;
	font-size: var(--news-title-size);
	font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: var(--news-title-mur);
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 3px;
}

.news-short{
	color: var(--news-short-color);
	display: -webkit-box;
    -webkit-line-clamp: var(--news-short-mur);
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 10px;
}

.news-btn a{
	margin-top: 20px;
	display: block;
	padding: 10px 20px;
	background-color: #913b0c;
	color: var(--news-btn-color);
	text-align: center;
}

.news-btn a:hover{
	color: var(--news-btn-color);
	background-color: #71320f;
}

.news-date{
	font-size: 13px;
	font-weight: 500;
	color: #a88135;
}

.news-main .owl-next{
	filter: brightness(var(--news-arrow-color));
	right: -25px;
	background: url(../img/next-main.svg);
}

.news-main .owl-prev{
	filter: brightness(var(--news-arrow-color));
	left: -25px;
	background: url(../img/prev-main.svg);
}

.news-nav a{
	display: block;
	padding: 10px 20px;
	background-color: #913b0c;
	color: #fff;
	text-align: center;
	margin-bottom: 7px;
}

.news-nav a:hover{
	opacity: 0.8;
}

.page-link{
	color: var(--pagination-color);
}

.page-link:hover{
	color: var(--pagination-color);
}
.pagin{
	margin-top: 20px;
}

.news-single-title{
	font-size: var(--news-single-title-size);
	color: var(--news-single-title-color);
	text-align: left;
}

.editor{
	color: var(--news-single-color);
	text-align: var(--news-single-align);
}

.editor img{
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 100%;
}

.editor iframe{
	width: 100%;
	max-width: 960px;
	height: calc((100vw - 20px)/16 * 9);
	max-height: 540px;
	margin-top: 10px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
	.news-main .owl-next{
		position: relative;
		right: 0;
	}

	.news-main .owl-prev{
		position: relative;
		left: 0;
	}
}
