.UIFooterControl {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.UIFooterControl .CopyRight {
        color: #2e3192;
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 100%;
}
.UIFooterControl a {
        color: #2e3192;
        font: 13px/1.5 arial;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl p{
        margin-bottom: 5px;
         color: #000000;
}

.bottom_nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0px;
    background: #fff;
    width: 1px;
}

.bottom_nav ul {
	display: block;
  
}

.bottom_nav li {
	display: inline-block;
    position: relative;
}