.title.default span:before {
	border-left: 15px solid #4E5256;
}
.title:before {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	width: 100%;
}
.title.default:before {
    border-top: 1px solid #4E5256;
}
.default span {
    background: #4E5256;
}
.title span:before {
	width: 0px;
	height: 0px;
	border-bottom: 17.999px solid transparent;
	border-top: 16px solid transparent;
	content: "";
	position: absolute;
	right: -15px;
	top: 0px;
}
.title span {
	padding: 9px 9px 7px;
	display: inline-block;
	color: #fff;
	position: relative;
}
.title {
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.list-item-car .blog-thumb {
	position: relative;
	overflow: hidden;
	z-index: 25;
	display: block;
}

.list-item-car .blog-thumb img {
	overflow:hidden;
}
.list-item-car span.blog-thumb img {
	-lh-property: 0;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	/*height: 150px;*/
	max-width: none;
	-webkit-transform: translate3d(-30px, 0, 0);
	-moz-transform: translate3d(-30px, 0, 0);
	-o-transform: translate3d(-30px, 0, 0);
	-ms-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}
.list-item-car a.post-title:hover .blog-thumb img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.list-item-car span.blog-thumb .hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 26
}
.list-item-car a.post-title:hover .hover {
	visibility: visible;
	zoom: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100)
}
.item-car span.price {
	font-size: 13px;
	color: #FF2626;
	display: block;
	font-weight: bold;
	margin: 0 10px;
	font-family: Arial;
}
.item-car span.price p.red {
	color: #F00;
}
.item-car span.price p.gray {
	color: #FF2626;
}
.item-car p {
	margin: 2px 0;
	color: #FF2626;
}
.item-car strong {
	font-size: 13px;
	color: #666;
	margin-right: 10px;
}
.item-car a.readmore {
	font-size: 12px;
	color: #ffffff;
	background-color: #FF2626;
	padding: 6px 10px;
	display: inline-block;
	margin: 10px;
}
.list-item-car {
	background: #f5f5f5;
}
.list-item-car .detail {
	padding: 0 10px;
}
.list-item-car span.blog-thumb .hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	visibility: hidden;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 26
}
.item-car span.post-title {
	font-size: 16px;
	color: #000;
	display: block;
	margin: 5px 10px;
}
.item-car span.price {
	font-size: 13px;
	color: #FF2626;
	display: block;
	font-weight: bold;
	margin: 0 10px;
	font-family: Arial;
}
.item-car span.price p.red {
	color: #F00;
}
.item-car span.price p.gray {
	color: #FF2626;
}
@media only screen and (max-width:992px){
	.list-item-car span.blog-thumb img{
		height: auto;
	}
}