html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre, a, code, em, img, small, strong, sub, sup, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: 300;
}

a {
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: none;
    outline: none
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}

input[type=button], input[type=text], input[type=password], button, textarea {
    -webkit-appearance: none;
    outline: none
}
header, footer{
    overflow: hidden;
}
header img, footer img{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
section{
    margin: 0 auto;
    position: relative;
    background: #f1f1f1;
    overflow: hidden;
}
footer{
    width:100%;
    position: relative;
}
footer h1{
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
footer h1 a{
    color: #FFF;
}
@media screen and (min-width: 1000px) {
    section {width: 1000px}
}
@media screen and (min-width: 1440px) {
    section {width: 1440px}
}
@media screen and (min-width: 1920px) {
    section {width: 1440px}
}
.company-profile{
    overflow: hidden
}
.profile-title{
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}
.profile-title img{
    width: 100px;
}
.profile-content{
    padding:100px 50px;
    overflow: auto;
    font-size: 14px;
}
