#footer {
    height: 275px;
    background-color: #fff;
}

#footer .f-contener {
    width: 1300px;
    height: 275px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#footer .f-contener .fc-top{
    display: flex;
    flex-direction: row;
}

#footer .f-contener .fc-left,
#footer .f-contener .fc-right,
#footer .f-contener .fc-center {
    height: 290px;
    padding-top: 58px;
}

#footer .f-contener .fc-center{
    padding-left: 93px;
    padding-right: 200px;
}

#footer .f-contener .fc-left a.home {
    width: 230px;
    display: inline-block;
    margin-left: 36px;
    margin-top: 20px;
    float: left;
    text-decoration: none;
    height: 180px;
}

#footer .f-contener .fc-left a.home .asia-logo {
    width: 166px;
    height: 37px;
}

#footer .f-contener .fc-left a.home span {
    font-size: 7px;
    font-weight: 400;
    text-align: center;
    width: 164px;
    display: block;
    color: #707070;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

#footer .f-contener .fc-left .fc-menu-left {
    margin-left: 318px;
}

#footer .f-contener .menu-item {
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #4B7282;
    width: 100%;
    height: 38px;
    display: block;
    line-height: 38px;
}

#footer .f-contener p.copyright {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

@media (max-width: 1902.98px) { 
    
}

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {   
    #footer .f-contener{
        width: calc(100vw - 20px);
    }
    #footer .f-contener .fc-left a.home{
        width: 167px;
    }

    #footer .f-contener .fc-left .fc-menu-left{
        margin-left: 250px;
    }

    #footer .f-contener .fc-left{
        width: 44%;
    }

    #footer .f-contener .fc-right {
        float: unset;
        width: 90%;
    }

    #footer .f-contener p.copyright{
        /* width: calc(100vw - 50px); */
    }
}

/* desktop more than 992px */
@media (max-width: 1199.98px) { 
    #footer .f-contener .fc-left{
        width: 57%;
    }
}

/* tablets more than 768px */
@media (max-width: 991.98px) {  
    #footer .f-contener .fc-left{
        width: 71%;
    }
}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {    
    #footer .f-contener .fc-left .fc-menu-left{
        display: none;
    }

    #footer .f-contener .fc-right{
        display: none;
    }

    #footer .f-contener .fc-left{
        width: calc(100vw - 20px);
    }

    #footer .f-contener .fc-left a.home{
        display: block;
        margin: 0 auto;
        float: unset;
    }

    #footer .f-contener p.copyright{
        text-align: center;
        color: #75858D;
    }
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {    
    #footer .f-contener .fc-left a.home span{
        display: none;
    }

    #footer .f-contener .fc-left{
        padding-top: 45px;
        height: 125px;
    }

    #footer .f-contener .fc-left a.home{
        height: 76px;
    }

    #footer .f-contener{
        height: 154px;
    }

    #footer{
        height: 154px;
    }

    #footer .f-contener .fc-top{
        flex-direction: column;
    }

    #footer .f-contener .fc-center{
        display: none;
    }
}

