.entry-header .entry-header-text{
    padding-bottom: 0;
    margin-bottom: 16px;
}
.entry-title{
    color: var(--color-background-footer);
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
}
#dichvu-entry-content-single-page{
    padding-top: 0;
    color: var(--color-background-category-nav);
    font-size: 18px;
    line-height: 24px;
}
#post-entry-content-single-page h2,
#post-entry-content-single-page h3,
#post-entry-content-single-page h4,
#post-entry-content-single-page h5,
#post-entry-content-single-page h6,
#post-entry-content-single-page strong,
#post-entry-content-single-page b{
    font-weight: 600;
    color: var(--color-background-category-nav);
}
#post-entry-content-single-page ul,
#post-entry-content-single-page ol{
    padding-left: 30px;
}
