.news-main-img img {
    height: 100%;
}

@media all and (max-width: 767px) {
    .news-main-img:nth-child(3) {
        padding-left: 0 !important;
    }
}

.news-header {
    color: #000;
}

.news-list:hover {
    text-decoration: none;
}

.news-list-content .description p {
    margin-bottom: 0;
}

.last-news-fixed {
    position: fixed;
    top: 0;
}

.news-list .image {
    height: 230px;
    background-size: cover !important;
}

@media all and (max-width: 991px) {
    .news-list .image {
        height: 150px;
    }
}

#tab-content{
    position: relative;
}

.last-news-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top:1px dotted;
}

.dashed-line {
    border-bottom: 1px dashed #ccc;
}

.news-date-wrap {
    top: 30px;
    right: 0;
    color: #fff;
}
