/* BEGIN p-detail-4 */
.p-detail-4 {
    padding: 25px 0;
}
.p-detail-4 .ht-page {
    margin-top: 0;
}
.p-detail-4 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    color: #c70007;
    margin-bottom: 0.6em;
    font-weight: 700;
}
.p-detail-4 .p_source {
    margin-bottom: 20px;
}
.p-detail-4 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
    font-size: 14px;
}
.p-detail-4 .p_source li a {
    font-size: 14px;
    transition: all .4s ease;
}
.p-detail-4 .p_source li a:hover {
    color: #a04628;
}
.p-detail-4 .p_source li span.fa::before {
    color: #c70007;
}
.p-detail-4 .p_video {
    margin-bottom: 20px;
}
.p-detail-4 .p_video .ht-ratio--55:before {
    padding-bottom: 55%;
}
.p-detail-4 .p_desc {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.334em;
    padding: 20px;
    margin-bottom: 20px;
    text-align: justify;
    border-radius: 5px;
    /* background-color: #F4F4F4; */
}
.p-detail-4 .p_other {
    margin-top: 20px;
}
.p-detail-4 .p_other>ul {
    margin: 25px 0 0 40px;
}
.p-detail-4 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}
.p-detail-4 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-4 .p_other>ul>li a {
    transition: all .4s ease;
}
.p-detail-4 .p_other>ul>li a:hover {
    color: #c70007;
}
.p-detail-4 .ht-format-detail {
    margin-bottom: 20px;
}
.p-detail-4 .p_other .c-headline-1 {
    margin-bottom: 30px;
}
.p-detail-4 .p_other .c-headline-1 .c_name {
    font-weight: 600;
}
.p-detail-4 .b-card-9 .b_content .b_title {
    font-size: 14px;
}
.p-detail-4 .b-card-9 .b_address {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
}
.p-detail-4 .b-card-9 .b_address:before {
    display: none;
}
/* END p-detail-4 */
@media(max-width: 1199px) {
    .p-detail-4 {
        padding: 25px 0 20px;
        margin: 0;
    }
    .p-detail-4 .p_other>ul {
        margin: 20px 0 0 35px;
    }
}
@media(max-width: 991px) {
    .p-detail-4 .ht-page__sidebar {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .p-detail-4 .p_title {
        font-size: 20px;
    }
    .p-detail-4 .p_other>ul {
        margin: 20px 0 0 10px;
    }
}
@media(max-width: 479px) {
    .p-detail-4 .p_other {
        margin-top: 15px;
    }
    .p-detail-4 {
        padding: 20px 0;
    }
    .p-detail-4 .p_source li {
        margin-right: 15px;
    }
}