﻿.viewcat-page h2,
.viewcat-page h3{
    font-size: 17px;
    font-weight: 500;
}

.viewcat-page img{
    margin-right: 15px;
}

.other-news .h3{
    margin: 10px 0;
}

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

.main-cat-box h2{
    position: relative;
    background-color: #085aa5;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

.box-large .box-thumb{
    position: relative;
    max-height: 255px;
    overflow: hidden;
}

.box-large .box-thumb img{
    width: 100%;
}

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

.box-large ul{
    margin-bottom: 4px;
}

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

.post-meta{
    margin: 5px 0px 10px 0px;
}

.post-meta span{
    display: inline-block;
    margin-right: 10px;
    color: #707070;
    font-size: 15px;
    line-height: 20px;
    padding: 0px 4px 0px 0px;
}

.post-meta span > i {
    margin-right: 5px;
}

.post-meta span:last-child{
    margin-right: 0;
}

.related{
    margin: 0;
    padding: 0;
}

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

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

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

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

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

.related h3{
    font-size: 14px;
    margin-bottom: 5px;
}

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

.news-groups{
    position: relative;
    margin-bottom: 30px;
}

.news-groups img{
    height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-groups h3{
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.news-groups ul{
    margin-bottom: 4px;
}

@media (max-width: 767.98px){
    .box-large{
        margin-bottom: 20px;
    }

    .viewcat-page img{
        width: 100%;
        margin: 0 0 10px;
    }
}