

blog-detail ._blogDetail ._b_d_header._active .b_d_subheader {
    background-color: #e61b3c;
	color: white;
}

blog-detail ._blogDetail ._b_d_detail ._tags:hover {
	color: red !important;
}

blog-detail .lefright_container .detail ._tags:hover {
    color: red !important;
}
blog-detail .lefright_container .right_col .box .header_cat{
	font-size: 16px;
}
blog-detail .lefright_container .right_col .box .list .item_xs .image{
	width: 100%;
    height: 100px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

blog-detail .lefright_container .right_col .box .list .item_xs{
	width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}