.timkiem {
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    color: #1B1B1B;
    margin-bottom: 20px;
}

.timkiemnoidung{
    background: #f3f3f3;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 12px 10px;
}

.timkiemnoidung .timkiemnoidung-input{
    width: 80%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #cecece;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 0 10px;
    padding-left: 10px;
}

.timkiem-btn{
    height: 40px;
    background: #fcb913;
    border-radius: 8px;
    border: none;
}

.tenmuc {
    display: flex;
    margin-bottom: 20px;
}

.thanhdoc {
    width: 6px;
    height: 24px;
    background-color: #fcb913;
    border-radius: 0px 5px 5px 0px;
    margin-right: 6px;
}

.text,
.text a {
    font-family: var(--bs-font-sans-serif);
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.6px;
    color: #1B1B1B;
    text-transform: uppercase;
}

.ketquatimkiem a:hover{
    text-decoration: underline !important;
}

.block-text .title,
.block-text .title a{
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #1B1B1B;
    text-align: justify;
    margin: 0;
}

.block-text .product{
    background: #eee;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    width: 44%;
}

.block-text .prod-info{
    padding-left: 20px;
}

.block-text .prod-name{
    text-transform: uppercase;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.block-text .prod-img{
    width: 50%;
    padding: 20px;
    position: relative;
}
.block-text .discount{
    position: absolute;
    right: 0;
    top: 0;
    background: #fcb913;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}

.prod-info .giamoi{
    font-weight: 600;
    margin: 0;
}

.prod-info .giacu{
    text-decoration: line-through;
}

@media screen and (max-width: 932px) {
    .timkiem-btn{
        padding: 3px 12px;
    }
}