@font-face {
    font-family: roboto-regular-webfont;
    font-weight: 700;
    src: url(../fonts/roboto-regular-webfont.eot);
    src: local("roboto-regular-webfont Regular"),local("century-gothic"),url(../fonts/roboto-regular-webfont.woff) format("woff"),url(../fonts/roboto-regular-webfont.ttf) format("truetype");
}

@font-face {
    font-family: roboto-black-webfont;
    font-weight: 700;
    src: url(../fonts/roboto-black-webfont.eot);
    src: local("roboto-black-webfont Regular"),local("century-gothic"),url(../fonts/roboto-black-webfont.woff) format("woff"),url(../fonts/roboto-black-webfont.ttf) format("truetype");
}

@font-face {
    font-family: roboto-bold-webfont;
    font-weight: 700;
    src: url(../fonts/roboto-bold-webfont.eot);
    src: local("roboto-bold-webfont Regular"),local("century-gothic"),url(../fonts/roboto-bold-webfont.woff) format("woff"),url(../fonts/roboto-bold-webfont.ttf) format("truetype");
}

@font-face {
    font-family: roboto-light-webfont;
    font-weight: 700;
    src: url(../fonts/roboto-light-webfont.eot);
    src: local("roboto-light-webfont Regular"),local("century-gothic"),url(../fonts/roboto-light-webfont.woff) format("woff"),url(../fonts/roboto-light-webfont.ttf) format("truetype");
}

@font-face {
    font-family: roboto-medium-webfont;
    font-weight: 700;
    src: url(../fonts/roboto-medium-webfont.eot);
    src: local("roboto-medium-webfont Regular"),local("century-gothic"),url(../fonts/roboto-medium-webfont.woff) format("woff"),url(../fonts/roboto-medium-webfont.ttf) format("truetype");
}

@font-face {
    font-family: 'Roboto Bold Condensed';
    src: url(../fonts/robotocondensed-bold-webfont.eot);
    src: url(../fonts/robotocondensed-bold-webfontd41d.eot?#iefix) format('embedded-opentype'),url(../fonts/robotocondensed-bold-webfont.woff2) format('woff2'),url(../fonts/robotocondensed-bold-webfont.woff) format('woff'),url(../fonts/robotocondensed-bold-webfont.ttf) format('truetype'),url(../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold) format('svg');
    font-weight: 400;
    font-style: normal;
}

@charset "utf-8";

body {
    max-width: 1600px;
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
    background: #fff none repeat scroll left top;
}
/****basic*****/
p {
    color: #595959;
}

ul {
}

li {
}

blockquote {
    background: rgba(117, 84, 38, 0.1) none repeat scroll 0 0;
    border-left: 5px solid #c4b796;
    margin: 20px 0;
    padding: 15px 80px 20px 25px;
}

    blockquote p {
        color: #333;
        font-size: 17px;
    }

    blockquote small {
        margin: 10px 0 0;
    }

a {
    color: #023d69;
    text-decoration: underline;
}

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

        a:hover {
            color: #59798f;
            text-decoration: none;
        }

h1, h2, h3, h4, h5 {
    color: #555;
    margin: 5px 0 10px;
}

    h1 i, h2 i, h3 i, h4 i, h5 i {
        margin-right: 7px;
    }

h1 {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    /*line-height: 20px;*/
    text-transform: uppercase;
}

h2 {
    color: #585f69;
    font-size: 28px;
    /*line-height: 32px;*/
}

h3 {
    /*border-bottom: 1px solid #cecece;
    color: #023d69;*/
    font-size: 18px;
}

    h3 a, h3 a:hover, h3 a:active, h3 a:focus {
        color: #585f69;
    }

h4 {
    color: #023d69;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

hr {
    border-color: #ccc -moz-use-text-color #ddd;
}
/**********/
header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px #d6d6d6;
    height: 118px;
}

    header .logo {
        box-shadow: 0 0 5px rgba(50, 50, 50, 0.75);
        /*left: 0;*/
        position: absolute;
        top: 0;
        z-index: 999;
    }

.right {
    float: right;
}

.left {
    float: left;
}

.top-menulinks {
    background: #fff none repeat scroll 0 0;
    /*height: 40px;
    line-height: 40px;*/
    padding: 0;
}

    .top-menulinks .right {
        margin-bottom: 10px;
    }

.main-slider {
    background: rgba(0, 0, 0, 0) url("../img/slider-bg.jpg") repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1600px;
    border-bottom: 5px solid #8e8229;
}

.utility-nav {
    list-style: outside none none;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    z-index: 1030;
}

    .utility-nav li {
        display: inline;
        list-style: outside none none;
    }

        .utility-nav li a {
            color: #777;
            font-size: 11px;
            font-weight: 700;
            padding: 0 10px;
            text-decoration: none;
            text-transform: uppercase;
        }

.navbar-default {
    background-color: transparent;
}

.navbar-brand {
    float: none;
    height: auto;
    line-height: 10px;
}

.navbar-toggle {
    float: right;
}

.input-group {
    margin-bottom: 15px;
}

.top-menulinks .form-control {
    background-color: #ebebeb;
    border: 0 solid #ccc;
    box-shadow: none;
    color: #b0b0b0;
    float: right;
    font-size: 12px;
    font-weight: 700;
    width: 240px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 1.42857;
    margin-bottom: 0;
    border: 0px;
    padding: 6px 18px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.input-group-btn input[type="submit"] {
    background: rgba(140, 128, 38, 1) url("../img/search-ico.png") no-repeat scroll 8px 6px;
    /*background-color: #8c8026;*/
    border-color: #ccc;
    color: #fff;
    margin-right: 15px;
}

.navbar-toggle {
    /*background-color: #a3cd41;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 5px 15px;
    position: relative;
}

#cssmenu {
    float: right;
    margin: 0;
    position: relative;
    width: auto;
    z-index: 999;
}

    #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        border: 0 none;
        box-sizing: border-box;
        display: block;
        line-height: 1;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #cssmenu::after, #cssmenu > ul::after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

    #cssmenu #menu-button {
        display: none;
    }

    #cssmenu.align-right > ul > li {
        float: left;
    }

    #cssmenu > ul > li {
        border-right: 0 solid #044e79;
        display: inline-block;
        float: left;
        font-size: 14px;
        margin: 0;
    }

        #cssmenu > ul > li:last-of-type span {
            border-right: medium none;
            padding: 0 0 0 10px;
        }

        #cssmenu > ul > li:last-of-type a {
        }

    #cssmenu.align-center > ul {
        float: none;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
        transition: all 0.3s ease-in 0s;
    }

    #cssmenu > ul > li > a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #000;
        font-size: 14px;
        padding: 0;
        text-decoration: none;
        font-weight: 700;
        height: 38px;
        text-transform: uppercase;
        transition: all 0.3s ease-in 0s;
    }

        #cssmenu > ul > li > a span {
            padding: 0 15px;
        }

        #cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
            background: #fff none repeat scroll 0 0;
            color: #8c8026;
        }

@media screen and (max-width: 767px) {
    /*#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
        background: #006699 none repeat scroll 0 0;
        color: #a3cd41;
    }*/
}


#cssmenu ul ul {
    background: #FFF none repeat scroll 0 0;
    float: left;
    font-size: 12px;
    left: -9999px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: top 0.3s ease 0s, opacity 0.3s ease-in 0s;
    width: 250px;
    border: solid #8c8026;
    border-width: 3px 0;
    /*box-shadow: 0 3px 3px 1px rgba(213,223,228,1);*/
    transition: all .1s linear;
    z-index: 2;
}

    #cssmenu ul ul::before {
        background-color: #8c8026;
        content: "";
        height: 18px;
        left: 50%;
        position: absolute;
        top: -7px;
        transform: translateX(-50%) rotate(45deg);
        width: 18px;
        z-index: 1;
    }

    #cssmenu ul ul li {
        background-color: #fff;
        border-bottom: 1px solid #e4e4e4;
        max-width: 100%;
        position: relative;
        white-space: nowrap;
        width: auto;
        z-index: 2;
    }

        #cssmenu ul ul li a {
            color: #8c8026;
            display: block;
            font-size: 14px;
            padding: 15px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.1s linear 0s;
        }

            #cssmenu ul ul li a:hover {
                background: #8c8026 none repeat scroll 0 0;
            }

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li:hover > ul {
    left: 0;
    opacity: 1;
    top: 30px;
}

#cssmenu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}

#cssmenu ul ul ul {
    padding-left: 6px;
    padding-top: 0;
}

#cssmenu.align-right ul ul ul {
    left: -9999px;
    padding-right: 6px;
}

#cssmenu ul > li:hover > ul {
    right: 0;
}

#cssmenu ul ul > li:hover > ul {
    left: 215px;
    opacity: 1;
    top: 0;
}

#cssmenu.align-right ul ul > li:hover > ul {
    left: auto;
    opacity: 1;
    right: 100%;
}





#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #fff;
}



#cssmenu ul ul ul {
    background: #b41528 none repeat scroll 0 0;
    float: left;
    margin-left: 46px;
    margin-top: -15px;
    padding: 15px 0;
    width: 250px;
}

#cssmenu ul ul li.has-sub.active {
    background: #8c8026;
}


#cssmenu ul ul li.has-sub span {
    font-size: 15px;
}

@media screen and (max-width: 1199px) {
    #cssmenu > ul > li > a {
        font-size: 13px;
        padding: 0px;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header {
        width: 420px;
        margin-top: 0px;
    }

        .responsive-slider-parallax .slides-container ul li .slide-body .caption.header h2 {
            font-size: 30px;
        }
}

@media screen and (max-width: 991px) {
    #cssmenu > ul > li > a {
        font-size: 14px;
        padding: 0 8px;
    }

    .logo img {
        width: 75px;
    }

    #cssmenu > ul > li > a span {
        padding: 0 9px;
    }

    #cssmenu > ul > li > a {
        padding: 0px;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .nav-span-txt {
        color: #a3cd41;
        font-size: 18px;
        position: absolute;
        right: 64px;
        text-transform: uppercase;
    }

    #cssmenu > ul.open {
        display: block;
    }

    #cssmenu #menu-button {
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        padding: 12px 25px;
        text-decoration: none;
    }

    #cssmenu.align-right > ul {
        float: none;
    }

    #cssmenu.align-center > ul {
        text-align: right;
    }

    #cssmenu > ul > li > ul {
        top: 0 !important;
    }

    #cssmenu > ul > li, #cssmenu.align-right > ul > li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        #cssmenu > ul > li > a {
            background: #006699 none repeat scroll 0 0;
            border-bottom: 1px solid #044e79;
            color: #fff;
            font-size: 14px;
            margin: 0;
            padding: 15px;
            text-decoration: none;
        }

    #cssmenu > ul > li {
        border-right: 0 none;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    #cssmenu > ul > li > a:hover {
    }

    #cssmenu ul ul, #cssmenu ul li:hover > ul, #cssmenu > ul > li > ul, #cssmenu ul ul ul, #cssmenu ul ul li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul li:hover > ul, #cssmenu.align-right > ul > li > ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul ul li:hover > ul {
        display: block;
        left: auto;
        opacity: 1;
        position: relative;
        right: 0;
        text-align: right;
        top: auto;
        width: 100%;
    }

    #cssmenu ul ul {
        float: left;
        margin: 0;
        padding: 0 15px;
    }

        #cssmenu ul ul li {
            padding: 0;
            width: 100%;
        }

            #cssmenu ul ul li a {
                box-shadow: none;
                height: 40px;
                line-height: 40px;
                margin: 0;
                padding: 0 20px;
                text-align: left;
                width: 100%;
            }

            #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            }

        #cssmenu ul ul ul {
            float: left;
            margin-left: 0;
            margin-top: 0;
            padding: 0;
            width: 100%;
        }

            #cssmenu ul ul ul li a {
                padding-left: 35px;
            }

            #cssmenu ul ul ul li:hover > a, #cssmenu ul ul ul li.active > a {
            }

        #cssmenu ul ul li:first-child > a, #cssmenu ul ul li:last-child > a {
            border-radius: 0;
        }

        #cssmenu ul ul li.has-sub span {
            font-size: 13px;
        }

    .navbar-collapse.in {
        overflow-y: hidden;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0 none;
    }

    .navbar-toggle {
        border: 0 none !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #8c8026 !important;
    }

    .logo img {
        width: 115px;
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff !important;
    }

    .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
        background-color: #8c8026 !important;
        margin-right: 15px;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header {
        display: none !important;
    }
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 2px;
    width: 25px;
}

@media screen and (max-width: 450px) {
    .logo img {
        width: 100px;
    }

    .top-menulinks .form-control {
        width: 150px;
    }

    .utility-nav {
        margin-right: 15px;
    }

        .utility-nav li a {
            padding: 0px;
        }
}

@media screen and (max-width: 380px) {
    .logo img {
        width: 75px;
    }

    .utility-nav li a {
        font-size: 9px;
    }
}

.home-items-section {
    background: #f3f3f5;
    padding: 30px 0 10px;
}

    .home-items-section .items {
        background: #fcfcfc none repeat scroll 0 0;
        border-radius: 2px;
        border: 1px solid #e4e4e4;
        box-shadow: 0 0 8px #ddd;
        margin-bottom: 20px;
        padding: 10px 15px;
        transition: box-shadow 0.2s ease-in-out 0s;
    }

        .home-items-section .items .headline {
            border-bottom: 1px solid #cccccc;
            display: block;
            margin: 10px 0px 10px;
        }

            .home-items-section .items .headline h3 {
                border-bottom: 2px solid #2861a1;
                color: #091b2b;
                text-transform: uppercase;
                font-weight: 700;
                display: inline-block;
                line-height: 28px;
                margin: 0 0 -2px;
                padding-right: 10px;
                text-shadow: 0 0 1px #f6f6f6;
            }

        .home-items-section .items img {
            margin: 5px 15px 5px 0px;
            width: 140px;
        }

        .home-items-section .items .item-description {
            color: #666666;
            height: 150px;
            overflow: hidden;
            position: relative;
        }

            .home-items-section .items .item-description::after {
                background: rgba(0, 0, 0, 0) url("../img/bg_fade_to_white_small.png") repeat-x scroll center bottom;
                bottom: 0;
                content: "";
                display: block;
                height: 46px;
                left: 0;
                position: absolute;
                width: 100%;
            }

        .home-items-section .items a {
            text-decoration: none;
            text-transform: uppercase;
            color: #8c8026;
        }

            .home-items-section .items a:hover {
                color: #2861a1;
            }

            .home-items-section .items a i {
                padding-left: 10px;
            }

                .home-items-section .items a i:hover {
                    color: #2861a1;
                }

.home-items-page {
    background: #FFF;
    padding: 30px 0;
}

    .home-items-page .headline {
        border-bottom: 1px solid #cccccc;
        display: block;
        margin: 10px 0px 10px;
    }

        .home-items-page .headline h3 {
            border-bottom: 2px solid #2861a1;
            color: #091b2b;
            text-transform: uppercase;
            font-weight: 700;
            display: inline-block;
            line-height: 28px;
            margin: 0 0 -2px;
            padding-right: 10px;
            text-shadow: 0 0 1px #f6f6f6;
        }

    .home-items-page .about-acumen img {
        margin: 5px 15px 5px 0px;
        width: 110px;
    }

    .home-items-page .about-acumen .item-description {
        color: #666666;
        height: 215px;
        overflow: hidden;
        position: relative;
    }

        .home-items-page .about-acumen .item-description::after {
            background: rgba(0, 0, 0, 0) url("../img/bg_fade_to_white_small.png") repeat-x scroll center bottom;
            bottom: 0;
            content: "";
            display: block;
            height: 46px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .home-items-page .about-acumen .item-description span {
            color: #2861a1;
            font-style: italic;
        }

    .home-items-page .about-acumen a {
        text-decoration: none;
        text-transform: uppercase;
        color: #8c8026;
    }

        .home-items-page .about-acumen a:hover {
            color: #2861a1;
        }

        .home-items-page .about-acumen a i {
            padding-left: 10px;
        }

            .home-items-page .about-acumen a i:hover {
                color: #2861a1;
            }

.home-news .home-list-news {
    margin: 0px;
    padding: 0px;
}

    .home-news .home-list-news > li {
        border-bottom: 1px solid #8c8026;
        list-style: outside none none;
        margin-bottom: 5px;
        padding-bottom: 0px;
        width: 100%;
        float: left;
    }

        .home-news .home-list-news > li a {
            backface-visibility: hidden;
            color: #2861a1;
            display: block;
            padding: 13px 0px 13px 16px;
            text-decoration: none;
            text-transform: none;
            transition: all 0.3s ease 0s;
        }

        .home-news .home-list-news > li h5 {
            color: rgba(140, 128, 38, 1);
            font-size: 12px;
        }

        .home-news .home-list-news > li a::before {
            background: rgba(0, 0, 0, 0) url("../img/home-news-icon.png") no-repeat scroll 0 0;
            content: "";
            display: inline-block;
            float: left;
            height: 100px;
            margin-left: -16px;
            margin-right: 8px;
            vertical-align: -1px;
            width: 34px;
        }

        .home-news .home-list-news > li a:hover {
            color: #2861a1;
            transform: translateX(2px);
        }

.home-items-page .home-news a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

    .home-items-page .home-news a:hover {
        color: #000;
    }

    .home-items-page .home-news a i {
        padding-left: 10px;
    }

        .home-items-page .home-news a i:hover {
            color: #000;
        }

.home-fund .home-list-fund {
    margin: 0px;
    padding: 0px;
}

    .home-fund .home-list-fund > li {
        background: rgba(140, 128, 38, 1) none repeat scroll 0 0;
        list-style: outside none none;
        margin-bottom: 10px;
        padding: 10px;
    }

        .home-fund .home-list-fund > li h3 a {
            color: #FFF;
            text-decoration: none;
        }

            .home-fund .home-list-fund > li h3 a:hover {
                text-decoration: underline;
            }

        .home-fund .home-list-fund > li span {
            display: inline-block;
            width: 80px;
        }

.home-fund a {
    text-decoration: none;
}

    .home-fund a i {
        padding-left: 10px;
    }

footer {
    background: #3f3f3f;
    padding: 25px 0;
    border-bottom: 10px solid rgba(140, 128, 38, 1);
}

    footer .footer-slogn {
        border-bottom: 1px solid #323232;
        box-shadow: 0 1px 0 #4b4b4b;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

        footer .footer-slogn h2 {
            color: #fff;
            font-size: 22px;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
        }

    footer .footer-list .footer-social {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 250px;
    }

        footer .footer-list .footer-social > li {
            list-style: outside none none;
        }

            footer .footer-list .footer-social > li h3 {
                color: #fff;
                font-size: 13px;
                text-transform: uppercase;
            }

            footer .footer-list .footer-social > li a {
                color: #fff;
                line-height: 30px;
                text-decoration: none;
            }

                footer .footer-list .footer-social > li a:hover {
                    text-decoration: underline;
                    color: #8c8026;
                }

                footer .footer-list .footer-social > li a i {
                    padding-right: 10px;
                }

    footer .footer-list {
        border-bottom: 1px solid #323232;
        box-shadow: 0 1px 0 #4b4b4b;
        float: left;
        margin-bottom: 20px;
        padding-bottom: 15px;
        width: 100%;
    }

        footer .footer-list .footer-menulinks {
            float: left;
            margin: 0px;
            padding: 0px;
            width: 250px;
        }

            footer .footer-list .footer-menulinks > li {
                list-style: outside none none;
            }

            footer .footer-list .footer-menulinks > li {
                color: #fff;
                font-size: 13px;
                text-transform: uppercase;
            }

                footer .footer-list .footer-menulinks > li a {
                    color: #fff;
                    line-height: 30px;
                    text-decoration: none;
                }

                    footer .footer-list .footer-menulinks > li a:hover {
                        text-decoration: underline;
                        color: #8c8026;
                    }

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

        footer .footer-copyright h3 {
            color: #FFF;
            font-size: 14px;
        }

        footer .footer-copyright span a {
            color: #8c8026;
            text-decoration: none;
        }

            footer .footer-copyright span a:hover {
                text-decoration: underline;
                color: #FFF;
            }

.inner-wrapper {
    margin-bottom: 35px;
}

    .inner-wrapper .inner-banner .page-title {
        background: #2861a1 none repeat scroll 0 0;
        padding: 10px 30px;
        position: absolute;
        top: -40px;
    }

        .inner-wrapper .inner-banner .page-title h2 {
            color: #fff;
            text-transform: uppercase;
        }

.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0px;
}

    .breadcrumb i {
        color: #878787;
    }

    .breadcrumb .breadcrumb-item a {
        text-decoration: none;
        font-size: 12px;
        color: #878787;
    }

    .breadcrumb > .active {
        color: rgba(140, 128, 38, 1);
        font-weight: 700;
        font-size: 12px;
    }

.contant-page {
    margin-bottom: 20px;
}

.page-title {
    margin-bottom: 20px;
}

.contant-page .page-title h2 {
    background-color: #fff;
    border-left: 3px solid #8c8026;
    color: #8c8026;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 0;
    padding-left: 25px;
    text-transform: uppercase;
}

.contant-page .page-title h5 {
    color: #2861a1;
    font-size: 16px;
    font-style: italic;
}

.contant-page .contant-body p {
}

.contant-page .contant-body h3 {
    color: #8c8026;
    font-size: 24px;
    font-weight: bold;
}

.contant-page .contant-body p span {
    color: #8c8026;
    display: inline-block;
    font-size: 24px;
    line-height: normal;
    margin-left: 27px;
}

.contant-page .right-nav {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

    .contant-page .right-nav .inner-nav {
        margin: 0px;
        padding: 0px;
    }

        .contant-page .right-nav .inner-nav > li {
            border-bottom: 1px solid rgba(140, 128, 38, 1);
            list-style: outside none none;
            padding: 12px 0;
        }

           

            .contant-page .right-nav .inner-nav > li.active a {
                color: #8c8026;
                font-weight: bold;
            }

            .contant-page .right-nav .inner-nav > li.frist {
                border-bottom: 0 dashed rgba(140, 128, 38, 1);
                list-style: outside none none;
                padding: 0;
            }

            .contant-page .right-nav .inner-nav > li h3 {
                background: rgba(140, 128, 38, 1) none repeat scroll 0 0;
                color: #fff;
                font-weight: 700;
                padding: 15px 0 15px 15px;
                text-transform: uppercase;
            }

            .contant-page .right-nav .inner-nav > li > a::before {
                background: rgba(0, 0, 0, 0) url("../img/inner-nav-arrow.png") no-repeat scroll 0px 6px;
                content: "";
                display: inline-block;
                height: 17px;
                margin-left: 0px;
                margin-right: 8px;
                vertical-align: -1px;
                width: 8px;
            }

            .contant-page .right-nav .inner-nav > li > a {
                color: #595959;
                display: flex;
                padding: 0 20px 0 0;
                text-decoration: none;
                text-transform: uppercase;
                transition: all 0.3s ease 0s;
            }

        .contant-page .right-nav .inner-nav li > a:hover {
            color: #8c8026;
            transform: translateX(3px);
        }

.right-careers {
    background: #2861a1 none repeat scroll 0 0;
    height: auto;
    float: left;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

    .right-careers .careers-body {
        padding: 10px 18px 0;
    }

        .right-careers .careers-body h3 {
            color: #fff;
            font-size: 22px;
            text-transform: uppercase;
        }

        .right-careers .careers-body h5 {
            /*background: #8c8026 none repeat scroll 0 0;*/
            background: rgba(140, 128, 38, .9);
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            opacity: 0.9;
            padding: 10px 20px;
            position: absolute;
            left: 0;
            top: 75px;
        }

        .right-careers .careers-body p {
            color: #fff;
            font-size: 13px;
        }

        .right-careers .careers-body a {
            color: #FFF;
            text-decoration: none;
            text-transform: uppercase;
        }

            .right-careers .careers-body a:hover {
                text-decoration: underline;
            }

            .right-careers .careers-body a i {
                padding-left: 10px;
            }

.founder-container .founder-list {
    background: #f6f7f8 none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    float: left;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
}

    .founder-container .founder-list .founder-img {
        float: left;
        width: 25%;
    }

        .founder-container .founder-list .founder-img img {
            margin-bottom: 20px;
        }

    .founder-container .founder-list .founder-des {
        float: left;
        padding: 0 30px;
        width: 75%;
    }

        .founder-container .founder-list .founder-des h3 {
            color: #8c8026;
            font-size: 20px;
            margin: 0;
            font-weight: 700;
        }

        .founder-container .founder-list .founder-des h4 {
            color: #2861a1;
            font-size: 16px;
            font-weight: 400;
        }

.founder-container hr {
    color: #e4e4e4;
    float: left;
    width: 100%;
}

@media screen and (max-width: 380px) {
    .founder-container .founder-list .founder-img {
        width: 100%;
    }

    .founder-container .founder-list .founder-des {
        width: 100%;
        padding-left: 0px;
    }
}

.news-container .news-list {
    background: #f6f7f8 none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    margin-bottom: 25px;
    min-height: 225px;
    padding: 0;
    position: relative;
}

    .news-container .news-list .date {
        background: #8c8026 none repeat scroll 0 0;
        position: absolute;
        padding: 0 10px;
        top: 0;
        left: 0;
        text-align: center;
    }

        .news-container .news-list .date h3 {
            color: #FFF;
            font-size: 50px;
            margin: 0;
        }

        .news-container .news-list .date h4 {
            color: #fff;
            font-size: 12px;
        }

    .news-container .news-list .news-desc {
        color: #666666;
        height: 240px;
        overflow: hidden;
        padding: 15px;
        position: relative;
    }

        .news-container .news-list .news-desc::after {
            background: rgba(0, 0, 0, 0) url("../img/bg_fade_to_white_small.png") repeat-x scroll center bottom;
            bottom: 0;
            content: "";
            display: block;
            height: 46px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .news-container .news-list .news-desc a {
            border-left: 2px solid #8c8026;
            color: #8c8026;
            display: inline-block;
            font-size: 16px;
            margin-bottom: 15px;
            padding-left: 15px;
            text-decoration: none;
        }

.news-container .news-details h2 {
    font-size: 30px;
    color: #8c8026;
}

.news-container .news-details h5 {
    background: #2861a1 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.news-container .news-details img {
    border: 5px solid #f6f7f8;
    float: left;
    margin-right: 10px;
    width: 40%;
}

@media screen and (max-width: 480px) {
    .news-container .news-details img {
        width: 100%;
    }
}

.gallery ul {
    margin: 0;
    padding: 0;
}

    .gallery ul li {
        display: inline-table;
        float: left;
        height: 150px;
        list-style: outside none none;
        margin: 0 8px 8px 0;
        padding: 0;
    }

        .gallery ul li a p {
            text-align: center;
        }

.gallerySmallPic li {
    height: 80px !important;
    width: 100px;
}

.gallerySmallPic img {
    max-height: 110px;
    max-width: 160px;
}

.investment-team {
    float: left;
    margin-bottom: 25px;
}

    .investment-team .investment-list {
        background: #f6f7f8 none repeat scroll 0 0;
        border: 1px solid #e4e4e4;
        float: left;
        padding: 15px;
        margin-bottom: 10px;
        width: 100%;
    }

        .investment-team .investment-list .investment-img {
            float: left;
            width: 25%;
        }

            .investment-team .investment-list .investment-img img {
                margin-bottom: 20px;
            }

        .investment-team .investment-list .investment-des {
            float: left;
            padding: 0 30px;
            width: 75%;
        }

            .investment-team .investment-list .investment-des h3 {
                color: #8c8026;
                font-size: 20px;
                font-weight: 700;
                margin: 0;
            }

            .investment-team .investment-list .investment-des h4 {
                color: #2861a1;
                font-size: 16px;
                font-weight: 400;
            }

@media screen and (max-width: 480px) {
    .investment-team .investment-list .investment-img {
        width: 100%;
    }

    .investment-team .investment-list .investment-des {
        width: 100%;
        padding: 0px;
    }
}

.press-list {
    border: 1px solid #8c8026;
    padding: 10px;
    margin-bottom: 10px;
}

    .press-list .press-img {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top;
        width: 30%;
    }

    .press-list .press-contant {
        display: inline-block;
        width: 67%;
    }

        .press-list .press-contant a i {
            border: 1px solid;
            color: #8c8026;
            padding: 5px;
        }

            .press-list .press-contant a i:hover {
                color: #2861a1;
            }

        .press-list .press-contant h6 {
            color: #2861a1;
            margin: 0px;
        }

        .press-list .press-contant h4 {
            color: rgba(140, 128, 38, 1);
            font-size: 20px;
            font-weight: 100;
        }

    .press-list .press-img img {
        max-width: 250px;
    }

@media screen and (max-width: 1200px) {
    .press-list .press-contant {
        width: 100%;
    }

    .press-list .press-img {
        width: 100%;
    }
}

.contant-body h5 {
    color: #8c8026;
    font-size: 20px;
    font-weight: bold;
}
.contant-body img {
    float:left;
    margin-right:15px;
}
.div-form {
    float: left;
    width: 60%;
}

    .div-form .form-control {
        border-radius: 4px;
        box-shadow: 1px 1px 3px #858585 inset;
        height: 46px;
        margin-bottom: 15px;
    }

    .div-form label {
        padding-left: 0px;
    }

@media screen and (max-width: 992px) {
    .div-form {
        width: 100%;
    }
}

.div-form .form-btn-submit {
    background-clip: padding-box;
    background-color: #fff;
    background-image: -moz-linear-gradient(center bottom, #2861a1 0px, #3a71ae 100%);
    background-image: -o-linear-gradient(bottom,#2861a1 0,#3a71ae 100%);
    background-image: -webkit-linear-gradient(bottom,#2861a1 0,#3a71ae 100%);
    background-image: linear-gradient(bottom,#2861a1 0,#3a71ae 100%);
    background-repeat: repeat;
    background-size: 100% 100%;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    height: 40px;
    left: -6px;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.4s linear 0s;
    width: 150px;
}

    .div-form .form-btn-submit:hover {
        background-position: 0 -200%;
        background-size: 100% 200%;
    }

.div-form textarea {
    resize: horizontal;
    width: 100% !important;
}

.contact-info {
    background: #ececf4 none repeat scroll 0 0;
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    padding: 15px;
    width: 48%;
}

.contact-map {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
    .contact-info {
        width: 100%;
        float: left;
        padding-right: 0px;
        margin-bottom: 25px;
    }

    .contact-form .div-form {
        width: 100% !important;
        float: left;
        padding-right: 0px;
        margin-bottom: 25px;
    }
}

.contact-form .div-form {
    width: 50%;
}

.faq .accordion-group {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(140, 128, 38, 1);
    border-radius: inherit;
    margin-bottom: 10px;
    padding: 10px;
}

    .faq .accordion-group .accordion-heading {
        margin-bottom: 15px;
    }

        .faq .accordion-group .accordion-heading a {
            color: rgba(140, 128, 38, 1);
            font-size: 16px;
        }

    .faq .accordion-group .accordion-inner {
        background: #ececf4 none repeat scroll 0 0;
        padding: 10px;
    }

.faq .opened {
    background: rgba(0, 0, 0, 0) url("../img/big_minus.png") no-repeat scroll left center;
    padding-left: 40px;
}

.faq .collapsed {
    background: rgba(0, 0, 0, 0) url("../img/big-plus.png") no-repeat scroll left center;
    padding-left: 40px;
}

.faq .panel.child .opened {
    background: rgba(0, 0, 0, 0) url("../img/small_minus.png") no-repeat scroll left center;
    padding-left: 40px;
}

.faq .panel.child .collapsed {
    background: rgba(0, 0, 0, 0) url("../img/small_plus.png") no-repeat scroll left center;
    padding-left: 40px;
}

.fund-list {
    border: 1px solid rgba(140, 128, 38, 1);
    margin-bottom: 10px;
}

.fund-color {
    background: rgba(140, 128, 38, 1) none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 10px;
}

    .fund-color h3 {
        color: #fff !important;
    }

    .fund-color span {
        color: #fff !important;
        padding-right: 50px;
    }

.fund-des {
    margin-bottom: 10px;
    padding: 0 10px;
}

    .fund-des a {
        color: #8c8026;
        text-decoration: none;
        text-transform: uppercase;
    }

        .fund-des a:hover {
            color: #2861a1;
        }

        .fund-des a i {
            padding-left: 10px;
        }

.search-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

    .search-item p a {
        color: rgba(140, 128, 38, 1);
        text-decoration: none;
    }

        .search-item p a i {
            margin-left: 5px;
        }

    .search-item h3 {
        margin: 0px;
    }

        .search-item h3 a {
            font-size: 18px;
            text-decoration: none;
            color: #2861a1;
        }

            .search-item h3 a:hover {
                font-size: 18px;
                text-decoration: underline;
                color: #2861a1;
            }

.search .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-radius: 0px;
    background: #ccc;
    color: #000;
}

.search .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-radius: 0px;
    background: #ccc;
    color: #000;
}

.search .pagination > li > a, .pagination > li > span {
    border: 0px;
    font-size: 18px;
    color: #888;
}

.search .pagination-sm > li > a.active {
    background: rgba(140, 128, 38, 1);
    color: #FFF;
}

.funnav {
    background: rgba(140, 128, 38, 1) none repeat scroll 0 0;
    padding: 10px;
}

    .funnav span {
        color: #fff !important;
        padding-right: 50px;
    }

.Prospectus {
    background: #e4e4e4;
    margin-bottom: 10px;
    padding: 10px;
}

    .Prospectus a {
        color: #8c8026;
        text-decoration: none;
    }

        .Prospectus a:hover {
            text-decoration: underline;
        }

        .Prospectus a i {
            border: 1px solid;
            color: #8c8026;
            padding: 5px;
            margin-right: 10px;
        }

.factSheet ul {
    background: #e4e4e4;
    margin-bottom: 10px;
    padding: 10px;
}
    /*.factSheet ul li:last-child {
         border-bottom: 0px solid #ccc;
    }*/
    .factSheet ul li {
        border-bottom: 1px solid #ccc;
        list-style-type: none;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

        .factSheet ul li a {
            color: #8c8026;
            text-decoration: none;
        }

            .factSheet ul li a i {
                border: 1px solid;
                color: #8c8026;
                margin-right: 10px;
                padding: 5px;
            }

.Pro-image img {
    height: 200px;
}

.news-image img {
    height: 150px;
}
@media screen and (max-width: 600px) {
	.inner-wrapper .inner-banner .page-title{
		background: #2861a1 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 10px 30px;
    position: initial;
    top: 0;
	}
	.inner-wrapper .inner-banner .page-title h2{
		font-size:20px;
	}
}