* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", 'Source Sans Pro', sans-serif;
    outline: none !important;
}

a {
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0px;
}

p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.25px;
    font-weight: 300;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.primary-button a {
    padding: 13px 50px;
    letter-spacing: 0.5px;
    background-color: #46bae2;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}

.secondary-button a {
    padding: 13px 50px;
    letter-spacing: 0.5px;
    background-color: #f2745f;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}

.border-button a {
    width: 100px;
    height: 36px;
    display: inline-block;
    letter-spacing: 0.5px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 60px;
    color: #fff;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.section-heading {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 80px;
}

.section-heading h4 {
    margin-top: 0px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #121212;
}

.section-heading p {
    color: #7a7a7a;
    padding: 0px 20%;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #f2745f;
}

.main-header {
    position: fixed;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    z-index: 1000;
    top: 30px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.navbar {
    margin-bottom: 0px;
}

.language{
    position: relative;
}
.language a{
    font-size: 12px !important;
}
.navbar-inverse .navbar-nav>li.language>a{
    color: #46badf !important;
}
.language::after{
    position: absolute;
    content: "";
    right: 7px;
    top:37px;
    width: 8px;
    height: 7px;
    background: url("../img/set.png") no-repeat;
}

.navbar-header {
    float: none;
}

.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#menu-wrapper {
    background-color: white;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: #46bae2 !important;
    transition: all 0.5s;
    margin-left: 45px;
    padding: 0;
    padding-top: 10px;
}

.menu-first ul li {
    display: inline-block;
    margin: 0px;
}

.menu-first ul li:last-child {
    margin-right: 60px !important;
}

.menu-first {
    float: right;
}

.menu-first li a {
    color: #888888;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block;
    line-height: 80px;
    padding: 0px 20px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    outline: none;
}

.menu-first ul li.active a {
    color: #fff;
    background-color: #f2745f;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #7a7a7a;
}

.navbar-inverse .navbar-toggle {
    border-color: #f2745f;
    background-color: #f2745f;
    right: 15px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner-pagination{
    text-align: center;
    padding-bottom: 50px;
}

.banner-prev{
    z-index:10;
    position: absolute;
    top:50%;
    left:10%;
    width: 50px;
    cursor: pointer;
}
.banner-next{
    z-index:10;
    position: absolute;
    top:50%;
    width: 50px;
    right: 10%;
    cursor: pointer;
}
.bullet{
    width: 8px;
    height: 8px;
    background-color: #46bae1;
    border-radius: 8px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: all ease .4s;
}
.bullet-active{
    width: 16px;
    height: 8px;
    background-color: #f1745e;
    border-radius: 8px;
    display: inline-block
}

.banner {
    background-image: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner .buttons{
    position: absolute;
    top:50%;
    display: block;
    width: 100%;
    padding-top: 130px;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index:10;
}
.banner .buttons li {
    display: inline-block;
    margin: 10px;
}

.banner-content {
    text-align: center;
    padding: 280px 0px 200px 0px;
}

.banner-content h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-family:  '宋体', sans-serif;
}

.banner-content h2 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family:  '宋体', sans-serif;

}


.intro {
    background-color: #46bae2;
    text-align: center;
    padding: 75px 0px;
}

.intro h4 {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.intro h6 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
}

.intro .border-button {
    margin-top: 45px;
}

#about {
    padding: 0px;
    background-image: url(../img/services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.scroll_content{ padding-right: 10px}

#about .service-item {
    text-align: center;
    margin: 0px -15px;
    padding: 120px 45px;
    min-height: 503px;
}

#about .service-item h4 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#about .service-item p {
    margin-bottom: 0px;
    color: #fff;
}

#about .first-service {
    background-color: rgba(242, 116, 95, 0.75);
}

#about .second-service {
    background-color: rgba(54, 62, 80, 0.75);
}

#about .third-service {
    background-color: rgba(70, 186, 226, 0.75);
}

#about .service-item .icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 74px;
    background-color: transparent;
}

.what-we-do {
    background-color: #fff;
    padding-bottom: 80px;
}

.what-we-do .tabs li a {
    text-decoration: none;
    color: #121212;
}

.what-we-do .tabs .active .list-item .icon {
    background-color: #fff;
}

.what-we-do .list-item {
    background-color: #f4f4f4;
    text-align: center;
    padding: 40px 0px;
    margin: 15px 0px;
    transition: all 0.5s;
    min-height: 332px;
}

.what-we-do li:nth-of-type(odd) .list-item {
    background-color: #46bae3;
    color: #FFF;
}

.what-we-do .list-item .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    background-color: transparent;
}

.what-we-do .list-item h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

.what-we-do .list-item p {
    font-size: 12px;
    margin-bottom: 0;
}

.what-we-do .tab-content-services {
    margin-top: 60px;
}

.what-we-do .tab-content-services .right-image img {
    width: 100%;
    overflow: hidden;
}

.what-we-do .tab-content-services .left-text h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 30px;
}

.what-we-do .tab-content-services .left-text p {
    color: #7a7a7a;
    padding-left: 6em;
    font-size: 14px;
    position: relative;
    margin-bottom: 30px;
}

.what-we-do .tab-content-services .left-text p::before {
    content: attr(data-title);
    color: #46bae3;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.what-we-do .tab-content-services .left-text .primary-button {
    margin-top: 35px;
    margin-bottom: 50px;
}

.what-we-do .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.what-we-do .row {
    margin-left: -10px;
    margin-right: -10px;
}

#portfolio {
    text-align: center;
}

#portfolio .item {
    margin: 0px 5px;
}

.portfolio-section {
    background-color: #363e50;
    padding-bottom: 80px;
}

#portfolio .section-heading h4 {
    color: #46bae2;
}

#portfolio .section-heading p {
    color: #aaa;
}

#portfolio .portfolio-item img {
    max-width: 100%;
    overflow: hidden;
}

.owl-pagination {
    margin-top: 30px;
    opacity: 1;
    display: inline-block;
}

.owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #46bae2;
}

.map img {
    max-width: 100%;
}

#blog {
    background-color: #f4f4f4;
}

#blog .section-heading {
    text-align: center;
}

.wrapper {
    text-align: left;
}

#blog .tabs {
    list-style: none;
    margin-top: 0px;
}

#blog .tabs li {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

#blog .tabs a {
    display: block;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 25px;
    background-color: #fff;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px #cdcdcd;
}

#blog .tabs .active {
    background-color: #46bae2;
    color: #fff !important;
}

#blog .tabs .active .info-post li {
    color: #fff !important;
}

#blog .tabs .active .info-post li i {
    color: #fff !important;
}

#first-tab-group {
    margin-top: 0px;
    margin-bottom: 15px;
}

#first-tab-group img {
    width: 100%;
    overflow: hidden;
}

.tabgroup .text-content {
    background-color: #fff;
    color: #fff;
    padding: 25px;
    text-align: left;
    margin-top: -60px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    box-shadow: 0px 0px 10px #cdcdcd;
}

.tabgroup .text-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #121212;
    margin-top: 0px;
    margin-bottom: 20px;
}

.tabgroup .text-content span {
    font-size: 13px;
    color: #33c1cf;
}

.tabgroup .text-content a {
    font-size: 13px;
    color: #33c1cf;
    text-decoration: none;
}

.tabgroup .text-content .detail {
    padding-top: 20px;
}

.tabgroup .text-content h6 {
    color: #46bae2;
    font-size: 13px;
	font-weight: 600;
}

.tabgroup .text-content p {
    color: #7a7a7a;
    font-size: 12px;
}

.tabgroup .text-content .secondary-button {
    margin-bottom: 15px;
    margin-top: 30px;
}

.tabgroup .text-content .secondary-button a {
    color: #fff;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#blog {
    padding-bottom: 80px;
}

#blog .info-post li {
    display: inline;
    margin-right: 30px;
}

#blog .info-post li {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

#blog .info-post li i {
    color: #46bae2;
    margin-right: 5px;
}

#contact-us {
    background-color: #fff;
    text-align: left;
    padding-bottom: 100px;
}

#contact-us .section-heading {
    color: #121212;
}

#contact-us .pop-button {
    margin-top: 30px;
}

#contact input {
    border-radius: 0px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #7a7a7a;
    background-color: rgba(0, 0, 0, 0.03);
    outline: none;
    border: none;
    box-shadow: none;
    line-height: 50px;
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
}

#contact textarea {
    border-radius: 0px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #232323;
    background-color: rgba(0, 0, 0, 0.03);
    outline: none;
    border: none;
    box-shadow: none;
    height: 165px;
    max-height: 220px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

#contact button {
    padding: 13px 20px;
    letter-spacing: 0.5px;
    background-color: #46bae2;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0px;
    min-width: 180px;
}

footer {
    background-color: #363e50;
    padding: 0px 0px;
}

footer p {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

footer a {
    color: #9CF;
}

footer a:hover {
    color: #FC6;
}

footer .social-icons {
    float: right;
    padding: 50px 0px;
    margin: 0px;
}

footer .copyright {
    padding: 75px 0;
    margin-right: -30px;
}
footer .copyright p{
    margin-right: -30px;
}


footer .copyright img {
    vertical-align: middle;
    margin-right: 5px;
}

footer .copyright span:nth-of-type(1) {
    margin-right:10px
}

footer .copyright span:nth-last-of-type(1) {
    margin-left:10px
}


footer .copyright a {
    color: #FFF;
    text-decoration: underline !important;
}

footer .copyright a.active {
    color: #46bae2;
}

footer .social-icons li {
    margin: 5px 15px;
    font-weight: 700;
    color: #a3afc9;
    display: block;
}

footer .social-icons a {
    color: #a3afc9;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.5s;
}

footer .social-icons a:hover {
    color: #46bae2;
}

footer .back-to-top a {
    text-align: center;
    background-color: #f2745f;
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
}

footer .back-to-top i {
    display: block;
    font-size: 36px;
}

@media (max-width: 991px) {
    .navbar-collapse{
        max-height: inherit;
    }
    .language::after{
        display: none;
    }
    footer {
        text-align: center;
    }
    footer .copyright p{
        margin-right: 0;
    }
    footer p, footer .copyright {
        padding: 30px 0px 0px 0px;
        margin-right: 0;
    }

    footer .social-icons {
        padding: 30px 0px 30px 0px;
        float: inherit;
        text-align: center;
    }

    footer .back-to-top a {
        padding: 30px 0px;
    }

}

@media (max-width: 767px) {
    .banner-content {
        text-align: center;
        padding: 260px 0px 200px 0px;
    }

    .banner-prev{
        left:0%;
    }
    .banner-next{
        right: 0%;
    }

    .navbar-brand {
        float: none;
    }

    .menu-first {
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
        float: none;
    }

    .menu-first li:first-child {
        border-top: 1px solid #eee;
    }

    .menu-first li {
        border-bottom: 1px solid #eee;
    }

    .menu-first li:last-child {
        border-bottom: none;
    }

    .menu-first li a {
        width: 100%;
        line-height: 50px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #f2745f;
    }

    .map {
        margin-top: 20px
    }
}
