.p-detail-4 .p_job {
    background-color: #f7f7f7;
    padding: 10px 10px 15px 15px;
    box-shadow: 0 0px 7px rgba(0,0,0,0.16), 0 1px 3px rgba(0,0,0,0.23);
    border-left: 2px solid #cb2227;
    margin-bottom: 20px;
}
.p-detail-4 .p_job li {
    display: inline-block;
    margin-right: 15px;
}
.p-detail-4 .p_job li span::before {
    color: #cb2227;
    margin-top: 1px;
}
.p-detail-4 .form{
    margin-top: 40px;
}
/* Style chung c-upload */
.c-upload>input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
}

/* BEGIN c-upload-file */
.c-upload-file.c_input {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.c-upload-file .c_file {
    width: calc(100% - 30px);
}
.c-upload-file .c_file>div {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
    font-weight: 300;
}
.c-upload-file .c_file-filename {
    display: none;
}
.c-upload-file .c_icon {
    line-height: 0;
}
.c-upload-file .c_icon span {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* END c-upload-file */