#footer {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 30px 0;
    color: #6a6a6a;
    font-weight: 500;
    text-align: center;
    background-color: #EEEFEF;
}

#footer ul , #footer li {
    list-style-type:none;
    padding:0;
    margin:0;
}

#footer .footer-logo{
    width:100px;
}

#footer .footer-page-link{
    color:#000;
    font-size:14px;
}

#footer li{
    display: inline-block;
    padding: 0 15px;
    width: 120px;
    font-weight: 400;
    text-align: center;
}

#footer .footer_share{
    width: 100%;
    text-align: center;
}
#footer .footer_share .fs-icon{
    width: 50px;
    margin: 10px 0px;
    
    width: 43px;
    margin: 10px 5px;
}
#footer .footer_copyright{
    font-size:12px;
    color: #000;
}
@media (max-width: 768px){
    #footer ul{
        width:100%;
        max-width: 280px;
        margin: auto;
    }
    #footer li{
        display: inline-block;
        padding: 0px;
        width: calc(33% - 3px);
        line-height: 34px;
    } 
}