*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #ceebf8;
}

html,
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /*scroll-behavior: smooth;*/
}

body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  /*background-color: #fcf6e6;*/
  background-color: #ffffff;
  color: #333333;
  font-weight: 400;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 20px;
}

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

ul {
  padding: 0px;
  margin-left: 15px;
}

a {
  color: #188fe0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover {
  color: #fdcc39;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.c-brown {
  color: #373737;
}

.c-black {
  color: #333333;
}

.bg-brown {
  background-color: #342802;
}

.bg-gold {
  background-color: #6f5615;
}

.max-24 {
  max-width: 1.5rem;
}

.max-240 {
  max-width: 15rem !important;
}

.max-288 {
  max-width: 18rem !important;
}

.max-320 {
  max-width: 20rem !important;
}

.max-360 {
  max-width: 22.5rem !important;
}

.max-480 {
  max-width: 30rem !important;
}

.max-512 {
  max-width: 32rem !important;
}

.max-640 {
  max-width: 40rem !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt140 {
  margin-top: 140px;
}

.btn-utama {
  display: inline-block;
  overflow: hidden;
  min-width: auto;
  text-align: center;
  padding: 15px 25px;
  border-radius: 30px;
  background-color: #fbcc3e;
  color: #fff;
  border: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-utama:hover {
  color: #fff;
  box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1);
}

.btn-utama:active,
.btn-utama:focus,
.btn-kedua:active,
.btn-kedua:focus {
  color: #fff;
}

.btn-utama.black-button {
  background-color: #333333;
}

.btn-kedua {
  cursor: pointer;
  background: transparent;
  color: #fbcc3e;
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1.2px;
  padding: 15px 25px;
  border: 1px solid #fbcc3e;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-pols {
  cursor: pointer;
  background: transparent;
  color: #fbcc3e;
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 1.2px;
  padding: 15px 25px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-kedua:hover {
  color: #fbcc3e;
  box-shadow: 1px 1px 2px 2px hsla(0, 0%, 0%, 0.1);
}

.button-hover {
  position: relative;
  height: 56px;
  -moz-transition: ease 0.35s all;
  -o-transition: ease 0.35s all;
  -webkit-transition: ease 0.35s all;
  transition: ease 0.35s all;
}

.button-hover:hover {
  line-height: 9em;
}

.button-hover:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: -3.15em;
  width: 100%;
  text-align: center;
}

/*  ==========================  FORM FIELD  ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[disabled] {
  border: 0;
  background-color: #dedede;
}

.form-control[disabled]:hover {
  border: 0;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.has-error .form-control {
  box-shadow: none;
}

input.form-control {
  position: relative;
  height: 50px;
  padding: 0 5px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  transition: all 0.3s;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
  border-color: #fbcc3e;
}

select.form-control {
  color: #333333;
  height: 50px;
  padding: 0 30px 0 15px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 80% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/chevron-down.png");
  background-size: 12px;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
  font-weight: 300;
}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
  border: 2px solid #fbcc3e;
}

.select2-container--default .select2-selection--single {
  height: 40px !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fdcc39 !important;
  font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 5px !important;
}

textarea.form-control {
  background-color: transparent;
  min-height: 85px;
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 15px;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  /*resize: none;*/
}

textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active {
  border-bottom: 2px solid #fbcc3e;
}

label.control-label {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 0;
  margin-left: 5px;
  margin-bottom: 5px;
}

.modal-content {
  border-radius: 20px;
}

.modal-footer {
  border: 0;
}

.modal-header .may-category {
  display: inline-block;
  position: relative;
}

.modal-header .close {
  position: absolute;
  top: 15px;
  right: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-top: -4px;
  margin-right: 10px;
  font-size: 30px;
  width: 35px;
  height: 35px;
  transition: all 0.3s;
}

.modal-header .close span {
  position: relative;
  top: -3px;
}

#select-dropdown {
  margin-top: 5px;
  background: transparent;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  outline: 0;
  display: block;
  text-align: left;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  color: #5a5957;
  text-decoration: none;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

#select-dropdown.open {
  opacity: 0;
}

.button-group {
  position: relative;
  width: 215px;
}

.button-group .marka {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
}

.button-group .marka i {
  background: grey !important;
}

.marka-icon-times {
  border: 1px solid grey;
  border-radius: 50%;
  top: 5px !important;
  right: 5px !important;
}

#dropdown-menu {
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: 1em auto;
  padding: 15px 20px;
  width: 100%;
  list-style: none;
  text-align: left;
  border-radius: 5px;
  background: #fff;
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: box-shadow 0.5s ease-out;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

#dropdown-menu li {
  position: relative;
  line-height: 24px;
  margin-bottom: 15px;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  opacity: 0;
}

#dropdown-menu li:nth-last-child(1) {
  margin-bottom: 0;
}

#dropdown-menu li:hover {
  background-color: #33b8c41a;
}

#dropdown-menu li a {
  color: #5a5957;
  text-decoration: none;
  font-size: 1em;
}

#dropdown-menu.open {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#dropdown-menu.open li {
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.open li:nth-child(1) {
  transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
  transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
  transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
  transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
  transition-delay: 0.35s !important;
}

/*====================================== SECTION WORD ======================================*/
.may-head {
  line-height: 72px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
  transition: all 0.3s;
}

h3.may-category {
  line-height: 36px;
}

.may-category {
  line-height: 56px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
  transition: all 0.3s;
}

.may-main {
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fbcc3e;
  transition: all 0.3s;
}

.may-semi {
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.02em;
  color: #333333;
  transition: all 0.3s;
}

.may-info {
  line-height: 30px;
  letter-spacing: 1.2px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.may-break {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.may-small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  letter-spacing: 1.5px;
  transition: all 0.3s;
}

.main-color {
  color: #fbcc3e !important;
  transition: all 0.3s;
}

.black {
  color: #333333 !important;
}

.c-grey {
  color: #8d8d8d !important;
}

.info {
  color: rgba(0, 0, 0, 0.5) !important;
}

b,
.bold {
  font-weight: 700 !important;
}
.semi-bold {
  font-weight: 600 !important;
}

.white {
  color: #fff !important;
}

.box-shadow {
  -webkit-transition: box-shadow 0.5s ease-out;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.5s ease-out;
}

.no-pad {
  padding: 0;
}

.block {
  display: block;
}

.full {
  max-width: 100%;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.regular {
  font-weight: 400;
}

.normal {
  font-weight: 300;
}

.no-transform {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.justify {
  text-align: justify;
}

.load-more button.btn-kedua {
  margin: 20px 0;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-space {
  margin-top: 100px;
}

.sticky-subhead {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.section-shadow {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 25px;
}

.section-heading {
  max-width: 568px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-heading .may-head {
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 60px;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.no-result {
  background-color: #fbcc3e69;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}

/*====================================== SECTION NAVBAR ======================================*/
header {
  /*background-color: #fff;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /*border-bottom: 2px solid #fff;*/
  z-index: 99;
  will-change: transform;
  transition: background 0.3s,
    -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
    background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
    background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

header nav {
  /*overflow: hidden;*/
  padding: 15px;
}

header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

header #navigation .logo {
  display: block;
  float: left;
  margin-top: -13px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 500;
  color: #393e46;
}

#navigation {
  background-color: #fff;
}

header #navigation .logo.black {
  display: block;
}

header #navigation.scrolled .logo.black {
  display: none;
}

header #navigation .logo.white {
  display: none;
}

header #navigation.scrolled .logo.white {
  display: block;
}

header #navigation .logo img.navbar-logo {
  margin-top: 5px;
  width: 150px;
  object-fit: contain;
}

@media (min-width: 768px) {
  header nav ul li {
    float: left;
    margin-left: 2rem;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}

header nav ul li a {
  display: block;
  font-size: 18px;
}

.hide-nav {
  transform: translateY(-120%) !important;
  -webkit-transform: translateY(-120%) !important;
}

ul.menu-right {
  float: right;
}

ul.menu-right > li {
  position: relative;
  margin-left: 10px;
}

ul.menu-right > li > a {
  cursor: pointer;
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 10px 15px 12px 15px;
  background-color: transparent;
  color: #333333;
  border-radius: 30px;
  transition: all 0.3s;
}

ul.menu-right > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fbcc3e;
  transition: all 0.5s;
}

ul.menu-right > li:hover > a:before {
  width: 100%;
}

ul.menu-right li.acc a {
  background-color: #fbcc3e;
  border-radius: 30px;
  color: #fff;
}

ul.menu-right > li.active > a {
  color: #fbcc3e;
  font-weight: 700;
}

ul.menu-right > li.nonactive > a {
  color: #c3c0c0;
}

.nav-toggle {
  display: none;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 38px;
  width: 38px;
  cursor: pointer;
  padding: 5px;
  margin-top: 0;
  position: relative;
  top: 5px;
}

.nav-toggle span:nth-child(2) {
  width: 65%;
  margin-left: auto;
}

.nav-toggle span:last-child {
  width: 90%;
  margin-left: auto;
}

.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(4.4px, 5.4px);
}

.nav-toggle.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.nav-toggle.open span:last-child {
  width: 100%;
  transform: rotate(-45deg) translate(4.4px, -6.4px);
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 6px;
  background-color: #fbcc3e;
  transition: all 0.3s;
}

ul.menu-right > li:hover ul.sub-menu {
  display: block;
}

ul.sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 15px 5px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

ul.sub-menu li,
ul.sub-menu li ul.sub-menu-child li {
  position: relative;
  margin-left: 0;
  min-width: 225px;
  margin-bottom: 2px;
}

ul.sub-menu li a,
ul.sub-menu li ul.sub-menu-child li a {
  position: relative;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
}

ul.sub-menu li.active a,
ul.sub-menu li ul.sub-menu-child li.active a,
ul.sub-menu li.active ul.sub-menu-child li.active a {
  color: #fbcc3e;
  font-weight: 700;
}

ul.sub-menu li.active ul.sub-menu-child li a {
  font-weight: 400;
}

ul.sub-menu li.nonactive a,
ul.sub-menu li ul.sub-menu-child li.nonactive a {
  color: #c3c0c0;
}

ul.sub-menu li a:before,
ul.sub-menu li ul.sub-menu-child li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 0;
  height: 2px;
  background-color: #fbcc3e;
  transition: all 0.5s;
}

ul.sub-menu li:hover a:before,
ul.sub-menu li ul.sub-menu-child li:hover a:before {
  width: 85%;
}

ul.sub-menu li.active:hover a:before,
ul.sub-menu li ul.sub-menu-child li.active:hover a:before {
  width: 0;
}

ul.sub-menu li ul.sub-menu-child {
  display: none;
  z-index: 99;
  position: absolute;
  right: -275px;
  top: -20px;
  padding: 15px;
}

ul.sub-menu li ul.sub-menu-child .sub-menu-wrapper {
  overflow: hidden;
  max-width: 250px;
  padding: 15px 5px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

ul.sub-menu li:hover > ul.sub-menu-child {
  display: block;
}

.download.download-mobile {
  display: none;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  margin: 20px 0;
}

.swiper-slide {
  font-size: 18px;
  background: transparent;
  width: auto;
  margin-right: 20px;
  border-radius: 5px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide:nth-child(2n) {
  width: 40%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}

.swiper-slide .desc {
  margin-top: 20px;
}

.swiper-wrapper .swiper-slide > a {
  width: 100%;
}

.swiper-button-wrapper {
  position: absolute;
  top: 22px;
  text-align: center;
}

.swiper-button-next {
  background-image: url("../images/arrow-right-yellow.svg");
  opacity: 1;
  transition: all 0.3s;
  right: 20px;
}

.swiper-button-prev {
  background-image: url("../images/arrow-left-yellow.svg");
  opacity: 1;
  transition: all 0.3s;
  left: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 45%;
  width: 48px;
  height: 48px;
  background-size: contain;
  cursor: pointer;
}

.may-headline h2 {
  font-size: 35px;
}

section {
  margin-bottom: 50px;
}

/*====================================== SECTION LANDING PAGE ======================================*/
.hero-carousel {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 50px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 20%);
}

.swiper-hero .swiper-wrapper {
  margin-top: 0;
}

.hero-carousel .hero-word {
  margin-top: -50px;
}

.dash {
  background-color: #fff;
  width: 50px;
  height: 4px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 0.3s;
}

.dash.main {
  background-color: #fbcc3e;
}

.hero-carousel h2.may-category {
  line-height: 60px;
}

.hero-carousel h2.may-category span {
  display: inline-block;
}

.hero-swiper-button {
  width: 175px;
  position: absolute;
  bottom: 100px;
  left: 35px;
}

.hero-swiper-button .swiper-button-next {
  background-image: url("../images/arrow-right-white.svg");
}

.hero-swiper-button .swiper-button-prev {
  background-image: url("../images/arrow-left-white.svg");
}

section.section-cornerstones .container-fluid {
  padding: 0 75px;
}

section.section-cornerstones .may-headline {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

section.section-cornerstones .may-headline p {
  font-size: 16px;
}

section.section-cornerstones .may-headline p i {
  transition: all 0.3s;
}

section.section-cornerstones:hover .may-headline p i {
  margin-left: 10px;
}

.corner-container {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 30%);
}

.corner-container a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
}

.corner-container .dash {
  width: 20px;
  transition: all 0.3s;
}

.corner-container .word p {
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.corner-container .cta {
  position: absolute;
  bottom: -75px;
  left: 0px;
  padding: 0 15px;
  width: 100%;
  transition: ease-in 0.1s, ease-out 0.5s;
}

.corner-container:hover .cta {
  bottom: 15px;
}

.corner-container .cta .btn-utama {
  background-color: transparent;
  border: 1px solid #fff;
}

.corner-container:hover .cta .btn-utama {
  background-color: #fbcc3e;
  border-color: transparent;
}

.corner-container:hover {
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}

.corner-container:hover .word p {
  opacity: 1;
}

.corner-container:hover .dash {
  width: 40px;
}

.home-explore {
  margin: 100px 0;
}

.explore-image .image {
  max-width: 480px;
  margin: 0 auto;
}

.explore-image .image img {
  border-radius: 5px;
}

.explore-word {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.explore-word .cta {
  margin-top: 20px;
}

/*section.home-learnmore .container-fluid
{
padding: 0;
}*/
.learnmore-card {
  width: 100%;
  height: 45vh;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
  transition: all 0.3s;
}

.learnmore-card .dash {
  width: 25px;
  transition: all 0.3s;
}

.learnmore-card .word {
  margin: 0 auto;
}

.learnmore-card .play .btn-kedua {
  border-color: #fff;
  color: #fff;
}

.learnmore-card:hover {
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}

.learnmore-card:hover .dash {
  width: 40px;
}

.learnmore-card:hover .play .btn-kedua {
  background-color: #fbcc3e;
  border-color: transparent;
}

#playVideo .modal-header {
  border-bottom: 0;
}

.iframe-video {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.swiper-home-learnmore {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
}

.swiper-article-button {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}

section.home-learnmore .swiper-button-next,
section.home-article .swiper-button-next {
  right: 10px;
  background-image: url("../images/arrow-right-black.svg");
}

section.home-learnmore .swiper-button-prev,
section.home-article .swiper-button-prev {
  left: 10px;
  background-image: url("../images/arrow-left-black.svg");
}

section.home-article .container-fluid,
section.home-learnmore .container-fluid {
  padding: 0 75px;
}

.home-learnmore .may-headline {
  margin-bottom: 20px;
}

.home-article .may-headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}

section.section-pers-artikel {
  margin-bottom: 40px;
}

.pers-card {
  position: relative;
  width: 100%;
  height: 350px;
  background: #fff;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.pers-card:hover {
  -webkit-box-shadow: -6px 6px 8px rgb(0 0 0 / 30%);
  -moz-box-shadow: -6px 6px 8px rgb(0 0 0 / 30%);
  box-shadow: -6px 6px 8px rgb(0 0 0 / 30%);
}

.pers-card:hover a {
  -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 70%);
  -moz-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 70%);
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 70%);
}

.pers-card a {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 20px 0 50px auto;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
  -moz-box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}

.pers-card .dash {
  width: 30px;
  margin: 15px auto;
}

.pers-card .word {
  margin-bottom: 40px;
}

.pers-card .word p {
  min-height: 105px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pers-card .word h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pers-card .cta {
  width: 200px;
  margin: 0 auto;
  transition: ease-in 0.3s, ease-out 0.6s;
}

.pers-card:hover .cta {
  width: 50%;
}

.pers-card .cta .btn-kedua {
  width: 100%;
  border-color: #fff;
  color: #fff;
  transition: all 0.3s;
}

.article-thumbnail-card {
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.article-thumbnail-card a {
  display: block;
  width: 100%;
  height: 100%;
}

.article-thumbnail-card .image {
  height: 300px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.article-thumbnail-card .word .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-thumbnail-card .image img {
  object-fit: cover;
  border-radius: 5px;
}

.article-thumbnail-card .word .category span.dash {
  background-color: #fbcc3e;
  width: 20px;
  height: 2px;
  top: -3px;
}

.article-thumbnail-card:hover {
  transform: translateY(-5px);
}

.article-thumbnail-card:hover .word .category span.dash {
  width: 30px;
}

.article-thumbnail-card:hover .word .category p.may-small {
  color: #fbcc3e;
}

section.section-pers-artikel {
  margin-bottom: 0;
}

/*====================================== SECTION ABOUT PAGE ======================================*/
.breadcrumb-hero {
  position: absolute;
  top: 15px;
  left: 30px;
}

.breadcrumb-hero .link,
.breadcrumb-hero .divider {
  max-width: 90px;
  display: inline-block;
  color: #fff;
  padding: 0 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb-hero .link {
  max-width: 100%;
}

.breadcrumb-hero .link a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.breadcrumb-hero .link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #fff;
  transition: all 0.3s;
}

.breadcrumb-hero .link a:hover:before {
  width: 100%;
}

.header-hero {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}

.header-hero .word {
  max-width: 720px;
  padding: 0 50px;
}

.header-hero .word h2 {
  margin-bottom: 10px;
}

.intermezo {
  max-width: 720px;
  margin: 50px auto;
}

.intermezo .dash {
  background-color: #fbcc3e;
  margin-bottom: 20px;
}

.intermezo .image {
  margin-bottom: 20px;
}

.headline-about {
  margin-bottom: 30px;
}

.about-word {
  max-width: 450px;
  margin: 0 auto;
  /*height: 450px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-word.visimisi {
  height: auto;
}

.about-image,
.about-image img {
  border-radius: 10px;
}

.about-word .word ul {
  margin-left: 20px;
}

.about-word .word ul li {
  margin-bottom: 10px;
}

.row-about {
  margin-bottom: 60px;
}

.row-download {
  margin-bottom: 100px;
}

/*====================================== SECTION TEMPLATE 1 PAGE ======================================*/
.row-may {
  margin-bottom: 100px;
}

.may-container {
  position: relative;
  background-color: #fbcc3e52;
  padding: 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.may-container .dash {
  background-color: #fbcc3e;
}

.may-container .sticky-subhead {
  top: 200px;
}

.may-container .may-image {
  float: left;
  margin-top: -100px;
  margin-left: -250px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.may-container .may-image .image {
  max-width: 600px;
}

.may-container .may-image img {
  border-radius: 10px;
}

.may-container .wrapper {
  max-width: 800px;
  padding: 15px 0;
  margin-left: auto;
}

.may-container .word-list {
  margin-top: 20px;
  margin-left: 20px;
}

.may-container.left .may-image {
  float: right;
  margin-top: -100px;
  margin-right: -250px;
}

.may-container.left .wrapper {
  margin-right: auto;
}

.may-intermezo .image {
  width: 100%;
  height: 60vh;
  margin-bottom: 20px;
}

.may-intermezo .image img {
  object-fit: cover;
}

.may-container.bottom {
  border-radius: 10px;
}

/*====================================== SECTION ARTICLE PAGE ======================================*/
section.section-article .header-hero {
  height: 70vh;
  margin-bottom: 20px;
}

.category-wrapper {
  position: relative;
  /*margin-top: -200px;*/
  z-index: 2;
}

.row-category {
  padding: 20px 0;
  border-radius: 20px;
  z-index: 2;
  background-color: #ffffffcf;
  margin-bottom: 60px;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
}

.article-category {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.article-category:hover {
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.3);
}

.article-category .dash {
  width: 20px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.article-category:hover .dash {
  width: 40px;
}

.article-category a {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  max-height: 170px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 15px;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 30%);
}

.col-category:nth-last-child(-n + 4) .article-category {
  margin-bottom: 0;
}

.article-category a.active {
  color: #fbcc3e;
  font-weight: 700;
}

.article-category a.active .dash {
  width: 40px;
  background-color: #fbcc3e;
}

section.section-article-post .header-hero {
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 20%);
}

section.section-article-post .header-hero .word {
  max-width: 720px;
}

.section-article-post.detail {
  margin-bottom: 40px;
}

.section-article-post.detail .header-hero {
  height: 100%;
  padding-top: 50px;
}

section.section-article-post.detail .header-hero .word {
  max-width: 100%;
}

.section-article-post.detail .breadcrumb-hero .link {
  max-width: 320px;
}

section.section-article-post.detail .header-hero h2 {
  display: block;
}

section.section-article-post.detail .header-hero {
  margin-bottom: 60px;
}

section.section-article-post.detail .header-hero .breadcrumb-hero .link a,
section.section-article-post.detail .header-hero .breadcrumb-hero .link,
section.section-article-post.detail .header-hero .breadcrumb-hero .divider {
  color: #333333;
}

/*====================================== SECTION NEWS PAGE ======================================*/

.header-hero .word.word-title h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*====================================== SECTION STRUCTURE ======================================*/
section.section-struktur {
  margin-top: 40px;
  margin-bottom: 40px;
}

.structure-card {
  display: inline-block;
  margin: 0 auto 20px auto;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  padding: 10px 30px;
  transition: all 0.3s;
}

.structure-card:hover {
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.structure-card .icon {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.structure-card .icon .image {
  max-width: 75px;
}

.structure-card .word {
  display: inline-block;
}

section.section-profile-detail {
  margin-bottom: 100px;
}

section.section-about-hero.page-profile .header-hero {
  height: 200px;
}

.people-card {
  margin-bottom: 30px;
}

.people-card a {
  display: block;
  width: 100%;
  height: 100%;
}

.people-card .image {
  max-width: 100%;
  height: 350px;
}

.profile-photo {
  margin-top: -200px;
  z-index: 2;
  position: relative;
}

.profile-photo .image {
  width: 250px;
  height: 250px;
  background-color: #fff;
  border: 3px solid #333333;
  border-radius: 50%;
  margin: 15px auto;
  overflow: hidden;
  transition: all 0.3s;
}

section.section-profile-detail:hover .profile-photo .image {
  border-color: #fbcc3e;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

/*====================================== SECTION AWARD ======================================*/
.row-filter {
  margin-bottom: 80px;
}

.award-result {
  text-align: right;
}

.award-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.award-list .award-head {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.award-list .award-head .image {
  display: none;
  max-width: 125px;
  margin-right: 15px;
}

.filter-all-category {
  display: inline-block;
}

.award-desc ul {
  /*	list-style: none;
	margin: 0;*/
}

.award-desc ul li {
  margin-bottom: 15px;
}

select.form-control.category {
  background-position: 95% 50%;
}

/*====================================== SECTION LAPORAN TAHUNAN ======================================*/
select.form-control.report {
  width: auto;
  padding: 0 40px 0 15px;
  background-position: 95% 50%;
}

.report-card {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: all 0.3s;
}

.report-card:hover {
  background-color: #fbcc3e73;
}

.report-card a {
  display: block;
  padding: 15px;
  min-height: 107px;
  max-height: 107px;
  width: 100%;
  height: 100%;
}

.report-card .image {
  float: left;
  display: inline-block;
  max-width: 64px;
}

.report-card .word {
  display: inline-block;
  max-width: 75%;
  margin-left: 10px;
}

.report-card .word p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.report-card .download .btn-utama {
  color: #fff;
  border: 1px solid #333333;
  background-color: #333333;
  font-size: 18px;
  padding: 8px 13px;
}

.report-card .download {
  position: absolute;
  bottom: -20px;
  right: 10px;
}

.report-card:hover {
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

/*====================================== SECTION REGULER ======================================*/
.reguler-card {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  transition: ease-in 0.3s, ease-out 0.5s;
}

.reguler-card .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.reguler-card .bg-icon {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  transition: all 0.3s;
}

.reguler-card:hover {
  background-color: #fbcc3e69;
  box-shadow: 0 8px 18px 0 rgb(0 0 0 / 5%);
}

.reguler-card:hover .bg-icon {
  opacity: 0.1;
}

.reguler-head h2.may-category {
  font-size: 30px;
}

.reguler-head .dash {
  background-color: #fbcc3e;
}

.reguler-tnc .image,
.reguler-pengkinian .image {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
}

.reguler-tnc .word {
  min-height: 70px;
  max-height: 70px;
}

.reguler-wrapper .cta {
  display: inline-block;
  margin: 10px 15px;
}

.reguler-wrapper .cta .btn-utama.second {
  border-color: transparent;
  background-color: #333333;
}

.reguler-wrapper .cta .btn-utama.youtube {
  margin-top: 20px;
  background-color: #ff0000;
}

.reguler-tnc {
  margin-bottom: 30px;
}

.reguler-pengkinian .word {
  margin-bottom: 20px;
}

.tnc-number {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #333333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tnc-number span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.reguler-tnc-off {
  /*border-bottom: 1px solid rgba(0,0,0,0.24);*/
  max-width: 480px;
  margin: 0 auto 20px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  padding-bottom: 20px;
  transition: ease-in 0.3s, ease-out 0.6s;
}

.reguler-tnc-off:hover {
  transform: scale(1.05);
  background-color: #fbcc3e69;
}

.reguler-tnc-off .head {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.reguler-tnc-off .head .image {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
}

.reguler-tnc-off .head .word {
  display: inline-block;
  /*min-height: 70px;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reguler-tnc-off .body ul {
  margin-left: 20px;
  transition: all 0.3s;
  list-style: number;
}

.reguler-tnc-off .body ul li {
  position: relative;
  border-bottom: 1px solid transparent;
}

.reguler-tnc-off .body ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.54);
  width: 0;
  height: 1px;
  transition: all 0.6s;
}

.reguler-tnc-off:hover .body ul {
  padding: 0;
}

.reguler-tnc-off:hover .body ul li:before {
  width: 100%;
}

.reguler-tnc-off:hover .body ul li:nth-child(2):before {
  transition-delay: 0.2s;
}

.reguler-tnc-off:hover .body ul li:nth-child(3):before {
  transition-delay: 0.4s;
}

.reguler-tnc-off:hover .body ul li:nth-child(4):before {
  transition-delay: 0.6s;
}

.reguler-tnc-off:hover .body ul li:nth-child(5):before {
  transition-delay: 0.8s;
}

.reguler-tnc-off:hover .body ul li:nth-child(6):before {
  transition-delay: 1s;
}

.reguler-intermezo {
  max-width: 720px;
  margin: 0 auto;
}

.divider-reguler {
  margin: 15px 0;
  background-color: #fbcc3e;
  width: 100%;
  height: 2px;
}

.reguler-wrapper .download {
  margin-top: 40px;
  margin-bottom: 20px;
}

.reguler-download {
  margin-top: 30px;
  text-align: center;
}

.reguler-download.download-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.reguler-download .report-card {
  min-width: 275px;
  max-width: 350px;
  display: inline-block;
  margin: 15px;
}

.reguler-download .report-card .word {
  text-align: left;
  max-width: 60%;
}

.reguler-download .report-card .image {
  max-width: 70px;
}

.reguler-download .cta {
  margin: 20px 0;
}

.about-intermezo.rekening,
.reguler-intermezo.rekening {
  max-width: auto;
  background-color: #fbcc3e69;
  display: inline-block;
  margin: 30px auto 0 auto;
  padding: 30px;
  border-radius: 10px;
  background-image: url("../images/bg-section-edu.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.wrapper-tv {
  max-width: 640px;
  margin: 30px auto 0 auto;
}

.wrapper-tv .image svg {
  width: 180px;
  transition: all 0.3s;
}

/* .wrapper-tv a:hover svg
{
	transform: translateY(-5px);
} */
.wrapper-tv p {
  font-size: 16px;
  line-height: 28px;
}

.download-app {
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  margin: 0 10px;
  transition: all 0.3s;
}

.download-app:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 18px 0 rgba(0,0,0,.18); */
}

.row-signup {
  margin-top: 100px;
}

.row-condition {
  margin-top: 0;
  margin-bottom: 20px;
}

.signup-container {
  border: 2px solid #fbcc3e;
  position: relative;
  /*background-color: #fbcc3e;*/
  padding: 50px;
  border-radius: 50px;
  transition: ease-in 0.3s, ease-out 0.6s;
}

.signup-container:hover {
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
  border-color: transparent;
}

.signup-container .signup-word {
  max-width: 500px;
  text-align: left;
}

.dash-hero .dash {
  background-color: #fbcc3e;
}

.signup-container .signup-word .word h3 {
  font-size: 26px;
}

.signup-container .signup-word .action {
  margin: 20px 0 20px 60px;
}

.signup-image {
  position: relative;
  height: 450px;
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
  /*text-align: center;*/
}

.signup-image #videoHero {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.nav-type li {
  float: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.nav-type li a {
  border-radius: 10px;
  color: #333333;
  font-size: 18px;
}

.nav-type li a:hover {
  background-color: #fbcc3e69;
}

.nav-type li.active a {
  background-color: #fbcc3e !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 700;
}

.reguler-download.offline .reguler-head p {
  min-height: 70px;
}

.reguler-download .download-app img {
  height: 100px;
  max-width: 150px;
}

.reguler-download .download-app p {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
}

.btn-utama.bca {
  background-color: #1473e6;
}

/*====================================== SECTION Online Trading ======================================*/
.section-ot .header-hero {
  height: auto;
  padding-top: 64px;
  padding-bottom: 32px;
  box-shadow: none;
  background-color: #fff4cc;
  gap: 64px;
}

.ot-hero-image,
.ot-hero-image video {
  max-width: 320px;
}

.ot-hero-desc .ot-hero-name {
  max-width: 680px;
}

.ot-hero-desc .ot-hero-wrapper .icon {
  max-width: 80px;
}
.fitur-image {
  max-width: 20rem;
}
.ot-divider {
  background-color: #fff4cc;
  height: 4px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 5rem;
}
section.section-ot-challenge .ot-hero-wrapper .icon {
  max-width: 128px;
}
.video-container-pembuatan {
  width: 100%;
  height: 480px;
  border-radius: 16px;
}
.video-container-pembuatan iframe {
  border-radius: 16px;
}
.ot-container {
  max-width: 1140px;
  margin: 0 auto;
}
/*====================================== SECTION MARGIN ======================================*/
.row-margin {
  margin-top: 100px;
  margin-bottom: 40px;
}

.margin-tnc .image {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
}

.margin-tnc .word {
  min-height: 70px;
  margin-bottom: 20px;
}

.row-pengkinian {
  margin-top: 80px;
}

.reguler-card:hover .word p.may-semi span.main-color {
  color: #333333 !important;
}

.pengkinian-card {
  display: flex;
  align-items: center;
}

.pengkinian-card .icon {
  width: 100%;
  height: 100px;
}

.pengkinian-card .bg-icon {
  display: none;
}

/*====================================== SECTION INVESTMENT BANKING ADVISORY ======================================*/
.invest-image {
  position: relative;
  margin: 0 auto;
}

.invest-image .image {
  max-width: 720px;
  margin: 0 auto;
}

.invest-card {
  /*position: absolute;*/
  max-width: 720px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 18px 0 rgb(0 0 0 / 5%);
  transition: ease-in 0.3s, ease-out 0.5s;
}

.invest-card .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}

.row-invest {
  margin: 100px 0;
}

.row-institution {
  margin-top: 0px;
}

.row-fixed {
  margin-bottom: 60px;
}

.fixed-wrapper {
  margin-left: 20px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

.row-reksadana {
  margin-top: 0;
  margin-bottom: 40px;
}

/*====================================== SECTION HUBUNGI FOOTER ======================================*/
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  padding: 15px;
  font-size: 30px;
  /*margin-top: 16px;*/
  color: #fff;
}

.section-contact {
  margin-bottom: 100px;
}

.contact-shortcut {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 35px;
  background-image: url("../images/bg-contact.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}

.contact-shortcut .word {
  max-width: 480px;
  padding: 0 35px;
}

.contact-shortcut .word h2 {
  margin-bottom: 10px;
}

/*====================================== SECTION HUBUNGI ======================================*/
.about-intermezo .dash {
  background-color: #fbcc3e;
  margin-bottom: 10px;
}

.contact-intermezo {
  border: 1px solid rgba(0, 0, 0, 0.24);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.contact-intermezo:hover {
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
  border-color: transparent;
}

.contact-intermezo .head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  align-content: center;
  align-items: center;
}

.contact-intermezo .head .word p.may-semi.title {
  font-size: 30px;
}

.contact-intermezo .head .icon-contact {
  width: 72px;
  height: 72px;
  margin-right: 30px;
}

.contact-intermezo .desc ul {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.contact-intermezo .desc ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #333333;
  transition: all 0.3s;
}

.contact-intermezo .icon-contact img {
  width: 72px;
  height: 72px;
}

.contact-intermezo .address {
  margin-top: 10px;
  margin-bottom: 20px;
}

.contact-intermezo .contact-number {
  flex-direction: column;
}

.contact-map {
  margin: 50px 0 0 0;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
}

.contact-info.pusat {
  background-color: #fbcc3e;
  max-width: 720px;
  position: absolute;
  left: -15px;
  bottom: -100px;
  padding: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
  border: 0;
  box-shadow: -13px 12px 18px 0 rgb(0 0 0 / 10%);
}

.contact-info {
  border: 1px solid rgba(0, 0, 0, 0.24);
  background-color: #fff;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 10px;
  transition: all 0.3s;
}

.row-kantor-cabang {
  margin-bottom: 60px;
}

.contact-search {
  max-width: 480px;
  margin: 0 auto;
}

.contact-info.branch {
  margin-bottom: 30px;
}

.contact-info.branch:hover {
  border-color: transparent;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.contact-info.branch .address {
  min-height: 140px;
}

.contact-info h2.may-category {
  font-size: 30px;
  line-height: 38px;
}

.contact-info .dash {
  width: 30px;
  background-color: #333333;
}

.contact-number {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /*margin-bottom: 20px;*/
}

.contact-number .icon {
  max-width: 50px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.about-intermezo.contact {
  margin-top: 130px;
}

/*====================================== SECTION TATA KELOLA ======================================*/
.tk-wrapper .intermezo {
  margin-top: 0;
  margin-bottom: 80px;
}

.tk-image {
  max-width: 480px;
  border-radius: 10px;
  margin: 0 auto 20px auto;
}

.tk-image img {
  border-radius: 10px;
}

.word-list.tk-list ul {
  list-style: number;
}

.row-tk {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.sticky-tk {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.reguler-head.tk-head .icon {
  max-width: 128px;
}

.tk-wrapper .intermezo.whistleblowing {
  max-width: 100%;
}

.reguler-intermezo.whistleblowing {
  max-width: auto;
  background-color: #fbcc3e69;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
  background-image: url("../images/bg-section-edu.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}

/*====================================== SECTION MAYBANK GROUP ======================================*/
.may-map .image {
  max-width: 1028px;
  margin: 0 auto 40px auto;
}

.may-map .word h2.may-category span {
  position: relative;
}

.may-map .word h2.may-category span:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background-color: #333333;
  width: 0;
  height: 4px;
  transition: all 0.6s;
  transition-delay: 0.6s;
}

.may-map .image:hover ~ .word h2.may-category span:before {
  width: 100%;
}

.group-image .image {
  max-width: 1480px;
}

.group-image .image img {
  border-radius: 10px;
}

.about-intermezo.may-group {
  position: relative;
  max-width: 720px;
  background-color: #fbcc3e69;
  display: inline-block;
  margin: 100px auto 40px auto;
  padding: 30px;
  border-radius: 10px;
  background-image: url("../images/bg-section-edu.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.about-intermezo.may-group .may-award .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: -125px auto 20px auto;
  /*border: 10px solid #7b440b;*/
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.about-intermezo.may-group .may-award .image img {
  object-fit: cover;
  border-radius: 50%;
}

section.section-maybank-ke-group {
}

section.section-maybank-ke-group .intermezo {
  margin-top: 0;
  margin-bottom: 40px;
}

section.section-maybank-ke-group .intermezo ul {
  margin-left: 15px;
}

/*====================================== SECTION RISET ======================================*/
.riset-image {
  position: relative;
  margin: 50px auto;
}

.riset-image .image {
  max-width: 720px;
  margin: 0 auto;
}

.riset-list {
  /*position: absolute;*/
  margin-bottom: 60px;
  max-width: 550px;
  background-color: #ffffffd1;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 8px 18px 0 rgb(0 0 0 / 5%);
  transition: ease-in 0.3s, ease-out 0.5s;
}

.riset-list:hover {
  background-color: #fff;
  box-shadow: 0 8px 18px 0 rgb(0 0 0 / 20%);
}

.riset-list .icon {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 10px;
}

.riset-list .icon .image {
  width: 75px;
  display: inline-block;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
}

.riset-list .word h4.may-category {
  text-align: center;
  line-height: 30px;
}

.row-riset {
  margin-top: 80px;
}

.riset-team .image {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 10px;
}

.riset-team .image img {
  border-radius: 10px;
}

.riset-card {
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  border: 2px solid #fbcc3e;
  padding: 30px 25px 25px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: ease-in 0.2s, ease-out 0.3s;
}

.riset-card .icon {
  display: inline-block;
  transform: translateY(-100px);
  background-color: #fff;
  padding: 0px;
  transition: ease-in-out 0.5s;
}

.riset-card .icon .image {
  width: 100px;
  height: 100px;
  border: 2px solid #fbcc3e;
  border-radius: 50%;
  padding: 10px;
  transition: ease-in 0.2s, ease-out 0.3s;
}

.riset-card .word {
  margin-top: -60px;
  z-index: 2;
  transition: ease-in 0.2s, ease-out 0.3s;
}

.row-riset:hover .riset-card {
  border-color: transparent;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.18);
}

.row-riset:hover .riset-card .icon .image {
  width: 80px;
  height: 80px;
  transform: scale(1.1);
  padding: 5px;
  border-color: transparent;
}

.row-riset:hover .riset-card .icon {
  transform: translateY(-50px) translateX(200px);
  /*-webkit-transform: translateY(-100px) translateX(200px);*/
  background-color: #fff;
  padding: 0px;
  opacity: 0.3;
}

.row-riset:hover .riset-card .word {
  margin-top: -120px;
}

/*====================================== SECTION WARRANT ======================================*/

.section-warrant {
  max-width: 796px;
  margin: 0 auto 1.25rem auto;
}

.wp-margin {
  margin: 0 2rem;
}

.image-superiority {
  margin-left: -4rem;
  max-width: 17rem;
}

.section-warrant-hero {
  background-color: #ffc600;
}

.warrant-slogan-card {
  width: fit-content;
  padding: 10px 25px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}

.warrant-about-bg {
  position: relative;
  z-index: 1;
}

.warrant-about-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/warrant-about-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 1;
  z-index: -1;
}

.section-warrant-about,
.section-warrant-type,
.section-warrant-superiority,
.section-warrant-strategy {
  background-color: #f4f2f5;
}

.warrant-about-list-wrapper {
  max-width: 22rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Section Warrant Superiority */
.superiority-number {
  min-width: 60px;
  height: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 50px;
  background-color: #ffc600;
}

.superiority-number > p {
  margin: 0;
}

.section-warrant-factor {
  background-color: #f2eee4;
}

.warrant-faktor-header {
  background-color: #ffc600;
}

.warrant-faktor-number {
  width: 100%;
  height: 100%;
  max-width: 60px;
  margin: 0 auto;
}

.warrant-link {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.superiority-number-strategy {
  width: 100%;
  max-width: 98px;
}

/*====================================== SECTION FOOTER ======================================*/
.footer-link {
  overflow: hidden;
}

.footer-link .container-fluid {
  padding: 0;
}

.footer-link .col-footer {
  padding: 0;
}

.col-footer:nth-child(1) .wrapper {
  border-top-left-radius: 20px;
}

.col-footer:nth-child(3) .wrapper {
  border-top-right-radius: 20px;
}

.footer-link .wrapper {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 20%);
  transition: all 0.3s;
}

.footer-link .wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.footer-link .wrapper .word {
  width: 100%;
  height: 250px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.footer-link .wrapper .word p.may-semi {
  font-size: 24px;
}

.footer-link .wrapper:hover {
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}

.footer-link .wrapper:hover .btn-kedua {
  background-color: #fbcc3e;
  color: #fff;
}

.footer-top {
  /*position: absolute;*/
  bottom: 0;
}

.row-footer {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-bottom: 350px;
}

.row-footer .action {
  margin-bottom: 25px;
}

.footer-image {
  z-index: -1;
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  text-align: center;
}

.footer-image .image {
  max-width: 720px;
  margin: 0 auto;
}

footer.footer {
  position: relative;
  background-color: #2e2f36;
  padding: 50px 0 25px 0;
  /*background-image: url("../images/bg-signup.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

footer.footer .hero-word {
  padding-top: 5px;
  margin-top: 0;
  max-width: 100%;
}

.footer-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-wrapper .image {
  max-width: 200px;
}

.footer-wrapper .word {
  margin-bottom: 0;
}

.footer-wrapper .word h2 {
  font-size: 22px;
}

.footer-socmed .wrapper {
  display: inline-block;
}

.footer-socmed .wrapper a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 15px 10px;
}

.footer-socmed .wrapper a:hover {
  color: #fbcc3e;
  transform: translateY(-5px);
}

.footer-wrapper ul {
  margin-left: -10px;
}

.footer-wrapper ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}

.footer-wrapper ul li:last-child {
  margin-bottom: 0;
}

.footer-wrapper ul li a {
  position: relative;
  width: auto;
  display: inline-block;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.2px;
  padding: 10px 15px;
  color: #fff;
  transition: all 0.3s;
}

.footer-wrapper .download .download-app {
  max-width: none;
  width: auto;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s;
}

.footer-wrapper .download .download-app.app {
  max-width: 150px;
  width: 100%;
  margin: 5px 15px;
}

.footer-wrapper .download .download-app a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-wrapper .download .download-app .icon {
  float: left;
}

.footer-wrapper .download .download-app .icon .image {
  width: 75px;
  height: 75px;
}

.footer-wrapper .download .download-app .word-dl {
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
}

.footer-wrapper .download .download-app:hover {
  transform: translateY(-5px);
  box-shadow: none;
}

.footer-socmed .wrapper a.socmed {
  font-size: 30px;
}

.footer-socmed .socmed .image {
  height: 24px;
  width: 32px;
}

.footer-wrapper ul li:hover a {
  background-color: #ffffff85;
}

.footer-copyright .wrapper {
  display: inline-block;
  padding: 15px;
  transition: all 0.3s;
}

.row-footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.footer-logo .image {
  display: inline-block;
  max-width: 75px;
  height: 75px;
  margin: 0 5px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.3s;
}

.footer-logo .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-logo .image:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}

footer.footer:hover .footer-copyright .wrapper {
  border-radius: 20px;
}
