@media screen and (max-width: 768px) {
  /*====================================== SECTION DEFAULT ======================================*/
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  h4 {
    font-size: 16px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
    line-height: 23px;
  }

  h6 {
    font-size: 12px;
    line-height: 20px;
  }

  p {
    font-size: 18px;
  }

  .may-head {
    line-height: 54px;
  }

  .may-category {
    line-height: 40px;
  }

  .sticky-subhead {
    position: static;
  }

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

  /*====================================== SECTION NAVBAR ======================================*/
  header .container-nav {
    padding: 5px 15px;
  }

  header nav {
    padding: 0;
  }

  header #navigation .logo {
    margin-top: 0;
  }

  header #navigation .logo img.navbar-logo {
    width: 125px;
  }

  .nav-toggle {
    display: block;
  }

  header nav ul li {
    float: none;
  }

  img.navbar-logo {
    width: 60px;
    margin-top: 15px;
    margin-left: 0;
    /*height: 50px;*/
  }

  ul.navbar-search {
    max-width: 55%;
  }

  ul.menu-right,
  ul.menu-right li {
    padding: 5px 0;
  }

  ul.menu-right > li > a {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.54);
  }

  ul.menu-right {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 10px;
    overflow: hidden;
    text-align: center;
    float: none;
    clear: both;
    padding: 0 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all 0.3s;
    transition-delay: 0.3s;
    border-bottom: 1px solid #0e1111;
  }

  ul.menu-right.collapse {
    opacity: 1;
    height: 100vh;
    display: block;
    z-index: 99;
    padding: 20px 0;
    padding-bottom: 100px;
    overflow: scroll;
  }

  ul.menu-right li {
    display: block;
    text-align: left;
    margin: 0;
  }

  ul.menu-right li .li-register {
    margin-right: 0;
  }

  ul.menu-right li a {
    color: #010101;
    font-size: 18px;
  }

  ul.menu-right li a.btn-utama {
    color: #fff;
  }

  ul.menu-right li .li-login.btn-kedua {
    color: #010101;
    border-color: #010101;
  }

  ul.menu-right li.catalog:before,
  ul.menu-right li.contact:before {
    top: 80%;
  }

  ul.sub-menu {
    display: block;
    position: static;
    top: 0;
    box-shadow: none;
    padding: 0;
    margin-left: 30px;
  }

  ul.sub-menu li a,
  ul.sub-menu li ul.sub-menu-child li a {
    padding: 10px 0;
  }

  ul.sub-menu li a i {
    display: none;
  }

  ul.sub-menu li ul.sub-menu-child .sub-menu-wrapper {
    max-width: 100%;
    padding: 5px 0;
    box-shadow: none;
  }

  ul.sub-menu li ul.sub-menu-child {
    display: block;
    position: static;
    top: 0;
    padding: 0;
    margin-left: 30px;
    box-shadow: none;
  }

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

  .download.download-mobile {
    display: block;
    margin-bottom: 20px;
  }

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

  /*====================================== SECTION LANDING PAGE ======================================*/
  section {
    margin-bottom: 0;
  }

  .dash {
    width: 40px;
  }

  .hero-swiper-button {
    width: 160px;
    left: 0;
    bottom: 60px;
  }

  .hero-carousel {
    height: 250px;
    padding: 5px 15px;
  }

  .hero-word h2.may-category {
    font-size: 26px;
    line-height: 40px;
  }

  .dash-hero {
    margin: 10px auto;
  }

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

  section.section-cornerstones .may-headline {
    height: auto;
    margin: 30px 0;
  }

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

  section.section-cornerstones .may-headline p.may-semi i {
    display: none;
  }

  .corner-container {
    height: 200px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
  }

  .corner-container .dash {
    width: 30px;
  }

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

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

  .home-explore {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .explore-word {
    margin-bottom: 40px;
  }

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

  .learnmore-container {
    margin-bottom: 10px;
  }

  .learnmore-card {
    height: 250px;
  }

  .learnmore-card .play {
    margin-top: 10px;
  }

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

  .swiper-home-learnmore {
    top: 65%;
  }

  section.section-article .header-hero {
    height: 100%;
  }

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

  .swiper-article-button {
    top: 45%;
  }

  .home-article .may-headline {
    display: block;
    margin-bottom: 10px;
  }

  .article-thumbnail-card .image {
    height: 250px;
  }

  .modal-video {
    margin-top: 150px;
  }

  .modal-header {
    padding: 15px 35px;
  }

  .iframe-video {
    height: 300px;
  }

  .modal-header .close {
    top: 10px;
    right: 0;
  }

  section.section-article-post.detail .header-hero {
    padding-top: 80px;
    margin-bottom: 20px;
  }

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

  /*====================================== SECTION ABOUT PAGE ======================================*/
  .section-about-hero .container-fluid {
    padding: 0;
  }

  .header-hero {
    height: 100%;
    padding: 80px 15px 30px 15px;
    margin-bottom: 30px;
  }

  .breadcrumb-hero {
    left: 15px;
  }

  .header-hero .word {
    padding: 0;
  }

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

  section.section-article-post .header-hero {
    padding-left: 0;
    padding-right: 0;
  }

  section.section-article-post .header-hero .breadcrumb-hero {
    left: 0;
  }

  .header-hero .word p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pers-card {
    height: 300px;
    -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 a {
    margin: 0;
  }

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

  .pers-card .word h3 {
    font-size: 20px;
  }

  .pers-card .word p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .breadcrumb-hero .link {
    max-width: 90px;
  }

  .about-image {
    margin-bottom: 10px;
  }

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

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

  .row-about .about-intermezo {
    margin-bottom: 10px;
  }

  section.section-struktur {
    margin-top: 40px;
  }

  .structure-card .icon {
    float: none;
  }

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

  .people-card .image {
    height: 200px;
  }

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

  .profile-photo {
    margin-top: -150px;
  }

  .profile-photo .image {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    margin: 15px auto;
    overflow: hidden;
  }

  .row-filter {
    margin-bottom: 40px;
  }

  .filter-all-category {
    display: block;
    margin: 10px 0;
  }

  .filter-all-category select.form-control {
    width: 100%;
  }

  .award-list .award-head {
    margin-bottom: 10px;
  }

  .award-list .award-head .image {
    max-width: 100px;
  }

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

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

  /*====================================== SECTION TATA KELOLA PAGE ======================================*/
  .tk-wrapper .intermezo {
    margin-bottom: 40px;
  }

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

  .tk-list ul {
    margin-left: 15px;
  }

  .intermezo {
    margin: 0px auto 20px auto;
  }

  .sticky-tk {
    position: static;
  }

  .reguler-head p.may-semi {
    margin-bottom: 20px;
  }

  .reguler-head h2.may-category {
    font-size: 22px;
    line-height: 36px;
  }

  .reguler-intermezo.whistleblowing {
    display: block;
    padding: 30px 15px;
    margin-bottom: 20px;
  }

  /*====================================== SECTION ONLINE TRADING PAGE ======================================*/
  .section-ot .header-hero {
    padding-top: 80px;
    gap: 32px;
  }

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

  .ot-hero-desc .ot-hero-wrapper .icon {
    max-width: 64px;
  }

  .ot-hero-desc .download .download-app {
    max-width: 128px;
  }

  .fitur-image {
    max-width: 12rem;
    margin-left: 0;
  }

  .fitur-wrapper .fitur-desc p {
    font-size: 14px;
    line-height: 22px;
  }

  .ot-divider {
    margin: 3rem auto;
    max-width: 95%;
  }

  .video-container-pembuatan {
    height: 320px;
  }

  section.ot-maybanktrade .ot-hero-image,
  section.ot-maybanktrade .ot-hero-image video {
    margin: 1.5rem auto 1rem auto;
  }

  /*====================================== SECTION MARGIN PAGE ======================================*/
  section.section-about-us {
    margin-bottom: 40px;
  }

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

  .reguler-card {
    padding: 0;
    margin-bottom: 20px;
  }

  .reguler-card .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
  }

  .reguler-card .word p.may-semi.bold {
    text-align: center;
    margin-bottom: 10px;
  }

  .reguler-card:hover {
    background-color: transparent;
    box-shadow: none;
  }

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

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

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

  .about-intermezo.rekening,
  .reguler-intermezo.rekening {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 15px;
  }

  .reguler-wrapper .cta {
    margin: 0;
  }

  .reguler-wrapper .cta .btn-utama.youtube {
    margin-top: 0;
  }

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

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

  .signup-container {
    padding: 15px 15px 40px 15px;
    margin-bottom: 40px;
  }

  .signup-image {
    max-width: 100%;
    opacity: 1;
  }

  .signup-container .signup-word .action {
    margin: 20px auto;
    text-align: center;
  }

  .signup-container .signup-word .download .download-app {
    max-width: 130px;
    margin: 0 5px;
  }

  .contact-shortcut {
    height: 350px;
    padding: 15px;
    margin-bottom: 40px;
    background-position: left;
  }

  .contact-number {
    margin-bottom: 20px;
  }

  .contact-intermezo .address {
    margin-top: 0;
  }

  .contact-shortcut .word {
    padding: 0 15px;
  }

  .reguler-tnc-off {
    padding: 0;
  }

  .reguler-tnc-off:hover {
    transform: none;
    background-color: transparent;
  }

  .reguler-tnc-off .head .word {
    min-height: auto;
  }

  .reguler-head .dash {
    margin-bottom: 10px;
  }

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

  .reguler-download.offline {
    margin-bottom: 0;
  }

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

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

  .download .download-app {
    max-width: 200px;
  }

  .download-app.app-etc {
    margin-top: 10px;
  }

  .reguler-download .download-app p {
    position: static;
  }

  .reguler-download .download-app img {
    /*height: 100%;*/
    width: 100%;
  }

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

  .margin-tnc .image {
    margin: 0 auto 15px auto;
  }

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

  .pengkinian-card {
    display: flex;
    flex-direction: column;
  }

  .row-pengkinian:last-child {
    margin-bottom: 40px;
  }

  /*====================================== SECTION Institution PAGE ======================================*/
  .intermezo .dash {
    margin-bottom: 10px;
  }

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

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

  .row-riset {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .riset-image {
    margin: 0 auto 20px auto;
  }

  .riset-image .image {
    margin-bottom: 60px;
  }

  .riset-list {
    position: static;
    margin-bottom: 60px;
  }

  .invest-image .image {
    margin-bottom: 40px;
  }

  .invest-card {
    position: static;
    margin-bottom: 20px;
  }

  .riset-card {
    min-height: auto;
    padding: 15px;
    margin-bottom: 0;
  }

  .riset-team .image {
    margin-bottom: 20px;
  }

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

  .riset-card .word {
    margin-top: 0;
  }

  .riset-card .word h4 {
    text-align: center;
  }

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

  .riset-card .icon {
    transform: none;
    opacity: 1;
  }

  .row-riset:hover .riset-card .icon {
    transform: none;
    opacity: 1;
  }

  .row-tnc {
    margin-top: 20px;
  }

  .intermezo {
    margin: 20px 0;
  }

  .row-fixed {
    margin-bottom: 0;
  }

  .fixed-wrapper {
    height: auto;
    margin-left: 0;
  }

  .row-reksadana {
    margin: 0;
  }

  /*====================================== SECTION EDUCATION PAGE ======================================*/
  section.section-edu-kelas {
    padding: 10px 0;
    margin-top: 300px;
    margin-bottom: 25px;
  }

  .container.container-modul {
    margin-top: -300px;
  }

  .section-edu-intermezo .interest-wrapper {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 15%;
  }

  section.section-edu-benefit {
    height: auto;
  }

  section.section-edu-benefit .may-headline {
    margin-bottom: 20px;
  }

  .edu-benefit-container .phone {
    margin-bottom: 50px;
  }

  .edu-benefit-container .benefit {
    position: static;
    margin-bottom: 50px;
  }

  .edu-benefit-container .benefit .wrapper {
    margin: 0 auto;
  }

  .signup-container .signup-word h2 {
    font-size: 30px;
  }

  .signup-image.modul {
    right: 50px;
    opacity: 0.3;
  }

  .signup-image.modul .image {
    max-width: 250px;
  }

  section.section-edu-intermezo {
    padding: 50px 0 25px 0;
    margin-bottom: 30px;
  }

  .section-edu-intermezo .interest-wrapper .word {
    max-width: 200px;
  }

  .card-kelas .banner {
    height: 200px;
  }

  /*====================================== SECTION EDUCATION PAGE ======================================*/
  section.section-campaign .may-headline h2.may-category {
    font-size: 36px;
  }

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

  .row-campaign:last-child {
    margin-bottom: 50px;
  }

  .campaign-image .image {
    margin-bottom: 25px;
  }

  .campaign-word .word h2.may-category {
    font-size: 26px;
  }

  .campaign-word .cta {
    text-align: center;
  }

  /*====================================== SECTION FITUR PAGE ======================================*/
  .row-feature {
    margin-top: 100px;
  }

  .list-group.vertical-steps {
    margin-left: 0;
    padding-left: 15px;
  }

  .list-word {
    padding: 25px 0;
    max-width: 320px;
    min-width: 300px;
  }

  .list-left {
    position: static;
    left: 0;
  }

  .list-right {
    margin-left: 0;
  }

  .list-left .image,
  .list-group-item .image {
    max-width: 300px;
    min-width: 300px;
    right: 0;
  }

  .list-left .list-word {
    text-align: left;
    right: 0;
  }

  .list-left .list-word .icon {
    top: 20px;
    left: 125px;
  }

  .list-right .list-word .icon {
    top: 20px;
    right: -100px;
  }

  .list-word .icon .image {
    width: 50px;
    height: 50px;
  }

  /*====================================== SECTION CONTACT PAGE ======================================*/
  .header-hero.hero-contact {
    background-position: center left -400px;
    background-repeat: no-repeat;
  }

  .contact-intermezo {
    padding: 30px 15px;
  }

  .contact-intermezo .address {
    margin: 0;
  }

  .contact-map {
    margin: 0;
  }

  .contact-info.pusat {
    margin-top: 20px;
    position: static;
    left: 0;
    bottom: 0;
  }

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

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

  .contact-search {
    margin-bottom: 20px;
  }

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

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

  .section-warrant p {
    font-size: 16px;
  }

  .image-superiority {
    max-width: 6rem;
    margin-left: 0;
  }

  .warrant-about-list-wrapper {
    max-width: 100%;
  }

  .warrant-about-bg::before {
    opacity: 1;
    max-width: 104px;
    margin-left: auto;
    right: 0;
    background-position: top right;
  }

  .warrant-faktor-list-wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  /*====================================== SECTION FOOTER PAGE ======================================*/
  .floating-whatsapp {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .my-float {
    color: #fff;
  }

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

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

  .footer-link .wrapper .word {
    height: 200px;
  }

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

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

  .row-footer {
    flex-direction: column;
    margin-bottom: 200px;
  }

  .footer-top .may-headline {
    text-align: center;
  }

  footer.footer {
    padding: 25px 0 50px 0;
  }

  .footer-image {
    top: -150px;
  }

  footer.footer .hero-word {
    margin-top: 20px;
  }

  .footer-wrapper .image {
    margin: auto;
  }

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

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

  .footer-icon .wrapper {
    margin: 0 5px;
  }

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

  .footer-wrapper .download .download-app.app {
    max-width: 125px;
  }

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

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

  footer.footer .footer-wrapper .word h2 {
    margin-bottom: 10px;
  }

  footer.footer .footer-wrapper ul li {
    margin-bottom: 5px;
  }

  .footer-logo .image {
    margin: 5px;
  }
}

/* small phone width */
@media screen and (max-width: 400px) {
  /*====================================== SECTION WARRANT ======================================*/

  .warrant-about-bg::before {
    opacity: 1;
    max-width: 104px;
    margin-left: auto;
    right: 0;
    background-position: top right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*====================================== SECTION ONLINE TRADING PAGE ======================================*/
  .fitur-wrapper .fitur-desc p {
    font-size: 16px;
    line-height: 22px;
  }

  .ot-divider {
    /* margin-top: 3rem; */
    margin-bottom: 4rem;
  }

  .video-container-pembuatan {
    height: 400px;
  }

  section.ot-maybanktrade .ot-hero-image,
  section.ot-maybanktrade .ot-hero-image video {
    margin: 1rem auto 1rem auto;
  }
}
