html,body{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  width: 100%;
  height: 100%;
  line-height: 1.4;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
ul, li{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
a{
  color: #0071CC;
  text-decoration: none;
  outline: none;
}
a:hover{
  color: #004780;
  text-decoration: none;
}
a img{
  border: 0;
}
*{
  box-sizing: border-box;
}
table{
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}
th, td{
  border: 1px solid #ccc;
}

.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}
.inline-block{
  display: inline-block;
}
.middle{
  vertical-align: middle;
}
.table{
  display: table;
  width: 100%;
  text-align: center;
}
.table-cell{
  display: table-cell;
  vertical-align: middle;
}
.center{
  text-align: center;
}
.media{
  display: table;
  width: 100%;
}
.media-left, .media-body{
  display: table-cell;
  vertical-align: top;
}
.btn{
  border: 2px solid;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 50px;
  display: inline-block;
  border-radius: 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover{
  border-color: #0071CC;
  background-color:#0071CC;
  color: #fff;
}
.half-width{
  width: 50%;
}

.content{
  width: 1050px;
  margin: 0 auto;
}

#footer{
  padding: 15px 0px;
}
#footer .footer-bottom{
  margin-top: 10px;
}
#footer ul li{
  float: left;
  margin-right: 15px;
}
#footer ul li a{
  color: #999;
}
#footer .copyright{
  color: #999;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
#page-top a {
  background-color: #0062B1;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  text-align: center;
  display: table;
  border-radius: 5px;
  font-size: 24px;
}
#page-top a:hover {
  text-decoration: none;
}

#top{
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("img/back.png");
  background-size: cover;
}
#top #header{
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 9999;
}
#top #header .header-left, #top #header .header-right{
  height: 90px;
}
#top #header ul{
  height: 90px;
}
#top #header ul li{
  height: 90px;
  display: table;
  float: left;
}
#top #header ul li a{
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#top #header .header-right li a{
  opacity: 0.7;
  padding: 0px 15px;
}
#top #header ul li a:hover{
  opacity: 1;
}
#top #header .mobile-header-right{
  display: none;
}
#top #header .mobile-header-right #dLabel{
  font-size: 24px;
  padding: 0px 10px;
  cursor: pointer;
}
#top #header .mobile-header-right .dropdown-menu{
  background-color: #fff;
  box-shadow: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#top #header .mobile-header-right .dropdown ul{
  height: auto;
}
#top #header .mobile-header-right .dropdown ul li{
  height: auto;
  float: none;
  display: block;
}
#top #header .mobile-header-right .dropdown ul li a{
  display: block;
  font-size: 14px;
  color: #0071CC;
}
#top #header .mobile-header-right .dropdown ul li a:hover{
  background-color: #f5f5f5;
}
#top .table{
  position: absolute;
  height: 100%;
  font-size: 45px;
}
#top .table .catch{
  margin-top: 35px;
}
#top .table .ex{
  margin-top: 20px;
}
#top .table .ex .inline-block{
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.7;
}

.stanza{
  padding: 50px 0px;
}
h2.title{
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

#slogan{
  background-image: url('img/back.png');
}
#slogan .content{
  text-align: center;
}
#slogan .content p{
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  width: 700px;
  margin: 25px auto 0;
}

#service .content{
}
#service .content .service{
  padding: 0px 15px;
}
#service .content .service h3{
  font-size: 24px;
  background-color: #0062B1;
  padding: 6px 30px;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
}
#service .content .service .catch{
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0px 10px;
}
#service .content .service .ex{
  font-size: 16px;
  width: 650px;
  margin: 0 auto 15px;
  text-align: left;
}
#service .content .service .contact{
  margin-top: 25px;
}
#service .content .image img{
  margin: 0px 20px;
}
#service .content .service.cyber{
  padding-top: 60px;
}
#service .content .service.cyber h3{
  background-color: #E24732;
}

#about{
}
#about table{
  border: none;
  font-size: 16px;
}
#about table tr:nth-child(2n){
  background-color: #f5f5f5;
}
#about table td{
  border: none;
  padding: 14px 12px;
  color: #333;
}
#about table td.title{
  font-weight: 600;
  width: 24%;
}
#about table td.ex{
  width: 76%;
}

#mail{
  background-color: #f5f5f5;
  padding-bottom: 80px;
}
.mail-font-size{
  font-size: 18px;
}

#access{
  background-color: #0062B1;
  padding-bottom: 80px;
}
#access h2{
  margin-bottom: 0px;
  color: #fff;
  opacity: 0.9;
}
#access .address{
  text-align: center;
  font-size: 16px;
  margin: 25px 0px;
  color: #fff;
  opacity: 0.9
}
#access .map{
}

#particles-js{
  width: 100%;
  height: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
}

@media(max-width: 1050px){
  .content{
    width: 100%;
    padding: 0px 10px;
  }
}
@media(max-width: 700px){
  .tablet-none{
    display: none;
  }
  #top #header{
    height: 60px;
  }
  #top #header .header-left, #top #header .header-right{
    height: 60px;
  }
  #top #header ul{
    height: 60px;
  }
  #top #header ul li{
    height: 60px;
  }
  #top #header .mobile-header-right{
    display: table;
  }

  #top .table .catch{
    padding: 0px 15px;
  }
  #top .table .ex{
    padding: 0px 15px;
  }

  #slogan .content p{
    width: 100%;
    font-size: 15px;
  }
  #slogan .content .slogan-image{
    width: 100%;
  }
}
@media(max-width: 500px){
  .stanza{
    padding: 40px 0px;
  }
  h2.title{
    font-size: 24px;
  }
  .mobile-none{
    display: none;
  }
  #top #header .header-left img{
    height: 45px;
  }
  #top .table{
    font-size: 26px;
  }
  #top .table .catch{
    margin-top: 16px;
  }
  #top .table .ex .inline-block{
    font-size: 15px;
  }

  #service .content .service{
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 25px;
  }
  #service .content .service h3{
    font-size: 20px;
  }
  #service .content .service .ex{
    width: 100%;
  }
  #service .content .service .btn{
    width: 100%;
  }
  #service .content .service.cyber h3{
    width: 100%;
  }
  #service .content .service.cyber .image{
    margin: 0px;
    padding: 0px 10px;
  }
  #service .content .service.cyber img{
    width: 100%;
    margin: 0px;
  }

  #about table td{
    font-size: 14px;
    padding: 12px 10px;
  }

  #access .content{
    padding: 0px 20px;
  }
  #access .address{
    font-size: 14px;
  }

  #footer .logo{
    text-align: center;
  }
  #footer .logo img{
    height: 40px;
  }
  #footer .footer-bottom{
    text-align: center;
  }
  #footer .footer-bottom .left, #footer .footer-bottom .right{
    float: none;
  }
  #footer ul li{
    width: 50%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #page-top{
    right: 15px;
  }
  #page-top a{
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}