.newstitle .owl-wrapper-outer{
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.news-div .image,.news-div .image img{
	text-align: center;
    margin: 0 auto;
}
.newstitle.owl-carousel .owl-item .product-layout{
	padding:0 5px;
}
.newstitle.owl-carousel{
	margin:0 -5px 20px;
}
.news-div{
	border:1px solid #ddd;
}
.detail-name a{
	color:#000; 
}
.news .name{
	font-size:14px;
	color:#000; 
	font-weight:bold;
	margin-bottom:5px;
}
.news .description{
	word-wrap:break-word;
	text-align:left;
}
.news .product-layout{
	margin-bottom:10px;
}
.site-wrapper .news .product-layout{
	padding:0px;
	margin:0px;
}
.news .caption .description-news p {
    margin-bottom: 10px;
}
.news .caption,.newss .caption{
	min-height:130px;
	padding:10px;
}
#news .owl-wrapper-outer{
	border:none;
	box-shadow:none;
}
.news h3{
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:20px 0;
}

.newss .product-thumb, .news .news-div {
	overflow: hidden;
}
.newss .product-thumb .caption .desc, .news .news-div .caption .description-news {
    height: 60px;
    overflow: hidden;
} 
.newss .product-thumb .caption, .news .news-div .caption {
	min-height: 130px;
}
.newss .product-thumb .caption .readmorebtn, .news .news-div .caption .readmorebtn {
    display: inline-block;
    font-weight: 600;
	margin: 5px 0 0;
}

.site-wrapper .newss .product-thumb .caption, .site-wrapper .news .news-div .caption {
    min-height: 190px;
}
.site-wrapper .newss .product-thumb .caption .desc, .site-wrapper .news .news-div .caption .description-news {
    height: 75px;
} 

#column-left .row-cols-xl-4 > *,#column-right .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 100%;
}
#column-left .newstitle .owl-wrapper-outer,#column-right .newstitle .owl-wrapper-outer{
	padding:0px;
}
#column-left .newstitle.owl-carousel,#column-right .newstitle.owl-carousel{
	margin:0px;
}
#column-left .newstitle.owl-carousel .owl-item .product-layout,#column-right .newstitle.owl-carousel .owl-item .product-layout {
    padding: 0;
}
@media(max-width:768px){
	.owl-carousel .owl-buttons div {
		opacity: 1;
	}
	.newss .row > .product-layout,.newstitle.row > .product-layout{
		width:50%;
	}
	.news .caption, .newss .caption{
		min-height:160px;
	}
	.newss .product-layout:nth-child(2n+1){
		clear:left;
	}
}