
.UIFooterControl {
    color: white !important;
    font: 13px "Roboto",sans-serif;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: center;
  /*	background-image: url('https://storage-vnportal.vnpt.vn/sme-g6/footer.png');*/
  line-height: 2;
  margin-bottom: 10px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #99FFFF;
}
.UIFooterControl a {
}
.UIFooterControl .CopyRight {
  	/*text-align: left !important;
  	text-shadow: 0px 0px 6px black;
  	margin-left: 10px;*/
}

.UIFooterControl #lien-he {
	background-color: rgba(0, 0, 0 , 0.5);
	width: 90%;
	padding: 15px 20px;
	border-radius: 15px;
	margin: auto;
}
div.UIFooterControl #lien-he *, div.UIFooterControl #lien-he{
	line-height: unset !important;
} 