/* 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: calc(100% - 310px);
    margin-top: -40px;
    padding: 15px 30px 30px;
    border: 1px solid #e4e5e7;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}
.p-detail-11 .ht-page__sidebar {
    width: 280px;
    margin-top: -40px;
}
.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;
    position: relative;
}
.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;
    background-image: url("https://png.pngtree.com/thumb_back/fw800/back_pic/03/63/75/7857ac6afa0c7cd.jpg");
    background-position: center center;
    position: relative;
}
.p-detail-11 .p_header::before {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-detail-11 .p_title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.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: #f60;
}
.p-detail-11 .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;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.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;
    margin-bottom: 10px;
}
.p-detail-11 .p_other>ul>li a {
    display: block;
    border-bottom: 1px dotted #DDD;
}
.p-detail-11 .p_other>ul>li a:hover {
    color: #f60;
}
@media screen and (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;
    }
}

/* END p-detail-11 */