.p-detail-11 {
    padding-bottom: 30px;
}
.p-detail-11 .ht-page {
    margin-top: 0;
}
.p-detail-11 .ht-page__main, .p-detail-11 .ht-page__sidebar .p_sidebar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}
.p-detail-11 .ht-page__main {
    width: calc(100% - 330px);
    margin-top: -50px;
    padding: 25px 50px 0px;
    border: 1px solid #e4e5e7;
}
.p-detail-11 .ht-page__sidebar {
    width: 300px;
    margin-top: -50px;
}
.p-detail-11 .ht-page__sidebar .col-md-12:last-child .b-card-23 {
    height: 100%;
    margin-bottom: 0;
}
.ht-page__sidebar .headline {
    margin-bottom: 15px;
}
.p-detail-11 .headline .title {
    font-size: 25px;
}
.p-detail-11 .ht-page__sidebar .p_sidebar {
    padding: 25px 15px 0;
}
.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("/images/bgs/bg-16.png");
    background-position: center center;
    position: relative;
}
.p-detail-11 .p_header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 60%);
}
.p-detail-11 .p_title {
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.p-detail-11 .p_source {
    margin: 20px 0;
    text-align: right;
}
.p-detail-11 .p_source li {
    display: inline-block;
}
.p-detail-11 .p_source li span.fa::before {
    color: #EB891A;
}
.p-detail-11 .p_desc {
    font-weight: 500;
    font-size: 18px;
    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 .item {
    margin: 0 5px;
    height: auto;
}
.p-detail-11 .p_other>ul>li a {
    display: block;
    padding: 8px 0 8px 10px;
    border-bottom: 1px dotted #DDD;
}
.p-detail-11 .p_other>ul>li a:hover {
    color: #EB891A;
}
.contentTable {
    background-color: #f5f5f5;
    padding: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}
.contentTable .title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}
.contentTable li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
}
.contentTable li::before {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 7px;
    font-size: 14px;
    position: relative;
    top: -1px;
}
.contentTable li:last-child {
    margin-bottom: 0;
}
.contentTable a>span:first-child {
    margin-right: 5px;
}
.contentTable a {
    color: #006400;
}
.contentTable a:hover {
    color: #e5312e;
}
@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;
    }
}
@media (max-width: 479px) {
    .p-detail-11 .s-breadcrumb-1 {
        display: none
    }
    .p-detail-11 .p_title {
        font-size: 16px;
    }
}