.container {
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
}

.header .container {
    padding-left: 15px;
    padding-right: 15px;
}

/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. Header - Navbar
2. Header - Menu Inner Right Style
3. Header - Responsive Navbar Style
4. Header - Submenu
5. Header - Mega Menu
6. Header - Fixed
6.1. Header - Fixed Boxed
7. Header - Border Bottom Style Option
8. Header - White Transparent Background Option
9. Header - Dark Transparent Background Option
10. Header - Dark On Scroll Option
11. Header - Dark Search Option
12. Header - Dark Dropdown Background Option
13. Header - Dark Responsive Navbar Option
14. Header - Classic White Option
15. Header - Classic Dark Option
16. Header - Hamburger

[--- HEADER STYLE CLASSES --]

1. header-v6
2. header-border-bottom
3. header-white-transparent
4. header-dark-transparent
5. header-dark-scroll
6. header-dark-search
7. header-dark-dropdown
8. header-dark-res-nav
9. header-dark-classic-white
10. header-dark-classic-dark
-----------------------------------------------------------------------*/
/*--------------------------------------------------
	[1. Header - Navbar]
----------------------------------------------------*/
/*Header v6*/
.header-v6 {
    z-index: 99;
    position: relative;
}

@media (max-width: 991px) {
    .header-v6 {
        position: static;
    }

}

/*Containers
------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .header-v6 .menu-container {
        width: 750px;
    }
}

@media (max-width: 991px) {
    .header-v6 .menu-container:before,
    .header-v6 .menu-container:after {
        content: " ";
        display: table;
    }

    .header-v6 .menu-container:after {
        clear: both;
    }

    .header-v6 .menu-container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;

    }

    .header-v6 > .navbar > .container {
        width: inherit;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .header-v6 > .navbar > .container > .navbar-header,
    .header-v6 > .navbar > .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}

.header-v6 {
    /*Navbar*/
    /*Navbar Brand*/
}

.header-v6 .navbar {
    border: none;
    margin-bottom: 0;
}

.header-v6 .navbar-brand {
    height: 73px;
    max-height: 73px;
    line-height: 65px;
    padding: 10px;
}

.header-v6 .navbar-btn {
    background-color: #ff6200 !important;
    border-color: #ff6200 !important;
    color: #ffffff !important;
    border-radius: 100px;
    padding: 6px 24px;
}

.header-v6 .navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header-v6 .navbar-brand img.shrink-logo {
    display: none;
}

.header-v6 .navbar-brand img.default-logo {
    display: inherit;
}

/*Media Queries*/
@media (max-width: 991px) {
    .header-v6 .navbar-brand {
        padding-top: 20px;
    }

    .header-v6 .navbar-brand {
        height: 50px;
        max-height: 50px;
        line-height: 40px;
        padding: 5px !important;
    }

    .header-v6 .navbar-brand img.shrink-logo {
        display: inherit;
    }

    .header-v6 .navbar-brand img.default-logo {
        /*display: none;*/
    }
}

/*Navbar Toggle*/
.header-v6 .navbar-toggle {
    border: none;
    margin: 31px 0 31px 15px;
}

.header-v6 .navbar-toggle .icon-bar {
    height: 1px;
    width: 20px;
    font-size: 20px;
    background: #fff;
    margin-bottom: 5px;
}

.header-v6 .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}

.header-v6 .navbar-toggle,
.header-v6 .navbar-toggle:hover,
.header-v6 .navbar-toggle:focus {
    background: inherit;
}

/*Navbar Collapse*/
.header-v6 .navbar-collapse {
    position: relative;
}

/*Navbar Menu*/
.header-v6 .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-v6 .nav > li > a:hover,
.header-v6 .nav > li > a:focus {
    background: inherit;
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 0;
    }

    .header-v6 .navbar-nav {
        float: right;
    }
}

/*--------------------------------------------------
	[2. Header - Menu Inner Right Style]
----------------------------------------------------*/
/*Menu Inner Right
------------------------------------*/
.header-v6 .header-inner-right {
    float: right;
    z-index: 999;
    margin-left: -20px;
    position: relative;
    padding: 11px 20px;
}

@media (max-width: 991px) {
    .header-v6 .header-inner-right {
        float: right;
        z-index: 999;
        position: relative;
        padding: 0 20px;
    }
}

@media (max-width: 350px) {
    .header-v6 .header-inner-right {
        display: none;
    }
}

.header-v6 .menu-icons-list {
    margin: 0;
    list-style: none;
}

.header-v6 li.menu-icons {
    position: relative;
    display: inline-block;
}

.header-v6 li.menu-icons:first-child {
    padding-right: 15px;
}

.header-v6 li.menu-icons i.menu-icons-style {
    color: #fff;
    width: 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 77px;
    text-align: center;
    display: inline-block;
}

.header-v6 li.menu-icons span.badge {
    top: 28px;
    left: 12px;
    color: #fff;
    width: 18px;
    height: 18px;
    padding: 4px;
    display: block;
    font-size: 11px;
    text-align: center;
    position: absolute;
    background: #ff6200;
    display: inline-block;
    border-radius: 50% !important;
}

/*Shopping Cart*/
.header-v6 .shopping-cart .shopping-cart-open {
    right: 0;
    top: 77px;
    padding: 15px;
    display: none;
    min-width: 250px;
    background: #fff;
    position: absolute;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #ff6200;
}

.header-v6 .shopping-cart:hover .shopping-cart-open {
    display: block;
}

.header-v6 .shopping-cart-open span.shc-title {
    color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
}

.header-v6 .shopping-cart-open span.shc-total {
    color: #444;
    float: right;
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase;
}

.header-v6 .shopping-cart-open span.shc-total strong {
    padding-left: 3px;
}

.header-v6 .shopping-cart-open .btn-u {
    padding: 4px 12px;
}

/*Search Box
------------------------------------*/
.header-v6 .search-open {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    height: auto;
    display: none;
    padding: 10px;
    position: fixed;
    background: #fff;
}

.header-v6 .search-open .form-control {
    color: #555;
    border: none;
    height: 75px;
    font-size: 33px;
    font-weight: 200;
    box-shadow: none;
    background: #fff;
    padding: 0 14% 0 13%;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 768px) {
    .header-v6 .search-open .form-control {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .header-v6 .search-open .form-control {
        padding: 0 28% 0 5%;
    }
}

.header-v6 .search-open .form-control::-moz-placeholder {
    color: #555;
}

.header-v6 .search-open .form-control:-ms-input-placeholder {
    color: #555;
}

.header-v6 .search-open .form-control::-webkit-input-placeholder {
    color: #555;
}

.header-v6 .search-open .form-control:hover,
.header-v6 .search-open .form-control:active,
.header-v6 .search-open .form-control:focus {
    border: none;
    box-shadow: none;
}

.header-v6 .search-close {
    z-index: 999;
    position: relative;
}

.header-v6 li.menu-icons i.search-btn {
    color: #fff;
}

.header-v6 li.menu-icons i.fa-times {
    color: #444;
}

/*--------------------------------------------------
	[3. Header - Responsive Navbar Style]
----------------------------------------------------*/
/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .header-v6 .navbar-header {
        float: none;
    }

    .header-v6 .navbar-toggle {
        display: block;
        border: none;
        margin: 10px 0 10px 5px;
    }

    .header-v6 .navbar-collapse {
        border-color: #eee;
        border-bottom: 1px solid #eee;
    }

    .header-v6 .navbar-collapse.collapse {
        display: none !important;
    }

    .header-v6 .navbar-collapse .menu-container {
        background: #fff;
    }

    .header-v6 .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    .header-v6 .navbar-nav {
        margin: 0;
        float: none !important;
    }

    .header-v6 .navbar-nav > li {
        float: none;
    }

    .header-v6 .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /*Navbar Nav*/
    .header-v6 .navbar-nav > li > a {
        color: #444;
    }

    /*Pull Right*/
    .header-v6 .dropdown-menu.pull-right {
        float: none !important;
    }

    /*Dropdown Menu Slide Down Effect*/
    .header-v6 .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

    .header-v6 .navbar-nav .open .dropdown-menu > li > a,
    .header-v6 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .header-v6 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
    .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .header-v6 .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .header-v6 .navbar-nav .open .dropdown-menu > li > a:hover,
    .header-v6 .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ff6200;
        background-color: transparent;
    }

    .header-v6 .navbar-nav .open .dropdown-menu > .active > a,
    .header-v6 .navbar-nav .open .dropdown-menu > .active > a:hover,
    .header-v6 .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ff6200;
        background-color: transparent;
    }

    .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a,
    .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .header-v6 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ff6200;
        background-color: transparent;
    }

    .header-v6 .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    /*Design for max-width: 991px*/
    .header-v6 .navbar-collapse,
    .header-v6 .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-v6 .navbar-nav > li > a {
        font-size: 14px;
        padding: 12px 5px;
    }

    .header-v6 .navbar-nav > li a {
        border-bottom: none;
        border-top: 1px solid #eee;
    }

    .header-v6 .navbar-nav > li:first-child > a {
        border-top: transparent;
    }

    .header-v6 .navbar-nav > li > a:hover {
        color: #ff6200;
    }

    .header-v6 .navbar-nav > .open > a,
    .header-v6 .navbar-nav > .open > a:hover,
    .header-v6 .navbar-nav > .open > a:focus {
        color: #555;
        background: inherit;
    }

    .header-v6 .navbar-nav > .active > a,
    .header-v6 .navbar-nav > .active > a:hover,
    .header-v6 .navbar-nav > .active > a:focus {
        background: inherit;
        color: #ff6200 !important;
    }

    .header-v6 .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/
    .header-v6 .navbar-collapse {
        padding: 0;
    }

    /*Navbar*/
    .header-v6 .navbar {
        min-height: 40px !important;
    }

    .header-v6 .container > .navbar-header,
    .header-v6 .container-fluid > .navbar-header,
    .header-v6 .container > .navbar-collapse,
    .header-v6 .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header-v6 .navbar-nav {
        top: 2px;
        position: relative;
    }

    .header-v6 .navbar-nav > li > a {
        padding: 10px 20px;
        line-height: 54px;
    }

    .header-v6 .navbar-nav > li > a,
    .header-v6 .navbar-nav > li > a:hover,
    .header-v6 .navbar-nav > li > a:focus,
    .header-v6 .navbar-nav > .active > a,
    .header-v6 .navbar-nav > .active > a:hover,
    .header-v6 .navbar-nav > .active > a:focus {
        color: #fff;
        font-weight: 500;
        background: none;
    }

    .header-v6 .navbar-nav > .open > a,
    .header-v6 .navbar-nav > .open > a:hover,
    .header-v6 .navbar-nav > .open > a:focus {
        color: #fff;
    }

    /*Dropdown Menu*/
    .header-v6 .dropdown-menu {
        border: none;
        padding: 15px 0;
        min-width: 230px;
        border-radius: 0;
        background: #fff;
        z-index: 9999 !important;
        border-top: solid 3px #ff6200;
    }

    .header-v6 .dropdown-menu li a {
        color: #777;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 25px;
    }

    .header-v6 .dropdown-menu .active > a,
    .header-v6 .dropdown-menu li > a:hover {
        color: #ff6200;
        background: inherit;
        filter: none !important;
        transition: all 0.1s ease-in-out;
    }

    .header-v6 .dropdown-menu li > a:focus {
        background: none;
        filter: none !important;
    }

    .header-v6 .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header-v6 .open > .dropdown-menu {
        display: none;
    }
}

/*--------------------------------------------------
	[4. Header - Submenu]
----------------------------------------------------*/
/*Dropdown Submenu for BS3
------------------------------------*/
.header-v6 .dropdown-submenu {
    position: relative;
}

.header-v6 .dropdown-submenu > a:after {
    top: 9px;
    right: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 991px) {
    .header-v6 .dropdown-submenu > a:after {
        content: " ";
    }
}

.header-v6 .dropdown-submenu > .dropdown-menu {
    top: -20px;
    left: 100%;
    margin-left: 0px;
}

/*Submenu comes from LEFT side*/
.header-v6 .dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%;
}

.header-v6 .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .header-v6 .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.header-v6 .dropdown-submenu.pull-left {
    float: none;
}

.header-v6 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.header-v6 .dropdown-menu li [class^="fa-"],
.header-v6 .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.header-v6 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v6 .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}

/*--------------------------------------------------
	[5. Header - Mega Menu]
----------------------------------------------------*/
/*Mega Menu
------------------------------------*/
.header-v6 .mega-menu .nav,
.header-v6 .mega-menu .dropup,
.header-v6 .mega-menu .dropdown,
.header-v6 .mega-menu .collapse {
    position: static;
}

.header-v6 .mega-menu .navbar-inner,
.header-v6 .mega-menu .container {
    position: relative;
}

.header-v6 .mega-menu .dropdown-menu {
    left: auto;
}

.header-v6 .mega-menu .dropdown-menu > li {
    display: block;
}

.header-v6 .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.header-v6 .mega-menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.header-v6 .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 0;
}

.header-v6 .mega-menu .mega-menu-content:before,
.header-v6 .mega-menu .mega-menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.header-v6 .mega-menu .mega-menu-content:after {
    clear: both;
}

.header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v6 .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        margin-left: 10px;
        margin-right: 15px;
    }
}

/*Equal Height Lists*/
@media (min-width: 992px) {
    .header-v6 .mega-menu .equal-height {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    }

    .header-v6 .mega-menu .container {
        width: 90%;
    }

    .header-v6 .mega-menu .equal-height-in {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*Mega Menu Style Effect*/
.header-v6 .mega-menu .equal-height-list h3 {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}

/*Space for only Big Resolution*/
@media (min-width: 992px) {
    .header-v6 .mega-menu .big-screen-space {
        margin-bottom: 20px;
    }
}

/*Mega Menu Content*/
@media (min-width: 992px) {
    .header-v6 .mega-menu .equal-height-in {
        padding: 20px 0;
        border-left: 1px solid #bbb;
    }

    .header-v6 .mega-menu .equal-height-in:first-child {
        border-left: none;
        margin-left: -1px;
    }

    .header-v6 .mega-menu .equal-height-list {
        width: 100%;
    }

    .header-v6 .mega-menu .equal-height-list li a {
        display: block;
        position: relative;
        border-bottom: none;
        padding: 5px 10px 5px 15px;
    }

    .header-v6 .mega-menu .equal-height-list a:hover {
        text-decoration: none;
    }

    /*Dropdown Arrow Icons*/
    .header-v6 .mega-menu .mega-menu-fullwidth li a {
        padding: 5px 10px 5px 30px;
    }

    .header-v6 .mega-menu .mega-menu-fullwidth li a:after {
        top: 7px;
        left: 15px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    /*Dropdown Arrow Icons Disable class*/
    .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a {
        padding: 5px 10px 5px 15px;
    }

    .header-v6 .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
        display: none;
    }
}

/*Space Effect inside the container to avoid scroll bar*/
@media (min-width: 737px) and (max-width: 991px) {
    .header-v6 .mega-menu .mega-menu-content .container {
        width: 690px !important;
    }

    .header-v6 .mega-menu .equal-height {
        margin-right: 0;
    }

    .header-v6 .mega-menu .equal-height-in {
        padding-right: 0;
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .header-v6 .mega-menu .equal-height {
        margin-right: 0;
    }

    .header-v6 .mega-menu .equal-height-in {
        padding-right: 0;
        padding-left: 5px;
    }

}

/*Equal Hight List Style*/
@media (max-width: 991px) {
    .header-v6 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .header-v6 .mega-menu .equal-height-in,
    .header-v6 .mega-menu .equal-height-list {
        display: block;
    }

    .header-v6 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
        display: block;
    }

    /*Equal Height List Style*/
    .header-v6 .mega-menu .equal-height-list h3 {
        color: #555;
        margin: 0 0 5px;
        font-size: 13px;
        font-weight: 400;
        padding: 6px 15px 5px;
    }

    .header-v6 .mega-menu .equal-height-list li a {
        color: #777;
        display: block;
        font-size: 13px;
        font-weight: 400;
        margin-left: 15px;
        padding: 6px 25px;
    }

    .header-v6 .mega-menu .equal-height-list > h3.active,
    .header-v6 .mega-menu .equal-height-list > .active > a,
    .header-v6 .mega-menu .equal-height-list > .active > a:hover,
    .header-v6 .mega-menu .equal-height-list > .active > a:focus {
        color: #ff6200;
        background-color: transparent;
    }

    .header-v6 .mega-menu .equal-height-list li a:hover {
        color: #ff6200;
        text-decoration: none;
    }

    .header-v6 .mega-menu .container {
        width: 100%;
    }
}

/*--------------------------------------------------
	[6. Header - Fixed]
----------------------------------------------------*/
/*Header Fixed
------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
    /*Header Sticky*/
    .header-fixed .header-v6.header-sticky {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        position: fixed;
    }

    .header-fixed .header-v6.header-fixed-shrink {
        border-bottom: none;
        box-shadow: 0 0 3px #bbb;
    }

    .header-fixed .header-v6.header-fixed-shrink .navbar {
        background: #fff;
    }

    /*Navbar*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
        color: #555;
    }

    .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a,
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
        color: #ff6200;
    }

    /*Navbar Brand*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.default-logo {
        display: none;
    }

    .header-fixed .header-v6.header-fixed-shrink .navbar-brand img.shrink-logo {
        display: inherit;
    }

    /*Menu Inner Right*/
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
        color: #555;
    }

    /*Transition*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand,
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a,
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style,
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge,
    .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open,
    .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
        transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    }

    /*Navbar Brand*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-brand {
        height: 74px;
        max-height: 74px;
        line-height: 39px;
    }

    .header-fixed .header-v6.header-fixed-shrink .header-inner-right {
        padding: 11px 20px;
    }

    /*Navbar Nav*/
    .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
        /*line-height: 50px;*/
    }

    /*Menu Icons*/
    .header-fixed .header-v6.header-fixed-shrink li.menu-icons i.menu-icons-style {
        line-height: 70px;
    }

    .header-fixed .header-v6.header-fixed-shrink li.menu-icons span.badge {
        top: 17px;
    }

    .header-fixed .header-v6.header-fixed-shrink .shopping-cart .shopping-cart-open {
        top: 70px;
    }

    /*Search*/
    .header-fixed .header-v6.header-fixed-shrink .search-open {
        border-bottom: 1px solid #eee;
    }

    .header-fixed .header-v6.header-fixed-shrink .search-open .form-control {
        height: 49px;
        font-size: 25px;
    }
}

/*Media Queries*/
@media (max-width: 991px) {
    /*Header*/
    .header-fixed .header-v6 {
        height: inherit;
        /*position: relative;*/

    }

    .header-fixed .header-v6.header-fixed-shrink {
        height: inherit;
        /*position: relative;*/
        background: #0b1636;

    }

    /*Header Inner Right*/
    .header-fixed .header-v6.header-fixed-shrink .header-inner-right,
    .header-fixed .header-v6.header-fixed-shrink .menu-icons-list {
        margin-left: 0;
        /*margin-right: 20px;*/
    }

    /*Menu Icons*/
    .header-v6 li.menu-icons i.menu-icons-style {
        color: #555;
    }
}

/*--------------------------------------------------
    [6.1. Header - Fixed Boxed]
----------------------------------------------------*/
.boxed-layout.header-fixed .header-v6.header-sticky {
    left: inherit;
    width: inherit;
}

/*--------------------------------------------------
	[7. Header - Border Bottom Style Option]
----------------------------------------------------*/
/*Navbar*/
.header-v6.header-border-bottom .navbar {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
    border-bottom: none;
}

/*Media Queries*/
@media (min-width: 992px) {
    .header-v6.header-border-bottom .navbar {
        background: transparent;
    }

    .header-fixed .header-v6.header-border-bottom.header-fixed-shrink .navbar {
        background: #fff;
    }
}

/*--------------------------------------------------
	[8. Header - White Transparent Background Option]
----------------------------------------------------*/
/*Navbar*/
.header-v6.header-white-transparent .navbar {
    background: rgba(255, 255, 255, 0.5);
}

/*Media Queries*/
@media (min-width: 992px) {
    .header-fixed .header-v6.header-white-transparent.header-fixed-shrink .navbar {
        background: #fff;
    }
}

/*--------------------------------------------------
	[9. Header - Dark Transparent Background Option]
----------------------------------------------------*/
/*Navbar*/
.header-v6.header-dark-transparent .navbar {
    background: rgba(0, 0, 0, 0.5);
}

/*Media Queries*/
@media (min-width: 992px) {
    /*Header*/
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink {
        box-shadow: none;
    }

    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar {
        background: #0b1636;
    }

    /*Navbar Brand*/
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-brand img.default-logo {
        display: inherit;
    }

    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-brand img.shrink-logo {
        display: none;
    }

    /*Navbar*/
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav > li > a {
        color: #fff;
    }

    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav .active > a,
    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .navbar-nav li > a:hover {
        color: #ff6200;
    }

    .header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons i.menu-icons-style {
        color: #fff;
    }
}

@media (max-width: 991px) {
    /*Header*/
    .header-fixed .header-v6.header-dark-transparent .navbar {
        background: #fff;
    }
}

/*Search*/
.header-v6.header-dark-transparent li.menu-icons i.fa-times,
.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink li.menu-icons i.fa-times {
    color: #555;
}

/*--------------------------------------------------
	[10. Header - Dark On Scroll Option]
----------------------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
    /*Header*/
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink {
        box-shadow: none;
        background: #0b1636;
    }

    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar {
        background-color: inherit;
    }

    /*Navbar Brand*/
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.default-logo {
        display: inherit;
    }

    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-brand img.shrink-logo {
        display: none;
    }

    /*Navbar*/
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav > li > a {
        color: #fff;
    }

    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav .active > a,
    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink .navbar-nav li > a:hover {
        color: #ff6200;
    }

    .header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons i.menu-icons-style {
        color: #fff;
    }
}

/*Search*/
.header-v6.header-dark-scroll li.menu-icons i.fa-times,
.header-fixed .header-v6.header-dark-scroll.header-fixed-shrink li.menu-icons i.fa-times {
    color: #555;
}

/*--------------------------------------------------
	[11. Header - Dark Search Option]
----------------------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
    /*Navbar*/
    .header-fixed .header-v6.header-dark-search.header-fixed-shrink {
        box-shadow: none;
    }

    .header-fixed .header-v6.header-dark-search.header-dark-scroll.header-fixed-shrink .navbar {
        background: inherit;
    }

    .header-fixed .header-v6.header-dark-search.header-classic-white.header-fixed-shrink {
        box-shadow: none;
    }

    /*Search*/
    .header-v6.header-dark-search .search-open {
        background: #0b1636;
        border-bottom: 1px solid #555;
    }

    .header-fixed .header-v6.header-dark-search.header-fixed-shrink .search-open {
        border-bottom-color: #555;
    }

    .header-v6.header-dark-search .search-open .form-control {
        color: #fff;
        background: #0b1636;
    }

    .header-v6.header-dark-search .search-open .form-control::-moz-placeholder {
        color: #fff;
    }

    .header-v6.header-dark-search .search-open .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .header-v6.header-dark-search .search-open .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .header-v6.header-dark-search li.menu-icons i.fa-times,
    .header-fixed .header-v6.header-dark-search.header-fixed-shrink li.menu-icons i.fa-times {
        color: #fff;
    }
}

/*--------------------------------------------------
	[12. Header - Dark Dropdown Option]
----------------------------------------------------*/
/*Shopping Cart*/
.header-v6.header-dark-dropdown .shopping-cart .shopping-cart-open {
    background: #0b1636;
    border-color: #555;
    border-top-color: #ff6200;
}

.header-v6.header-dark-dropdown .shopping-cart-open span.shc-title {
    color: #fff;
    border-bottom-color: #555;
}

.header-v6.header-dark-dropdown .shopping-cart-open span.shc-total {
    color: #fff;
}

/*Media Queries*/
@media (min-width: 992px) {
    /*Dropdown*/
    .header-v6.header-dark-dropdown .dropdown-menu {
        background: #0b1636;
    }

    .header-v6.header-dark-dropdown .dropdown-menu li a {
        color: #ccc;
    }

    .header-v6.header-dark-dropdown .dropdown-menu .active > a,
    .header-v6.header-dark-dropdown .dropdown-menu li > a:hover {
        color: #ff6200;
    }

    /*Equal Height List Style*/
    .header-v6.header-dark-dropdown .mega-menu .equal-height-in {
        border-left-color: #777;
    }

    .header-v6.header-dark-dropdown .mega-menu .equal-height-list h3 {
        color: #fff;
    }

    .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a {
        color: #ccc;
    }

    .header-v6.header-dark-dropdown .mega-menu .equal-height-list .active > a,
    .header-v6.header-dark-dropdown .mega-menu .equal-height-list li a:hover {
        color: #ff6200;
    }
}

/*--------------------------------------------------
	[13. Header - Dark Responsive Navbar Option]
----------------------------------------------------*/
/*Media Queries*/
@media (max-width: 991px) {
    .header-v6.header-dark-res-nav {
        background: #0b1636;
    }

    /*Navbar Brand*/
    .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.default-logo {
        display: inherit;
    }

    .header-fixed .header-v6.header-dark-res-nav .navbar-brand img.shrink-logo {
        display: none;
    }

    /*Toggle*/
    .header-v6.header-dark-res-nav .navbar-toggle .icon-bar {
        background: #fff;
    }

    /*Menu Inner Right*/
    .header-v6.header-dark-res-nav li.menu-icons i.menu-icons-style {
        color: #fff;
    }

    /*Search*/
    .header-v6.header-dark-res-nav .search-open {
        background: #0b1636;
        border-bottom: 1px solid #555;
    }

    .header-fixed .header-v6.header-dark-res-nav.header-fixed-shrink .search-open {
        border-bottom-color: #555;
    }

    .header-v6.header-dark-res-nav .search-open .form-control {
        color: #fff;
        background: #0b1636;
    }

    .header-v6.header-dark-res-nav .search-open .form-control::-moz-placeholder {
        color: #fff;
    }

    .header-v6.header-dark-res-nav .search-open .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .header-v6.header-dark-res-nav .search-open .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .header-v6.header-dark-res-nav li.menu-icons i.fa-times,
    .header-fixed .header-v6.header-dark-res-nav.header-fixed-shrink li.menu-icons i.fa-times {
        color: #fff;
    }

    /*Navbar Collapse*/
    .header-v6.header-dark-res-nav .navbar-collapse {
        border-color: #555;
        border-bottom-color: #555;
    }

    /*Navbar Nav*/
    .header-v6.header-dark-res-nav .navbar-nav > li a {
        color: #ccc;
        border-top-color: #555;
    }

    .header-v6.header-dark-res-nav .navbar-nav > li a:hover {
        color: #ff6200;
    }

    .header-v6.header-dark-res-nav .navbar-nav > .open > a,
    .header-v6.header-dark-res-nav .navbar-nav > .open > a:hover,
    .header-v6.header-dark-res-nav .navbar-nav > .open > a:focus {
        color: #fff;
    }

    /*Dropdown*/
    .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a {
        color: #ccc;
    }

    .header-v6.header-dark-res-nav .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ff6200;
    }

    /*Submenu*/
    .header-v6.header-dark-res-nav .dropdown .dropdown-submenu > a {
        color: #fff !important;
    }

    /*Mega Menu*/
    .header-v6.header-dark-res-nav .mega-menu .equal-height-list h3 {
        color: #fff;
    }
}

/*--------------------------------------------------
	[14. Header - Classic White Option]
----------------------------------------------------*/
/*Media Queries*/
@media (min-width: 992px) {
    /*Header Sticky*/
    .header-v6.header-classic-white .navbar {
        background: #fff;
    }

    /*Navbar*/
    .header-fixed .header-v6.header-classic-white .navbar-nav > li > a {
        color: #555;
        font-weight: 400;
    }

    .header-fixed .header-v6.header-classic-white .navbar-nav .active > a,
    .header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
        color: #ff6200;
    }

    /*Navbar Brand*/
    .header-fixed .header-v6.header-classic-white .navbar-brand img.default-logo {
        display: none;
    }

    .header-fixed .header-v6.header-classic-white .navbar-brand img.shrink-logo {
        display: inherit;
    }

    /*Menu Inner Right*/
    .header-fixed .header-v6.header-classic-white li.menu-icons i.menu-icons-style {
        color: #555;
    }

    .header-fixed .header-v6.header-classic-white.header-dark-search li.menu-icons i.fa-times {
        color: #fff;
    }
}

/*--------------------------------------------------
	[15. Header - Classic Dark Option]
----------------------------------------------------*/
/*Shopping Cart*/
.header-v6.header-classic-dark .shopping-cart .shopping-cart-open {
    background: #0b1636;
    border-color: #555;
    border-top-color: #ff6200;
}

.header-v6.header-classic-dark .shopping-cart-open span.shc-title {
    color: #fff;
    border-bottom-color: #555;
}

.header-v6.header-classic-dark .shopping-cart-open span.shc-total {
    color: #fff;
}

/*Media Queries*/
@media (max-width: 991px) {
    .navbar-fixed-top-sm {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        top: 0;
        border-width: 0 0 1px;
    }
}

@media (min-width: 992px) {
    /*Header*/
    .header-v6.header-classic-dark,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink {
        box-shadow: none;
        background: #0b1636;
    }

    .header-v6.header-classic-dark .navbar,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar {
        background-color: inherit;
    }

    /*Navbar Brand*/
    .header-v6.header-classic-dark .navbar-brand img.default-logo,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.default-logo {
        display: inherit;
    }

    .header-v6.header-classic-dark .navbar-brand img.shrink-logo,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-brand img.shrink-logo {
        display: none;
    }

    /*Navbar*/
    .header-v6.header-classic-dark .navbar-nav > li > a,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav > li > a {
        color: #fff;
    }

    .header-v6.header-classic-dark .navbar-nav .active > a,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav .active > a,
    .header-v6.header-classic-dark .navbar-nav li > a:hover,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .navbar-nav li > a:hover {
        color: #ff6200;
    }

    .header-v6.header-classic-dark li.menu-icons i.menu-icons-style,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.menu-icons-style {
        color: #fff;
    }

    /*Search*/
    .header-v6.header-classic-dark .search-open {
        background: #0b1636;
    }

    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink .search-open {
        border-bottom: none;
    }

    .header-v6.header-classic-dark .search-open .form-control {
        color: #fff;
        background: #0b1636;
    }

    .header-v6.header-classic-dark .search-open .form-control::-moz-placeholder {
        color: #fff;
    }

    .header-v6.header-classic-dark .search-open .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .header-v6.header-classic-dark .search-open .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .header-v6.header-classic-dark li.menu-icons i.fa-times,
    .header-fixed .header-v6.header-classic-dark.header-fixed-shrink li.menu-icons i.fa-times {
        color: #fff;
    }

    /*Dropdown*/
    .header-v6.header-classic-dark .dropdown-menu {
        background: #0b1636;
    }

    .header-v6.header-classic-dark .dropdown-menu li a {
        color: #ccc;
    }

    .header-v6.header-classic-dark .dropdown-menu .active > a,
    .header-v6.header-classic-dark .dropdown-menu li > a:hover {
        color: #ff6200;
    }

    /*Equal Height List Style*/
    .header-v6.header-classic-dark .mega-menu .equal-height-in {
        border-left-color: #777;
    }

    .header-v6.header-classic-dark .mega-menu .equal-height-list h3 {
        color: #fff;
    }

    .header-v6.header-classic-dark .mega-menu .equal-height-list li a {
        color: #ccc;
    }

    .header-v6.header-classic-dark .mega-menu .equal-height-list .active > a,
    .header-v6.header-classic-dark .mega-menu .equal-height-list li a:hover {
        color: #ff6200;
    }
}

/*--------------------------------------------------
	[16. Header - Hamburger]
----------------------------------------------------*/
.header-v6 .sliding-panel__btn {
    display: block;
}

.header-v6 .sliding-panel__btn .icon-bar {
    background: #fff;
}

.header-v6 .sliding-panel__btn--dark .icon-bar {
    background: #555;
}

@media (min-width: 992px) {
    .header-fixed .header-v6.header-fixed-shrink .sliding-panel__btn {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .header-fixed .header-v6.header-fixed-shrink .sliding-panel__btn .icon-bar {
        background: #555;
    }

    /*Transition*/
    .header-fixed .header-v6.header-fixed-shrink .sliding-panel__btn,
    .header-fixed .header-v6.header-fixed-shrink .sliding-panel__btn .icon-bar {
        transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    }
}

@media (max-width: 991px) {
    .header-v6 .sliding-panel__btn .icon-bar {
        background: #555;
    }
}

.carousel-indicators .active {
    border: 1px solid #F47429 !important;
    background-color: #F47429 !important;
}

.carousel-indicators li {
    margin: 0 5px;
    border: 1px solid #fff !important;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 10px;
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    background: #242429;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #e96a14;
    text-decoration: none;
    outline: 0;
    background-color: #F8F8F8;
}

.btn-default {
    color: #999;
}

.btn-primary-shadow {
    background: linear-gradient(0deg, #FF7C30, #F47429) !important;
    box-shadow: 0px 3px 10px 3px rgba(242, 110, 33, 0.2);
    border: transparent;
    padding: 10px 80px;
    border-radius: 3px;
}

.btn-primary-shadow:hover {
    background: linear-gradient(0deg, #cb6629, #e87530) !important;
}

/* header */
.header {
    height: 50px;
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .content-sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #carousel-banner {
        over-flow: auto;
        /* winphone8和android4+ */
        -webkit-overflow-scrolling: touch;
        /* ios5+ */
    }
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
    .md-margin-top-70 {
        margin-top: 70px !important;
    }
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-right-25 {
    padding-right: 25px;
}

.header .navbar {
    height: 50px;
    background: #232428;
    border-color: #242429;
}

.header .navbar-header .navbar-brand {
    padding: 0 30px 0 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .btn-link {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .btn-link:hover,
.navbar-default .btn-link:active,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ff6200;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #ff6200;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    cursor: default;
}

.banner {
    min-height: 538px;
    text-align: center;
    background-size: cover !important;
}

.banner .container h1 {
    font-size: 48px;
    line-height: 70px;
    font-weight: 500;
    display: inline-block;
    padding: 111px 0 20px 0;
}

.banner .container h1 strong {
    font-weight: 500;
    color: #ff6200;
}

.banner .container p {
    font-size: 18px;
    font-weight: 400;
    padding: 3px 0;
}

p {
    line-height: 25px;
}

.carousel-control {
    text-shadow: none;
    opacity: .3;
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .6;
    filter: alpha(opacity=90);
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
    background-color: #8d8d8d;
    width: 35px !important;
    height: 80px !important;
    padding-top: 20px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .banner {
        min-height: 375px;
        background-size: cover;
    }

    p {
        font-size: 100% !important;
    }

    h2 {
        font-size: 180% !important;
    }

    h3 {
        font-size: 140% !important;
    }

    h4 {
        font-size: 110% !important;
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .numbers {
        font-size: 45px;
        text-align: center;
    }

    .banner .container > div {
        width: auto;
    }

    .banner .container h1 {
        font-size: 230%;
        line-height: normal;
        font-weight: 500;
        display: inline-block;
        padding: 151px 0 0 0;
    }

    .banner .container p {
        font-size: 100%;
        font-weight: 400;
        padding: 3px 0;
    }

    .banner .container .btn-primary-shadow {
        padding: 10px 40px;
    }
}

/*@media (min-width: 992px) {
    .banner {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .banner {
        width: 60%;
    }
}*/
.banner1 {
    background: #fff url("../img/banner1.jpg") no-repeat center;
}

.banner2 {
    background: #fff url("../img/banner2.jpg") no-repeat center;
}

.banner3 {
    background: #fff url("../img/banner3.jpg") no-repeat center;
}

.banner-index {
    background: #fff url("../img/index_02.jpg") no-repeat center;
}

.banner-version {
    background: #fff url("../img/index_03.jpg") no-repeat center;
}

.banner-818 {
    background: #fff url("../img/banner-818.png") no-repeat center;
}

@media (max-width: 768px) {
    .banner-index {
        background: #fff url("../img/index_02_2.jpg") no-repeat center;
    }

    .banner-version {
        background: #fff url("../img/index_03_2.jpg") no-repeat center;
    }

    .banner1 {
        background: #fff url("../img/banner1_2.jpg") no-repeat center;
    }

    .banner2 {
        background: #fff url("../img/banner2_2.jpg") no-repeat center;
    }

    .banner3 {
        background: #fff url("../img/banner3_2.jpg") no-repeat center;
    }

    .banner-818 {
        background: #fff url("../img/banner-818_2.png") no-repeat center;
    }

    .banner .container h1 {
        /*padding: 170px 0 0 0;*/
        padding: 50px 0 0 0;
    }

    .carousel-indicators {
        bottom: 0;
    }

    .carousel-control.left,
    .carousel-control.right {
        background-image: none !important;
    }

    .glyphicon-chevron-left,
    .glyphicon-chevron-right {
        background-color: #666666;
        width: 40px;
        height: 40px;
        padding-top: 8px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }

    .banner.banner-recruitment h1 {
        /*padding: 170px 0 0 0;*/
        padding: 60px 0 0 0;
    }
}

@media (min-width: 992px) {
    .banner.banner-recruitment h1 {
        /*padding: 170px 0 0 0;*/
        padding: 60px 0 0 0;
    }
}

.bg-color-darker {
    /* background: #000; */
}

.bg-color-light {
    background: #f4f8fb;
}

.functions h2 {
    margin-top: 120px;
    margin-bottom: 40px;
}

.functions .list-unstyled li {
    list-style-type: disc;
    color: #ff6200;
    list-style: disc;
    line-height: 35px;
    margin-left: 30px;
    font-size: 18px;
}

.functions .list-unstyled li span {
    color: #333;
    font-size: 18px;
}

.functions .list-unstyled li p {
    font-size: 14px;
    color: #999;
}

@media screen and (max-width: 768px) {
    .functions h2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .functions .list-unstyled li {
        list-style-type: disc;
        color: #ff6200;
        list-style: disc;
        line-height: 30px;
        margin-left: 20px;
        font-size: 15px;
    }

    .functions .list-unstyled li span {
        color: #333;
        font-size: 15px;
    }
}

.automated-marketing .flat-service {
    /* min-height: 139px; */
    padding-right: 10%;
}

hr {
    height: 4px;
    width: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    margin-left: 2px;
    background: #ff6200;
}

@media (max-width: 768px) {
    .ai_marketing .headline-brd {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .ai_marketing li {
        padding: 20px 75px;
    }
}

.ai_marketing h3 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ai_marketing p {
    text-align: justify;
}

h2 {
    font-size: 45px;
}

.numbers {
    font-size: 85px;
    color: #fd7b2f;
    display: block;
    text-align: center;
}

@media (max-width: 768px) {
    .numbers {
        font-size: 45px;
        text-align: center;
    }
}

/**
合作伙伴
*/
.our-clients {
    margin-bottom: 0;
    text-align: center;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.our-clients li {
    width: 150px;
}

.our-clients li {
    padding: 0;
    width: 105px;
    margin: 3px;
    margin-bottom: 6px;
    /* background: #f7f7f7; */
    border: 1px solid #eee;
    border-radius: 2px !important;
}

.job-partners ul a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    cursor: default;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

figure {
    margin: 0;
    position: relative;
}

#effect-2 figure img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.our-clients img {
    padding: 15px;
    width: 142px;
    height: auto;
    vertical-align: middle;
}

figure img {
    z-index: 10;
    height: auto;
    max-width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
}

#effect-2 figure .img-hover {
    line-height: 4.5em;
}

#effect-2 figure .img-hover {
    background: #e74c3c;
}

#effect-2 figure .img-hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    line-height: 4.5em;
    text-align: center;
    background-color: #ff6200;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

figure .img-hover {
    z-index: 5;
    display: block;
    position: absolute;
}

#effect-2 figure .img-hover h4 {
    font-weight: 200;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

figure h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
}

img {
    margin: auto;
}

.headline-left {
    padding: 10px;
}

/* 行业方案 */
.industry-solutions img,
.case img {
    box-shadow: 0px 0px 18px 7px rgba(133, 170, 220, 0.2);
}

.industry-solutions img {
    position: relative;
}

.case {
    margin-top: 0px;
    padding-bottom: 0px;
}

.industry-solutions .headline-left {
    position: absolute;
    background: #fff;
    /*margin: 0 30px;*/
    bottom: -190px;
    margin: auto;
    /*min-height: 270px;*/
    /*max-height: 320px;*/
    /*max-width: 305px;*/
    min-height: 270px;
    max-height: 320px;
    max-width: 347px;
    box-shadow: 0 0 18px 7px rgba(133, 170, 220, 0.2);
}

@media (max-width: 768px) {

    .industry-solutions .headline-left {
        position: inherit;
        margin: auto;
        bottom: 0;
        min-height: 220px;
        max-height: 270px;
        max-width: 347px;
    }

    .industry-solutions .col-sm-4:not(:last-child) {
        margin-bottom: 25px;
    }

    .case {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .case li > div {
        max-width: 340px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .case {
        margin-top: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .industry-solutions .headline-left {
        position: inherit;
        margin: auto;
        bottom: 0;
        min-height: 270px;
        max-height: 320px;
        max-width: 347px;
    }

    .industry-solutions {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .industry-solutions .headline-left {
        margin: 0 30px 50px 15px;
        bottom: -280px;
        min-height: 300px;
        max-height: 300px;
        max-width: 305px;
    }
}

@media (min-width: 1201px) {
    .industry-solutions .headline-left {
        position: absolute;
        background: #fff;
        margin: 0 45px 0 30px;
        bottom: -200px;
        min-height: 270px;
        max-height: 320px;
        max-width: 347px;
        box-shadow: 0 0 18px 7px rgba(133, 170, 220, 0.2);
        z-index: 999;
    }
}

.industry-solutions .headline-left p {
    padding: 10px 20px;
    line-height: 25px;
    color: #999;
    text-align: justify;
}

.industry-solutions .border-left span {
    border-left: 5px #ec7c3c solid;
    padding-left: 15px;
}

.job-partners h2 > i {
    font-size: 33px;
    color: #ec7c3c;
}

@media (max-width: 768px) {
    .job-partners h2 > i {
        font-size: 100%;
    }
}

/**/
.speech {
    width: 70%;
    margin: auto;
}

.speech p {
    font-size: 18px;
    line-height: 30px;
}

.speech .carousel-control {
    background-image: none;
    background-repeat: no-repeat;
}

.speech h3 {
    color: #ff6200;
    font-weight: 400;
}

.border {
    text-align: center;
    top: auto;
    height: 3px;
    width: 50px;
    padding: 0;
    margin: 0;
    margin-left: 2px;
    background: #ff6200;
    display: block;
    margin: auto;
}

.speech .carousel-control.right > span,
.speech .carousel-control.left > span {
    font-size: 54px;
    color: #cccccc;
    text-shadow: none;
}

@media (min-width: 1024px) {
    .speech .carousel-control.right {
        right: -135px;
    }

    .speech .carousel-control.left {
        left: -135px;
    }

    .speech {
        width: 70%;
        margin: auto;
    }
}

@media (max-width: 960px) {
    .speech .carousel-control.right {
        /*right: -35px;*/
    }

    .speech .carousel-control.right > span,
    .speech .carousel-control.left > span {
        font-size: 34px;
        display: none;
    }

    .speech .carousel-control.left {
        /*left: -35px;*/
    }

    .speech {
        width: auto;
        margin: auto;
    }

    .speech p {
        font-size: 100%;
    }
}

.content-client {
    /*background-color: #eeeeee;*/
    /*background-image: url("../img/index/mbr-1920x1280.jpg");*/
}

.job-partners {
    /*padding-bottom: 50px;*/
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

.job-partners ul a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
}

.job-partners ul a:hover {
    text-decoration: none;
}

.activity .link-list a {
    color: #333;
}

.activity .link-list li {
    list-style: inside;
}

/*Our-clients*/
.our-clients {
    margin-bottom: 0;
    text-align: center;
}

.our-clients li {
    padding: 0;
    width: 150px;
    margin: 3px;
    margin-bottom: 6px;
    /* background: #f7f7f7; */
    border: 1px solid #eee;
    border-radius: 2px !important;
}

.our-clients img {
    padding: 15px;
    width: 142px;
    height: auto;
    vertical-align: middle;
}

/*Image-hover*/
figure {
    margin: 0;
    position: relative;
}

figure img {
    z-index: 10;
    height: auto;
    max-width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
}

figure .img-hover {
    z-index: 5;
    display: block;
    position: absolute;
}

figure h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
}

#effect-2 figure .img-hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    line-height: 4.5em;
    text-align: center;
    background-color: #ed7c3c;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#effect-2 figure .img-hover h4 {
    font-weight: 200;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

#effect-2 figure img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#effect-2 figure:hover img,
#effect-2 figure.hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    visibility: hidden;
}

#effect-2 figure:hover .img-hover,
#effect-2 figure.hover .img-hover {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

footer .headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.footer-v1 .footer {
    padding: 60px 0;
    background: #0b1636;
}

.footer-v1 .footer p {
    color: #eee;
}

.footer-v1 .footer h3 {
    color: #eee;
    font-size: 18px;
    font-weight: 500;
}

/*Link List*/
.footer-v1 .link-list li {
    border-top: solid 1px #353535;
}

.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i {
    color: #eee;
}

.footer-v1 address {
    line-height: 23px;
}

/*Dotted Map*/
.footer-v1 .footer .map-img {
    background: url(../img/map-img.png) 5px 60px no-repeat;
}

/*Blog Posts (with images)*/
.footer-v1 .footer .posts .dl-horizontal a {
    color: #dadada;
}

.footer-v1 .footer .dl-horizontal a:hover {
    color: #ff6200 !important;
}

.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
    color: #ff6200;
}

#topcontrol {
    color: #fff;
    z-index: 99;
    height: 30px;
    font-size: 18px;
    background: #4a4a4a;
    position: relative;
    bottom: 61px !important;
    right: 5px;
    opacity: 1;
    cursor: pointer;
    width: 72px;
    text-align: center;
    /*box-shadow: rgba(214, 214, 214, 0.5) 0px 4px 20px 0px;*/
    border-radius: 4px;
}

#topcontrol:after {
    /*top: -2px;*/
    /*left: 6px;*/
    content: "\e600";
    /*position: absolute;*/
    text-align: center;
    font-family: "iconfont" !important;
}

#topcontrol:hover {
    color: #fff;
    background: #ff6200;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    #topcontrol {
        width: 30px;
        bottom: 11px !important;
    }
}

/*Copyright*/
.footer-v1 .copyright {
    background: #000921;
    border-top: none;
    padding: 10px 0 5px;
}

.footer-v1 .copyright p {
    color: #eee;
    margin-top: 14px;
}

.footer-v1 .copyright a {
    margin: 0 2px;
}

.footer-v1 .footer-socials {
    margin-top: 12px;
    text-align: right;
}

.footer-v1 .footer-socials li a {
    color: #777;
    font-size: 16px;
}

@media (max-width: 991px) {
    .footer-v1 .copyright,
    .footer-v1 .footer-socials {
        text-align: left;
    }
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
    color: #eee;
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #ff6200;
}

.link-list li:first-child {
    border-top: none !important;
}

.link-list a {
    color: #eee;
    /*font-size: 13px;*/
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #bbb;
    float: right;
    margin-top: 10px;
    font-size: 12px;
}

/*
合作加盟
*/
.join_us .banner-join_us {
    background: #fff url("../img/partner_02.jpg") no-repeat center;
}

.became_us .flat-service {
    padding: 0 5%;
}

.became_us h2 {
    margin-bottom: 20px;
}

.became_us .flat-service h3 {
    margin-top: 10px;
}

.became_us .flat-service p {
    font-size: 110%;
    line-height: 25px;
    text-align: justify;
    margin-top: 10px;
}

.advantage .headline-left {
    background: #fff;
    bottom: -190px;
    min-height: 335px;
    max-height: 335px;
    max-width: 305px;
    box-shadow: 0px 0px 18px 7px rgba(133, 170, 220, 0.2);
}

.advantage .headline-left p {
    padding: 10px 20px;
    line-height: 25px;
    color: #999;
    text-align: justify;
}

.join_us .became_partner {
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .advantage li:not(:last-child) {
        margin-bottom: 20px;
    }

    .advantage .headline-left {
        background: #fff;
        bottom: 0;
        min-height: 280px;
        max-height: 280px;
        max-width: inherit;
        box-shadow: 0px 0px 18px 7px rgba(133, 170, 220, 0.2);
        padding: inherit;
    }

    .advantage .headline-left p {
        padding: 10px 20px;
        line-height: 25px;
        color: #999;
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 100% !important;
    }

    h3,
    .h3 {
        font-size: 160%;
    }

    h2 {
        font-size: 230% !important;
    }

    .numbers {
        font-size: 450% !important;
    }

    .join_us .became_partner h3 {
        font-size: 180% !important;
        text-align: center;
    }

    .advantage .headline-left {
        min-height: 320px;
        max-height: 320px;
        max-width: 305px;
    }

    .ai_marketing h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    p {
        /*font-size: 100% !important;*/
    }

    h3,
    .h3 {
        font-size: 160%;
    }

    h2 {
        font-size: 250% !important;
    }

    .numbers {
        font-size: 480% !important;
    }

    .join_us .became_partner h3 {
        font-size: 180% !important;
        text-align: center;
    }

    .advantage .headline-left {
        min-height: 320px;
        max-height: 320px;
        max-width: 305px;
    }

    .advantage .headline-left p {
        padding: 10px 10px;
        color: #999;
        text-align: justify;
    }
}

.advantage .border-left span {
    border-left: 5px #ec7c3c solid;
    padding-left: 15px;
}

.advantage i {
    font-size: 68px;
    color: #3CA7F5;
    display: block;
    padding-top: 15px;
}

.advantage i:hover {
    color: #ec7c3c;
}

#dituContent {
    width: 500px;
    height: 400px;
}

@media screen and (max-width: 767px) {
    #dituContent {
        width: 100%;
        margin: auto;
        height: 200px;
        margin-bottom: 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #ec7c3c;
    }
}

.business_card {
    min-width: auto;
    max-width: 443px;
    margin: auto;
    background: #fff;
    height: 248px;
    padding-top: 60px;
    box-shadow: 0px 0px 18px 7px rgba(133, 170, 220, 0.2);
}

.business_card i {
    color: #ec7c3c;
    font-size: 18px;
}

.business_card h3 {
    margin-top: 0;
}

.business_card > div {
    float: left;
}

.business_card > div:first-child {
    padding: 0 35px;
}

@media (max-width: 768px) {
    .business_card {
        width: 100%;
        margin: auto;
        height: 200px;
        padding-top: 35px;
        padding-left: 15px;
    }

    .business_card > div:first-child {
        padding: 0 15px 10px 0;
    }
}

/**
 * 关于我们
 */
.mobile_app.about_us .mask {
    background: url(../img/about_us_02.jpg) no-repeat center;
}

.mobile_app.about_us #promo-video:before {
    /* height: 600px; */
    /*background: rgba(0, 0, 0, 0.3);*/
}

@media (max-width: 991px) {
    /* .mobile_app.about_us #promo-video:before {
        height: 653px;
    } */
}

.mobile_app.about_us .flat-testimonials .flat-testimonials-in img {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .mobile_app.about_us .img-responsive.cooperation {
        /*max-width: 85%;*/
        margin: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .about_us .redcul {
        height: 350px;
    }
}

/* 最新招聘*/
.recruitment {
    background-color: #f5f5f5;
    padding-bottom: 20px;
}

.recruitment .banner-recruitment {
    background: #fff url(../img/recruitment_02.jpg) no-repeat center;
    min-height: 250px !important;
}

.about_us h1 strong {
    color: #ec7c3c;
}

.recruitment .content {
    width: 65%;
    margin: 20px auto 0 auto;
    background: #fff;
}

@media (max-width: 768px) {
    .recruitment .content {
        width: 94%;
        margin: 10px auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.recruitment .content-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.recruitment .content-content {
    padding-left: 20px;
}

@media (max-width: 768px) {
    .recruitment .content-content {
        padding-left: 10px;
    }
}

.recruitment .content h4 {
    display: inline-block;
    background: #ec7c3c;
    padding: 10px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.recruitment .content p {
    text-indent: 2em;
}

.recruitment .content p,
.recruitment .content p.content-label span {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.recruitment .content p.content-label {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-indent: 0;
}

.recruitment .content ol li {
    line-height: 30px;
    font-size: 15px;
    color: #666;
}

@media (max-width: 768px) {
    .recruitment .content p,
    .recruitment .content span,
    .recruitment .content li {
        font-size: 13px !important;
    }
}

/**
 * 解决方案-互金行业
 */
strong {
    color: #fd7b2f;
}

.solution.finance .banner-finance {
    background: #000 url("../img/jjfa_jr_02.jpg") no-repeat center;
}

.solution.finance .banner-finance h1 {
    padding: 141px 0 30px 0;
}

.solution.finance .aim {
    background: #fff;
    box-shadow: 0px 0px 18px 7px rgba(133, 170, 220, 0.2);
    padding: 25px;
}

.solution.finance .aim .flat-service i {
    font-size: 60px;
    vertical-align: middle;
    color: #fd7b2f;
}

.solution.finance .aim .flat-service h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.solution.finance .aim .flat-service h3:not(:first-child) {
    padding: 0 10px;
}

.solution.finance .aim .flat-service p {
    border-left: 3px solid #fd7a2e;
    padding-left: 10px;
    margin-left: 15px;
    margin-right: 40px;
}

@media (max-width: 768px) {
    .solution.finance .sx-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .solution.finance .banner-finance h1 {
        padding: 80px 0 0 0;
    }

    .solution.finance .aim .flat-service i {
        font-size: 24px;
        font-weight: bold;
    }

    .solution.finance .aim .flat-service p {
        border-left: 2px solid #fd7a2e;
        padding-left: 10px;
        margin-left: 5px;
        margin-right: 0;
    }
}

.solution.finance .scene .row {
    padding-top: 70px;
}

.solution.finance .scene .row:nth-child(odd) {
    padding-left: 50px;
}

.solution.finance .scene .row:nth-child(even) h3,
.solution.finance .scene .row:nth-child(even) p {
    margin-left: 50px;
}

.solution.finance .scene .row h3 {
    border-left: 3px solid #fd7a2e;
    padding-left: 15px;
}

.solution.finance .scene .row p {
    font-size: 15px;
    margin-right: 30px;
    text-align: justify;
}

@media (max-width: 768px) {
    .solution.finance .scene .row {
        padding-top: 0;
    }

    .solution.finance .scene .row:nth-child(odd) {
        padding-left: 0;
    }

    .solution.finance .scene .row:nth-child(even) h3,
    .solution.finance .scene .row:nth-child(even) p {
        margin-left: 0;
    }

    .solution.finance .scene .row h3 {
        border-left: 3px solid #fd7a2e;
        padding-left: 15px;
    }

    .solution.finance .scene .row p {
        font-size: 15px;
        margin-right: 30px;
    }
}

/**
 * 合作渠道
 */
.channel-partner .qd_benner_left {
    float: left;
}

.channel-partner .qd_banner_right {
    float: left;
    width: 50%;
}

.channel-partner .banner-channel {
    background: #1a2337 url("../img/qd_02.png") no-repeat center;
}

.channel-partner .advantage11 i {
    color: #fff;
    font-size: 40px;
    text-align: center;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
}

.channel-partner .advantage11 .headline-left {
    text-align: center;
    box-shadow: 0px 0px 18px 7px rgba(133, 170, 220, 0.2);
    padding: 80px 30px 30px 30px;
}

.channel-partner .ai_marketing h3 {
    font-size: 24px;
}

.channel-partner .ai_marketing li {
    padding: 20px 35px;
}

.channel-partner .hexagon {
    width: 90px;
    height: 50px;
    background: #ff6200;
    position: relative;
    margin: 25px auto;
    top: 50px;
}

.channel-partner .hexagon:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -25px;
    left: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 25px solid #ff6200;
}

.channel-partner .hexagon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 25px solid #ff6200;
}

.channel-partner .advantage i {
    font-size: 32px;
    color: #000;
    display: block;
    padding-top: 15px;
}

.channel-partner .advantage hr {
    margin-left: 0;
}

.channel-partner .advantage .headline-left {
    padding: 20px 0 0 40px;
}

.channel-partner .advantage .list {
    padding: 10px 0 0 15px;
}

.channel-partner .advantage .list li {
    list-style: disc;
    line-height: 30px;
}

@media (max-width: 768px) {
    .channel-partner .advantage11 i {
        color: #fff;
        font-size: 28px;
        height: 40px;
        top: -3px;
    }

    .channel-partner .hexagon {
        width: 80px;
        height: 40px;
        background: #ff6200;
        position: relative;
        margin: 20px auto;
        top: 40px;
    }

    .channel-partner .hexagon:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: -20px;
        left: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 20px solid #ff6200;
    }

    .channel-partner .hexagon:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -20px;
        left: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 20px solid #ff6200;
    }

    .channel-partner .ai_marketing li {
        padding: 0 15px;
    }

    .channel-partner .advantage > .list-unstyled > li:not(:last-child) {
        margin-bottom: 20px;
    }

    .channel-partner .advantage li {
        margin-bottom: 0;
    }

    .channel-partner .advantage .headline-left {
        padding: 10px 0 0 40px !important;
    }

    .channel-partner .banner-channel {
        background: #1a2337 url("../img/qd_02_2.jpg") no-repeat center;
        background-size: cover;
    }
}

/**
 * 预约演示
 */
.reg-block-header {
    box-shadow: 0 0 18px 7px rgba(133, 170, 220, 0.2);
    padding: 20px 0;
}

.mobile_app.reservation_demo .mask {
    -webkit-animation: reservationDemo 24s ease infinite;
    -moz-animation: reservationDemo 24s ease infinite;
    animation: reservationDemo 24s ease infinite;
}

@-webkit-keyframes reservationDemo {
    0% {
        background-position: 48% 0%;
    }
    50% {
        background-position: 53% 100%;
    }
    100% {
        background-position: 48% 0%;
    }
}

@-moz-keyframes reservationDemo {
    0% {
        background-position: 48% 0%;
    }
    50% {
        background-position: 53% 100%;
    }
    100% {
        background-position: 48% 0%;
    }
}

@keyframes reservationDemo {
    0% {
        background-position: 48% 0%;
    }
    50% {
        background-position: 53% 100%;
    }
    100% {
        background-position: 48% 0%;
    }
}

.mobile_app.reservation_demo .reg-block i {
    width: 16px;
    height: 16px;
}

.mobile_app.reservation_demo .row h2,
.mobile_app.reservation_demo .row h3 {
    color: #333;
}

.mobile_app.reservation_demo .row p,
.mobile_app.reservation_demo .row li,
.mobile_app.reservation_demo .row li a,
.mobile_app.reservation_demo .row label {
    color: #333;
}

.mobile_app.reservation_demo .list-unstyled li {
    list-style-type: disc;
    color: #ff6200;
    list-style: disc;
    line-height: 35px;
    margin-left: 30px;
    font-size: 15px;
}

.mobile_app.reservation_demo .list-unstyled li span {
    color: #333;
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .mobile_app.reservation_demo .reg-block {
        padding: 0 70px 0 70px;
        margin: 0 50px;
        background: rgba(255, 255, 255, 0.2);
    }
}

@media screen and (max-width: 991px) {
    .header-v6 .navbar-nav > li > a {
        padding: 12px 15px;
    }

    .header-fixed .menu-container {
        z-index: 9999;
    }

    .header-fixed .menu-container .navbar-nav {
        overflow: hidden;
        z-index: 9999;
    }

    .show-only-pc {
        display: none;
    }

    .reg-block {
        padding: 30px;
        margin: 0;
        background: rgba(255, 255, 255, 0.2);
    }

    @-webkit-keyframes in {
        0% {
            left: 0px;
            top: -300px;
        }
        100% {
            left: 0px;
            top: 53px;
        }
    }
    @-moz-keyframes in {
        0% {
            left: 0px;
            top: -300px;
        }
        100% {
            left: 0px;
            top: 53px;
        }
    }
    @keyframes in {
        0% {
            left: 0px;
            top: -300px;
        }
        100% {
            left: 0px;
            top: 53px;
        }
    }
}

.mobile_app .mask {
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 20;
}

@media screen and (max-width: 320px) {
    /* .mobile_app.reservation_demo .fullheight .container {
        padding-top: 18px!important;
    } */
    .mobile_app.reservation_demo .fullheight {
        margin-bottom: -53px;
    }

    .reg-block {
        padding: 15px;
    }

    .mobile_app.reservation_demo .footer-v1 {
        height: 63px;
    }
}

/* .mobile_app.reservation_demo .mask .row {
    background: rgba(255, 255, 255, 0.11);
    padding: 36px;
} */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 15px;
}

.justify-content-md-center {
    display: -webkit-flex;
    justify-content: center !important;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.m-auto {
    margin: auto !important;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    /* -webkit-align-items: center; */
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-primary,
.btn-primary:active {
    background-color: #ff6200 !important;
    border-color: #ff6200 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #b34500 !important;
    border-color: #b34500 !important;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-md {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
}

.form-inline input,
.form-inline button,
.form-inline a {
    border-radius: 100px;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

}

.form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
}

.form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 25px;
    min-height: 3.5em;
    padding: 8px 18px;
    height: 56px;
}

.btn {
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    /*margin: .4rem .8rem;*/
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    padding: 1rem 3rem;
    border-radius: 3px;
}

/*! Media  */
.media-size-item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.media-content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

figure {
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

.mbr-figure img, .mbr-figure iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;

}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img, .card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -.25rem;
    margin-right: -.25rem;
    font-size: 0;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    cursor: pointer;
    margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
    margin-right: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/**
 * Right Fixed
 */
.hr-right-fixed {
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 998;
}

.hr-right-fixed .content {
    width: 72px;
    height: 296px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px 0 rgba(214, 214, 214, 0.5);
    box-shadow: 0 4px 20px 0 rgba(214, 214, 214, 0.5);
    border-radius: 4px;
    padding-top: 25px;
}

.hr-right-fixed .content .item {
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    height: 98px;
    text-align: center;
}

.hr-right-fixed .content .item:not(:last-child):after {
    content: '';
    position: absolute;
    width: 45px;
    height: 1px;
    bottom: 25px;
    left: 50%;
    margin-left: -22.5px;
    background: #DDDDDD;
}

.hr-right-fixed .content .item i {
    width: 45px;
    font-size: 45px;
    color: #ff914e;
    margin-bottom: 8px;
}

.hr-right-fixed .content .item p {
    /*font-family: PingFangSC-Light;*/
    font-size: 11px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

.hr-right-fixed .content .item p:first-child {
    font-weight: 600;
    color: #333;
}

.hr-right-fixed .content .hover-icon {
    cursor: default;
    display: none;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    width: 120px;
    height: 99px;
    left: -120px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px 0 rgba(214, 214, 214, 0.5);
    box-shadow: 0 4px 20px 0 rgba(214, 214, 214, 0.5);
    top: -25px;
}

.hr-right-fixed .content .item:first-child .hover-icon {
    height: 120px;

}

.hr-right-fixed .content .item .hover-icon img {
    width: 100%;
}

.about_us_team {
    padding: 60px 0;
}

.about_us_team h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}

.about_us_team .nav-tabs {
    border-bottom: 1px solid transparent;
    padding: 50px 25px;
}
.about_us_team .nav > li > img,
.about_us_team .nav > li > a > img {
    border-radius: 50%;
}

.about_us_team .nav-tabs > li.active > a,
.about_us_team .nav-tabs > li.active > a:focus,
.about_us_team .nav-tabs > li.active > a:hover {
    border: 2px solid #ff914e !important;
    border-radius: 50%;

}

.about_us_team .nav-tabs > li > a,
.about_us_team .nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border: 2px solid transparent !important;
}

.about_us_team .nav-tabs > li > div {
    color: #999;
}

.about_us_team .tab-content {
    position: relative;
    padding: 50px;
}

.about_us_team .tab-content:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 260px;
    height: 1px;
    background-color: #e8e8e8;
}

.about_us_team a:hover img {
    opacity: .6;

}

.about_us_team .nav > li > a {
    padding: 8px;
    margin: 10px 22px;
}

.about_us_team .media-left,
.about_us_team .media > .pull-left {
    padding-right: 50px;
}

.about_us_team .media-left .media-object {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.about_us_team .media-body .media-heading {
    font-size: 32px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .about_us_team .nav>li:not(:last-child){
        width: 100%;
         margin-bottom: 30px;
    }
    .about_us_team .nav-tabs > li > p{
        text-align: center;
    }
    .about_us_team .nav-tabs {
        border-bottom: 1px solid transparent;
        padding: 30px 15px 0 15px
    }
    .about_us_team h3 small {
        font-size: 75%;
    }
    .about_us_team .nav-tabs > li > div {
        color: #333;
        padding-top: 10px;
    }
    .about_us_team .nav-tabs > li > div >p{
        text-indent:-1em;
        padding-left:1em
    }
    .about_us_team .nav-tabs > li > div >p:before{
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #ff6201;
        vertical-align: middle;
        margin-right: 10px;
        border-radius: 5px;
    }
}