.lang-tw:after {
    content: '繁體中文';
}

.lang-cn:after {
    content: '简体中文';
}

#menu {
    background-color: #fff;
    padding-top: 60px;
}
@media (min-width: 768px) {
    #menu {
        display: none !important;
    }
}
#menu .menu-row {
    background-color: #fff;
    font-size: 14px;
    line-height: 3em;
    padding: 0 1em;
    position: relative;
}
#menu .menu-row {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
#menu h3 {
    font-size: 14px;
    margin: 0;
    padding: 0 1em;
    line-height: 3em;
    background-color: #c00;
    color: #fff;
}
#menu .bi {
    color: #c00;
}
#menu .close {
    position: absolute;
    top: 1em;
    right: 1em;
}
#menuRegionAreas {
    max-height: 172px;
    transition: max-height .3s ease-in-out;
    overflow: hidden;
}
