/*------------------------------------------------
Global Reset - Resets all browser defaults to
-------------------------------------------------- */
/*
@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sofia-pro';
    src: url('../fonts/SofiaPro-Medium.eot');
    src: url('../fonts/SofiaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-Medium.woff2') format('woff2'),
        url('../fonts/SofiaPro-Medium.woff') format('woff'),
        url('../fonts/SofiaPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sofia-pro';
    src: url('../fonts/SofiaPro-Bold.eot');
    src: url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-Bold.woff2') format('woff2'),
        url('../fonts/SofiaPro-Bold.woff') format('woff'),
        url('../fonts/SofiaPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sofia-pro';
    src: url('../fonts/SofiaProLight.eot');
    src: url('../fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaProLight.woff2') format('woff2'),
        url('../fonts/SofiaProLight.woff') format('woff'),
        url('../fonts/SofiaProLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'adobe-garamond-pro';
    src: url('../fonts/AGaramondPro-Regular.eot');
    src: url('../fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AGaramondPro-Regular.woff2') format('woff2'),
        url('../fonts/AGaramondPro-Regular.woff') format('woff'),
        url('../fonts/AGaramondPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adobe-garamond-pro';
    src: url('../fonts/AGaramondPro-Semibold.eot');
    src: url('../fonts/AGaramondPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AGaramondPro-Semibold.woff2') format('woff2'),
        url('../fonts/AGaramondPro-Semibold.woff') format('woff'),
        url('../fonts/AGaramondPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/

/*------------------------------------------------
Basic
-------------------------------------------------- */
body {
    background: #fff;
    color: #444e52;
    overflow-x: hidden;
}
body,
input,
select,
textarea {
    font-family: sofia-pro, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:500;
    line-height: 1.75em;
}
a {
    color: #3f7fa3;
    text-decoration: none;
    /* transition-property: color; */
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    /* transition-timing-function: ease-in-out, ease-out; */
    outline: none;
}
a:hover {
    color: #2e88ba;
    text-decoration: none;
}
.button {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.btn,
button,
[type="button"],
[type="reset"],
[type="submit"],
.read-more,
.you-are-slider .owl-nav .owl-prev,
.you-are-slider .owl-nav .owl-next,
.hp-slider .owl-nav .owl-prev,
.hp-slider .owl-nav .owl-next {
    transition-property: background-color;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
}

strong,
b {
    /* color: #646464; */
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
p {
    margin: 0 0 20px 0;
    line-height: 32px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 1em 0;
    font-family: proxima-nova, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 2em;
    line-height: 1.5em;
}
h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}
h3 {
    font-size: 1.25em;
    line-height: 1.5em;
}
h4 {
    font-size: 1em;
    line-height: 1.5em;
}
h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}
h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-justify {
    text-align:justify;
}

.hidden {
    display: none;
}
.desktop-hidden {
    display: none;
}

img {
    max-width: 100%;
}

.small {
    font-size: 16px;
    line-height: 1.5;
}
/*------------------------------------------------
structure
-------------------------------------------------- */
.container {
    max-width: 1440px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*background:url(../img/grid-bg.jpg) repeat-y center top;*/
}

.row-justify {
    justify-content: space-between;
    /* height: 100%; */
}
.row-justify-center {
    justify-content: center;
}
.row-justify .col-7,
.row-justify .col-4 {
    height: 100%;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-2-half {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-2,
.col-2-half,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col-offset-2 {
    margin-left: 16.666667%;
}

.no-gutters {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}
*,
::after,
::before {
    box-sizing: border-box;
}
/*------------------------------------------------
Header
-------------------------------------------------- */
.header {
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    padding: 18px 120px 19px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    line-height: 0;
}

.header a.logo {
    display: block;
    position: relative;
    line-height: 0;
}


.top-links {
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
    align-items: center;
}

.top-links .lang, .mobile-header .lang {
    margin:0 20px 0;
    padding:0;
    list-style:none;
}
.top-links .lang li, .mobile-header .lang li {
    margin:0;
    padding:0;
    font:16px proxima-nova, Arial, Helvetica, sans-serif;
    line-height:13px;
    text-transform:uppercase;
    color:#666;
    text-align:center;
    display:inline-block;
    border-right:1px solid #989898;
}
.top-links .lang li a, .mobile-header .lang li a {
    margin:0 10px;
    color:#666;
    display:block;
}
.top-links .lang li a:hover, .mobile-header .lang li a:hover,
.top-links .lang li.current a, .mobile-header .lang li.current a {
    color:#333;
    border-bottom:1px solid #333333;
}
.top-links .lang li:last-child,
.mobile-header .lang li:last-child {
    border:none
}

.top-links .lang.no-investor-link {
    margin-right: 0px;
}

.top-links .lang.no-lang.no-investor-link {
    margin: 0px;
}

.top-links .lang.no-investor-link .last-lang-link a {
    margin-right: 0px;
}

.top-links a.top-btn {
    font:13px sofia-pro, Arial, Helvetica, sans-serif;
    color:#666;
    border:1px solid #ccc;
    display:inline-block;
    padding: 4px 15px;
    text-transform:uppercase;
}
.top-links a:hover.top-btn {
    color:#2e88ba;
    border:1px solid #2e88ba;
}


/* Mobile header /////////////////*/
.mobile-header {
    display: inline-block;
    padding: 20px 0 0;
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    display: none;
}
.mobile-header .logo {
    display: block;
    width: 178px;
    margin-left:15px;
    margin-bottom:15px;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.toggle {
    font-size: 20px;
    color: #fff;
    z-index: 999;
    padding: 10px 30px;
    text-transform: uppercase;
    background: #3a5579;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    position:relative;
}
.mobile-header .lang {
    position:absolute;
    top: 27px;
    right: 0;
    line-height: 0;
}

.mbtn {
    margin-top:4px;
    margin-right: 0px;
    padding:5px 15px;
    text-align:center;
    font-size:14px;
    display:inline-block;
    position:absolute;
    right:5px;
    z-index:3333;
    color:#fff;
    text-transform:uppercase;
}
.mbtn:hover {
    color:#fff;
}


/*------------------------------------------------------------------------------------------------
                    Home Page
------------------------------------------------------------------------------------------------ */

/*------- Slider
-------------------------------------------------- */
.main-slider, .inner-banner {
    margin-top: 100px;
}
.home-slider-outer {
    background: #000;
}
.main-slider, .home-slider .item {
    height: calc(100vh - 276px - 100px);
}

.home-slider .item {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 10;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-overlap {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.home-slider .slide-content {
    position: absolute;
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 99;
}

.home-slider .slide-content .slider-title {
    margin: 0;
    padding: 0px;
    font: 26px sofia-pro, Arial, Helvetica, sans-serif;
    font-weight:300;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.home-slider .slide-content .slider-title strong {
    font-size: 38px;
}

.home-slider .slide-content .slider-title + p {
    padding-top: 45px;
}

.home-slider .slide-content p {
    margin: 0;
    padding: 0;
    font: 18px sofia-pro, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #fff;
    text-align: center;
    text-transform:uppercase;
}
.home-slider .slide-content p span {
    display:inline-block;
    padding:0 20px;
}


.main-slider .owl-theme .owl-dots {
    display: none;
}

.main-slider .owl-nav {
    width: 100%;
    /* left: 0;
    right: 0; */
    margin: 0 auto;
    height: 0;
    /* z-index: 999999999; */
}

.main-slider .owl-nav.disabled {
    display: none;
}

.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 34px;
    text-indent: -9009px;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.home-slider .owl-nav .owl-next {
    /* float: right; */
    right: 60px;
    /* position: relative; */
}
.home-slider .owl-nav .owl-prev {
    /* float: left; */
    left: 60px;
    /* position: relative; */
}

.home-slider:hover .owl-nav .owl-prev,
.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.home-slider .owl-nav .owl-next,
.home-slider .owl-nav .owl-next:hover {
    background: url(../img/arrow-right.png) no-repeat left top;
}
.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-prev:hover {
    background: url(../img/arrow-left.png) no-repeat left top;
}
.home-slider .owl-nav .owl-next:hover,
.home-slider .owl-nav .owl-prev:hover {
    opacity: 0.5;
}

/* Intro Info /////////////////////////////////*/
.intro-info {
    color:#fff;
    background:#3a5579;
    position: relative;
}
.intro-info .bg-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background:url(../img/intro-img-right.jpg) no-repeat center;
    background-size:cover;
}

.intro-info p {
    font-size:25px;
    font-weight:300;
    line-height: 1.44;
}

.intro-info p:last-child {
    margin-bottom: 0px;
}

.intro-left {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-right: 60px;
}

.intro-right {
    padding-top: 30px;
    padding-bottom: 30px;
}

.intro-right a {
    position:absolute;
    left:0;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    margin-left:auto;
    display:block;
    width:270px;
    height:60px;
    border:1px solid #3f7fa3;
    font:18px sofia-pro, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-align:center;
    line-height:55px;
    letter-spacing:2px;
    color:#3f7fa3;
    text-transform: uppercase;
}
.intro-right a:hover {
    color:#2e88ba;
    border:1px solid #2e88ba;
}

/* About //////////////////////////////////*/
.home-about {
    padding:120px 0 80px;
}
.home-about h2 {
    padding:0;
    font:38px adobe-garamond-pro, Arial, Helvetica, sans-serif;
    font-weight:600;
    text-transform:uppercase;
    color:#3a5579;
}
.home-about p {
    margin:0 0 40px;
    padding:0;
    line-height:32px;
}
.home-about p.title {
    margin:0 0 5px;
    padding:0;
    font-size:24px;
    color:#3f7fa3;
    text-transform:uppercase;
    font-weight: 300;
}

.home-about img {
    max-width: none;
    margin-bottom: 30px;
}

.home-about .btn-normal {
    margin-top: 40px;
}

.blue-bg {
    background-color: #3a5579;
    color: #fff;
    padding: 0 15px 40px;
}

.blue-bg a {
    color: #fff;
    text-decoration: underline;
}

.blue-bg .resp-tab-active,
.blue-bg .resp-tabs-list li:hover {
    color: #fff !important;
}

.btn-normal,
.btn-color,
.btn-plain {
    padding:10px 65px;
    text-align:center;
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    letter-spacing:2px;
    color:#3f7fa3;
    text-transform:uppercase;
    background:#fff;
    border:1px solid #3f7fa3;
}
.btn-normal:hover {
    color:#2e88ba;
    border:1px solid #2e88ba;
}

.btn-color {
    padding:10px 15px;
    cursor: pointer;
    color:#fff;
    text-transform:none;
    background:#3f7fa3;
    border:1px solid #3f7fa3;
}

.btn-plain {
    padding:10px 15px;
    cursor: pointer;
    color:#3f7fa3;
    text-transform:none;
    background:#fff;
    border:1px solid #fff;
    margin-bottom: 15px;
}

/* Our Fund ////////////////////////////*/
.our-fund-wrapper {
    position: relative;
}
.our-fund {
    /* background: url(../img/chart-img.jpg) no-repeat center;
    background-size:cover; */
    padding:120px 0;
}

.our-fund-wrapper .fund-bg {
    position: absolute;
    background: url(../img/chart-img.jpg) no-repeat center;
    background-size:cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.our-fund-in {
    background:#f9f9f9;
    margin-bottom:120px;
}
.our-fund h2 {
    margin:0 0 60px;
    padding:0;
    font:36px adobe-garamond-pro, Arial, Helvetica, sans-serif;
    font-weight:400;
    text-transform:uppercase;
    color:#3a5579;
}
.our-fund h2 span{
    font-weight:normal;
}

.our-fund-links {
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    width:100%;
}
.our-fund-links li {
    margin:0px 30px 30px;
    padding:0;
    width:27%;
    text-transform:uppercase;
    letter-spacing:2px;
    transition: 0.4s ease-in-out;
}
.our-fund-links li a {
    padding:60px 0;
    display:block;
    font-size:30px;
    font-weight:bold;
    color:#3f7fa3;
    text-align:center;
    background:#fff;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.09);
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.09);
}

.our-fund-links li:hover {
    transform: scale(1.1);
}

.our-fund-links li a:hover {
    color:#2e88ba;
}

/* Other Links /////////////////////////////////*/
.other-links {
    padding:120px 0;
}
.other-links a {
    display:block;
    padding:35px 0 40px;
    background:#f2f2f2;
    text-align:center;
    font-size:24px;
    font-weight: 300;
    color:#444e52;
    text-transform:uppercase;
}
/* .other-links a span {
    font-weight:normal;
} */
.other-links a svg,
.other-links a img {
    width:75px;
    height:auto;
    fill:#3f7fa3;
}
.other-links a .icon {
    display:block;
    margin-bottom:20px;
}
.other-links a:hover {
    color:#2e88ba;
}


.other-links .contact-link a {
    color:#fff;
    background:#3f7fa3;
}
.other-links .contact-link a svg {
    fill:#fff;
}
.other-links .contact-link a:hover {
    background:#2e88ba;
}



/* Quick Links /////////////////*/
.quick-contact {
    overflow:hidden;
}

.quick-contact .row {
    margin-left: 0px;
    margin-right: 0px;
}
.whoweare {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position:relative;
    text-align:center;
}
.whatwedo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position:relative;
    text-align:center;
}
.whoweare svg, .whatwedo svg,
.whoweare img, .whatwedo img {
    width:102px;
    height:auto;
    fill:#fff;
    display:block;
    margin:0 auto 30px;
}

.whoweare:before, .whatwedo:before {
    background:rgba(58,85,121,0.7);
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    content:'';
    z-index:2;
}
.quick-block-in {
    position:relative;
    z-index:5;
    color:#fff;
    padding:50px 0;
}
.quick-block-in h2 {
    margin:0;
    padding:0;
    font-size:30px;
    font-weight:300;
    letter-spacing:2px;
    text-transform:uppercase;
    font-family: sofia-pro, Helvetica, sans-serif;
}
.quick-block-in h2 span {
    font-weight:normal;
}

.quick-block-in p {
    font-size:22px;
}
.quick-block-in a {
    display:inline-block;
    padding:10px 20px 10px 0;
    font-size:22px;
    color:#fff;
    text-decoration:none;
    position:relative;
}

.quick-block-in a::after {
    position: absolute;
    top: 14px;
    right: -3px;
    width: 12px;
    height: 22px;
    content: url(../img/link-arrow-right.png);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
}

.quick-block-in a:hover::before {
    position: absolute;
    left: 0px;
    bottom: 3px;
    background: #2e88ba;
    content: '';
    width: calc(100% - 20px);
    height: 2px;
}

.quick-block-in a:hover::after {
    right: -13px;
}


/* Content Award Page //////////////////////*/
.awards-content {
    margin-bottom: 20px;
}
.award-filter {
    padding:0 70px 70px;
}
.award-block {
    position:relative;
    margin-bottom:30px;
    min-height: 180px;
}
.awardblock-hover {
    padding: 0 15px 15px;
    text-align:center;
    /* background:#f9f9f9; */
    /* position:absolute; */
    left:0;
    top:0;
    width:100%;
    height:100%;
    font-size:20px;
    font-weight:500;
    color:#3f7fa3;
    transition: opacity 1s;
    /* opacity:0; */
}
.content-in .awardblock-hover p,
.awardblock-hover p {
    /* font-size: 16px; */
    line-height: 1.5;
}
.awardblock-hover p span {
    display:block;
    /* font-size:16px; */
    color:#444e52;
    padding-bottom:10px;
}
.award-block:hover .awardblock-hover {
    opacity:1;
}
.award-block img {
    max-width:100%;
}


/* Popup CSS ///////////*/

.downloaddoc-form  {
    background:#fff;
    max-width:930px;
    padding:60px;
    margin:0 auto;
    position:relative;
}
.downloaddoc-form h2 {
    margin:0 0 30px;
    padding:0;
    font:30px adobe-garamond-pro, Arial, Helvetica, sans-serif;;
    font-weight:600;
    text-align:center;
    letter-spacing:2px;
    text-transform:uppercase;
}
.downloaddoc-form h2 span {
    font-weight:normal;
}

.newsletter {
    text-align:center;
}
.newsletter input[type="email"] {
    width: 320px;
    margin:0 auto;
    margin-bottom: 20px;
    padding: 10px 20px;
    font: 20px sofia-pro, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #444e52;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}
.newsletter ::placeholder {
    color:#444e52;
}

.newsletter ul {
    margin: 30px 6% 40px;
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.newsletter ul li {
    width:50%;
    padding:0;
    margin:0 0 10px;
    padding-right:30px;
    font: 20px sofia-pro, Arial, Helvetica, sans-serif;
    font-weight:500;
    text-transform:uppercase;
}
.newsletter ul li small {
    font-size:18px;
    color:#72797c;
    display:block;
    text-transform:none;
}


.newsletter .checkmark {
    width: 19px;
    height: 19px;
    border-radius: 0;
    border: 1px solid #cccccc;
}
.newsletter .cbox input:checked ~ .checkmark {
    background-color: #3a5579;
}
.newsletter .cbox .checkmark:after {
    left: 6px;
    top: 2px;
}

.newsletter input[type="submit"],
.newsletter button {
    padding: 15px 40px;
    font: 18px sofia-pro, Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3a5579;
    cursor: pointer;
    border: 1px solid #3a5579;
    background: #fff;
}
.newsletter input[type="submit"]:hover {
    color:#2e88ba;
    border:1px solid #2e88ba;
}


/* Contetn Team Page ///////////////////////*/
/* .team-list {
    margin-top: 63px;
} */

.two-col tr,
.team-list tr {
    display: flex;
    margin: 0 -15px -15px;
    flex-wrap: wrap;
}

.two-col tr td {
    flex: 0 0 50%;
    padding: 0 15px;
}

.team-list tr td {
    flex: 0 0 20%;
    padding: 0 15px;
}

.content .team-block h2 {
    margin:0 0 5px;
    padding:0;
    font:22px sofia-pro, Arial, Helvetica, sans-serif;;
    font-weight:600;
    text-transform:uppercase;
    color:#444e52;
}
.content .team-block p.designation {
    margin:0 0 15px;
    padding:0;
    font:20px sofia-pro, Arial, Helvetica, sans-serif;;
    color:#444e52;
}
.team-block .img-container img {
    max-width: unset;
}

.content .team-block p {
    font-size:18px;
}
.team-block {
    margin-bottom: 30px;
}

.team-block.with-img {
    display: flex;
}

.team-block .img-container {
    margin-right: 20px;
}

/* News list ///////////////*/
.news-list {
    margin:0;
    padding:40px 0 0;
    list-style:none;
    clear:both;
}
.news-list li {
    display:table;
    width:100%;
    margin:0 0 25px;
    padding:0 45px 35px 0;
    position:relative;
    border-bottom:1px solid #f2f2f2;
}
.news-list li p.title {
    margin:0 0 10px;
    padding:0;
    font:22px sofia-pro, Arial, Helvetica, sans-serif;;
    color:#3f7fa3;
}
.news-list li p.date {
    margin:0;
    padding:0;
    font:16px sofia-pro, Arial, Helvetica, sans-serif;;
    color:#999;
}
.news-list li svg {
    width:21px;
    height:21px;
    position:absolute;
    right:0;
    top:5px;
    fill:#2e88ba;
    display:none;
}
.news-list li:hover svg {
    display:block;
}


.news-list li p.title a  {
    color:#3a5579;
}
.news-list li p.title a:hover, .news-list li:hover p a  {
    color:#6b98d4;
}


.paging ul {
    margin:0;
    padding:10px 0 0;
    list-style:none;
    display: flex;
    justify-content: center;
}
.paging ul li {
    display:inline-block;
    margin:0 15px 20px 0;
    padding:0;
    font:18px sofia-pro, Arial, Helvetica, sans-serif;
    line-height:35px;
}
.paging ul li a,
.paging ul li span {
    display:block;
    width:40px;
    height:40px;
    border:1px solid #f2f2f2;
    text-align:center;
    color:#999;
}
.paging ul li a:hover,
.paging ul li.current a,
.paging ul li.current span {
    border:1px solid #2e88ba;
    color:#2e88ba;
}

hr {
    margin: 40px 0;
    background: #4f709e;
    height: 1px;
    padding: 0;
    border: none;
}


.select-box2 {
    width:160px;
    float:right;
}
.select-box2 .select-box__input-text {
    font-size:18px;
    border:1px solid #2e88ba;
    color:#2e88ba;
}


/* New List Page ////////////////////////////////*/

.news-filter {
    padding:40px 0 90px;
}
.news-main {
    background:#f9f9f9;
    padding:90px 0px 0px;
    margin-bottom:120px;
}

.news-container {
    padding:0px 60px;
    max-width: 1800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.news-container .row {
    margin-right: -60px;
    margin-left: -60px;
}

.news-main .result {
    padding-bottom: 90px;
}

.news-main .row .col-4  {
    margin-bottom: 90px;
    padding-right: 60px;
    padding-left: 60px;
}

.news-block {
    background:#fff;
    padding:30px 60px;
    text-align:center;
    height:100%;
    min-height: 200px;
}
.news-block p.meta {
    margin:0 0 10px;
    padding:0;
    font-size:14px;
    text-align:center;
}
.news-block h3 {
    margin:0;
    padding:0;
    font:24px sofia-pro, Arial, Helvetica, sans-serif;
    color:#3f7fa3;
}
.news-block h3 a {
    color:#3f7fa3;
}
.news-block h3 a:hover {
    color:#2e88ba;
}
.news-block h3 a span {
    color:#999;
    font-size: 20px;
    font-weight: 300;
}

/* Fund List Page ///////////////////////////////////*/
.fund-main .fund-list:nth-child(odd) {
    background:#fff;
}
.fund-main .fund-list:nth-child(even) {
    background:#f9f9f9;
}

.fund-list {
    padding:40px;
}
.fund-main .fund-list p.title {
    margin:0 0 7px;
    padding:0;
    font-size:24px;
    font-weight:bold;
    text-transform:uppercase;
    color:#3f7fa3;
    text-align:left;
    line-height: 1.2;
}
.fund-main .fund-list p {
    margin:0;
    font-size:18px;
    text-align:justify;
}

.fund-note {
    padding:90px 0;
    background:#f9f9f9;
}
.fund-note p {
    margin:0;
    padding:0;
    font-weight:bold;
}


/* Career Page //////////////////*/
/*.container {
    background:url(../img/grid-bg.jpg) repeat-y center top;
}*/
.remove-space {
    margin-bottom:0;
}
.application-form {
    background:#3a5579;
    padding:90px 0;
    color:#fff;
    position: relative;
}

.application-form #job-application-form,
.application-form #newsletter-form {
    position: absolute;
    top: -100px;
}

.application-form h2 {
    margin:0 0 55px;
    padding:0;
    font:34px adobe-garamond-pro, Arial, Helvetica, sans-serif;;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-weight: 300;
}

.application ::placeholder {
    opacity: 1;
}

.application .select-box {
    margin-bottom:20px;
    color:#fff;
    position:inherit;
}
.application  .selectbox-2 {
    position:relative;
    z-index:3;
}
.application input[type="text"],
.application input[type="email"],
.application input[type="tel"],
.application input[type="subject"],
.application input[type="text"],
.application textarea {
    width:100%;
    padding:10px 20px;
    font:20px sofia-pro, Arial, Helvetica, sans-serif;
    background:#3a5579;
    color:#fff;
    border:none;
    border-bottom:1px solid #fff;
    outline:none;
}

.application .input, .application textarea {
    margin-bottom:20px;
}

.application input[type="text"]:focus,
.application input[type="email"]:focus,
.application input[type="tel"]:focus,
.application input[type="subject"]:focus,
.application input[type="text"]:focus {
    border:none;
    border-bottom:1px solid #fff;
}
.application textarea {
    height:185px;
}

.application input[type="submit"],
.application .btn  {
    padding:15px 90px;
    font:18px sofia-pro, Arial, Helvetica, sans-serif;
    text-align:center;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#fff;
    cursor:pointer;
    border:1px solid #f9f9f9;
    background:#3a5579;
}
.application input[type="submit"]:hover {
    background:#3f7fa3;
}


.application  .select-box__input-text {
    background-color: #3a5579;
    border: 1px solid #3a5579;
    border-bottom: 1px solid #fff;
}
.application .select-box__option {
    background:#2e88ba;
}
.application .select-box__option:hover, .application .select-box__option:focus {
  background-color: #3a5579;
}
.application ::placeholder {
    color:#fff;
}

.application .checkmark {
    width:19px;
    height:19px;
    border-radius:0;
    border:1px solid #cccccc;
}
.application .cbox:hover input ~ .checkmark {
    border: 1px solid #ccc;
}
.application .cbox input:checked ~ .checkmark {
    background-color: #3f7fa3;
}
.application .cbox .checkmark:after {
    left: 7px;
    top: 3px;
}

.application a {
    color: #ffffff;
}


.application p.term {
    font-size:15px;
}

.application-form .success-message,
.application-form.subscription-form .message {
    text-align: center;
    font-size: 20px;
}

.legal-notice {
    padding:90px 0;
    background:#f9f9f9;
}
.legal-notice p {
    font-size:18px;
}


/* News Detail Page /////////////////////////////////*/
.content.news-content {
    padding-top:65px;
}

.sub-content {
    padding-bottom:85px;
    font-size:22px;
}
.content.news-content h2 {
    margin:0 0 55px;
    font:24px sofia-pro, Arial, Helvetica, sans-serif;;
    color:#3a5579;
}

.content.news-content h2.title2 {
    margin:0 0 55px;
    font:24px sofia-pro, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#3f7fa3;
}
.content.news-content .highlight,
.blue {
    color:#3f7fa3;
}


.img-center {
    margin:40px 0;
}

.content.news-content ul {
    margin:50px 0;
    padding:0;
    list-style:none;
}

.page-nav {
    padding:60px 40px;
    font-size:22px;
}
.page-nav .prev svg,
.page-nav .next svg {
    width:30px;
    height:auto;
    fill:#3a5579;
    margin-right:10px;
}
.page-nav .next svg {
    margin-left:10px;
}

.page-nav a.back svg {
    width:76px;
    margin:0 auto;
    fill:#3a5579;
}

.page-nav a.next,
.page-nav a.prev {
    display:flex;
    align-items: center;
}
.page-nav .next {
    justify-content: flex-end;
}
.page-nav a:hover svg {
    fill:#2e88ba;
}



/* Fund Detail Page ///////////////////////////////////*/
.breadcrumb.breadcrumb-bg {
    background:#f9f9f9;
}
.fund-detail {
    background:#f9f9f9;
    padding:90px 0;
}
.fund-detail h2 {
    margin:0 0 60px;
    padding:0;
    font:34px adobe-garamond-pro, Arial, Helvetica, sans-serif;
    color:#3a5579;
    text-align:center;
    text-transform:uppercase;
}
.fund-detail h2 span {
    color:#2e88ba;
}

.fund-info {
    background:#fff;
    padding:20px 30px;
    margin-bottom:60px;
    text-align:center;
    font-size:20px;
    -webkit-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.05);
}
.fund-info p {
    margin:0;
    padding:0;
    text-transform:uppercase;
}
.fund-info p span {
    font-weight:bold;
    display:block;
    color:#2e88ba;
}
.fund-blue {
    background:#2e88ba;
    color:#fff;
}
.fund-blue p span {
    color:#fff;
}
.fund-detail .btn-normal {
    padding:15px 30px;
    background:#f9f9f9;
}

.sticky-nav {
    position:fixed;
    right:0;
    /* top:340px; */
    z-index:9;
    width:65px;
    /* top: calc(50vh + 82px); */
    top: calc(100px + 295px + 54px);
}
.sticky-nav a.i-contact {
    top:0;
}
.sticky-nav a.i-invest {
    top:68px;
}
.sticky-nav a.i-subscribe {
    top:136px;
}
.sticky-nav a {
    margin:0 0 2px;
    padding:0;
    font:22px sofia-pro, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    padding:18px 20px;
    display:block;
    flex-wrap:wrap;
    width:65px;
    height: 65px;
    color:#fff;
    background:#3a5579;
    position:absolute;
    right:0;
}

.fund-detail-award {
    padding: 90px 0 60px 0;
}

.sticky-nav a span {
    color:#fff;
    opacity:0;
    transition: opacity 1s;
    padding-left: 45px;
}
.sticky-nav a:hover,
.sticky-nav.active a {
    width:200px;
    color:#fff;
}

.sticky-nav a:hover span,
.sticky-nav.active a span {
    opacity:1;
}
.sticky-nav a svg,
.sticky-nav a img {
    width:45px;
    height:auto;
    position:absolute;
    left:10px;
    top:10px;
    fill:#fff;
}

.fundabout-info {
    padding:120px 183px;
    background:#3a5579;
    color:#fff;
    height: 100%;
}
.fundabout-info h2 {
    margin:0;
    padding:0;
    font:34px adobe-garamond-pro, Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform:uppercase;
    color:#fff;
}
.fundabout-info h2 span {
    font-weight:normal;
}
.fundabout-info p.title {
    margin: 30px 0 15px;
    padding: 0;
    font: 24px sofia-pro, Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color:#51acde;
}
.fund-about ul,
.content ul,
.resp-tab-content ul {
    margin:0;
    padding:0;
    list-style:none;
}
.fund-about ul li,
.content ul li,
.resp-tab-content ul li {
    margin:0;
    padding:0 0 10px 20px;
    background:url(../img/bullet.jpg) no-repeat left 14px;
}

.fund-about .risk-level {
    margin-top: 85px;
    text-align: center;
}

.fund-about .risk-level p {
    font-size: 14px;
    margin-bottom: 8px;
}

.fund-about .stock-navi {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
}

.fund-about .stock-navi li {
    margin: 0 5px;
    padding: 0;
    background: unset;
    width: 25px;
    height: 25px;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 21px;
    border-radius: 30px;
}

.fund-about .stock-navi li.current {
    color: #3a5579;
    background: #fff;
    font-family: proxima-nova, sans-serif;
}

.content-tabs .resp-tabs-list li {
    background: none;
    padding: 25px 12px 25px 0px;
    flex: 1;
}

.content-tabs ul.resp-tabs-list {
    flex-wrap: wrap;
}

.content-tabs .resp-tabs-list li:last-child {
    margin-right: 0px;
}

ul.select-box__list li {
    padding: 0;
    background: unset;
}

.fundabout-info2 {
    padding: 120px 183px;
}
.fundabout-info2 h2 {
    margin:0 0 30px;
    padding:0;
    font:34px adobe-garamond-pro, Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-transform:uppercase;
    color:#3a5579;
}
.fundabout-info2 h2 span {
    font-weight:normal;
}

.table-responsive {
    width:100%;
}

.fundabout-info2 .table-responsive table {
    width: 100%;
    max-width: 100%;
}

.fundabout-info2 table td,
.fundabout-info2 table th {
    padding:15px 20px;
    font:18px Arial, Helvetica, sans-serif;
    font-weight:500;
    color:#444e52;
}
.fundabout-info2 table td {
    font-weight:normal;
    color:#3f7fa3;
}

.fundabout-info2 table tr:nth-child(odd) {
    background:#f9f9f9;
}

.performance {
    /* padding:90px 0; */
    background:#f9f9f9;
    position: relative;
}

#performances {
    position: absolute;
    top: -100px;
}

.performance h2 {
    margin:0 0 30px;
    padding:0;
    font:34px adobe-garamond-pro, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-align:center;
    color:#3a5579;
}
.performance h2 span {
    color:#2e88ba;
}
.performance table {
    width:100%;
}
.performance table th {
    text-transform:uppercase;
}
.performance table td,
.performance table th {
    padding:25px 25px;
    font:18px Arial, Helvetica, sans-serif;
    font-weight:500;
    color:#444e52;
    text-align:center;
}
.performance table td {
    font-weight:bold;
    text-align:center;
}
.performance table tr td:nth-child(1) {
    text-align:left;
}

.performance table tbody tr:nth-child(even),
.performance table thead tr
{
    background:#fff;
}
.performance table tbody tr:first-child td {
    color:#2e88ba;
}

.table-style2 {
    margin-top: 10px;
    margin-bottom: 40px;
}
.table-style2 small {
    display: block;
    line-height: 1;
    color: #999;
}
.table-responsive .table-style2 tr {
    font-size: 14px;
    color: #6b98d4;
}
.table-responsive .table-style2 tr th {
    font-size: 16px;
    font-weight: 600;
    padding: 22px 5px;
    color: #333;
    background: #f9f9f9;
    text-align: center;
    width: 6.667%;
}
.table-responsive .table-style2 tr th.last {
    color: #fff;
    background: #6b98d4;
}
.table-responsive .table-style2 tr td {
    padding: 10px 5px;
    color: #000;
    text-align: center;
}
.table-responsive .table-style2 tr td.high {
    font-size: 16px;
    color: #6b98d4;
    font-weight: 600;
}
.table-responsive .table-style2 tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-responsive .table-style2 tr:nth-of-type(even) {
    background-color: #fff;
}

.legend {
    text-align: center;
}

.legend > div {
    display: inline-block;
}

.legend > div:first-child {
    margin-right: 20px;
}

.legend > div span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #444e52;
    margin-right: 5px;
}

.legend > div.benchmark {
    color: #999;
}

.legend > div.benchmark span {
    background-color: #999;
}

.download-doc {
    padding:90px 0;
}
.download-doc h2 {
    margin:0 0 60px;
    padding:0;
    font:34px adobe-garamond-pro, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-align:center;
    color:#3a5579;
}
.download-doc h2 span {
    color:#2e88ba;
}

.download-doc .col-4 {
    margin-bottom: 30px;
}

a.download-block {
    font-size:24px;
    font-weight:bold;
    color:#444e52;
    text-transform:uppercase;
    padding:40px 35px;
    /* margin-bottom:30px; */
    display:block;
    text-align:center;
    border:1px solid #ddd;
    height: 100%;
}
a:hover.download-block {
    color:#3f7fa3;
}

a.download-block span {
    display:block;
    font-size:20px;
    padding-bottom:10px;
    font-weight:normal;
    color:#72797c;
    text-transform: none;
}
a.download-block svg {
    width:26px;
    height:auto;
    fill:#3f7fa3;
}

/* Sidebar CSS ///////////////*/
.widget {
    padding: 0 20px 20px 0;
    /*width:75%;
    float:right;*/
}

.gray-sidebar {
    padding: 81px 0 95px 0;
    background: #f9f9f9;
    position:relative;
    top:-53px;
}
.gray-sidebar:after {
    background-color: #f9f9f9;
    content: '';
    position: absolute;
    right: 100%;
    width: 1000%;
    height: 100%;
    z-index: 0;
    top: 0;
}
.gray-sidebar .widget h2 {
    margin: 0 0 12px;
    padding: 0 0 20px;
    font: 30px sofia-pro, Arial, Helvetica, sans-serif;
    color: #3a5579;
    position: relative;
    text-transform: uppercase;
    letter-spacing:2px;
}
.gray-sidebar .widget h2.active {
    color: #3a5579;
}

.widget h2 {
    margin: 0 0 10px;
    padding: 0 0 20px;
    font: 20px Lato, Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.widget h2 span {
    font-size: 14px;
    display: block;
}

.widget p.total {
    color: #4cbfe0;
    font-size: 18px;
    margin: 0 0 5px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    color: #fff;
}
.widget.news ul li {
    padding: 0 0 5px 22px;
    background: url(../img/bullet.png) no-repeat left 6px;
}
.widget ul li a {
    color: #fff;
    line-height: 1.5;
    display: block;
}
.widget ul li a:hover {
    color: #accefd;
}

.gray-sidebar .widget li {
    margin:0 0 25px;
    padding:0 0 15px;
    position:relative;
}
.gray-sidebar .widget li a {
    font-size:22px;
    padding: 0;
    background: none;
    color: #3a5579;
    position:relative;
    text-transform:uppercase;
}
.gray-sidebar .widget li a:hover,
.gray-sidebar .widget li.active a {
    color: #2e88ba;
}
.gray-sidebar .widget li.active::before {
    width:90px;
    height:2px;
    bottom:0;
    content:'';
    background:#2e88ba;
    position:absolute;
    left:0;
}


.widget .share-price {
    padding-right: 40px;
}

.widget .share-price li {
    display: flex;
    justify-content: space-between;
}
.widget .share-price li span {
    color: #4cbfe0;
}

/* List Page ////////////////////////*/
.main {
    /*overflow: hidden;*/
}
.column-direction {
    flex-direction: row-reverse;
}
.inner-banner {
    min-height: 295px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    /* background-position: center calc(50% + 0px); */
    background-size:cover;
}
.inner-banner2 {
    min-height: 200px;
}

.inner-banner:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.inner-banner2:before {
    width: 100%;
    height: 100%;
    background: rgba(58, 85, 121, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.inner-banner h1 {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 50%;
    padding: 0;
    font:38px sofia-pro, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    text-align: center;
}
.inner-banner h1 span {
    display:block;
    font-size:18px;
    letter-spacing:2px;
}


.inner-banner2 h1 {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 50%;
    padding: 0;
    font:28px sofia-pro, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform: capitalize;
    letter-spacing:2px;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    text-align: center;
}


.inner-banner p.news-meta {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 15px;
    padding: 0;
    font:14px sofia-pro, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #fff;
    text-align: center;
}

.breadcrumb {
    padding:0 60px;
    color: #666;
    background: none;
    z-index: 1;
    padding: 10px 60px;
    position:relative;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    text-transform: capitalize;
    color: #666;
    font-weight:600;
}
.breadcrumb a {
    color: #666;
    font-weight:normal;
}
.breadcrumb li::after {
    content: ">";
    margin-left: 10px;
    font-weight:normal;
}
.breadcrumb a:hover {
    color: #666;
    text-decoration: underline;
}
.breadcrumb li:last-child::after {
    content: "";
}

/* Category Page //////////////////////////////*/
.content {
    padding-top:85px;
    padding-bottom:60px;
}
.content-in {
    padding-top: 31px;
}

.category-content.content-in,
.content.content2,
.content.category-tabs,
.sitemap.content {
    padding-top: 0px;
}

.category-content.content-in {
    padding-bottom: 50px;
}

.category-content.content-in.padding-less-tabs {
    padding-bottom: 26px;
}

.content.content2 {
    padding-bottom: 27px;
}

.content-tabs {
    padding-top: 32px;
}

.sitemap.content {
    padding-top: 30px;
}

/* .content-in p {
    font-size:22px;
    line-height: 1.64;
} */

.side-nav-content2 {
    margin-top: 50px;
}

.side-nav-content2,
.content-in .side-nav-content2 p {
    font-size: 18px;
}

.side-nav-content2:first-child {
    margin-top: 0;
}

.content .justify {
    text-align:justify;
}

.content-in  .content-tabs p {
    font-size:18px;
}

.content h2 {
    margin:0 0 25px;
    padding:0;
    font-size:36px;
    color:#3f7fa3;
    text-transform:uppercase;
}

.category-content h2 {
    margin-top: 30px;
}

/* Contact ////////////////////////*/
.content.contact, .content.jobs {
    padding-top: 40px;
}
.contact .content-tabs {
    padding-top: 0px;
}

.contact .resp-tab-content .row .col-6:nth-child(2) {
    padding-left: 0px;
}

/* .contact p {
    margin:0 0 55px;
    padding:0;
    font-size:18px;
} */
.contact a {
    font-weight:600;
}

.our-office {
    padding:90px 0;
    margin-bottom:120px;
    background:#3a5579;
}
.our-office h2 {
    margin:0 0 45px;
    padding:0;
    font:34px adobe-garamond-pro, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
}
.our-office h2 span {
    font-weight:300;
}

.our-office h3 {
    margin:0 0 45px;
    padding:0 0 20px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    position:relative;
}
.our-office h3::before {
    width:90px;
    height:2px;
    background:#2e88ba;
    content:'';
    left:0;
    right:0;
    margin:0 auto;
    bottom:0;
    position:absolute;
}

.our-office p.title {
    margin:0 0 50px;
    padding:0;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    position:relative;
}
.our-office p {
    margin:0 0 50px;
    padding:0;
    font-size:18px;
    color:#fff;
    text-align:center;
    position:relative;
}
.our-office p a {
    color:#4fa7d8;
}


/* Footer ///////////////////////////////*/
.footer {
    padding: 60px 0 50px;
    background: #f9f9f9;
    position: relative;
}
.footer ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.footer ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
     text-transform: uppercase;
    color: #444e52;
    line-height: 5px;
}
.footer ul li a {
    padding: 0 10px;
    color: #444e52;
}
.footer ul li a:hover,
.footer ul li a.active {
    color: #2e88ba;
}

.footer p {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: normal;
    color: #444e52;
}
.footer .copyright p {
    margin: 0;
    padding: 0;
}
.footer .copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 60px;
}

.footer .copyright p {
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    text-transform: none;
}
.footer .copyright p a {
    color: #444e52;
}
.footer .copyright p a:hover span {
    color: #2e88ba;
}
.footer .copyright p a:hover {
    color: #2e88ba;
}

.footer .copyright p.atibt {
    position: absolute;
    left: 3%;
    bottom: 48px;
}
.footer .copyright p.lab {
    position: absolute;
    right: 3%;
    bottom: 48px;
}
.footer .copyright p.atibt span {
    display: block;
    padding-top: 8px;
}

.scrollup {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 15px;
    bottom: 70px;
    text-indent: -9009px;
    z-index: 888;
    background: url(../img/arrow-up-n.png) no-repeat left top;
}
.scrollup:hover {
    background: url(../img/arrow-up.png) no-repeat left top;
}



/*------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* IE < 8 */
}

.flash {
    margin-bottom: 20px;
    text-align: center;
}

.error, .error-message {
    color: #ff0000;
}

.error-message {
    font-size: 16px;
}

.subscription-form .input.checkbox {
    margin-bottom: 10px;
}

.subscription-form .cbox {
    margin-bottom: 0px;
}

.subscription-form .fund-checkbox.first {
    margin-top: 20px;
}

.subscription-form .fund-checkbox {
    margin-bottom: 20px;
}

/** Disclaimer popup */
/* .mfp-bg {
    background: rgba(255, 255, 255, 0.95);
} */

.disclaimer {
    max-width: 960px;
    padding: 60px 100px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    /* max-height: calc(100vh - 200px); */
}

.disclaimer .logo {
    text-align: center;
    margin-bottom: 30px;
}
.disclaimer .btn-normal {
    cursor: pointer;
    padding: 18px 100px;
}

.disclaimer .decline {
    display: inline-block;
    min-width: 200px;
    line-height: 40px;
}

.disclaimer .tnc {
    /* max-height: calc(100vh - 200px - 120px - 220px); */
    overflow: auto;
    padding: 0px 10px;
}

.disclaimer .tnc,
.disclaimer .tnc p {
    line-height: 1.3;
}

.form-inner {
    padding: 0px 10px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #4f709e;
}

.form-inner .input {
    display: inline-block;
}

.form-inner .input label {
    margin-left: 10px;
    cursor: pointer;
}

.form-inner .input select {
    font-size: 18px;
    font-weight: bold;
    color: #4f709e;
    background-color: #fff;
    border: 1px solid #ccc;
    background: #fff url(../img/disclaimer-arrow-down.png) no-repeat 96% 50%;
    min-width: 220px;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
}

.form-inner input[type="checkbox"] {
    margin-right: 5px;
}

/* ///////////////////////////////////////////////////////
    Media CSS
////////////////////////////////////////////////////*/
@media only screen and (max-width: 1600px) {
    .header {
        padding-left: 60px;
        padding-right: 60px;
    }
    /* .intro-info .blue-box {
        padding: 74px;
    } */
    .sticky-nav {
        top: calc(100px + 295px);
    }

    .fundabout-info, .fundabout-info2 {
        padding: 120px 103px;
    }
}
@media only screen and (min-width: 1280px) {
    body {
        overflow-x: hidden;
    }
}
@media only screen and (min-width: 1700px) {
    .sidebar-box {
        display: block;
    }
}
@media only screen and (max-width: 1700px) {
    .breadcrumb {
        visibility: hidden;
    }
}
@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1230px;
    }
    /* .gray-sidebar {
        padding: 81px 20px 95px 30px;
    } */
}
@media only screen and (max-width: 1366px) {
    /* .intro-info .blue-box {
        padding: 65px;
    } */
    .fundabout-info, .fundabout-info2 {
        padding: 120px 70px;
    }
}
@media only screen and (max-width: 1280px) {
@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1130px;
    }

    /* .intro-info .blue-box {
        padding: 58px;
    } */

    .news-container {
        padding: 0px 15px;
    }

    .news-container .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .news-main .row .col-4 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .fundabout-info, .fundabout-info2 {
        padding: 120px 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
        background: #fff;
        position: fixed;
        top: 0;
    }

    .mobile-header.sticky {
        padding: 10px 0 0;
    }

    .mobile-header.sticky .logo {
        width: 120px;
        margin-bottom: 5px;
    }

    .mobile-header.sticky .lang {
        top: 20px;
    }

    .mobile-menu-close {
        float: right;
    }
    .toggle:hover {
        color: #fff;
    }

    .main-slider, .inner-banner {
        margin-top: 140px;
    }
    img {
        max-width: 100%;
    }
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }

    .breadcrumb {
        display: none;
    }
    .home-slider .owl-nav .owl-prev {
        left: 15px;
    }

    .home-slider .owl-nav .owl-next {
        right: 15px;
    }

    .gray-sidebar {
        top: unset;
        padding-top: 30px;
    }

    .award-block {
        min-height: 120px;
        text-align: center;
    }

    .fund-detail-award .award-block {
        min-height: unset;
    }

    .awardblock-hover {
        display: none;
    }

    .team-block.with-img {
        display: block;
    }

    .team-block.with-img .img-container {
        margin-right: 0px;
        text-align: center;
    }

    .fundabout-info, .fundabout-info2 {
        padding: 30px;
    }

    .news-block {
        padding: 15px;
    }

    .home-about img {
        max-width: 100%;
    }

    .sticky-nav {
        top: calc(140px + 291px);
    }

    .category-content.content-in {
        padding-top: 30px;
    }

    .disclaimer {
        max-height: calc(100vh - 50px);
        font-size: 14px;
    }

    .disclaimer .tnc {
        max-height: calc(100vh - 50px - 120px - 220px);
        overflow-y: auto;
    }

    .disclaimer .tnc::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .disclaimer .tnc::-webkit-scrollbar:vertical {
        width: 11px;
    }

    .disclaimer .tnc::-webkit-scrollbar:horizontal {
        height: 11px;
    }

    .disclaimer .tnc::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white;
        background-color: rgba(0, 0, 0, .5);
    }
}
@media only screen and (max-width: 812px) {
    body {
        font-size: 16px;
    }
    .main-slider, .inner-banner {
        margin-top: 136px;
    }
    .home-slider .slide-content h2 br {
        display: none;
    }
    .main-slider .owl-nav {
        display: none;
    }

    /* .intro-info .blue-box {
        padding: 30px;
    } */
    .intro-info .blue-box p {
        font-size: 22px;
    }
    .home-about, .our-fund, .other-links {
        padding: 40px 0;
    }
    .home-about h2 {
        /* margin: 0 0 30px; */
        font-size:28px;
    }
    .home-about .row {
        row-gap: 20px;
    }
    .our-fund h2 {
        margin: 0 0 30px;
        font-size:28px;
    }
    .home-about p.title {
        font-size:20px;
    }
    .home-about p:last-child {
        margin-bottom:0;
    }
    .our-fund-links li {
        width: 25%;
    }
    .our-fund-links li a {
        padding: 25px 0;
        font-size: 20px;
    }
    .row-justify {
        height:auto;
    }

    .intro-right {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    /* .intro-right a {
        position:relative;
        margin:0  auto;
        top:0;
         transform: translateY(0);
    } */
    .home-about img {
        max-width:100%;
    }

    .our-fund-links li {
        width: 100%;
        margin-bottom:10px;
    }
    .other-links a {
        margin-bottom:10px;
    }
    .inner-banner h1 {
        font-size:28px;
        line-height: 1.2;
        padding: 0px 15px;
    }

    .inner-banner h1 span {
        font-size: 13px;
        margin-top: 5px;
    }

    .content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .our-fund-in, .our-office {
        margin-bottom:30px;
    }
    .our-office {
        padding:30px 0;
    }
    .our-office h2, content h2 {
        margin: 0 0 25px;
        font-size: 24px;
    }

    .widget {
        padding:15px;
    }

    .breadcrumb {
        padding: 0 30px;
    }

    .award-filter {
        padding: 0px 0px 30px;
    }


    .gray-sidebar {
        top:0;
        padding-top:30px;
        padding-bottom:30px;
        left: -15px;
    }
    .gray-sidebar .widget h2 {
        font-size:18px;
    }
    .widget ul li, .gray-sidebar .widget li a {
        font-size:14px;
    }
    .resp-tabs-list li {
        font-size: 18px;
        line-height:normal;
    }
    .content-in .content-tabs p {
        font-size: 16px;
    }
    .resp-tab-content {
        padding: 25px 0 0;
    }
    .fund-detail, .performance, .download-doc, .legal-notice,
    .fund-detail-award {
        padding-top: 30px;
        padding-bottom:30px;
    }
    .legal-notice {
        padding-left:15px;
        padding-right:15px;
    }

    .fund-detail .btn-bar {
        margin-bottom: 0px;
    }

    .fund-info {
        margin-bottom:30px;
        height: calc(100% - 30px);
        padding: 30px 10px;
    }
    .fundabout-info, .fundabout-info2 {
        padding:30px;
    }

    .page-nav {
        padding: 15px;
    }

    .fund-detail h2,
    .downloaddoc-form h2 {
        margin-bottom: 30px;
    }

    .fund-detail h2,
    .downloaddoc-form h2,
    .fundabout-info h2,
    .fundabout-info2 h2,
    .performance h2,
    .download-doc h2 {
        font-size: 26px;
    }

    .fundabout-info p.title {
        margin-top: 30px;
    }

    .gray-sidebar:after,
    .blue-sidebar:after {
        display: none;
    }

    .quick-block-in h2 {
        font-size:20px;
    }
    .quick-block-in a {
        font-size:16px;
    }

    .sub-content {
        padding-bottom:35px;
    }
    .content.news-content h2,
    .content.news-content h2.title2 {
    margin: 0 0 25px;
    font-size: 20px;
    }

    .application-form {
        padding:35px 0;
    }
    .application-form h2 {
        margin: 0 0 25px;
        font-size: 24px;
    }

    .legal-notice p {
        font-size: 16px;
    }

    .application input[type="text"], .application input[type="email"], .application input[type="tel"],
    .application input[type="subject"], .application input[type="text"], .application textarea,
    .upload-file-input {
        font-size:16px;
    }
    .application .select-box__input-text {
        font-size: 16px;
    }
    .content h2 {
        margin: 0 0 25px;
        font-size: 24px;
    }
    /* .content-in p {
        font-size: 20px;
    } */

    .news-main {
        margin-bottom: 0px;
        padding-top: 30px;
    }
    .news-main .result {
        padding-bottom: 30px;
    }
    .news-main .row .col-4 {
        margin-bottom: 30px;
    }
    .news-block {
        padding: 30px 15px;
    }
    .news-block h3 {
        font-size: 18px;
    }

    .news-filter {
        padding: 20px 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .mfp-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .application-form {
        overflow:hidden;
    }

    .custom-file-input::before {
        font: 13px sofia-pro, Arial, Helvetica, sans-serif;
    }
    .custom-file-input::-webkit-file-upload-button {
      visibility: hidden;
      width:260px;
    }

    .two-col,
    .team-list {
        margin-top: 30px;
    }

    .fund-list {
        padding: 20px;
    }

    .home-about .btn-normal {
        margin-top: 0px;
    }

    .content-tabs .resp-tabs-list li {
        width: 50%;
        flex: 0 0 50%;
        padding: 15px 5px 15px 0;
        margin: 0;
    }

    .disclaimer {
        /* height: 100vh; */
        height: auto;
        padding: 30px;
        width: 95%;
        max-width: unset;
    }

    .disclaimer .btn-normal {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-banner {
        min-height: 150px;
    }
    .desktop-hidden {
        display: table;
    }
    .mobile-hidden {
        display: none;
    }
    .col-2,
    .col-2-half,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .home .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .intro-info .bg-img {
        display: none;
    }
    .intro-info .intro-left {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
    }
    .intro-info .intro-right {
        background:url(../img/intro-img-right.jpg) no-repeat center;
        background-size:cover;
    }
    .intro-info .intro-right a {
        margin: 0 auto;
    }

    .fund-list .row {
        margin-bottom: 20px;
    }
    .fund-list p, .fund-main .fund-list p.title {
        padding: 0 10px;
    }

    .col-offset-2 {
        margin-left: 0px;
    }

    .column-direction {
        flex-direction: column;
    }

    .home-slider .slide-content {
        padding: 0px 15px;
    }

    .home-slider .slide-content .slider-title strong {
        font-size: 28px;
    }

    .home-slider .slide-content h2 {
        line-height: 1.2;
    }

    .main-slider, .home-slider .item {
        /* height: calc(100vh - 141px); */
        height: 350px;
    }

    .sticky-nav a {
        padding: 7.5px 20px;
        width: 45px;
        height: 45px;
    }

    .sticky-nav a span {
        padding-left: 35px;
    }

    .sticky-nav a:hover,
    .sticky-nav.active a {
        width: 180px;
    }

    .sticky-nav a img {
        width: 30px;
        top: 7px;
        left: 8px;
    }

    .sticky-nav a.i-invest {
        top: 46px;
    }

    .sticky-nav a.i-subscribe {
        top: 92px;
    }

    .fundabout-info, .fundabout-info2 {
        padding: 30px 15px;
    }

    .fund-about ul li {
        padding: 0 0 3px 20px;
    }

    .fundabout-info p.title {
        font-size: 22px;
    }

    .table-responsive {
        overflow-x:scroll;
    }

    .performance table td, .performance table th {
        font-size: 16px;
    }

    .performance table td:not(:first-child) {
        white-space: nowrap;
    }

    .table-responsive .table-style1 tr th {
        padding: 5px;
        width: auto;
    }

    .table-responsive .table-style2 tr th {
        width: auto;
    }

    .two-col tr td,
    .team-list tr td {
        flex: 0 0 100%;
    }

    .team-block.with-img {
        display: block;
    }

    .team-block .img-container {
        margin-right: 0px;
        text-align: center;
        line-height: 0;
        margin-bottom: 15px;
    }

    .home-about h2, .our-fund h2 {
        font-size: 27px;
    }

    .gray-sidebar {
        left: unset;
        margin-bottom: 15px;
    }

    .fund-list {
        padding: 27px 10px 10px;
    }

    .btn-normal {
        width: 220px;
        display: block;
        margin: 0 auto;
    }

    .application input[type="submit"], .application .btn,
    .btn-normal, .fund-detail .btn-normal, a.download-block, a.download-block span {
        padding: 10px;
        font-size: 16px;
    }

    .application input[type="submit"], .application .btn {
        width: 220px;
    }

    .news-main {
        padding: 30px 0px 0px;
    }

    .contact .resp-tab-content .row .col-6:nth-child(2) {
        padding-left: 15px;
    }

    .sticky-nav {
        top: calc(140px + 146px);
    }

    .fund-detail .row .col-3,
    .fund-detail-award .row .col-3,
    .download-doc .row .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fund-detail-award {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    a.download-block {
        margin-bottom: 0px;
        height: auto;
    }

    .download-doc {
        padding-bottom: 0px;
    }

    .download-doc h2 {
        margin-bottom: 30px;
    }

    a.download-block span {
        padding: 0px;
    }

    .page-nav {
        padding: 15px 5px;
    }

    .page-nav .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .page-nav .row {
        align-items: center;
        min-height: 60px;
    }

    .page-nav .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .page-nav a {
        font-size: 16px;
        line-height: 1;
    }

    .page-nav .prev svg, .page-nav .next svg,
    .page-nav a.back svg {
        width: 35px;
        height: 20px;
    }

    .page-nav .next svg {
        margin-right: 0px;
    }

    .page-nav .prev span, .page-nav .next span {
        display: inline-block;
        max-width: 90px;
        padding-right: 0px;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .content-tabs {
        padding-top: 30px;
    }

    .fund-about .risk-level {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .disclaimer {
        /* height: 100vh; */
        padding: 30px 15px;
    }

    .disclaimer .logo {
        margin-bottom: 30px;
    }

    .disclaimer .btn-bar {
        padding: 0px 0px 20px;
    }

    .disclaimer .btn-normal {
        padding: 10px;
    }

    .disclaimer .tnc {
        /* height: calc(100vh - 45px - 158px - 150px); */
        margin-bottom: 15px;
    }

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

@media only screen and (max-width: 568px) {
    .home-slider .slide-content h1 {
        font-size:24px;
    }

    .award-block {
        min-height: inherit;
    }

    .downloaddoc-form {
        padding:30px;
    }
    .newsletter ul li {
        width:100%;
    }

    .custom-file-input {
        margin-left: 38px;
    }

    .custom-file-input::after {
        left: 7px;
        top: 15px;
    }

    .footer .copyright {
        text-align: center;
        padding: 0 30px;
        display: block;
    }
    .footer p {
        text-align: center;
    }
}
@media only screen and (max-width: 414px) {
    .custom-file-input {
        margin-left: 48px;
    }
    .custom-file-input {
        margin-left: 48px;
        width: 315px;
    }
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
    .custom-file-input {
        margin-left: 48px;
        width: 215px;
    }
    .custom-file-input::before {
        content:"Add attached document";
    }
    /* 'Add attached document (Word, PDF, Max 300 Ko)*' */
}
