body {
    font-family: 'SF Pro Text';
    font-style: normal;
    color : #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    background-color: #2A483E;
}

@font-face {
    src: url('../font/FontsFree-Net-SFProText-Regular.ttf');
    font-family: 'SF Pro Text';
}

#wrapper {
    position: relative;
    overflow: auto;
}

#header {
    text-align: center;
    color: #fff;
    margin-top: 18px;
    margin-bottom: 108px;
}

h4, p {
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
}

#wp-brand .brand {
    position: relative;    
    min-height: 127px;
}
#wp-brand .logo {    
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
}
#wp-brand .tree-1,
#wp-brand .tree-2 {
    position: absolute;
}
#wp-brand .tree-1 {
    top: 18px;
    left: 0;
    z-index: 1;
}
#wp-brand .tree-2 {
    top: -96px;
    right: 0;
    z-index: 3;
}

.introduce {
    margin-top: 92px;
    text-align: center;
    font-weight: 400;
}

.introduce p {
    margin-bottom: 15px;
    font-style: italic;
}

.introduce h4 {
    font-weight: 400;
}

.certification .certification-img {
    margin-top: 15px;
    position: relative;
    min-height: 334px;
}

.certification .certification-img .certification-pic {    
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
}

.certification .clound-1 {
    position: absolute;
    left: 0px;
    top: 227px;
}

.certification .clound-2 {
    position: absolute;
    right: 0px;
    top: 49px;
}

#wp-content {
    text-align: center;
}

.content {
    margin: 23px 20px 30px 20px;
    text-align: center;
}

.content-item {
    padding-bottom: 16px;
}
.content-item:last-child {
    margin-top: 12px;
    padding-bottom: 0;
}

.content-item h4 {
    font-weight: 600;
}

#footer {
   display: flex;
   justify-content: center;
   align-items: center;
}

#footer h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

#footer::after {
    content: " ";
    background: url(/assets/images/btg2.png);
    width: 100%;
    height: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    object-position: center;
    z-index: -1;
    background-repeat: no-repeat;
}




