/* BEGIN p-detail-8 */
.p-detail-8 {
    padding: 30px 0;
}
.p-detail-8 .p_box-shadow {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 7px 3px #eee;
}
.p-detail-8 .p_title {
    font-size: 22px;
    margin-bottom: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    color: #f28331;
}
.p-detail-8 .p_source {
    margin-bottom: 20px;
}
.p-detail-8 .p_source li {
    display: inline-block;
    margin-right: 20px;
}
.p-detail-8 .p_source li span.fa::before {
    color: #f60;
}
.p-detail-8 .p_other>h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.p-detail-8 .p_other>ul {
    margin: 10px 0 0 20px;
}
.p-detail-8 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.p-detail-8 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-8 .p_other>ul>li a:hover {
    color: #f60;
}
.p-detail-8 .p_job {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 10px 20px;
    margin-bottom: 15px;
    background-color: #fff1e7;
    border-radius: 5px;
    border: 1px solid #f28331;
}
.p-detail-8 .p_job li>span:first-child {
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-detail-8 .p_box-shadow {
        margin: -15px 0 15px;
        padding: 15px 10px 10px 10px;
    }
    .p-detail-8 .p_title, .p-detail-8 .p_other>h2 {
        font-size: 17px;
    }
}

/* END p-detail-8 */