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