body {
    width: 100%;
    height: 100%;
    font-family:"HelveticaNeue",Arial,"Microsoft YaHei New","Microsoft Yahei", "Î¢ÈíÑÅºÚ", "ËÎÌå", SimSun,STXihei,"»ªÎÄÏ¸ºÚ", sans-serif;
    /*font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0,0,0,.75);
    letter-spacing: .01em;
    /*color: #262626;*/
    background-color: #fafafa;
}

a {
    font-family:"HelveticaNeue",Arial,"Microsoft YaHei New","Microsoft Yahei", "Î¢ÈíÑÅºÚ", "ËÎÌå", SimSun,STXihei,"»ªÎÄÏ¸ºÚ", sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0px;
    text-transform: uppercase;
    font-family:"HelveticaNeue",Arial,"Microsoft YaHei New","Microsoft Yahei", "Î¢ÈíÑÅºÚ", "ËÎÌå", SimSun,STXihei,"»ªÎÄÏ¸ºÚ", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.5;
}

.content-font {
    text-align: justify;
}



a {
    color: rgba(213, 55, 46, 1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #AF1E40;
    font-weight: 500;
}

.light {
    font-weight: 400;
}

/*--------- NAVIGATION ---------*/
.navbar-custom {
    /*font-size: 13px;*/
    background: rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*color: rgba(213, 55, 46, 1);*/
    /*background-color: #000;*/
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li:active,
.navbar-custom .nav li:focus {
    background-color: rgba(255,255,255,0.15);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    /*color: rgba(255,255,255,.8);*/
    color: rgb(181, 181, 181);
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    color: rgb(181, 181, 181);
}

.navbar-custom .nav li.active {
    outline: 0;
    /*background-color: rgba(255,255,255,.3);*/
    color: rgb(181, 181, 181)
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
    border-radius: 3px;
}

.navbar-custom .nav li.active a:hover {
    /*color: #fff;*/
    color: rgb(181, 181, 181);
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
  
.dropdown-menu {
  opacity:0;
  display: block; 
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);  
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}

.dropdown-menu > .active > a, .dropdown-menu a:hover{
    color: rgba(213, 55, 46, 1);
    /*color: rgba(239,40,86, .95)!important;*/
}

/*--------- SECTIONS ---------*/
.bg-white {
    background-color: #fff;
}

section {
    border-top: 1px solid #d4d4d4;
    background: url(../img/texture-bg.png);
    background-repeat: repeat;
}

.intro {
    display: table;
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

#map {
    width: 100%;
    height: 200px;
    /*margin-top: 100px;*/
}

.btn {
    /*border-radius: 20px;*/
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #EF2856;
    color: #EF2856;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #EF2856;
    outline: 0;
    color: #3f3f3f;
    background-color: transparent;
    font-weight: bold;
}

ul.banner-social-buttons {
    margin-top: 0;
}

/*--------- FEATURES ---------*/
.main_feature {
    margin: 40px 0px;
}

.feature_content:hover .feature_content:after {
    border: 2px solid#fff!important;
}

.feature_content:hover i {
    /*top: -20px;*/
}

.feature_content:hover i,.feature_content:hover  h5 {
    /*cursor: pointer;*/
    color: rgba(213, 55, 46, 1);
}

.feature_content i {
    font-size: 60px;
    /*line-height: 60px;*/
    z-index: 3;
    position: relative;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    display: block;
}

.feature_content i.icon-md {
    font-size: 50px!important;
    line-height: 15px;
}

.feature_content em {
    display: block;
    margin: 30px auto;
    /*margin-bottom: 20px;*/
    content: "";
    width: 80px;
    height: 2px;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    background-color: #262626;
}

.feature_content:hover em {
    background-color: rgba(213, 55, 46, 1);
}

.feature_content h5 {
    line-height: 19px;
    margin: 0px 0px 30px;
    text-transform: uppercase;
    padding-top: 34px;
    -webkit-transition: all 150ms linear 0s;
    -o-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
    letter-spacing: -1px;
}

.feature_content h5.feature-title-alt {
    font-size: 14px;
    line-height: 19px;
    margin: 0px 0px 30px;
    text-transform: uppercase;
    padding-top: 34px;
    -webkit-transition: all 150ms linear 0s;
    -o-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
    letter-spacing: -1px;
}

.feature_content p {
    line-height: 20px;
}

.feature_content a {
    text-decoration: none;
    padding: 8px 20px;
    margin-top: 10px;
}

.feature_content a:hover {
    text-decoration: none;
}

/*--------- TAB NAVIGATION ---------*/
.nav-tabs>li>a {
    background: url(../img/tab-bg.jpg);
    background-color: rgba(53, 53, 53, 0.90);
    border-radius: 6px;
    border: 1px solid #353535;
    color: #FFFFFF;
    margin: 0 auto;
    min-width: 190px;
}

.round-left {
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
}

.round-right {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
}

/* active tab color */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #FFFFFF;
    background: rgba(213, 55, 46, 1) !important;
    border: rgb(123, 9, 2);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3) inset;
}

/* hover tab color */
.nav-tabs>li>a:hover {
    border: 1px solid rgba(255, 255, 255, 0.9);
    background-color: rgba(193, 60, 52,1);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3) inset;
}

/* Tab Content */
.tab-pane {
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.15) inset;
    border-radius: 1%;
    text-align: center;
    padding: 40px;
}

.nav-tabs > li,
.nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */
}

/* center tabs */
.nav-tabs,
.nav-pills {
    text-align: center;
}

/* line below tabs */
.nav-tabs {
    /*border-bottom: 2px solid #CD2F3F;*/
    border-color: transparent;
}

/*--------- PANELS / ACCORDIONS ---------*/
.panel-border-none {
    border: none;
}

.panel-border-none > .panel-heading, 
.panel-border-none > .panel-body{
    background-color: transparent;
    border-color: #fff;
    border-radius: 6px;
    margin: 10px auto;
}

#accordion > .panel,
#accordion > .panel > .panel-heading {
    border: 0;
}

#accordion > .panel > .panel-heading a:before,
#accordion > .panel > .panel-heading a:after {
    font-family:'FontAwesome';
    content:"\f077";
    font-size: 14px;
    /*float: right;*/
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

#accordion > .panel > .panel-heading a:hover:before,
#accordion > .panel > .panel-heading a:hover:after {
    font-family:'FontAwesome';
    content:"\f077";
    font-size: 14px;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}

#accordion > .panel > .panel-heading a.collapsed:before,
#accordion > .panel > .panel-heading a.collapsed:after{
    content:"\f078";
    color: #fff ;
    /*color: rgba(43, 43, 43, 0.2)!important;*/
}

#accordion > .panel > .panel-heading a.collapsed:hover:before,
#accordion > .panel > .panel-heading a.collapsed:hover:after{
    content:"\f078";
    color: #fff ;
}

/*--------- FOOTER ---------*/
footer.page-footer {
    padding: 15px 0;
    /*background-color: #E9E2E2;*/
    /*background-color: #333333;*/
    background-color: rgb(20, 20, 25);
    border-top: 1px solid rgba(202, 202, 202, 0.4);
    /*border-top: 1px solid #ffffff;;*/
    /*border-bottom: 2px solid #353535;;*/
    /*border-bottom: 3px solid #EF2856;*/
}

footer.page-footer p {
    margin: 0;
    /*color: #262626;*/
    color: rgba(255,255,255, .95);
    font-size: 14px;
}

footer.page-footer-dark {
    padding: 30px 0;
    background-color: #262626;
    /*border-bottom: 2px solid #EF2856;*/
}

footer.page-footer-dark p {
    margin: 0;
    color: rgba(255,255,255, .55);
    font-size: 14px;
}

.footer-brand {
    margin-left: 30px;
    width: 50px;
}

.copyright {
    font-size: 12px;
    line-height: 30px;
}

.toggle.chg-lang, .toggle-on.chg-lang, .toggle-off.chg-lang { border-radius: 20px; }
.toggle.chg-lang .toggle-handle { border-radius: 20px!important; color: #fff; background-color: rgba(255,255,255, .65); border-color:  rgba(255,255,255, .65);}
.toggle.chg-lang:hover .toggle-handle { border-radius: 20px; color: #fff; background-color: rgba(255,255,255, 1); border-color:  rgba(255,255,255, 1);}

.btn-eng {
    border-radius: 20px!important;
    border-color: rgba(38,38,38, .35);
    background-color: rgba(38,38,38, .45);
    color: rgba(255,255,255, .55);
}

.btn-eng:hover {
    border-color: #262626;
    background-color: rgba(38,38,38, .75);
    color: rgba(255,255,255, .95);
}

.btn-chn {
    border-radius: 20px!important;
    border-color: rgba(38,38,38, .35);
    background-color: rgba(38,38,38, .45);
    color: rgba(255,255,255, .55);
}

.btn-chn:hover {
    border-color: #262626;
    background-color: rgba(38,38,38, .75);
    color: rgba(255,255,255, .95);
}

/*--------- Back To Top Button  ---------*/
#back-top {
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 9999;
}

#back-top a {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#back-top .btn-primary {
    background: #2B2B2B;
    border-radius: 20px;
    border-color: transparent;
    /*color: #CD2F3F;*/
    padding: 0px;
    font-size: 18px;
    width: 36px;
    height: 36px;
}
#back-top a:hover {
    color: #262626!important;
    opacity: 1;
}
#back-top:hover .btn-primary{
    /*background: #CD2F3F!important;*/
    border-radius: 20px!important;
    /*border-color: #CD2F3F;*/
    /*color: #262626!important;*/
    opacity: 1;
}

/*--------- SELECTION  ---------*/
/*::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}*/

/*--------- CUSTOM  ---------*/
.font-alt1 {
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
}
.pd-lf-5 {
    padding-left: 5px!important;
}
.pd-lf-sm {
    padding-left: 15px!important;
}
.mt-xs {
    margin-top: 5px!important;
}

.mt-sm {
    margin-top: 15px!important;
}

.mt-md {
    margin-top: 30px!important;
}

.mt-md2 {
    margin-top: 35px!important;
}

.mt-lg {
    margin-top: 50px!important;
}

.mt-xl {
    margin-top: 70px!important;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.mb-xs {
    margin-bottom: 5px!important;
}

.mb-sm {
    margin-bottom: 15px!important;
}

.mb-md {
    margin-bottom: 30px!important;
}

.mb-lg {
    margin-bottom: 50px!important;
}

.mb-xl {
    margin-bottom: 70px!important;
}

.primary-color {
    color: rgba(213, 55, 46, 1);
    /*color: rgba(239,40,86, .95);*/
}

.primary-bg {
    background-color: rgba(239,40,86, .95); 
}

.brand-heading > img{
    width:100%;
    max-width:300px;
}

.ln-divider {
    display: block;
    margin: 0px auto;
    content: "";
    width: 150px;
    height: 3px;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    /*background-color: #262626;*/
    background-color: rgba(239,40,86, .95);
}

.ln-divider-sm {
    display: block;
    margin: 0px auto;
    content: "";
    width: 90px;
    height: 2px;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    /*background-color: #262626;*/
    background-color: rgba(239,40,86, .95);
}

/*--------- Responsive  ---------*/

@media (max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (min-width:768px) and (max-width:1032px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width:768px) {
    p {
        line-height: 1.6;
    }
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(193,193,193,.3);
        background: rgba(0, 0, 0, 0.75);
    }
    .navbar-custom-alt {
        /*position: relative;*/
        margin-bottom: 0;
        /*border-bottom: 1px solid rgba(255,255,255,.3);*/
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        background: url(../img/intro-bg.jpg) no-repeat top center scroll;
        background-color: rgba(255,255,255,.3);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }

    .content-section {
        padding-bottom: 100px;
    }

    #map {
        height: 400px;
        /*margin-top: 250px;*/
    }
}

@media (max-width:767px) {
    p {
        line-height: 1.6;
    }

    .navbar-toggle {
        padding: 5px 10px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-custom .nav li.active a {
        background-color: rgba(255, 255, 255, 0.15);
    }
    #main-nav .dropdown-menu > .active > a,
    .dropdown-menu a:hover {
        color: rgba(255, 14, 0, 0.85) !important;
    }
    #main-nav > .m-t-8 {
        margin-top: 0px !important;
    }
    #main-nav .nav > li {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    #main-nav .dropdown-menu > li {
        border-top: 1px solid rgba(255,255,255,.3);
        text-align: left;
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: transparent;
    }

    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

    #back-top {
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 9999;
    }

    ul.dropdown-menu a{
        color: #fff!important;
    }

    .dropdown-menu > .active > a, .dropdown-menu a:hover{
        transition: all 0.05s linear;
        -webkit-transition: all 0.05s linear;
        background-color: transparent;
        color: rgba(255, 14, 0, 0.85) !important;
    }
    .open > .dropdown-menu {
        /*-webkit-transform: scale(1, 1);*/
        /*transform: scale(1, 1);  */
        /*background-color: rgba(255,255,255, .15)!important;*/
        /*opacity:.95;*/
    }

    .copyright {
        text-align: center;
    }
    .btn-change-lang {
        display: block;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        /*float:none;*/
        text-align: center;
    }

    #mission .row .tab-content,
    #team .row .tab-content,
    #join-us .row .tab-content {
        margin-bottom: 70px !important;
    }
    #profile .row,
    #strategies .row,
    #career .row,
    #provides .responsive-style {
        margin-bottom: 60px !important;
    }
    #services .row,
    #career .row,
    #board .row,
    #strategies .row,
    #official .row {
        margin-top: 30px !important;
        margin-bottom: 60px !important;
    }
}

@media (max-width:468px) {
    .feature_content h5 {
        margin: 5px auto 3px;
        padding-top: 0;
    }
    .feature_content a {
        padding: 6px 25px;
    }
}

@media (max-width:400px) {
    .nav-tabs>li>a {
        border-radius: 8px;
        margin: 2px auto!important;
        padding: 5px auto!important;
        display: inline-block;
        width: 100%;
        min-width: 180px;
    }
}