
body {
  font-family: "Segoe UI", sans-serif, Arial, Verdana, "Trebuchet MS";
}

header {
  background: #f5f5f5;
}
header .logo {
  padding-top: 18px;
  padding-bottom: 12px;
}
header nav {
  margin: 25px 0 0 0 !important;
}
header nav .collapse {
  font-size: 18px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header nav .collapse ul {
  display: inline-block !important;
  float: right !important;
}
header nav .collapse ul li a {
  color: #333333;
}
header nav .collapse ul li:hover a {
  color: #1c89c9;
}
header nav .collapse ul li .active a {
  color: #1c89c9;
}

#block-0 {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  width: 100%;
}
#block-0 li {
  display: flex;
  align-items: center;
}
#block-0 li a {
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 24px 0;
  color: rgba(0, 0, 0, 0.87);
}
#block-0 li a:hover {
  color: rgb(0, 126, 195);
}

.banner {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, #e8fff6 0%, #fff 100%);
}
.banner img {
  max-width: 100%;
}
.banner .left {
  width: 30%;
}
.banner .left img {
  width: 100%;
}
.banner .center {
  width: 40%;
  padding: 4em 0 0 3em;
}
.banner .center .main {
  position: absolute;
  z-index: 100;
}
.banner .center .screenapp {
  margin-left: 10%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .banner .center .screenapp {
    margin-left: 7%;
  }
}
.banner .center .screenapp .app {
  position: relative;
  z-index: 10;
  margin: 10px 0 0 10px;
}
.banner .center .screenapp .app-next {
  position: absolute;
  margin-right: 9px;
  display: block;
  visibility: visible !important;
  display: inline-block;
  margin-top: -26.5em;
  margin-left: -175px;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  overflow: hidden;
}
.banner .center .screenapp .app-next:nth-child(2) {
  z-index: 11;
  animation: slideRight 0.5s linear 2s 1 normal forwards;
}
.banner .center .screenapp .app-next:nth-child(3) {
  z-index: 12;
  animation: slideRight 0.5s linear 3s 1 normal forwards;
}
.banner .center .screenapp .app-next:nth-child(4) {
  z-index: 14;
  animation: slideRight 0.5s linear 4s 1 normal forwards;
}
.banner .center .screenapp .app-next:nth-child(5) {
  z-index: 15;
  animation: slideRight 0.5s linear 5s 1 normal forwards;
}
.banner .center .screenapp .app-next:nth-child(6) {
  z-index: 16;
  animation: slideRight 0.5s linear 6s 1 normal forwards;
}
.banner .center .screenapp .app-next:nth-child(7) {
  z-index: 17;
  animation: slideRight 0.5s linear 7s 1 normal forwards;
}
@keyframes slideRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(108%);
  }
}
.banner .center .text {
  top: 5em;
  right: 0;
  font-size: 22px;
  position: absolute;
  z-index: 22;
  text-align: center;
  color: #132f40;
}
.banner .right {
  width: 30%;
}

.block-statics {
  background: #f5f5f5;
  padding-top: 55px;
  padding-bottom: 90px;
}
.block-statics .block-heading {
  margin: 15px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  text-transform: unset;
  color: #333333;
  position: relative;
  padding: 10px 0;
}
.block-statics .block-heading:after {
  display: none;
  content: "";
  width: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35px;
  height: 2px;
  background: #258fcd;
}
.block-statics .block-heading a {
  color: #333333;
}
.block-statics .block-heading a:hover {
  color: #258fcd;
  text-decoration: none;
}

.block-statics.block-statics-default p.block-summary {
  font-size: 20px;
  color: #777777;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.block-statics.block-statics-default .statics-item {
  padding-top: 15px;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  margin: 11px;
  width: 31.33%;
  height: 160px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.block-statics.block-statics-default .statics-item .thumb {
  width: 22%;
  float: left;
  margin-top: 3em;
  text-align: center;
}
.block-statics.block-statics-default .statics-item .thumb img {
  display: inline-block;
}
.block-statics.block-statics-default .statics-item .right-static-item {
  width: 78%;
  float: left;
  text-align: left;
}
.block-statics.block-statics-default .statics-item .right-static-item .heading {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.block-statics.block-statics-default .statics-item .right-static-item .heading a {
  color: #333333;
}
.block-statics.block-statics-default .statics-item .right-static-item .heading:after {
  display: none;
  content: "";
  width: 40px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  height: 2px;
  background: #258fcd;
}
.block-statics.block-statics-default .statics-item .summary {
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  margin-bottom: 15px;
}
.block-statics.block-statics-default .block-button {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}
.block-statics.block-statics-default .block-button a {
  display: inline-block;
  background: #258fcd;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 18px;
}

.block-customers {
  padding-top: 25px;
}
.block-customers .block-heading {
  margin: 15px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  text-transform: unset;
  color: #333333;
  position: relative;
  padding: 10px 0;
  margin-bottom: 25px;
}
.block-customers .block-heading:after {
  display: none;
  content: "";
  width: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35px;
  height: 2px;
  background: #258fcd;
}
.block-customers .block-heading a {
  color: #333333;
}
.block-customers .block-heading a:hover {
  color: #258fcd;
  text-decoration: none;
}
.block-customers .slide {
  background: url("/images/statics/customer/bg-cus.png") center center no-repeat;
}
.block-customers .slide .customer-container {
  padding: 40px 0px;
}
.block-customers .slide .customer-container .left {
  left: 86px;
}
.block-customers .slide .customer-container .right {
  right: 86px;
}
.block-customers .col-lg-2 {
  width: 20%;
}

.block-customers.block-customers-default .block-button {
  text-align: center;
  margin: 20px 0;
}
.block-customers.block-customers-default .block-button a {
  display: inline-block;
  background: #258fcd;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 18px;
}
.block-customers.block-customers-default .block-summary {
  font-size: 20px;
  color: #777777;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.block-customers.block-customers-default .carousel-control {
  opacity: 1 !important;
  width: 43px;
}
.block-customers.block-customers-default .carousel-control span {
  margin-left: -55px !important;
}
.block-customers.block-customers-default .carousel-control .glyphicon {
  content: "";
  height: 43px;
  width: 43px;
  margin-top: -33px;
  background: url("../images/sprinter.png") no-repeat;
}
.block-customers.block-customers-default .carousel-control .glyphicon:before {
  display: none;
}
.block-customers.block-customers-default .carousel-control .glyphicon.glyphicon-chevron-left {
  background-position: -139px -61px;
}
.block-customers.block-customers-default .carousel-control .glyphicon.glyphicon-chevron-right {
  background-position: -182px -61px;
}
.block-customers.block-customers-default .carousel-control.left {
  background-image: none !important;
}
.block-customers.block-customers-default .carousel-control.right {
  background-image: none !important;
}
.block-customers.block-customers-default .carousel-control.right span {
  margin-right: -50px !important;
}

.subPageTop {
  padding-top: 40px;
  padding-bottom: 50px;
}
.subPageTop .title {
  font-size: 24px;
  font-weight: bold;
}
.subPageTop .title2 {
  padding-top: 25px;
}
.subPageTop .downapp {
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
}
.subPageTop .app_img {
  text-align: center;
}
.subPageTop .row1 {
  padding-bottom: 50px;
  border-bottom: 3px solid #ccc;
}
.subPageTop .row1 .box-left {
  width: 270px;
  height: 270px;
  border: 1px solid #ccc;
}

.list-proj {
  background: #f6f6f6;
}
.list-proj .title-light {
  font-size: 36px;
  line-height: 48px;
  color: #333;
  font-weight: lighter;
  padding-top: 40px;
}

.block-news .block-heading {
  margin: 15px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  text-transform: unset;
  color: #333333;
  position: relative;
  padding: 10px 0;
}
.block-news .block-heading:after {
  display: none;
  content: "";
  width: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35px;
  height: 2px;
  background: #258fcd;
}
.block-news .block-heading a {
  color: #333333;
}
.block-news .block-heading a:hover {
  color: #258fcd;
  text-decoration: none;
}

.block-news.block-news-default .block-heading {
  text-align: left !important;
}
.block-news.block-news-default .block-heading:after {
  left: 0 !important;
  margin-left: 0 !important;
}
.block-news.block-news-default .block-content {
  padding-bottom: 20px;
}
.block-news.block-news-default .block-content .heading {
  margin-top: 12px;
  margin-bottom: 12px;
}
.block-news.block-news-default .block-content .heading a {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.block-news.block-news-default .block-content .summary {
  color: #777777;
  font-size: 15px;
}
.block-news.block-news-default .block-content .readmore {
  line-height: 23px;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  color: #1e69b8;
  text-transform: uppercase;
}
.block-news.block-news-default .block-content .readmore:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url("../images/sprinter.png") -225px -61px no-repeat;
}

.block-faqs .block-heading {
  margin: 15px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  text-transform: unset;
  color: #333333;
  position: relative;
  padding: 10px 0;
}
.block-faqs .block-heading:after {
  display: none;
  content: "";
  width: 70px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35px;
  height: 2px;
  background: #258fcd;
}
.block-faqs .block-heading a {
  color: #333333;
}
.block-faqs .block-heading a:hover {
  color: #258fcd;
  text-decoration: none;
}

.block-faqs.block-faqs-default .block-heading {
  text-align: left !important;
}
.block-faqs.block-faqs-default .block-heading:after {
  left: 0 !important;
  margin-left: 0 !important;
}

.list-faqs .panel-group {
  margin-bottom: 0;
}
.list-faqs .panel-group .contain {
  border-bottom: 1px solid #ccc;
  width: 97%;
}
.list-faqs .panel-group .contain .panel {
  border: 0 none !important;
}
.list-faqs .panel-group .contain .panel .panel-heading {
  background: #ffffff;
  border: 0 none !important;
  padding: 10px 0px !important;
}
.list-faqs .panel-group .contain .panel .panel-heading .panel-title {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.list-faqs .panel-group .contain .panel .panel-heading .panel-title a {
  padding-left: 35px;
  position: relative;
  display: block;
  text-decoration: none;
}
.list-faqs .panel-group .contain .panel .panel-heading .panel-title a:after {
  content: "";
  display: block;
  top: 11px;
  left: 0;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url("/images/statics/customer/plus.png") no-repeat;
}
.list-faqs .panel-group .contain .panel .panel-heading .panel-title a[aria-expanded=false]:after {
  background: url("/images/statics/customer/plus.png") no-repeat;
}
.list-faqs .panel-group .contain .panel .panel-heading .panel-title a[aria-expanded=true] {
  color: #258fcd;
}
.list-faqs .panel-group .contain .panel .panel-heading .panel-title a[aria-expanded=true]:after {
  background: url("/images/statics/customer/minus.png") no-repeat;
}
.list-faqs .panel-group .contain .panel .panel-body {
  padding-left: 50px;
  border-top: 0 none !important;
  font-size: 16px;
  color: #777777;
  padding-top: 0;
}
.list-faqs .panel-group:last-child {
  border-bottom: none;
}

.customer-item {
  overflow: hidden;
}
.customer-item .thumb {
  display: block;
  padding: 10px;
}
.customer-item .heading {
  font-size: 17px;
  text-align: center;
  margin: 0;
  line-height: 24px;
  padding: 10px 10px 0 10px;
}
.customer-item .heading a {
  color: #333333;
  font-weight: normal;
}

.breadcrumb {
  background: none transparent !important;
  margin-bottom: 20px;
  margin-top: 5px;
  border-bottom: 1px solid #ededed;
  border-radius: 0 !important;
}
.breadcrumb li {
  color: #777777;
}
.breadcrumb li a {
  font-size: 16px;
  color: #777777;
}
.breadcrumb li:last-child a {
  color: #258fcd;
}
.breadcrumb li:first-child a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.breadcrumb li:first-child a:after {
  display: block;
  content: "";
  position: absolute;
  left: -16px;
  top: 3px;
  width: 16px;
  height: 14px;
  background: url("../images/sprinter.png") -271px -61px no-repeat;
}

.block-menu.block-menu-sidebar {
  border: 1px solid #dddddd;
  border-radius: 7px;
  border-top: 5px solid #6c6052;
}
.block-menu.block-menu-sidebar .block-title {
  padding: 7px 0 7px 23px;
  border-bottom: 1px solid #ebebeb;
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
}
.block-menu.block-menu-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-menu.block-menu-sidebar ul li {
  margin: 0;
  padding: 0;
}
.block-menu.block-menu-sidebar ul li a {
  display: block;
  color: #333333;
  font-size: 18px;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #ebebeb;
  border-left: 4px solid #ffffff;
  position: relative;
}
.block-menu.block-menu-sidebar ul li a:hover {
  border-left: 4px solid #258fcd;
  color: #258fcd;
  text-decoration: none;
}
.block-menu.block-menu-sidebar ul li a:hover:after {
  display: block;
  width: 9px;
  height: 16px;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  content: "";
  background: url("../images/sprinter.png") -287px -61px no-repeat;
}
.block-menu.block-menu-sidebar ul li a.selected {
  border-left: 4px solid #258fcd;
  color: #258fcd;
  text-decoration: none;
}
.block-menu.block-menu-sidebar ul li a.selected:after {
  display: block;
  width: 9px;
  height: 16px;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  content: "";
  background: url("../images/sprinter.png") -287px -61px no-repeat;
}
.block-menu.block-menu-sidebar ul li:last-child a {
  border-bottom: none;
}

.content-heading {
  border-bottom: 3px solid #ededed;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.content-heading .heading {
  display: inline-block;
  font-size: 24px;
  color: #238ecc;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin: 0;
}
.content-heading .heading:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  display: block;
  content: "";
  height: 3px;
  background: #238ecc;
}

.list-customers {
  margin-bottom: 20px;
}

.content-button {
  margin-bottom: 20px;
  text-align: center;
}
.content-button a {
  display: inline-block;
  background: #258fcd;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 18px;
}
.content-button a:hover {
  background: #156797;
  text-decoration: none;
}

.box-share {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  padding-bottom: 3px;
}
.box-share span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-bottom: 7px;
  padding-right: 80px;
  position: relative;
}
.box-share span:after {
  display: block;
  content: "";
  position: absolute;
}
.box-share > div {
  display: inline-block;
  vertical-align: middle;
}

.post-item {
  padding-bottom: 15px;
}
.post-item .thumb {
  display: block;
  border: 1px solid #eaeaea;
  padding: 4px;
}
.post-item .heading {
  margin: 0;
  padding: 10px 0;
}
.post-item .heading a {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.post-item .summary {
  color: #333333;
  font-size: 15px;
  line-height: 22px;
}
.post-item .date {
  padding-bottom: 10px;
  color: #777777;
  font-size: 14px;
  position: relative;
  padding-left: 23px;
}
.post-item .date:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  background: url("../images/sprinter.png") -156px -10px no-repeat;
}
.post-item .readmore {
  display: inline-block;
  background: #258fcd;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 18px;
}
.post-item .readmore:hover {
  background: #156797;
  text-decoration: none;
}

#news-detail .news-title {
  margin: 0;
  padding-bottom: 10px;
  font-size: 24px;
  color: #1c89c9;
  padding-bottom: 10px;
}
#news-detail .news-date {
  padding-bottom: 10px;
  color: #777777;
  font-size: 14px;
  position: relative;
  padding-left: 23px;
}
#news-detail .news-date:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  background: url("../images/sprinter.png") -156px -10px no-repeat;
}
#news-detail .thumb {
  display: block;
  border: 1px solid #eaeaea;
  padding: 4px;
  margin-bottom: 10px;
}
#news-detail .news-content {
  font-size: 15px;
  line-height: 22px;
}

.customer-container .carousel-control {
  width: 3%;
}

footer {
  margin-top: 15px;
}
footer > .text-center {
  font-size: 15px;
  color: #fff;
  background: #258fcd;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer > .container-fluid {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #ffffff;
}
footer > .container-fluid a {
  color: #ffffff;
}
footer > .container-fluid .contact {
  padding-bottom: 20px !important;
  padding-top: 20px;
  font-size: 18px;
  line-height: 24px;
  width: 96%;
  margin: 0px auto;
}
footer > .container-fluid .contact .row .col-lg-4 {
  width: 31%;
  height: 160px;
  margin: 1%;
  border-radius: 20px;
}
footer > .container-fluid .contact .row .col-lg-4 p {
  margin-bottom: 0;
  padding-left: 65px;
  position: relative;
  margin-top: 15%;
}
footer > .container-fluid .contact .row .col-lg-4 p:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/sprinter.png") no-repeat;
}
footer > .container-fluid .contact .row .col-lg-4:nth-child(1) p:after {
  top: 5px;
  width: 48px;
  height: 40px;
  background-position: left -61px;
}
footer > .container-fluid .contact .row .col-lg-4:nth-child(2) p:after {
  width: 43px;
  height: 43px;
  background-position: -48px -61px;
}
footer > .container-fluid .contact .row .col-lg-4:nth-child(3) p:after {
  width: 48px;
  height: 34px;
  top: 7px;
  background-position: -91px -61px;
}
footer > .container-fluid .contact .row .col1-ft {
  background: url("/images/statics/customer/ft1.png") center center no-repeat;
}
footer > .container-fluid .contact .row .col2-ft {
  background: url("/images/statics/customer/ft2.png") center center no-repeat;
}
footer > .container-fluid .contact .row .col2-ft p {
  margin-left: 16%;
}
footer > .container-fluid .contact .row .col3-ft {
  background: url("/images/statics/customer/ft3.png") center center no-repeat;
}
footer > .container-fluid .contact .row .col3-ft p {
  margin-left: 14%;
}
footer > .container-fluid .info {
  display: none;
}
footer > .container-fluid .info .heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
}
footer > .container-fluid .info .heading:after {
  display: block;
  content: "";
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #999999;
}
footer > .container-fluid .info .block-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer > .container-fluid .info .block-menu li {
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  line-height: 22px;
}
footer > .container-fluid .info .blogs {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer > .container-fluid .info .blogs li {
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  line-height: 22px;
}
footer > .container-fluid .info .block-menu.blogs li {
  padding-left: 17px;
  position: relative;
}
footer > .container-fluid .info .block-menu.blogs li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  background: url("../images/sprinter.png") left -104px no-repeat;
}
footer > .container-fluid .info .blogs.blogs li {
  padding-left: 17px;
  position: relative;
}
footer > .container-fluid .info .blogs.blogs li:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  background: url("../images/sprinter.png") left -104px no-repeat;
}
footer > .container-fluid .info .tags a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #d2d2d2;
  background: #73767a;
  padding: 6px 10px;
  border: 1px solid #888a8e;
  margin-bottom: 4px;
}
footer > .container-fluid .info .tags a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #block-0 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */