/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
    color: #888;
}
.s-breadcrumb-1 li:first-child a > i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
    color: #f60;
}

/* END s-breadcrumb-1 */
/* BEGIN p-detail-8 */
.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: 30px;
    text-align: center;
    margin-bottom: 0.75em;
    text-transform: uppercase;
}
.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_desc {
    font-size: 15px;
    line-height: 1.334em;
    padding: 1.334em;
    margin-bottom: 1.334em;
    text-align: justify;
    border-radius: 5px;
    background-color: #f4f4f4;
}
.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;
}
@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 */