/* common/theme/website/frontend/asset/css/site.css */
/* -- block start -- */
/* -- block end -- */

html, body, * {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

a {
    color: #393939;
}

.row {
    margin: 0 auto;
}

.header {
    display: block;
}

.frontend-site-index .header {
    min-height: 0;
    height: 0;
}

.jq-toast-single {
    letter-spacing: 2px;
}

/* -- navbar start -- */
.top-navbar .logo {
    padding: 16px 10px;
    height: auto;
}
.top-navbar .logo img {
    height: 36px;
}
.top-navbar {
    background: rgba(0,0,0,0.2);
}
.top-navbar.affix {
    background: rgba(0,0,0,0.3);
}
.navbar-nav {
    margin-top: 6px;
}
.navbar-toggle {
    background: #6e1b24;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-nav > li > a {
    font-size: 16px;
    color: #FFF;
    /*border-bottom: 2px solid #fff;*/
    margin: 0 12px;
}
.top-navbar .nav .avatar { padding: 5px;}
.top-navbar .nav .avatar img { width: 40px; height: 40px; border-radius: 3px;}
.top-navbar .nav .fa:before { padding-right: 5px;}
.top-navbar .nav .company {
    font-size: 14px;
    margin-top: 10px;
    padding: 3px 20px;
    border: 1px solid #6e1b24;
    border-radius: 20px;
}
.top-navbar .nav .company-apply {
    margin-right: -20px;
    background-color: #6e1b24;
    color:#fff;
}
.top-navbar .nav .divider {
    height: 1px;
    width: 40px;
    display: block;
}
.top-navbar .nav .active a,
.top-navbar .nav > li > a:hover,
.top-navbar .nav > li > a:focus {
    font-weight: bold;
    background: none;
    border-bottom: 2px solid #6e1b24;
    color: #6e1b24;
}
.top-navbar .nav .company:hover,
.top-navbar .nav .company:focus {
    color: #fff;
    background-color: #6e1b24;
    border-bottom: 1px solid #6e1b24;
}

.top-navbar .nav li:nth-child(5){
    background-color:#FFB476;
    border-radius: 40px;
    height: 40px;
    margin-top: 5px;
}
.top-navbar .nav li:nth-child(5)>a{
    padding-top: 10px;
}
.top-navbar .nav li:nth-child(5)>a:hover{
    border-bottom: 0;
}


/* -- navbar end -- */

.header .alert {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
}

/* Service Section */
.service-sections {
    padding: 20px 0 20px 0;
}

.service_content {
    margin: 20px auto;
    text-align: center;
}

.main_service .head_title .block-title {
    font-size: 28px;
    color: #555;
}

.main_service .head_title .block-desc {
    font-size: 16px;
    color: #999;
}

.main_service .head_title .block-border {
    margin: 10px auto;
    height: 4px;
    width: 60px;
    background-color: #6e1b24;
    box-shadow: 1px 1px 4px #ff6d41;
}

/* Service Section end */

.footer {
    padding: 35px 0;
    background-color: #363636;
    color: #f0f0f0;
}
.footer a {
    color: #e0e0e0;
}

.copyright {
    padding-top: 6px;
}

.copyright .title {
    color: #FFF;
}

.copyright .desc {
    color: #FFF;
}

.footer .qr-code {
    color: #FFF;
}

.block_title {
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    color: #309098;
}

.block_title:before, .block_title:after {
    content: "";
    background: #309098;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 42%;
    vertical-align: middle;
}

.block_title:before {
    right: 0.5em;
    margin-left: -42%;
}

.block_title:after {
    left: 0.5em;
    margin-right: -42%;
}

.form-group .help-block {
    font-size: 14px;
}

/* web content start*/
.business {
    margin: 40px 0;
}
.variant {
    margin-bottom: 30px;
}

.business .business-text {
    font-size: 20px;
    color: #FFFFFF;
    width: 50%;
    text-align: center;
    position: absolute;
    left: 25%;
    top: 42%;
}
@media (max-width: 767px) {
    .business .business-text {
        font-size: 13px;
    }
}


.business a {
    display: block;
    position: relative;
    overflow: hidden;
}

.business img {
    transition: all 0.6s;
    position: relative;
    cursor: pointer;
}

.business img:hover {
    transform: scale(1.2);
}

.white-block {
    height: 2px;
    width: 30px;
    margin: 5px auto;
    background-color: #fff;
    border-radius:2px;
}

.index-slogan {
    text-align: center;
    color: #555555;
    font-size: 26px;
}

.advantages .adv-item {
    margin: 20px 0;
}

.adv-title {
    line-height: 60px;
}

.adv-title .adv-slogan-chinese {
    font-size: 28px;
    color: #475057;
    margin-right: 10px;
}

.adv-title .adv-slogan-english {
    font-size: 18px;
    color: #B5E2FF;
}

.advantages .adv-des {
    font-size: 16px;
    color: #333333;
}

.advantages .adv-content {
    font-size: 12px;
    color: #666;
    margin-top: 30px;
}

.advantages .adv-text {
    padding-top: 30px;
}

.block-border {
    margin: 10px 0;
    height: 4px;
    width: 60px;
    background-color: #6e1b24;
    box-shadow: 1px 1px 4px #ff6d41;
}
.company .block-title{
    margin:50px 0;
}

@media (max-width: 1200px) {
    .adv-text {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .adv-text {
        padding: 20px 50px;
    }
}

/* web content end*/


/*contact-us start*/

.city .city-item {
    padding:20px 20px;
}
.city .city-item .content {
    padding-bottom: 5px;
}
.city .city-item .content:hover {
    -webkit-box-shadow: 1px 1px 5px 2px #999;
    -moz-box-shadow: 1px 1px 5px 2px #999;
    box-shadow: 1px 1px 5px 2px #999;
}
.city .city-text {
    padding: 20px 10px 10px 20px;
    line-height: 20px;
}

.city .city-title {
    color: #333333;
    font-size: 18px;
    height: 30px;
}

.city .city-desc {
    color: #666666;
    font-size: 12px;
    min-height: 110px;
}

/*contact-us end*/


/*job start*/
.page-job .row {
    margin: 20px auto;
}
.page-job .mail-desc {
    line-height: 50px;
}
.page-job .nav-tabs > li > a {
    font-size: 16px;
    border: 1px solid #6e1b24;
    border-radius: 0;
}
.page-job .nav-tabs > li.active > a,
.page-job .nav-tabs > li > a:hover,
.page-job .nav-tabs > li > a:focus {
    color: #fff;
    background-color: #6e1b24;
    border-color: #6e1b24;
}
.page-job .nav-tabs.nav-justified > .active > a,
.page-job .nav-tabs.nav-justified > .active > a:hover,
.page-job .nav-tabs.nav-justified > .active > a:focus {
    border-color: #6e1b24;
}
.page-job .tab-pane {
    border: 1px solid #6e1b24;
    border-top: 0;
    padding: 20px 10px;
}
.page-job .job-title {
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 2px solid #6e1b24;
}

.mail-desc b {
    font-size: 24px;
    color: #6e1b24;
    font-weight: bold;
}
/*job end*/



/* for new www pages */

.section-global-wrapper {
    position: relative;
}
.section-global-wrapper:before,
.section-global-wrapper:after {
    content: " ";
    display: table;
}
.section-global-wrapper:after {
    clear: both;
}
.container-fluid-kamn {
    margin: auto 8.4%;
    padding-left: 15px;
    padding-right: 15px;
}
.glyphicon {
    color: lightgrey;
}
.visible-lg {
    background: unset;
    margin-bottom:-65px;
}
#carousel_talk {
    margin-top: 50px;
}
#carousel_talk .carousel-inner {
    width: 74%;
    margin: 0 auto;
    display: block;
}
#carousel_talk .carousel-inner .motto-item {

}
#carousel_talk .carousel-control {
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
    -moz-box-shadow: 0px 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px 0px #ffffff;
    background-image: none;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: 0 auto;
}