html, body{
  font-family: 'SourceHanSansCN-Light';
  overflow-x:hidden; 
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src:url(../fonts/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src:url(../fonts/SourceHanSansCN-Light.otf);
}
@font-face {
  font-family: 'SourceHanSansCN-ExtraLight';
  src:url(../fonts/SourceHanSansCN-ExtraLight.otf);
}
a, a:hover, a:focus {
    outline:none !important;
}
/*-- navigation --*/
.navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: none;
}
.navbar-default {
  border: none;
  background-color: rgba(248, 248, 248, 0);
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;  
  }
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
  color:#f07d12;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus{
  color:#f07d12;
}
.navbar-nav > li {
    float: left;
    margin: 0 5px;
}
.navbar-nav {
    margin: 0px;
}
.nav > li > a {
text-align:center;
font-size:1.1em;
  position: relative;
  padding: 30px 16px 10px 16px !important;
}
.logo {
	margin-bottom:0;
  display: inline;
}
.logo img{
  height:50px;
  margin-top: 1em;
}
/*-- Link Effect: bottom border enlarge --*/
.link-effect a {
	padding: 0 0 10px;
}
.link-effect a::after {
	position: absolute;
	top: 94%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#f07d12;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect a:hover::after,
.link-effect a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/*-- /Link Effect: bottom border enlarge --*/
/*--navigation--*/
/*--banner--*/

.banner-button{
  /* margin-top: %; */
  /* margin-left: 12%;    */
  margin: auto;
  width: 185px;
  height: 48px;
  background-color: #fff;
  text-align: center;
  line-height: 100%;
  border: 1px solid transparent; /* ä½¿ç”¨é€æ˜Žè¾¹æ¡† */
  border-radius: 6px; /* è®¾ç½®åœ†è§’ */
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}
.banner-button>a{
  /* width: 100%;
  height: 100%;
  color: #D57D39;
  border-radius: 7px;
  border: none; */
}
.banner-button>a button{
  width: 100%;
  height: 100%;
  color: #D57D39;
  border: 1px solid transparent; /* ä½¿ç”¨é€æ˜Žè¾¹æ¡† */
  border-radius: 10px; /* è®¾ç½®åœ†è§’ */
  background-color: white;

}
.banner{
background: url(../images/bg1-indexfornow.jpg) no-repeat 0px 0px;
background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
min-height: 730px;
position: relative;
    background-position: center;
}
.index-banner{
  background: url(../images/bg1-indexfornow.jpg) no-repeat 0px 0px;
  /* background: url(../images/bannerversionnew.jpg) no-repeat 0px 0px; */
  background-size:cover;
}
.banner-icon{
  position: absolute;
  bottom:40px;
   left:50%;
   margin-left:-10px;
}
.banner-icon img{
   width: 20px;
    height: 52px;
    position: relative;
    top: 0px;
    animation: myMove 2s infinite;
    -webkit-animation: myMove 2s infinite;
}
.innerpagebanner{
  background: url(../images/bannerversionnew.jpg) no-repeat 0px 0px;
  background-size:cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 730px;
    background-position: center;
}
.innerpagebanner .banner-info {
    margin: 14em 0 0;
}
    @keyframes myMove {
        0% {
            top: 0px;
        }
        50% {
            top: 15px;
        }
        100% {
            top: 0px;
        }
    }
    @-webkit-keyframes myMove {
        0% {
            top: 0px;
        }
        50% {
            top: 15px;
        }
        100% {
            top: 0px;
        }
    }
.banner-info {
   margin:30em 0 0;
    width: 100%;
}
.banner-info h1 {white-space: nowrap;
    font-size: 4em;
    color:#fff;
    margin: 0;
    line-height: 1.2em;
    font-family: 'SourceHanSansCN-Bold';
}
.banner-info h1 br{
    display: none;
}
.banner-info h1 a{
    color: #fff;
}
.banner-info p {
    font-size: 1.5em;
    color: #fff;
    margin: 0.5em 0;
    line-height: 1.2em;
}
/*--about--*/
.about {
    padding: 70px 0;
}
.about h3,.three-steps h3,.work h3,.services h3,.team h3,.contact h3,.news-1 h3 {
    font-size: 2.5em;
    color: #333;
    margin: 0;
    font-family: 'SourceHanSansCN-Bold';
    text-align: center;
}
.about h4,.three-steps h4,.work h4{
    font-size: 1.3em;
    color:#f07d12;
    margin: 0;
}
.about p,.three-steps p,.work p,.services p,.team p,.contact p,.news-1 p{
    font-size: 16px;
    color: #333;
    margin: 2em 0;
    line-height: 1.6em;
	
    text-align: justify;
    text-align-last: left;
}
.index-btnwrap{
  margin: 4em 0 2em 0 !important;
  position:absolute;
  bottom:0;
}
.index-btn{
  background: #f07d12;
  border:1px solid #f07d12;
  margin-top: 2em;
  color:#fff;
  border-radius: 6px;
  padding:15px 20px;
  text-decoration: none;
  cursor:pointer;
}
.index-btn:hover{
  background: #fff;
  color:#f07d12;
  border:1px solid #f07d12;
  text-decoration: none;
}
    .index-btn:focus {
        background: #f07d12;
        color: #fff;
        text-decoration:none;
    }
.img-responsive2{
  margin: 0 auto;
}
/* Shutter In Horizontal */
a.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #5F5955;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
a.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#b3a020;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-shutter-in-horizontal:hover,a.hvr-shutter-in-horizontal:focus,a.hvr-shutter-in-horizontal:active {
  color: white;
}
a.hvr-shutter-in-horizontal:hover:before,a.hvr-shutter-in-horizontal:focus:before,a.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* //Shutter In Horizontal */
.what {
    margin: 5em 0;
    text-align: center;
}
span.glyphicon.glyphicon-folder-open, span.glyphicon.glyphicon-star-empty, span.glyphicon.glyphicon-phone, span.glyphicon.glyphicon-edit {
    font-size: 2em;
    background:#D57D39;
    padding: 0.8em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.ui-1-top {
    border-radius: 0.3em;
    box-shadow: 0px 0px 6px -1px #AE9F9A;
    padding: 1.2em;
    margin-bottom: 2em;
}
.ui-1 p {
    margin: 1em 0;
}
/*--about--*/
/*--mid-bann--*/
.mid-bann{
	background:#727272;
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
}
.mid-left li {
    display: inline-block;
    vertical-align: middle;
}
.mid-bann-info {
    padding: 70px 0;
    text-align: center;
}
.mid-bann-info h6 {
    color: #ffffff;
    font-size: 1em;
    margin: 2em 0 0;
	text-align: center;
}
span.glyphicon.glyphicon-thumbs-up,span.glyphicon.glyphicon-heart,span.glyphicon.glyphicon-star,span.glyphicon.glyphicon-cd {
    color: #fff;
    font-size: 3em;
    vertical-align: middle;
}
.mid-bann-info h5 {
    font-size: 2em;
    color: #fff;
    padding-left: 0.5em;
    vertical-align: middle;
}
/*--mid-bann--*/
/*--three-steps--*/
.three-steps {
    padding: 5em 0;
    text-align: center;
}
.three-left h4{
    margin: 1em 0 0;
}
.three-left p  {
    margin: 1em 0;
}
.three {
    margin-top: 5em;
}
.three label {
    height: 2px;
    width: 297px;
    display: block;
    position: absolute;
    left: 231px;
    top: 43px;
    background:#f07d12;
}
.three-left span.glyphicon.glyphicon-phone, span.glyphicon.glyphicon-signal, span.glyphicon.glyphicon-random {
    font-size: 2em;
    padding: 0.5em;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #D57D39;
    padding: 0.8em;
    background: #D57D39;
    color: #fff;
}
/*--three-steps--*/
/*--work--*/
.work {
    padding: 5em 0 0;
    text-align: center;
}
.work-left {
    padding: 0;
}
.work-btm {
    margin-top: 3em;
}
/*--work--*/
/*--services--*/
.services {
    padding: 5em 0 0;
    text-align: center;
}
.services-left {
    padding: 0;
}
.services-btm {
    margin-top: 3em;
}
.services-bottom {
    margin-top: 5em;
}
.services-bottom p {
    text-align: left;
	color:#fff;
}
.services-right {
    padding: 4.52em 11em;
    background:#D57D39;
}
.services h4{
    font-size: 1.3em;
    color:#333;
    margin: 0;
	text-align:left;
	color:#fff;
}
/*--services--*/
/*--ser-banner--*/
.ser-banner {
    background: url(../images/ser-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 330px;
    text-align: center;
    padding: 6em 0 0;
}
.ser-banner h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 500;
}
.ser-banner h4 {
    font-size: 1.5em;
    color: #fff;
    margin: 1em 0;
}
.ser-banner a {
    text-decoration: none;
    padding: 6px 30px;
    font-size: 16px;
}
/*--ser-banner--*/
/*--team--*/
.team{
	padding:70px 0;
	text-align:center;
}
.team-wrap:nth-child(odd){
  display: flex;
  justify-content: flex-end;
}
.team-wrap:nth-child(even){
  display: flex;
  justify-content: flex-start;
}
.team-grids {
  position: relative;
  width: 100%;
  height: 180px;
    line-height: 200px;
    border-radius: 6px;
    margin: 30px 20px;
    border: 1px solid #D8D8D8;

      display: flex;
    align-items: center;
    justify-content: center;
}
.team-grids img{
  width: 50%;

}
.team-info {
  margin-top: 3em;
}
.team-grids a {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
  color: #fff;
  margin: .1em 0 0;
  font-size: 1.5em;
}
.captn p {
    color: #fff;
    font-size: 0.95em;
    font-weight: 100;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.team-grids a .captn {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  bottom: -84%;
  right: 0%;
  background-color:rgba(213, 125, 57, 0.78);
  padding: 2% 10%;
  text-align: center;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 40% 10%;
    right: 0%;
}
/*--team--*/
.testimonials {
    background: linear-gradient(to right, #ffa658 , #f17d16);
    background-size: 100%;
}
.testimonials h3 {
    font-size: 2.5em;
    color: #fff;
    margin: 0;
    font-family: 'SourceHanSansCN-Bold';
    text-align: center;
}
/*--news--*/
.news {
    background: url(../images/mid-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
	padding:5em 0;
}
.news h3 {
    font-size: 1.7em;
    color: #fff;
}
.news p {
    font-size: 15px;
    color: #fff;
    margin: 2em 0 0;
    line-height: 1.8em;
}
.news-right input[type="text"] {
    width: 74%;
    color: #fff;
    background: none;
    padding: 10px 10px;
    outline: none;
    border: 1px solid #fff;
    font-size: 13px;
}
.news-right form input[type=submit] {
    color: #fff;
    padding: 9px 30px;
    font-size: 15px;
    cursor: pointer;
    border: 1px double #fff;
    margin: 15px 0 0 0px;
    outline: none;
    background: none;
}
.news-right form input[type=submit]:hover {
    background:#f07d12;
     border: 1px double #f07d12;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*--news--*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.social-icons1 li {
    display: inline-block;
    margin: 0 5px;
}
/*--news-1--*/
.news-1 {
    padding: 5em 0;
    text-align: center;
}
.im-left {
    float: left;
    width: 40%;
}
.tex-right {
    float: left;
    width: 60%;
    background:#D57D39;
    text-align: left;
    padding: 4em 2em;
}
.news-1 h4 {
    color: #fff;
    font-size: 1.2em;
}
.news-1 h4 a{
    color: #fff;
}
.news-1 h4 a:hover{
    color:#f07d12;
}
.news-1 h6 {
    color: #fff;
    font-size: 1em;
    margin: 1em 0 0;
}
.news-1-bottom p {
    color: #fff;
    margin: 1em 0;
}
.news-1 ul {
    margin-top: 1em;
}
.news-1 ul li {
    color: #fff;
    font-size: 0.875em; 
}
.news-1 ul li {
    display: block;
}
i.glyphicon.glyphicon-calendar {
    color: #fff;
    font-size: 1.2em;
    padding-right: 0.5em;
}
.news-1-bottom {
    margin-top: 5em;
}
/*--news-1--*/
/*--contact--*/
.contact {
  background: url(../images/bg2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    padding: 5em 0;
    text-align: center;
}
.contact-right span{
	color:#D57D39;
	font-size:2.2em;
	display:inline-block;
	vertical-align:middle;
}
.contact-right p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
    margin: 0 0 0 10px;
}
.contact-right p a{
	color:#333;
}
.contact-right p a:hover{
	color:#b3a020;
}
.contact-left input[type="text"] {
    width: 49.38%;
    margin: 0px;
    color: #999;
    background: none;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #BEBEBE;
}
.contact-left input[type="text"]:nth-child(1) {
    margin-right: 0px;
}
.contact-left textarea {
    width: 100%;
    color: #999;
    resize: none;
    background: none;
    height: 12.7em;
    padding: 15px;
    outline: none;
    border: 1px solid #BEBEBE;
    margin-top: 1.4%;
}
.submit-btn input[type=submit] {
    color:#fff;
    padding: 7px 41px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    margin: 20px 0 0 0px;
    border:none;
    background:#f07d12;
    outline: none;
}
.submit-btn {
    text-align:left;
}
.submit-btn input[type=submit]:hover {
    background: #D57D39;
    color: #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.contact-top {
    text-align: left;
    margin: 2.5em 0;
}
.contact-bottom {
    margin-top: 5em;
}
.contact-right {
    padding: 0 5em;
}
/*--contact--*/
.footer {
    background:#333;
    padding: 1em 0;
    text-align: center;
    border-top: 2px solid #f07d12;
}
.footer p {
    color: #fff;
    font-size: 1em;
    margin:0;
    font-family: 'SourceHanSansCN-ExtraLight';
}
/* FIFTH EFFECTS */
.fifth-effect img {
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fifth-effect .mask {
   cursor:pointer;
   opacity:1;
   visibility:visible;
   border:30px solid #D57D39;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
	border:0px double rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.fifth-effect:hover img {
	opacity:1;
}
/* CSS3 STYLE GENERIC */
.view {
    width: 528px;
    height: 320px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask, .view .content {
    width: 528px;
    height: 320px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
	display: block;
	position: relative;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 0px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.1.png) no-repeat 0px 0px;
}
#toTop:hover{
	outline: none;
}
.service-wrap h3{
  text-align:center;
}
.service-info{
  padding:1.5em 30px;
  color: rgba(51, 51, 51, 1) !important;
  text-align: center;
}
.service-type .thumbnail {
    border:none;
}
.service-type .thumbnail img{
    width:100px;
  margin-bottom:1em;
}
.service-type .thumbnail h3{
    font-size: 1.3em;
    color: #f07d12;
    margin: 0;
}
.service-type .thumbnail p{
    height: 170px;
    text-align: center;
    margin-top: 0.5em;
}
.service-qrcode{
  padding-bottom:2em; 
}
.service-qrcode img{
  width:100%;
  margin-top:1.5em;
}
.innerpagebanner .banner-info h1{
  text-align: center;
}
.partners img{
 width: 60%;
}
.partners-part:nth-child(4){
    padding:0 0 0 15px;
    margin-top: 30px;
}
.partners-part:nth-child(3){
    padding:0 15px 0 15px;
    margin-top: 30px;
}
.partners-part:nth-child(2){
    padding:0 15px 0 0;
    margin-top: 30px;
}
.partners-part .mid-bann-btn {
    border: 1px solid #333;
    margin-top: 2em;
    color: #333;
    border-radius: 6px;
    padding: 15px 20px;
    text-decoration: none;
    cursor: pointer;
    width: 180px;
    display: block;
    margin: 0 auto;
}
.partners .mid-bann-btn:active,.partners .mid-bann-btn:hover,.partners .mid-bann-btn:focus{
    border: 1px solid #333;
    color: #333;
   }
   .partners .mid-bann-info-1{
    min-height: 290px;
   }
/*-- responsive-design --*/
@media (max-width: 1680px){
.services-right {
    padding: 5em 11em;
}
/* .banner-button{
  margin: 32% auto;

} */
}
/*-- responsive-design --*/
@media (max-width: 1600px){
.services-right {
    padding: 4.54em 11em;
}
/* .banner-button{
  margin: 33% auto;
} */
}
/*-- responsive-design --*/
@media (max-width: 1440px){
  /* .banner-button{
    margin: 34% auto;
  } */
.view {
    width: 469px;
  height: 284px;
}
.view .mask, .view .content {
    width: 469px;
    height: 284px;
}
.banner {
    min-height: 705px;
}
.innerpagebanner {
    min-height: 705px;
}
}
/*-- responsive-design --*/
@media (max-width: 1366px){
  /* .banner-button{
    margin: 38% auto;
  } */
.view {
    width: 450px;
  height: 274px;
}
.view .mask, .view .content {
    width: 450px;
    height: 274px;
}
.banner {
    min-height: 675px;
}
.innerpagebanner {
    min-height: 675px;
}
}
/*-- responsive-design --*/
@media (max-width: 1280px){
  /* .banner-button{
    width: 15%;
    margin: 34% auto;
    font-size: 14px;
  } */
.view {
    width: 416px;
  height: 253px;
}
.view .mask, .view .content {
    width: 416px;
    height: 253px;
}
.banner {
    min-height: 620px;
}
.innerpagebanner {
    min-height: 620px;
}
}
/*-- responsive-design --*/
@media (max-width: 1024px){
.view {
    width: 336px;
  height: 204px;
}
.view .mask, .view .content {
    width:336px;
    height: 204px;
}
.banner-info {
    width: 40%;
}
.banner {
    min-height: 570px;
}
.innerpagebanner {
    min-height: 570px;
}
.services-right {
    padding: 1.94em 1.5em;
}
.contact-right {
    padding: 0 2em;
}
.tex-right {
    padding: 2.35em 1em;
}
.about p, .three-steps p, .work p, .services p, .team p, .contact p, .news-1 p {
    margin: 1em 0;
}
.team-grids a .captn {
    bottom: -80%;
}
.contact-top {
    margin: 0.5em 0;
}
.three label {
    width: 227px;
    left: 199px;
    top: 45px;
}
.banner-info {
    margin: 15em 0 0;
}
}
/*-- responsive-design --*/
@media (max-width: 966px){
.nav > li > a {
    font-size: 1em;
    padding: 30px 12px !important;
}
.banner-info p {
    font-size: 1.4em;
    line-height: 1.5em;
}
.banner-info {
  width: 100%;
  text-align: center;
}
.banner {
    min-height: 470px;
}
.innerpagebanner {
    min-height: 470px;
}
.about {
    padding: 3em 0;
}
.about h3, .three-steps h3, .work h3, .services h3, .team h3, .contact h3, .blog h3 {
    font-size: 1.7em;
}
.about p, .three-steps p, .work p, .services p, .team p, .contact p, .blog p {
    margin: 1em 0;
}

.about h4, .three-steps h4, .work h4 {
    font-size: 1.2em;
}
.mid-left {
    float: left;
    width: 25%;
}
.mid-bann-info {
    padding: 70px 0;
}
.what {
    margin: 3em 0;
}
span.glyphicon.glyphicon-folder-open, span.glyphicon.glyphicon-star-empty, span.glyphicon.glyphicon-phone, span.glyphicon.glyphicon-edit {
    font-size: 1.5em;
}
.ui-1-grd1 {
    float: left;
    width: 50%;
}
.three-steps {
    padding: 3em 0;
}
.three-left {
    float: left;
    width: 33.33%;
}
.three-left span.glyphicon.glyphicon-phone, span.glyphicon.glyphicon-signal, span.glyphicon.glyphicon-random {
    font-size: 1.5em;
}
.three label {
    width: 175px;
    left: 152px;
    top: 35px;
}
.three {
    margin-top: 3em;
}
.work {
    padding: 3em 0 0;
}
.work-left {
    width: 33.33%;
  float:left;
}
.view .mask, .view .content {
    width: 317px;
    height: 191px;
}
.view {
    width: 317px;
    height: 191px;
}
.services {
    padding: 3em 0 0;
}
.services-bottom {
    margin-top: 3em;
}
.services-right {
    padding: 1.45em 4em;
    float: left;
    width: 63%;
}
.services-left {
    padding: 0;
    float: left;
    width: 37%;
}
.ser-banner h2 {
    font-size: 1.7em;
}
.ser-banner h4 {
    font-size: 1.3em;
}
.ser-banner a {
    padding: 6px 24px;
    font-size: 14px;
}
.ser-banner {
    min-height: 240px;
    padding: 4em 0 0;
}
.news {
    min-height: 300px;
    padding: 3em 0;
}
.news-right {
    margin-top: 2em;
}
.team {
    padding: 3em 0;
}
.team-grids {
    float: left;
    width: 50%;
   margin-bottom: 2em;
}
.team-grids img {
    width: 100%;
}
.team-grids a .captn {
    bottom: -86%;
}
.testimonials h3 {
    font-size: 1.7em;
}
.testimonials h5 {
    font-size: 1.2em;
}
.news-1 {
    padding: 3em 0;
}
.tex-right {
    width: 69%;
    padding: 4.95em 2em;
}
.im-left {
    width: 31%;
}
.news-1-left {
    margin-bottom: 2em;
}
.contact {
    padding: 3em 0;
}
.contact-right {
    padding: 0 0em;
}
}
/*-- responsive-design --*/
@media (max-width: 800px){
.view {
    width: 261px;
    height: 159px;
}
.view .mask, .view .content {
    width: 261px;
    height: 159px;
}
.services-left {
    width: 47%;
}
.services-right {
    padding: 0.97em 1.5em;
    width: 53%;
}
}
/*-- responsive-design --*/
@media (max-width: 768px){
.view {
    width: 250px;
    height: 150px;
}
.view .mask, .view .content {
    width: 250px;
    height: 150px;
}
.about p, .three-steps p, .work p, .services p, .team p, .contact p, .news-1 p {
    font-size: 14px;
}
.services h4 {
    font-size: 1.1em;
}
.services-right {
    padding: 0.88em 1.5em;
}
.contact-right {
    padding: 0 1em;
}
.contact-right span {
    padding-right: 0.3em;
}
.banner-info {
    margin: 15em 0 0;
}
.banner {
    min-height: 480px;
}
.innerpagebanner {
    min-height: 480px;
}
.partners-part:nth-child(4){
    padding:0 ;
    margin-top: 40px;
}
.partners-part:nth-child(3){
    padding:0 ;
    margin-top: 40px;
}
.partners-part:nth-child(2){
    padding:0;
    margin-top: 40px;
}
.partners .mid-bann-info-1{
  min-height: auto;
}
}

/*-- responsive-design --*/
@media (max-width: 736px){
.view {
    width: 240px;
    height: 145px;
}
.view .mask, .view .content {
    width: 240px;
    height: 145px;
}
.services-left {
    width: 100%;
}
.services-right {
    padding: 2em 1.5em;
  width: 100%;
}
.services-left img {
    width: 100%;
}
.tex-right {
    padding: 4.54em 2em;
}
.banner {
    min-height: 450px;
}
.innerpagebanner {
    min-height: 450px;
}
.logo a {
    font-size: 3em;
}
}
/*-- responsive-design --*/
@media (max-width: 667px){
/* .banner-button{
  width: 125px;
  height: 38px;
  font-size: 14px;

} */
.ui-1-grd1 {
    width: 100%;
}
.mid-bann-info h6 {
    font-size: 0.875em;
    margin: 1em 0 0;
}
span.glyphicon.glyphicon-thumbs-up, span.glyphicon.glyphicon-heart, span.glyphicon.glyphicon-star, span.glyphicon.glyphicon-cd {
    font-size: 2em;
}
.mid-bann-info h5 {
    font-size: 1.3em;
}
.mid-bann {
    min-height: 189px;
}
.three label {
    width: 142px;
    left: 135px;
    top: 35px;
}
.about h4, .three-steps h4, .work h4 {
    font-size: 1em;
}
.view {
    width: 217px;
    height: 131px;
}
.view .mask, .view .content {
    width: 217px;
    height: 131px;
}
.tex-right {
    padding: 2.95em 2em;
}
.banner {
    min-height: 440px;
}
.innerpagebanner {
    min-height: 440px;
}
}
/*-- responsive-design --*/
@media (max-width: 640px){
.three label {
    width: 132px;
    left: 132px;
    top: 35px;
}
.view {
    width: 208px;
    height: 126px;
}
.view .mask, .view .content {
    width: 208px;
    height: 126px;
}
.tex-right {
    padding: 2.6em 2em;
}
.banner {
    min-height: 420px;
}
.innerpagebanner {
    min-height: 420px;
}
}
/*-- responsive-design --*/
@media (max-width: 600px){
.view {
    width: 194px;
    height: 118px;
}
.view .mask, .view .content {
    width: 194px;
    height: 118px;
}
.three label {
    width: 119px;
    left: 125px;
    top: 33px;
}
.tex-right {
    padding: 2.05em 2em;
}
.banner {
    min-height: 410px;
}
.innerpagebanner {
    min-height: 410px;
}
}
/*-- responsive-design --*/
@media (max-width: 568px){
.banner-info {
  width: 100%;
  text-align: center;
}
.about {
    padding: 40px 0;
}
.what {
    margin: 2em 0;
}
.mid-left {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
.mid-bann-info {
    padding: 0;
}
.three-steps {
    padding: 2em 0;
}
.about h3, .three-steps h3, .work h3, .services h3, .team h3, .contact h3, .news-1 h3 {
    font-size: 1.5em;
}
.three {
    margin-top: 2em;
}
.three-left {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}
.three label {
    width: 0;
    left: 0;
    top: 0;
}
.three-steps {
    padding: 2em 0 0;
}
.work {
    padding: 2em 0 0;
}
.work-left {
    width: 100%;
    float: left;
}
.view {
    width: 528px;
    height: 175px;
}
.view .mask, .view .content {
  width: 528px;
    height: 175px;
}
.team {
    padding: 2em 0 0;
}
.testimonials {
    min-height: 482px;
    padding: 2em 0 0;
}
.news-1-bottom {
    margin-top: 2em;
}
.tex-right {
    padding: 1.68em 2em;
}
.news-1 {
    padding: 2em 0 0;
}
.contact {
    padding: 2em 0;
}
.contact-bottom {
    margin-top: 2em;
}
.team-grids a .captn {
    bottom: -82%;
}
.testimonials h3 {
    font-size: 1.5em;
}
.banner {
    min-height: 400px;
}
.innerpagebanner {
    min-height: 400px;
}
}
/*-- responsive-design --*/
@media (max-width:480px){
.new_abouts .container{
    padding:0 20px;
}
.banner-info p {
    font-size: 1.2em;
}
.banner-info {
    width: 67%;
}
.view {
    width: 393px;
    height: 160px;
}
.view .mask, .view .content {
  width: 393px;
    height: 160px;
}
.team-grids a .captn {
    bottom: -76%;
}
.testimonials p {
    font-size: 14px;
    letter-spacing: 0.3px;
}
.tex-right {
    padding: 1em 1em;
}
.news-1 ul li {
    font-size: 0.7em;
}
.news-1 h4 {
    font-size: 1em;
}
.news-1 h6 {
    margin: 0.5em 0 0;
}
.tex-right {
    padding: 0.73em 1em;
}
.submit-btn input[type=submit] {
    padding: 7px 30px;
    font-size: 14px;
}
.footer p {
    font-size: 0.875em;
}
.ser-banner h2 {
    font-size: 1.5em;
    line-height: 1.3em;
}
.ser-banner h4 {
    font-size: 1.1em;
}
.ser-banner {
    padding: 3em 0 0;
}
.banner-info {
    width: 100%;
    float: none;
  text-align:center;
}
.logo a {
    font-size: 2.5em;
}
.banner-info {
    margin: 2em 0 0;
}
}
/*-- responsive-design --*/
@media (max-width:384px){
.view {
    width: 358px;
    height: 160px;
}
.view .mask, .view .content {
     width: 358px;
    height: 160px;
}
.captn h4 {
    font-size: 1.2em;
}
.contact-left input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}
.banner {
    min-height: 350px;
}
.innerpagebanner {
    min-height: 350px;
}
}
/*-- responsive-design --*/
@media (max-width:320px){
.banner-info {
    width: 100%;
}
.about h3, .three-steps h3, .work h3, .services h3, .team h3, .contact h3, .news-1 h3 {
    font-size: 1.3em;
}
.about-left {
    padding: 0;
}
.what {
    margin: 0em 0 2em;
}
.ui-1-grd1 {
    padding: 0;
}
.ui-1-top {
    padding: 1.2em 0;
}
span.glyphicon.glyphicon-folder-open, span.glyphicon.glyphicon-star-empty, span.glyphicon.glyphicon-phone, span.glyphicon.glyphicon-edit {
    font-size: 1.3em;
}
.about {
    padding: 2em 0 0;
}
.mid-left {
    padding: 0;
}
.work-btm {
    margin-top: 1em;
}
.view {
    width: 303px;
    height: 150px;
}
.view .mask, .view .content {
  width: 303px;
    height: 150px;
}
.three-left {
    padding: 0;
}
.services {
    padding: 2em 0 0;
}
.services-bottom {
    margin-top: 1em;
}
.services-right {
    padding: 2em 1.5em 0;
}
.services h4 {
    font-size: 1em;
}
.ser-banner h2 {
    font-size: 1.3em;
    line-height: 1.3em;
}
.ser-banner h4 {
    font-size: 1em;
}
.ser-banner {
    padding: 2em 0 0;
  min-height:200px;
}
.news h3 {
    font-size: 1.3em;
}
.news-left {
    padding: 0;
}
.news p {
    font-size: 13px;
    margin: 1em 0 0;
}
.news-right {
    padding: 0;
}
.news-right form input[type=submit] {
    padding: 11px 14px;
    font-size: 13px;
}
.news-right input[type="text"] {
    width: 69%;
    font-size: 13px;
}
.news-right {
    margin-top: 1em;
}
.news {
    min-height: 300px;
    padding: 2em 0;
}
.team-info {
    margin-top: 2em;
}
.team-grids {
    padding: 0 5px;
}
.testimonials h3 {
    font-size: 1.3em;
}
.testimonials h5 {
    font-size: 1em;
}
.testimonials p {
    font-size: 13px;
}
.im-left {
    width: 100%;
    text-align: center;
}
.tex-right {
    padding: 0.73em 1em;
    width: 100%;
}
.im-left img {
  width:100%;
}
.contact-left input[type="text"] {
    padding: 10px 10px;
}
.contact-left {
    padding: 0;
}
.contact-left textarea {
    height: 8.7em;
  padding: 10px 10px;
}
.contact-right {
    padding: 1em 0em;
}
.contact {
    padding: 2em 0 0;
}
.footer {
    padding: 0.5em 0;
}
.banner {
    min-height: 310px;
}
.innerpagebanner {
    min-height: 310px;
}
.banner-info {
    margin: 1.5em 0 0;
}
.captn p {
    margin: 0;
}
}

.mid-bann-info-1{
  font-size: 20px;
    color: #fff;
    margin: 15px 0 -15px 0;
    line-height: 1.6em;
	
    text-align: justify;
    text-align-last: left;
}
.mid-bann-btnwrap{
  margin-top: 4em;
}
.mid-bann-btn{
  background: transparent;
    border: 1px solid #fff;
    margin-top: 2em;
    color: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    text-decoration: none;
    cursor: pointer;
        width: 180px;
    display: block;
    margin: 0 auto;
}
.mid-bann-btn:hover{
  background: #fff;
  color: #333;
  text-decoration: none;
}
    .mid-bann-btn:focus {
        background: transparent;
        color: #fff;
        text-decoration: none;
    }
.smallcontainer{
  width:88%;
  margin:0 auto;
}
.Contact-wrap{
  width:calc(50% - 2em);
  height: 340px;
  background: #fff;
  /*margin:0 1em;*/
  padding: 1em 3em;
  margin-left:0;
}
.Contact-wrap ul li{
    padding: 0;
}
.Contact-wrap ul li a {
    padding: 0 !important;
    border:none;
    line-height: 40px;
    color:#333;
}
.Contact-wrap ul li a:hover{
  background: transparent;
}
.Contact-wrap .nav-tabs {
    border:none;
}
.Contact-wrap .nav-tabs > li.active > a{
    cursor: default;
    border:none;
    border-bottom: 3px solid #f07d12;
    line-height: 40px;
    background: transparent;
    color:#f07d12;
    /*font-weight:bold;*/
}
.Contact-detail h3{
  font-size:1.5em;
  text-align: left;
  margin-top: 1.5em;
  color:#f07d12;
  font-weight: bold;
}
.Contact-detail p{
    font-size: 15px;
    text-align: left;
    color: #333;
    margin:  0;
    line-height: 1.8em;
}
.Contact-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    height: 40px;
    line-height: 40px;
    margin-bottom: 1em;
}
.Contact-textarea {
    height: 120px;
}
.Contact-btn{
      background: #f07d12;
    border: 1px solid #f07d12;
    margin-top: 1em;
    color: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
        display: block;
}
.Contact-btn:hover,.Contact-btn:visited{
      background: #fff;
    border: 1px solid #f07d12;
    color: #f07d12;
    text-decoration: none;
}
    .Contact-btn:focus {
        background: #f07d12;
        border: 1px solid #f07d12;
        color: #fff;
        text-decoration: none;
    }
.languageswitch{
  text-align: left;
}
.languageswitch a{
  display: inline-block !important;
}
.languageswitch span{
  display: inline-block !important;
  color:#fff;
}
.about-wrap{
  display: flex;

    flex-wrap: wrap;
}
.index-btnwrap2{
left: auto;
}

@media (max-width: 767px){
   .logo{
    display: none;
  }
.navbar-nav > li {
    float: none;
    margin: 0;
    display:block;
}
.navbar-right {
    float:none !important; */
}
.navbar-toggle {
    float: left;
  margin-top: 18px;
}
.navbar-default .navbar-toggle {
    border: none ! important;
    background: #f07d12;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #f07d12 ! important;
}
.nav > li > a {
    padding: 15px 12px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #f07d12  !important;
    background: #f07d12 !important;
    position: absolute;
    width: 100%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-nav {
    margin: 0px;
}
.banner {
  background-position: center center;
    background-size: auto 100%;
}
.innerpagebanner {
  background-position:center;
}
.banner-info {
    margin: 12em 0 0;
}
.innerpagebanner .banner-info {
    margin: 12em 0 0;
}
.banner-info h1 {
    font-size: 2em;
}
.banner-info h1 br{
    display: block;
}
.img-responsive2 {
    height: auto;
    margin-left: 0;
    width:100%;
}
.index-btnwrap {
    margin: 2em 0 2em 0 !important;
  
}
.index-btn {
  width: 100%;
  display: block;
    text-align: center;
}
.bannlogo img{
  width: 60%;
}
.team-wrap{
}
.team-grids {
  margin:0;
  width:100%;
  margin-bottom: 2em;
}
.team-grids img {
       width: auto !important;
    height: 80px;
}
.Contact-wrap {
    width: 100%;
        margin: 0 0 1em 0;
    padding: 1em;
}
.smallcontainer {
    width: 100%;
}
.Contact-wrap-form{
  padding:0;
}
.mid-bann-btnwrap {
    margin-top: 2em;
    margin-bottom: 2em;
}
.banner-icon img {
    width: 12px;
    height: auto;
}
.languageswitch{
  text-align: center;
}
.languageswitch a{
  display: inline-block !important;
  width:50%;
}
.languageswitch span{
  display: none !important;
}
.navbar-default .navbar-nav > li > a:hover{
  color: #fff;
}
.index-btnwrap {
    position: relative;
    left: 0;
}
.about-left {
    padding: 0;
}
.service-type .thumbnail p {
    height: auto;
}
.service-qrcode{
  padding-bottom: 25px;
}


}
.Contact-wrap-a{
  text-align:left;
  padding-top:15px;
}
.Contact-wrap-a a{
      color: #f07d12;
}
@media screen and (min-width:768px) and (max-width:1200px){
  .index-btnwrap {
    position: relative;
    left: 0;
    top: 15px;
  }
   .index-btnwrap2 {
    position: relative;
    right: 15px;
    left: 0;
    top: 15px;
  }
  .team-grids {
    width:calc(100% - 40px);
}
.team-grids img {
    width: auto;

    height: 120px;
}
.Contact-wrap{
  width: 100%;
}
}
@media screen and (min-width:992px) and (max-width:1200px){
.Contact-wrap {
    width: calc(60% - 2em);
}
.service-type .thumbnail h3{
      white-space: nowrap;
}
}
@media screen and (min-width:768px) and (max-width:991px){
  .team-grids img {
      width: auto;
    margin-top: 0;
    height: 120px;
  }
}

.forweb{
  display: block;
}
.formobile{
  display: none;
}
@media screen and (min-width:320px) and (max-width:767px){
  .about-wrap {
    display: block;
    padding:0;
}
.forweb{
  display: none;
}
.formobile{
  display: block;
}
}
@media screen and (min-width:768px) and (max-width:991px){
  .about-wrap {
    display: block;
}
.forweb{
  display: none;
}
.formobile{
  display: block;
}
}




.newbottom{
  padding-bottom:50px
}
.homepage-tab{
  position: relative;
  z-index: 1;
}
.homepage-tab .nav-tabs{
  display: flex;
  justify-content: space-around;
  border:none;


    max-width: 1000px;
    margin: 0 auto;
}
.homepage-tab .nav-tabs li{
  display: flex;
  justify-content: space-around;
  padding:0;

  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #EFF6FB, #EFF6FB), linear-gradient(90deg, #E5E5E5 0%, #E9E9E9 10%, #F9F9F9 61%, #FFFFFF 100%);
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
  border-radius: 52px;

    margin: 0 30px;
}
.homepage-tab .nav-tabs li a{
  color: #F07D12;
  background-color: transparent;
  padding:0 !important;
  border:none;

    width: 170px;
    height: 54px;
  font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-tab .nav-tabs li:hover{
  background: #F07D12;
}
.homepage-tab .nav-tabs li a:hover{

  background: transparent;
}
.homepage-tab .nav-tabs li:hover a{
  color: #fff;
    cursor: pointer;  
}
.homepage-tab .nav-tabs li a:focus,.homepage-tab .nav-tabs li a:active{
  background-color: transparent;
}
.homepage-tab .nav-tabs li.active{
  color: #fff;
  background: #F07D12;
  box-shadow: 0px 3px 12px rgba(247, 96, 1, 0.4);
}
.homepage-tab .nav-tabs li.active a{
  color: #fff;
  border: none;
  position: relative;

}
.homepage-tab .nav-tabs li.active a:after{
content: '';
    width: 12px;
    height: 45px;
    position: absolute;
    bottom: -40px;
    background: transparent url(../images/mangoone-arrow.svg) no-repeat;
}

.homepage-tab-line{

    margin-top: -1px;
  text-align: center;
}
.homepage-tab-line .img-responsive2 {
    width: 58%;
}

.homepage-tab .tab-content{
  margin-top: 40px;
  max-width: 905px;
    margin: 23px  auto 0;
}
.homepage-tab .tab-content > .active{
  background: #FFFFFF;
border: 2px solid rgba(240, 125, 18, 0.39);
border-radius: 22px;
padding:30px 40px;
    display: flex;
    justify-content: center;
    min-height: 145px;
}
.homepage-tab-list{
    padding: 0 20px;
}
#tab1 .homepage-tab-list{
    width: calc(100% / 4);
}
#tab2 .homepage-tab-list{
    width: calc(100% / 2);
}
#tab3 .homepage-tab-list{
    width: calc(100% / 3);
}
#profile .homepage-tab-list{
  width: calc(100% / 4);
}
.homepage-tab-list h4{
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
padding-bottom: 10px;
}
.homepage-tab-list p{
  margin:0;
font-style: normal;
font-weight: 350;
font-size: 12px;
line-height: 16px;
color: #333333;

}
#myTab li{
  position: relative;
  margin-top:27px;
  z-index: 2;
}
#myTab li:nth-child(1):before{
  content: '';
  position: absolute;
  width: 60px;
  height: 30px;
  top: -30px;
    background: transparent url(../images/manggoicon07.svg) no-repeat;
    z-index: 1;
}
#myTab li:nth-child(2):before{
  content: '';
    position: absolute;
    width: 60px;
    height: 29px;
    top: -29px;
    background: transparent url(../images/manggoicon10.svg) no-repeat;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    background-position: center;
}
#myTab li:nth-child(3):before{
content: '';
    position: absolute;
    width: 60px;
    height: 28px;
    top: -30px;
    background: transparent url(../images/manggoicon07.svg) no-repeat;
    z-index: 1;
    transform: scaleX(-1);
}
#myTab li:nth-child(4):before{
  content: '';
  position: absolute;
  width: 60px;
  height:30px;
  top: -30px;
    background: transparent url(../images/manggoicon06.svg) no-repeat;
    z-index: 1;
}
.homepage-tab-mobile{
  display: none;
}
.bhs-info{
  text-align: center;
}
.mangoone02-img{
  width: 80%;
}
.img-bhs-pc{
  width: 100%;
}

@media screen and (min-width:320px) and (max-width:767px){
  .mangoone{
    width: 60%;
        height: 25px !important;
  }
  .rsmbhs{
	   width: 60%;
        height: 30px !important;
  }
  .newbottom{
    padding-bottom:30px;
  }
  .img-responsive2{
    width: 50%;
    margin:0 auto;
  }
  .homepage-tab{
    display: none;
  }
  .img-bhs{
    width: 100%;
    margin:0 auto;
  }
  .index-btn{
    margin-top: 0;
  }
  .team{
    padding:40px 0;
  }
  .team-grids {
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
  }


.img-responsive3{
  width: 100%;
  margin-bottom: 30px;
}
.homepage-tab-mobile{
  display: block;
  margin:5px 0 0 0;
  background: #FFFFFF;
  position: relative;
}
.homepage-tab-mobile:before{
    content: ;
    position: absolute;
    width: 2px;
    height: 42px;
    background-color: rgba(240, 125, 18, 0.39);
    top: -30px;
    left: 50%;
}
.homepage-tab-mobile .swiper-wrapper{
  height: auto;
}

.homepage-tab-list {
    width: 100%;
    padding: 0;
    margin-bottom:20px; 
}
.homepage-tab-list p{
  text-align: left;
}
.testimonials h3{
  padding: 20px 0;
}
.testimonials {
    padding: 0 0 0;
}
.mid-bann-info-1{

    margin:  0;
}
.onlyforweb{
  display: none;
}

.img-responsive4{
  width:104%;
  margin-left: -2%;
}
.mySwiper{
  padding: 25px 0 25px 0 !important;
    width: calc(100% + 60px);
    margin-left: -30px !important;
}
.mySwiper .swiper-slide{
  height:350px;
    padding:40px 20px 0 20px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 2px solid rgba(240, 125, 18, 0.39);
    position: relative;
}
.mySwiper .swiper-slide-active{
    box-shadow: 0px 0px 10px rgba(240, 125, 18, 0.2);
}
.mySwiper .swiper-slide .swiper-slide-title{
    position: absolute;
    width: 120px;
    height: 40px;
    color: #fff;
    background: #F07D12;
    box-shadow: 0px 3px 12px rgba(247, 96, 1, 0.4);
    border-radius: 40px;
    top: -18px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
transform: translateX(-50%);
}
.mySwiper .swiper-pagination{
  bottom: 0 !important;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background: #FFEAD8;
    opacity: 1;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{
  width: 8px;
  height: 8px;
  background: #F07D12;
}
.homepage-tab-list h4{
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 5px;
}


.homepage-tab-list p{
  font-size: 13px;
}
.container{
  padding-right: 25px;
    padding-left: 25px;
}
.team-wrap{
  padding:0;
}
#Contact .container .Contact-wrap{
  width: calc(100% + 30px);
  margin-left:0;
}

}
@media screen and (min-width:768px) and (max-width:991px){
  .container{
    width: 100%;
  }
  .img-responsive2{
    display: none;
  }
  .img-bhs-pc{
    display: block;
  }
  .img-bhs{
    display: none;
  }
  .img-responsive3 {
    display: none;
  }
  .homepage-tab-line .img-responsive2{
    display: block;
  }
  .fortablet{
    display: block;
  }
  .homepage-tab .nav-tabs li a {
    width: 150px;
}
.homepage-tab .nav-tabs li {
    margin: 0 15px;
}
.homepage-tab .tab-content > .active {
    padding: 15px 30px;
}
.partners .mid-bann-info-1{
      min-height: auto;
}
.img-responsive4 {
  display: none;
}
.homepage-tab .tab-content > .active {
    min-height: 120px;
}
}
@media screen and (min-width:992px) and (max-width:1199px){
.homepage-tab-line .img-responsive2 {
    width: 60%;
}

}
@media screen and (min-width:768px) and (max-width:785px){
.homepage-tab-line .img-responsive2 {
    width: 75%;
}

}


/*.team-grids{
  width: 280px;
  height: 120px;
}*/
.team-info .team-wrap:nth-child(2) .team-grids img{
  width:200px !important;
}

@media screen and (min-width:992px) and (max-width:1200px){
  /*.team-wrap{
    width: calc(100% / 3);
    height: 140px;
  }*/
  .team-wrap .team-grids {
   /* width: 100%;
    height: 120px;  */
    margin:20px 20px;
  }
  .team-info .team-wrap .team-grids img{
    width:60% !important;
    height: auto;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .banner-button{
    bottom: 55px;
  }
  .team-wrap:nth-child(odd),.team-wrap:nth-child(even){
    justify-content: center;
  }
  .team-grids{
    width: 80%;
    height: 160px;
  }
  .team-info .team-wrap .team-grids img{
    width:60% !important;
    height: auto;
  }
  .team-info .team-wrap:nth-child(2) .team-grids img {
    width: 60% !important;
}
}
@media screen and (min-width:320px) and (max-width:767px){
  .team-wrap:nth-child(odd),.team-wrap:nth-child(even){
    justify-content: center;
  }
  .team-grids{
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
  .team-info .team-wrap .team-grids img{
    width:auto !important;
    height: 80px;
  }
  .team-info .team-wrap:nth-child(2) .team-grids img {
    width:auto !important;
    height: 100px;
}
 .team-info .team-wrap:nth-child(4) .team-grids img {
    width:auto !important;
    height: 55px;
}

.navigation{
  position: relative;
  z-index: 2;
}
.banner-info {
    position: relative;
    z-index: 1;
}
.cookie_wrap {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #f07d12;
    padding: 10px 15px;
}
}

.cookie_wrap{
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #f07d12;
    padding: 10px 50px;
}
.cookie_wrap .container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}
.cookie_wrap .container:before,.cookie_wrap .container:after{
    display: none;
}
.cookie_wrap_info{
    font-weight: 350;
font-size: 14px;
line-height: 18px;
    color: #333;
    margin:  0;
    font-family: 'SourceHanSansCN-Light';
}
.cookie_wrap_info a{
    color: #f07d12;
    text-decoration: underline;
}
.cookie_wrap_btn{
  display: flex;
}
.cookie_wrap_btn .index-btn:first-child{
  background: #fff;
  color:#f07d12;
  border:1px solid #f07d12;
  text-decoration: none;
}
.cookie_wrap_btn .index-btn:first-child:hover{
  background: #f07d12;
  color:#fff;
  border:1px solid #f07d12;
  text-decoration: none;
}
.cookie_wrap_btn .index-btn{
    display: block;
    margin: 5px 15px 0 0 ;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
}
.nobanner{
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}
.nobanner .navbar-default .navbar-nav > li > a{
    color:#333;
}
.nobanner .languageswitch span {
    color: #333;
}
.longinfo{
    padding:70px 0;
}
.longinfo h1.title{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-transform: capitalize;
    color: #333333;
    margin: 0;
    padding-bottom: 30px;
    font-family: 'SourceHanSansCN-Bold';
}
.longinfo h4{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #333333;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
}
.longinfo p{
    font-size: 16px;
    color: #333;
    margin:  0;
    line-height: 1.8em;
    padding: 5px 0;
}
@media screen and (min-width:320px) and (max-width:767px){
  .cookie_wrap {
      padding: 10px 15px 30px 15px;
  }
  .cookie_wrap_info{
    font-size: 12px;
    padding-bottom: 15px;
  }
  .nobanner .navbar-default .navbar-nav > li > a {
    color: #fff;
    }
    .longinfo {
        padding: 30px 0;
    }
    .longinfo h1.title {
        font-size: 1.5em;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .longinfo h4 {
        font-size:16px;
        line-height: 18px;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .longinfo p {
        font-size: 12px;
    }
    .cookie_wrap_btn{
      width: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
  .cookie_wrap_info{
    padding-bottom: 15px;
  }
  .team-info .team-wrap .team-grids img {
    width: auto !important;
    height: 100px;
}
.team-info .team-wrap:nth-child(2) .team-grids img{
  width: auto !important;
}
}

.footer a{
  color: #fff;
  margin:0 10px;
  text-decoration: underline;
}
.footer a:hover{
  color: rgb(240, 125, 18)
}
@media screen and (min-width:320px) and (max-width:767px){
  .footer a{
   display:block;
  margin:5px 10px;
  }
  .team-info .team-wrap:nth-child(5) .team-grids img{
    height: 100px;
  }
  .team-info .team-wrap:nth-child(6) .team-grids img{
    height: 120px;
  }
}

.service-three-wrap{
  display: flex;
  padding-bottom:70px;
}
.service-tab-mobile{
  display: none;
}
.service-three{
  box-shadow: 0 0 15px rgba(232,238,240, 1);
  text-align: center;
  padding:40px 15px;
  margin:0 15px;
    background: #fff;
}
.service-three-img{
  margin-bottom:15px;
}
.service-three-img img{
  width: 120px;
  height: auto;
}
.service-three-info{
  margin-top: 15px;
  text-align: center;
}
.service-three-info-title{
    font-family: 'SourceHanSansCN-Bold';
    font-size: 1.5em;
    margin-top: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}
.service-three-info-info{
    font-family: 'SourceHanSansCN-Light';
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.6em;
}
.service-three-bg{
    width: 4096px;
    height: 370px;
    background-color: rgba(245, 250, 253, 1);
    position: absolute;
    z-index: -1;
    left: -50%;
    bottom: 0;
}
.service-six-title{
  padding-top: 70px;   
    display: inline-block;
    width: 100%;
}
.service-six-wrap{
    display: flex;
    flex-wrap: wrap;
}
.service-six-mobile{
  display: none;
}
.service-six{
    width: calc(25% - 30px);
  padding:25px 10px 25px 10px;
  text-align: center;
  border:1px solid rgba(217, 217, 217, 1);
  margin: 15px;
}
.service-six-info-title{
  font-size: 16px;
  line-height: 1.8em;
  color: rgba(51, 51, 51, 1);
  font-family: 'SourceHanSansCN-Bold';
}

@media screen and (min-width:320px) and (max-width:767px){

  .service-info{
    padding-left: 0;
    padding-right: 0;
  }
  .service-three-wrap{
    display: none;
  }
  .service-tab-mobile{
    display: block;
    position: relative;
    padding-bottom: 20px;
  }
  .service-tab-mobile .swiper-wrapper{
    height: max-content;
  }
  .service-tab-mobile .mySwiper .swiper-slide{
    height: auto;
    border:none;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(221, 117, 20, 0.1);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .service-tab-mobile .mySwiper .swiper-slide-active{
    border:none;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(232,238,240, 1);
  }
  .service-three-info-title{
    padding-top: 0;
    margin-top: 0;
  }
  .service-three-img {
      margin-bottom:5px;
  }

  .service-six-wrap{
    display: none;
  }
  .service-six-mobile{
    display: block;
  }
  .service-six-mobile-wrap{
    border: 1px solid rgba(217, 217, 217, 1);
  }
  .service-six-mobile-wrap ul{
    padding: 0;
    margin:0;
  }
  .service-six-mobile-wrap ul li{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .service-three-img{
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .service-three-img img {
    width: 90px;
  }
  .service-three-info {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .service-six-info-title {
    line-height: 18px;
    text-align: left;
  }
  .service-three-info-info {
    font-size: 14px;
  }
  .service-three-bg{
    height: 300px;
  }
  .service-six-mobile .service-six-mobile-wrap .service-three-img{
    padding-top: 0;
    padding-bottom: 0;
  }
  .service-six-mobile .service-six-mobile-wrap .service-three-img img{
    width: 60px;
    margin-right: 20px;
  }
}

.RSM-wrap{
  background-color: rgba(95, 170, 218, 0.06);
  padding:70px 0 100px 0;
}
.rsw-big img{
  width: 40%;
}
.rsm-list{
  width: 100%;
}
.rsm-list ul{
  display: flex;
  justify-content: space-between;
    padding: 0;
    margin: 0 0 70px 0;
}
.rsm-list ul li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 22px;
  border:1px solid rgba(240, 125, 18, 0.4);
  text-align: center;
}
.rsm-list-li-icon img{
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
.rsm-list-li-title{
      color: rgba(240, 125, 18, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 0 25%;
    text-align: center;
}
.BHS-wrap{
  padding:70px 0 100px 0;
}
.testimonials{
  margin-bottom: 0;
}
.solution-bg{
  background-color: rgba(95, 170, 218, 0.06);
}
.style-ztyw{
  display: flex;
  padding:60px 15px;
}
.style-ztyw .style-ztyw-img{
  width: 45%;
}
.style-ztyw .style-ztyw-img img{
  width: 80%;
}
.style-ztyw .style-ztyw-info{
  width: 55%;
  text-align: left;

}
.style-ztyw .style-ztyw-info .title{
  margin-bottom: 40px;
    color: #333;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 28px;
}
.style-ztyw .style-ztyw-info .title img{
    height:25px;
    width: auto;
}
.style-ztyw .style-ztyw-info .contents{
  margin-bottom: 40px;
}
.style-ztyw .style-ztyw-info .contents p{
  margin:0;
}
.style-ztyw .style-ztyw-info .link{

}

.style-zwyt{
  display: flex;
  padding:60px 15px;
}
.style-zwyt .style-zwyt-img{
  width: 45%;
}
.style-zwyt .style-zwyt-img img{
  width: 80%;
}
.style-zwyt .style-zwyt-info{
  width: 55%;
  text-align: left;

}
.style-zwyt .style-zwyt-info .title{
  margin-bottom: 40px;
    color: #333;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 28px;
}
.style-zwyt .style-zwyt-info .title img{
    height:25px;
    width: auto;
}
.style-zwyt .style-zwyt-info .contents{
  margin-bottom: 40px;
}
.style-zwyt .style-zwyt-info .contents p{
  margin:0;
}
.solution{
    padding-top:140px;
  }
  .testimonials-content{
    margin-top: 70px;
  }
  .testimonials-content:first-child{
    margin-top: 0;
  }
  .index-banner{
    background-position: center center;
  }
  .solution-banner{
    background-position: center center;
  }
  .innerpagebanner{
    background-position: center center;
  }
  #Contact .smallcontainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #Contact .smallcontainer h3{
    width: 100%;
  }
@media screen and (min-width:320px) and (max-width:767px){
  .banner-button{
    width: 125px;
    height: 38px;
    font-size: 14px;
    bottom: 25px;
  }
  .solution{
    padding-top:80px;
  }
  .testimonials{
    margin-top: 0;
    margin-bottom: 0;
    min-height: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .style-ztyw {
    flex-wrap: wrap;
      padding: 40px 30px;
  }
  .style-ztyw .style-ztyw-img {
      width: 100%;
  }
  .style-ztyw .style-ztyw-img img {
    width: 80%;
  }
  .style-ztyw .style-ztyw-info {
      width: 100%;
      text-align: center;
  }
  .style-ztyw .style-ztyw-info .title{
    margin:28px 0 15px 0;
    font-size: 21px;
  }
  .style-ztyw .style-ztyw-info .link .index-btn {
      width: auto;
      display: inline-block;
      text-align: center;
      padding:15px 60px;
  }
  .style-zwyt{
     flex-wrap: wrap;
      padding: 40px 30px;
  }
  .style-zwyt .style-zwyt-img {
      width: 100%;
  }
  .style-zwyt .style-zwyt-img img {
    width: 80%;
  }
  .style-zwyt .style-zwyt-info {
      width: 100%;
      text-align: center;
  }
  .style-zwyt .style-zwyt-info .title{
    margin:28px 0 15px 0;
    font-size: 21px;
  }
  .style-zwyt .style-zwyt-info .link .index-btn {
      width: auto;
      display: inline-block;
      text-align: center;
      padding:15px 60px;
  }
  .team .team-info{
    margin:0;
  }
  .RSM-wrap{
      padding:40px 0;
  }
  .rsw-big img {
      width: 80%;
  }
  .rsm-list {
    width: 90%;
    margin: 0 auto;
  }
  .rsm-list ul {
      margin: 0 0 25px 0;
      flex-wrap: wrap;
  }
  .rsm-list ul li{
    width: calc(50% - 30px);
    text-align: center;
    margin: 15px;
    height: auto;
    padding: 10px 0;
  }
  .rsm-list-li-icon img {
    width: 45px;
  }
  .rsm-list-li-title{
    font-size: 14px;
    padding:0 10px;
  }
  .solution .team-info:last-child .style-ztyw{
    padding-bottom:0;
  }
  .new-client{
    padding:40px 0 0 0;
  }
  .new-client .team-wrap:last-child .team-grids{
    margin-bottom:0;
  }
  .BHS-wrap{
    padding:40px 0;
  }
  .testimonials-content{
    margin-top: 40px;
  }
  .index-banner{
    background: url(../images/mobile-fornow.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: center center;
  }
  .solution-banner{
    background: url(../images/mobile-fornow.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: top center;
  }
  .innerpagebanner{
    background: url(../images/mobile-fornow.jpg) no-repeat 0px 0px;
    background-size: cover;
    background-position: bottom center;
  }
  .style-ztyw .style-ztyw-info .title img{
    height: 20px;
  }
  /* .banner-button{
    margin-top: 45%;
  } */
}
@media screen and (min-width: 320px) and (max-width: 484px){
  .banner-button{
    bottom: 40px;
  }
}

#Partners{
 background: rgba(245, 250, 253, 1);
}
.Partners-list{
  display: flex;
}
.Partners-list ul{
  display: flex;
  flex-wrap: wrap;
  padding:0;
  margin: 0;
    justify-content: space-around;
}
.Partners-list ul li{
  list-style-type: none;
  /* width: 25%;*/
  margin-top: 70px;
  height: 60px;
}
.Partners-list ul li:nth-child(1),.Partners-list ul li:nth-child(2),.Partners-list ul li:nth-child(3),.Partners-list ul li:nth-child(4){
  margin-top: 35px;
}
.Partners-list ul li img{
  width: 230px;
  min-height: 60px;
  transition: transform 0.5s ease;
}  
.Partners-list ul li img:hover{
  cursor: pointer;
  transform: scale(1.2);
}
#Clients{
  padding-top: 140px;
  padding-bottom: 140px;
}
#Clients .team-info{
    margin-top: 70px;
}
.one{margin:0 auto;height:180px;width:100%;overflow:visible;position:relative; }
.one ul{width:100000px;position:absolute;left:0;display: flex;} /*ul widthçš„å®½ä¸èƒ½è¿‡å°*/
.one ul li{display:block;border-radius:6px;position:relative;width: 300px;height: 180px;}
.one ul li a{display: flex; justify-content: center; align-items:center; height: 100%;cursor:default;} 
.one ul li img{border-radius:6px;display:block;width: 80%;height: auto;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}

@media screen and (min-width:320px) and (max-width:767px){
  .Partners-list ul li{
    width: 100%;
    margin-top: 35px;
  }
  .Partners-list ul li:nth-child(1){
    margin-top: 0;
  }
  .Partners-list ul li img{
    width: 160px;
    min-height: auto;
  }
  #Clients{
    padding-top: 40px;
    padding-bottom: 0;
  }
  #Clients .team-info {
      margin-top: 0;
  }
  .one ul li{width: 250px;height: 140px;margin-left: 8px;margin-right: 8px;}
  .one ul li img{border-radius:6px;display:block;width: 100%;height: auto;}
}

.youtube_frame {
	width:80%;
	margin:0 auto;
    margin-bottom: 50px;
}
.youtube_frame .wow{
	padding-bottom:0 !important;
}
.youtube_frame iframe{
	width:100%; 
    aspect-ratio: 16 / 9;
}
@media screen and (min-width:320px) and (max-width:767px){
	.youtube_frame {
		width:100%;
		margin-bottom: 30px;
	}
}