.s-breadcrumb-1 {
    padding-left: 35px;
    padding-right: 25px;
}
/* BEGIN p-detail-4 */
.p-detail-4 {
    margin: 5px 0 30px;
    padding: 0 25px 0 35px;
}
.p-detail-4 .p_title {
    color: #0077b8;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.19em;
    margin-bottom: 15px;
}
.p-detail-4 .p_source {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.p-detail-4 .p_source li {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    line-height: 0;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.p-detail-4 .p_source li.cate::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
}
.p-detail-4 .p_source li span.fa {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
}
.p-detail-4 .p_source li span.fa::before {
    color: #DB0007;
}
.p-detail-4 .p_source li a:hover {
    color: #DB0007;
}
.p-detail-4 .p_desc {
    position: relative;
    text-align: justify;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.34em;
    color: #000;
    border-radius: 5px;
    margin-bottom: 15px;
}
.p-detail-4 .ht-format-detail {
    font-weight: 300;
    margin-bottom: 25px;
}
.p-detail-4 .p_other {
    margin-bottom: 15px;
}
.p-detail-4 .p_other>ul {
    margin: 0 0 0 40px;
}
.p-detail-4 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}
.p-detail-4 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-4 .p_other>ul>li a:hover {
    color: #DB0007;
}
.p-detail-4 .p_other .b-card-34 {
    margin-top: 10px;
    margin-bottom: 10px;
    height: calc(100% - 20px);
}
.p-detail-4 .p_other .b-card-34 .b_content-title {
    font-size: 18px;
}
.p-detail-4 .b-card-34 .b_thumb {
    margin: 0 0.3px;
}
.p-detail-4 .tag {
    font-weight: 500;
    margin-bottom: 30px;
}
.p-detail-4 .tag i.fa {
    color: #DB0007;
}
.p-detail-4 .tag span.item {
    background-color: rgb(235 241 234);
    padding: 5px 15px 8px;
    border-radius: 5px;
    margin-left: 10px;
    transition: 0.25s ease;
}
.p-detail-4 .tag span.item:hover {
    background-color: rgb(221 221 221);
}
.p-detail-4 .tag span.item a {
    color: #0077b8;
}
.b-card-34 .b_content-desc {
    font-size: 15px;
    -webkit-line-clamp: 3;
}
/* END p-detail-4 */

@media(max-width: 1199px) {
    .p-detail-4 .p_other .b-card-34 {
        margin-top: 0;
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }
    .p-detail-4 .p_other {
        margin-top: 20px;
    }
}
@media(max-width: 991px) {
    .ht-page .ht-page__sidebar {
        display: none;
    }
    .p-detail-4 {

        padding: 0;

        margin-bottom: 15px;
    }
    .s-breadcrumb-1 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .p-detail-4.p-detail-bg .container {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 479px) {
    .p-detail-4 .p_other>ul {
        margin-left: 0;
    }
    .p-detail-4 .p_other .b-card-34 .b_content .info .list>.item {
        font-size: 14px;
    }
}