.UIFooterControl {
        color: #fff;
        margin: 0 auto;
        /* width: 1200px; */
        text-align: center;
        /* background: #336cb4; */
}
.MainStructure .FooterBanner {
        background-size: cover;
        margin: 0 auto;
        background: linear-gradient(45deg, #A11C16, #D9261A), url('images/pattern.png');
        background-blend-mode: overlay;
        background-size: contain;
        background-position: right;
        border: none;
        /* border-top: 8px solid #018597; */
        padding: 0 10px;
}
.UIFooterControl strong {
        color: white;
        font-weight:bold;
        font-family: arial;
        text-align: center;
        width: fit-content;
        white-space: nowrap;
}
.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 p{
	margin-bottom:5px!important;
	text-align: center;
}
.UIFooterControl .Design {
}
.UIFooterControl .tools {
        justify-content: space-evenly;
}
.UIFooterControl .tools > a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
}
.UIFooterControl .first, .UIFooterControl .second{
        display:flex;
        flex-direction:row;
        justify-content:center;
        column-gap:20px;
}
@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;
        }
}
@media only screen and (max-width: 768px) {
        .UIFooterControl .first .adrress, .UIFooterControl .first .phone, .UIFooterControl .first .email, .UIFooterControl .second .web, .UIFooterControl .infor{
                display: flex;
                flex-direction: row!important;
                /* text-align: center; */
                font-size: 12px;
                align-items: baseline;
                column-gap: 5px;
        }
        .UIFooterControl .header strong span{
                font-size: 14px!important;
        }
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
        .UIFooterControl .first .adrress, .UIFooterControl .first .phone, .UIFooterControl .first .email, .UIFooterControl .second .web, .UIFooterControl .infor{
                display: flex;
                flex-direction: row!important;
                text-align: center;
                font-size: 15px;
                align-items: baseline;
                column-gap: 5px;
        }
        .UIFooterControl .header strong span{
                font-size: 18px!important;
        }
}
@media only screen and (max-width: 390px) {
        .UIFooterControl .first .adrress, .UIFooterControl .first .phone, .UIFooterControl .first .email, .UIFooterControl .second .web, .UIFooterControl .infor{          
                font-size: 11px;
        }
}