.footerMenu {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #333333;
    display: flex;
    justify-content: center;
}

.fheaderText {
    font-size: .7555rem;
    font-family: 'sst-roman', sans-serif;
    color: white;
    padding-top: 20px;
}

html[lang="vi-VN"] .fheaderText {
    font-family: 'SSTVN', sans-serif;
}

.frow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px !important;
    width: 100% !important;
}

.fcol {
    /*display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: left;*/
    width: 25%;
}

    .fcol a {
        color: white;
        text-decoration: none;
        font-size: .6555rem;
        font-family: 'sst-roman', sans-serif;
    }

html[lang="vi-VN"] .fcol a {
    font-family: 'SSTVN', sans-serif;
}

.fcol ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fcol li {
}

.fcol a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .fcol {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }
}

.handCusror {
    cursor: pointer;
}
