﻿.box-cat-news{
	position: relative;
	margin-bottom: 20px;
}

.box-cat-news h2.heading{
	position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding-left: 45px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    background-color: #e72c32;
    background-image: url(../images/bg-head.png);
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
}

.box-cat-news h2.heading:before{
	position: absolute;
    content: "\f260";
    font: normal normal normal 20px / 1 FontAwesome;
    top: 10px;
    left: 10px;
}

.box-cat-news h2.heading a{
	color: #fff;
}

.box-cat-news-content h3{
	font-size: 16px;
    line-height: 22px;
}

.box-cat-news-content img{
	width: 200px;
    height: 135px;
    object-fit: cover;
    margin-right: 10px;
}

.box-cat-news-content .text-muted{
	font-size: 13px;
}

.box-cat-news-content .text-muted ul{
	margin: 4px 0;
}

.box-cat-news-content p{
	font-size: 14px;
}

.box-cat-news-content .related{
	margin: 0;
}

.box-cat-news-content .related li{
	position: relative;
	padding-left: 16px;
}

.box-cat-news-content .related li:before{
	content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #d2242a;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.post-news-item{
	position: relative;
	margin-top: 10px;
}

.post-news-item img{
	height: 136px;
    object-fit: cover;
}

.post-news-item h3{
	font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 2px;
}

.post-news-item .post-date{
    color: #555;
}

.news-detail{
	position: relative;
	border: 1px solid #eee;
}

.news-detail .h5{
	font-size: 15px;
	font-weight: 400;
}

.viewcat-page-item{
	position: relative;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.viewcat-page-item:last-child{
	border: 0;
	padding: 0;
}

.viewcat-page-item h2,
.viewcat-page-item h3{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.viewcat-page-item img{
	width: 250px;
    height: 160px;
    object-fit: cover;
    margin-right: 12px;
}

.detail-bottom{
	display: flex;
    justify-content: space-between;
}

.socialbutton{
	display: flex;
}

.other-news-heading{
	text-transform: uppercase;
    color: #0068b4;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.other-news ul li{
	margin-bottom: 5px;
}

.other-news a{
	font-size: 16px;
}

@media (max-width: 499.98px) {
	.viewcat-page-item img {
	    width: 150px;
	    height: 105px;
	}

	.post-news-item img{
		height: 280px;
	}
}