ul, li {
    list-style: none;
    padding: 0px;

}

#listCategory li {
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    line-height: 35px;
    border-radius: 100px;
    display: inline-block;
    background: #ebebeb;
    color: #525252;
    font-weight: 600;
    cursor: pointer;
}

#listCategory li.active {
    background: linear-gradient(90deg, #f4bc6a, #f7d379) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05) !important;
    color: #fff !important;
}

.project {
    width: 149px;
    float: left;
    margin-right: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 6%);
}

.project .project_image {
    width: 100%;
    margin-bottom: 10px;
}

.project img {
    max-width: 100%;
}

.project .project_name,
.project .project_price_original,
.project .project_price_register,
.project .project_price_vip,
.project .project_time {
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    white-space: nowrap;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project .project_price_original span {
    /*color: red;*/
    /*font-weight: 600;*/
    letter-spacing: 1px;
}

.project .project_price_vip span {
    color: red;
    font-weight: 600;
    letter-spacing: 1px;
}

.project .project_price_register span {
    color: orange;
    font-weight: 600;
    letter-spacing: 1px;
}

.project .project_time span {
    color: orange;
    font-weight: 600;
    letter-spacing: 1px;
}

.project {
    position: relative;
}

.project .project_time {
    width: 80px;
    background: #fff;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    border-radius: 50px;
}

.project .project_time span {
    color: #000;
}