.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: #0081d0;
}
/* END s-breadcrumb-1 */
/* BEGIN p-detail-11 */
.p-detail-11 {
    padding-bottom: 30px;
    background-color: #f1f1f1;
}
.p-detail-11 .ht-page {
    margin-top: 0;
}
.p-detail-11 .ht-page__main {
    width: 100%;
    margin-top: -40px;
    padding: 40px;
    border: 1px solid #e4e5e7;
    background-color: #fff;
}
.p-detail-11 .ht-page__sidebar {
    width: 280px;
    margin-top: -55px;
}
.p-detail-11 .ht-page__sidebar .p_sidebar {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #e4e5e7;
}
.p-detail-11 .ht-page__sidebar .p_sidebar+.p_sidebar {
    margin-top: 20px;
}
.p-detail-11 .s-breadcrumb-1 {
    color: #fff;
    margin: 10px 0 0;
    justify-content: center;
}
.p-detail-11 .s-breadcrumb-1 li::before {
    color: inherit;
}
.p-detail-11 .s-breadcrumb-1 li a {
    font-weight: normal;
}
.p-detail-11 .p_header {
    color: #fff;
    padding: 80px 0 120px;
}
.p-detail-11 .p_title {
    font-family: 'Fira Sans';
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.p-detail-11 .p_source {
    margin-bottom: 15px;
}
.p-detail-11 .p_source li {
    display: inline-block;
    margin-right: 20px;
}
.p-detail-11 .p_source li span.fa::before {
    color: #0081d0;
}
.p-detail-11 .p_desc {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.334em;
    margin-bottom: 20px;
    text-align: justify;
}
.p-detail-11 .p_social {
    margin: 20px 15px;
    line-height: 0;
    text-align: right;
}
.p-detail-11 .p_social::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 1px;
    margin-right: 20px;
    background-color: #ddd;
}
.p-detail-11 .p_other>h2 {
    font-size: 20px;
    font-weight: bold;
}
.p-detail-11 .p_other>ul>li a {
    display: block;
    font-family: 'Public Sans';
    font-weight: 500;
    padding: 8px 0 8px 10px;
    border-top: 1px dotted #DDD;
}
.p-detail-11 .p_other>ul>li a:hover {
    color: #0081d0;
}
@media (min-width: 992px) {
    .p-detail-11 .p_other>ul>li:first-child a, .p-detail-11 .p_other>ul>li:nth-child(2) a {
        border-top: none;
    }
}
@media (max-width: 1259px) {
    .p-detail-11 .p_desc {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .p-detail-11 .ht-page__main {
        width: 100%;
        padding: 15px 15px 30px;
    }
    .p-detail-11 .ht-page__sidebar {
        width: 100%;
        margin-top: 20px;
    }
    .p-detail-11 .p_header {
        padding: 40px 0 80px;
    }
    .p-detail-11 .p_title {
        font-size: 20px;
    }
    .p-detail-11 .p_other>ul>li:first-child a {
        border-top: none;
    }
}
@media (max-width: 767px) {
    .p-detail-11 .p_title {
        font-size: 18px;
    }
    .p-detail-11 .p_desc {
        font-size: 15px;
    }
}