body:not(.home) {
    background-color: #f7f5f4 !important;
}

section.inner-banner-section {
    height: 100vh;
    max-height: 900px;
    min-height: 700px;
    padding: 0;
}

.inner-banner-section .section-inner {
    height: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26vw), 0% 100%);
}

.inner-banner-section .bg-wrapper,
.inner-banner-section .bg-wrapper .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-banner-section .bg-wrapper .bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-banner-section .bg-slant {
    position: absolute;
    width: 35vw;
    height: 26vw;
    top: 100%;
    background-color: #1c2156;
    opacity: 0.5;
    transform: skewY(15deg);
    z-index: 1;
    top: calc(100% - 12vw);
}

.inner-banner-section .banner-caption-wrap {
    z-index: 1;
    position: absolute;
    bottom: 20vw;
    width: 100%;
}

.banner-caption-wrap .banner-title {
    margin-bottom: 0;
    font-weight: 500;
}

.banner-caption-wrap .banner-title-wrap {
    max-width: 80%;
}

.banner-title-wrap .sub-title {
    font-size: 36px;
    margin-top: 15px;
}

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

.number-counter-text .count-no {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
}

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

.section.bythe-number-section {
    padding-top: 40px;
}

.count-no sub {
    font-size: 65%;
    bottom: 0.07em;
}

.count-no sup {
    font-size: 65%;
    top: -0.33em;
}

.number-counter-text .count-no {
    margin-bottom: 20px;
}

.number-counter-text .count-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.number-counter-text {
    border-right: 1px solid #cfcdc9;
    height: 100%;
}

.number-counter-col {
    margin-bottom: 60px;
}

.number-counter-col:last-child .number-counter-text {
    border: none;
}

.section+.section.table-section-wrapper {
    padding-top: 0;
}

.table-main-wrapper {
    padding-top: 25px;
    border-top: 1px solid #cfcdc9;
    margin-bottom: 100px;
}

.table-main-wrapper .section-title {
    padding: 0;
    font-size: 36px;
    margin-bottom: 28px;
}

.table-main-wrapper .section-title::before,
.download-report-section .section-title:before {
    display: none;
}

.custom-table-wrap table {
    width: 100%;
    font-size: 16px;
    color: #5e4f47;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.custom-table-wrap table th {
    color: #1c2156;
    background-color: #d5e4f4;
}

.custom-table-wrap table th,
.custom-table-wrap table td {
    padding: 10px 15px;
    border-right: 1px solid #aea8a5;
    border-bottom: 1px solid #aea8a5;

}

.custom-table-wrap table th:not(:first-child),
.custom-table-wrap table td:not(:first-child) {
    text-align: center;
}

.custom-table-wrap table th:last-child,
.custom-table-wrap table td:last-child {
    border-right: none;
}

.custom-table-wrap table td {
    background-color: #fff;
}

.custom-table-wrap table tr:nth-child(odd) td {
    background-color: #f7f5f4;
}

.custom-table-wrap table tr:last-child td {
    border-bottom: none;
}

.table-main-wrapper .table-note-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-main-wrapper:last-child {
    margin-bottom: 0;
}

.section.download-report-section {
    background-color: #1e3278;
    padding: 140px 0;
    color: #fff;
}

.download-report-section .section-title {
    padding: 0;
    font-size: 36px;
    margin-bottom: 50px;
}

.download-report-col {
    margin-bottom: 30px
}

.download-report-col a {
    padding-left: 80px;
    color: #1ca6df;
    position: relative;
    display: block
}

.download-report-col a:hover {
    color: #1ca6df;
}

.download-report-col .report-title {
    font-size: 33px;
    margin-bottom: 6px;
    color: #1ca6df;
}

.download-report-col a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/download-icon-teal.svg);
    height: 52px;
    width: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.download-report-col .date-text {
    font-size: 16px;
    color: #8f98bb;
    display: block;
}

.perfomance-dropdown {
    margin-top: -100px;
    margin-bottom: 90px
}

/* investor document */
.invest-document-col .col-inner {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 20px;
    min-height: 165px;
    height: 100%;
}

.invest-document-col {
    margin-bottom: 38px;
}

/* investor document */
.invest-document-col .col-inner a {
    display: block;
    color: #1c2156;
    padding-left: 80px;
    position: relative;
    text-decoration: none;
}

.invest-document-col a::before {
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/download-icon-blue.svg);
    height: 52px;
    width: 52px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.invest-document-col .investor-title {
    font-size: 33px;
    font-weight: 700;
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
    color: #1c2156;
}

.invest-document-col .col-inner a:hover .investor-title {
    color: #0047bb
}

.invest-document-col .date-text {
    font-size: 16px;
    display: block;
    color: #a4a6bb;
}

.class-grid-section .class-filter-wrapper {
    padding: 45px 0;
    background-color: #abcae9;
}

.select-wrapper.class-filter-wrapper .dropdown-toggle {
    background-color: #fff!important;
    color: #1c2156!important;
    border: none;
}

.select-wrapper.class-filter-wrapper .dropdown-menu li a {
    color: #1c2156;
}

.select-wrapper.class-filter-wrapper .dropdown-toggle .psorting-label {
    color: #555880;
}

.class-filter-wrapper .dropdown-toggle .caret {
    border-top-color: #1c2156;
}

.class-filter-wrapper .filter-result-text-wrap {
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 20px;
    flex: auto;
    margin-left: 8px;
    min-height: 58px;
    display: flex;
    align-items: center;
}

.class-filter-wrapper .class-filters {
    display: flex;

}

.filter-result-list .filter-result-single {
    display: inline-block;
}

.filter-result-text-wrap .info-label {
    font-weight: 500;
}

.filter-result-text-wrap .filter-result-single {
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.class-grid-row {
    padding: 100px 0;
}

.blue-counter-row .number-counter-text .count-no {
    color: #1ca6df
}

.blue-counter-row .number-counter-text {
    color: #5e4f47;
    border-right: 1px solid #8ed2ef;
    height: 100%;
}

.number-counter-text .count-desc {
    font-size: 22px;
    display: block;
    margin-top: 15px;
}

.home-counter-section .number-counter-text {
    text-align: left;
}

.bythe-number-section .counter-note-text {
    margin-top: 25px;
    margin-bottom: 50px;

}

.bythe-number-section .counter-note-text,
.bythe-number-section .counter-note-text p,
.table-note-wrapper,
.table-note-wrapper p {
    font-size: 16px;
    color: #5e4f47;
}

body.home .download-report-section {
    padding-bottom: 50px;
}

body .section-parent-main .site-footer {
    background-color: #1ba6df !important;
}

.gradiant-simple-content-section .light-color h3 a {
    color: #fff;
}

.gradiant-simple-content-section .light-color a .arrow-icon {
    background-color: #fff;
    color: #1CA6DF;
}

a .arrow-icon::before {
    line-height: 44px;
    top: -7px;
    left: 52%;
}

.gradient-section-slants-content-wrap {
    min-height: 450px;
}

.all-section-parent .download-report-section+footer {
    padding-top: 0;
}

.all-section-parent footer .copyright-wrap {
    padding-top: 120px
}

.stagger-anim {
    opacity: 0;
}

/* investor document ENd*/



.reveal-fade {
    opacity: 1 !important;
}

.pie-chart-main {
    height: 700px;
    max-width: 700px;
    margin: 0 auto;
}

.pie-label {
    display: block;
    font-size: 40px;
    color: #fff
}

.pie-label sup {
    font-size: 55%;
}

.pie-chart-wrapper {
    font-size: 16px;
    color: #5e4f47
}

.number-counter-row {
    justify-content: center;
}

/* .number-counter-col
{
    padding-bottom: 45px;
    margin-bottom: 45px;
    position: relative;
}
.number-counter-col::before
{
    content: '';
    position: absolute;
    left: -300%;
    bottom: 0;
    height: 1px;
    background: #cfcdc9;
    top: auto;
    right: -200%;
}
.number-counter-row
{
    overflow: hidden;
    bottom: 0;
} */

.bythe-number-section+.chart-section,
.section.sector-section {
    padding-top: 0;
}

.pie-chart-single {
    text-align: center;
}

.pie-chart-single .chart-title {
    font-size: 36px;
    color: #1c2156;
    font-weight: 500;
    margin-bottom: 0;
}

.sector-section .title-wrap {
    padding-top: 25px;
    border-top: 1px solid #cfcdc9;
}

.sector-section .sector-title {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 36px;
}

.sector-chart-listing .sector-single {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.sector-chart-listing .sector-single:last-child {
    margin-bottom: 0;
}

.sector-single .sector-label {
    flex: 0 0 270px;
    max-width: 270px;
    padding-right: 20px;
    font-size: 16px;
    color: #000;
}

.sector-single .sector-chart-wrap {
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
}

.sector-chart-anim {
    height: 20px;
    position: relative;
    display: flex;
}

.sector-chart-anim .bar-chart {
    height: 100%;
    background-color: #1e3278;
}

.sector-chart-text {
    font-size: 16px;
    margin-left: 6px;
    color: #000;
}

/* Version upgrade */
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.more-menu-section .modal-dialog {
    pointer-events: unset;
    max-width: 100%;
    margin: 0 !important;
    transform: none !important;
    height: 100%;
}

.news-list .news-date {
    color: #716e6a;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: unset;
}

.news-list .news-title {
    color: #1c2156;
    font-size: 20PX;
    border: none;
    font-weight: bold;
    padding: 0;
}

.news-list .news-content {
    font-size: 16px;
    color: #5e4f47;
    line-height: 1.4;
}

.news-list a {
    text-decoration: none;
}

.news-list {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b0aca8;
}

.news-list:last-child {
    margin-bottom: 0;
    border: none;
}

nav.pager ul.pager__items li a {
    font-size: 16px;
    text-decoration: none;
}

nav.pager ul.pager__items li {
    font-weight: 700;
    margin-bottom: 15px;
    margin-left: 0;
}

.newsdetailWraps h2 {
    color: #1c2156;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0.5em;
    margin-top: 0;
}

.datend {
    font-size: 16px;
    color: #716e6a;
    margin-bottom: 0.5em;
}

.sidebar-section .sidestickParentW {
    transform: none !important;
}

.news-details,
.news-details p {
    font-size: 16px;
    color: #5e4f47;
    line-height: 1.4;
}

.sec-filling .news-details a {
    font-size: 16px;
}

.bg-wrapper iframe {
    pointer-events: none;
}

.footnote-no {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #aea8a5;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
}

.footnote-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #aea8a5;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 1.1;
    left: -160px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    z-index: 2;
    text-transform: unset;

}

.footnote-wrap {
    position: relative;
    vertical-align: super;
    margin-top: -8px;
    display: inline-block;
}

.footnote-wrap.open-right .footnote-tooltip {
    left: -20px;
}

.footnote-wrap.open-left .footnote-tooltip {
    left: auto;
    right: -20px;
}

.footnote-wrap.open-bottom .footnote-tooltip {
    bottom: auto;
    top: calc(100% + 10px);
}

.footnote-wrap:hover .footnote-tooltip {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out;
}

.dropdown-toggle {
    white-space: normal;
}

.select-wrapper .dropdown-toggle .psorting-label {
    text-align: left;
}
.bg-wrapper .ratio
{
    height: 100%;
}
.portfolio-sorting-wrap .dropdown button.psorting
{
    border: none;
}
.portfolio-sorting-wrap .dropdown .dropdown-menu
{
    max-height: 255px;
    overflow-y: auto;
    overflow-x: hidden;
}
.portfolio-sorting-wrap .dropdown .dropdown-menu.show
{
    opacity: 1;
    visibility: visible;
}
.people-tab-wrapper li a{
    cursor: pointer;
}
.filter-result-text-wrap .info-label b
{
    font-weight: 700;
}
.sidebar-section p,
.sidebar-section
{
    font-size: 16px;
    color: #5e4f47;
    line-height: 1.4;
}
.news-details table {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}

.news-details table tr td {
    padding: 6px 5px;
}

.news-details table tr td.bwrowaltcolor0 {
    background-color: #e9e9e9;
}

.news-details table tr:first-child td {
    border-bottom: 1px solid #b9b9b9;
}
.important-notice-popup.modal
{
    z-index: 9999;
}
.all-section-parent.resticted-page footer .copyright-wrap
{
    padding-top: 28px;
}
.all-section-parent > p br
{
    display: none;
}
.tab-content>.tab-pane.show
{
    display: block;
}
.sector-chart-text .anim-text
{
    display:inline-block
}
.sector-chart-text
{
    display: flex;
}
.setCont .table-main-wrapper
{
    padding-top: 0;
    border-top: none;
}
.key-term-table-wrap .custom-table-wrap table th
{
    background-color: #33509e;
    color: #fff;
    border-right: none;
}
.key-term-table-wrap .custom-table-wrap table td
{
    background-color: #fff!important;
    border-right: none;
    color: #000;
}
.key-term-table-wrap .custom-table-wrap table
{
    border:none;
}
.key-term-table-wrap .custom-table-wrap table td:first-child{
    color: #33509e;
    text-transform: uppercase;
    font-weight: 700;
}
.key-term-table-wrap .custom-table-wrap{
    border-radius: 10px;
    overflow: hidden;

    box-shadow: 0 0 15px rgba(0,0,0,0.08);
}
.key-term-table-wrap .custom-table-wrap table th:not(:first-child),
.key-term-table-wrap .custom-table-wrap table td:not(:first-child)
{
    text-align: left;
}


@media (min-aspect-ratio: 16 / 9) {
    .bg-wrapper iframe {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16 / 9) and (max-width: 991px) {
    .bg-wrapper iframe {
        top: 0;
    }
}
@media(max-aspect-ratio: 16 / 9) and (max-width: 767px){
    .bg-wrapper iframe {
        width: 400%;
        left: -100%;
    }
}

.select-wrapper .dropdown-toggle
{
    padding: 15px 10px;
    padding-right: 40px;
}
.select-wrapper .dropdown-toggle .selected-value
{
    margin-top:-2px;
}
.footnote-no
{
    letter-spacing: 0;
    line-height: 19px;
}

span.note-scroll-div
{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #aea8a5;
    text-align: center;
    /* display: block; */
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    line-height: 15px;
    display: inline-block;
    vertical-align: super;
    cursor: pointer;
    font-weight: 500;
    margin-top: 0;
}
.gradiant-simple-content-section .fp-bg .fp-bg-image
{
    background-position: center;
}
body .all-section-parent footer.site-footer,
body .all-section-parent .site-footer a,
body .all-section-parent footer.site-footer p
{
    color:#5e4f47!important
}
.pie-chart-main
{
    margin-top:-40px
}
.select-wrapper.class-filter-wrapper .dropdown
{
    min-width: 170px;
}
.invest-document-col .investor-title
{
    font-weight:500
}
.banner-caption-wrap .sub-title{
    margin-top:15px;
    display: block;
}
.invest-document-col a::before
{
    transform: none;
    top:4px
}
.news-list .news-date,
.news-list a
{
    margin-bottom: 0.5em;
    display: block;
}
.news-list a:hover .news-title
{
    color:#0047bb
}
.news-list .news-title
{
    font-size: 30px;
}
.news-list .news-content
{
    font-size: 22px;
}
.newsdetailWraps h2
{
    font-weight: 500;
}
.pie-chart-main canvas:nth-child(2){
  z-index: 1;
}
.sidebar-menu-wrapper .btn-sidebar-dropdown
{
    background: #0047bb!important;
    color:#fff!important
}
.people-tab-content .tab-pane
{
    display: none!important;
}
.people-tab-content .tab-pane.show{
    display: block!important;
}
.people-tab-wrapper .nav-item .nav-link{
    background-color: transparent;
    color: #1C2156;
}

.more-menu-section.modal
{
    padding: 0;
}
.more-menu-section .container .row
{
    min-height: 100%;
    height: auto;
}

.pie-label {
    font-size: 30px;
}
.am5-html-container div:nth-child(even) > .pie-label
{
    margin-top: 40px;
}

.pie-label {
    font-size: 30px;
}
.am5-html-container div:nth-child(even) > .pie-label
{
    margin-top: 40px;
}
.chart-wrap .chart-legend
{
    height: 170px;
}