@charset "utf-8";

html{
  width: 100%;
}
body {
  text-align: center;
  margin: 0px;
}

.topBtn {
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:45px;
  height:45px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
  z-index: 999;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:12px;
  left:0;
  width:100%;
  text-align:center;
  font-size:30px;
  z-index: 999;
}
.topBtn:hover {
  opacity:0.3;
}
.maxwidth{
  width: 100%;
}

.inlineblock{
  display: inline-block;
}

.space{
  padding-top: 10px;
}

.spacex{padding-top: 50px;}

.space1{
	padding-top: 69px;
	padding-bottom: 20px;
}

.space2{
	padding-top: 30px;
	padding-bottom: 20px;
}


.flexbox{
    display: flex;
    margin-top: 10px;
}

.desktop{
    display: block;
}
.tablet{
  display: none;
}
.phone{
    display: none;
}

.backfafafa{
  background-color: #fafafa;
}
/*header*/
#header{
  padding-top: 56.25%;
  background: url("../src/img/top.jpg") 0 0 no-repeat;
  background-size: contain;
}

.menu{
  position : absolute;
  top: 5px;
  left: 180px;
  font-size: 0;
}
.menu li{
  display: inline-block;
  padding:10px;
  width: 120px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  border-radius: 10px;

}

.menu li:hover{
  background: #009fcc;
}

.menu li:hover a{
  color: white;
}

.menu li a{
  color: #1e50a2;
  text-decoration: none;
}

menu2area{
  display: none;
}

.logo{
  position: absolute;
   top: 10px;
   left: 30px;
   text-align: left;
}
.logo img{
  width: 150px;
}

.rightup{
   position: absolute;
   top: 10px;
   right: 20px;
   text-align: right;
}


.rightup i{
  color: #1e50a2;
  font-size: 30px;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.rightup i:hover{
  -webkit-transform: scale( 1.3 );
  -moz-transform: scale( 1.3 );
}
.topword{
   position: absolute;
   top: 20%;
   bottom: 0;
   left: 0;
   right: 0;
   text-align: center;
}
.topword img{
  width: 700px;
}

.topword a{
  color:  #1e50a2;
  font-size: 5vw;
  font-weight: bold;
}

.content{
  font-size: 24px;
  color: #1e50a2;
  font-weight: bold;
  text-align: center;
}
.content2{
  font-size: 18px;
  color: #727171;
  font-weight: lighter;
  text-align: center;
  padding-bottom: 10px;
}

/*service*/

#service{
  padding-top: 100px;
  padding-bottom:100px;
  padding-left: 20px;
  padding-right: 20px;
}

.servicearea{
  width: 100%;
}

.servicearea2{
  width: 100%;
  max-width: 400px;
  margin-left: 30px;
  margin-right: 30px;

}

.servicearea p{
 width: 100%;
 margin-top: 10%;
 margin-bottom: 10%;
 text-align: left;
}

.servicearea img{
  width: 100%;
}

.servicebtn1{
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 18px;
    color: #eb6238;
    border: solid 1px #eb6238;
    border-radius: 3px;
    transition: .4s;
    margin-top:5px;
    margin-bottom:20px;
}

.servicebtn1:hover {
    background: #eb6238;
    color: white;
    cursor: pointer;
}

.servicebtn2{
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 18px;
    color: #3eb370;
    border: solid 1px #3eb370;
    border-radius: 3px;
    transition: .4s;
    margin-top:5px;
    margin-bottom:20px;
}

.servicebtn2:hover {
    background: #3eb370;
    color: white;
}

.schoolbtn{
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    font-size: 18px;
    color: #1e50a2;
    border: solid 1px #1e50a2;
    border-radius: 3px;
    transition: .4s;
    margin-top:5px;
    margin-bottom:20px;
}

.schoolbtn:hover {
    background: #1e50a2;
    color: white;
    cursor: pointer;
}

/*policy*/

#policy{
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.policytext{
  color :#727171;
  line-height: 50px;
  font-size: 18px;
}


/*action*/

#action{
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.actiontext{
  color :#727171;
  line-height: 40px;
  font-size: 18px;
}

/*director*/

#director{
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}
.textleft{
  text-align: left;
}

.directortext{
  width: 100%;
  max-width: 350px;
  font-size: 18px;
  padding-right: 20px;
  padding-left: 20px;
}
.directortext p{
  width: 100%;
}


.button{
    display: inline-block;
    padding: 10px 50px;
    text-decoration: none;
    font-size: 18px;
    color: #1e50a2;
    border: solid 1px #1e50a2;
    border-radius: 3px;
    transition: .4s;
    margin-top:5px;
    margin-bottom:20px;
}

.button:hover{
  background: #1e50a2;
  color: white;
  cursor: pointer;
}
.close {
    background:#fafafa;
}

.content3{
  text-align: center;
  color: #000;
}
.content3 p{
  text-align: left;
}

.name{
  width: 100%;
    max-width: 400px;
    height: 40px;
}

.name2{
    width: 100%;
    max-width: 300px;
    height: 30px;
}

.human{
   width: 100%;
   max-width:200px;
   margin-bottom: 20px;
}

/*about*/

#about{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}

.abouttableth{
    width: 20%;
    text-align: left;
}
.abouttableth a{
    font-size: 18px;
    font-weight: bold;
}
.abouttabletd{
    width: 80%;
    text-align: left;
}
.abouttabletd a{
    font-size: 18px;
}

.ggmap {
position: relative;
padding: 150px;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*recruit*/

#recruit{
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.recruittext{
  font-size:20px;
  text-align: left;
}

.recruitarea{
  width: 100%;
}

.recruitarea2{
  width: 100%;
  max-width: 500px;
  margin: 20px;
  padding: 50px;
}

.recruitarea2 p{
  width: 100%;
  font-size:24px;
  font-weight:bold;
}

.recruitarea2text{
	margin-bottom: 10px;
    font-size: 18px;
    line-height: 40px;
    color: #000;
}

.fontgreen{
  color: #3eb370;
}

.bordergreen{
  border: solid 1px #3eb370;
}

.fontblue{
  color: #1e50a2;
}
.borderblue{
  border: solid 1px #1e50a2;
}


/*footer*/

#footer {
    width: 100%;
    background-color: #1e50a2;
}

.footer{
  margin-top: 50px;
}

.footer p{
  color: #fff;
  margin-top: 50px;
  font-size: 15px;
}

@media only screen and (max-width:1080px){
  #header{
    background-size:1080px 100%;
    padding-top: 0;
    width: 100%;
    height: 70%;
  }

   .topword{
     position: absolute;
     top: 18%;
     bottom: 0;
     left: 0;
     right: 0;
     text-align: center;
  }
   .topword a{
    color:  #1e50a2;
    font-size: 60px;
    font-weight: bold;
  }
  .topword img{
    width: 500px
  }
  .servicearea2{
    margin:10px;
    max-width: 400px;
  }
  .recruitarea2{
    margin:10px;
    margin-top: 10px;
    padding: 0px;
  }

  .ggmap {
    padding:150px;
  }

  .desktop{
    display:none;
  }

  .tablet{
    display:block;
  }

  .phone{
    display: none;
  }
  .menu{
    position : relative;
    width: 100%;
    top:0px;
    left:-40;
    right:0;
    text-align: center;
  }
  .menu li{
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 22px;
  }
  .menu li a{
    color: #1e50a2;
    text-decoration: none;
  }
}


@media only screen and (max-width:800px){

  #header{
    background-size:auto 100%;
    padding-top: 10%;
    }

  .topword a{
    color:  #1e50a2;
    font-size: 9vw;
    font-weight: bolder;
  }

  .servicearea2{
    margin-left:0px;
    margin-right:0px;
    max-width: 400px;
  }
  .recruitarea2{
    margin:0px;
    margin-top: 10px;
    padding: 0px;
  }

  .menu{
    display: block;
  }
  .menu li{
    width: 100%;
    font-size: 28px;
    padding-left: -10px;

    padding:0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu i{
    font-size: 40px;
  }
  .phone{
    display: block;
  }
  .desktop{
    display: none;
  }
  .tablet{
    display: none;
  }

  .logo{
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .logo img{
    width: 200px;
  }

  .topword img{
    display: none;
  }

  .rightup{
    display: none;
  }

  .flexbox{
    display: block;
  }
  .ggmap {
    padding:100px;
  }

  .backgreen{
    background-color: #eaf9ea;
    border-radius: 5px;
  }

  .abouttableth{
    width: 100%;
    text-align: center;
    margin-top: 30px
  }
  .abouttableth a{
      font-size: 13px;
      font-weight: normal;
  }
  .abouttabletd{
      width: 100%;
      text-align: center;
  }
}

@media only screen and (max-width:500px){

  #header{
    background-size:auto 100%;
    padding-top: 0%;
    }

  .topword a{
  color:  #1e50a2;
  font-size: 13vw;
  font-weight: bolder;
  }

  .directortext{
  padding-right: 0px;
  padding-left: 0px;
  }
}
