.UIFooterControl {
        color: #fff;
        margin: 0 auto;
        /* width: 1200px; */
        text-align: center;
        /* background: #336cb4; */
}
.UIFooterControl strong {
        color: white;
        font-weight:bold;
        font-family: arial;
}
.UIFooterControl .CopyRight {
        margin: 0 auto;
        padding: 15px 0;
        /* width: 1200px; */
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
}
.UIFooterControl a {
        color: #fff;
        font-size: 16px;
}
.UIFooterControl .Design {
}
.UIFooterControl .tools {
        justify-content: space-evenly;
}
.UIFooterControl .tools > a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
}
@media only screen and (max-width: 1023px) {
        .UIFooterControl .tools {
                position: relative !important;
                flex-direction: row !important;
                justify-content: space-evenly;
                padding: 10px 0 !important;
        }
        .UIFooterControl .tinnhiemmang {
                position: relative !important;
                width: 100vw !important;
                padding: 10px 20vw !important;
        }
}
