.UIFooterControl {
        color: #031739;
        margin: 0 auto;
        padding: 0;
}
.UIFooterControl  .container{
        padding: 15px 0;
        color: #bfbfbf;
        width:1200px;
}
.UIFooterControl .container .copyright{
        font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
        line-height: 1.5;
        font-size: 12px;
}
.UIFooterControl  .container .copyright a{
        color: #bfbfbf;
        font-size: 12px;
}
.UIFooterControl  .container .copyright a:hover{
        color: #d12303;
        text-decoration:underline;
}
.UIFooterControl .top .col-md-6 {
}
.UIFooterControl .top .col-md-1  {
        width: 7.33333333%;
}
.UIFooterControl .top{
        background: #1e427c;
        background-image: url("images/bg_footer.png");
}
.UIFooterControl .top p {
        color: #b5dcfb;
}
.UIFooterControl .top  .container{
        padding: 35px 0 ;
}
.UIFooterControl .top .header {
        color:#fff;
        font-size: 22px;
        display: inline-block;
        margin-bottom: 20px;
}
.UIFooterControl .top .module a {
        color: #b5dcfb;
}
.UIFooterControl .top .module a:hover {
        color: #fff;
        text-decoration:underline;
        font-weight:600;
}
.design {
        text-align: left;
}
.design p{
        margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
        .UIFooterControl .top .col-md-6 {
                width: 100% !important;
        }
        .UIFooterControl{
                margin-bottom: 60px;
                max-width: 100vw;
                padding: 16px;
                /* padding-bottom: 100px; */
        }
        .UIFooterControl>.CopyRight>table>tbody>tr{
                display: flex;
                flex-direction: column;
                gap: 10px;
        }
        .UIFooterControl>.CopyRight>table>tbody>tr>td{
                width: 100% !important;
                /*! margin-right: 16px; */
        }
}

