footer {
    padding-top: 30px;
    padding-bottom: 0;
    background-color: #088FE9;
    border-top: 1px solid #d1d1d1;
    color: #FFF
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer a {
    color: #FFF
}

footer a {
    font-size: 14px
}

footer a:hover {
    color: #eee
}

footer .row {
    display: flex;
    padding-bottom: 30px;
}

footer .col-sm-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

footer .col-sm-3 h3 {
    margin-bottom: 8px;
}

footer h5 {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px
}

footer .power {
    padding: 10px 0 20px 0;
    text-align: center;
    line-height: 33px;
    background: #FFF;
    color: #333
}

footer .power p {
    margin-bottom: 0
}

footer .power a {
    color: #555
}

footer .list-unstyled li {
    line-height: 1.6
}

footer .contact-group .t-list-unstyled div {
    display: inline-block;
    float: left;
    padding: 0
}

footer .contact-group li {
    line-height: 1.3
}

footer .contact-group .t-list-unstyled .col-sm-2 {
    width: 14.666667%
}

footer .contact-group .t-list-unstyled .iconfont {
    font-size: 31px
}

footer .contact-group .t-list-unstyled .icon-Facebook {
    font-size: 37px;
    position: relative;
    top: -2px;
    color: #4c54b9
}

footer .contact-group .t-list-unstyled .icon-twitter-square {
    font-size: 35.5px;
    position: relative;
    top: 0px;
    color: #0CBBF2
}

footer .contact-group .t-list-unstyled .icon-linkedin {
    color: #0988D7;
    margin-left: 2px
}

footer .contact-group .t-list-unstyled .icon-google {
    color: #DC2218
}

footer .iconfont {
    font-size: 17px;
    margin-right: 3px;
    position: relative;
    top: 2px
}

.power div img {
    width: 168px;
    height: 50%;
}

footer .icon-email {
    font-weight: 600
}

footer .icon-skypebusiness {
    font-size: 19px
}

footer i.my-phone {
    background: url(/image/j/h/phone-w.png)
}

footer i.my-email {
    background: url(/image/j/h/email-w.png)
}

footer i.my-skype {
    background: url(/image/j/h/skype-w.png)
}

footer i.fas {
    width: 22px;
    height: 22px;
    background-size: contain;
    background-size: contain;
    background-position-y: 4px;
    margin-right: 5px
}

@media (max-width:768px) {
    footer .col-sm-3 {
        min-width: 43%;
        margin-left: 30px;
        margin-top: 30px;
    }

    footer .row {
        flex-wrap: wrap;
    }

    footer .power p img:nth-child(1) {
        width: 95%;
    }

    footer .power p img:nth-child(2) {
        width: 240px;
    }
}

@media (max-width:576px) {
    footer .col-sm-3 {
        min-width: 46%;
        margin-left: 9px !important;
    }

    footer {
        padding-top: 0px !important;
    }

    footer .col-sm-3 h3 {
        font-size: 15px;
    }

    footer .row {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    footer .row .col-sm-3 {
        margin-top: 15px;

    }
}