/*-----------------blog-type-4----------*/

.blog-type-4 .item .item-inner {
    margin-bottom: 30px;
}

.blog-type-4 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.blog-type-4 .post_title {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 3rem;
	text-transform: uppercase;
}

.blog-type-4 .post_title:not(:hover) {
	color: #fff;
}

.blog-type-4 .right_blog_home{
	position: relative;
	padding: 45px 50px;
	background: #000000;
	border: 1px solid #1a1a1a;
}

.blog-type-4 .right_blog_home > p{
	margin-bottom: 30px;
	line-height: 2.4rem;
	font-size: 1.4rem;
	color: #666;
}

.blog-type-4 .content{
	font-size: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.blog-type-4 .date_added i{
	color: #aaa;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}

.blog-type-4 .date_added{
    color: #606060;
    font-size: 12px;
    line-height: 30px;
	display: inline-block;
	margin-right: 8px;
}

.blog-type-4 .content .date_added:last-child{
	margin-right:0;	
}

.blog-type-4 .content .date_added:not(:last-child){
	color: #b33a3a;
}

.blog-type-4 .bottom_blog .date_added{
	float:right;
	line-height:20px;
	font-size:12px;
	margin-left:20px;
	margin-bottom:10px;
}

.blog-type-4 .line-bog-home {
    width: 30px;
    height: 2px;
    background: #b33a3a;
    margin-bottom: 15px;
}

.blog-type-4 .read-more-blog::after {
    content: '+';
	margin-left: 6px;
}

.blog-type-4 .stt {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	color: #2c2c2c; 
	position: absolute;
	bottom: 30px;
	right: 30px;
}

