	.sidebar-news {
    position: sticky;
    top: 10px;
}

.search-news input.form-control {
    height: 53px;
    width: 100%;
    padding: 0 60px 0 30px;
    border-radius: 40px !important;
    border: none;
    outline: none;
    font-size: 16px;
    box-shadow: none;
}
#livesearch_859503744 {
    display: none;
}

.search-news button.tp-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    min-width: 53px;
    height: 53px;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: var(--tp-primary);
    color: #fff;
    z-index: 5;
}

.search-news button.tp-btn:focus {
    background-color: var(--tp-secondary);
}

.search-news .tp-btn-text {
    display: none;
}

.recent-post .tp-post__thumbnail img {
    height: 88px;
    width: 120px;
    border-radius: 10px;
    object-fit: cover;
}

.recent-post > .row > .col:not(:last-child) {
    margin-bottom: 27px;
}

.recent-post .tp-post__content,
.recent-post .tp-post__content-main {
    padding-left: 12px;
}


.tags-news .bp_list_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-news .bp_tag_item_link {
    display: inline-block;
    padding: 6px 10px;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    transition: all .4s;
}
.tags-news .bp_tag_item_link:hover {
    background-color: var(--tp-primary);
    color: #fff;
    transition: all .4s;
}

.bp_tag_item {
    padding: 8px 10px;
    background-color: var(--tp-primary);
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    border: none;
}

.bp_tag_item:hover {
    background-color: #000 !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    .recent-post .tp-post__thumbnail img {
        width: auto;
    }
    
    .sidebar-news{
        position: static;
    }
}
