.header {
    width: 100%;
    min-height: 60px;
    padding: 0;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
    z-index: 9999;
  }

  
.menu-always-on-top .header {
    background: #fff;
    padding: 0 40px;
    box-sizing: border-box;
  }
  
  .ie8 .header {
    background: #fff !important;
  }
  .ie8 .header.fixNav {
    border-bottom: solid 1px #ddd;
  }
  
  .header .container .row{
    padding-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* header at the top */
  /* .logo{
      float: left;
  }
  .pull-right{
      float: right;
  } */
  .header-navigation li{
      font-size: 18px;
      font-weight: 500;
  }
  
  .content{
      padding: 90px 30px;
      /* margin: 90px; */
      min-height: calc(100vh - 300px);
      /* box-sizing: border-box; */
  }

  .content .banner{
      width: 50vw;
  }
  .content .banner img{
      width: 50vw;
  }
  .information{
      margin-left: 20px;
  }

  .footer{
      height: 60px;
      background-color: #111;
      line-height: 60px;
      padding: 0 30px;
  }