.b-card-1 {
    display: block;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px dotted #ccc;
    height: calc(100% - 15px);
    transition: all .3s;
    border-radius: 5px;
}
.b-card-1::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-1 .b_thumb {
    float: left;
    margin-right: 15px;
    width: 150px;
}
.b-card-1 .b_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.125em;
    padding-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s color ease-in-out;
    color: #333;
    text-transform: uppercase;
}
.b-card-1 .b_source {
    color: #333;
}
.b-card-1 .b_source li span::before {
    color: #e5312e;
    margin-right: 3px;
}
.b-card-1 .b_source li {
    display: block;
    margin-bottom: 5px;
}
.b-card-1:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.b-card-1:hover .b_title {
    color: #7fb842;
}
.form-chitiet {
    margin: 50px auto 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 35px 35px 10px;
    border-radius: 10px;
}
/* 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: flex;
    align-items: center;
    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 */
/* 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: flex;
    align-items: center;
    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;
}
.c-upload-file.is-active .c_file-text {
    display: none;
}
.c-upload-file.is-active .c_file-filename {
    display: block;
    color: #111;
}
.c-upload-file.is-active .c_icon span:first-child {
    display: inline-block;
}
/* END c-upload-file */

/* BEGIN p-detail-3 */
.p-detail-3 {
    margin-bottom: 15px;
}
.p-detail-3 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    font-weight: 600
}
.p-detail-3 .p_source {
    margin-bottom: 20px;
}
.p-detail-3 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-3 .p_source li span.fa::before {
    color: #FED605;
}

/* END p-detail-3 */
.form-chitiet {
    margin: 30px auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 35px 35px 10px;
    border-radius: 10px;
    background-color: #7fb842;
}
.form-chitiet .headline .title {
    color: #fff;
    font-size: 25px
}
@media (min-width: 1260px) {
    .form-chitiet {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .p-detail-3 .p_title {
        font-size: 20px;
    }
    .p-detail-3 .p_source li.date {
        display: none;
    }
}
@media (max-width: 575px) {
    .b-card-1 .b_thumb {
        width: 100%;
        margin-bottom: 15px;
    }
    .b-card-1 .b_title {
        font-size: 15px
    }
}
@media (max-width: 479px) {
    .p-detail-3 .p_source {
        display: none
    }
    .b-card-1 {
        padding: 5px;
    }
    .form-chitiet {
        padding: 15px 15px 10px;
    }
    .b-card-1 .b_title {
        font-size: 14px;
    }
    .b-card-1 .b_desc {
        display: none;
    }
}