.news-Title {
    line-height: 1.4em;
}

.knowledge-Title {
    line-height: 1.4em;
    font-size: 1.15rem;
    color: var(--color-text-green);
}

.news-Title:hover {
    line-height: 1.4em;
    color: var(--color-text-green);
}

.timeShow {
    display: block;
    font-size: 0.9em;
    padding-left: 20px;
    position: relative;
    line-height: 22px;
    font-weight: bold;
}

.timeShow:before {
    content: '\f073';
    font: 400 13px/30px 'FontAwesome';
    position: absolute;
    left: 0;
    color: #058b00;
    top: -4px;
}

.titleList {
    border-bottom: 4px solid var(--color-border-somber-green);
    margin-bottom: 8px;
    padding-inline: 8px;
}

.titleListText {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4rem;
}

@media (min-width: 991px) {
    .titleListText {
        font-size: 2.3rem;
        text-align: center;
    }
}



/* home page Css */
.h3title {
    font-family: 'DBHeaventRez';
    letter-spacing: 0px;
    margin: 5px 0;
    padding: 0;
    color: #333;
    font-size: 2rem;
}

.h4title {
    font-size: 1.15em;
    font-weight: 800;
    font-family: 'DBHeaventRez';
    letter-spacing: 0px;
}




/* footer */
.footer-h5title {
    font-weight: 800;
    font-family: 'DBHeaventRez';
    letter-spacing: 0px;
}




.clearLine {
    clear: both;
}

.e-fs-1-rem {
    font-size: 1rem;
}

.e-fs-1p1-rem {
    font-size: 1.1rem;
}

.e-fs-1p2-rem {
    font-size: 1.2rem;
}

.e-fs-1p3-rem {
    font-size: 1.3rem;
}

.e-fs-1p4-rem {
    font-size: 1.4rem;
}

.e-fs-1h-rem {
    font-size: 1.5rem;
}

.e-fs-1h6-rem {
    font-size: 1.6rem;
}

.e-fs-1h7-rem {
    font-size: 1.7rem;
}

.e-fs-1h8-rem {
    font-size: 1.8rem;
}

.e-fs-1h9-rem {
    font-size: 1.9rem;
}

.e-fs-2-rem {
    font-size: 2rem;
}

.e-fs-2h-rem {
    font-size: 2.5rem;
}

.hidden-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}