.container-fluid {
    max-width: 1000px;
    background: white;
}

.head {
    width: 100%;
    height: 500px;
}

.head-side {
    padding: 10px;
    margin: 0 auto
}

.head-side-img {
    height: auto;
    width: 100%;
    position: center;
    margin: auto;
}

.center-td {
    text-align: center;
}

.icon {
    width: 24px;
    height: auto;
}

.section-title {
    border-bottom: 1px solid #eee;
}

table {
    width: 100%;
    text-align: center;
}

.lang-tag {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0 2px;
    background: #eee;
    border-radius: 5px;
}

p {
    text-indent: 2em!important;
}