	.tag-result .bp_search_lb {
    display: none;
}

.bp_tag_keyword_h1 {
    color: var(--tp-title-color);
    margin-bottom: 30px;
}

.tag-result .row > .col {
    margin-bottom: 24px;
}

.tag-result .bp_block_item {
    height: 100%;
    background-color: #f7f8f9;
    padding: 10px;
    border-radius: 20px;
    transition: all .4s;
}

.tag-result .tp-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}
.tag-result .tp-image img {
    aspect-ratio: 3/2;
    object-fit: cover;
    width: auto;
    border-radius: 20px;
    transition: all .4s;
}

.tag-result .bp_block_item:hover{
    transform: translateY(-5px);
    transition: all .4s;
}

.tag-result .bp_block_item:hover .tp-image img {
    transform: scale(1.1);
    transition: all .4s;
}

.tag-result .cls_content_news {
    padding: 20px;
}

.tag-result .bp-product-footer {
    display: none;
}





