﻿#wrapper {
  background: #e4e4e4 url('../images/texture11.jpg') top center repeat;
  margin-top: 115px;
  padding: 0px;
}
#summary {
  margin: 0 0 30px 0;
  /*text-shadow: 1px 1px 15px #fff, 1px 1px 15px #fff, 1px 1px 15px #fff, 1px 1px 15px #fff;*/
  font-size: 18px;
  color: #145697;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 2px;
  position: relative;
}
#summary .summary-outer {
  padding: 10px;
}
#summary .summary-inner {
  padding: 20px 25px;
  /*background: #cacaca url('../images/texture13.jpg') top center repeat;*/
  border-radius: 10px;
}
#summary .summary-inner i {
  color: #000000;
  margin-right: 5px;
}
.service {
  color: #000000;
  margin-bottom: 40px;
}
.service-info i {
  color: #005aa0;
  margin-right: 5px;
}
.service-info-title {
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 6px 10px -7px #8c4800;
}
.service-info-title-ch {
  font-size: 25px;
}
.service-info-title-en {
  font-size: 20px;
  color: #ea5413;
}
.service-info-subtitle {
  color: #7e8998;
  font-weight: bold;
  font-size: 17px;
  margin-left: 10px;
}
.service-info-body {
  padding-left: 15px;
  padding-right: 15px;
}
.service-info-summary {
  color: #05265f;
  text-shadow: 1px 1px 10px #C9C9C9;
  margin-bottom: 25px;
}
.service-items {
  margin-top: 10px;
  margin-bottom: 25px;
  background-color: rgba(214, 214, 214, 0.5);
  padding: 10px;
}
.service-items ul {
  list-style-type: none;
  padding-left: 20px;
}
.service-items ul li {
  color: #05265f;
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 7px;
}
.project-life-cycle {
  margin-top: 10px;
}
.project-life-cycle-summary {
  color: #6C6C6C;
  font-size: 17px;
  text-align: center;
  font-style: italic;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff, 1px 1px 10px #fff;
  width: 80%;
  margin: 0 auto;
}
.projects {
  margin-bottom: 50px;
}
.projects-summary {
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 0 15px 0;
  border-radius: 10px;
  min-height: 480px;
}
.projects-summary-title {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 10px 20px;
  display: inline-block;
  border-radius: 0 5px 5px 0;
}
.projects-summary-title-ch {
  font-size: 25px;
}
.projects-summary-title-en {
  font-size: 18px;
  color: #67bdff;
}
.projects-summary-intro {
  margin-bottom: 15px;
}
.projects-summary-info {
  font-size: 15px;
  padding: 10px 20px 10px;
}
.projects-summary-info-detail {
  min-height: 240px;
  background-color: rgba(192, 192, 192, 0.1);
  padding: 10px;
}
.projects-summary-info-detail table th,
.projects-summary-info-detail table td {
  padding-bottom: 12px;
}
.projects-summary-info-detail table th {
  vertical-align: top;
}
.projects-summary-info-detail table th span {
  background-color: #000;
  color: #ff9720;
  padding: 3px 5px;
}
.projects-summary-info-detail ul {
  list-style-type: none;
  padding-left: 20px;
}
.projects-summary-info-detail ul li {
  color: #67bdff;
}
.projects-summary-footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  padding: 0px 20px 0px 10px;
  text-align: right;
}
.projects-summary-footer .btn {
  font-size: 15px;
  background-color: #000;
  color: #ff9720;
  font-weight: bold;
  margin-right: 10px;
}
.projects-summary-footer .btn:hover {
  color: #0094ff;
}
.projects-gallery {
  padding: 24px 24px 149px 23px;
  height: 472px;
  width: 540px;
  background-image: url("../images/project-pix.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.projects-gallery .flexslider {
  border: 0;
}
.projects-gallery .flexslider .slides .slide-info {
  display: none;
}
.projects-gallery .flexslider .flex-control-nav {
  bottom: -60px;
}
@media screen and (max-width: 1200px) {
  .service-items ul li {
    width: 180px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    margin-top: 0;
  }
  #header_shadow {
    top: 60px;
  }
  /*.parallax {
        display: none;
    }*/
  .l-footer-top {
    display: none;
  }
  #footer-logo {
    display: none;
  }
}
@media screen and (max-width: 330px) {
  header#topNav #head-logo .logo-text {
    font-size: 20px;
  }
  header#topNav #head-logo .logo-text .logo-text-en {
    display: none;
  }
}
/*# sourceMappingURL=page-index.css.map */