﻿@font-face {
    font-family: 'Lato';
    src: url('../fonts/Roboto-Regula.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
    src: url('../fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------
            2.0 Reset HTML 
------------------------------------*/

body,
ul {
    margin: 0px;
    padding: 0px;
    font-family: '微软雅黑';
	font-size:14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6e6e6e;
    letter-spacing: 1px;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    font-weight: bold;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    color: #6e6e6e;
    font-size: 14px !important;
    font-family: '微软雅黑';
}

section {
    float: left;
    width: 100%;
    padding: 65px 0px;
    height: auto;
}

blockquote {
    border: 0 none;
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
    margin: 20px 0;
    padding: 30px;
    font-family: 'Lato';
    letter-spacing: 1px;
}

input,
textarea {
    font-family: "微软雅黑";
    margin-bottom: 20px;
    font-size: 18px;
}

select {
    height: 45px;
    font-size: 14px;
    margin: 8px 5px;
    border-radius: 0px !important;
}

input,
input.form-control {
    height: 35px;
    padding: 20px 20px;
    font-size: 14px;
    border-radius: 0px;
}

textarea,
textarea.form-control {
    height: 150px;
    max-width: 100%;
    font-size: 16px;
    border-radius: 0px;
}

.description {
    margin-bottom: 30px;
    line-height: 1.5;
}

.div-title {
    margin-bottom: 50px;
    margin-top: 0px;
    font-family: '微软雅黑';
    font-weight: 600;
}

.div-title > span {
    padding: 0px 0px 10px;
    width: 80px;
    letter-spacing: 1px;
    color: #181d30;
}

.description {
    color: #6e6e6e;
}

a:hover {
    text-decoration: none;
}

a{color:#000;}
a:hover{color:#000;}


/*====== Video Container ===*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vimeo-video {
    position: relative;
    top: 15px;
}

.youtube-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 380px;
    position: relative;
    top: 5px;
    border: none;
}


/*------------------------------------
            3.0 Header 
------------------------------------*/


/*========== Header Wrapper ==========*/

.header-wrapper {
    position: relative;
}


/*header top navigation */

.top-menu {
    list-style: none;
    padding-left: 0;
    float: right;
}

.top-menu li:first-child {
    border-left: 1px solid #32313b;
    padding: 3px;
}

.top-menu li {
    border-right: 1px solid #32313b;
    display: inline-block;
    background: #9e0029 none repeat scroll 0 0;
}

.top-menu li a {
    color: inherit;
    padding: 10px 12px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: '微软雅黑';
    font-weight: bolder;
}

.header-top .dropdown:hover .dropdown-menu {
    display: block;
}

.header-top .dropdown-menu {
    border: 1px solid #32313b;
    margin-top: 0px;
    margin-left: -4px;
}

.header-top .dropdown-menu > li {
    display: block;
    border: none;
}


/*header main*/

.header-main {
    width: 100%;
    position: relative;
    z-index: 1100;
    background-color: #9e0029;
    -webkit-box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    -webkit-transform: translateZ(0);
}

.main-navigation {
    position: relative;
}

.logo {
    line-height: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 320px;
}

.header-main.shrink .logo {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main.shrink .logo img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.p-banner
{
    font-size:14px !important;
}


/*========== Main Navigation ==========*/

.navbar-header {
    float: none;
}

.nav-right .navbar-header {
    float: right;
}

.nav-left .navbar-header {
    float: left;
}

.nav-left .apclk-nav {
    float: right;
}

.nav-centered .navbar-header {
    float: none;
    text-align: center;
}

.nav-centered .nav > li {
    display: inline-block;
}

.nav-centered .navbar-nav > li {
    float: none;
}

.nav-centered .apclk-nav {
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding-left: 9px;
        padding-right: 9px;
    }
    .navbar-nav > li > a {
        line-height: 76px;
    }
}

@media screen and (max-width: 767px) {
    .logo img {
        width:260px;
    }

    .mega-menu-list > li > a {
        color: #6e6e6e !important;
    }
    .nav-right .navbar-header {
        float: none;
        width: 100%;
        text-align: right;
    }
    .nav-left .navbar-header {
        float: none;
        width: 100%;
        text-align: left;
    }
    .nav-right .navbar-toggle {
        left: 0;
    }
    .nav-left .navbar-toggle {
        right: 0;
    }
    .nav-left .apclk-nav {
        float: none;
    }
    .dropdown-menu > li > a {
        background: none !important;
        color: #777 !important;
        padding: 10px 20px !important;
    }
    .dropdown-menu > li > a:hover {
        padding: 10px 20px !important;
        background-color: #337ab7 !important;
        color: #fff !important;
    }
    .dropdown-menu > li.active > a {
        color: #fff !important;
    }
    .header-top-left,
    .social-top,
    .header-top-right,
    .top-menu {
        text-align: center;
        float: none;
    }
    .top-menu {}
}

.navbar,
.navbar-nav {
    margin: 0;
    min-height: inherit;
}

.navbar-collapse {
    max-height: inherit;
    padding: 0;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > li > a.active {
    color:#9e0029;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    border-bottom: 3px solid transparent;
    font-family: "微软雅黑";
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav >li > a:hover,
.navbar-default .navbar-nav >li > a:focus
 {
    color:#9e0029;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #181d30;
    color:#fff;

}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    color:#9e0029;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #000;
    color:#fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
    border-color: transparent;
    color:#9e0029;
}

.navbar-toggle {
    position: absolute;
    cursor: pointer;
    top: 30px;
    width: 48px;
    height: 48px;
    float: none;
    text-align: center;
    right: 0;
    margin: 0;
    padding: 9px 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
.navbar-toggle {
    top: 10px;
}
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 9px 16px 12px;
        line-height: 76px;
    }
    .header-main.shrink .navbar-nav > li > a {
        line-height: 41px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {}
    .navbar-nav > li > a.current::before,
    .navbar-nav > li > a.current::after,
    .navbar-nav > li > a:hover::before,
    .navbar-nav > li > a:focus::before,
    .navbar-nav > li > a:hover::after,
    .navbar-nav > li > a:focus::after,
    .navbar-nav > li > a.highlighted:before,
    .navbar-nav > li > a.highlighted:after {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/* Mega Menu */

.apclk-mega .nav,
.apclk-mega .collapse,
.apclk-mega .dropup,
.apclk-mega .dropdown {
    position: static;
}

.apclk-mega .container {
    position: relative;
}

.apclk-mega .dropdown-menu {
    left: auto;
    z-index: 9999;
    color: #ffffff;
    background-color: #181d30;
    position: absolute;
}

.apclk-mega .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.apclk-mega .apclk-mega-content {
    padding: 0px 15px;
}

.apclk-mega .dropdown.apclk-mega-fw .dropdown-menu {
    left: 0;
    right: 0;
}

/* dropdowns */

.dropdown-menu {
    background: #fff;
    padding: 15px 0;
    border: none;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(27, 27, 34, 0.6);
    -moz-box-shadow: 0px 3px 0px 0px rgba(27, 27, 34, 0.6);
    box-shadow: 0px 3px 0px 0px rgba(27, 27, 34, 0.6);
}

.dropdown-menu > li > a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    font-family: '微软雅黑';
    padding: 10px 20px;
    letter-spacing: 1px;
}

.dropdown-menu .divider {
    background: #32313b;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    font-family: '微软雅黑';
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}


/*------------------------------------
            4.0 Slider 
------------------------------------*/


/*      4.1 Slider Style 1
 -----------------------------*/

#slider {
    width: 100%;
    position: relative;
    z-index: 99;
}

#slider .detail-content {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#slider .detail-content .container {
    position: static;
}

#slider .detail {
    position: absolute;
    top: 47%;
    left: 50%;
    background: rgba(95, 102, 110, 0.6);
    border: 1px solid #a9a9aa;
    width: 602px;
    height: 310px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999;
    margin-left: -33px;
}

#slider .top-row {
    border-bottom: 1px solid #a9a9aa;
    position: relative;
    min-height: 76px;
}

#slider .top-row strong {
    position: absolute;
    top: 0;
    left: 0;
}

#slider .top-row > strong {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    text-indent: 39px;
    padding: 27px 0;
}

#slider .top-row .direction-arrrow {
    float: right;
    border-left: 1px solid #a9a9aa;
    width: 146px;
    padding: 22px 0;
    text-align: center;
}

#slider .top-row .direction-arrrow .prv {
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../images/direction-arrow.png) no-repeat 0 0;
    margin: 0 16px;
}

#slider .top-row .direction-arrrow .prv:hover {
    background-position: 0px -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#slider .top-row .direction-arrrow .next {
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../images/direction-arrow.png) no-repeat 0 0;
    background-position: -50px 0;
    margin: 0 16px;
}

#slider .top-row .direction-arrrow .next:hover {
    background-position: -50px -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#slider .bottom-sec {
    padding: 30px 39px;
    position: relative;
    min-height: 200px;
    list-style: none;
}

.inner-bottom-sec {
    padding: 0 0px 30px 0px;
}

#slider .bottom-sec h2 {
    font-size: 30px;
    color: #9e0029;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 12px;
    padding-left: 39px;
    margin-top: -5px;
}

#slider .bottom-sec p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 15px;
    width: 90%;
    padding-left: 39px;
}

#slider .bottom-sec a {
    margin-left: 39px;
}

#slider .bx-controls-direction,
.theme-d #slider .bx-controls-direction {
    display: none;
}

#slider .top-banner img {
    width: 100%;
    z-index: 2;
}

.tp-caption {
    white-space: normal;
    position: relative;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .2;
}

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #9e0029;
    background-color: #39a3de;
    border-color: #39a3de;
    outline: none;
    border-radius: 0px;
    margin: 20px auto;
    text-transform: uppercase;
    font-size: 16px;
    font-family: '微软雅黑';
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    font-weight: 600;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url(../images/img-banner-1.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../images/img-banner-2.jpg);
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/img-banner-3.jpg);
}

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 2.5em;
    }
    .hero {
        left: 50% !important;
    }
}

/*      5.2 About Property 2
 -----------------------------*/

.about_property {
    width: 100%;
    float: left
}

.recentfromblog h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 27px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}

.about_property .description {
    margin: 40px auto auto;
    text-align: center;
    width: 75%;
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 60px
}

.about_property .description {
    width: 100%
}

.about_property ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin: auto
}

.about_property ul li {
    display: inline-block;
    height: 150px;
    text-align: center;
    float: left
}

.about_property ul li img {
    margin-top: 5px;
    width: 32px;
    height: 32px
}

.about_property ul li {
    border-right: 1px solid #e1e6ec
}

.about_property ul li:last-child {
    border-right: none
}

.about_property ul li figcaption {
    font-family: '微软雅黑';
    font-size: 12px;
    color: #7e8c99;
    line-height: 3;
    text-transform: uppercase;
    margin-top: 5px
}

.about_property ul li h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #435061;
    font-family: '微软雅黑';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.about_property ul li h2 {
    color: #435061;
    font-family: '微软雅黑';
    font-weight: 700;
    font-size: 30px;
    margin-top: 0
}

.about_property .buttons {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 70px
}

@media screen and (max-width: 767px) {
    .about_property ul li {
        margin: 15px auto;
    }
    .about_property ul li:nth-child(2),
    .about_property ul li:nth-child(4),
    .about_property ul li:nth-child(6) {
        border-right: none;
    }
}

@media screen and (min-width: 767px) and (max-width:992px) {
    .about_property ul li {
        margin: 15px auto;
    }
    .about_property ul li:nth-child(3),
    .about_property ul li:nth-child(6) {
        border-right: none;
    }
}


/*-------------------------------------
            6.0 Property Deatils 
-------------------------------------*/


/*=== Blog ===*/

.blog-testimonial {
    margin-bottom: -35px;
}

.blog-testimonial .blog,
.blog-testimonial .testimonials-box {
    padding: 10px 0px;
    /*padding-bottom: 0px;*/
}

@media screen and (max-width: 767px) {
    .blog-testimonial h2:nth-child(1) {
        padding-top: 30px;
    }
}

.blog-testimonial .blog img {
    width:100%;
    height:150px; 
}

.blog-testimonial .blog span {
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #888;
}

.blog-testimonial .blog p {
    padding:5px 0px;
    text-align: justify;
    font-size: 14px;
}


/*=== Testimonial ===*/

.home-testimonials {
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.testimonials-box p {
    padding: 20px;
    border-right: 1px solid #eee;
    border: 1px solid #eee;
}

.testimonials-box h2 {
	font-size:16px;
	
}

.testimonials-box ol.carousel-indicators {
    position: relative;
    bottom: 10px;
    left: 30px;
}

.testimonials-box ol.carousel-indicators li.active {
    background-color: #f15b5a
}

.testimonials-box ol.carousel-indicators li {
    background-color: #aaa;
}

.testimonials-box h6 {
    text-transform: uppercase;
    padding: 15px 5px 0px 0px;
    color: #f15b5a;
}

.testimonials-box cite {
    color: #6e6e6e;
    font-style: normal;
}

.testimonials-box img {

}

/*Tags*/

.sidebar-widget .tags a {
    font-family: '微软雅黑';
    padding: 10px 15px;
    background-color: #181d30;
    display: inline-block;
    margin: 3px;
    color: #fff;
}


/*-----------------------------------
        19.0 Contact Us
-----------------------------------*/


/*====== Contact 1 ======*/

.contact-1 {}

.contact-1 ul li,
.contact-1 ul span {
    display: block;
    padding: 10px 0px;
}

.contact-1 ul li {
    color: #435061;
    font-family: '微软雅黑';
    font-size: 16px;
}

.contact-1 button.btn {
    border-radius: 0px;
    text-decoration: normal;
    text-transform: uppercase;
    position: relative;
    top: 10px;
}

p.form-status {
    text-align: center;
}


/*-----------------------------------
        20.0 FOOTER
-----------------------------------*/

footer{
    background-color:rgba(0,0,0,0.8);
}
.footer {
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 20px 0px;
    height: auto;
    clear: both;
}

footer .primary-footer {
    background-color: transparent;
    position: relative;
    padding-top: 10px;
}

footer .primary-footer ul.fa-ul>li {
    color: #767381;
    margin-bottom: 10px;
}

footer ul.footer-social {
    list-style: none;
}

footer ul.footer-social li {
    display: inline-block;
    font-size: 26px;
    color: #767381;
    padding: 10px 5px;
}

footer ul.footer-social li a {
    color: #767381;
}

footer .copyright {
    color: #fff; font-size:12px;
}

footer .contact-us-container .box.call:first-child {
    padding-left: 10px;
}

.margin-bottom-20{margin-bottom:20px;}


/*Location Map*/

.location-map {
    width: 100%;
    height: 390px;
    display: block;
}

.footer-contact-info {
    background: url(../images/map.png) no-repeat;
}

.footer-contact-info .fa-li {
    text-align: left;
}


/*-----------------------------------
        22.0 About Us Page
------------------------------------*/


/*====== ABOUT 1 ======*/

.about-care {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.about-care p {
    font-family: '微软雅黑';
}

.about-care h3 {
    color: #181d30;
}


/*====== ABOUT 2 ======*/

.about-dept {}

.about-dept ul,
.about-lists {
    list-style: none;
}

.about-dept ul li {
    display: block;
    width: 50%;
    float: left;
    padding: 0px 10px 35px 10px;
    text-transform: uppercase;
    color: #666;
}

.about-lists ul li {
    display: block;
    width: 100%;
    float: left;
    padding: 0px 10px 20px 10px;
    text-transform: uppercase;
    color: #666;
}

.about-dept ul li:before,
.about-lists ul li:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: bold;
    color: #fff;
    background-color: #181d30;
    padding: 5px 10px;
    border-radius: 50%;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 10px;
}


/*-----------------------------------
        Misc - Common
------------------------------------*/


/* Accordian */

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f055";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f056";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panel-default > .panel-body {
    font-weight: normal;
}

.panel-default>.panel-heading {
    padding: 15px;
    border-radius: 0px;
    background-color: #fff;
}

.panel-default .panel-title {
    text-transform: uppercase;
    font-size: 14px;
}

.panel-default .panel-title i.fa {
    font-size: 16px;
    padding-right: 10px;
}


/* Breadcrumb */

.breadcrumb {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    position: relative;
}

.bg-banner {
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
    display: block;
    padding: 200px 0;


}

.breadcrumb .breadcrumb-box {
    background-color:rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.breadcrumb ul.hierarchy {
    list-style: none;
}

.breadcrumb .page-title h2 {
    color: #39a3de;
    color: #fff;
    letter-spacing: 1.3px;
    position: relative;
    top: -10px;
}

.breadcrumb ul.hierarchy li {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #39a3de;
    color: #fff;
    position: relative;
    top: -10px;
}

.breadcrumb ul.hierarchy li:first-child {
    padding-left: 0px;
}

.breadcrumb ul.hierarchy li.active {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

.breadcrumb ul.hierarchy li a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

.breadcrumb ul.hierarchy li a:hover {
    color: #39a3de;
}

.breadcrumb ul.hierarchy li a:after {
    font-family: "FontAwesome";
    content: "\f054";
    padding-left: 10px;
    color: #fff;
    position: absolute;
    left: 10;
}

.breadcrumb .breadcrumb-img-1 {
    background-position: 50% 50%;
    background-image: url(../images/breadcrumb.jpg);
}

.breadcrumb .breadcrumb-img-2 {
    background-position: 50% 50%;
    background-image: url(../images/feature-1.jpg);
}

.breadcrumb .breadcrumb-img-3 {
    background-position: 50% 50%;
    background-image: url(../images/feature-2.jpg);
}

.breadcrumb .breadcrumb-img-4 {
    background-position: 50% 50%;
    background-image: url(../images/feature-3.jpg);
}

.breadcrumb .breadcrumb-img-5 {
    background-position: 50% 50%;
    background-image: url(../images/feature-4.jpg);
}

.breadcrumb .breadcrumb-img-6 {
    background-position: 50% 50%;
    background-image: url(../images/feature-5.jpg);
}

.breadcrumb .breadcrumb-img-7 {
    background-position: 50% 50%;
    background-image: url(../images/feature-6.jpg);
}

.breadcrumb .breadcrumb-img-8 {
    background-position: 50% 50%;
    background-image: url(../images/feature-7.jpg);
}


.clearfix {
    clear: both;
    float: none;
}

.section-title {
    font-size: 26px;
    font-weight: 700;
    color: #181d30;
    padding: 0px;
    text-transform: uppercase;
    margin: 0px auto;
    font-family: "微软雅黑";
    letter-spacing: 1px;
}

hr.section-red-line {
    border: 2px solid #000;
    width: 220px;
    margin-top: 0;
}

hr.section-red-line-150 {
    width: 250px;
    margin-top: 0;
}

hr.section-title-hr {
    border: 2px solid #181d30;
    width: 100%;
    margin-bottom: -4px;
}

hr.align-left {
    text-align: left !important;
    margin-left: 0;
}


/*====== HR TITLE border ======*/

hr.title-hr {
    border: 1px solid #eee;
    width: 50px;
    text-align: left;
    padding: 0px;
    margin: 12px 0px 10px 0px;
}


/*====== Padding top-bottom ========*/

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-35 {
    padding-top: 35px;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-none {
    padding-bottom: 0px;
}

.padding-top-none {
    padding-top: 0px;
}

.width-100 {
    width: 100% !important;
}


/*====== No Gutter Class ======*/

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding {
    padding: 0px;
}

.height-500 {
    height: 500px;
}

.height-170 {
    height: 170px;
}

.right-margin-5 {
    margin-right: -5px;
}

.margin-bottom-none {
    margin-bottom: 0px;
}

.margin-less-15 {
    margin-bottom: -15px;
}


/*===== BUttons =====*/

.btn-blue-orange {
    font-family: '微软雅黑';
    background-color: #333333;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.btn-blue-orange:hover {
    font-family: '微软雅黑';
    padding: 10px 20px;
    color: #9e0029;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-blue-white {
    font-family: '微软雅黑';
    background-color: #181d30;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.btn-blue-white:hover {
    font-family: '微软雅黑';
    background-color: #fff;
    padding: 10px 20px;
    color: #435061;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-white-blue {
    font-family: '微软雅黑';
    background-color: #fff;
    padding: 10px 20px;
    color: #181d30;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.btn-white-blue:hover {
    font-family: '微软雅黑';
    background-color: #181d30;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-orange-blue {
    font-family: '微软雅黑';
    padding: 10px 20px;
    background-color:#333333;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.btn-orange-blue:hover {
    font-family: '微软雅黑';
    background-color: #9e0029;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-orange-white {
    font-family: '微软雅黑';
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.btn-orange-white:hover {
    font-family: '微软雅黑';
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*====== Backgrounds with fill color ======*/

.bg-dark-night {
    background: #475464 none repeat scroll 0 0;
}

.bg-dark-grey {
    background-color: #435061;
}

.bg-silver {
    background-color: #eee;
}

.bg-theme-color {
    background-color: #181d30;
}

.bg-light-sky {
    background-color: #eaf0f3;
}


/*====== HR Line align ======*/


/*====== Background Images ======*/

.background-img-1 {
    background-position: 50% 50%;
    background-image: url(../images/prop-detail3.jpg);
}

.background-img-2 {
    background-position: 50% 50%;
    background-image: url(../images/gallery/18.jpg);
}

.background-img-3 {
    background-position: 50% 50%;
    background-image: url(../images/breadcrumb3.jpg)
}


/* ====== Colors ======*/

.color-orange {
    color: #9e0029;
}

.color-white {
    color: #fff;
}

.color-dark-grey {
    color: #435061;
}

.color-theme-color {
    color: #181d30;
}

.page-submenu {list-style: none;padding-left: 0;}
.page-submenu li{    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #39a3de;
    color: #000;
    position: relative;
    top: -10px;}
.page-submenu li a:hover {
    color: #39a3de;
}

.page-submenu  li:first-child {
    padding-left: 0px;
}

.page-submenu li.active {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
}

.page-submenu li a {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
}

.page-submenu li a:after {
    font-family: "FontAwesome";
    content: "\f054";
    padding-left: 10px;
    color: #000;
    position: absolute;
    left: 10;
}

.words-1{font-size:30px; color:#9e0029; padding:15px 10px;}

.idea-item{min-height:220px;border:2px solid rgba(255,255,255,0.4);margin:5px 2px;padding:5px; border-radius:10px;}



.idea-1{padding:10px 20px;border:2px solid #9e0029;min-height:360px;border-radius:10px;}
.idea-1 h3{color:#9e0029;}
.idea-1 p{color:#000;}


.project-list{list-style: none; margin-top:60px;}
.project-list li{background-color:#9e0029;border-bottom:1px solid #fff;font-size:16px; color:#fff; padding:5px 0px;}

.flowitem{padding:10px 20px;}
.flowitem h6{}
.flowitem ul li{font-size:14px;line-height:14px;}



.project-item{border:1px solid #ccc;min-height:200px; margin:5px 5px;}


/*************************************************************
	ACCORDIAN
 *************************************************************/
.accordion-group, .accordion-inner { border: none; border-radius: 0; }
.accordion-group { 
	padding:8px 0;
	margin-bottom:0px;
	background:#ccc;
}
.accordion-group:hover{
    background-color:#9e0029!important;
    color:#fff;
}

.accordion-heading .accordion-toggle {
    color:#fff;
}

.accordion-group:first-child { 
	 -webkit-border-radius:6px 6px 0px 0px ;
	-moz-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
}
.accordion-group:last-child { 
	border: none;
	-webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
	border-radius:  0px 0px 6px 6px;
}
.accordion-heading .accordion-toggle {
	padding:0 0;
	height:16px;
	font-size:14px;
	line-height:16px;
	color:#fff; text-transform:uppercase;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    background-color:#9e0029;
}
.accordion-toggle i{ padding:0 15px 0 10px; }

.accordion-heading .collapsed {  color:#666;}

.accordion-inner { padding:0px 20px 9px 40px; font-size:13px; line-height:22px; color:#000;border-radius:5px 5px; }
.collapse { overflow:hidden; position:relative; height:0; }
.collapse.in { height:auto; background:#eeeeee;}

.job-title{margin:0px 20px;}
.job-item{margin:20px 20px; background-color:#fff;}
.panel-body h3 {color: #9e0029;font-size: 14px;padding: 10px 0px;} 

.ProjectType{border:1px solid #fff; background-color:#cccccc; line-height:35px;color:#fff;}
.ProjectType:hover {background-color:#aaaaaa;}
.ProjectTitle{color:#9e0029;line-height:30px;}
.ProjectList{padding:0px 2px 10px 2px;}
.ProjectList img{width:100%;height:185px;}
.ProjectBody{color:#333333; font-size:12px;}
.red{color:#333333;line-height:20px;font-size:12px;}

.border-left{border-left:1px solid #cccccc;}

.Adiv{padding:20px 10px; line-height:20pt;}


.tab .nav-tabs { border-bottom: none; position: relative; }
.tab .nav-tabs li { margin-right: 60px; z-index: 1; }
.tab .nav-tabs li:after { content: ""; width: 100%; border: 1px solid #ccc6c6; position: absolute; top: 50%; right: -60%; z-index: -1; }
.tab .nav-tabs li:last-child:after { border: none; }
.tab .nav-tabs li a { display: block; padding: 15px 20px; background: #fff; font-size: 15px; font-weight: 600; color: #9e0029; text-transform: uppercase; border-radius: 0; margin-right: 0; border: 2px solid #9e0029; position: relative; overflow: hidden; z-index: 1; transition: all 0.3s ease 0s; }
.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover { color: #fff; border: 2px solid #666; }
.tab .nav-tabs li a:after { content: ""; display: block; width: 100%; height: 0; position: absolute; top: 0; left: 0; z-index: -1; transition: all 0.3s ease 0s; }
.tab .nav-tabs li.active a:after, .tab .nav-tabs li a:hover:after { height: 100%; background: #666; }
.tab .tab-content { padding: 20px 10px; margin-top: 0; font-size: 14px; color: #999; line-height: 26px; }
.tab .tab-content h3 { font-size: 18px; margin-top: 0; }

@media only screen and (max-width: 767px) {
.tab .nav-tabs li { margin: 0 25px 0 0; } 
}

@media only screen and (max-width: 479px) {
.tab .nav-tabs li { width: 100%; text-align: center; margin: 0 0 10px 0; }
.tab .nav-tabs li:after { width: 0; height: 100%; top: auto; bottom: -60%; right: 50%; }
}

.canvascss{position:absolute;z-index:10; width:100%;height:400px; background-color:coral;}

.style2{background-color:#DDDDDD;}

.lineheight20 {
    line-height: 22pt;
}