* {
    padding: 0;
    margin: 0;
}

.en, .zh {
    display: none;
}

/* hide all elements with a language class */
.en:lang(en), .zh:lang(zh) {
    display: block;
}
/* show those elements that match their language class */
.container-faq {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .container-faq {
        width: 95%;
        padding: 0 10px;
    }
}

.title {
    color: #337ab7;
    margin: 10px 0;
}

.hr-dashed {
    border-style: dashed;
    border-color: #999;
}

.content {
    margin-top: 10px;
    font-size: 22px;
}

.content img {
    width: 100%;
}

.table-faq {
    width: 100%;
}

.table-faq thead {
    background-color: #f2f2f2;
    width: 100%;
}

.table-faq thead th {
    border: 1px solid #005582;
    font-weight: 700;
    color: #005582;
    text-align: left;
    padding: 5px;
}

.table-faq tbody td {
    border: 1px solid #005582;
    color: #005582;
    padding: 5px;
}

.table-faq tbody tr {
    transition: all 500ms;
}

.table-faq tbody tr:hover {
    background-color: #f2f2f2;
}

.gap-10 {
    display: block;
    box-sizing: border-box;
    height: 10px;
}
.list-content{
    list-style-position:inside;
}
