footer {
    color: #fff;
    background-color: #232323;
    clear: both;
    margin-top: 30px;
}

.site-info {
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-copywrite {
    color: #828282;
    background-color: #0F0F0F;
    font-size: 13px;
    font-weight: 400;
    padding: 15px
}

.footer-menu .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding: 0 5px;
    color: #ccc;
    content: "/";
}