.page {
    padding-bottom: 140px;
}
img {
    width: 100%;
}
.header .logo-box .logo {
    background-image: url(../images/darkheader_logo.png);
}
.header .logo-box .desc {
    color: #666;
}
.menu-extras {
    float: right;
    margin-top: 18px;
}
.menu-extras a {
    font-size: 14px;
    color: #131415;
}
.menu-extras .navbar-toggle .active {
    color: #5BA1E1;
}
.big-title {
    font-size: 25px;
    color: #003E9B;
    font-weight: 700;
}
.big-title:after {
    content: '';
    display: block;
    width: 52px;
    height: 4px;
    background-color: #ED7A1F;
    margin-top: 10px;
}
.section {
    padding-top: 50px;
    padding-bottom: 0;
}
.section .name {
    font-size: 55px;
    color: #131415;
    font-weight: 700;
    margin-bottom: 20px;
}
.section .name span {
    font-size: 18px;
    color: #979797;
    font-weight: normal;
    margin-left: 20px;
    display: inline-block;
}

.section .position {
    font-size: 20px;
    color: #131415;
    font-weight: 700;
    line-height: 2;
}
.section .desc {
    font-size: 20px;
    color: #131415;
    padding: 10px 16px;
    line-height: 2;
    margin-top: 20px;
    background: linear-gradient(to right,rgba(209, 218, 232, 0.3), rgba(209, 218, 232,0.1));
    background: -webkit-linear-gradient(left,rgba(209, 218, 232, 0.3), rgba(255,255,255,0.9));
    background: -ms-gradient(left,rgba(209, 218, 232, 0.3), rgba(255,255,255,0.9));
    background: -moz-linear-gradient(left, rgba(209, 218, 232, 0.3), rgba(255,255,255,0.9));
    background: -o-linear-gradient(left, rgba(209, 218, 232, 0.3), rgba(255,255,255,0.9));
}

.section .introduction {
    font-size: 18px;
    color: #545454;
    line-height: 2;
    margin-top: 30px;
}

.section .sub-title {
    font-size: 20px;
    color: #131415;
    font-weight: 700;
    margin: 20px 0 ;
}
.section .sub-title::before {
    content: '';
    display: inline-block;
    background: #ED7A1F;
    width: 2px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}
.section .detail {
    line-height: 2;
}