/* BEGIN p-detail-4 */
.p-detail-4 {
    margin: 30px 0 35px;
}
.p-detail-4 .p_title {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    font-weight: 500;
}
.p-detail-4 .p_desc {
    color: #000;
    font-size: 15px;
    line-height: 1.334em;
    padding: 30px;
    margin-bottom: 20px;
    text-align: justify;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.p-detail-4 .p_other {
    margin-top: 20px;
}
.p-detail-4 .s_headline {
    text-align: left;
    margin-bottom: 15px;
}
.baiviet li {
    margin-bottom: 10px;
    font-size: 16px
}
.baiviet li a:hover {
    color: #d40001;
}
/* END p-detail-4 */
.mucluc {
    background-color: #f5f5f5;
    border-radius: 5px;
}
.mucluc a {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;

}
/*.mucluc a:last-child {*/
/*    margin-bottom: 0;*/
/*}*/
.mucluc a.sub {
    margin-left: 30px;
    border-bottom: none;
    font-weight: 500
}
.mucluc a.sub::before {
    content: "\f1db";
    font-family: FontAwesome;
    color: #d40001;
    padding-right: 5px;
    font-size: 8px;
}
.mucluc a:hover {
    color: #d40001;
}
@media (max-width: 767px) {
    .p-detail-4 .p_title {
        font-size: 25px
    }
}
@media (max-width: 375px) {
    .p-detail-4 .p_title {
        font-size: 20px
    }
    .mucluc a.sub {
        margin-left: 10px;
    }
    .mucluc a {
        font-size: 15px
    }
    .p-detail-4 .p_desc {
        padding: 30px 15px;
    }
    .mucluc {
        margin-top: 15px;
    }
}