        .tag-result .bp_search_lb {
    display: none;
}

.result-content .cls_content_news {
    padding: 15px 0;
}

#m_search_news > div {
    margin-bottom: 25px;
}

.result-content .tp-title:hover {
    color: var(--tp-primary) !important;
    transition: all .3s;
}

.result-content .tp-image {
    overflow: hidden;
    border-radius: 4px;
    display: block;
}

.result-content .tp-image img {
    padding: 0;
    transition: all .4s;
}

.result-content .tp-image:hover img {
    transform: scale(1.1);
    transition: all .4s;
}
