#title_detail {
    font-size: 30px;
}
.content_detail ul {
    list-style: initial;
    margin-bottom: 15px;
    padding-left: 40px;
}
.content_detail ul li {
    list-style: inherit;
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: justify;
}
.content_detail figure {
    margin-bottom: 15px;
}
.content_detail figure figcaption {
    background: #f2f2f2;
    color: #616161;
    text-align: center;
    font-size: 19px;
    display: block;
    padding: 8px;
}
.arrow{
    font-size: 17px;
    padding: 0 7px
}
.videomclWrapper {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videomclWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.content_detail p,
.txt_content p {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: justify;
}

@media (max-width: 767px) {
    .content_detail p,
    .txt_content p {
        font-size: 22px;
    }
}

.content_detail a,
.txt_content a {
    color: #1b95e0;
}
.content_detail .explus_related_1404022217,
.txt_content .explus_related_1404022217 {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-top: 3px solid red;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.mb-15{
    margin-bottom: 15px;
}