.publish-date {
    color: var(--gray-color);
}

.news-intro {
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}

.news-img img {
    width: 100%;
    object-fit: cover;
}

.view-content {
    background: #fff;
    height: 36px;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-weight: 600;
}

.bottom-contact {
    background: var(--blue-color);
    padding: 30px 75px 45px;
    border-radius: 25px;
    margin: 60px 0;
}

.news-info {
    padding: 15px 0 0;
}

.category-child > ul {
    margin-bottom: 0 !important;
}

h1 {
    font-size: 23px !important;
}

.most-search ul li {
    padding: 10px 15px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    transition: all .4s;
    cursor: pointer;
}

.most-search ul li:hover {
    background: #000;
    color: #fff;
}

.tag-block span, .tag-block a {
    margin-bottom: 10px;
}

.tag-block span {
    margin-bottom: 0;
    margin-top: 5px;
}

@media (min-width: 992px) {
    .first-news .news-title {
        margin: 20px 0;
        font-size: 20px;
        line-height: 28px;
        max-height: 56px;
    }

    .col-md-7 .news-img img {
        height: 145px;
    }
}

@media (max-width: 768px) {
    .top-news {
        margin-top: 30px;
    }
    .bottom-contact {
        padding: 30px 30px 45px;
    }
}