        .search-blog form {
    position: relative;
    max-width: 300px;
    margin-left: auto;
}

.search-blog input.form-control {
    width: 100%;
    padding: 12px 40px 12px 20px;
    border: 1px solid #03070d1f;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
} 
.search-blog .tp-btn-text,
#livesearch_764328626{
    display: none;
}
.search-blog button.tp-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
    color: var(--black);
    z-index: 5;
}


.list-news .row > .col {
    margin-bottom: 24px;
}

.list-news .tp-post-item {
    height: 100%;
    padding: 11px;
    border: 1px solid #DFDCD2;
}

.list-news .tp-post-item img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.heading-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tp-post__meta {
    padding-bottom: 0;
    align-content: center;
}
.heading-post-meta .bp_tag_item {
    border: 1px solid var(--black);
    color: var(--black);
    border-radius: 60px;
    display: inline-block;
    padding: 6px 8px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.heading-post-meta .bp_tag_item:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all .4s;
}

.list-news .tp-post__content {
    padding: 20px 0;
}

.list-news .tp-title {
    margin: 20px 0;
}

.list-news .tp-title a {
    transition: all .4s;
}

.list-news .tp-title:hover a {
    color: var(--primary) !important;
    transition: all .4s;
}

.list-news .tp-btn_c {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.list-news .tp-btn {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    transition: all .4s;
}

.list-news .tp-btn i {
    margin-left: 5px;
    transform: rotate(-45deg);
}

.list-news .tp-btn_c .tp-btn:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
    color: var(--primary);
}

.list-news .tp-btn_c:hover .tp-btn:nth-child(1) {
    transform: translateY(-100%);
    transition: all .4s;
} 

.list-news .tp-btn_c:hover .tp-btn:nth-child(2) {
    top: 0;
    transition: all .4s;
}


@media (max-width: 767.98px) {
    .search-blog {
        padding: 0 !important;
    }
}
