:root {

    --eskm-color: #50acc7;
}

.color-eskm {
    color: var(--eskm-color);
}

.breadcrumb-front {

    padding: 25px 0;
    margin-bottom: 20px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}



/* TENTANG KRENOVA */

.about-eskm {
    text-align: center;
    margin-bottom: 20px;
}

.about-eskm h5 {
    color: var(--eskm-color);
}

.about-eskm p {
    text-align: justify;
}






/* FOOTER */

#footer {
    padding: 60px 0 0 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #3b3e43;
    color: white;
}

.footer-bottom {
    padding: 7px;
    text-align: center;
    background-color: #2b2e31;
}

.footer-bottom span {
    color: var(--eskm-color);
}

.footer-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.connect-link {
    padding: 20px 0;
}

.connect-link ul {
    list-style: none;
}

.connect-link li:not(:last-child) {
    margin: 20px 0;
}

.connect-link a {
    color: #fff;
}

.connect-link a:hover {
    color: var(--eskm-color);
}