.item-nhombenh {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    .wapper-img {
        width: 100%;
        height: 186px;
        border-radius: 10px;
        position: relative;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .item-tax {
            position: absolute;
            z-index: 1;
            top: 12px;
            left: 16px;
            display: flex;
            padding: 6px 9px 5px 10px;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            background: #f46200;
            color: #fff;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5; /* 150% */
        }
    }
    .item-nhombenh-content {
        padding: 14px 16px 25px 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        p {
            color: #3e3e3e;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.45; /* 145% */
        }
        .flex span {
            color: #f46200;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.5; /* 150% */
        }
        .flex svg {
            width: 17px;
            height: 20px;
        }
    }
}
.item-nhombenh.item-blue {
    .item-tax {
        background: #008cff;
    }
    span {
        display: block;
        color: #484848;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5; /* 150% */
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .flex span {
        color: #008cff;
    }
    .flex svg path {
        fill: #008cff;
    }
}
