.sub-footer {
    width: 100%;
    height: auto;
    line-height: 30px;
    background-color: #687283;
    padding: 40px;
}
.sub-footer .border-right{
    border-right: 1px solid #717a8a!important;
}
.sub-footer .logo-questions{
    margin-left: -50px;
}
.sub-footer ul li{
    list-style-type: none;
    font-size: 14px;
}
.sub-footer a{
    text-decoration: none;
}
.sub-footer a:hover,
.footer a:hover{
    opacity: 0.8;
}
.sub-footer .en-logo{
    width: 90%;
}
.sub-footer .en-logo:hover{
    opacity: 1;
}
.sub-footer li a, .sub-footer li{
    color: #fff;
}
.sub-footer .questions-en{
    font-weight: 800;
    display: block;
    margin-top: 35px;
    margin-bottom: -30px;
}
.sub-footer .contact-us, .sub-footer .contact-us a{
    color: #C2C5CB!important;
}
.sub-footer .fa-stack{
    color: #AAB2BA!important;
}
.sub-footer .fa-stack:hover{
    opacity: 0.8;
}
.sub-footer .members-section{
    margin-left: -50px;
}
.cust-footer {
    background-color: #576273;
    text-align: center;
    /* position: absolute; */
    width: 100%;
    height: 50px;
    /* bottom: 0px; */
    padding: 10px;
}
.cust-footer ul{
    margin-left: -50px;
}
.cust-footer ul li{
    list-style-type: none;
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    /*border-right: 1px solid #7d7d7d;*/
    position: relative;
}
.cust-footer ul li:after{
    height: 15px;
    width: 1px;
    display: inline-block;
    background: #7d7d7d;
    border-right: 1px #7d7d7d;
    content: '';
    position: absolute;
    top: 5px;
    right: -5px;
}
.cust-footer ul li:last-child:after{
    display: none;
}
.cust-footer li a{
    color: #d8d8d8;
    text-decoration: none;
    font-size: 12px;
}

@media only screen and (max-width: 767px){
    .sub-footer{
        text-align: center;
    }
    .sub-footer ul{
        margin-left: -50px;
    }
    .sub-footer .en-logo{
        width: 200px;
        margin-bottom: 15px;
    }
    .sub-footer .border-right{
        border-right: none!important;
    }
    .sub-footer .questions-en{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 530px){
    .cust-footer {
        height: 74px;
    }
}