/* .container {
    width: 1560px;
} */

@font-face {
    font-family: 'db_helvethaica';
    src: url('../webfonts/db_helvethaica_x_thin_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica';
    src: url('../webfonts/db_helvethaica_x_li_v3.2-webfont.woff2') format('woff2'), url('../webfonts/db_helvethaica_x_li_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica';
    src: url('../webfonts/db_helvethaica_x_v3.2-webfont.woff2') format('woff2'), url('../webfonts/db_helvethaica_x_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica';
    src: url('../webfonts/db_helvethaica_x_med_v3.2-webfont.woff2') format('woff2'), url('../webfonts/db_helvethaica_x_med_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'db_helvethaica';
    src: url('../webfonts/db_helvethaica_x_bd_v3.2-webfont.woff2') format('woff2'), url('../webfonts/db_helvethaica_x_bd_v3.2-webfont.woff') format('woff');
    font-display: block;
    font-weight: bold;
    font-style: normal;
}

.row-0 {
    margin: 0;
}

.row-0>div {
    padding: 0;
}

.row-10 {
    margin: 0 -5px;
}

.row-10>div {
    padding: 0 5px;
}

.row-20 {
    margin: 0 -10px;
}

.row-20>div {
    padding: 0 10px;
}

.row-40 {
    margin: 0 -20px;
}

.row-40>div {
    padding: 0 20px;
}

.row-table {
    display: table;
    width: 100%;
}

.row-table>div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.row-table .col {
    width: auto;
}

.row-table .col-auto {
    width: 1%;
}

.row-table.vlign-top>div {
    vertical-align: top;
}

.row-flex {
    display: flex;
}

.row-flex .col-auto {}

.row-flex .col {
    flex-grow: 1;
}

.row-flex .middle {
    align-self: center;
}

.section-middle {
    display: table;
    width: 100%;
    height: 100vh;
}

.section-middle>div {
    display: table-cell;
    vertical-align: middle;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'db_helvethaica', sans-serif;
    background-color: #fff;
    font-size: 1em;
    color: #333;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
}

.cover,
figure.cover {
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

figure.contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

figure.cover img,
.cover img {
    width: 100%;
}

img {
    max-width: 100%;
}

.icon {
    position: relative;
}

.icon img {
    display: block;
}

a:focus {
    outline: none;
}

.btn,
.link {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.link:focus,
.link:hover {
    text-decoration: none;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.item-list {
    margin: 0;
    padding: 0;
}

.item-list>li {
    list-style: none;
    float: left;
}

.item-list:before,
.item-list:after {
    content: ' ';
    display: table;
}

.item-list:after {
    clear: both;
}

.item-list.fluid>li {
    width: 100%;
}

.nav-list {
    margin: 0;
    padding: 0;
}

.nav-list>li {
    list-style: none;
    float: left;
}

.nav-list:before,
.nav-list:after {
    content: ' ';
    display: table;
}

.nav-list:after {
    clear: both;
}

.nav-list.fluid>li {
    width: 100%;
}

.text-primary {}

.text-secondary {}

.text-light {
    color: #fff;
}

.form-default .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-2 .form-default .form-group {
    position: relative;
    margin-bottom: 35px;
}

.form-default .control-label {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    line-height: 1.2em;
}

.form-default .form-control {
    line-height: 1.2em;
    padding: 10px 15px;
    font-size: 24px;
    color: #333;
    min-height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-default .form-note {
    position: absolute;
    top: 100%;
    left: 20px;
    margin-top: 4px;
    font-size: 24px;
    color: #999;
}

.form-default .form-control:focus {
    border-color: #333;
}

.form-default .block-control {
    position: relative;
}

.form-default .has-error .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-default .has-success .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-default .floating-label {
    color: #333;
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 9px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.form-default .form-control:focus~.floating-label,
.form-default .form-control:not(:focus):valid~.floating-label {
    color: #333;
    font-size: 12px;
    left: 0;
    top: -22px;
}

.form-control-feedback {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.form-control-feedback:before {
    display: none;
}

.form-control-feedback.glyphicon-ok {
    background: url('public/image/icon/checked.png') center no-repeat;
    background-size: 16px;
}

.form-control-feedback.glyphicon-remove {
    background: url('public/image/icon/cancel.png') center no-repeat;
    background-size: 16px;
}

.form-default .radio-list li+li {
    margin-left: 40px;
}

.form-default .checkbox-list li+li {
    margin-left: 40px;
}

.radio-control {
    position: relative;
    display: inline-block;
    min-height: 34px;
    padding-left: 0;
}

.radio-control .icon {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio-control .title {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
}

.radio-control input[type='radio'] {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.radio-control input[type='radio']:checked~.icon {
    border-color: transparent;
    border-color: #333;
}

.radio-control input[type='radio']:checked~.icon:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio-label {
    position: absolute;
    bottom: 100%;
    line-height: 1em;
    font-size: 20px;
    color: #6bb953;
    font-weight: 500;
}

.checkbox-control {
    position: relative;
    display: inline-block;
}

.checkbox-control .icon {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.checkbox-control .title {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    display: block;
}

.checkbox-control input[type='checkbox'] {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.checkbox-control input[type='checkbox']:checked~.icon {
    border-color: transparent;
    background-color: #333;
}

.checkbox-control input[type='checkbox']:checked~.icon:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('public/image/icon/checkbox.png') center no-repeat;
    background-size: 12px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}