﻿@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
    background-color: #f7f7f7;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 1170px;
    /*min-width: 1230px;*/
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

p {
    margin: 0 0 5px;
    line-height: 1.5;
}
/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}

.page-header .lead {
    margin-bottom: 10px;
}

a {
    color: #323232;
    text-decoration: none
}

a:focus, a:hover {
    color: #333;
    text-decoration: none
}

a.b {
    color: #337ab7;
    text-decoration: none
}

a.b:focus, a.b:hover {
    color: #23527c;
    text-decoration: underline
}

a.text-pink:focus, a.text-pink:hover {
    color: #e72c66;
    text-decoration: none;
}

button:focus {
    outline: 0 !important;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-30 {
    font-size: 30px;
}

.f-70 {
    font-size: 70px;
}

.f-30 {
    font-size: 30px;
}

.max-w-100 {
    max-width: 100%;
}

.w-100 {
    width: 100%;
}

.text-muted2 {
    color: #666;
}

.btn-primary {
    border-radius: 0;
    color: #fff;
    background-color: #28d1b8;
    border-color: #28d1b8;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #28d1b8;
    border-color: #28d1b8;
}


.wrap-word {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap;
    /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}


.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.btn-pink {
    background-color: #e72c66;
    border-color: #e72c66;
    color: #FFF;
}

.v-m {
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.f-normal {
    font-weight: normal !important;
}

.text-primary {
    color: #2cd2b9;
}


.bg-image-cover {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background-color: #e01957;
    border-color: #c9174e;
    color: #FFF;
}

.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
    background-color: #e72c66;
    border-color: #e72c66;
}
/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */
/* Reset the container */
.container {
    width: 1170px !important;
    /*width: 1230px !important;*/
    max-width: none !important;
}



.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .form-control-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group > .form-control {
    width: 100%;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

/* Undo inline form compaction on small screens */
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-control-static {
    display: inline-block;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}

.form-inline .input-group > .form-control {
    width: 100%;
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}


.navbar-default {
    background-image: url(/Resources/Images/nav-bg.png);
    background-size: contain;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    /*height: 100px;*/
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    padding-bottom: 20px;
    -webkit-transition: all 0.30s linear 0s;
    transition: all 0.30s linear 0s;
}

.navbar-brand {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #FFF;
    padding: 0;
    margin: 0 30px;
    /*font-weight: bold;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #2cd2b9 !important;
    border-bottom: 2px solid #2cd2b9;
    padding-bottom: 10px;
}

.navbar-nav {
    margin-top: 35px;
    margin-right: 0;
}

.navbar-default.is-sticky {
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.19);*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 10;
    background-size: cover;
}

.navbar-default.is-sticky .navbar-nav > li > a {
    color: #FFF;
}

#topcontrol {
    background: rgb(40, 209, 184);
    color: rgb(255, 255, 255);
    padding: 20px;
    padding-bottom: 15px;
    font-size: 25px;
}


#company-intro {
    background-color: rgba(0, 0, 0,.7);
    color: #FFF;
    padding-top: 150px;
    margin-top: 50px;
    background: url('/Resources/Images/footer-bg.png') no-repeat;
    background-size: cover;
    height: 657px;
}

#company-intro p {
    line-height: 1.8;
}

#company-intro hr {
    margin-top: 80px;
    width: 30%;
    text-align: left;
    height: 10px;
    background-color: #e72c66;
    border-top-width: 0;
    display: inline-block;
}

#company-intro .en-intro {
    padding-left: 50px;
}

#company-intro h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

#footer {
    color: #FFF;
}

#footer h3 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 30px;
}
#footer .row {
    padding: 100px 0;
}

#footer a {
    color: rgba(255, 255, 255,.7);
    text-decoration: none;
    font-size: 16px;
}

#footer a:focus, #footer a:hover {
    color: #FFF;
    text-decoration: none;
}

.index-statistics {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    padding: 40px 0;
    padding-bottom: 85px;
}

.index-statistics li {
    display: inline-block;
    width: 32%;
    line-height: 1
}

.index-statistics li:last-child {
    border-right-width: 0;
}

.index-statistics li span {
    display: block;
    margin-bottom: 10px;
}

.site-panel .title {
    margin: 0;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
    position: relative;
    padding-left: 10px;
}

.site-panel .title::before {
    content: " ";
    position: absolute;
    height: 50%;
    width: 3px;
    background-color: #e72c66;
    left: 0;
    top: 0;
}

.text-pink {
    color: #e72c66;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}
.absolute-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-100 {
    max-width: 100%;
}

.index-map .body {
    position: relative;
}

.index-map .caption {
    position: absolute;
    top: 10px;
    text-align: center;
    left: 37%;
}

.index-map .caption p {
    margin-bottom: 5px;
    color: #777;
}



.has-mask {
    cursor: pointer;
}

.mask {
    opacity: 0;
    transition: all ease-in-out .35s;
}

.has-mask:hover .mask {
    opacity: 1;
}

.mask.slide-up {
    height: 0 !important;
    transition-duration: .35s;
}

.has-mask:hover .mask.slide-up {
    height: 80px !important;
}

#video-modal .modal-dialog {
    margin-top: 10%;
}

#video-modal .modal-content {
    border-width: 0;
    background: transparent;
    box-shadow: none;
}

#video-modal .modal-body {
    padding: 0;
}

#video-modal .modal-header {
    padding: 0;
    border-width: 0;
    position: relative;
}

#video-modal .modal-header .close {
    position: absolute;
    color: #FFF;
    z-index: 10;
    font-size: 40px;
    font-weight: normal;
    right: -92px;
    opacity: 1;
    top: -31px;
    /*background-color: rgba(73, 64, 64, 0.3);
            border-radius: 100%;
            width: 40px;*/
}

.bootbox .modal-footer, .bootbox .modal-header {
    padding: 10px 15px;
}

.bootbox .modal-dialog {
    width: 450px;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}


.index-panel {
    margin-top: 100px;
}

.index-panel .title {
    text-align: center;
}

.index-panel .title h2 {
    position: relative;
    font-size: 35px;
    display: inline-block;
}

.index-panel .title h2:before, .index-panel .title h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #e82c67;
    top: 50%;
}

/*.index-panel .title h2 span:before, .index-panel .title h2 span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #e82c67;
    top: 50%;
}*/


.index-panel .title h2:before {
    left: 0;
    margin-left: -120px;
}

.index-panel .title h2:after {
    right: 0;
    margin-right: -120px;
}

.index-panel .title p {
    color: #cacaca;
    font-size: 25px;
    text-transform: uppercase;
}

.index-panel .body {
    margin-top: 80px;
}

.sub-title {
    border-bottom: 2px solid #e7bdcb;
    padding-bottom: 15px;
    position: relative;
    padding-left: 25px;
    overflow: hidden;
}

.sub-title:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #e92b6b;
    left: 0;
    top: -15px;
}

.sub-title small {
    display: block;
    margin-top: 5px;
    /*letter-spacing: 2px;*/
    position: relative;
}

.sub-title:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #e92b6b;
    bottom: 15px;
    height: 40%;
    left: 8px;
}

.sub-title.right {
    text-align: right;
    padding-left: 0;
    padding-right: 25px;
}

.sub-title.right:before {
    right: 0;
    left: initial;
}

.sub-title.right:after {
    right: 8px;
    left: initial;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    bottom: initial;
    top: 45%;
}


.news-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.news-nav:before {
    content: '';
    position: absolute;
    width: 15%;
    height: 5px;
    background-color: #e82c67;
    left: 0;
    top: -20px
}

.news-nav li {
    margin-bottom: 50px;
}

.news-nav li h3 {
    margin-bottom: 5px;
}

.news-nav li small {
    font-size: 16px;
    color: #777;
}

.news-nav li.active h3 {
    color: #e82c67
}

.news-nav li.active small {
    color: #e82c67
}

.news-media h4 {
    margin-top: 20px;
    position: relative;
}

.news-media h4:after {
    content: '';
    position: absolute;
    width: 15%;
    height: 5px;
    background-color: #e82c67;
    left: 0;
    bottom: -20px
}


#wxmp {
    float: right;
    text-align: center;
    margin-top: 10px;
}

#wxmp .wxmp-img {
    display: block;
    height: 62px;
    margin: 0 auto;
    cursor: pointer;
}

#wxmp .tooltip {
    padding: 0;
    width: 250px;
    margin-top: 20px;
}

#wxmp .tooltip-arrow {
    display: none;
}

#wxmp .tooltip .tooltip-inner {
    padding: 0;
    width: 250px;
}


.faqs .panel-default {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
}

.faqs .panel-default > .panel-heading {
    border: none;
    background-color: transparent;
    padding-bottom: 20px;
    padding-top: 20px;
}

.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding-top: 0;
}

.faqs .panel-title > a {
    display: block;
}

.faqs .panel-title > a .glyphicon-menu-up {
    transition: all linear .35s;
}

.faqs .panel-title > a.collapsed .glyphicon-menu-up {
    transform: rotate(180deg);
}


