* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.UIFooterControl {
    color: #fff;
    font: 16px/35px "Roboto",sans-serif;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    border-top: 5px solid #ead5a5;
}
.UIFooterControl a {
}
.UIFooterControl .CopyRight {
    color: #fff;
    font: 20px/35px "Roboto",sans-serif;
    padding: 30px 0 10px 0;
}
#footer {
    line-height: 20px;
    background-size: cover;
    background-position: center;
    background-image: url(https://storage-vnportal.vnpt.vn/cbg-khdn/2032/LogoIcon/footer.png);
    background-repeat: no-repeat;
    padding: 50px 10%;
    color: white;
    display:inline-block;
    width: 100%;
    font-family: Roboto;
    font-size: 13px;
    text-align: left;
    /* background-color: #000000; */
}
#footer .containerF{
    width: 2000px;
    /* text-align: center; */
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 15px 0px;
}
#footer .containerF .row {
}
#footer  .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#footer .logo-comp {
    position: relative;
    min-height: 30px;
}
#footer .logo-comp .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}
#footer .logo-comp .logo img {
    width: 100%;
}
#footer .logo-comp .title {
    font-weight: 700;
    font-size: 18px;
}
#footer p {
    margin: 0 0 5px 0;
}
#footer .add {
    margin-top: 5px;
}
#footer .icon {
    margin-right: 5px;
}
#footer .col-sm-3, .col-sm-4, .col-sm-5{
    float: left;
}
/* #footer .col-xs-12{width: 27%;} */
#footer .title-main {
    color: white;
    display: block;
    font-weight: bold;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 0 10px 0;
    font-size: 18px;
}
#footer .title-main:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: 0px;
    background: #fff;
    left: 0px;
}
#footer .links {
    list-style:none;
    padding:0;
    margin:0;
    float: left;
    width: 150px;
}
#footer .links > li {
    padding: 5px 0px;
    padding-left: 20px;
    position: relative;
}
#footer .links > li:before {
    color: white;
    opacity: 0.6;
    content: "\f105";
    position: absolute;
    top: 5px;
    left: 0px;
    font-family: FontAwesome;
}
#footer .links > li > a {
    color: white;
    display: block;
    line-height: 18px;
    position: relative;
    max-height: 36px;
    overflow: hidden;
}
#footer .links > li > a:hover {
    color: #cda654;
}