#section0 {
    width: 100%;
    /* background: url(/images/contact6.jpg); */
  }

  #section1 {
    width: 100%;
    /* background: url(/images/contact5.jpg); */
  }

  #section2 {
    width: 100%;
    /* background: url(/images/contact4.jpg); */
  }

  #section3 {
    width: 100%;
    /* background: url(/images/contact3.jpg); */
  }

  #section4 {
    width: 100%;
    /* background: url(/images/contact2.jpg); */
  }

  #section5 {
    width: 100%;
    /* background: url(/images/contact1.jpg); */
  }

  .heade1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 110px;
    background: url(/images/head1.png);
    opacity: 0;
  }

  .heade1.active {
    opacity: 1;
  }

  .heade2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 110px;
    background: url(/images/head2.png);
    border-bottom: 1px solid #e9e9e9;
    opacity: 0;
  }

  .heade2.active {
    opacity: 1;
  }

  .fp-warning,
  .fp-watermark {
    display: none;
  }