.UIFooterControl {
        color: #fff;
        margin: 0 auto;
        position: relative;
        width: 100%;
        font-size: 15px;
}
.UIFooterControl .CopyRight {
        padding: 10px 0 0 10px;
}
.UIFooterControl a {
        color: #fff;
        font: bold 10pt arial;
}
.UIFooterControl .Design {
        position: absolute;
        right: 10px;
        top: 16px;
}
.UIFooterControl .logo {
        padding: 15px;
        background: #fff;
}
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;
}
.design>.copyright  {
        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/phone-icon.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 30px;
}
span.icon-tiktok {
        background: url(images/tiktok.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/circle-icons-mail.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 30px;
}
@media only screen and (max-width: 768px) {
        div. UIFooterControl img {
                width:150px !important;
                height:auto !important;
        }
        div.UIFooterControl div.logo a img {
                width: 100% !important;
        }
        div.UIFooterControl .logo {
                padding: 15px !important;
        }
        div.UIFooterControl {
                padding: 0 !important;
        }
        div.UIFooterControl .acy-email-footer p br {
                display: block !important;
        }
        div.UIFooterControl .acy-email-footer p {
                align-items: flex-start;
                text-align: left;
        }
         .MultiFunctionControl img, 
        .AdvertContent img, 
        .FooterBanner img,
        .MultiFunctionControl .fa, 
        .AdvertContent .fa, 
        .FooterBanner .fa{
                /* width: auto !important; */
                max-width: 100% !important;
                min-width: 30px !important;
                min-height: 28px;
                line-height: 1.5;
        }
        .FooterBanner .social{
                display: flex !important;
                flex-direction: row !important;
        }
        .FooterBanner .social li{
                display: inline-block !important;
                width: auto !important;
                margin: 5px !important;
        }
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;
}
}
