
.footer {
    margin-top: 100px;
    height: 210px;
    background: #404040;
    border-top: 5px solid #07b6a8;
    text-align: center;
}

.footer-logo {
    background: url(/asset/img/logo/logo-footer.png) center center no-repeat;
    background-size: 140px;
    height: 80px;
    margin: 25px 0 50px 0;
}

.copyright {
    color: #fff;
    font-size: 13px;
}
