@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face {
    font-family: DINPro-Light;
    src: url('../fonts/DINPro-Light.otf');
}
@font-face {
    font-family: DINPro-Regular;
    src: url('../fonts/DINPro-Regular.otf');
}
@font-face {
    font-family: DINPro-Bold;
    src: url('../fonts/DINPro-Bold.otf');
}
@font-face {
    font-family: Calibri-Regular;
    src: url('../fonts/Calibri.ttf');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-position: 0px 0px;
    background-repeat: repeat;
    font-family: Montserrat-Regular,Helvetica,Arial,sans-serif;
    background-color:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-content:before,
.container-content:after {
    content: " ";
    display: table;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.cotainer-content:after {
    clear: both;
}
.clearfix {
    clear: both;
}
.modal-open {
    overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
    position: relative;
    margin: 121px auto;
    width: 736px;
}
.modal-content {
    position: relative;
    background-clip: padding-box;
    outline: 0;
    border-radius: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-body {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    padding: 71px 99px;
}
.modal-footer {
  text-align: center;
}
.close{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 10px;
    outline: none;
    z-index: 9;
    cursor: pointer;
    line-height: normal;
    padding: 3px 11px;
}
h1,h2,h3,h4,h5{
    font-family: Montserrat-Bold,Helvetica,Arial,sans-serif;
}
p{
    font-family: Montserrat-Regular,Helvetica,Arial,sans-serif;
}
label, span, ul, li, input{
    /*font-family: Montserrat-Regular,Helvetica,Arial,sans-serif;*/
    /*'DINPro-Regular'*/
    font-family: "DINPro-Regular";
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BBBDBF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #BBBDBF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #BBBDBF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #BBBDBF;
}
.img-responsive {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container {
    padding: 0 16%;
}
.nav {
    background-color: #ffffff;
    padding: 0 3.5%;
    height: 84px;
    position: fixed;
    z-index: 999;
    width: 100%;
}
img.logo {
    width: 190px;
    display: inline-block;
    float: left;
    margin-top: 24px;
}
.navigation-menu {
    display: inline-block;
    width: auto;
    margin-left: calc(39vw - 475px);
}
.navigation-menu li {
    display: inline-block;
    font-family: Montserrat-Bold;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}
.navigation-menu li a {
    color: #6D6E70;
    padding: 34px 11px;
    display: block;
    border-bottom: 2px solid transparent;
    padding-top: 39px;
}
ul.dropdown {
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 84px;
    width: 255px;
    display: none;
}
.navigation-menu li.active a{
    color: #F06432;
}
li.has-dropdown.active:before{
    color: #F06432;
}
.navigation-menu li ul.dropdown li {
    display: block;
    border-bottom: 1px solid #6D6E70;
    font-family: Montserrat-Regular;
    text-transform: capitalize;
}
.navigation-menu li ul.dropdown li:last-child{
    border-bottom: 0;
}
ul.dropdown li:last-child{
    border:0;
}
.navigation-menu li ul.dropdown li a {
    padding: 7px 0px;
    color: #6D6E70;
}
.navigation-menu li ul.dropdown li:hover a{
    color: #F06432;
}
.has-dropdown:hover ul.dropdown{
    display: block;
    padding: 0 20px;
}
.login {
    display: inline-block;
    float: right;
}
.login .invest {
    background-color: #F06432;
    font-family: Montserrat-Bold;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
.login .invest a {
    color: #ffffff;
    padding: 36px 13px 14px 13px;
    display: inline-block;
}
.login .login-btn {
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    margin-right: 30px;
}
.login .login-btn a {
    color: #F06432;
}
.content-banner-home {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 16%;
    transform: translate(0, -50%);
}
.slider-home .swiper-slide {
    height: 60vh;
}
.slider-home .swiper-slide img {
    object-position: top;
}
.goals-planner-section .section-calculator {
    margin-top: -154px;
}
.banner-calculator img {
    object-position: 100% 24%;
}
.content-banner-home h2,
.content-banner-home h1 {
    font-size: 50px;
    font-family: Montserrat-Regular;
    color: #ffffff;
    line-height: 58px;
}
.content-banner-home h2 span {
    font-family: Montserrat-Bold;
    font-size: 48px;
    color: #F06431!important;
    margin-left: 0;
    margin-top:0;
}/*
.swiper-slide:nth-child(1) .content-banner-home h2:nth-child(1) {
    font-family: 'Montserrat-Medium';
    color: #58595b;
}
.swiper-slide:nth-child(2) .content-banner-home h2:nth-child(2) {
    font-family: 'Montserrat-Medium';
    color: #58595b;
}*/

.swiper-slide:nth-child(1) .content-banner-home h3:nth-child(1) {
    color: #58595b;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
}
.swiper-slide:nth-child(1) .content-banner-home h2:nth-child(3) {
    color: #58595b;
    font-family: 'Montserrat-Medium';
}
.swiper-slide:nth-child(1) .content-banner-home h2:nth-child(4) {
	color: #F06431;
    font-family: 'Montserrat-Medium';
}
.swiper-slide:nth-child(2) .content-banner-home h2:nth-child(1) {
    color: #58595b;
    font-family: 'Montserrat-Medium';
}
.swiper-slide:nth-child(2) .content-banner-home h2:nth-child(2) {
    color: #f26531;
    font-family: 'Montserrat-Medium';
}
.content-banner-home span {
    font-size: 19px;
    font-family: Montserrat-Bold;
    margin-left: 4px;
    display: inline-block;
    margin-top: 26px;
}
.banner-calculator-content {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 16%;
    transform: translate(0, -50%);
}
.banner-calculator-content span {
    font-family: Montserrat-Bold;
    font-size: 48px!important;
    color: #F06432;
    margin-left: 0;
}
.banner-calculator-content h2 {
    font-size: 48px;
    font-family: Montserrat-Regular;
    color: #ffffff;
    line-height: initial;
}
.banner-calculator-content h3{
    font-size: 50px;
    font-family: Montserrat-Regular;
    color: #ffffff;
    display: inline-block;
}
.content-banner-home span a {
    color: #ffff;
    display: inline-block;
    padding: 10px 11px;
    border: 3px solid #ffffff;
    background-color: #6D6E70;
}
.content-banner-top {
    position: relative;
    width: 100%;
    margin-top: 84px;
    text-align: center;
    background-color: #E6E7E8;
    z-index: 9;
    padding: 14px;
}
.banner-home {
    position: relative;
}
.content-banner-top h2 {
    font-size: 16px;
    font-family: Montserrat-Regular;
    color: #F06432;
}
.content-banner-top p {
    font-family: DINPro-Light;
    font-size: 13px;
    color: #404041;
    display: inline-block;
}
.content-banner-top span {
    display: inline-block;
    font-size: 13px;
    font-family: DINPro-Light;
}
.content-banner-top span a {
    text-decoration: underline;
    margin-left: 10px;
    color: #404041;
}
.goals-milestone-home {
    position: relative;
    padding: 36px 0;
    padding-bottom: 93px;
}
.goals-milestone-home h1 {
    font-size: 28px;
    font-family: Montserrat-Regular;
    color: #6D6E70;
    display: inline-block;
}
.goals-milestone-home h2 {
    font-size: 28px;
    font-family: Montserrat-Regular;
    color: #6D6E70;
    display: inline-block;
}
.goals-milestone-home h3 {
    display: inline-block;
    font-size: 31px;
    font-family: Montserrat-Regular;
    color: #F06432;
    margin-left: 20px;
}
.goals-milestone-home h3 span {
    display: inline-block;
    padding: 3px 13px;
    font-size: 30px;
    background-color: #F06432;
    color: #fff;
    border-radius: 50%;
    font-family: Montserrat-Bold;
    margin-right: 11px;
}
.grid-milestone-goals {
    float: left;
    width: 33.33333333333%;
    position: relative;
    height: 240px;
    border-bottom: 1px solid #A6A8AB;
    padding-top: 42px;
    padding-right: 20px;
    border-right: 1px solid #A6A8AB;
    border-left: 1px solid #A6A8AB;
    padding-left: 20px;
}
.grid-milestone-goals:nth-child(1){
    border-right: 0;
    border-left: 0;
}
.grid-milestone-goals:nth-child(2){

    border-right: 0;
}
.grid-milestone-goals:nth-child(3){

    border-right: 0;
}
.grid-milestone-goals:nth-child(4){
    width: 50%;
    border-bottom: 0;
    border-left: 0;
    padding-left:19%;
    padding-right:40px;
}
.grid-milestone-goals:nth-child(5){
    width: 50%;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding-left:40px;
    padding-right:40px;
}
.grid-milestone-goals:nth-child(4) img{
    left: 59%;
}
.grid-milestone-goals:nth-child(5) img{
    left: 150px;
}
.list-milestone-goals {
    margin-top: 54px;
}
.grid-milestone-goals span {
    font-size: 93px;
    color: #6D6E70;
    font-family: Montserrat-Bold;
    width: 68px;
    display: inline-block;
    border-top: 8px solid #6D6E70;
    line-height: 105px;
}
.grid-milestone-goals img {
    width: 65px;
    position: absolute;
    top: 20px;
    left: 115px;
}
.grid-milestone-goals h4 {
    font-family: Montserrat-Regular;
    display: inline-block;
    position: relative;
    width: 172px;
    color: #F06432;
}
.grid-milestone-goals p {
    color: #6D6E70;
    font-size: 16px;
}
.grid-6-article {
    float: left;
    width: 50%;
    height: 546px;
    position: relative;
}
.grid-5-article {
    float: left;
    width: 50%;
    height: 273px;
    position: relative;
}

.grid-calculator h3 {
    display: inline-block;
    font-size: 29px;
    font-family: Montserrat-Regular;
    color: #F06432;
    margin-left: 20px;
    margin-bottom: 27px;
}
.grid-calculator h3 span {
    display: inline-block;
    padding: 3px 11px;
    font-size: 29px;
    background-color: #F06432;
    color: #fff;
    border-radius: 50%;
    font-family: Montserrat-Bold;
    margin-right: 11px;
    width: 41px;
    text-align: center;
}
.banner-calculator {
    height: 620px;
    position: relative;
}
.text-center{
  text-align: center;
}
.section-calculator {
    position: relative;
    padding: 56px 40px;
    background-color: #ffffff;
    margin-top: -500px;
}
.calculator-section {
    position: relative;
    background-color: #F1F1F2;
}
.form-calculator {
    background-color: #F1F1F2;
    padding: 24px 70px;
}
.label-calculator label{
    font-size: 15px;
    color: #6D6E70;
    display: block;
    padding-top: 5px;
    padding-right:25px;
}
.input-calculator label{
    font-size: 12px;
    color: #A6A8AB;
}
.label-calculator {
    position: relative;
    float: left;
    width: 47.5%;
}
.input-calculator {
    position: relative;
    float: left;
    width: 52.5%;
}
.input-calculator input{
    border:0;
    outline: none;
    font-size: 18px;
    color: #F06432;
    padding: 2px 12px;
    width: 156px;
    margin-right: 8px;
}
.rangeslider {
  position: relative;
  height: 4px;
  border-radius: 5px;
  width: 100%;
  background-color: #ffffff;
}
.rangeslider__handle {
  transition: background-color .2s;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #ffffff;
  touch-action: pan-y;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: -8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #F06432;
}
.rangeslider__handle__value {
  transition: background-color .2s,  box-shadow .1s, transform .1s;
  box-sizing: border-box;
  width: 47px;
  text-align: center;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #F06432;
  left: -14px;
  top: -30px;
  position: absolute;
  white-space: nowrap;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07), 0 0px 20px rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
.rangeslider__handle__value:before {
  transition: border-top-color .2s;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 10px);
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid;
  border-top-color: #ffffff;
}
.rangeslider__handle__value:after {
  content: " %";
}
.rangeslider__fill {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #F06432;
  border-radius: 5px;
}
.rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.rangeslider__labels__label {
  font-size: 12px;
  position: relative;
  padding-top: 16px;
  color: #6D6E70;
  left: 9px;
}
.rangeslider__labels__label:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 2px;
  height: 8px;
  border-radius: 1px;
  background-color: rgb(255, 255, 255);
}
.rangeslider__labels__label:first-child:before, .rangeslider__labels__label:last-child:before {
  height: 12px;
  width: 2px;
}
.rangeslider__labels__label:first-child:before {
  background-color: #0099FF;
  display: none;
}
.rangeslider__labels__label:last-child:before {
  background-color: gray;
  display: none;
}
.rangeslider__labels__label:first-child {
  transform: translateX(-48%);
}
.rangeslider__labels__label:last-child {
  transform: translateX(48%);
  left: -5px;
}
.rangeslider.rangeslider--active .rangeslider__handle, .rangeslider.rangeslider--active .rangeslider__handle * {
  background-color: #ffffff;
}
.rangeslider.rangeslider--active .rangeslider__handle *:before {
  border-top-color: #ffffff;
}
.rangeslider.rangeslider--active .rangeslider__handle__value {
  transform: translateY(-5px);
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.04), 0 -9px 25px rgba(0, 0, 0, 0.15);
}
.form-calculator .row {
    margin-bottom: 52px;
}
.form-calculator form {
    width: 70%;
    float: left;
}
.tahun-range .rangeslider__handle__value:after {
    content: " Thn";
}
.rangeslider-wrap.tahun-range {
    top: 10px;
    position: relative;
}
.form-calculator .row:last-child {
    margin-bottom: 20px;
}
.grid-calculator {
    margin-bottom: 30px;
}
.description-calculator{
    width: 30%;
    float: left;
    padding-left: 11%;
    position: relative;
}
.description-calculator p {
    font-size: 11px;
    color: #6D6E70;
    position: relative;
    margin-bottom: 8px;
}
.description-calculator p:before{
    content: '';
    width: 48px;
    background-color:#6D6E70;
    height: 2px;
    bottom: -11px;
    position: absolute;
}
.two-grid-input form {
    width: 100%;
    float: none;
}
.two-grid-input .label-calculator {
    width: 25.5%;
}
.two-grid-input .input-calculator {
    width: 74.5%;
}
.two-grid-input .input-calculator input:first-child {
    width: 58px;
}
.two-grid-input .input-calculator input {
    padding: 7px;
}
.two-grid-input .input-calculator img {
    margin: 0px 25px;
}
.input-calculator.heading-input-calculator {
    margin-left: 25.5%;
}
.input-calculator.heading-input-calculator label:first-child {
    margin-right: 87px;
}
.input-calculator.heading-input-calculator label {
    font-size: 16px;
}
.content-calculator p {
    font-size: 16px;
    margin-top: 44px;
    color: #6D6E70;
}
span.btn-calculate {
    display: inline-block;
    background-color: #F06432;
    font-family: Montserrat-Bold;
    font-size: 20px;
}
span.btn-calculate a {
    padding: 11px 18px;
    display: block;
    color: #fff;
}
span.btn-calculate img {
    position: relative;
    margin-left: 10px;
    top: 3px;
}
.grid-6-article h3 {
    position: absolute;
    bottom: 41px;
    color: #ffffff;
    font-size: 23px;
    font-family: Montserrat-Regular;
    /*left: 6%;*/
    right: 6%;
    text-align: right;
    width: 303px;
    z-index: 99;
}
.grid-6-article .overlay-article:before, .grid-5-article .overlay-article:before{
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
a.btn-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.overlay-article {
    position: relative;
    height: 100%;
}
.grid-5-article a.btn-play {
    top: 50%;
}
#video-modal .modal-dialog {
    height: 100vh;
    margin: 0 auto;
    width: 850px;
}
#video-modal .modal-content {
    top: 50%;
    transform: translate(0, -50%);
}
#video-modal .modal-body {
    padding: 45px;
}/*
.grid-6-article a, .grid-5-article a{
    display: block;
    position: relative;
}*/
.grid-5-article h3 {
    position: absolute;
    bottom: 41px;
    color: #ffffff;
    font-size: 23px;
    font-family: Montserrat-Regular;
    left: 6%;
    width: 400px;
    z-index: 99;
}
.section-info {
    padding: 84px 0;
    background-color: #E6E7E8;
    padding-bottom: 67px;
}
.grid-6-info {
    float: left;
    width: 50%;
    padding-right: 55px;
}
.grid-6-info h3 {
    font-size: 26px;
    font-family: Montserrat-Regular;
    color: #F06432;
    margin-bottom: 29px;
}
.grid-6-info p {
    font-size: 17px;
    font-family: DINPro-Light;
    color: #404041;
    line-height: 21px;
    margin-bottom: 26px;
}
.grid-6-info span {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #F06432;
}
.grid-6-info span a {
    color: #F06432;
    display: block;
    padding: 8px 18px;
}
.grid-6-info:last-child {
    padding-right: 0;
    padding-left: 4.5%;
}
.grid-info-detail img {
    width: 27%;
    padding-right: 6%;
    float: left;
    max-width: 120px;
}
.grid-info-detail:last-child{
    margin-bottom: 20px;
}
.content-detail-info {
    width: 73%;
    float: left;
}
.grid-info-detail {
    margin-bottom: 7px;
}
.content-detail-info h4 {
    font-family: DINPro-Bold;
    margin-bottom: 2px;
}
.section-client {
    position: relative;
    padding: 51px 0;
    padding-bottom: 55px;
}
.client-grid {
    text-align: center;
    position: relative;
}
.client-grid h2 {
    font-family: Montserrat-Regular;
    font-size: 26px;
    color: #F06432;
    margin-bottom: 11px;
}
.client-grid p {
    font-family: DINPro-Light;
    font-size: 17px;
}
.slider-client .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrow-slide-left.svg);
    right: 0;
    left: auto;
}
.slider-client .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/arrow-slide-right.svg);
    left: 0;
    right: auto;
}
.slider-client .swiper-button-next, .slider-client .swiper-button-prev {
    top: 50%;
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    outline: none;
}
li.has-dropdown:before {
    content: "\f0d7";
    position: absolute;
    top: 43%;
    font-family: FontAwesome;
    right: -1px;
    color: #6D6E70;
    font-size: 13px;
}
.swiper-container.slider-client.swiper-container-horizontal {
    margin: 0 35px;
    position: unset;
}
.slider-client .swiper-slide {
    opacity: 0.5;
    transform: scale(0.7);
}
.slider-client .swiper-slide img {
    height: 145px;
    object-fit: contain;
}
.slider-client .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}
.footer {
    position: relative;
    background-color: #58595B;
    padding: 45px 0;
}
.grid-4-footer {
    float: left;
    width: 33.333333333%;
}
.row.footer-section-one {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.row.footer-section-two {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.grid-4-footer:nth-child(1){
    width: 29.5%;
    padding-top: 9px;
}
.grid-4-footer:nth-child(2){
    width: 30%;
    padding-top: 8px;
}
.grid-4-footer:nth-child(3){
    width: 40.5%;
    padding-left: 11.5%;
}
.logo-section img {
    width: 48%;
    margin-bottom: 15px;
}
ul.menu-footer {
    float: left;
    width: 47%;
}
ul.menu-footer li h2 {
    font-family: Calibri-Regular;
    font-size: 12px;
    color: #F06432;
    margin-bottom: 8px;
}
ul.menu-footer li {
    font-family: Calibri-Regular;
    font-size: 12px;
    padding-bottom: 3px;
}
ul.menu-footer li a {
    color: #ffffff;
}
.form-footer h3 {
    font-family: Montserrat-Regular;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 8px;
}
.form-footer input {
    border: 0;
    outline: none;
    font-size: 16px;
    color: #F06432;
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 9px;
}
.form-footer button {
    float: right;
    font-family: Montserrat-Regular;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    background-color: #F06432;
    padding: 3px 20px;
}
.list-sosmed img {
    width: 25px;
    margin-right: 7px;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 4px;
    border-radius: 5px;
}
.sosmed h3 {
    font-family: Calibri-Regular;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 13px;
}
.iso-certif img {
    margin-bottom: 15px;
    width: 47px;
}
.iso-certif p {
    font-family: Calibri-Regular;
    color: #ffffff;
    font-size: 11px;
    margin-bottom: 13px;
}

.row.footer-section-two .grid-4-footer:nth-child(1) {
    padding-top: 0;
}
.row.footer-section-two .grid-4-footer:nth-child(2) {
    padding-top: 0;
}
.grid-4-footer.contact h3 {
    font-family: Calibri-Regular;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 13px;
}
.grid-4-footer.contact p {
    font-family: Calibri-Regular;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 13px;
    line-height: 16px;
    width: 275px;
}
.reksadana img {
    width: 49%;
    margin-bottom: 19px;
}
.reksadana img:last-child{
    position: relative;
    right: -10px;
}
.footer-section-three h3 {
    color: #FFFFFF;
    font-family: Calibri-Regular;
    font-size: 15px;
}
.footer-section-three p {
    color: #FFFFFF;
    font-family: Calibri-Regular;
    font-size: 14px;
    text-align: justify;
}
/*
.list-sosmed a:nth-child(1) img {
    width: 10px;
}
.list-sosmed a:nth-child(2) img {
    width: 20px;
}
.list-sosmed a:nth-child(3) img {
    width: 20px;
}
.list-sosmed a:nth-child(4) img {
    width: 23px;
}
.list-sosmed a:nth-child(5) img {
    width: 21px;
}*/
.goals-grid {
    position: relative;
    float: left;
    width: 33.333333333%;
    text-align: center;
    height: 185px;
    padding: 25px 47px;
    border-right: 4px dotted #848484;
    border-bottom: 4px dotted #848484;
    border-left: 4px dotted #848484;
}
.goals-grid:nth-child(1){border-right: 0;border-left: 0;}
.goals-grid:nth-child(3){border-right: 0;border-left: 0;}
.goals-grid:nth-child(4){border-right: 0;border-left: 0;}
.goals-grid:nth-child(6){border-right: 0;border-left: 0;}
.goals-grid:nth-child(8){border-bottom: 0;}
.goals-planner-section .goals-grid:nth-child(7){border-right: 0;border-left: 0;border-bottom: 0}
.goals-planner-section.list-reksadana .goals-grid:nth-child(7){border-right: 0;border-left: 0;border-bottom: 4px dotted #848484;}
.goals-planner-section.list-reksadana .goals-grid:nth-child(8){border-bottom: 4px dotted #848484;}
.goals-grid:last-child {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.goals-grid img {
    width: 110px;
    margin-bottom: 17px;
    height: 100px;
    object-fit: contain;
}
.section-calculator .goals-grid h2 {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #6D6E70;
    min-height: 44px;
}
.row.form-calculator.list-goals {
    padding: 0;
    background-color: #ffff;
}
.why-syailendra-page .section-calculator {
    margin-top: -158px;
    padding: 55px 95px;
}
.section-calculator h2 {
    font-family: Montserrat-Medium;
    font-size: 29px;
    color: #F06432;
    margin-bottom: 32px;
}
.row.section-calculator p {
    color: #404041;
    font-family: DINPro-Regular;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    line-height: 25px;
    min-height: 100%;
}
.row.section-calculator ol {
    list-style: decimal;
    margin-left: 20px;
}
.row.section-calculator ol li {
    color: #404041;
    font-family: DINPro-Regular;
    font-size: 16px;
}
.row.section-calculator h4 {
    font-family: DINPro-Regular;
    font-size: 15px;
    text-transform: uppercase;
    color: #F06432;
    margin-bottom: 15px;
}
.image-why-syailendra {
    float: left;
    width: 100px;
}
.content-why-syailendra {
    float: left;
    width: calc(100% - 100px);
}
.row.grid-why-syailendra {
    margin-bottom: 10px;
}
.image-why-syailendra img {
    width: 70%;
    max-width: 80%;
}
.content-why-syailendra h3 {
    font-family: DINPro-Bold;
    font-size: 15px;
    padding-top: 7px;
    margin-bottom: 15px;
    color: #F06432;
}
.row.section-calculator .content-why-syailendra p {
    margin-bottom: 19px;
}
.banner-background {
    height: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: 100% 19%!important;
}
.slider-home .swiper-slide:nth-child(1) .banner-background {
    background-position: 100% 45%!important;
}
.slider-home .swiper-slide:nth-child(2) .banner-background {
    background-position: 100% 45%!important;
}
.slider-home .swiper-slide:nth-child(3) .banner-background {
    background-position: 100% 32%!important;
}
.slider-home .swiper-slide:nth-child(4) .banner-background {
    background-position: 100% 46%!important;
}
.grid-commissioner-image {
    float: left;
    position: relative;
    width: 38.5%;
    border-bottom: 5px solid #000;
}
.grid-commissioner-image img {
    display: inline-block;
    width: 47%;
    margin-bottom: -5px;
}
.name-management {
    display: inline-block;
    width: 51%;
    text-align: right;
    position: relative;
    bottom: 5px;
}
h3.title-management{
    font-family: DINPro-Regular;
    font-size: 15px;
    text-transform: uppercase;
    color: #F06432;
    border-bottom: 1px solid #F06432;
    padding-bottom: 5px;
    margin-bottom: 55px;
}
.grid-commissioner-content {
    position: relative;
    width: 61.5%;
    float: left;
    padding-left: 5%;
}
.row.section-calculator .grid-commissioner-content p {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    bottom: 0;
    font-family: DINPro-Regular;
    line-height: normal;
}
.invert-management .grid-commissioner-content p {
    right: 8%;
}
.commissioner .row {
    height: auto;
    margin-bottom: 50px;
    display: flex;
}
.name-management h3 {
    font-family: DINPro-Bold;
    font-size: 16px;
    color: #404041;
}
.name-management span {
    font-family: DINPro-Regular;
    font-size: 13px;
    color: #404041;
}
.invert-management .grid-commissioner-content {
    padding-left: 0;
    padding-right: 5%;
    text-align: right;
}
.invert-management .name-management {
    text-align: left;
}
.grid-redaction {
    float: left;
    position: relative;
    width: 50%;
    margin-bottom: 30px;
    height: 530px

}
.grid-redaction:nth-child(even){
    text-align: right;
}
.row.section-calculator .grid-redaction:nth-child(even) .redaction-content p {
    padding-left: 15%;
    padding-right: 0;
}
.grid-redaction:nth-child(even) .redaction-image .name-management {
    text-align: right;
    margin-right:15px;
}
.grid-redaction:nth-child(even) .redaction-image .name-management:before {
    right: 0;
}
.redaction-image img {
    width: 38%;
    display: inline-block;
}
.redaction-image .name-management {
    width: auto;
    text-align: left;
    margin-left: 15px;
    bottom: 13px;
}
.redaction-image {
    margin-bottom: 25px;
}
.row.section-calculator .redaction-content p {
    position: relative;
    margin-bottom: 0;
    font-size: 15px;
    bottom: 0;
    font-family: DINPro-Regular;
    line-height: normal;
    padding-right: 15%;
}
.redaction-content {
    width: 100%;
}
.redaction-image .name-management:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 4px;
    background-color: #000;
    bottom: -14px;
}
.left-content-award, .right-content-award {
    float: left;
    width: 50%;
    position: relative;
    padding-bottom: 51px;
}
.right-content-award{
    text-align: right;
    border-left: 7px dashed #F06432;
    left: -7px;
}
.left-content-award {
    border-right: 7px dashed #F06432;
}
.row.section-calculator .right-content-award .content-award p {
    width: 76%;
    margin-left: auto;
    margin-bottom: 14px;
    font-family: DINPro-Regular;
    font-size: 16px;
    min-height: 120px;
}
.row.section-calculator .left-content-award .content-award p {
    width: 76%;
    margin-right: auto;
    font-family: DINPro-Regular;
    font-size: 16px;
    margin-bottom: 14px;
    min-height: 120px;
}
.image-award {
    width: 86%;
    border-bottom: 1px solid #F06432;
    padding-bottom: 5px;
    margin-bottom: 18px;
}
.image-award img {
    max-width: 110px;
    height: 45px;
    object-fit: contain;
}
.right-content-award .image-award {
    margin-left: auto;
}
span.years-bullet {
    position: absolute;
    left: 50%;
    transform: translate(-53%, 0);
    z-index: 9;
    background-color: #ffffff;
    padding: 22px 6px;
    top: -7px;
    border-radius: 50%;
    height: 86px;
    width: 86px;
    border: 7px solid #F06432;
    font-size: 22px;
    text-align: center;
    color: #F06E3E;
}
.row.years {
    position: relative;
}
.row.section-calculator .right-content-award .content-award p:nth-child(2) {
    border-top: 1px solid #F06432;
    padding-top: 13px;
}

.row.section-calculator .left-content-award .content-award p:nth-child(2) {
    border-top: 1px solid #F06432;
    padding-top: 13px;
}
.right-content-award {
    float: right;
}
.row.years:last-child .left-content-award {
    border-right: 0;
    padding-bottom: 0;
}
.row.years:last-child .right-content-award {
    border-left: 0;
    padding-bottom: 0;
}
.grid-agents {
    float: left;
    width: 33.33333333%;
    height: 190px;
    padding: 1.5%;
    border-right: 4px dotted #848484;
    border-bottom: 4px dotted #848484;
    position: relative;
    text-align: center;
}
.grid-agents h3 {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #6D6E70;
    margin-bottom: 35px;
}
.faq-section .grid-agents{
    height: 350px;
}
.faq-section .grid-agents img {
    object-fit: contain;
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 25px;
}
.grid-agents img {
    object-fit: contain;
    width: 100%;
    display: inline-block;
    max-width: 170px;
}
.grid-agents:nth-of-type(3n+2){
    border-right: 0;
    border-left: 0;
}
.grid-agents:nth-of-type(3n+2){
    border-right: 4px dotted #848484;
}
.grid-agents:nth-of-type(3n+3){
    border-right: 0;
    border-left: 0;
}
.grid-agents:last-child{
    margin:0;
    border-right: 0;
    border-bottom: 0;
    right: -1px;
}
.grid-agents:nth-last-child(-n+3) {
    border-bottom: 0;
}
.list-product .goals-grid:last-child {
    margin: 0;
    height: 208px;
}
.list-product .goals-grid:nth-child(4), .list-product .goals-grid:nth-child(5){
    border-bottom: 0;
}
.list-product .grid-calculator h3 {
    font-size: 23px;
    margin-bottom: 70px;
}

.grid-sidebar .panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.detail-product .section-calculator {
    padding: 36px 30px;
    z-index: 99;
}

.grid-sidebar .accordion img {
    width: 38px;
    margin-right: 20px;
    display: inline-block;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    position: absolute;
    left: 0;
    top: -3px;
}
.grid-sidebar a.accordion {
    display: block;
}
.grid-sidebar {
    width: 100%;
    display: block;
    border-bottom: 1px solid #808184;
    margin-bottom: 18px;
    margin-top: 11px;
}
.grid-sidebar:last-child{
    border-bottom:0;
}
.sidebar-detail-product {
    width: 208px;
    float: left;
    position: relative;
    padding-top: 4px;
}
.grid-sidebar ul {
    margin-left: 59px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.grid-sidebar ul li {
    font-family: Montserrat-Regular;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #808184;
    display: block;
    margin-bottom: 8px;
    padding-right: 28%;
}
.grid-sidebar ul li a {
    color: #808184;
}
.grid-sidebar .accordion span {
    font-family: Montserrat-Regular;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
    color: #808184;
    position: relative;
    padding-left: 60px;
    width: 160px;
    top: 0px;
}
.grid-sidebar ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.grid-sidebar a.accordion.active span {
    color: #F06432;
}
.grid-sidebar a.accordion.active img {
    -webkit-filter: unset;
    filter: unset;
}
.panel.sub-menu-detail .active a {
    color: #F06432;
}
.content-detail-product {
    width: calc(100% - 208px);
    float: left;
    padding-left: 4%;
}
.content-detail-product h2 {
    font-family: Montserrat-Medium;
    font-size: 22px;
    margin-bottom: 13px;
}
.difuculty-product {
    margin-bottom: 42px;
}
.difuculty-product h3 {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #929497;
    display: inline-block;
    margin-right: 15px;
}
.difuculty-product span {
    padding: 5px;
    background-color: #A6A8AB;
    display: inline-block;
    margin-right: 1px;
}
.difuculty-product span.fill {
    background-color: #F06432;
}
.row.section-calculator .content-detail-product p {
    font-family: DINPro-Regular;
    font-size: 15px;
    margin-bottom: 32px;
    line-height: normal;
}
.content-detail-product h3, .content-detail-product h4 {
    font-family: DINPro-Regular;
    font-size: 15px;
    margin-bottom: 9px;
    color: #F06432;
}
.title-chart .left {
    float: left;
}
.title-chart .right {
    float: right;
}
.title-chart h2 {
    font-family: DINPro-Bold;
    font-size: 32px;
    color: #404041;
}
.title-chart .right img {
    width: 21px;
    position: relative;
    margin-right: 9px;
    top: -4px;
}
.title-chart .right h2 span {
    font-family: DINPro-Bold;
    font-size: 32px;
    color: #F06432;
}
.title-chart span {
    font-family: DINPro-Regular;
    font-size: 15px;
    color: #808184;
}
.chart-detail-product {
    position: relative;
    margin-top: 55px;
    padding-right: 8px;
    margin-bottom: 83px;
}
.table-chart table {
    width: 100%;
}
.table-chart table th {
    padding: 9px;
    text-align: center;
    font-family: DINPro-Regular;
    font-size: 12px;
    color: #404041;
    border: 2px solid #ffffff;
}
.table-chart table td {
    padding: 9px;
    text-align: center;
    font-family: DINPro-Bold;
    font-size: 12px;
    color: #F06432;
    border: 2px solid #ffffff;
}
.table-chart tr:first-child td {
    font-size: 12px;
    background-color: rgba(85, 85, 75, 0.25);
}
.table-chart table tr {
    background-color: #E6E7E8;
}
.title-chart {
    margin-bottom: 5px;
    position: relative;
}
.table-chart {
    position: relative;
    margin-bottom: 50px;
}
.grid-accordion-product .panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.grid-accordion-product a.accordion-detail {
    width: 100%;
    display: block;
    font-family: DINPro-Regular;
    font-size: 15px;
    color: #F06432;
}
.grid-accordion-product {
    border-top: 1px solid #F06432;
    border-bottom: 1px solid #F06432;
    padding-top: 4px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}
.grid-accordion-product:last-child{
    top:-6px;
}
.accordion-detail:after {
    content: '+';
    color: #F06432;
    font-family: DINPro-Regular;
    float: right;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px solid #F06432;
    position: relative;
    right: 3px;
    text-align: center;
    font-size: 24px;
    line-height: 12px;
}
.accordion-detail.active:after {
    content: "-";
}
.content-info-product {
    padding: 20px 0;
}

.content-info-product ul li {
    border-bottom: 1px solid #A6A8AB;
    padding: 6px 15px;
}

.content-info-product ul li h3 {
    display: inline-block;
    font-family: Calibri-Regular;
    font-size: 15px;
    float: left;
    color: #404041;
    font-weight: 600;
    width: 160px;
}
.row.section-calculator .content-detail-product .content-info-product ul li p {
    display: inline-block;
    font-family: Calibri-Regular;
    font-size: 15px;
    margin-bottom: 0;
    width: auto;
    font-weight: 600;
}
.grid-download {
    text-align: center;
    width: auto;
    display: inline-block;
    margin-left:30px;
}
.grid-download img {
    width: 36px;
}
.grid-download h3 {
    font-family: DINPro-Bold;
    font-size: 13px;
    color: #58595B;
    margin: 0;
}
.download-section {
    text-align: right;
    margin-top: 58px;
}
.download-section h2 {
    font-family: DINPro-Bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 31px;
}

.list-reksadana .grid-calculator h3 {
    font-family: Montserrat-Medium;
    margin-bottom: 57px;
}

.goals-planner-section.list-reksadana .section-calculator {
    padding: 44px 70px;
}
.list-reksadana .goals-grid {
    padding: 45px 17px;
    height: 280px;
}
.list-reksadana .section-calculator .goals-grid h2 {
    font-size: 18px;
}
.list-reksadana .goals-grid img {
    margin-bottom: 37px;
}
.list-reksadana .goals-grid:nth-of-type(3n+1){
    border-right: 0;
    border-left: 0;
}
.list-reksadana .goals-grid:nth-of-type(3n+3){
    border-right: 0;
    border-left: 0;
}
.list-reksadana .goals-grid:last-child{
    margin:0;
}
.list-reksadana .goals-grid:nth-last-child(-n+3){
    border-bottom:0;
}
.row.year-bulletin h3 {
    font-family: DINPro-Regular;
    font-size: 16px;
    color: #F06432;
    border-top: 1px solid #F06432;
    border-bottom: 1px solid #F06432;
    padding-bottom: 3px;
    margin-bottom: 24px;
    padding-top: 2px;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.grid-bulletin {
    float: left;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.grid-bulletin h4 {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #404041;
    margin-bottom: 20px;
}
.grid-bulletin img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 7px;
}
.row.year-bulletin {
    margin: 0 -1.5%;
    margin-top: 53px;
    padding-bottom:10px;
}
.calculator-section.why-syailendra-page.bulletin-page h2 {
    margin-bottom: 29px;
}
.calculator-section.why-syailendra-page.bulletin-page p {
    margin-bottom: 30px;
}
.detail-reksadana .row.section-calculator {
    padding: 54px 93px;
    margin-top: -70px;
}
ul.breadcrumbs {
    margin-bottom: 40px;
}
ul.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
}
ul.breadcrumbs a {
    color: #6D6E70;
}
.detail-reksadana .section-calculator h2 {
    margin-bottom: 26px;
}
.detail-reksadana .row.section-calculator p {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 15px;
    min-height: 100%;
}
.detail-reksadana h3 {
    font-family: DINPro-Regular;
    font-size: 16px;
    color: #F06432;
    margin-bottom: 23px;
    margin-top: 53px;
}
.detail-reksadana h4 {
    line-height: 16px;
    margin-bottom: 4px;
    font-size: 13px;
    font-family: DINPro-Regular;
    color: #404041;
}
.content-reksadana ol {
    list-style-type: decimal;
    margin-left: 14px;
    margin-bottom: 33px;
}
.content-reksadana ul{
    list-style-type: disc;
    margin-left: 14px;
    margin-bottom: 33px;
}
.content-reksadana ul li, .content-reksadana ol li {
    line-height: normal;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: DINPro-Regular;
    color: #404041;
    padding-left: 5px;
}
.detail-reksadana h5 {
    line-height: 16px;
    margin-bottom: 14px;
    font-size: 13px;
    font-family: DINPro-Bold;
    color: #404041;
}

.table-library table thead tr {
    background-color: #F06432;
}
.table-library table {
    width: 100%;
}
.table-library table thead tr th {
    padding: 5px 11px;
    font-family: Montserrat-Regular;
    color: #ffffff;
    font-size: 13px;
}
.table-library table tbody td {
    font-family: DINPro-Bold;
    padding: 7px 11px;
    border-bottom: 1px solid #6D6E70;
    vertical-align: middle;
    font-size: 13px;
}
.table-library table tbody td img {
    width: 20px;
    vertical-align: middle;
}
.pagination ul {
    display: inline-block;
    margin-right: 10px;
}
.pagination ul li {
    display: inline-block;
    font-size: 13px;
}
.pagination {
    text-align: center;
    margin-top: 48px;
}
.pagination .previous, .pagination .next {
    border: 1px solid #6D6E70;
    display: inline-block;
    font-size: 13px;
}
.pagination .previous a, .pagination .next a {
    color: #404041;
    display: block;
    padding: 5px 10px;
}
.pagination ul li a {
    color: #404041;
}
.pagination ul li.active a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #6D6E70;
}
.row.grid-filter-table .left {
    float: left;
}
.row.grid-filter-table {
    position: relative;
    margin-bottom: 30px;
}
.row.grid-filter-table .right {
    float: right;
}
.row.grid-filter-table .left h3 {
    display: inline-block;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #F06432;
    margin-right: 25px;
}
.row.grid-filter-table .right h3 {
    display: inline-block;
    font-family: Montserrat-Regular;
    font-size: 13px;
    color: #F06432;
    margin-right: 25px;
}

.row.grid-filter-table select {
    display: inline-block;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #848484;
    padding: 6px 0;
    font-size: 14px;
    color: #F06432;
    width: 220px;
    outline: none;
    background-image: url(../img/arrow-down-select.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}
.question-grid input[type="radio"] {
    background-color: #fff;
    border: 1px solid #696969;
    padding: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    margin-right: 8px;
    cursor: pointer;
    outline: none;
}
.question-grid input[type="radio"]:checked {
    background-color: #F06432;
    outline: none;
}
.profile-page .row.section-calculator {
    padding: 45px 91px;
}
.profile-page .section-calculator h2 {
    margin-bottom: 56px;
}
.profile-page .row.section-calculator p {
    font-size: 15px;
    margin-bottom: 29px;
}
.question h3 {
    font-family: DINPro-Regular;
    font-size: 15px;
    color: #F06432;
    margin-bottom: 3px;
}
.question-grid {
    width: 100%;
    margin-bottom: 2px;
    margin-left: 2px;
}
.question-grid label {
    font-family: DINPro-Regular;
    font-size: 15px;
    color: #404041;
    cursor: pointer;
}
.question {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 33px;
}
.result {
    width: 100%;
    clear: both;
    background-color: #E6E7E8;
    padding: 20px 26px;
    margin-top: -8px;
}
.result h3 {
    font-family: DINPro-Regular;
    font-size: 15px;
    color: #404041;
    margin-bottom: 14px;
}
.result-score {
    float: left;
    width: 29%;
    padding-right: 5%;
}
.score-desc {
    float: left;
    width: calc(71% - 300px);
    padding-left: 20px;
}
.result-rank {
    float: left;
    width: 300px;
    text-align: right;
}
.score-desc {
    float: left;
    width: calc(71% - 300px);
    padding-right: 10px;
}
.profile-page .row.section-calculator .score-desc p {
    line-height: normal;
    margin-bottom: 0;
}
.score-desc h3 {
    font-family: DINPro-bold;
    margin-bottom: 5px;
}
.profile-page .row.section-calculator .score-desc ul {
    margin-top: 20px;
    list-style: disc;
}
.profile-page .row.section-calculator .score-desc li {
    font-size: 15px;
    color: #404041;
    font-family: DINPro-Regular;
    letter-spacing: 0.3px;
    line-height: normal;
    margin-left: 20px;
}
.profile-page .row.section-calculator .score-desc ul li:first-child {
    font-family: DINPro-Bold;
    margin-bottom: 5px;
    list-style: none;
    margin-left: 0;
}
span.score-total {
    padding: 13px;
    display: block;
    background-color: #fff;
    height: 95px;
    text-align: center;
    font-family: DINPro-Bold;
    color: #404041;
    font-size: 50px;
    width: 175px;
}
.goals-planner-section.press-release-page .section-calculator {
    padding: 48px 92px;
}
.content-press {
    float: left;
    width: 52%;
    position: relative;
    padding-right: 6%;
}
.image-press {
    float: left;
    width: 48%;
}
.content-press h3 {
    font-family: Montserrat-Regular;
    font-size: 16px;
    margin-bottom: 16px;
}
.content-press span {
    font-size: 12px;
    display: inline-block;
}
.content-press a {
    color: #F06432;
}
.row.section-calculator .content-press p {
    font-size: 16px;
    line-height: normal;
    min-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}
.row.grid-press-release {
    padding-bottom: 22px;
    border-bottom: 1px solid #7b7b7b;
    margin-bottom: 31px;
}
.image-press img {
    width: 100%;
}

.row.article-news {
    position: relative;
}
.grid-news {
    width: 53.5%;
    float: left;
    padding-right: 6.5%;
}
.article-news span {
    font-size: 11px;
    color: #F06432;
    display: block;
    margin-bottom: 12px;
}
.article-news h3 {
    font-family: Montserrat-Regular;
    font-size: 17px;
    margin-bottom: 16px;
    color: #404041;
}
.article-news img {
    width: 100%;
}
.article-news span a {
    color: #F06432;
}
.news-article-page.section-calculator h2 {
    margin-bottom: 36px;
}
.grid-article {
    float: left;
    width: 46.5%;
}
.news-list {
    width: 100%;
    border-bottom: 1px solid #F06432;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.news-article-page.section-calculator .grid-article h2 {
    font-size: 17px;
    border-bottom: 1px solid #F06432;
    padding-bottom: 19px;
    margin-bottom: 25px;
}
.article-list {
    margin-bottom: 20px;
    width: 100%;
}
ul.breadcrumbs li:after {
    content: '>';
    margin-left: 6px;
}
ul.breadcrumbs li.active:after {
    display: none;
}
ul.breadcrumbs li.active a {
    color: #F06432;
}
.detail-news-page .section-calculator {
    padding: 48px 92px;
}
.detail-news.section-calculator h2 {
    margin-bottom: 31px;
}
.sosmed-detail img {
    width: 18px;
    margin-right: 18px;
    vertical-align: middle;
}
.sosmed-detail a:nth-child(1) img {
    width: 19px;
}
.sosmed-detail a:nth-child(2) img {
    width: 8px;
    margin-right: 9px;
}
.sosmed-detail a:nth-child(3) img {
    width: 17px;
    margin-right: 6px;
}
.sosmed-detail a:nth-child(4) img {
    width: 15px;
}
.detail-news img {
    margin-bottom: 21px;
}
.sosmed-detail {
    margin-bottom: 14px;
}
.row.section-calculator.detail-news p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 33px;
}
.detail-news h3 {
    font-family: DINPro-Regular;
    font-size: 13px;
    color: #F06432;
    margin-bottom: 0px;
}
.grid-jobs {
    float: left;
    position: relative;
    width: 50%;
    margin-bottom: 41px;
}
.section-calculator.job-vacancy-page h2 {
    margin-bottom: 36px;
}
.row.section-calculator.job-vacancy-page p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 33px;
}
.grid-jobs h3 {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #F06432;
    margin-bottom: 7px;
}
.grid-jobs span {
    display: block;
    font-size: 13px;
    font-family: DINPro-Regular;
    color: #404041;
}
.grid-jobs ul {
    margin-left: 8px;
}
.grid-jobs ul li {
    font-size: 13px;
    font-family: DINPro-Regular;
    color: #404041;
    position: relative;
    padding-left: 5px;
}
.grid-jobs ul li:before {
    content: '-';
    position: absolute;
    left: -8px;
}
.grid-jobs:nth-child(even) {
    padding-left: 2%;
}
.row.btn-jobs {
    clear: both;
    position: relative;
    top: 44px;
    padding-bottom: 37px;
}
.row.btn-jobs span {
    font-size: 18px;
    display: inline-block;
    font-family: Montserrat-Medium;
    background-color: #F06432;
}
.row.btn-jobs a {
    display: block;
    padding: 10px 22px;
    color: #fff;
}
.row.life-at-syailendra {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 75px;
    border-top: 1px solid #F06432;
}
.row.life-at-syailendra h3 {
    font-family: Montserrat-Regular;
    color: #F06432;
    font-size: 22px;
    margin-bottom: 21px;
}
.grid-video {
    width: 50%;
    float: left;
    padding-right: 2%;
}
.modal-body h2 {
    font-size: 25px;
    font-family: DINPro-Regular;
    color: #F06432;
    margin-bottom: 64px;
}
.form-job label {
    width: 100%;
    display: block;
    font-family: DINPro-Regular;
    font-size: 16px;
    margin-bottom: 20px;
    color: #404041;
}
.form-job input {
    width: 100%;
    background-color: transparent;
    border: 0;
    font-family: DINPro-Regular;
    font-size: 16px;
    color: #404041;
    border-bottom: 1px solid #808184;
    padding-bottom: 4px;
    outline: none;
}
.row.form-job {
    margin-bottom: 60px;
}
.form-job input.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.form-job label.input-label strong{
    width: 156px;
    float: right;
    padding: 11px;
    background-color: #808184;
    text-align: center;
    color: #ffff;
    margin-top: -41px;
}
.form-job label.input-label span{
    width: calc(100% - 193px);
    display: block;
    border-bottom: 1px solid;
    margin-top: 48px;
}
button.btn-confirm-job {
    background-color: #F06432;
    border: 0;
    color: #ffffff;
    font-family: Montserrat-Medium;
    font-size: 18px;
    padding: 7px 58px;
}
.maps{
    height: 245px;
    margin-bottom: 45px;
}
.grid-form {
    float: left;
    position: relative;
    width: 57%;
    padding-right: 16%;
    border-right: 4px dotted #F06432;
    right: 43%;
}
.grid-address {
    float: left;
    position: relative;
    width: 43%;
    padding-left: 8%;
    left: 57%;
}
.row.contact-form label {
    color: #404041;
    font-size: 13px;
    font-family: DINPro-Regular;
    margin-bottom: 4px;
    line-height: 14px;
    display: block;
    width: 100%;
}
.row.contact-form input {
    width: 100%;
    color: #404041;
    font-size: 13px;
    font-family: DINPro-Regular;
    padding: 5px 12px;
    border: 1px solid #A6A8AB;
}
.row.contact-form textarea {
    width: 100%;
    color: #404041;
    font-size: 13px;
    font-family: DINPro-Regular;
    margin-top: 11px;
    height: 139px;
    margin-bottom: -5px;
    padding: 4px 10px;
    border: 1px solid #A6A8AB;
}
.section-calculator.contact-page h2 {
    margin-bottom: 33px;
}
.row.section-calculator .grid-form p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
}
.row.contact-form {
    margin-bottom: 21px;
}
button.btn-contact {
    display: inline-block;
    padding: 10px;
    background-color: #F06432;
    border: 0;
    color: #ffffff;
    font-family: Montserrat-Medium;
    font-size: 16px;
    padding: 7px 26px;
}
.address-contact h3 {
    font-family: DINPro-Bold;
    font-size: 13px;
    color: #F06432;
    margin-bottom: 15px;
}
.row.section-calculator .address-contact p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 17px;
}
.address-contact a img {
    width: 21px;
    margin-right: 11px;
    vertical-align: middle;
}
.address-contact a {
    color: #404041;
    font-size: 13px;
    font-family: DINPro-Regular;
    display: block;
    margin-bottom: 11px;
}
#calculator-chart rect.highcharts-background {
    fill: transparent;
}
#calculator-chart rect.highcharts-button-box {
    display: none;
}
#calculator-chart path.highcharts-button-symbol {
    display: none;
}
#calculator-chart text.highcharts-title {
    display: none;
}
#calculator-chart text.highcharts-subtitle {
    display: none;
}
#calculator-chart text.highcharts-axis-title {
    display: none;
}
text.highcharts-credits {
    display: none;
}
.grid-title-chart {
    float: left;
    width: 45%;
}
.grid-detail-chart {
    width: 55%;
    float: left;
    border-left: 1px solid #929497;
    padding-left: 30px;
}
.grid-title-chart h3 {
    font-family: DINPro-Regular;
    font-size: 22px;
    color: #929497;
    margin-top: 55px;
    margin-bottom: 20px;
    width: 230px;
}
.grid-title-chart span {
    font-family: Montserrat-Regular;
    font-size: 16px;
    border: 0;
    background-color: #F06432;
    padding: 5px 15px;
}
.grid-title-chart span a {
    color: #ffffff;
}
text.highcharts-title {
    display: none;
}
.content-info-product ul li h3:empty {
    height: 20px;
}
g.highcharts-exporting-group {
    display: none;
}
.library-grid {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 16px;
}
.library-grid img {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 13px;
    object-fit: contain;
}
.library-grid h3 {
    font-family: DINPro-Bold;
    font-size: 13px;
    color: #404041;
    margin-bottom: 5px;
}
.library-page .row.section-calculator {
    padding: 53px 93px;
}
.row.library-list {
    padding: 30px 0;
    padding-bottom: 0;
    position: relative;
}
.row.library-list .row {
    border-top: 9px solid #E6E7E8;
    padding-top: 17px;
    padding-bottom: 19px;
}
.row.section-calculator .library-grid p {
    font-size: 13px;
    margin-bottom: 0;
}
.row.library-list .row:nth-last-child(-n+2) {
    border-bottom: 9px solid #E6E7E8;
}
.client-slider-wrapper {
    position: relative;
}
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #F06432;
    border-bottom: 10px solid #F06432;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 41%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.overlay-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #F06432;
}
.slider-home .swiper-button-prev,.slider-home .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/arrow-slider-left.png);
    left: 20px;
    right: auto;
}
.slider-home .swiper-button-next,.slider-home .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrow-slider-right.png);
    right: 20px;s
    left: auto;
}
.slider-home .swiper-button-next,.slider-home .swiper-button-prev {
    width: 20px;
    height: 37px;
    background-size: 20px 37px;
}
span#result-value-chart {
    color: #000000;
    font-family: DINPro-BOLD;
    font-size: 15px;
    position: relative;
    top: -60px;
    left: 33px;
}
#calculator-chart path.highcharts-grid-line {
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.desktop-nav{
    display:block;
}
.button-mobile{
    display:none;
}
.menu-section.overlay.overlay-scale{
    display: none;
}
.content-press span.date-press {
    font-size: 11px;
    color: #F06432;
    display: block;
    margin-bottom: 12px;
}
.row.section-calculator.detail-news span.date-press {
    font-size: 11px;
    color: #F06432;
    display: block;
    margin-bottom: 12px;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip h3{
    display: inline-block;
    padding: 3px 5px;
    font-size: 13px;
    background-color: #F06432;
    color: #fff;
    border-radius: 50%;
    font-family: Montserrat-Bold;
    margin-right: 11px;
    width: 21px;
    text-align: center;
    margin:0;
    margin-left:10px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: white;
    color: #6D6E70;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    top: -5px;
    left: 132%;
    -webkit-box-shadow: 10px 10px 41px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 41px -22px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 41px -22px rgba(0,0,0,0.75);
    font-size: 13px;
    padding: 10px;
}
.tooltip .tooltiptext ul {
    list-style: disc;
    margin-left: 19px;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fffefe transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.row.library-list .row {
    border-top: 9px solid #E6E7E8;
    padding-top: 17px;
    padding-bottom: 19px;
}
.row.section-calculator .library-grid p {
    font-size: 13px;
    margin-bottom: 0;
}
.content-reksadana img {
    max-width: 100%;
    height: auto!important;
}
.row.library-list .row:nth-last-child(-n+2) {
    border-bottom: 9px solid #E6E7E8;
}
.row.investment-list h2 {
    font-size: 18px;
    font-family: DINPro-Regular;
    margin-bottom: 34px;
}
.row.library-list .row.investment-list {
    padding-top: 9px;
    padding-bottom: 55px;
}
.investment-grid-image {
    float: left;
    width: 60%;
    padding: 0 67px;
    text-align: center;
}
.investment-grid-slider {
    float: left;
    width: 40%;
    padding-left: 64px;
    padding-bottom: 40px;
    position: relative;
}
.investment-grid-image img {
    -webkit-box-shadow: 10px 10px 4px -5px rgb(181, 177, 177);
    -moz-box-shadow: 10px 10px 4px -5px rgb(181, 177, 177);
    box-shadow: 10px 10px 4px -5px rgb(181, 177, 177);
    margin-bottom: 16px;
    object-fit: contain;
    border: 1px solid #b9b9b9;
}
.investment-grid-image h3 {
    font-size: 17px;
    font-family: DINPro-Bold;
    color: #58595B;
}
.investment-grid-image span {
    color: #58595B;
    display: block;
    font-family: DINPro-Regular;
    font-size: 17px;
}
.investment-grid-slider ul li a {
    color: #58595B;
}
.investment-grid-slider ul li h3 {
    font-size: 13px;
    font-family: DINPro-BOld;
}
.investment-grid-slider ul li span {
    font-size: 13px;
    font-family: DINPro-Regular;
}
.investment-grid-slider ul li {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E6E7;
    padding-top: 19px;
    width: 175px;
}
.investment-grid-slider ul li:first-child {
    padding-top: 0;
}
.slider-investment .swiper-button-next, .slider-investment  .swiper-button-prev {
    top: unset;
    background-size: 11px 16px;
    bottom: 0;
    margin: 0;
    width: 11px;
    height: 16px;
    outline: none;
}
.swiper-container.slider-investment{
    position: unset;
}
.slider-investment .swiper-button-next, .slider-investment .swiper-container-rtl .swiper-button-prev {
    left: 96px;
    background-image: url(../img/arrow-investment-right.svg);
}
.slider-investment .swiper-button-prev, .slider-investment .swiper-container-rtl .swiper-button-next {
    left: 68px;
    background-image: url(../img/arrow-investment-left.svg);
}
.goals-grid a {
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
h3.first-goals-planner {
    width: 100%;
    margin-bottom: 35px;
}
label.enter-label .tooltip {
    top: -11px;
    right: -15px;
}
label.enter-label.second-enter .tooltip {
    top: -17px;
    right: -95px;
}
.row.form-calculator .row:nth-child(8) .tooltip {
    right: 4px;
    top: 1px;
}
.row.form-calculator table {
    width: 100%;
}
.row.form-calculator table th, .row.form-calculator table td {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: #535353;
    border: 1px solid #959595;
}
.row.form-calculator table th {
    background-color: rgb(194, 194, 193);
}
.row.form-calculator table th:last-child {
    text-align: right;
    padding-right: 15px;
}
.row.form-calculator table td:last-child,
.row.form-calculator table td:nth-child(3) {
    text-align: right;
    padding-right: 15px;
}
span.source-table {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    color: #535353;
    font-style: italic;
}
img.pengaduan-image {
    width: 100%;
    margin-bottom: 30px;
}
.row.section-calculator .pengaduan-section p {
    margin: 0;
}
.pengaduan-item h3 {
    font-family: Montserrat-Medium;
    font-size: 14px;
    color: #F06432;
}
.pengaduan-item {
    margin-bottom: 20px;
}
.pengaduan-item span {
    color: #404041;
    font-size: 14px;
    font-family: DINPro-Regular;
    line-height: 25px;
    float: left;
    width: 115px;
}
p.detail-address-pengaduan {
    float: left;
    width: calc(100% - 115px);
}
.pengaduan-item li {
    color: #404041;
    font-size: 14px;
    font-family: DINPro-Regular;
    line-height: 14px;
    position: relative;
    line-height: 25px;
}
.pengaduan-item ol {
    list-style: disc;
    margin-left: 15px;
}
.pengaduan-item li a {
    color: #f06432;
    font-family: 'DINPro-Bold';
}
.pengaduan-item li a img {
    width: 15px;
    vertical-align: text-top;
    margin-left: 4px;
}
.pengaduan-item ul li:before {
    content: '';
    background-image: url(../img/check.png);
    position: absolute;
    z-index: 99;
    width: 10px;
    height: 10px;
    background-size: 100%;
    left: -3px;
}
.pengaduan-item ul li {
    padding-left: 10px;
}
.pengaduan-item ul {
    margin-top: 20px;
}
.pengaduan-section {
    padding: 25px;
    border: 5px dotted #f06432;
}
.calculator-section.why-syailendra-page.pengaduan-page p {
    font-size: 14px;
}
@media (min-width: 1900px){
    .navigation-menu li a{
        padding: 34px 22px;
    }
    li.has-dropdown:before{
        right: 9px;
    }
}
@media (max-width: 1370px){
    .content-banner-home h2 span {
        font-size: 37px;
    }
    .content-banner-home h2,
    .content-banner-home h1  {
        font-size: 37px;
        line-height: normal;
    }
    .content-banner-home span {
        font-size: 14px;
    }
    .navigation-menu li {
        font-size: 11px;
    }
}
@media (max-width: 1300px){
    .container {
        padding: 0 8.5%;
    }
}
@media (max-width: 1250px){
     .login .invest a {
        padding: 40px 7px 14px 7px;
    }
    .login .login-btn {
        font-size: 10px;
        margin-right: 10px;
    }
    .login .invest {
        font-size: 10px;
    }
    .navigation-menu {
        margin-left: calc(39vw - 427px);
    }
    .navigation-menu li {
        font-size: 10px;
    }
    .row.section-calculator .grid-commissioner-content p, .row.section-calculator .redaction-content p {
        max-height: 100px;
        overflow: auto;
        padding-right: 8px;
    }
    .row.section-calculator .grid-commissioner-content p::-webkit-scrollbar-track, .row.section-calculator .redaction-content p::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    .row.section-calculator .grid-commissioner-content p::-webkit-scrollbar, .row.section-calculator .redaction-content p::-webkit-scrollbar
    {
        width: 5px;
        background-color: #F5F5F5;
    }
    .row.section-calculator .grid-commissioner-content p::-webkit-scrollbar-thumb, .row.section-calculator .redaction-content p::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }
    .row.section-calculator .grid-redaction:nth-child(even) .redaction-content p{
        padding-right: 8px;
    }
}
@media (max-width: 1100px){
    .desktop-nav{
        display:none;
    }
    .nav-icon4{
        display:block;
        width: 30px;
        height: 21px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        outline: none;
    }
    .button-mobile span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .button-mobile span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .button-mobile span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .button-mobile.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -1px;
        left: 4px;
    }
    .button-mobile.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .button-mobile.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 20px;
        left: 4px;
    }
    .button-mobile span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #afafaf;
        border-radius: 45px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .button-mobile {
        border: 1px solid #afafaf;
        display: inline-block;
        position: relative;
        height: auto;
        width: auto;
        float: right;
        padding: 10px 9px;
        margin-top: 22px;
        border-radius: 5px;
    }
    /* Overlay style */
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 82px;
        left: 0;
        background: #ffffff;
    }
    /* Effects */
    .overlay-scale {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    }
    .overlay-scale.open {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
    }

    .navigation-menu {
        margin-left: 0;
        width: 100%;
        padding: 35px 3.5%;
    }
    .navigation-menu li{
        display:block;
        font-size: 12px;
    }
    .navigation-menu li a {
        padding-top: 0;
        padding: 10px 0;
    }
    ul.dropdown li {
        font-family: Montserrat-Regular;
        text-transform: capitalize;
    }
    li.has-dropdown:before {
        top: 9px;
        font-size: 24px;
        right: 0;
    }
    ul.dropdown{
        padding: 0 35px;
        top: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        width: 100%;
        display:block;
        position: relative;
        max-height: 0;
    }
    li.slide-dropdown:before {
        content: "\f0d7";
        position: absolute;
        top: 43%;
        font-family: FontAwesome;
        right: -1px;
        color: #6D6E70;
        font-size: 13px;
    }
    .dropdown li {
        display: block;
        border-bottom: 1px solid #6D6E70;
        font-family: Montserrat-Bold;
    }
    .menu-section.overlay.overlay-scale{
        display: block;
    }
    li.slide-dropdown.active:before {
        content: "\f0d8";
        color: #F06432;
    }
    .login {
        display: block;
        width: 100%;
        border-top: 1px solid #6D6E70;
        padding-top: 20px;
    }
    .login .login-btn {
        font-size: 15px;
        margin-right: 3.5%;
        float: right;
        margin-top: 10px;
    }
    .login .invest {
        font-size: 12px;
        float: left;
        margin-left: 3.5%;
    }
    .grid-milestone-goals{
        width: 50%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .grid-milestone-goals:nth-child(1), .grid-milestone-goals:nth-child(3) {
        border-left: 0;
       border-right: 1px solid #A6A8AB;
    }
    .grid-milestone-goals:nth-child(2), .grid-milestone-goals:nth-child(4) {
        border-right: 0;
        border-left: 0;
    }
    .grid-milestone-goals:nth-child(4){
        border-bottom: 1px solid #A6A8AB;
        padding-left: 40px;
    }
    .grid-milestone-goals:nth-child(5){
       border-right: 1px solid #A6A8AB;
    }
    .grid-milestone-goals img {
        left: 135px;
    }
    .grid-6-article h3 {
        left: 17.5%;
    }
    .login .invest a {
        padding: 10px;
    }
    .row.section-calculator .left-content-award .content-award p,
    .row.section-calculator .right-content-award .content-award p {
      font-size: 14px;
      min-height: 260px;
      width: 95%;
  }
}
@media (max-width: 790px){
    .grid-5-article{
        width: 50%;
        height: auto
    }
    .grid-6-article{
        width: 100%;
        height: 250px;
    }
    .grid-5-article h3 {
        width: 85%;
    }
    .grid-milestone-goals h4 {
        width: auto;
        display: block;
        margin-bottom: 10px;
    }
    .grid-milestone-goals span {
        font-size: 56px;
        width: 43px;
        line-height: 63px;
        margin-bottom: 6px;
    }
    .grid-milestone-goals img {
        left: 0;
        position: relative;
        display: inline-block;
        top: 0;
        margin-left: 11px;
    }
    .grid-milestone-goals:nth-child(4) img, .grid-milestone-goals:nth-child(5) img {
        left: 0;
    }
    .section-calculator{
        padding: 25px 35px!important;
    }
    .grid-redaction {
        height: auto;
    }
    .grid-agents {
        height: 125px;
    }
    .goals-grid img {
        width: 80px;
        height: 70px;
    }
    .section-calculator .goals-grid h2 {
        font-size: 14px;
    }
    .form-calculator {
        background-color: #F1F1F2;
        padding: 25px 15px;
    }
    .label-calculator {
        width: 50.5%;
    }
    .input-calculator {
        width: 49.5%;
    }
    .form-calculator form {
        width: 95%;
        float: left;
    }
    .two-grid-input .input-calculator {
        width: 100%;
        margin-top: 20px;
    }
    .grid-title-chart {
        float: left;
        width: 100%;
    }
    .grid-title-chart span{
        display: inline-block;
    }
    .grid-detail-chart {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        border: 0;
    }
    .title-chart .right {
        float: left;
    }
    .grid-download {
        margin-left: 15px;
        margin-bottom: 20px;
    }
    .list-reksadana .section-calculator .goals-grid h2 {
        font-size: 13px;
    }
    .library-grid {
        width: 33.333333333333%;
        padding: 0 15px;
        min-height: 360px;
    }
    .grid-form {
        width: 100%;
        border-right: 0;
        right: 0;
        padding:0;
    }
    .grid-address {
        float: left;
        position: relative;
        width: 100%;
        padding-left: 0;
        left: 0;
        margin-bottom: 35px;
    }
    .pengaduan-section {
        padding: 15px;
        border: 5px dotted #f06432;
    }
  .pengaduan-item ul li:before {
        top: 6px;
    }
}
@media (max-width: 650px){
    .grid-milestone-goals, .grid-milestone-goals:nth-child(4), .grid-milestone-goals:nth-child(5){
        padding-right: 10px;
        height: 310px;
        padding-left: 10px;
    }
    .goals-milestone-home h3 {
        font-size: 21px;
    }
    .goals-milestone-home h3 span {
        padding: 3px 8px;
        font-size: 19px;
        margin-right: 4px;
    }
    .goals-milestone-home h2 {
        font-size: 19px;
    }
    .content-banner-home h2 span {
        font-size: 21px;
    }
    .content-banner-home h2,
    .content-banner-home h1  {
        font-size: 21px;
    }
    .content-banner-home span {
        font-size: 12px;
    }
    .content-banner-home span a {
        padding: 5px 5px;
        border: 2px solid #ffffff;
    }
    .grid-5-article, .grid-6-article{
        width: 100%;
        height: auto;
    }
    .grid-6-info:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .grid-6-info:first-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #b7b7b7;
    }
    .grid-6-info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer-section-one .grid-4-footer:nth-child(2){
        display: none;
    }
    .footer-section-one .grid-4-footer:nth-child(1), .footer-section-one .grid-4-footer:nth-child(3) {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0;
    }
    .row.footer-section-two .grid-4-footer:nth-child(1), .row.footer-section-two .grid-4-footer:nth-child(2) {
        padding-top: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .row.footer-section-two .grid-4-footer:nth-child(3){
        width: 70%;
        padding:0;
    }
    .goals-grid{
        width: 50%;
        border-right:0;
        border-bottom: 4px dotted #848484;
        border-left: 0;
        padding:5px;
    }
    .goals-planner-section .goals-grid:nth-child(7){
        border-bottom: 4px dotted #848484;
        border-right: 4px dotted #848484;
    }
    .goals-grid:nth-child(8), .list-product .goals-grid:nth-child(4){
        border-bottom: 4px dotted #848484;
    }
    .goals-grid:nth-child(odd){
        border-right: 4px dotted #848484!important;
    }
    .content-detail-product, .sidebar-detail-product{
        width: 100%;
        padding:0;
    }
    .list-reksadana .goals-grid{
        height: 280px!important;
    }
    .investment-grid-image{
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .investment-grid-slider {
        width: 100%;
        padding-left: 0;
    }
    .slider-investment .swiper-button-next, .slider-investment .swiper-container-rtl .swiper-button-prev {
        left: 30px;
    }
    .slider-investment .swiper-button-prev, .slider-investment .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
    .banner-calculator-content span {
        font-size: 25px!important;
    }
    .banner-calculator-content h2 {
        font-size: 25px;
    }
    .grid-agents {
        float: left;
        width: 50%;
        border-left: 0!important;
        border-right: 0;
    }
    .grid-agents:nth-child(odd){
        border-right: 4px dotted #848484!important;
    }
    .result-rank {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    .result-score {
        float: left;
        width: 100%;
        padding-right: 0;
    }
    .container {
        padding: 0 4.5%;
    }
    .grid-redaction{
        width: 100%;
    }
    .commissioner .row {
        display: block;
    }
    .grid-commissioner-image {
        width: 100%;
        border-bottom: 5px solid #000;
    }
    .grid-commissioner-content {
        position: relative;
        width: 100%;
        float: left;
        padding-left: 0;
        margin-top: 20px;
    }
    .row.section-calculator .grid-commissioner-content p {
        position: relative;
    }
    .invert-management .grid-commissioner-image {
        bottom: 150px;
    }
    .invert-management .grid-commissioner-content {
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        top: 180px;
    }
    .row.section-calculator .content-why-syailendra p {
        top: 40px;
        position: relative;
        margin-bottom: 85px;
        left: -95px;
        width: calc(100% + 95px);
    }
    .image-award img {
        max-width: 69px;
        height: 30px;
        object-fit: contain;
    }
    .banner-calculator{
        height: 400px;
    }
    .banner-calculator img {
        object-position: 50% 60px;
    }
    .banner-calculator.goals-planner-banner-page img {
        object-position: 28% 15px;
    }
    .why-syailendra-page .section-calculator {
        margin-top: -30px;
    }
    .section-calculator{
        margin-top: -30px;
    }
    .grid-calculator h3 span {
        padding: 3px 6px;
        font-size: 20px;
        width: 32px;
    }
    .grid-calculator h3 {
        margin-left: 0;
        font-size: 22px;
    }
    .grid-calculator .tooltip h3 {
        font-size: 13px;
        margin-left: 21px;
    }
    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: -9px;
        top: unset;
        right: 48%;
        border-color: #fffefe transparent transparent transparent;
    }
    .tooltip .tooltiptext {
        top: unset;
        left: unset;
        bottom: 30px;
        right: -159%;
    }
    .label-calculator {
        width: 100%;
        margin-bottom: 20px;
    }
    .input-calculator{
        width: 100%;
    }
    .grid-calculator:nth-child(2) .tooltip h3 {
        margin-top: 17px;
    }
    .input-calculator.heading-input-calculator label:first-child {
        margin-right: 0;
    }
    .input-calculator.heading-input-calculator label {
        width: 50%;
        float: left;
    }
    .two-grid-input .label-calculator {
        width: 100%;
    }
    .two-grid-input .input-calculator input:first-child {
        width: 50px;
        margin-bottom: 16px;
    }
    .two-grid-input .input-calculator img {
        margin: 0px 3px;
        height: 11px;
    }
    .input-calculator.heading-input-calculator{
        margin-left: 0;
    }
    div#calculator-chart{
        min-width: 180px!important;
        height: 300px!important;
    }
    .grid-calculator:nth-child(2) .tooltip {
        float: right;
    }
    .grid-calculator:nth-child(1) .row.form-calculator {
        padding-bottom: 50px;
    }
    .grid-calculator:nth-child(1) .row.form-calculator .tooltip {
        float: right;
        right: 0;
    }
    .faq-section .grid-agents img {
        width: 70px;
        height: 70px;
    }
    .faq-section .grid-agents {
        height: 255px;
        padding: 10px;
    }
    .grid-agents h3 {
        font-size: 12px;
    }
    .goals-grid {
        height: 195px!important;
    }
    .banner-calculator.product-banner-page img {
        object-position: 75% 26px;
    }
    .grid-download {
        margin-bottom: 20px;
        width: 33.33333333%;
        float: right;
        margin-left: 0;
        padding: 0 10px;
    }
    .banner-calculator.introduction-banner-page img {
        object-position: 30% 60px;
    }
    .banner-calculator.investment-report-banner-page img {
        object-position: 77% 22px;
    }
    .banner-calculator.contact-us-banner-page img {
        object-position: 31% 60px;
    }
    .grid-6-article h3 {
        left: 6%;
    }
    .banner-calculator.investment-report-banner-page .banner-calculator-content {
        left: 4%;
        width: 261px;
        top: 42%;
    }
    .section-calculator {
        padding: 25px!important;
    }
    .goals-planner-section .section-calculator {
        margin-top: -15px;
    }
    .grid-agents:nth-of-type(3n+2) {
        border-right: 0;
    }
    span#result-value-chart {
      top: -75px;
      left: 30px;
  }
}
@media (max-width: 500px){
    .banner-calculator img {
        object-position: 38% 60px;
    }
    .banner-calculator {
        height: 235px;
    }
    .banner-calculator.product-banner-page img {
        object-position: 56% 54px;
    }
    .banner-calculator.investment-report-banner-page img {
        object-position: 60% 50px;
    }
    .banner-calculator.investment-report-banner-page .banner-calculator-content {
        top: 64%;
    }
    .banner-calculator-content h2 {
        font-size: 15px;
    }
    .banner-calculator-content span {
        font-size: 15px!important;
    }
}