﻿.newspost,
.newsfeatured-item{
	position: relative;
    overflow: hidden;
}

.newspost .newspost-item img{
	height: 382px;
	object-fit: cover;
}

.newspost .news-item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #5f5f5fe0;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
}

.newspost .newspost-item h3{
	font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.newspost .newspost-item .meta-post{
    margin: 4px 0;
}

.newspost .newspost-item a{
	color: #fff;
}

.newspost .newspost-item p{
	margin: 0;
}

.newspost .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

.newspost .owl-nav .owl-prev,
.newspost .owl-nav .owl-next {
    background-color: #ddd!important;
    padding: 8px 15px!important;
    position: absolute;
    opacity: 0.5;
    transition: 0.3s all;
}

.newspost:hover .owl-nav .owl-prev,
.newspost:hover .owl-nav .owl-next{
	opacity: 1;
}

.newspost:hover .owl-nav .owl-prev:hover,
.newspost:hover .owl-nav .owl-next:hover{
	background-color: #1a74bd!important;
	color: #fff;
}

.newspost .owl-nav .owl-prev {
    left: 5px;
}

.newspost .owl-nav .owl-next {
    right: 5px;
}

.newsfeatured-item{
	margin-bottom: 20px;
}

.newsfeatured-item img{
	width: 100%;
	height: 180px;
    object-fit: cover;
}

.newsfeatured-item h3{
	position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #00000045;
    padding: 6px 10px;
    font-weight: 500;
    line-height: 20px;
}

.newsfeatured-item a,
.main-cat-box h2 a{
	color: #fff;
}

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

.main-cat-box hgroup{
	position: relative;
	margin-bottom: 10px;
	border-bottom: 2px solid #ff1010;
}

.main-cat-box h2{
	display: inline-block;
    padding: 8px 50px 8px 20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
	background: url(../images/cat-bg.png) no-repeat center center;
    background-size: 100% 46px;
}

.box-large .box-thumb{
    position: relative;
}

.box-large .box-thumb img{
    width: 100%;
    max-height: 255px;
    object-fit: cover;
}

.box-large h3{
	font-size: 19px;
    color: #222;
    line-height: 26px;
    font-weight: 500;
    margin: 10px 0;
}

.box-large p {
    position: relative;
    color: #444;
    font-size: 15px;
    margin: 0;
}

.post-meta{
    color: #555;
}

.main-cat-box .related{
    margin: 0;
    padding: 0;
}

.main-cat-box .related li{
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.main-cat-box .related li:first-child{
    padding-top: 0;
}

.main-cat-box .related li:last-child{
    border: none;
    padding-bottom: 0;
}

.main-cat-box .related .post-thumbnail{
    margin-left: 5px;
    max-height: 70px;
}

.main-cat-box .related img{
    max-width: 110px;
    height: auto;
}

.main-cat-box .related h3{
    font-size: 16px;
    margin-bottom: 5px;
}

.main-cat-box .related p {
    color: #666;
    font-size: 15px;
}

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

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

.viewcat-page-item img{
    height: 170px;
	margin-right: 10px;
    object-fit: cover;
}

.viewcat-page-item h2,
.viewcat-page-item h3{
	font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px;
}

.news-others .heading{
	background-color: #eee;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-left: 4px solid #1a74bd;
}

.news-others-list{
	gap: 15px;
}

.others-item{
	width: calc(50% - 8px);
}

.others-item img{
	width: 120px;
    height: 80px;
    margin-right: 10px;
    object-fit: cover;
}

.others-item span{
	display: block;
	margin-top: 3px;
	font-size: 13px;
}

@media (max-width: 767.98px) {
	.news-others{
		margin-bottom: 20px;
	}
	
	.others-item{
		width: 100%;
	}
}
