/* Start Header Styling */

.main-header .top-header {
    height: 128px !important;
}

.main-header .top-header .navbar-brand {
    margin-top: 15px !important;
}

.main-header .navbar {
    min-height: 0;
}

.sticky-nav .bottom-header {
    margin-top: 0 !important;
    background: #fff !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
}

.bottom-header-brand {
    display: none;
    opacity: 0;
    transition: .3s all;
    position: relative;
    top: -9px;
    width: 200px;
}

.sticky-nav .bottom-header-brand {
    display: block;
    opacity: 1;
    float: left;
}

.main-header.sticky-nav.header-logo-center .navbar .justify-content-center {
    justify-content: space-between !important;
}

.main-header.header-white .navbar ul.navbar-nav li a,
.social-network.round-icon li a {
    padding: 0 9px !important;
    line-height: 45px;
    border-right: 1px solid #dede03;
    font-weight: 600;
}

.main-header .top-header~.bottom-header {
    height: 85px;
    background: #fff039;
    margin-top: 128px;
}

.main-header.header-logo-center .navbar {
    padding-top: 25px;
    display: block;
}

.top-header .lang {
    height: 21px;
    border-radius: 10px;
    background: #fff039;
    float: right;
    padding: 4px 10px 0;
    margin-top: 20px;
}

.top-header .lang a {
    color: #264d8c !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold !important;
    float: left;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #dede03;
    font-weight: bold !important;
}

.top-header .lang a+a {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.social-block {
    overflow: hidden;
}

.social-network.round-icon {
    text-align: right;
    margin-top: 30px;
}

.social-network.round-icon li a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 !important;
    text-align: center;
}

.social-network.round-icon li a span:before {
    line-height: 30px !important;
}

.search-header {
    padding-top: 10px;
}

.search-header input[type=text] {
    border: none;
    border-bottom: 1px solid #264d8c;
    width: 100px;
    font-size: 12px;
    height: 24px;
    position: relative;
    top: 10px;
}

.search-header input[type=text]:active,
.search-header input[type=text]:focus {
    outline: none;
    box-shadow: none;
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    background: #fff;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.mobile-header .brand {
    width: 150px;
    float: left;
    margin: 12px 0 0 20px;
}

.mobile-header .toggle-menu {
    width: 25px;
    height: 20px;
    float: left;
    background: url(../img/hambuger-menu.png);
    background-size: 25px;
    background-repeat: no-repeat;
    margin: 23px 0 0 20px;
}

.mobile-menu {
    position: fixed;
    left: -35rem;
    top: 0;
    width: 80%;
    height: 100%;
    max-width: 35rem;
    background: #fff039;
    z-index: 9999;
    padding: 2rem 0;
    overflow: scroll;
    transition: all .2s;
}

.mobile-menu.show {
    left: 0;
}

.mobile-menu.show .close-menu {
    display: block;
}

.mobile-menu ul li {
    margin-bottom: 10px;
    list-style: none;
}

.mobile-menu ul li a {
    line-height: 34px;
    font-size: 14px;
    color: #264d8c;
}

.mobile-menu ul li ul {
    display: none;
    padding: 10px 0 0 20px;
}

.mobile-menu ul li:hover ul {
    display: block;
}

.mobile-menu ul li:hover ul li {
    position: relative;
}

.mobile-menu ul li:hover ul li:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: -15px;
    left: -20px;
    background: #dede03;
}

.mobile-menu ul li:hover ul li:after {
    content: "";
    position: absolute;
    top: 18px;
    left: -20px;
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #dede03;
}

.mobile-menu .close-menu {
    position: absolute;
    right: 10px;
    top: 28px;
    font-size: 40px;
    color: #264d8c;
    font-weight: 400;
    line-height: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}


/* ENd Header Styling */

h1,
h2,
h3,
h4,
h5,
h6,
.btn.btn-small-font {
    font-family: 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.heading h2 span,
.testimonial-container h2 {
    color: #2c59a2;
}

.testimonial-container h2 {
    font-weight: 500;
}

.main-header .top-header {
    background: #FFF;
}

.testimonial-container h2 {
    font-size: 2rem;
}

.bottom-m-space {
    margin-bottom: 1.5rem;
}

p.text-testimony {
    font-size: 20px;
    font-weight: 500;
    color: #1a3a87;
    font-style: italic;
}

.bg-gray-light.content-block {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.main-header.header-white.transparent.sticky-nav .navbar .navbar-nav>li>a,
.main-header .top-header.mega-menus .i-list.i-list-i-block.i-list-i-block-sm>li a {
    color: #1a3a87;
}

.footer-v1 .footer-main,
.footer .footer-bottom {
    background: #3f6696;
}

.footer .footer-main h4 {
    color: #fff212;
    text-transform: uppercase;
    font-family: 'MyriadPro-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer-nav ul li a {
    color: #FFF;
}

.footer-nav ul li a:hover {
    color: #fff212;
}

.footer-main {
    padding: 50px;
}

.footer-v2 h5 {
    color: #fff;
    font-size: 16px;
    font-family: 'MyriadPro-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer .footer-main p {
    color: #FFF;
}

.footer .footer-bottom p {
    color: #fff212;
}

.footer .footer-bottom {
    padding: 0.5rem 0;
}

.founder-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    border-radius: 50%;
}

.demo-wrapper .element-heading {
    margin-bottom: 2.25rem;
}

.social-network.round-icon li a {
    background: #fff039;
    border: none;
}

.main-header.header-white .navbar .navbar-nav li a,
.social-network.round-icon li a {
    color: #2c59a2;
}

.main-header.header-white .navbar .navbar-nav li a:hover,
.main-header.header-white .navbar .navbar-nav li a:focus {
    color: #2bb7ff;
}

.main-header.header-white .navbar .navbar-nav li .dropdown-menu {
    background: rgb(51, 102, 153, 0.8);
}

.main-header.header-white .navbar .navbar-nav li .dropdown-menu li a {
    color: #FFF;
}

.nav-section .navbar-nav>li>a {
    border-right: 1px solid #1c58a7;
}

.bg-blue {
    background: #3f6696;
}

.founder-quotes {
    font-size: 50px;
    color: #ffef3a;
    font-family: 'MyriadPro-Semibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 50px;
}

p.author {
    color: #ffef3a;
    font-size: 22px;
}

.btn-hasnur {
    background: #3f6696 !important;
    border-color: #3f6696 !important;
    text-transform: none;
}

.margin40 {
    margin: 40px;
}

.white-text {
    color: #FFF !important;
}

.bussiness-title {
    color: #FFF;
    margin-top: 50px;
}

.dark-blue-bg {
    background: #34547c !important;
}

.business-column,
.about-column {
    padding: 40px;
}


/* .business-column .col-wrap{
    margin-bottom:0 !important;
} */

img.business-icon {
    height: 78px;
}

.port-v2 figcaption .link-box a {
    background: #FFF;
    border-radius: 50%;
    color: #34547c;
}

.shine-effect:hover {
    background-color: #FFF;
}

.timeline_horizontal {
    padding: 80px;
    background: #fff039 !important;
}

.cd-horizontal-timeline .events-wrapper::before,
.cd-horizontal-timeline .events-wrapper::after {
    display: none;
}

.cd-horizontal-timeline .events-content p,
.cd-horizontal-timeline h4,
.cd-horizontal-timeline small {
    color: #34547c;
}

.about-banner {
    background: url('../img/background-about.jpeg');
}

.publication-banner {
    background: url('../img/publication-banner.jpg');
}

.corporate-governance-banner {
    background: url('../img/corporate-governance-banner.jpg');
}

.csr-banner {
    background: url('../img/csr-banner.png');
}

.career-banner {
    background: url('../img/career-banner.jpg');
}

.investor-relation-banner {
    background: url('../img/investor-relation-banner.jpg');
}

.bulletin-banner {
    background: url('../img/bulletin-banner.jpg');
}

.about-column.active,
.business-column.active {
    background: #ffef3a !important;
    color: #3f6696 !important;
}

.about-section p,
.about-section ul li,
.about-section ol li {
    font-size: 18px;
}

.about-section h4 {
    text-transform: uppercase !important;
}

.visual-text {
    position: relative;
    top: 150px;
}

.modal-dialog-centered .modal-body {
    margin: 0 auto;
}


/* .about-section h3{
    border-bottom:2px solid #34547c;
} */

.about-section h3,
.about-section p,
.about-section ul li,
.about-section ol li,
.about-section h2,
.content-block.partner-section h2 {
    color: #34547c;
}

.cd-horizontal-timeline,
.cd-horizontal-timeline .events-content {
    margin-bottom: 0 !important;
}

.bg-blue .bottom-space {
    margin-bottom: 1.375rem !important;
}

.content-block.bg-blue {
    padding-top: 1.375rem;
}

.pt-0 {
    padding-top: 0 !important;
}

.business-banner {
    background: url(../img/our-business-background.jpg);
}

.content-block.partner-section {
    padding-top: 0;
}

.body-text p {
    text-align: justify;
}

.publication a.read-more {
    color:#406696;
    text-decoration: underline;
    font-weight: bold;
}

.visual-title {
    font-size: 2.75rem;
}

.heading h2 span,
.testimonial-container h2,
.post-grid .content-title a,
.bussiness-title,
h4.investor-title {
    font-family: 'MyriadPro-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.business-column:hover {
    background-color: #ffef3a !important;
    color: #2c59a2 !important;
}

.sidebar-wrap {
    border-top: #ffef3a 10px solid;
    padding: 0;
}

.sidebar-text {
    margin-top: 15px;
    color: #3f6696;
    text-align: right;
}

.investor-description {
    font-size: 20px;
    color: #3f6696;
}

h4.investor-title {
    color: #3f6696;
}

h3.title-post {
    color: #1c58a7 !important;
}

hr {
    border: 1px solid #1c58a7;
}

.investor-description a.link-detail {
    color: #ffef3a;
    text-decoration: underline;
}

.box-report {
    max-width: 100%;
    text-align: center;
}

.bottom-space.btn-download-report {
    max-width: 100%;
    display: block;
    text-align: center;
}

.business-column:hover {
    background: #ffef3a !important;
}

.bussiness-title:hover {
    color: #3f6696;
}


/* .business-column.dark-blue-bg:hover {
  background: #34547c !important;
} */

.business-column:hover .icon,
.business-column:hover h4 {
    transition: all .2s ease-in-out;
}

.business-column:hover .icon,
.business-column:hover h4 {
    transform: scale(1.2);
}

.business-column {
    position: relative;
}

.business-column:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    transition: all .4s;
}

.business-column:hover::before {
    width: 100%;
}

.founder-name {
    margin-top: 65px;
    text-align: right;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .5px;
}

.founder-name span {
    font-weight: normal;
    color: rgba(255, 255, 255);
    font-weight: 600;
}

@media (max-width: 480px) {
    .bussiness-column {
        Width: 100%;
    }

}

@media (max-width: 760px) {
    .visual-title {
        font-size: 1.5rem;
    }
}

.sub-menu-page {
    padding: 0px !important;
}

.sub-menu-page .col-wrap {
    margin-bottom: 2.5rem;
}

.about-us .description {
    font-size: 1.5rem;
}

.col-md-6.wrapper-founder {
    padding-top: 95px;
}


/* .main-header.header-white .navbar .navbar-nav li a{
  font-family: 'MyriadPro-Semibold';
} */

.no-padding {
    padding: 0 !important;
}

.hide {
    display: none;
}

p.fs28 {
    font-size: 28px;
    line-height: 1.7rem;
}

p.fs20 {
    font-size: 20px;
    line-height: 1.5rem;
}

.mt30 {
    margin-top: 30px;
}

.main-header .navbar .navbar-nav li {
    font-size: 1rem;
}

.post-grid .content-title a {
    color: #3f6696;
}

.post-text-block .content-sub-title {
    font-weight: 600;
    font-size: 18px;
}

ul.no-border-radius li a {
    border-right: unset !important;
}

.caption-hover-full .content-title {
    color: #FFF;
}

.main-header.header-white .navbar .navbar-nav li .dropdown-menu li:hover {
    background: #2c59a2;
}

.main-header.sticky-nav.header-logo-center .navbar .navbar-nav>li .dropdown-menu li a:hover {
    color: #2c59a2;
}

.modal-body.p0 {
    padding: 0 !important;
}

.main-header.header-white .navbar .navbar-nav li .dropdown-menu li:hover {
    background: #ffef3a;
}

.main-header.header-white .navbar .navbar-nav li .dropdown-menu li:hover>a {
    color: #2c59a2;
}

.pb1-5 {
    padding-bottom: 1.5rem !important;
}

.about-section p {
    line-height: 25px;
    text-align: left;
}

.cd-horizontal-timeline .events a {
    font-size: 27px;
}

.cd-horizontal-timeline .events-content p {
    font-size: 1.2rem;
}

.main-header .navbar .navbar-nav li {
    font-size: 13px;
}

.main-header.header-logo-center .navbar {
    font-family: 'AvenirLTStd-Heavy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.main-navigation {
    line-height: 20px !important;
    text-align: center;
}

.main-header .navbar .navbar-nav li .dropdown-menu {
    min-width: 17.88rem;
}

.banner-home {
    margin-top: 46px;
}

p.lh18 {
    line-height: 18px;
}

p.lh26 {
    line-height: 26px;
}

.default-gallery figure .image-wrapper img {
    width: 60%;
}

.port-v2 figcaption .link-box-activites a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 3%;
    background: #5645ff;
    line-height: 48px;
    margin: 0 5px 0;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.picture-item .link-box-activites a {
    display: block;
    height: 50%;
    color: #fff;
    font-size: 1.3rem;
    line-height: calc(3rem + 1rem);
}

.port-v2 figcaption .link-box-activites a {
    width: 200px;
    line-height: 42px;
    border-radius: 0;
    text-transform: none;
    font-size: 1.3rem;
    padding: 15px;
}

.port-v2 figcaption .link-box-activities {
    position: relative;
    width: 100%;
    border-right: none;
}

.picture-item .link-box-activities {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(5rem + .3571rem);
    text-align: center;
    border-right: .07143rem solid #5645ff;
}

.picture-item .link-box-activities a {
    background: #2c59a2;
    color: #fff;
    font-size: 1.3rem;
    padding: 15px;
    text-transform: none;
}

.shine-effect:hover {
    border: 3px solid #2c59a2;
}

.btn-wrapper-gallery {
    margin-top: 15px;
}

.founder-name,
p.author {
    font-family: 'MyriadPro-Semibold';
}

.founder-name .section-name {
    font-size: 18px;
}

.cd-timeline-navigation a {
    border: 1px solid #b6b6b6;
    background: #b6b6b6;
}

.cd-horizontal-timeline .filling-line {
    background-color: #c96845;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #e5e6e6;
    border-color: #b6b6b6;
}

.cd-horizontal-timeline .events a.older-event:before {
    /* lines */
    content:"";
    position: absolute;
    left: -16px; /* adjust manually */
    border-left: 1px solid black;
    height: 100%;
    width: 1px;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #c96845;
}

.cd-horizontal-timeline .events a {
    color: #2c59a2;
}

.content-block {
    padding-top: 4rem;
}

.btn.btn-primary {
    background: #2c59a2;
    border-color: #2c59a2;
    color: #fff;
}

.bg-yellow {
    background-color: #ffef3a;
}

.p40 {
    padding: 40px;
}

.footer-nav ul li {
    line-height: 1.5;
}

.bulletin-img {
    width: 70%;
}

ul.dropdown-menu {
    margin-top: 25px;
}

.main-header.header-white .navbar ul.navbar-nav li>a.main-navigation {
    padding-bottom: 28px !important;
    border-right: 0;
    position: relative;
}

.main-header.header-white .navbar ul.navbar-nav li>a.main-navigation::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0px;
    background: #dede03;
}

.main-header.header-white .navbar ul.navbar-nav li a,
.social-network.round-icon li a {
    border-right: none !important;
}

.btn-wrapper-bulletin {
    padding: 15px;
}

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

.founder-name span {
    display: block;
    line-height: 1.2;
}

.mb30 {
    margin-bottom: 30px;
}

.pt80 {
    padding-top: 80px;
}

.pt30 {
    padding-top: 30px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color: #fff;
}

body {
    font-size: 15px;
}
.carousel-indicators li{
    max-width: 12px;
}



.cd-horizontal-timeline .timeline {
    height: 120px;
}

.cd-horizontal-timeline .events-wrapper .events {
    top: 57px;
}

.cd-horizontal-timeline .events-wrapper .events ol li a {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 36px;
}

.cd-horizontal-timeline .events-wrapper .events ol li a.selected {
    left: 180px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -41px;
    background: radial-gradient(ellipse at center, rgba(239,239,239,1) 0%,rgba(229,229,229,1) 100%);
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-weight: bold;
    font-size: 23px;
    padding: 0;
    line-height: 80px;
}

.cd-horizontal-timeline .events a:before {
    content: '';
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.cd-horizontal-timeline .events-wrapper .events ol li a.selected:after
.cd-horizontal-timeline .events-wrapper .events ol li a.selected:before {
    display: none
}

.cd-horizontal-timeline .events-wrapper .events {
    height: 7px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.16) inset;
}

.cd-horizontal-timeline .events-wrapper .events a:after {
    content: '';
    border: 4px solid #fff;
    background-color: #ddd;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.bg-dark{
    background-color: #406697 !important;
}

.bg-yellow{
    background-color: #fff038 !important;
    color:#406697 !important;
}

.text-white{
    color: #FFF !important;
}
.mail-footer:hover{
    color: #fff212 !important;
}
.header-logo{
    width: 65%;
}