#footer{
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    /*background: #e21b40;*/
    background: #3b5998;
    line-height: 1.4;
    padding: 0px;
    color: #FFFFff;
}
.footer img {
    max-width: 100%;
}
.footer-1 {
    text-align: start;
}

.footer-3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 13px 0px;
    text-align: left;
}

.footer-3 p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.header-app{
    margin-bottom: 5px;
}
ul.hm-info {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

ul.hm-info li {
    display: flex;
    margin-bottom: 10px;
    
}

ul.hm-info li i {
    margin-right: 5px;
}

.ic.phone {
    width: 20px;
    height: 20px;
    display: inline-flex;
}

.ic.phone:before {
    content: '';
    background-image: url(../images/ic-phone.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.ic.location {
    width: 22px;
    height: 22px;
    display: inline-flex;
}

.ic.location:before {
    content: '';
    background-image: url(../images/ic-location.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 22px;
}

ul.hm-social {
    display: flex;
}

ul.hm-social li {
    display: flex;
}

ul.hm-social li {
    margin-left: 20px;
}

ul.hm-social li a {
    display: block;
}
.footer-top{
    padding: 15px 0px 5px;
}
.footer-bottom{
    border-top: 1px solid #0e388ed9;
}
.footer-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-app-qrcode .box-app{
    width: calc(100% - 115px);
}
.box-app-qrcode .box-app img {
    width: 100%;
}
.box-app.uk-flex-wrap > * {
    width: 100%;
}
.box-app-qrcode .qr_coded {
    padding-left: 10px;
    height: 105px;
    width: 115px;
}
.footer-image-app {
    width: 100%;
}
@media (max-width: 1024px) {
    .box-app-qrcode .box-app{
        width: calc(100% - 95px);
    }
    .box-app-qrcode .qr_coded {
        padding-left: 10px;
        height: 85px;
        width: 95px;
    }
}
@media (max-width: 768px) {
    .hm-social.uk-flex-right {
        justify-content: center;
    }
    .box-app > :first-child {
        margin-right: 10px;
    }
    .box-app-qrcode .qr_coded {
        display: none;
    }
    .box-app-qrcode .box-app{
        width: 100%;
    }
    .box-app.uk-flex-wrap{
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .box-app.uk-flex-wrap > * {
        width: auto;
    }
    .box-app-qrcode .box-app img {
        width: auto;
        max-height: 50px;
    }
    #footer {
        padding: 0 15px;
    }
}
@media (max-width: 414px) {
    .footer-3 p {
        font-size: 12px;
    }
}
.box-app {
    display: block;
}

.hm-social {
    display: flex;
    margin-top: 15px;
}

@media (max-width: 1000px) {
    .footer-link {
        display: block;
    }

    .hm-social {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .order1 {
        margin: 5px 0px 5px 0px;
    }
}