body,
html {
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #5a5a5a;
}
h1 strong {
  font-weight: 900;
}
h2 {
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
  color: #000;
}
h3 {
  font-size: 16px;
  font-weight: 700;
}
h4 {
  text-transform: uppercase;
}

p {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #3fb9ff;
}
body {
  position: relative;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
ul,
ol {
  padding: 0;
  -webkit-padding: 0;
  -moz-padding: 0;
}
.textCss {
  text-align: center;
}
.pad30 {
  padding: 30px 0;
}
.pad70 {
  padding-top: 70px;
}
.pad150 {
  padding-top: 150px;
}

.pad100 {
  padding: 0px 0 100px 0;
}
.margin30 {
  margin-top: 30px;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  padding: 0;
}
#menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #3fb9ff;
}

.scrolled {
  background-color: #222222 !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #3fb9ff !important;
  background-color: transparent;
  font-weight: 700;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d2527f;
  border-color: #d2527f;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #fff;
}
/* Home Style */
header {
  background: url(../img/index/bg.png);
  color: #cfcfcf;
  position: relative;
  height: 100%;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-repeat: no-repeat;
}
header p {
  color: #ffffff;
  font-size: 22px;
}
.intro-text {
  position: relative;
  padding-top: 250px;
  padding-right: 0;
  padding-left: 140px;
  padding-bottom: 200px;
  text-align: left;
}

.intro-text .btnCss {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  padding: 14px;
  border: none;
  background: linear-gradient(135deg, #64d1f0, #396dc0);
  position: absolute;
  left: 45%;
  bottom: 105px;
}
.intro-text .down {
  position: absolute;
  bottom: -25px;
  right: 49%;
}
.intro-text h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: flex;
  vertical-align: middle;
}


.section-title.center {
  margin-bottom: 60px;
  width: 100%;
}
.section-title h2,
.section-title.center h2 {
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 70px;
}
.section-title.center hr {
  height: 2px;
  width: 245px;
  text-align: center;
  position: relative;
  background: #256095;
  border: 0;
}
.section-title.center p {
  text-align: center;
}

/* Services Section */
#services-section {
  padding: 80px 0;
  background-color: #ecfafe;
}

#services-section .service {
  margin-bottom: 20px;
}

#services-section .service .imgContainer {
  display: inline-block;
  border: 2px solid #e6e6e6;
  width: 80px;
  height: 80px;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: all 0.5s;
}

#services-section .service .imgContainer:hover {
  border: 2px solid #e6e6e6;
}

.list-item h2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}
.list-item p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}
.other-item img
.list-item img {
  width: 75%;
  height: 75%;
}
.list-item-ad{
  padding: 5%; margin-left: 10%
}

.other-item h2 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}
.other-item p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color:#000;
}
.other-item .other-content{
  margin: 0 25%
}
.other-item .other-content p{
  color: #aaa;
}
.detail {
  background: url(../img/index/itemBg.png);
  background-size: 100% 100% ;
  width: 100%;
  background-repeat: no-repeat;
}

.otherDetail {
  background: url(../img/index/line.png);
  background-size: 100% 50% ;
  background-repeat:repeat-y;
}
#home-section .container .network{
  width:100%;
  height: 390px;
  display: flex;
  justify-content: center;
  background: url(../img/index/network.png);
  background-size: 100% 100% ;
  background-repeat: no-repeat;

}
.network .network-icon{
  margin: 15%;
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.network img{
  width:80px;
  height: 80px;
  margin: 0 60px;
}
.pic{
  margin-top: 45px;
}

#home-section .container .picture-list{
  display: flex;
  justify-content: space-between;
}

.picture-list  .picture-item{
  margin: 0 8px;
  width:280px;
  height:400px;
  background: url(../img/index/picBg.png);
  background-size: 100% 100% ;
  background-repeat: no-repeat;
}
.picture-item .picture-img{
  width: 85%;
  height: 76%;
  margin: 24px auto;
}
.picture-item .picture-footer{
  float: right;
  margin-right: 10px;
}
#home-section .container .arrowCss {
  width: 40px;
  height: 35px;
  margin:30px 0 30px 220px;
}

/* Contact Section */
#contact-section {
  padding: 10px 0 50px 0;
  font-size: 16px;
}
#contact-section h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#contact-section form {
  padding: 20px 0;
}
#contact-section .fa {
  color: #3fb9ff;
  margin-bottom: 10px;
}
label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
}
#contact-section .form-control {
  display: block;
  text-align: center;
  width: 100%;
  padding: 18px 12px;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  transition: none;
}
#contact-section .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
#contact-section .form-group {
  margin-bottom: 20px;
}

#contact-section .contact-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  width: 100%;

  text-align: left;
}
#contact-section .contact-title img {
  width: 20px;
  height: 17px;
  margin-right: 10px;
}
#contact-section .contact-info {
  text-align: center;
  line-height: 40px;
  width: 100%;
  color: #444;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  padding: 3px;
}

nav#footer {
  text-align: center;
  background: url(../img/index/footerBg.png);
  margin: 0 -10px;
  height: 100%;
  padding: 30px;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

nav#footer p {
  font-size: 14px;
  margin-top: 10px;
  color: #444;
}

@media (max-width: 536px) {
  .intro-text {
    padding: 180px 10px !important;
  }
  .intro-text .imgCss {
    margin-right: 30px;
  }
  .intro-text .btnCss {
    position: absolute;
    left: 34%;
  }
  .intro-text .down {
    position: absolute;
    bottom: -25px;
    left: 44%;
  }

  #home-section .container .arrowCss{
    margin-left: 160px !important;
  }
  #home-section .container .picture-list {
    flex-direction: column;
    align-items: center;
  }
  .picture-list .picture-item{
    margin:  12px !important;
  }
  .other-item .other-content{
    margin: 0 5% !important;
  }
  .list-item-ad{
    width: 300px;
    margin-left: 8%;
  }
  #home-section .container .network{
    height: 270px;
  }
  .network .network-icon{
    width: 100%;
    justify-content:  center;
    margin: 30%;
  }
  .network img{
    width: 60px;
    height: 60px;
    margin: 20px;
  }
}
