.UIFooter .container {
    margin: 0 auto;
}
.UIFooter .footer .container .row .col .logo img {
    max-width: 100%;
    height: auto;
}
.UIFooter .footer .container .row .col {
    display: inline-flex;
}
.UIFooter .footer .container .row .col.col1 {
    width: 48%;
}
.UIFooter .footer .container .row .col.col2 {
    margin: 0 40px;
}
.UIFooter .icon-uniF136:before {
    content: "\f136";
}
.UIFooter .icon-uniF195:before {
    content: "\f195";
}
.UIFooter .fa-fax:before {
    content: "\f1ac";
}
.UIFooter .icon-uniF117:before {
    content: "\f117";
}
.UIFooter a {
  display: block;
  padding: 5px 0px;
  color: #ffffffc4;
  text-decoration: none;
  font-weight: normal;
}
.UIFooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.UIFooter .title {
    font-weight: bold;
    margin: 0px 0;
}
.UIFooter .footer {
    /*
background-image: linear-gradient(to right top, #0068a4, #036eac, #0674b5, #0a7abd, #0d80c6, #0d7fc5, #0d7ec3, #0d7dc2, #0975b7, #066dac, #0366a1, #005e96);
*/
background: #145a8d;
    padding: 15px 0px;
    position: relative;
    color: #fffffff0;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid #eee;
}
.UIFooter .box-footer {
    margin-top: 9px;
}
.UIFooter .footer .logo img {
    max-width: 100%;
    height: 50px;
}
.UIFooter .footer .name {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.UIFooter .footer .logo {
    margin: 10px 0;
    color: #ffffff;
    font-size: 18px;
}
.UIFooter .footer .container .row .col .name strong {
    font-weight: bold;
    font-size: 20px;
}
.UIFooter .li {
    margin-bottom: 5px;
}
.UIFooter .li .icon {
    margin-right: 5px;
    font-size: 15px;
}
.UIFooter .footer .copyright {
    padding-top: 10px;
    text-align: center;
    color: #ffffff9e;
    border-top: 1px solid #ffffff2e;
}
.UIFooter .footer a.btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    background: #3156a3;
    color: #fff;
    padding: 0px;
    margin: 0px 5px;
    border: 0px;
    opacity: 1;
    border: 2px solid #fff;
}
.UIFooter .footer ul.social {
    display: inline-flex;
}
.UIFooter .footer span.icon.fa {
    line-height: 30px;
}
.UIFooter .footer span.icon.fa.fa-facebook {
    color: #fff!important;
}

@media (min-width:992px) and (max-width:1199px){
   .footer .col-lg-5{
     flex:0 0 30%;
   }
}
/*Thuy*/
.UIFooter .box-footer .social {
    padding: 10px 0px;
}