h6{
        font-weight:bold;
}
.UIFooterControl {
        color: #FFFFFF;
        margin: 0 auto;
        position: relative;
        /* width: 100%; */
}
.bottom_left{
        text-align:left;
}
.UIFooterControl .Design {
        position: absolute;
        right: 10px;
        top: 10px;
}
.bottom_right{
        display:flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        align-content: flex-end;
}
.footerDonVi{
        color: #013366;
        padding-top:10px !important;
}
.tenDonVi{
        color:red;
}
@media screen and (max-width:768px){
        .logo-left img{
                width:100px !important;
        }
        .bottom_right img{
                width:100px !important;
        }
        .UIFooterControl p, .UIFooterControl p *{
                text-align: left !important;
                display: flex;
                flex-wrap: nowrap;
                align-items: stretch;
                flex-direction: row-reverse;
                align-content: center;
                line-height: inherit;
                justify-content: flex-end;
        }
        .bottom_right{
                display: flex;
                align-items: center;
                justify-content: space-evenly;
        }
        .UIFooterControl{
                position:relative !important;
        }
}
