/*
* Indonesia AI CSS Copyright
* Created by: Indonesia AI Team (angga@aiforindonesia.org)
* Date: 12 June 2021 
*
* Powered by: 
* ---
* Bootstrap v5.0.1 (https://getbootstrap.com/)
* Font awesome v4.7 (https://fontawesome.com/v4.7/)
* jQuery v3.6.0 (https://jquery.com/)
* ---
*/


/* GENERAL */

@import "styles-sidenav.css";
@import "styles-responsive@phone.css";
@import "styles-responsive@tablet.css";
@import "styles-responsive@desktop.css";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

@font-face {
    font-family: "Montserrat-Bold";
    src: url('../assets/fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url('../assets/fonts/Montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url('../assets/fonts/Montserrat/Montserrat-Medium.ttf');
}

@font-face {
    font-family: "Montserrat-Light";
    src: url('../assets/fonts/Montserrat/Montserrat-Light.ttf');
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('../assets/fonts/Montserrat/Montserrat-Regular.ttf');
}

/* CUSTOM SCROLLBAR */
/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0573b0; 
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0573b0; 
}

/* If screen not supported */
@media (min-width: 0px) and (max-width:319px) {
    .not-supported {
        display: block !important;
    }

    nav, header, section, footer, .hover-background {
        display: none !important;
    }
}

.wrapper-content-course-testimoni-swaper .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 0px;
    z-index: 50;
    height: 4px;
    width: 98%;
}

.wrapper-content-course-testimoni-swaper .swiper-scrollbar-drag {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 8px;
    background: #0074b2;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .not-supported { display: none !important; }
    nav, header, section, footer { display: block !important; }

    body {
        display: inline;
        font-family: "Montserrat-Regular";
        font-style: normal;
        font-size: 14px;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        color: #595959;
        background-color: #fff;
    }
    
    p {
        font-family: "Montserrat-Regular";
        font-style: normal;
    }
    
    .iai-loader {
        display: block;
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 99;
        width: 80px;
        height: 80px;
        margin: -26px 0 0 -26px;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        border-top: 16px solid #0074b2; /* #0074b2 */
    }
      
    @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    /* ========================== */
    /* HOMEPAGE */
    /* ========================== */
    
    /* NAVIGATION */
    #mainNav {
        padding-top: 0rem;
        padding-bottom: 0rem;
        background-color: #fff;
    }
    
    #mainNav .navbar-nav .nav-item .nav-link.active {
        font-weight: bold;
        color: #0074b2;
    }

    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        margin-left: 5px !important;
    }

    .navbar-for-desktop {
        display: flex !important;
    }

    .navbar-for-non-desktop {
        display: none !important;
    }
    
    .navbar-expand-lg .navbar-nav .nav-item .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }

    .navbar-expand-lg .navbar-nav .nav-item .nav-link.login-name {
        color: #303030; 
        font-family: 'Montserrat-Medium';
    }
    
    .navbar-expand-lg .navbar-nav .nav-item .nav-link i {
        font-size: 10px;
        font-weight: bold;
        position: relative;
        top: -1px;
        right: -2px;
    }

    .navbar-iai {
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 1rem;
        padding-bottom: 1rem;
        box-shadow: none;
        z-index: 99999;
        background: #ffffff;
    }
    
    .navbar-iai-transparent {
        background: transparent;
    }

    .modal-iai-login {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
    }

    .modal-page-iai-login {
        position: static !important;
        z-index: auto !important;
    }

    .modal-page-iai-login .form-group {
        margin-bottom: 20px;
    }

    .modal-iai-login span a {
        color: #0074b2;
        text-decoration: none;
    }

    .modal-page-iai-login .form-button {
        text-align: right;
        display: block;
    }

    .modal-page-iai-login .form-terms {
        font-size: 12px;
        padding: 1rem 0;
        text-align: left;
    }

    .modal-page-iai-login .form-terms a {
        color: #df002c;
        text-decoration: none;
    }

    .modal-iai-login .modal-title {
        font-family: "Montserrat-SemiBold";
    }

    .modal-iai-login .btn-primary {
        border-radius: 28px;
        padding: .65rem 1.75rem;
        margin-left: 10px;
    }

    .modal-iai-login .btn-primary, 
    .modal-iai-login .btn-primary:hover, 
    .modal-iai-login .btn-primary:active 
    .modal-iai-login .btn-primary:visited {
        background-color: #0074b2;
        border-color: #0074b2;
    }

    .modal-backdrop.show {
        opacity: .5;
        z-index: 99999;
    }

    .modal-iai-login.fade-scale {
        opacity: 0;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
    
    .modal-iai-login.fade-scale.show {
        opacity: 1;
        top: 10%;
    }

    .modal-iai-daftar.fade-scale.show {
        opacity: 1;
        top: 1%;
    }

    .modal-iai-daftar-anggota.fade-scale.show {
        opacity: 1;
        top: 1%;
    }

    .modal-iai-daftar-pengurus.fade-scale.show {
        opacity: 1;
        top: 10%;
    }
    
    .modal-iai-login .modal-header {
        padding: 1rem 2rem;
        background: #0074b2;
        color: #ffffff;
    }

    .modal-iai-login .modal-content {
        background-clip: content-box;
        -webkit-background-clip: content-box;
    }

    .modal-iai-login .modal-body {
        padding: 2rem 2rem;
    }

    .modal-iai-login .modal-body .modal-daftar-form {
        padding: 1.5rem 1.5rem 1.5rem 0; 
        overflow-y: scroll; 
        height: 300px;
    }

    .modal-iai-login .modal-body .modal-daftar-form .form-group:last-child {
        background-color: #FEDA76;
        padding: 20px;
    }

    .modal-iai-login .modal-footer {
        padding: .75rem 1rem;
    }

    .modal-iai-login .modal-footer .google-icon {
        margin: -2.5px 10px 0px 0;
    }

    .modal-iai-login .modal-login-form {
        padding: 1rem 0 0 0;
    }

    .modal-iai-login .modal-login-form span a {
        color: #0074b2;
        text-decoration: none;
    }

    .modal-iai-login .modal-login-form .form-group {
        margin-bottom: 20px;
    }

    .modal-iai-login .modal-login-form .form-group:last-child {
        margin-bottom: 0px;
    }

    .modal-iai-login .modal-footer span {
        font-size: 14px;
    }

    .modal-iai-login .modal-footer a {
        color: #df002c;
        text-decoration: none;
    }

    .modal-iai-login .modal-footer .modal-terms {
        font-size: 12px;
        padding: 1rem;
    }

    .navbar-light .navbar-nav .nav-link {
        font-family: "Montserrat-Medium";
        color: #303030;
    }
    
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
        font-family: "Montserrat-Bold";
        color: #0074b2;
    }
    
    .hover-background {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
    
    .navbar .nav-item .dropdown-menu {
        font-family: "Montserrat-Regular";
        font-size: 14px;
        box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
        border-radius: 8px 0 0 8px;
        border: 0;
        padding: 15px;
        z-index: 4000;
        width: 170px;
        height: 370px;
        margin-left: -85px;
        background: #ffffff;
    }
    
    .navbar .nav-item .dropdown-menu-login {
        font-family: "Montserrat-Regular";
        font-size: 14px;
        box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
        border-radius: 8px;
        border: 0;
        padding: 15px;
        z-index: 4000;
        width: 170px;
        height: 90px;
        margin-left: 100px;
        background: #ffffff;
    }

    .navbar .nav-item .dropdown-menu li.active-as-default a.dropdown-item, 
    .navbar .nav-item .dropdown-menu li.active-as-hover a.dropdown-item {
        font-family: "Montserrat-Medium";
        font-weight: 400;
        color: #303030;
    
    }
    .navbar .nav-item .dropdown-menu li.active-as-default a.dropdown-item  {
        text-decoration: underline;
        color: #0074b2;
        background-color: #ffffff;
    }
    
    .navbar .nav-item .dropdown-menu .active-as-default::before, 
    .navbar .nav-item .dropdown-menu .dropdown-as-default::before {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        top: -6px;
        left: 136px;
    }
    
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #ffffff;
    }
    
    .navbar .nav-item .dropdown-menu li.active-as-hover-red .dropdown-item-submenu-as-hover-red, 
    .navbar .nav-item .dropdown-menu li.active-as-hover-yellow .dropdown-item-submenu-as-hover-yellow {
        display: none;
    }
    
    .navbar .nav-item .dropdown-menu li.active-as-hover-red:hover a.dropdown-item, 
    .navbar .nav-item .dropdown-menu li.active-as-hover-red:active a.dropdown-item, 
    .navbar .nav-item .dropdown-menu li.active-as-hover-red:visited a.dropdown-item {
        text-decoration: underline;
        background-color: #ffffff;
        color: #df002c; /* #0074b2 #df002c #f4b333 */
    }
    
    .navbar .nav-item .dropdown-menu li.active-as-hover-yellow:hover a.dropdown-item, 
    .navbar .nav-item .dropdown-menu li.active-as-hover-yellow:active a.dropdown-item, 
    .navbar .nav-item .dropdown-menu li.active-as-hover-yellow:visited a.dropdown-item {
        text-decoration: underline;
        background-color: #ffffff;
        color: #f4b333; /* #0074b2 #df002c #f4b333 */
    }
    
    .navbar .nav-item .dropdown-menu .dropdown-item-submenu {
        width: 280px;
        height: 100%;
        border-radius: 0 8px 8px 0;
        position: absolute;
        top: 0;
        left: 170px;
        background-color: #0074b2;
    }
    
    .navbar .nav-item .dropdown-menu .dropdown-item-submenu-menu {
        padding: 20px 25px;
        line-height: 26px;
        font-family: 'Montserrat-Regular';
        list-style-type: none;
        color: #ffffff;
    }
    
    .navbar .nav-item .dropdown-menu .dropdown-item-submenu-item {
        padding: .25rem 0rem;
        text-decoration: none;
        color: #ffffff;
    }
    
    .navbar .nav-item .dropdown-menu .dropdown-item-submenu-item.text-muted {
        font-style: italic;
        color: #efefef !important;
    
    }
    
    .navbar .nav-item .dropdown-menu i {
        font-size: 10px;
        font-weight: 800;
        position: absolute;
        top: 21.5px;
        right: 10px;
        color: #0074b2;
    }
    
    .navbar .nav-item .dropdown-menu li:hover a.dropdown-item {
        text-decoration: underline;
        background-color: #ffffff;
        color: #0074b2;
    }
    
    .navbar .nav-item .dropdown-item-submenu-menu li:hover a.dropdown-item-submenu-item {
        text-decoration: underline;
    }
    
    /* .navbar .nav-item .dropdown-menu { display: block; } */
    .navbar .nav-item:hover .dropdown-menu { display: block; }
    
    .dropdown-toggle::after { content: none; }
    
    .btn-iai-login, .btn-iai-login:hover, .btn-iai-login:active, .btn-iai-login:focus,
    .btn-iai-read, .btn-iai-read:hover, .btn-iai-read:active, .btn-iai-read:focus {
        font-family: "Montserrat-SemiBold";
        padding: 0.75rem 2.5rem;
        height: 56px;
        background-color: #0074b2;
        border-color: #0074b2;
        border-radius: 28px;
        font-size: 18px;
        color: #fff;
        margin-right: 10px;
    }
    
    .btn-iai-login, .btn-iai-login:hover, .btn-iai-login:active, .btn-iai-login:focus {
        width: 127px;
    }
    
    .btn-iai-read, .btn-iai-read:hover, .btn-iai-read:active, .btn-iai-read:focus {
        width: 220px;
    }
    
    .px-iai-nav {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important;
    }
    
    /* HEADER */
    .px-iai-header {
        font-family: "Montserrat-Medium";
        padding-top: 13rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 6.5rem !important;
    }
    
    p.desc-iai-header {
        font-family: "Montserrat-Medium";
    }
    
    .title-iai-header {
        width: 528px;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        align-items: center;
        margin-bottom: 1rem;
        color: #021054;
    }
    
    .title-yellow-border {
        border-bottom: 3.5px solid #FFAC00;
        border-radius: 100px;
        width: 100px;
        margin: auto;
    }
    
    .desc-iai-header {
        width: 473px;
        height: 112px;
        line-height: 200%;
        align-items: center;
        color: #595959;
    }
    
    .btn-iai-bergabung, .btn-iai-bergabung:hover, .btn-iai-bergabung:active, .btn-iai-bergabung:focus {
        width: 270px;
        height: 56px;
        box-shadow: 0px 5px 15px 5px rgba(223, 0, 44, 0.15);
        border-radius: 28px;
        font-size: 18px;
        background: #df002c;
        border-color: #df002c;
    }

    .btn-iai-bergabung a {
        text-decoration: none;
        color: #ffffff;
    }
    
    .wrapper-iai-header {
        margin-bottom: 45px;
    }
    
    .dots-iai-header {
        position: absolute;
        top: 140px;
        right: 173px;
        width: 80px;
        height: 52px;
        z-index: 1;
        background: url('../assets/img/yellow-dots1.svg');
        background-repeat: no-repeat;
    }
    
    .trimg-iai-header {
        border-radius: 8px;
        position: absolute;
        top: 165px;
        right: 190px;
        width: 307px;
        height: 239px;
        background: url('../assets/img/trimg-header.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .brimg-iai-header {
        border-radius: 8px;
        position: absolute;
        top: 425px;
        right: 415px;
        width: 208px;
        height: 162px;
        background: url('../assets/img/brimg-header.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
    .triangles-iai-header {
        position: absolute;
        top: 500px;
        right: 135px;
        width: 168px;
        height: 192px;
        z-index: 1;
        background: url('../assets/img/yellow-triangles1.svg');
        background-repeat: no-repeat;
    }
    
    /* SECTION */
    .px-iai-section-for-header {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    
    #statistik-kami-el {
        height: 325px;
        margin: 3rem 0;
        background-color: #0074b2;
        color: #ffffff;
    }
    
    .px-iai-section-for-statistik {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
        text-align: center;
    }
    
    .total-mentee-wrapper, 
    .total-member-wrapper, 
    .year-established-wrapper {
        color: #ffffff;
        padding: 0;
    }
    
    .year-established-number, .year-established-text {
        padding-left: 2rem;
    }
    
    .total-member-number, .total-member-text {
        padding-right: 2rem;
    }
    
    .total-mentee-wrapper #total-mentee, 
    .total-member-wrapper #total-member, 
    .year-established-wrapper #year-established {
        font-family: "Montserrat-Medium";
        font-size: 43px;
        margin: 10px 0;
    }
    
    .total-mentee-wrapper i,
    .total-member-wrapper i,
    .year-established-wrapper i {
        margin-right: 10px;
        font-size: 43px;
    }
    
    .year-established-text, .total-mentee-text, .total-member-text {
        width: 50%;
        margin: 0 auto;
        color: #ffffff;
    }
    
    .px-iai-section {
        padding-top: 4rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 4rem !important;
    }
    
    .px-iai-section-for-belajar {
        padding-top: 3rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 0rem !important;
    }
    
    .px-iai-section-for-video {
        padding-top: 4rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 2rem !important;
    }

    .px-iai-section-for-telah-dipercaya {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    
    .wrapper-iai-section {
        text-align: center;
        padding-top: 0rem;
        padding-bottom: 4rem;
    }
    
    .title-iai-section {
        font-family: "Montserrat-Medium";
        font-size: 36px;
        line-height: 44px;
        color: #040F51;
    }
    
    .wrapper-iai-section-testimoni-swiper {
        text-align: right;
        margin-top: -40px;
    }
    
    .wrapper-iai-section-testimoni {
        box-shadow: 0px 11px 30px rgba(0, 116, 178, 0.1);
        background: #ffffff;
    }
    
    .quotes-iai-section {
        position: absolute;
        top: 25px;
        left: 50px;
        width: 168px;
        height: 192px;
    
        background: url('../assets/img/yellow-quotes.svg');
        background-repeat: no-repeat;
        z-index: 99;
    }
    
    .swiperST-pagination {
        padding: 7.5px 0px 7.5px 0px;
    }
    
    .swiperST-pagination .swiper-pagination-bullet-active, .swiperCCT-pagination .swiper-pagination-bullet-active, .swiperCCT-pagination-mobile .swiper-pagination-bullet-active {
        background: #0074b2;
    }
    
    .swiperST-pagination span {
        margin-right: 8px;
    }
    
    .swiperST-pagination span:last-child {
        margin-right: 2px;
    }
    
    .dots-iai-section-testimoni {
        position: absolute;
        top: 1168px;
        left: 100px;
        width: 168px;
        height: 192px;
    
        background: url('../assets/img/yellow-dots2.svg');
        background-repeat: no-repeat;
        z-index: 99;
    }
    
    .px-iai-section-for-header .section-testimoni-swiper, 
    .px-iai-section-for-header .section-belajar-swiper {
        text-align: right;    
        margin-top: -20px;
    }
    
    .swiperSB-pagination {
        padding: 5px 28px 5px 0px;
    }
    
    .section-belajar-swiper {
        text-align: right;
        padding-right: 30px;
        margin-top: -20px;
        margin-bottom: 20px;
    }
    
    .section-testimoni-points, .section-belajar-points {
        text-align: right;
        margin: 5px 0;
    }
    
    .section-belajar-points {
        padding-right: 30px;
    }
    
    .section-testimoni-points img, .section-belajar-points img {
        margin-right: 3px;
    }
    
    .section-testimoni-swiper img, .section-belajar-swiper img {
        cursor: pointer;
        margin-right: 1.5px;
    }
    
    .wrapper-iai-section-testimoni .section-testimoni-text {
        width: 61.6%;
        height: 350px;
        padding: 5.5rem 4rem;
        line-height: 30px;
        font-weight: 500;
        font-size: 14px;
        background: #ffffff;
    }

    .wrapper-iai-section-testimoni .section-testimoni-text p:first-child {
        min-height: 90px;
    }
    
    .wrapper-iai-section-testimoni .section-testimoni-text-wrapper {
        padding-bottom: 1.2rem;
        border-bottom: 1px solid #c4c4c4;
    }
    
    .wrapper-iai-section-testimoni .section-testimoni-text-title {
        font-weight: bold;
    }
    
    .wrapper-iai-section-testimoni .section-testimoni-text-kesan {
        padding-top: 0.75rem
    }
    
    .wrapper-iai-section-testimoni .section-testimoni-text-kesan img {
        cursor: pointer;
    }
    
    .wrapper-iai-section-testimoni .section-testimoni-text-kesan .text-check {
        font-family: 'Montserrat-SemiBold';
        font-weight: 800;
        font-size: 16px;
        line-height: 22px;
        color: #0074b2;
    }
    
    .wrapper-iai-section-testimoni .section-testimoni-text-kesan .text-check img {
        padding-left: 5px;
    }
    
    .wrapper-iai-section-testimoni .section-testimoni-img {
        width: 38.4%;
        height: 350px;
        padding: 0;
    }

    .wrapper-iai-section-testimoni .section-testimoni-img img {
        width: 100%;
    }
    
    .wrapper-iai-section-belajar {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    
    .wrapper-iai-section-belajar-detil {
        box-shadow: 0px 4px 33px rgb(57 179 232 / 10%);
        border-radius: 8px;
        height: 100%;
        margin-top: 35px;
        background: #F4F7F9;
    }
    
    .section-belajar-detil-wrapper {
        padding: 70px 0px 70px 40px;
    }
    
    .section-belajar-detil-swiper img {
        cursor: pointer;
        margin-right: 1.5px;
    }
    
    .swiper-overflow-pd10 {
        overflow: hidden;
        padding: 10px 0px 10px 10px !important;
    }
    
    .swiper-pd5 {
        padding: 0px 5px;
    }
    
    .section-belajar-detil-text {
        padding-bottom: 1.5rem;
    }
    
    .section-belajar-detil-swiper {
        padding-right: 30px;
        margin-top: -40px;
        text-align: right;
    }
    
    .section-belajar-detil-card {
        width: 232px;
        height: 380px;
        box-shadow: 0px 3px 8px rgb(89 89 89 / 10%);
        border-radius: 8px; 
        margin-right: 10px;
        overflow: hidden;
        background: #FFFFFF;
    }
    
    .section-belajar-detil-card:hover .card-image {
        margin-top: -175px;
    }
    
    .section-belajar-detil-card .card-image {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        width: 100%;
        height: 55%;
        transition: all .3s ease-in-out;
    }
    
    .section-belajar-detil-card .card-content {
        padding: 1rem;
        transition: all .3s ease-in-out;
    }
    
    .section-belajar-detil-card .card-name {
        font-size: 18px;
        line-height: 30px;
        color: #595959;
        margin-top: 5px;
        margin-bottom: 5px;
        min-height: 60px;
    }
    
    .section-belajar-detil-card .card-pert {
        font-size: 10px;
        color: #595959;
    }
    
    .section-belajar-detil-card .card-pert i {
        font-size: 13px;
        margin-right: 5px;
    }
    
    .section-belajar-detil-card .card-rate, .section-belajar-detil-card .card-level {
        font-size: 10px;
        line-height: 20px;
        align-items: center;
        color: #595959;
    }
    
    .section-belajar-detil-card .card-rate img {
        margin-top: -3px;
        margin-right: 5px;
        margin-bottom: 3px;
    }
    
    .section-belajar-detil-card .card-level img {
        margin-top: -2px;
        margin-right: 5px;
    }
    
    .section-belajar-detil-card .card-summary {
        font-family: "Montserrat-Regular";
        margin: 22px 0 10px;
        font-size: 12px;
        line-height: 22px;
        min-height: 130px;
    }
    
    .section-belajar-detil-card .card-hour {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 10px;
    }
    
    .section-belajar-detil-card .card-hour i {
        margin-right: 5px;
        font-size: 12px;
    }
    
    .section-belajar-detil-text .course-name {
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        color: #021054;
    }
    
    .section-belajar-detil-text .course-desc {
        font-size: 14px;
        line-height: 30px;
    }
    
    .section-belajar-detil-text .course-desc i, .section-belajar-detil-text .course-desc span {
        margin-right: 4px;
        color: #2f2f2f;
    }

    .section-belajar-detil-text .course-desc span {
        margin-left: 5px;
    }

    .btn-iai-cek-detil-muted, 
    .btn-iai-cek-detil-muted:hover, 
    .btn-iai-cek-detil-muted:active, 
    .btn-iai-cek-detil-muted:focus {
        background: #999999;
        border: #999999;
        box-shadow: none;
    }
    
    .wrapper-iai-section-belajar .section-belajar-text {
        text-align: center;
        font-family: "Montserrat-Medium";
        font-size: 21px;
        line-height: 26px;
        position: absolute;
        padding: 82px 82px;
        color: #ffffff;
    }
    
    .wrapper-iai-section-belajar:hover .section-belajar-text:hover {
        text-decoration: underline;
    }
    
    .wrapper-iai-section-belajar .section-belajar-text.active {
        text-decoration: underline;
    }
    
    .iai-swiper-container {
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }
    
    .iai-swiper-section-belajar .swiper-slide {
        width: 310px !important;
        height: 219px !important;
        margin-right: 15px !important;
        cursor: pointer;
    }
    
    .wrapper-iai-section-belajar .section-belajar-course {
        position: relative;
    }
    
    .wrapper-iai-section-belajar .section-belajar-detil-parag {
        font-size: 14px;
        line-height: 30px;
        border-top: 1px solid rgba(0, 116, 176, 0.5);
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        min-height: 180px;
    }

    .iai-swiper-section-detil .swiper-slide {
        width: 232px !important;
        margin-right: 15px !important;
        cursor: pointer;
    }
    
    .triangles-iai-section-bertumbuh {
        position: absolute;
        top: 2380px;
        left: 25px;
        width: 168px;
        height: 192px;
        z-index: 1;
        background: url('../assets/img/yellow-triangles2.svg');
        background-repeat: no-repeat;
        display: block;
    }
    
    .section-bertumbuh-text-plane {
        background: url('../assets/img/tumbuh-plane.svg');
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative;
        width: 152px;
        height: 114px;
        top: 35px;
        left: 255px;
        display: block;
    }
    
    .section-bertumbuh-text {
        width: 45.2%;
        line-height: 30px;
        font-weight: 500;
        font-size: 14px;
        background: #FFFFFF;
        margin-top: 0px;
    }
    
    .section-bertumbuh-img {
        width: 54.8%;
        margin-top: 10px;
    }

    .section-bertumbuh-img img {
        border-radius: 16px;
        box-shadow: 0px 11px 30px rgba(0, 116, 178, 0.1);
    }
    
    .section-bertumbuh-text-title {
        width: 80%;
        height: 88px;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        display: flex;
        align-items: center;
        color: #0074b2;
    }
    
    .section-bertumbuh-text-desc {
        font-family: "Montserrat-Regular";
        font-style: normal;
        width: 85%;
        height: 170px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17.5px;
        display: flex;
        align-items: center;
        color: #595959;
        padding: 7rem 0rem 8rem;
        margin-top: 0px;
    }
    
    .wrapper-iai-section-video iframe {
        width: 100%;
        height: 600px;
        border-radius: 10px;
    }
    
    .triangles-iai-section-video {
        position: absolute;
        top: 3650px;
        right: 0px;
        width: 168px;
        height: 192px;
        z-index: 1;
    
        background: url('../assets/img/yellow-triangles3.svg');
        background-repeat: no-repeat;
    }
    
    .wrapper-iai-section-dipercaya .section-dipercaya-logo {
        margin-bottom: 3rem;
    }
    
    .wrapper-iai-section-dipercaya .section-dipercaya-logo img {
        margin: 0px;
        width: 100%;
    }

    .wrapper-iai-section-dipercaya .section-dipercaya-text {
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .px-iai-section-tunggu {
        height: 450px;
        background-color: #0074b2;
        text-align: center;
    }
    
    .section-tunggu-ttop {
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 40px;
        color: #ffffff;
    }
    
    .section-tunggu-tbot {
        font-family: "Montserrat-Regular";
        font-style: normal;
        line-height: 30px;
        margin: 20px 0;
        color: #ffffff;
    }

    /* FOOTER */
    .px-iai-footer {
        font-family: "Montserrat-Medium";
        padding-top: 12rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 1rem !important;
    }
    
    .px-iai-footer-text {
        height: 450px;
    }
    
    .px-iai-footer-text .logo-footer {
        width: 350px;
    }

    .px-iai-footer-text img {
        margin-top: -30px;
        margin-left: -15px;
        margin-bottom: 5px;
    }
    
    .px-iai-footer-text .footer-text-cname {
        margin-bottom: 12px;
    }
    
    .px-iai-footer-text .footer-text-product .product-title, .px-iai-footer-text .footer-text-dukungan .dukungan-title {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        color: #666666;
    }
    
    .px-iai-footer-text .footer-text-product .product-point, .px-iai-footer-text .footer-text-dukungan .dukungan-point {
        font-family: "Montserrat-Medium";
        list-style-type: none;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        padding-left: 0px;
        margin-top: 20px;
        line-height: 30px;
        color: #595959;
    }
    
    .px-iai-footer-text .footer-text-product .product-point li a, .px-iai-footer-text .footer-text-dukungan .dukungan-point li a {
        text-decoration: none;
        color: #595959;
    }
    
    .px-iai-footer-text .footer-text-product .product-point li a:hover, .px-iai-footer-text .footer-text-dukungan .dukungan-point li a:hover {
        text-decoration: underline;
    }
    
    .px-iai-footer-text .footer-text-medsos {
        text-align: right;
        padding-right: 0;
        padding-left: 0;
    }

    .footer-text-pd-wrapper {
        margin-top: 0px;
    }
    
    .footer-text-medsos .medsos-icon {
        float: left;
    }
    
    .footer-text-medsos .icon-margin {
        margin-top: 32.5px;
    }
    
    .footer-text-medsos .medsos-icon .icon-top {
        margin-right: 20px;
    }
    
    .px-iai-footer-wrapper {
        background-color: #606060; 
        color: #ffffff;
    }
    
    .px-iai-footer-copy {
        padding-top: 1.0rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 1.0rem !important;
        text-align: left;
    }
    
    .px-iai-footer-copy .footer-copy-left {
        text-align: left;
        float: left;
    }
    
    .px-iai-footer-copy .footer-copy-right {
        text-align: right;
    }
    
    .px-iai-footer-copy .footer-copy-right a {
        text-decoration: underline;
        color: #ffffff;
    }
    
    /* ========================== */
    /* BELAJAR AI PAGE */
    /* ========================== */
    
    /* HEADER */
    .iai-detail-course-background {
        width: 100%;
        min-height: 375px;
    }

    .course-background-bp {
        background: url('../assets/img/mentorship/detail-course-bp-background.png');
        background-repeat: no-repeat;
        background-size: auto;
    }

    .course-background-ip {
        background: url('../assets/img/mentorship/detail-course-ip-background.png');
        background-repeat: no-repeat;
        background-size: auto;
    }

    .course-background-ml {
        background: url('../assets/img/mentorship/detail-course-ml-background.png');
        background-repeat: no-repeat;
        background-size: auto;
    }

    .course-background-dl {
        background: url('../assets/img/mentorship/detail-course-dl-background.png');
        background-repeat: no-repeat;
        background-size: auto;
    }

    .course-background-ps {
        background: url('../assets/img/mentorship/detail-course-ps-background.png');
        background-repeat: no-repeat;
        background-size: auto;
    }

    .course-background-ms {
        background: url('../assets/img/mentorship/detail-course-ms-background.png');
        background-repeat: no-repeat;
        background-size: auto;
    }

    .course-background-cv {
        background: url('../assets/img/mentorship/detail-course-cv-background.png');
        background-repeat: no-repeat;
        background-size: auto;
    }
        
    .detail-course-header-wrapper {
        font-family: "Montserrat-Medium";
        padding-top: 80px;
    }
    
    .detail-course-header-wrapper .detail-course-img {
        text-align: left;
        margin-top: 0px;
    }

    .detail-course-header-wrapper .detail-course-img img {
        box-shadow: 0px 4px 8px rgba(0, 137, 208, 0.2);
        border-radius: 8px;
        width: 86%;
    }

    .detail-course-header-wrapper .detail-course-content {
        font-family: "Montserrat-Medium";
        margin-top: 0px;
        margin-left: -2rem;
    }
    
    .detail-course-header-wrapper .detail-course-name {
        font-family: "Montserrat-Medium";
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        color: #303030;
        margin-bottom: 20px;
    }
    
    .detail-course-header-wrapper .detail-course-team {
        font-style: normal;
        font-size: 14px;
        color: #595959;
        margin-bottom: 20px;    
    }
    
    .detail-course-header-wrapper .detail-course-team span {
        color: #0074b2;
    }
    
    .detail-course-header-wrapper .detail-course-level i, 
    .detail-course-header-wrapper .detail-course-hour i, 
    .detail-course-header-wrapper .detail-course-tech i, 
    .detail-course-header-wrapper .detail-course-time i, 
    .detail-course-header-wrapper .detail-course-project i {
        margin-right: 12px;
    }
    
    .detail-course-header-wrapper .detail-course-level, 
    .detail-course-header-wrapper .detail-course-hour, 
    .detail-course-header-wrapper .detail-course-tech, 
    .detail-course-header-wrapper .detail-course-time, 
    .detail-course-header-wrapper .detail-course-project {
        font-style: normal;
        font-size: 14px;
        color: #595959;
        margin-bottom: 20px;    
    }
    
    .detail-course-header-wrapper .detail-course-project {
        font-weight: normal;
    }
    
    /* TAB CONTENT SECTION */
    .px-iai-section-for-tabs {
        padding-top: 0rem;
        padding-right: 8.5rem;
        padding-left: 8.5rem;
        padding-bottom: 0rem;
    }

    .px-iai-section-for-tabs .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    
    .px-iai-section-for-tabs .nav-tabs .nav-link {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        color: #6c6c6d;
    }
    
    .px-iai-section-for-tabs .content-course-wrapper {
        min-height: 600px;
        padding-right: 1.5rem;
    }
    
    .px-iai-section-for-tabs .content-course-title {
        font-family: "Montserrat-Medium";
        font-size: 24px;
        font-weight: 600;
        margin: 50px 0 30px;
    }
    
    .px-iai-section-for-tabs .content-course-desc ul {
        padding-left: 20px;
    }

    .px-iai-section-for-tabs .content-course-desc a {
        color: #595959;
        text-decoration: underline;
    }
    
    .px-iai-section-for-tabs .content-course-desc:last-child a {
        text-decoration: none;
    }
    
    .px-iai-section-for-tabs .content-course-desc p, .px-iai-section-for-tabs .content-course-desc ul li {
        line-height: 30px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .content-course-wrapper-metode-belajar .mb-25 {
        margin-bottom: 25px;
    }
    
    .content-course-desc .content-course-desc-fproject .desc-fproject-img {
        padding: 0px;
    }

    .content-course-desc .content-course-desc-fproject .desc-fproject-img img {
        width: 100%;
        height: 220px;
        border-radius: 8px;
    }
    
    .content-course-desc .content-course-desc-fproject .desc-fproject-text {
        line-height: 30px;
        font-size: 14px;
        font-weight: 500;
        padding: 0px 0px 0px 25px;
    }
    
    .content-course-testimoni-text {
        width: 80%;
        height: 100%;
        border-radius: 8px;
        line-height: 20px;
        font-size: 12px;
        padding: 10px 0px;
        background: #ffffff;
    }
    
    .content-course-testimoni-text-left {
        width: 60px;
        height: 60px;
        float: left;
        background-color: #e8eef5;
        margin-right: 12px;
    }

    .content-course-testimoni-text-left img {
        width: 100%;
        border-radius: 4px;
    }

    .content-course-testimoni-text-right {
        padding: 0px 0px;
    }

    .content-course-testimoni-text p {
        padding: 4px 0px;
        line-height: 26px;
    }
    
    .wrapper-content-course-testimoni-swaper .section-testimoni-swiper, .wrapper-content-course-testimoni-swaper .section-belajar-swiper {
        text-align: right;   
    }
    
    .swiperCCT-pagination {
        padding: 7.5px 10px 7.5px 0px;
        text-align: right;
    }
    
    .swiperCCT-pagination span, .swiperCCT-pagination-mobile span {
        margin-right: 8px;
    }
    
    /* SIDE BAR */
    .px-iai-section-for-tabs .content-side-wrapper {
        margin-top: 95px;
    }
    
    .px-iai-section-for-tabs .content-side-desc {
        width: 100%;
        padding: 20px 0;
        text-align: left;
    }
    
    .px-iai-section-for-tabs .content-side-desc p {
        font-family: "Montserrat-Medium";
        line-height: 30px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .px-iai-section-for-tabs .content-side-desc p:first-child a {
        color: #595959;
        margin-left: 10px;
    }

    .px-iai-section-for-tabs .content-side-desc p:nth-child(2) a {
        color: #595959;
    }
    
    .px-iai-section-for-tabs .content-side-desc p:last-child {
        background-color: #FEDA76;
        padding: 20px;
    }
    
    .px-iai-section-for-tabs .content-side-wrapper .btn-iai-bergabung {
        width: 200px;
    }
    
    .red-dot {
        height: 8px;
        width: 8px;
        background-color: red;
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 8px;
        margin-left: 2px
    }
    
    /* ========================== */
    /* KOMUNITAS AI PAGE */
    /* ========================== */
    
    .px-iai-header-community {
        font-family: "Montserrat-Medium";
        padding-top: 13rem;
        padding-right: 8.5rem;
        padding-left: 8.5rem;
        padding-bottom: 13rem;
    }

    .px-iai-section-community {
        padding-top: 5.5rem;
        padding-right: 8.5rem;
        padding-left: 8.5rem;
        padding-bottom: 8.5rem;
    }

    .px-iai-section-community-structure {
        padding-top: 5.5rem;
        padding-right: 0rem;
        padding-left: 0rem;
        padding-bottom: 8.5rem;
    }

    .wrapper-iai-header-community {
        margin-bottom: 45px;
    }
    
    .title-iai-header-community {
        width: auto;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        align-items: center;
        margin-bottom: 1rem;
        color: #021054;
    }

    p.desc-iai-header-community {
        font-family: "Montserrat-Medium";
    }

    .desc-iai-header-community {
        width: auto;
        height: 52px;
        line-height: 200%;
        align-items: center;
        color: #595959;
    }

    .img-iai-header-community {
        background: url(../assets/img/community/img-header.png);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        top: 165px;
        right: 150px;
        width: 572px;
        height: 451px; 
    }

    .img-iai-we-are-community {
        background: url(../assets/img/community/img-we-are.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 476px;
        margin-top: 0rem;
    }

    .wrapper-iai-we-are-community {
        padding: 2.5rem 1rem 5rem 2rem;
    }

    .wrapper-iai-we-are-community h2 {
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        color: #021054;
    }

    .wrapper-iai-we-are-community p {
        font-family: "Montserrat-Regular";
        padding-top: 1rem;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
    }

    .btn-iai-community {
        margin: 0 10px;
    }

    .btn-iai-community a {
        text-decoration: none;
        color: #ffffff;
    }

    .wrapper-iai-we-are-community-benefits {
        padding: 1rem 0rem;
    }

    .wrapper-iai-we-are-community-benefits h2 {
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 800;
        font-size: 36px;
        color: #021054;
    }

    #topic-diskusi-el {
        background: url(../assets/img/community/topik-topik-diskusi.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .px-iai-section-community-topic {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .wrapper-iai-we-are-community-topic {
        padding: 2rem 0rem;
    }

    .we-are-community-topic .topic-card {
        margin-bottom: 0rem;
    }

    .wrapper-iai-we-are-community-topic h2 {
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 800;
        font-size: 36px;
        color: #ffffff;
        text-align: center;
    }

    .we-are-community-topic {
        margin-top: 3rem;
        height: 520px;
    }

    .we-are-community-topic .topic-image {
        text-align: center;
    }

    .we-are-community-topic .topic-image img {
        width: 80px;
        height: 80px;
    }
    
    .we-are-community-topic .topic-content {
        text-align: center;
    }

    .we-are-community-topic .topic-content .topic-content-title {
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 26px;
        padding: 1rem 0rem;
    }

    .we-are-community-topic .topic-content .topic-content-desc {
        font-family: "Montserrat-Regular";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        width: 240px;
        margin: 0 auto;
    }
    
    .title-iai-we-are-benefits {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .we-are-benefits {
        padding: 3rem 0;
    }

    .we-are-benefits .benefits-image-odd {
        text-align: right;
    }

    .we-are-benefits .benefits-image-even {
        text-align: left;
    }

    .we-are-benefits .benefits-text-wrapper-odd {
        padding: 3rem 6rem 3rem 1rem;
    }

    .we-are-benefits .benefits-text-wrapper-even {
        padding: 3rem 1rem 3rem 6rem;
        text-align: right;
    }

    .we-are-benefits .benefits-image-even img,
    .we-are-benefits .benefits-image-odd img {
        border-radius: 50%;
    }

    .we-are-benefits .benefits-title {
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        padding-bottom: 1rem;
        color: #000000;
    }

    .we-are-benefits .benefits-desc {
        font-family: "Montserrat-Regular";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #595959;
    }

    .wrapper-iai-we-are-community-team {
        padding: 2rem 0rem;
    }

    .we-are-community-team .offset-lg-1 {
        margin-left: 8.3333333333%;
        /* margin-left: 0%; */
    }

    .we-are-community-team .col-lg-4 {
        /* width: 33.3333333333%; */
        width: 28.333333%;
    }

    .we-are-community-team .team-profile {
        margin-bottom: 80px;
    }

    .we-are-community-team .team-image {
        text-align: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin: 0 auto;
        background: #e8eef5;
    }

    .we-are-community-team .team-image img {
        text-align: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin: 0 auto;
    }
    
    .we-are-community-team .team-content {
        text-align: center;
    }

    .we-are-community-team .team-content .team-content-name {
        font-family: "Montserrat-Medium";
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 26px;
        padding: 1.5rem 0rem 1rem;
        color: #595959;
    }

    .we-are-community-team .team-content .team-content-desc {
        font-family: "Montserrat-Regular";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        width: 280px;
        margin: 0 auto;
        color: #595959;
    }

    .we-are-community-team .team-content .team-content-desc .team-content-desc-interest, 
    .we-are-community-team .team-content .team-content-desc .team-content-desc-location {
        margin-top: 10px;
    }

    /* ========================== */
    /* BLOG PAGE */
    /* ========================== */
    
    .px-iai-blog-top {
        font-family: "Montserrat-Medium";
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-top: 8.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    .blog-top-title {
        font-weight: 600;
    }
    
    .blog-top-title, .blog-top-category {
        font-size: 18px;
        color: #0573B0;
    }
    
    .blog-top-category {
        font-size: 18px;
        cursor: pointer;
        color: #595959;
    }

    .blog-top-category a {
        color: #595959;
        font-weight: 600;
        text-decoration: none;
    }

    .blog-top-category .dropdown-menu-category {
        font-family: "Montserrat-Regular";
        font-size: 14px;
        border-radius: 8px;
        padding: 15px 5px;
        margin-top: 5px;
        background: #ffffff;
    }

    .blog-top-category:hover .dropdown-menu-category {
        display: block;
    }

    .blog-top-category .dropdown-menu-category a:hover, 
    .blog-top-category .dropdown-menu-category a:active, 
    .blog-top-category .dropdown-menu-category a:focus {
        text-decoration: underline;
        color: #595959;
    }
    
    .blog-top-search {
        padding-right: 10px;
        padding-left: 0px;
    }

    .blog-top-search .input-group {
        margin-top: -5px;
    }
    
    .blog-top-search .btn-secondary {
        background-color: #0573B0;
        border-color: #0573B0;
    }
    
    .px-iai-blog-banner {
        background: url('../assets/img/blog/blog-header.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        text-align: center;
        padding: 120px;
        height: 300px;
    }
    
    .px-iai-blog-banner .banner-big-text {
        font-family: 'Montserrat-SemiBold';
        font-size: 36px;
        color: #ffffff;
    }
    
    .px-iai-blog-highlight {
        font-family: "Montserrat-Medium";
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-top: 6.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    .px-iai-blog-highlight .highlight-img {
        width: 105%; 
        background-color: #e8eef5; 
    }

    .px-iai-blog-highlight .highlight-img img {
        width: 100%; 
    }
    
    .px-iai-blog-highlight .highlight-text {
        padding: 0 0 0 45px
    }
    
    .px-iai-blog-highlight .highlight-text .highlight-text-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .px-iai-blog-highlight .highlight-text .highlight-text-title a {
        text-decoration: none;
        color: #595959;
    }
    
    .px-iai-blog-highlight .highlight-text .highlight-text-time {
        margin-bottom: 30px;
    }
    
    .px-iai-blog-highlight .highlight-text .highlight-text-content {
        font-family: "Montserrat-Regular";
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 30px;
        min-height: 90px;
    }
    
    .triangles-iai-blog-daftar {
        position: absolute;
        top: 2350px;
        right: 0px;
        width: 168px;
        height: 192px;
        z-index: 1;
        background: url(../assets/img/yellow-triangles3.svg);
        background-repeat: no-repeat;
    }
    
    .px-iai-blog-daftar {
        font-family: "Montserrat-Medium";
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-top: 2.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    
    .px-iai-blog-daftar .blog-daftar-text {
        text-align: center;
        font-size: 36px;
        padding-bottom: 30px;
        color: #040F51;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .px-iai-blog-daftar .blog-daftar-article {
        margin-top: 35px;
    }

    .px-iai-blog-daftar .blog-daftar-article .article-wrapper {
        padding-right: 0px;
        padding-left: 0px;    
    }
    
    .px-iai-blog-daftar .blog-daftar-article .article-wrapper .article-card {
        border: 1px solid #e7e7e7;
        padding: 0;
        width: 31.5%;
        height: 100%;
        border-radius: 8px;
        margin: 0.614rem 0.614rem;
    }
    
    .px-iai-blog-daftar .blog-daftar-article .article-wrapper .article-card:last-child {
        margin: 0.614rem 0 0.614rem 0.614rem;
    }
    
    .px-iai-blog-daftar .blog-daftar-article .article-card .article-card-img img {
        width: 100%;
        height: 230px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    
    .px-iai-blog-daftar .blog-daftar-article .article-card .article-card-desc {
        padding: 25px 20px 25px;
    }
    
    .px-iai-blog-daftar .blog-daftar-article .article-card .article-card-desc a:first-child {
        text-decoration: none;
        color: #595959;
    }
    
    .article-card .article-card-desc .article-card-desc-title {
        font-size: 22px;
        min-height: 65px;
    }
    
    .article-card .article-card-desc .article-card-desc-time {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 10px;
        text-transform: uppercase;
    }
    
    .article-card .article-card-desc .article-card-desc-content {
        font-family: "Montserrat-Regular";
        font-size: 12px;
        line-height: 20px;
    }

    .article-card .article-card-desc .article-card-desc-content p {
        min-height: 100px;
    }
    
    .article-card .article-card-desc .article-card-desc-content .read-more {
        font-family: "Montserrat-Medium";
        color: #0573B0;
        text-decoration: none;
        cursor: pointer;
    }
    
    .blog-daftar-pagination {
        margin-top: 3.75rem;
        margin-bottom: 5rem;
    }
    
    .blog-daftar-pagination .page-item.active .page-link {
        background-color: #0573B0;
        border-color: #0573B0;
    }
    
    .blog-daftar-pagination .page-link {
        color: #0573B0;
        border: 1px solid #e7e7e7;
    }
    
    .blog-daftar-pagination .page-link:hover, 
    .blog-daftar-pagination .page-link:active {
        background-color: #0573B0;
        border-color: #0573B0;
        color: #ffffff;
    }
    
    .blog-daftar-pagination .page-item:first-child .page-link {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    
    .blog-daftar-pagination .page-item:last-child .page-link {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    
    .px-iai-blog-farticle {
        font-family: "Montserrat-Medium";
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-top: 2.5rem !important;
        padding-bottom: 8.5rem !important;
    }
    
    .px-iai-about-us, .px-iai-contact-us {
        font-family: "Montserrat-Medium";
        padding-top: 12.5rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 0rem !important;
    }

    .px-iai-faq {
        font-family: "Montserrat-Medium";
        padding-top: 8.5rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .px-iai-events {
        font-family: "Montserrat-Medium";
        padding-top: 12.5rem !important;
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important;
        padding-bottom: 12.5rem !important;
    }
    
    .px-iai-blog-farticle .farticle-img, 
    .px-iai-about-us .farticle-img, 
    .px-iai-contact-us .farticle-img, 
    .px-iai-faq .farticle-img, 
    .px-iai-events .farticle-img {
        width: 105%;
        background-color: #e8eef5;
        margin-bottom: 0px;
    }
    
    .px-iai-blog-farticle .farticle-img img, 
    .px-iai-about-us .farticle-img img, 
    .px-iai-contact-us .farticle-img img, 
    .px-iai-faq .farticle-img img, 
    .px-iai-events .farticle-img img {
        width: 100%;
    }

    .px-iai-blog-farticle .farticle-text, 
    .px-iai-about-us .farticle-text, 
    .px-iai-contact-us .farticle-text, 
    .px-iai-faq .farticle-text, 
    .px-iai-events .farticle-text {
        padding: 0 0 0 45px;
    }
    
    .px-iai-blog-farticle .farticle-text .farticle-text-category {
        margin-top: 50px;
    }

    .px-iai-blog-farticle .farticle-text .farticle-text-category span {
        border: 1px solid #ced4da;
        width: fit-content;
        color: #595959;
        padding: 4px 8px;
        border-radius: 8px;
        margin-right: 8px;
        text-decoration: none;
    }

    .px-iai-blog-farticle .farticle-text .farticle-text-title {
        font-size: 34px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .px-iai-about-us .farticle-text .farticle-text-title, 
    .px-iai-contact-us .farticle-text .farticle-text-title, 
    .px-iai-events .farticle-text .farticle-text-title {
        font-size: 34px;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .px-iai-faq .farticle-text .farticle-text-title {
        font-size: 34px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    
    .px-iai-blog-farticle .farticle-text .farticle-text-share, 
    .px-iai-about-us .farticle-text .farticle-text-share, 
    .px-iai-contact-us .farticle-text .farticle-text-share, 
    .px-iai-faq .farticle-text .farticle-text-share, 
    .px-iai-events .farticle-text .farticle-text-share {
        font-family: "Montserrat-Medium";
        line-height: 30px;
        font-size: 14px;
        font-weight: 500;
        margin-top: 40px;
    }
    
    .px-iai-blog-farticle .farticle-text .farticle-text-share p:first-child a, 
    .px-iai-about-us .farticle-text .farticle-text-share p:first-child a, 
    .px-iai-contact-us .farticle-text .farticle-text-share p:first-child a, 
    .px-iai-faq .farticle-text .farticle-text-share p:first-child a, 
    .px-iai-events .farticle-text .farticle-text-share p:first-child a {
        color: #595959;
        margin-left: 10px;
    }
    
    .px-iai-blog-farticle .farticle-text .farticle-text-content, 
    .px-iai-about-us .farticle-text .farticle-text-content, 
    .px-iai-contact-us .farticle-text .farticle-text-content, 
    .px-iai-faq .farticle-text .farticle-text-content, 
    .px-iai-events .farticle-text .farticle-text-content {
        font-family: "Montserrat-Regular";
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    
    .px-iai-blog-farticle .farticle-text-full, 
    .px-iai-about-us .farticle-text-full, 
    .px-iai-contact-us .farticle-text-full, 
    .px-iai-faq .farticle-text-full, 
    .px-iai-events .farticle-text-full {
        font-family: "Montserrat-Regular";
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        margin-top: 60px;
        padding-bottom: 90px;
        border-bottom: 1px solid #e7e7e7;
    }

    .px-iai-blog-farticle .farticle-text-full {
        padding-bottom: 40px;
    }
    
    .px-iai-blog-farticle .farticle-text-full p {
        margin-bottom: 40px;
    }
    
    .px-iai-blog-farticle .farticle-text-recommendation {
        margin: 20px 0;
    }

    .px-iai-blog-farticle .farticle-text-recommendation .text-ai-blog {
        color: #dc3545;
        text-decoration: underline;
    }
    
    .px-iai-blog-farticle .farticle-text-recommendation a {
        text-decoration: none;
    }
    
    .px-iai-blog-farticle .farticle-text-recommendation .section-recommendation-swiper {
        text-align: right;
        margin-top: -20px;
        margin-bottom: 20px;
    }
    
    .iai-swiper-section-recommendation .swiper-slide {
        width: 306px !important;
        margin-right: 15px !important;
        cursor: pointer;
    }
    
    .iai-swiper-section-recommendation .section-recommendation-course {
        width: 306px;
        height: 326px;
        position: relative;
        border: 1px solid #e7e7e7;
        border-radius: 8px;
    }
    
    .iai-swiper-section-recommendation .section-recommendation-course a {
        text-decoration: none;
        color: #595959;
    }
    
    .iai-swiper-section-recommendation .section-recommendation-course .recommendation-course-img {
        height: 200px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background-color: #e8eef5;
    }
    
    .iai-swiper-section-recommendation .section-recommendation-course .recommendation-course-img img {
        width: 100%;
        height: 100%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .iai-swiper-section-recommendation .section-recommendation-course .recommendation-course-title {
        font-size: 18px;
        padding: 20px 20px 10px;
        min-height: 85px;
        min-height: 85px;
    }
    
    .iai-swiper-section-recommendation .section-recommendation-course .recommendation-course-time {
        font-size: 10px;
        text-transform: uppercase;
        padding: 0px 20px;
    }
    
    a.linkedin-for-ceo, a.linkedin-for-ceo:hover, a.linkedin-for-ceo:active, a.linkedin-for-ceo:focus {
        color: #2867B2;
        margin-left: 4px;
    }
    
    .px-iai-contact-us .farticle-text-full .form-group {
        font-family: "Montserrat-Regular";
        margin-bottom: 20px;
    }
    
    .btn-iai-kirim, .btn-iai-kirim:hover, .btn-iai-kirim:active, .btn-iai-kirim:focus {
        width: 170px;
        height: 56px;
        box-shadow: 0px 5px 15px 5px rgb(223 0 44 / 15%);
        border-radius: 28px;
        font-size: 18px;
        background: #Df002c;
        border-color: #Df002c;
        margin: 20px 0;
    }
    
    .share-btn-container {
        display: none;
        flex-direction: column;
        padding: 16px 16px;
        position: fixed;
        top: 50%;
        left: 7%;
        transform: translateY(-50%);
        z-index: 999;
        background: #ffffff;
        box-shadow: 0px 3px 8px rgb(89 89 89 / 30%);
    }
    
    .share-btn-container span {
        margin: 12px 0;
        transform: 500ms;
        text-decoration: none;
        text-align: center;
        color: #595959;
        cursor: pointer;
    }
    
    .share-btn-container span:hover {
        transform: scale(1.2);
    }
    
    .share-btn-container span i {
        font-size: 26px;
    }
    
    .nav-blog-share-content, .nav-blog-font-content {
        font-family: "Montserrat-Medium";
        font-size: 14px;
        font-weight: 500;
        color: #595959;
    }
    
    .nav-blog-share-content a {
        color: #595959;
        text-decoration: none;
        margin-left: 10px;
        font-size: 14px;
    }
    
    .nav-blog-font-content span {
        margin-left: 10px;
        font-size: 14px;
        cursor: pointer;
    }
    
    .nav-blog-font-content .fc-plus, .nav-blog-font-content .fc-minus {
        color: #595959;
    }

    /* ========================== */
    /* DASHBOARD PAGE */
    /* ========================== */

    .px-iai-dashboard {
        font-family: "Montserrat-Medium";
        padding-top: 8.5rem !important;
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }

    .row-iai-dashboard {
        box-shadow: 0px 4px 8px rgb(0 137 208 / 20%);
        padding: 40px 30px 60px;
        border-radius: 8px;
        background-color: #ffffff;
    }

    .row-iai-dashboard-left {
        padding-left: 10px;
        padding-right: 0px;
    }

    .row-iai-dashboard-right {
        padding-left: 40px;
    }

    .px-iai-dashboard .fdash-img {
        position: relative;
        text-align: center;
    }

    .px-iai-dashboard .fdash-img img {
        width: 100%;
        height: 256px;
        border-radius: 8px;
        background-color: #e8eef5;
        box-shadow: 0px 4px 8px rgb(0 137 208 / 20%);
    }

    .px-iai-dashboard .fdash-img .fdash-img-change {
        display: none;
        font-family: "Montserrat-Regular";
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        color: white;
        text-align: center;
        background-color: rgba(0, 0, 0, .5);
        padding: 15px;
        cursor: pointer;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .px-iai-dashboard .fdash-img .fdash-img-change i {
        font-size: 12px;
        margin-right: 4px;
    }

    .fdash-text-left .fdash-text-point, 
    .fdash-text-right .fdash-text-point {
        font-family: 'Montserrat-Regular';
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
    }

    .fdash-text-left .fdash-text-form {
        font-size: 14px;
    }

    .fdash-text-lencana {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    
    .fdash-text-lencana img {
        width: 50px;
        height: 50px;
    }

    .px-iai-dashboard .fdash-divider {
        padding: 30px 0 0;
    }

    .fdash-text-left .fdash-divider .fdash-divider-text, 
    .fdash-text-right .fdash-divider .fdash-divider-text {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
        font-size: 10px;
        color: #777777;
    }

    .fdash-text-left .fdash-divider .fdash-divider-line {
        /* padding-left: 0px; */
    }

    .fdash-text-right .fdash-text-point .fdash-edit-content {
        display: none;
        margin-top: 10px;
    }

    .fdash-text-right .fdash-text-point .fdash-edit-content span {
        cursor: pointer;
    }

    .fdash-text-right .fdash-text-point .icon-edit-content:first-child, 
    .fdash-text-right .fdash-text-point .fdash-dynamic-content .icon-edit-content:first-child  {
        display: none;
        margin-left: 10px;
        cursor: pointer;
    }

    .fdash-text-right .fdash-text-point .icon-edit-content:last-child, 
    .fdash-text-right .fdash-text-point .fdash-dynamic-content .icon-edit-content:last-child {
        display: none;
        margin-left: 4px;
        cursor: pointer;
    }

    .fdash-text-right .fdash-text-point .fdash-dynamic-content {
        margin-bottom: 20px;
    }

    .fdash-text-right .fdash-text-point .fdash-dynamic-content.fdash-dynamic-content-sertifikat {
        margin-bottom: 0px;
    }

    .fdash-text-right .fdash-text-point .fdash-dynamic-content:last-child {
        margin-bottom: 0px;
    }

    .fdash-text-right .fdash-dynamic-desc .dynamic-desc-date, 
    .fdash-text-right .fdash-preview-desc .dynamic-desc-date {
        font-size: 12px;
    }

    .fdash-text-right .fdash-dynamic-desc-blog a {
        color: #595959;
    }

    .fdash-text-right .fdash-text-point .fdash-edit-content i {
        margin-right: 2px;
    }

    .fdash-text-left .fdash-text-point ul {
        list-style: none;
        padding-left: 0px;
        
    }

    .fdash-text-left .fdash-text-point ul li i {
        margin-right: 8px;
    }

    .fdash-text-left .fdash-button-edit {
        margin-top: 20px;
        margin-bottom: -10px;
    }

    .fdash-text-left .edit-profil-edit {
        border: 1px solid #ced4da;
        padding: 8px;
        color: #595959;
        text-decoration: none;
        border-radius: 8px;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .fdash-text-left .edit-profil-simpan {
        display: none;
        text-decoration: none;
        padding: 10px 10px;
        text-align: center;
        border-radius: 28px;
        margin-right: 8px;
        background: #dc3545;
        border: 1px solid #dc3545;
        color: #ffffff;
        width: 40%;
        float: left;
        cursor: pointer;
    }

    .fdash-text-left .edit-profil-batal {
        display: none;
        text-decoration: none;
        padding: 10px 10px;
        text-align: center;
        border-radius: 28px;
        background: #ffffff;
        color: #595959;
        margin-right: 8px;
        border: 1px solid #ced4da;
        width: 40%;
        float: left;
        cursor: pointer;
    }

    .fdash-text-right .fdash-name {
        font-family: "Montserrat-Medium";
        font-size: 24px;
        font-weight: 600;
        margin: 20px 0 6px;
    }

    .fdash-text-right .fdash-nickname {
        font-size: 14px;
        margin-bottom: 0px;
        color: #777777;
        line-height: 18px;
    }

    .fdash-text-right .fdash-register {
        display: flow-root;
        margin: 30px 0 85px
    }

    .fdash-text-right .fdash-register .daftar-anggota {
        text-decoration: none;
        padding: 0px 0px;
        border-radius: 8px;
        float: left;
        color: #6c6c6d;
        cursor: default;
    }

    .fdash-text-right .fdash-register .daftar-anggota select {
        display: none;
        padding: 0rem .5rem;
        font-size: 13px;
        width: auto;
        margin-top: -15px;
        border: 0px;
        border-bottom: 1px solid #ced4da;
        border-radius: 0px;
        background-image: none;
    }

    .fdash-text-right .fdash-register a {
        color: #0074b2;
        text-decoration: none;
    }

    .fdash-text-right .fdash-register .daftar-anggota-btn {
        text-decoration: none;
        padding: 10px 14px;
        border-radius: 50%;
        margin-right: 8px;
        background: #0074b2;
        color: #ffffff;
    }

    .fdash-text-right .fdash-register i {
        margin-right: 0px
    }

    .fdash-text-right .fdash-nickname span {
        color: #dc3545;
    }

    .fdash-text-right .fdash-tabs .nav-tabs .nav-link {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        color: #6c6c6d;
    }

    .fdash-text-left .fdash-form {
        display: none;
    }

    .fdash-text-left .fdash-form .form-control {
        padding: 0.375rem .75rem;
        margin-bottom: 0.5rem;
        font-size: 14px;
    }

    .fdash-text-right .fdash-form {
        display: none;
    }

    .fdash-text-right .fdash-form-name input {
        width: 60%;
        padding: 0rem .75rem;
        font-size: 21.5px;
    }

    .fdash-text-right .fdash-text-point ul {
        list-style: auto;
    }

    .fdash-text-right .fdash-text-point .fdash-preview-content {
        width: 25%;
        height: 120px;
        background: #e8eef5;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .fdash-text-right .fdash-text-point .fdash-preview-content img {
        border-radius: 8px;
    }

    .fdash-text-right .fdash-text-point .fdash-preview-desc {
        padding: 45px 30px;
        margin-left: -10px;
    }

    .fdash-pagination {
        margin-bottom: 10px;
    }

    .fdash-pagination nav ul {
        list-style: none !important;
    }

    .fdash-pagination nav .page-link {
        padding: 0rem .75rem;
    }

    .modal-minat-text {
        overflow-y: scroll;
        height: 170px;
        margin-bottom: 10px;
    }

    .dots-iai-dashboard {
        position: absolute;
        top: 270px;
        right: 110px;
        width: 80px;
        height: 52px;
        z-index: 1;
        background: url(../assets/img/yellow-dots1.svg);
        background-repeat: no-repeat;
    }

    /* ========================== */
    /* FORM EDIT */
    /* ========================== */

    textarea {
        resize: none;
        height: 138px;
    }

    .form-control {
        padding: .5rem .75rem;
        margin-bottom: 0.5rem;
        font-size: 14px;
        color: #595959;
    }

    .form-control.form-upload {
        padding: .375rem .75rem;
        margin-bottom: 0.5rem;
        font-size: 14px;
        color: #595959;
    }

    .form-select {
        width: auto;
        padding: 0rem 2.25rem 0rem .75rem;
        color: #595959;
        border: 0px;
        font-size: 14px;
    }

    .input-group-text {
        padding: .5rem;
        color: #595959;
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 0rem;
        font-size: 14px;
    }

    .form-control:disabled, .form-control[readonly] {
        opacity: 1;
        cursor: not-allowed;
    }
}