/* BEGIN p-detail-3 */
.p-detail-3 {
    margin: 50px 0 0;
    position: relative;
    z-index: 1;
    background: #f9f6f1;
}
.p-detail-3 .p_thumb img {
    border-radius: 12px;
}
.p-detail-3 .p_title {
    font-size: 27px;
    line-height: 1.6;
    margin: 16px 0 16px;
    font-weight: 500;
}
.p-detail-3 .p_source {
    margin-bottom: 20px;
}
.p-detail-3 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-3 .p_source li span.fa::before {
    color: var(--color-yellow);
    ;
}
.p-detail-3 .p_desc {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}
.p-detail-3 .p_other {
    margin-top: 40px;
    padding: -top;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
.p-detail-3 .p_other>ul {
    margin: 30px 0 0 40px;
}
.p-detail-3 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.p-detail-3 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-3 .p_other>ul>li a:hover {
    color: var(--color-yellow);
}
@media screen and (max-width: 767px) {
    .p-detail-3 .p_title {
        font-size: 26px;
    }
    .p-detail-3 .p_source li.date {
        display: none;
    }
    .p-detail-3 .p_other>ul {
        margin: 20px 0 0 10px;
    }
}
.p-detail-3 .ht-format-detail {
    margin-bottom: 40px;
}
/* END p-detail-3 */
.p_other .item {
    margin: 0 10px;
    margin-bottom: 60px;
}
.p-detail-3 .s-share a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background-size: contain;
    font-size: 18px;
    border: none;
    margin-right: 5px;
}
#outer {
    position: relative;
    top: unset;
    margin-bottom: 10px;

}