#baohiemdoanhnghiep {
    background-color: #EEEEEE;
}

.category form label,
.category form select {
    font-size: 1.2rem;
}

.category form select {
    padding: 1rem 1.2rem;
    border: none;
    border-left: 1rem solid var(--theme-bhdoanhnghiep);
    border-right: 1rem solid transparent;
}

.note {
    position: absolute;
    top: 100%;
    right: 0;
    width: max-content;
}

.product-item {
    width: 200px;
    margin: auto;
}

.product-item a {
    display: block;
    color: #6C757D;
}

.product-name {
    font-weight: 500;
}

.img-frame {
    width: 160px;
    height: 160px;
    background: var(--theme-bhdoanhnghiep);
    border-radius: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 575px){
    .category form select{
        width: 100%;
    }
}
