/* .FooterBar .agg-row {
        align-items: center;
} */

.UIFooterControl {
        color: #fff;
        margin: 0 auto;
        padding: 0;
        position: relative;
        padding: 0;
        /* background: #02265c; */
        /* width: 1160px; */
}

.UIFooterControl .CopyRight {
        font: 13px/1.5 arial;
        margin: 0 auto;
}

.UIFooterControl a {
        color: #666;
}

.UIFooterControl .Design {}

.widget-wrap h4 {
        font-size: 22px;
        margin-bottom: 20px;
        color: #159cf6;
}

.widget-area.footer-widgets-1.footer-widget-area {
        display: flex;
        align-items: stretch;
        gap: 50px;
}

.widget-area.footer-widgets-1.footer-widget-area>section {
        flex: 1;
        width: 50%;
        margin-bottom: 20px;
}

ul.social {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
}

.design {
        display: flex;
        align-items: center;
        gap: 50px;
        border-top: 1px solid;
        padding-top: 15px;
        color: #fff;
}

.design .social {
        position: initial !important;
        width: auto !important;
}

.design>p {
        margin: 0;
        flex: 1;
}

.textwidget p {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: normal;
}

.textwidget p a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
}

ul.social li a {
        width: 30px;
        height: 30px;
        display: flex;
        background: #fff;
        align-items: center;
        justify-content: center;
        margin: 3px;
        border-radius: 50%;
        overflow: hidden;
        padding: 0;
}

span.icon-facebook {
        background: url(images/facebook-r.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 30px;
}

span.icon-line {
        background: url(images/line-r.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 30px;
}

span.icon-zalo {
        background: url(images/zalo-r.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 30px;
}

span.icon-gmail {
        background: url(images/gmail-r.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 30px;
}

@media only screen and (max-width: 768px) {
        .MainStructure .FooterBanner {
                background: #02265c;
        }

        ul.social li a.btn {
                width: 30px !important;
                height: 30px !important;
        }

        ul.social li a.btn>span {
                width: 100% !important;
                height: 100% !important;
                background-size: 30px !important;
                margin: 0 !important;
        }
}