/**/
.cs-lastest-post{
	margin:20px 0 40px;
}
/*.cs-lastest-post-content{
	overflow:hidden;
}*/
.cs-lastest-post-content .cs-item{
	position:relative;
	overflow:hidden;
}
.cs-lastest-post-content .cs-item:before{
	position:absolute;
	content:"";
	border:1px solid #f2f2f2;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	z-index:0;
}
/* @media (min-width: 992px) and (max-width: 1200px) {
	.cs-bloglastest-img{
		max-width:50%;
	}
}*/
@media (max-width: 991px){
	html .cs-bloglastest-img{
		width:100%;
		/*margin:0 0 20px*/
	}
	html .cs-bloglastest-img img{
		width:100%;
	}
} 
.cs-lastest-post-content .owl-item{
	position:relative;
	z-index:0;
}
.cs-lastest-post-content .owl-item.active{
	-webkit-backface-visibility: initial;
	z-index:100;
}
.cs-bloglastest-img{
	width:auto;
	float:left;
	position:relative;
	z-index:20;
}
.cs-bloglastest-right-content{
	padding:0 30px 20px 0;
	position:relative;
	z-index:10;
}
.cs-lastest-post-content h3{
	font-size:14px;
	font-weight:800;
	margin-bottom:0.5em;
}
.cs-new-content{
	position:relative;
	left:30px;
	top:20px;
	padding:0 30px 20px 0;
}
.cs-lastest-post-content h3 a{
	font-weight:800;
	color:#333;
}
.cs-lastest-post-content h3 a:hover{
	color:#bfaab7;
}
.cs-lastest-post-content .date_add,
.cs-lastest-post-content .author,
.cs-lastest-post-content .comment-count{
	display:inline-block;
	color:#bfaab7;
	font-size:11px;
	position:relative;
}
.cs-lastest-post-content .date_add {
	margin-right:5px;
}
@media (min-width: 992px) {
	.cs-lastest-post-content .date_add:after{
		content:"|";
		margin-left:10px;
		display:inline-block;
	}
}
.cs-lastest-post-content .author{
	display:none;
}
.lastest-post-button{
	text-align:center;
	margin:15px 0 10px;
}
.lastest-post-button a.bt-view-more-post{
	display:inline-block;
}