/*body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
header > h1 {
  font-size: 72px;
  line-height: 1.5;
  color: #2c3e50;
  font-weight: 100;
  border-bottom: 2px solid #ddd;
}
header > h1 > span > a {
  font-size: 20%;
  color: #2c3e50;
  text-decoration: none;
  margin-left: 10px;
}*/
#container {
  width:  100%;
  margin: 0 auto;
  padding-top:170px;
}
section {
  height: 600px;
  margin: 0;
  background-color: #2c3e50;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section > .text {
  position: relative;
  top: 30%;
  transform: translateY(-50%);
}
section > .text > h1 {
  font-size: 40px;
  font-family:"Gotham-Black";
  color:#2665FE;
  border-bottom: 0;
  line-height:70px;
  margin: 0 0 10px;
  padding-left:220px;
}
section > .text > h3 {
   font-family:"Gotham-Black";
  color:#2665FE;
  margin: 0;
  line-height:70px;
  font-size: 40px;
  padding-left:420px;
}
section > .test {
  position: relative;
  top: 0px;
  padding-left:220px;
}
section > .teat {
  position: relative;
  padding-top:92px;
  padding-left:220px;
}
section > .teat > pb_an{ height:79px; margin:0; padding-left:220px; }
section > .test > pb_en{ height:92px; margin:auto; padding-top:0px;  }
#main {
  text-align: left; 
}
#more {
  margin: 20px auto 48px;
}
