html, body{
    font-size: 100%;
    background:	#fff;
    font-family: 'Microsoft Yahei','Open Sans', sans-serif;
    min-width: 1000px;
}
p{
    margin:0;
}
h1,h2,h3,h4,h5,h6,a{
    font-weight:300;
    margin:0;
}
ul,label{
    margin:0;
    padding:0;
}
body a:hover{
    text-decoration:none;
}
.border{border: 1px solid #c8c8c8; border-radius: 5px;}
.text-indent{text-indent: 2em;}
/*-- header --*/
.header-nav {
    background: #fff;
    border-bottom: 3px solid #fdcf43;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
}
.navbar-nav {
    float: right;
}
.navbar-brand {
    height: 50px;
    padding: 17px 0 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #5f5f5f;
    background-color:#804E20;
}
.navbar-nav > li > a {
    padding: 30px 20px;
    font-size: 1em;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a {
    color: #5f5f5f;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #dcab15;
}
ul.nav li.act{
    position:relative;
}
ul.nav li.act a{
    position:relative;
    color:#dcab15;
}
ul.nav li.act a:before{
    background: url(../images/1.png) no-repeat 0px 0px;
    display: block;
    width: 23px;
    height: 15px;
    content: '';
    position: absolute;
    top: 99.9%;
    left: 37%;
    z-index: 2;
}
/* Bubble Bottom */
.hvr-bubble-bottom {
    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;
}
.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    content: '';
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 12px 12px 9px 13px;
    border-color: #fdcf43 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
    display: block;
    border-style: solid;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
}
/*-- //header --*/
/*-- header-bottom --*/
.header-bottom{
    background:#c6976b;
    padding:1.5em 0;
}
.header-bottom-right{
    text-align:right;
}
.header-bottom-right1{
    float:right;
    margin: .5em 5em 0 0;
}
.header-bottom-right1 ul li{
    display:inline-block;
    color:#fff;
    font-size:14px;
    margin-left:3em;
}
.header-bottom-right1 ul li span{
    left:-1em;
}
.header-bottom-right1 ul li a{
    color:#fff;
}
.header-bottom-right1 ul li a:hover{
    color:#ffcc33;
}
.header-bottom-right2{
    float:right;
    padding-right: 2.5em;
}
.header-bottom-right2 ul li{
    display:inline-block;
}
.header-bottom-right2 ul li a.facebook{
    background:url(../images/img-sp.png) no-repeat -10px -12px;
    display:block;
    width:30px;
    height:30px;
}
.header-bottom-right2 ul li a.facebook:hover{
    background:url(../images/img-sp.png) no-repeat -62px -12px;
    display:block;
}
.header-bottom-right2 ul li a.p{
    background:url(../images/img-sp.png) no-repeat -10px -52px;
    display:block;
    width:30px;
    height:30px;
}
.header-bottom-right2 ul li a.p:hover{
    background:url(../images/img-sp.png) no-repeat -61px -52px;
    display:block;
}
.header-bottom-right2 ul li a.g{
    background:url(../images/img-sp.png) no-repeat -10px -90px;
    display:block;
    width:30px;
    height:30px;
}
.header-bottom-right2 ul li a.g:hover{
    background:url(../images/img-sp.png) no-repeat -61px -90px;
    display:block;
}
.header-bottom-right2 ul li a.twitter{
    background:url(../images/img-sp.png) no-repeat -10px -128px;
    display:block;
    width:30px;
    height:30px;
}
.header-bottom-right2 ul li a.twitter:hover{
    background:url(../images/img-sp.png) no-repeat -61px -128px;
    display:block;
}
/*-- //header-bottom --*/
/*-- banner --*/
.banner{
    /*min-height:520px;*/
    margin: 83px 0 0;
    padding: 0;
}
.banner .container{
    margin: 0;
    padding: 0;
    width: 100%;
}
.banner1{
    /*background:url(../images/banner1.jpg) no-repeat 0px 0px;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;*/
    min-height:300px;
    margin: 83px 0 0;
}
.banner1.about-banner{margin: 0;}
.banner-info{
    margin: 0;
    text-align:center;
}
.banner1 img, .banner-info img{
    width: 100%;
    height: 100%;
}
.btn-jionus{
    position: relative;
    top: -120px;
    left: 18%;
    width: 165px;
    height: 44px;
    font-size: 18px;
    line-height: 1.7;
}
.join-us-form .control-group{
    margin: 5px 0 0;
}
.join-us-form label{
    font-weight: normal;
    margin-right: 10px;
}
.join-us-form input{
    padding: 5px;
}
.join-us-form button{
    width: 305px;
    height: 44px;
    font-size: 18px;
    line-height: 1.7;
    margin-left: 265px;
    margin-top: 20px;
    margin-right: 45px;
}
.control-group{
    width: 100%;
}
.inline{display: inline-block;}
input[type="radio"]{
    height: 36px;
    vertical-align: middle;
}
.about-posi{
    position: relative;
    top:-83px;
}
/*--.banner-info h1{
	color: #fff;
    margin: 0;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}
.banner-info h1 span{
	color:#E3E3E4;
}
.banner-info p{
	font-size:14px;
	color:#fff;
	margin:0;
	line-height:1.8em;
}--*/
/*-- //banner --*/
/*-- services --*/
.services,.features,.contact,.typo,.about,.history,.news,.single{
    padding:1em 0 3em;
}
.services{
    background:#3aa079;
}
.services h3,.features h3,h3.title,.about h3,.advantages h3{
    text-align:center;
    color:#fff;
    font-size:3em;
    margin:0;
}
p.vel{
    font-size:14px;
    color:#fff;
    margin:.5em 0 0;
    line-height:1.8em;
    text-align:center;
}
.services-grid-left1{
    padding:0;
}
.services-grid-left1 i span {
    font-size: 0.8em;
}
.services-grids:nth-child(3){
    margin:5em 0 4em;
}
/*-- effect --*/
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 2 */
.hovicon.effect-2 {
    color: #fff;
    box-shadow:0 0 0 3px #518D76;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.hovicon.effect-2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background:#518d76;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a */
.hovicon.effect-2.sub-a:hover, .hovicon.effect-2.sub-a:hover i {
    color:#eee;
}
.hovicon.effect-2.sub-a:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/*-- //effect --*/
.services-grid-left ..services-grid-left2{
    margin-bottom: 30px;
}
.services-grid-left2{
    margin-bottom: 15px;
}
.services-grid-left2 h4{
    font-size:1.5em;
    color:#15a6e0;
    margin:1em 0 0;
    padding: 0 15px;
}
.services-grid-left2 h4 small{
    font-size: 0.55em;
}
.services-grid-left2 h4 a{
    float: right;
    color:#5f5f5f;
    font-size:14px;
}
.services-grid-left2 p{
    margin-top: 1em;
    color:#5f5f5f;
    font-size:16px;
    line-height:1.8em;
    padding: 0 15px;
}
.services-grid-left2 select,.services-grid-left2 input{
    width: 60%;
    padding: 5px;
}
.services-grid-left2 ul{
    margin: 15px 0;
    padding:0 15px;
}
.services-grid-left2 >ul >li >a{
    color:#5f5f5f;
    font-size:14px;
    line-height:1.8em;
}
.video{
    padding: 0;
}
.video img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.video-js{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
/*-- //services --*/
/*news*/
.news-list{
    max-height: 455px;
    overflow: hidden;
}
.news-list li{
    padding: 5px 0;
}
.news-list li:nth-child(odd),.news-list li:hover{
    background-color: #d9edf7;
}

.news-list li a{
    width: 100%;
    display: block;
}
.news-list li span{
    float: right;
}
/*news*/
/*page*/
.page{
    display: none;
    float: right;
}
.page li{
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    height: 30px;
    min-width: 30px;
}
.page a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    color: #ea653c;
    text-align: center;
    line-height: 1.6;
    padding: 2px;
    text-decoration: none;
}
.page a.disabled{
    background: #ccc;
}
.page a.active{
    background: #d9edf7;
}
/*page*/
/******** SAP ************/
.sap_tabs_contain .container{padding: 0; margin: 0; width: 100%;}
.sap_tabs{
    clear:both;
}
.tab_box{
    background:#fd926d;
    padding: 2em;
}
.top1{
    margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding:1em 0;
    margin: 0 auto;
    text-align: center;
    background: #f5f5f5;
}
.resp-tab-item:nth-child(odd){
    border-right:1px solid #c8c8c8;
}
.resp-tab-item{
    position: relative;
    color:#5f5f5f;
    font-size: 1.9em;
    cursor: pointer;
    padding: 16px 30px 16px 80px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    margin: 0 0.5em 0;
    background: url(../images/tab_logo_05.png) no-repeat left center;
    background-size: 56px;
}
.resp-tab-active,li.resp-tab-item:hover{
    text-shadow: none;
    color: #33a8df;
    background: url(../images/tab_logo_03.png) no-repeat left center;
    background-size: 56px;
}
.resp-tab-active:before, li.resp-tab-item:hover:before{
    pointer-events: none;
    position: absolute;
    content: '';
    border-style: solid;
    left: 0;
    bottom: -35px;
    border-width: 15px 30px 7px 30px;
    border-color: #f5f5f5 transparent transparent transparent;
}
.resp-tabs-container {
    padding: 55px 0 0;
    clear: left;
}
.sap_tabs p{
    color:#33a8df;
    font-size: 2.6em;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
}
.resp-tab-content img{
    width: 250px;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
/******** //SAP ************/
/*-- gallery-hover-effect --*/
.view {
    width: 360px;
    height: 235px;
    margin: 10px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask, .view .content {
    width: 350px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
}
.view span.info {
    background:url(../images/search.png) center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding:0;
    text-indent:-9999px;
    width:20px;
    height:20px;
}
.effect img {
    opacity:1;
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform:scale(1,1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.effect .mask {
    opacity:0;
    overflow:visible;
    border-color: rgba(255, 204, 51, 0.59) transparent transparent transparent;
    border-style: solid;
    border-width: 176px;
    width:0;
    height:0;
    -moz-transform:translateY(-125px);
    -webkit-transform:translateY(-125px);
    -o-transform:translateY(-125px);
    -ms-transform:translateY(-125px);
    transform:translateY(-125px);
    -moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}
.effect span.info {
    opacity:0;
    -moz-transform:translateY(-125px);
    -webkit-transform:translateY(-125px);
    -o-transform:translateY(-125px);
    -ms-transform:translateY(-125px);
    transform:translateY(-125px);
    -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;

}
.effect:hover img {
    opacity:0.7;
    -moz-transform:scale(2,2);
    -webkit-transform:scale(2,2);
    -o-transform:scale(2,2);
    -ms-transform:scale(2,2);
    transform:scale(2,2);
}
.effect:hover .mask {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.effect:hover span.info {
    opacity:1;
    -moz-transform:translateY(125px);
    -webkit-transform:translateY(125px);
    -o-transform:translateY(125px);
    -ms-transform:translateY(125px);
    transform:translateY(125px);
}
.main{
    position:relative;
    margin: 0 auto;
    padding:20px 0;
    text-align: center;
}
/*-- //gallery-hover-effect --*/
/*-- //portfolio --*/
/*-- future --*/
.banner-future a{
    left: 21%;
}
.advantages{
    min-height:500px;
    padding:1em 0;
}
.future{
    min-height: 400px;
}
.future .container{
    padding-bottom: 40px;
}
/*-- //future --*/
/*-- contact --*/
.eweima{
    margin: 3em auto 1em;
}
.eweima .text-center{
    position: relative;
    padding: 1em;
}
.eweima p{
    line-height: 1.8;
    margin: 1em;
}
.eweima p.img-holder{
    height: 165px;
    line-height: 165px;
    color: #938194;
}
.eweima .text-center:before{
    position: absolute;
    left: 1em;
    top: 0;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #c8c8c8 transparent transparent #c8c8c8;
}
.eweima .text-center div:after{
    position: absolute;
    right: 1em;
    top: 0;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #c8c8c8 #c8c8c8 transparent transparent;
}
.eweima .text-center:after{
    position: absolute;
    right: 1em;
    bottom: 2.8em;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #c8c8c8 #c8c8c8 transparent;
}
.eweima .text-center p:before{
    position: absolute;
    left: 1em;
    bottom: 2.8em;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #c8c8c8 #c8c8c8;
}

.contact-way{
    position: fixed;
    right:5em;
    bottom: 7em;
    display: block;
}
.contact-way a{
    width: 100%;
    height: 100%;
    display: block;
}
.contact-way dd{
    position: relative;
    border: 1px solid #bebdbd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: .5em 0;
}
.contact-way dd:hover{
    border-color: #fdcf43;
}
.contact-way dd p{
    visibility: hidden;
    width: 150px;
    position: absolute;
    right: 65px;
    top: 8px;
    display: block;
    background: #fff;
    padding: 6px;
    border: 1px solid #fdcf43 ;
    text-align: center;
}
.contact-way dd p:after{
    content: '';
    position: absolute;
    right: -11px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #fdcf43;
}
.contact-way p img{width: 100%; height: 100%;}
.contact-way dd:hover p{visibility: visible;}
.contact-way dd.qq{
    background: url(../images/img_sp.png) no-repeat 8px 7px;
}
.contact-way dd.qq:hover{
    background: url(../images/img_sp.png) no-repeat 8px -35px;
}
.contact-way dd.phone{
    background: url(../images/img_sp.png) no-repeat 8px -76px;
}
.contact-way dd.phone:hover{
    background: url(../images/img_sp.png) no-repeat 8px -118px;
}
.contact-way dd.wechat{
    background: url(../images/img_sp.png) no-repeat 8px -160px;
}
.contact-way dd.wechat:hover{
    background: url(../images/img_sp.png) no-repeat 8px -203px;
}

.contact{
    background:#ffffff;
}
.contact-left h2,.contact-bottom h2{
    color:#fff;
    font-size:2em;
    margin:0;
}
.contact-bottom h2{
    text-align:center;
}
.contact-left p{
    font-style:italic;
    font-size:14px;
    margin:1em 0;
    line-height:1.8em;
    color:#AFCEDD;
}
.mail-sub input[type="email"]{
    outline:none;
    border:none;
    padding:12px 10px;
    background:#fff;
    font-size:14px;
    color:#999;
    float:left;
    width:80%;
}
.mail-sub input[type="submit"]{
    outline:none;
    background: #0DAFFF;
    border: none;
    width: 15%;
    padding: 11.2px 0;
    float:left;
    font-size:1em;
    color:#fff;
    transition:.5s all;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
}
.mail-sub input[type="submit"]:hover{
    color:#fff;
    background:#c6976b;
}
.map iframe{
    width:100%;
    min-height:300px;
}
.mail-sub{
    margin:0 0 4em;
}
.contact-left ul{
    padding:0 0 0 2em;
}
.contact-left ul li{
    list-style-type:none;
    font-size:14px;
    color:#fff;
    margin:0 0 1em;
}
.contact-left ul li span{
    left:-1em;
}
.contact-left ul li a{
    color:#fff;
}
.contact-left ul li a:hover {
    color: #ffcc33;
}
.contact-bottom{
    margin:6em auto 0;
    width:80%;
}
.contact-bottom input[type="text"],.contact-bottom input[type="email"],.contact-bottom textarea{
    outline:none;
    padding:12px 10px;
    border:1px solid #94B9CC;
    background:none;
    font-size:14px;
    color:#fff;
    width:48.2%;
}
.contact-bottom textarea{
    width:100% !important;
    min-height:200px;
    resize:none;
    margin:3em 0 2em;
}
.contact-bottom input[type="submit"], .contact-bottom input[type="reset"] {
    outline: none;
    border: none;
    background: #ffcc33;
    font-size: 1em;
    color: #fff;
    padding: 13px 0;
    width: 48%;
    transition:.5s all;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
}
.contact-bottom input[type="submit"]:hover, .contact-bottom input[type="reset"]:hover {
    background: #0DAFFF;
}
.contact-bottom input[type="reset"] {
    margin: 0 0 0 2em;
}
.contact-bottom input[type="email"] {
    margin: 0 0 2em 2em;
}
/*-- //contact --*/
/*-- footer --*/
.footer{
    padding:1.5em 0;
    background:#fff;
}
.footer p{
    text-align: center;
    color: #5f5f5f;
}

/*-- //footer --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--Typography--*/
h3.title,.about h3,.history h3{
    color:#804e20;
}
p.iste{
    color:#999;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}
.grid_3{
    margin-bottom:2em;
}
.xs h3, h3.m_1{
    color:#000;
    font-size:1.7em;
    font-weight:300;
    margin-bottom: 1em;
}
.grid_3 p{
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}
.grid_4{
    background:none;
    margin-top:50px;
}
.label {
    font-weight: 300 !important;
    border-radius:4px;
}
.grid_5{
    background:none;
    padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #2B82AD;
    letter-spacing: 1px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}
.badge-primary {
    background-color: #03a9f4;
}
.badge-success {
    background-color: #8bc34a;
}
.badge-warning {
    background-color: #ffc107;
}
.badge-danger {
    background-color: #e51c23;
}
.grid_3 p{
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}
.bs-docs-example {
    margin: 1em 0;
}
section#tables  p {
    margin-top: 1em;
}
.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.label {
    font-weight: 300 !important;
}
.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}
.nav-tabs {
    margin-bottom: 1em;
}
.alert {
    font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
    line-height:1.8em;
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
li.list-group-item1 {
    line-height: 2.5em;
}
.input-group {
    margin-bottom: 20px;
}
.in-gp-tl{
    padding:0;
}
.in-gp-tb{
    padding-right:0;
}
.list-group {
    margin-bottom: 48px;
}
ol {
    margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
    .grid_5 {
        padding: 0 0 1em;
    }
    .grid_3 {
        margin-bottom: 0em;
    }
}
@media (max-width:640px){
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }
    .progress {
        height: 10px;
        margin-bottom: 10px;
    }
    ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
        font-size: 14px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }
    h2.typoh2 {
        font-size: 1.5em;
    }
}
@media (max-width:480px){
    .table h1 {
        font-size: 26px;
    }
    .table h2 {
        font-size: 23px;
    }
    .table h3 {
        font-size: 20px;
    }
    .label {
        font-size: 53%;
    }
    .alert,p {
        font-size: 14px;
    }
    .pagination {
        margin: 20px 0 0px;
    }
}
@media (max-width: 320px){
    .caption span {
        margin: 0 0 1.5em;
    }
    .grid_4 {
        margin-top: 18px;
    }
    h3.title {
        font-size: 1.6em;
    }
    .alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
        font-size: 13px;
    }
    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }
    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }
    .list-group {
        margin-bottom: 10px;
    }
    .well {
        padding: 10px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    table.table.table-striped,.table-bordered,.bs-docs-example {
        display: none;
    }
}
/*--//Typography --*/
/*-- about --*/
.project-img{
    float: right;
    width: 400px;
    height: 300px;
    padding: 10px;
}
.project-img img{
    width: 100%;
}
.about-project p{
    text-indent: 2em;
}
.about-project p:last-child{
    margin-bottom: 2em;
}
.banner-follow a{
    left: calc(45% - 10px);
}
img.map{
    border: 1px solid #ccc;
    margin-left: 15px;
}
.john{
    float:left;
}
.john h4{
    color:#738088;
    font-size:15px;
    margin: 1em 0 0;
}
.john p{
    color:#0DAFFF;
    font-size:13px;
    margin:3px 0;
}
.social-icons{
    float:right;
}
.social-icons ul{
    padding:0;
    margin:1em 0 0;
}
.social-icons ul li{
    display:inline-block;
}
.about-grids {
    margin: 2em 0 0;
}
.about-grid-john{
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: none;
    padding: 1em 1em 0;
    margin-bottom: 3em;
}
.about-grid img {
    width: 100%;
}
p.para{
    color: #999;
    padding: 2em 0 0;
    margin: 1.5em 0;
    border-top: 4px double #999;
    font-size: 14.4px;
    line-height: 1.8em;
    text-indent: 2em;
}

.social-icons ul li a.facebook1{
    background:url(../images/img-sp.png) no-repeat -62px -12px;
    display:block;
    width:30px;
    height:30px;
}
.social-icons ul li a.facebook1:hover{
    background:url(../images/img-sp.png) no-repeat -10px -12px;
    display:block;
}
.social-icons ul li a.twitter1{
    background:url(../images/img-sp.png) no-repeat -61px -128px;
    display:block;
    width:30px;
    height:30px;
}
.social-icons ul li a.twitter1:hover{
    background:url(../images/img-sp.png) no-repeat -10px -128px;
    display:block;
}
.our-advantages-grids:nth-child(3){
    margin:3em 0;
}
.our-advantages-grd-left p{
    padding: 13px 15px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin: 0;
    border-radius: 160px;
    background:#ffcc33;
    font-family: 'Oswald', sans-serif;
}
.our-advantages-grd-right{
    padding:0 !important;
}
.our-advantages-grd-right h4{
    font-size: 1.3em;
    color: #C9C7C7;
    margin: 0 0 1em;
    text-transform: capitalize;
    line-height: 1.5em;
}
.our-advantages-grd-right p{
    color:#999;
    font-size:14px;
    margin:0;
    line-height: 1.8em;
}
.history-left-grid p{
    font-size:1em;
    color:#2B82AD;
    margin:0;
    padding-left: 1em;
}
.glyphicon-calendar {
    left: -13px;
}
.history-left-grid h4,.history-right h4{
    color: #C6976B;
    letter-spacing: 1px;
    font-size: 1.3em;
    margin:1em 0;
    text-transform:capitalize;
}
p.aut{
    color:#999;
    font-size:14px;
    margin:0;
    line-height:1.8em;
    padding: 0;
}
.history-left-grid:nth-child(3){
    margin:2em 0;
}
.history-right p{
    color:#999;
    font-size:14px;
    line-height:1.8em;
    margin:1em 0 0;
}
.history-right ul{
    padding:2em 0 0;
}
.history-right ul li{
    list-style-type:none;
    margin:0 0 10px;
    background: url(../images/2.png) no-repeat 0px 7px;
    display: block;
    padding-left: 1.5em;
}
.history-right ul li a{
    font-size:14px;
    color:#999;
    text-decoration:none;
    text-transform:capitalize;
    letter-spacing: 1px;
}
.history-right ul li a:hover{
    text-decoration:none;
    color:#FFCC33;
}
.history-left h3,.history-right h3 {
    margin: 0 0 1.5em !important;
}
.history h3{
    text-align:left;
    font-size:2em;
    margin:0;
}
/*-- //about --*/
/*-- news --*/
.blog-leftl{
    float: left;
    width: 18%;
    background: #C6976B;
    padding: 1em;
    border-top: 4px solid #804E20;
}
.blog-leftl h4{
    text-align:center;
    font-size:1.4em;
    color:#fff;
    margin:0;
    border-bottom: 1px dotted #fff;
}
.blog-leftl h4 span{
    display:block;
    color:#000;
    line-height: 2em;
}
.blog-leftl a{
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inherit;
    margin: 1em 0 0;
}
.blog-leftl a i {
    left: -13px;
}
.more a{
    font-size:14px;
    color:#fff;
    text-decoration:none;
    padding:10px 35px;
    background:#2b82ad;
}
.more a:hover{
    background:#0DAFFF;
}
.blog-leftl a:hover{
    color:#000;
}
.page-blog {
    margin: 5em 0 0;
}
.blog-leftr p{
    font-size:14px;
    color:#999;
    margin:1em 0 0;
    line-height:1.8em;
}
.blog-leftr ul{
    padding: 1em 0;
    margin:3em 0 4em;
    border-top: 1px dotted #CDCCCC;
    border-bottom: 1px dotted #CDCCCC;
}
.blog-leftr ul li{
    display:inline-block;
    margin:0 2em 0 0;
}
.blog-leftr ul li a{
    font-size:1em;
    color:#c6c5c0;
    text-decoration:none;
    padding-left: 1em;
}
.blog-leftr ul li a:hover{
    color:#C6976B;
    text-decoration:none;
}
.blog-leftr ul li a i {
    left: -17px;
}
.blog-leftr{
    float:right;
    width:80%;
}
.blog-left-grid:nth-child(2){
    margin:3em 0;
}
.blog-right h3, .response h4,.coment-form h4{
    color:#C6976B;
    margin: 0 0 1em;
    font-size: 1.5em;
    text-align: left;
}
.blog-right ul{
    padding:0 0 0 2em;
    margin:0;
}
.blog-right ul li{
    margin:5px 0;
}
.blog-right ul li a{
    font-size:14px;
    color:#989797;
    padding-left:1em;
    letter-spacing: 1px;
    text-decoration: none;
}
.blog-right ul li a:hover{
    text-decoration:none;
    padding-top:5px;
    color:#8DAFF0;
}
.recent{
    margin:4em 0;
}
.wom{
    float:left;
    width:25%;
    margin-top: 0.6em;
}
.wom img{
    width:100%;
}
.wom-right{
    float:right;
    width:70%;
}
.wom-right h4 a{
    color:#2B82AD;
    font-size: 18px;
    text-decoration: none;
}
.wom-right h4 a:hover{
    text-decoration:none;
}
.wom-right h4{
    margin:0 0 .5em;
}
.wom-right p{
    color:#989797;
    font-size:14px;
    margin:0;
    line-height: 1.8em;
}
.recent-grid:nth-child(2){
    margin:2em 0;
}
.footer-top-grid1 ul.tag2{
    padding:0;
    margin: 0 0 8px;
}
.footer-top-grid1 ul.tag2 li{
    display:inline-block;
}
.footer-top-grid1 ul.tag2 li a{
    font-size: 14px;
    color: #fff;
    padding: 3px 9px 5px;
    background: #C6976B;
}
.footer-top-grid1 ul.tag2 li a:hover{
    text-decoration:none;
    background:#78B6F3;
}
.footer-top-grid1 ul.tag2{
    display:block;
}
.footer-top-grid1 {
    margin: 0 0 3em;
}
/*-- //news --*/
/*-- single --*/
.admin-text {
    border: 1px solid #f4f4f4;
    padding: 2em;
}
.admin-text h5 {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 1em 0;
    color: #2b82ad;
}
.admin-text-left {
    float: left;
    width: 11%;
}
.admin-text-right {
    float: right;
    width: 86%;
}
.admin-text-right p {
    color: #999;
    font-size: 14px;
    margin: 0 0 1em;
    line-height: 1.8em;
}
.admin-text-right span {
    font-size: 15px;
    margin: 0 0 1em 0;
    font-weight: 500;
    color: #727272;
}
.admin-text-right span a {
    color:#C8C8C8;
    text-decoration:none;
}
.admin-text-right span a:hover{
    color: #838384;
    transition:.5s all;
}
.media.response-info {
    margin-top: 3em;
}
.response-info-mdl {
    margin: 1em 0px 1em 4em;
}
.response {
    margin-bottom: 5em;
}
.media-left.response-text-left {
    width: 11%;
}
.response-text h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 1em 0;
    color: #fff;
}
.response-text-left h5 a {
    text-decoration: none;
    color:#C6976B;
}
.response-text-left h5 a:hover{
    text-decoration: none;
    color:#337AB7;
    transition:.5s all;
}
.response-text-left h5{
    font-size: 17px;
    margin: 1em 0 0 0;
}
.response-text-right p {
    color: #999;
    font-size: 14px;
    margin: 0 0 1em;
    line-height: 1.8em;
}
.response-text-right ul{
    padding:0;
    text-align: right;
}
.response-text-right ul li{
    display: inline-block;
    color:#3aa079;
    font-size: 14px;
    margin-right: 1em;
}
.response-text-right ul li a{
    color:#337AB7;
    font-size: 15px;
}
.response-text-right ul li a:hover{
    color:#3aa079;
    text-decoration:none;
}
.media-left a img {
    width: initial;
}
.coment-form input[type="text"],.coment-form textarea,.coment-form input[type="email"] {
    display: block;
    background: none;
    color: #999;
    border:1px solid #BDBBBB;
    width: 70%;
    outline: none;
    font-size: 14px;
    padding: 13px 10px;
}
.coment-form input[type="email"] {
    margin:1em 0;
}
.coment-form textarea {
    width: 100%;
    display: block;
    min-height: 150px;
    resize: none;
    margin:1em 0;
}
.coment-form input[type="submit"] {
    background:#0DAFFF;
    border: none;
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    color: #fff;
    outline: none;
    transition:.5s all;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    -o-transition:.5s all;
    -ms-transition:.5s all;
}
.coment-form input[type="submit"]:hover{
    color: #fff;
    background:#804E20;
    outline: none;
}
.thumbnail {
    padding: 8px !important;
}
.btn-primary {
    border-color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border-color: #FFF !important;
    background-color:#c6c5c0 !important;
}
.coment-form form {
    margin: 2em 0 0;
}
.response h4,.coment-form h4{
    margin:2em 0 !important;
}
/*-- //single --*/
/*-- start-responsive-design --*/
@media (max-width:1366px){
    .banner {
        /*min-height: 500px;*/
    }
}


.about_p{width:800px;margin:0px auto 0;overflow: auto;}
.about_p p{position: absolute;z-index: 1;width:400px;line-height: 150%;margin-top:170px;text-indent:2em;}