* {
    font-family: "Maven Pro", sans-serif;
}

/* #navbar-web {
    width: 100% !important;
} */

.card_in_banner {
    color: red;
    position: relative;
}

.a-navbar {
    /* color: #908b1c; */
    color: #908c13;
    text-decoration: none;
}

.dropdown-custom {
    color: #ffff !important;
    font-size: 17px;
}

.a-navbar:hover {
    color: #00b2b2 !important;
}

.dropdown-menu-about {
    display: none;
}

.img-nav-link:hover {
    background: url("../assets/icon/navbar/ICT ICON - menu header - 1 - about (active).svg");
}

/*.dropdown:hover .dropdown-menu-custom {*/
/*    display: block;*/
/*    right: 0;*/
/*}*/

/*.dropdown-menu {*/
/*    width: 100% !important;*/
/*    float: left !important;*/
/*    background-color: red !important;*/
/*    position: relative !important;*/
/*}*/

.timeline {
    position: relative;
    /*margin: 0 auto;*/
    /*margin-top: 20px;*/
    /*padding: 1em 0;*/
    padding-left: 1em;
}

.timeline:before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    display: block;
    width: 3px;
    height: 100%;
    /*margin-left: ;*/
    background: #61ce70;

    z-index: 5;
}

.timeline li {
    /* padding: 1em 0; */
    margin: -11px 0px 0px;
    font-size: 15px !important;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.solution-item {
    text-decoration: none;
    color: #908c13;
    font-size: 18px !important;
    font-weight: 10px !important;
}

.solution-item:hover {
    color: #908c13;
}

.navbar-bg-blue {
    background-color: #003352 !important;
}

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.fab-container:hover {
    height: 100%;
}
.fab-container:hover .sub-button:nth-child(2) {
    transform: translateY(-80px);
}
.fab-container:hover .sub-button:nth-child(3) {
    transform: translateY(-140px);
}
.fab-container:hover .sub-button:nth-child(4) {
    transform: translateY(-200px);
}
.fab-container:hover .sub-button:nth-child(5) {
    transform: translateY(-260px);
}
.fab-container:hover .sub-button:nth-child(6) {
    transform: translateY(-320px);
}
.fab-container .fab {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #4ba2ff;
    border-radius: 50%;
    z-index: 2;
}
.fab-container .fab::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
}
.fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.fab-container .fab .fab-content .material-icons {
    color: white;
    font-size: 48px;
}
.fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: #4ba2ff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.fab-container .sub-button:hover {
    cursor: pointer;
}
.fab-container .sub-button .material-icons {
    color: white;
    padding-top: 6px;
}

.font-modify {
    font-family: "Maven Pro", "Helvetica", "Arial", "sans-serif" !important;
    font-size: 13px;
    font-weight: 20px !important;
    color: #1a5579;
}

.dropbtn {
    text-decoration: none;
    color: #908c13;
    font-size: 12px;
    border: none;
}

.dropdown {
    /* position: relative; */
    display: inline-block;
}

.dropdown-solution {
    display: none;
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    z-index: 9999;
    /* z-index: 1; */
}

.dropdown-solution a {
    color: black;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
}

.dropdown-solution a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-solution {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ddd;
}

/* .showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
} */

@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }
    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }
    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }
    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}
@keyframes come-in {
    0% {
        -webkit-transform: translatey(100px);
        transform: translatey(100px);
        opacity: 0;
    }
    30% {
        -webkit-transform: translateX(-50px) scale(0.4);
        transform: translateX(-50px) scale(0.4);
    }
    70% {
        -webkit-transform: translateX(0px) scale(1.2);
        transform: translateX(0px) scale(1.2);
    }
    100% {
        -webkit-transform: translatey(0px) scale(1);
        transform: translatey(0px) scale(1);
        opacity: 1;
    }
}
* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: #ffffff;
    /* font-family: "Roboto", sans-serif; */
    font-family: "Maven Pro", sans-serif;
}

/*.floating-container {
    position: fixed;
    z-index: 999999;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin: 35px 25px;
}
.floating-container:hover {
    height: 300px;
}
.floating-container:hover .floating-button {
    box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
    -webkit-animation: come-in 0.4s forwards 0.2s;
    animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
    -webkit-animation: come-in 0.4s forwards 0.4s;
    animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
    -webkit-animation: come-in 0.4s forwards 0.6s;
    animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #908c13;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.floating-container .float-element {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.floating-container .float-element .material-icons {
    vertical-align: middle;
    font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
    background: #42a5f5;
    box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.floating-container .float-element:nth-child(2) {
    background: #4caf50;
    box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
    background: #ff9800;
    box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}*/

.floating-container {
    position: fixed;
    z-index: 999999;
    width: 100px;
    bottom: 0;
    right: 0;
    margin: 35px 25px;
    display: flex;
    flex-direction: column-reverse; /* Elemen akan muncul dari bawah ke atas */
    align-items: center;
}

/* WhatsApp harus selalu muncul */
.floating-container .element-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Jarak antar ikon otomatis */
}

/* WhatsApp default terlihat */
.floating-container .float-element.whatsapp {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Elemen lainnya disembunyikan kecuali saat hover */
.floating-container .float-element:not(.whatsapp) {
    opacity: 0;
    transform: translateY(20px); /* Awalnya sedikit ke bawah */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Saat hover, elemen muncul secara otomatis di atas WhatsApp */
.floating-container:hover .float-element:not(.whatsapp) {
    opacity: 1;
    transform: translateY(0);
}

/* Floating Button */
.floating-container .floating-button {
    position: relative;
  	margin-top: 10px;
    width: 65px;
    height: 65px;
    background: #908c13;
    border-radius: 50%;
    color: white;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
    cursor: pointer;
    transition: all 0.3s;
}

/* Style untuk elemen */
.floating-container .float-element {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* WhatsApp selalu muncul */
.floating-container .float-element.whatsapp {
    background: #25D366 !important;
    box-shadow: 0 10px 20px -10px rgba(37, 211, 102, 0.5);
}

/* Child lainnya tetap disembunyikan sampai hover */
.floating-container .float-element:nth-child(1) {
    background: #42a5f5;
    box-shadow: 0 10px 20px -10px rgba(66, 165, 245, 0.5);
}

.floating-container .float-element:nth-child(2) {
    background: #4caf50;
    box-shadow: 0 10px 20px -10px rgba(76, 175, 80, 0.5);
}



.btn-info {
    background-color: #00b2b2 !important;
    border-color: #00b2b2 !important;
}

.btn-outline-info {
    /* background-color: #00b2b2 !important; */
    color: #00b2b2 !important;
    border-color: #00b2b2 !important;
}

.deskrip_solution {
    font-size: 16px !important;
    font-family: "Maven Pro", sans-serif !important;
    color: #000000a6;
}

.call_our_expert {
    border-color: #ff4713 !important;
    /* color: #ff4713 !important; */
}

#solution1 {
    font-size: 18px !important;
    font-family: "Maven Pro", sans-serif !important;
    color: #908b1c;
    /* margin-right: 5px !important;
    flex-wrap: nowrap !important; */
}
#service {
    font-size: 18px !important;
    font-family: "Maven Pro", sans-serif !important;
    color: #908b1c;
    /* margin-right: 5px !important;
    flex-wrap: nowrap !important; */
}
#about {
    font-size: 18px !important;
    font-family: "Maven Pro", sans-serif !important;
    color: #908b1c;
    /* margin-right: 5px !important;
    flex-wrap: nowrap !important; */
}

.solution-text {
    font-size: 48px !important;
    font-family: "Maven Pro", sans-serif !important;
    color: #3d4543 !important;
    border-width: 1px !important;
}

.menulist-solutions {
    width: 250px;
    margin: 0;
    padding: 10px;
    list-style-type: none;
    overflow: auto;
    float: left;
}
.menulist-services {
    /* width: 290px;
    margin: 0;
    padding: 10px;
    list-style-type: none;
    overflow: auto;
    float: left; */
    list-style-type: none;
    float: left;
    color: #00335275;
    fill: #00335275;
    padding-left: 0px;
    padding-right: 30px;
}
.menulist-about {
    /* width: 150px;
    margin: 0;
    padding: 13px 0px;
    overflow: auto; */
    list-style-type: none;
    float: left;
    color: #00335275;
    fill: #00335275;
    padding-left: 0px;
    padding-right: 30px;
}
.menulist-career {
    list-style-type: none;
    float: left;
    color: #00335275;
    fill: #00335275;
    padding-left: 0px;
    padding-right: 30px;
}

.border_menulist-solutions {
    border-color: #908b1c;
    border-style: solid;
    /*border-width: 2px;*/
}
.border_menulist-about {
    border-color: #908b1c;
    border-style: solid;
    /*border-width: 2px;*/
}

.timeline_services {
    font-size: 24px;
    color: #00b2b2;
    margin-bottom: 4px;
    padding: 0px 65px 0px 0px;
    font-family: "Arial", "Helvetica", sans-serif !important;
    /*font-family: "Maven Pro", sans-serif !important;*/
}
.timeline_about {
    font-size: 24px;
    color: #00b2b2;
    margin-bottom: 4px;
    font-family: "Maven Pro", sans-serif !important;
}

.service_homapage {
    color: #003352 !important;
    font-size: 48px !important;
    font-family: "Maven Pro", "Helvetica", "Arial", "sans-serif" !important;
}

.sub_service_homepage {
    color: #003352 !important;
    font-size: 16px !important;
    font-family: "Maven Pro", sans-serif !important;
    padding: 0px 0px 10px;
}

.text_foot {
    font-family: "Maven Pro", sans-serif !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.company_text_foot {
    font-family: "Maven Pro", sans-serif !important;
    color: #ffffff !important;
    font-size: 14px !important;
}

.btn_sosmed {
    font-family: "Maven Pro", sans-serif !important;
    border-radius: 50% !important;
    padding: 5px !important;
    height: 50px;
    width: 50px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    background-color: #908b1c !important;
    border-color: #908b1c !important;
}

.text-followus {
    font-family: "Maven Pro", sans-serif !important;
    font-size: 13.68px;
    color: #ffffff;
}

.text_copyright {
    font-family: "Maven Pro", sans-serif !important;
    font-size: 10px;
    color: #ffffff;
}

.foot_landipage {
    /* background: #003352;
    width: max-content; */
    background: linear-gradient(60deg, #00b2b2 0%, #00c058 95%);
}

.select_filter_categori {
    margin-top: 170px;
}

/* styling navbar ---------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

/* .navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
} */

.navbar {
    display: flex;
    align-items: center;
    /* height: 100px; */
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    /* position: fixed; */
    /* width: 100%; */
    background: #003352;
    color: #000;
    /* opacity: 0.85; */
    /* height: 10%; */
    /* z-index: 12; */
    padding: 0;
}

/* .navbar.navbar-brand {
    padding: 0px;
    margin: 0px;
} */

.navbar-container {
    display: flex;
    justify-content: space-between;
    /* height: 64px; */
    align-items: center;
}

.img-logo-nav img {
    width: 110px;
    height: 110px;
}

.navbar-bg-blue .contact-nav {
    color: #fff;
}

.menu-items {
    order: 2;
    display: flex;
}

.menu-items li {
    list-style: none;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.menu-items a {
    text-decoration: none;
    color: #003352;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
    color: #117964;
    transition: color 0.3s ease-in-out;
}

.logo {
    order: 1;
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
}
.text-nav {
    display: none;
}

.menu-mobile {
    display: none;
}

.menu-toggle {
    display: none;
}

.logo-nav-sidebar {
    display: none;
}

.logo-company-banner {
    display: none;
}

/* *content and CTA in banner */
.container-banner {
    position: relative;
}
.content-banner {
    margin: auto;
    position: absolute;
    width: 25%;
    bottom: 50%;
    right: 0;
    transform: translate(0, 50%);
    /* background-color: orange !important; */
    padding: 12px 36px;
    z-index: 1;
}

.text-content {
    padding-bottom: 16px;
}

.btn-cta {
    display: flex;
}

.btn-banner:link,
.btn-banner:visited {
    padding: 10px 25px;
    color: #fff;
    background-color: #ff4713;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.5s ease;
}

.btn-banner:hover {
    background-color: transparent !important;
    color: #ff4713 !important;
    box-shadow: inset 0 0 0 2px #ff4713;
}

.btn-iso:link,
.btn-iso:visited {
    padding: 10px 25px;
    color: #fff;
    background-color: #ff4713;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.5s ease;
}

.btn-iso:hover {
    background-color: transparent !important;
    color: #ff4713 !important;
    box-shadow: inset 0 0 0 2px #ff4713;
}

#bnt-contact {
    color: #fff;
    background-color: #ff4713;
}

#bnt-contact:hover {
    background-color: transparent !important;
    color: #ff4713 !important;
    box-shadow: inset 0 0 0 2px #ff4713;
}

.btn-dangerCus:link,
.btn-dangerCus:visited {
    padding: 12px 32px;
    color: #ff4713;
    background-color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 2px #ff4713;
}

.btn-dangerCus:hover {
    background-color: #ff4713 !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 2px #ff4713;
}

.btn-dangerCus:hover {
    background-color: #ff4713 !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 2px #ff4713;
}
.btn-dangeryt:link,
.btn-dangeryt:visited {
    padding: 9px 30px;
    color: #ff4713;
    background-color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 2px #ff4713;
}

.btn-Categorie:link,
.btn-Categorie:visited {
      margin-bottom: 10px !important;
    padding: 5px 10px;
    /*width: 100% !important;*/
    color: #00b2b2;
    background-color: #fff;
    text-decoration: none;
    border-radius: 8px;
    /*text-transform: uppercase;*/
    font-size: 14px;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 2px #00b2b2;
}

.btn-Categorie-active:link,
.btn-Categorie-active:visited {
    margin-bottom: 10px !important;
    padding: 5px 10px;
    color: #fff;
    background-color: #00b2b2;
    text-decoration: none;
    border-radius: 8px;
    /*text-transform: uppercase;*/
    font-size: 14px;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 2px #00b2b2;
}

.btn-achivement:link,
.btn-achivement:visited {
    margin-right: 15px !important;
    padding: 10px 10px;
    width: 100% !important;
    color: #00b2b2;
    background-color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 2px #00b2b2;
}

.btn-achivement-active:link,
.btn-achivement-active:visited {
    margin-right: 15px;
    padding: 10px 10px;
    color: #fff;
    background-color: #00b2b2;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 2px #00b2b2;
}

.swipper-banner{
    color: #908c13;
}


.footer-nav {
    display: none;
}

/* * accordion disabled in desktop */
.accordion {
    display: none;
    visibility: hidden;
}

/* * navbar menu disabled mobile */
.menu-nav-mobile {
    display: none;
}

.list-nav-mobile {
    display: none;
}

.title_mobile {
    display: none;
}

.btn_mobile {
    display: none !important;
}

.product_mobile {
    display: none;
}

/* ......../ media query /.......... */

@media (max-width: 1100px) {
    .title_desktop {
        display: none !important;
    }

    .title_mobile {
        display: block !important;
        margin-bottom: 20px !important;
    }
    
    #img_sofwaredevelopment {
        max-width: 100% !important;
    }
    
    #img_background {
        max-width: 100% !important;
    }
   .row-menulist {
        display: none;
    }

    .accordion {
        display: block;
        visibility: visible;
        margin-bottom: 30px;
    }

    .accordion-button {
        border: 2px solid #908c13;
        background-color: #fff !important;
        color: #908c13 !important;
        font-size: 18px !important;
    }

    .accordion-button:focus {
        border: 2px solid #908c13;
        box-shadow: 0 0 0 0.25rem rgba(144, 140, 19, 0.565);
    }

    /* * accordion body */

    .accordion-body {
        padding: 16px 5px;
    }
    .menu-list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .menu-list-item {
        padding: 8px 5px;
        border-bottom: 1px solid #908c135f;
    }

    .list-item:link,
    .list-item:visited {
        text-decoration: none;
        color: #908c13;
    }

    .list-item.text-active {
        color: #00b2b2;
    }
    
}

@media (max-width: 1015px) {
    
    .btn-dangerCus:link,
    .btn-dangerCus:visited {
        padding: 12px 32px;
        color: #ff4713;
        background-color: #fff;
        text-decoration: none;
        text-align: center !important;
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 18px;
        transition: all 0.5s ease;
        box-shadow: inset 0 0 0 2px #ff4713;
    }

    .btn-dangerCus:hover {
        background-color: #ff4713 !important;
        color: #fff !important;
        box-shadow: inset 0 0 0 2px #ff4713;
    }
    
    #btn_desktop {
        display: none !important;
    }

    .btn_mobile {
        display: block !important;
    }

    .img-logo-nav img {
        width: 90px;
        height: 90px;
    }
    .text-milestone {
        margin-left: 0px !important;
    }
}

@media (max-width: 1284px) {
    .detail_prod_mobile {
        max-width: 100% !important;
    }
}
/*@media (max-width: 992px) {*/
@media (max-width: 1200px) {
    /* .navbar {
        margin-bottom: 30px;
    } */
    
    #footeer_mobile {
        min-height: 180px !important;
    }
    
    .content-banner {
        display: none !important;
    }

    .navbar-container {
        margin: 0;
    }

    /* * humberger menu */
    .menu-toggle {
        display: flex;
        align-self: center;
        flex-direction: column;
        justify-content: space-between;
        height: 20px;
        position: relative;
        z-index: 3;
        order: 1 !important;
    }
    .menu-toggle span {
        display: block;
        width: 28px;
        height: 3px;
        background-color: #00b2b2;
        border-radius: 3px;
        transition: all 0.5s;
    }

    /* humberger menu togle on/off */
    .menu-toggle input {
        opacity: 0;
        position: absolute;
        width: 55px;
        height: 28px;
        left: -13px;
        top: -4px;
        cursor: pointer;
        z-index: 1;
    }
    /* animation humberger menu */
    .menu-toggle span:nth-child(2) {
        transform-origin: 0 0;
    }

    .menu-toggle span:nth-child(4) {
        transform-origin: 0 100%;
    }
    /* ketika input di check, cari saudaranya (dibawahnya)
  yang merupakan span anak ke 2*/
    .menu-toggle input:checked ~ span:nth-child(2) {
        transform: rotate(45deg) translate(-1px, -1px);
        background-color: #00b2b2;
    }
    .menu-toggle input:checked ~ span:nth-child(4) {
        transform: rotate(-45deg) translate(-1px, 0);
        background-color: #00b2b2;
    }
    .menu-toggle input:checked ~ span:nth-child(3) {
        transform: scale(0);
        opacity: 0;
    }

    /* *nav mobile sidebar */

    .bg-white {
        background-color: #003352 !important;
    }

    .img-logo-nav {
        /* display: none; */
        margin-left: 10px;
    }

    #text-logo {
        display: none;
    }

    .text-nav {
        display: flex;
        font-size: 18px;
        color: #fff;
    }

    .text-nav p {
        margin: auto;
    }

    .menu-items a {
        color: #fff;
    }

    .nav-open .menu-items {
        opacity: 1;
        visibility: visible;
    }

    .menu-items {
        position: fixed;
        padding-top: 50px;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        top: 0;
        left: 0;
        padding-left: 0;
        background-color: #003352b2;
        backdrop-filter: blur(15px);
        height: 100vh;
        width: 80%;
        transform: translateX(-100%);
        transition: all 0.5s ease-in-out;
        overflow-y: auto;
        z-index: 2;
        /* visibility: hidden; */
    }

    /* *logo sidebar navbar */
    .logo-nav-sidebar {
        /* padding-top: 100px; */
        display: flex;
        align-items: center;
        column-gap: 5px;
        padding-left: 24px !important;
        padding-bottom: 30px;
    }
    .logo-nav-sidebar img {
        /* height: 120px; */
        width: 100px;
        height: 100px;
    }
    .logo-nav-sidebar img:nth-child(2) {
        width: 100px;
        height: 100px;
    }

    /* * open navbar mobile */
    .open-nav {
        transform: translateX(0);
    }

    .menu-button {
        display: flex;
        column-gap: 10px;
    }

    .menu-mobile {
        display: block;
        list-style: none;
    }
    .menu-mobile a.contact-link {
        color: #fff;
        font-size: 18px;
    }

    .search-link i {
        font-size: 40px !important;
    }
    .search-none {
        display: none;
    }

    /*  *logo company di banner */
    .logo-company-banner {
        display: block;
    }
    .logo-company-banner img {
        width: 10%;
    }

    /* *content and button cta in banner */
    .content-banner {
        position: unset;
        width: 80%;
        padding: 12px 0;
        margin-top: -60px;
        margin-bottom: 100px;
    }

    .btn-banner:link,
    .btn-banner:visited {
        margin-left: auto;
    }

    /* * footer navbar & logo social media */
    .footer-nav {
        display: block;
        padding-left: 24px;
        margin-top: 24px;
        color: #fff;
        font-size: 12px;
    }
    .icon-social-box {
        display: flex;
        gap: 8px;
        margin-bottom: 12px;
    }
    .social-icon {
        width: 40px;
    }

    /* * navbar dropdown mobile version */
    .menu-nav-desktop {
        display: none;
    }

    .menu-nav-mobile {
        display: block;
    }
}

@media (max-width: 992px) {
    #solutionService_img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto;
    }
    
    .col-mobile {
        padding: 20px !important;
    }
}

@media (max-width: 768px) {
    
    .solutionService_img {
        float: left !important;
        margin: 5px !important;
    }
    
    .carousel-caption {
        bottom: 0rem !important;
        padding-bottom: 1rem !important;
    }
    
    .product_mobile {
        display: block !important;
        margin-left: 5% !important;
    }

    .product_desktop {
        display: none !important;
    }

    
    .text-banner {
        text-shadow: -1px 0 black, 0 0px black, 0px 0 black, 0 -1px black;
        /* -webkit-text-stroke: 2px blue; */
        font-family: "Maven Pro", "Helvetica", "sans-serif" !important;
        color: #fff;
        font-size: 12px !important;
        font-weight: bold;
        margin-bottom: 0px !important;
    }

    .btn-banner:link,
    .btn-banner:visited {
        padding: 5px 5px !important;
        color: #fff;
        background-color: #ff4713;
        text-decoration: none;
        border-radius: 8px;
        text-transform: uppercase;
        font-size: 8px !important;
        transition: all 0.5s ease;
    }

    .btn-banner:hover {
        background-color: transparent !important;
        color: #ff4713 !important;
        box-shadow: inset 0 0 0 2px #ff4713;
    }
    
    
    .title_desktop {
        display: none !important;
    }

    .title_mobile {
        display: block !important;
        margin-bottom: 20px !important;
    }
    
    .detail_text {
        font-size: 25px !important;
        margin-bottom: 5px;
    }
    /* TODO: About */

    /* * menu lists */

    .row-menulist {
        display: none;
    }

    .accordion {
        display: block;
        visibility: visible;
        margin-bottom: 30px;
    }

    .accordion-button {
        border: 2px solid #908c13;
        background-color: #fff !important;
        color: #908c13 !important;
        font-size: 18px !important;
    }

    .accordion-button:focus {
        border: 2px solid #908c13;
        box-shadow: 0 0 0 0.25rem rgba(144, 140, 19, 0.565);
    }

    /* * accordion body */

    .accordion-body {
        padding: 16px 5px;
    }
    .menu-list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .menu-list-item {
        padding: 8px 5px;
        border-bottom: 1px solid #908c135f;
    }

    .list-item:link,
    .list-item:visited {
        text-decoration: none;
        color: #908c13;
    }

    .list-item.text-active {
        color: #00b2b2;
    }
}

@media (max-width: 575px) {
    
    .title_desktop {
        display: none !important;
    }

    .title_mobile {
        display: block !important;
        margin-bottom: 20px !important;
    }
    
    .img-logo-nav img {
        /* display: none; */
        width: 60px;
        height: 60px;
    }
    
    .detail_text {
        font-size: 20px !important;
        margin-bottom: 5px;
    }
    
    .service_homapage {
        font-size: 30px !important;
        font-family: "Maven Pro", sans-serif !important;
        /* margin-bottom: 5px; */
    }


    .text-nav {
        display: flex;
        font-size: 12px;
        color: #fff;
    }

    .text-nav p {
        margin: auto;
    }

    .menu-mobile a.contact-link {
        font-size: 12px;
    }

    .search-link i {
        font-size: 25px !important;
    }

    .contact-img-link {
        height: 20px;
    }

    /* *content and button cta in banner */

    .content-banner {
        margin-bottom: 130px;
        width: 100%;
    }

    .btn-banner:link,
    .btn-banner:visited {
        padding: 10px 24px;
        font-size: 16px;
    }
}

/* css timeline--------------------------------------------------------------------- */
.tl-item .avatar {
    z-index: 2;
}

.circle {
    border-radius: 500px;
}

.gd-warning {
    color: #fff;
    border: none;
    background: #f4c414 linear-gradient(45deg, #f4c414, #f45414);
}

.timeline {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
    padding: 0;
    margin: 0;
}

.p-4 {
    padding: 1.5rem !important;
}

.block,
.card {
    background: #fff;
    border-width: 1;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.tl-item {
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

.tl-item > * {
    padding: 10px;
    margin-top: -0;
}

.tl-item .avatar {
    z-index: 2;
}

.tl-item:last-child .tl-dot:after {
    display: none;
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-item:last-child .tl-dot:after {
    display: none;
}

.tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
}

.tl-dot:after,
.tl-dot:before {
    content: "";
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

tl-item.active .tl-dot:before {
    border-color: #448bff;
    box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
}

.tl-dot {
    position: relative;
    border-color: rgba(160, 175, 185, 0.15);
}

.tl-dot:after,
.tl-dot:before {
    content: "";
    position: absolute;
    border-color: inherit;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.tl-dot:after {
    width: 0;
    height: auto;
    top: 25px;
    bottom: -15px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

.tl-content p:last-child {
    margin-bottom: 0;
}

.tl-date {
    font-size: 15px;
    margin-top: 2px;
    min-width: 100px;
    max-width: 100%;
}

.avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15);
}

.b-warning {
    border-color: #00b2b2 !important;
}

.b-primary {
    border-color: #00b2b2 !important;
}

.b-danger {
    border-color: #00b2b2 !important;
}

.text-timeline {
    color: #00b2b2 !important;
    font-size: 16px;
    font-family: "Maven Pro", sans-serif !important;
}

.btn-patner {
    color: #00c058 !important;
}

.swiper_wrappartner {
    height: 100%;
    width: 90%;
    position: relative;
    display: block;
    text-align: left;
}
.swiper_wrapclient {
    height: 100%;
    width: 90%;
    position: relative;
    display: block;
    text-align: left;
}

.swiper_wrappartner > .swiper-button-next {
    margin-top: 0px !important;
    position: absolute !important;
    top: 50% !important;
    right: -6% !important;
    width: 30px !important;
    height: 30px !important;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #00b2b2;
    color: #fff !important;
    font-weight: bold !important;
}
.swiper_wrappartner > .swiper-button-next::after {
    font-size: 15px !important;
}
.swiper_wrappartner > .swiper-button-prev {
    position: absolute;
    top: 50% !important;
    left: -6% !important;
    width: 30px !important;
    height: 30px !important;
    transform: translateY(-50%);
    margin-top: 0px;
    border-radius: 50%;
    background-color: #00b2b2;
    color: #fff !important;
    font-weight: bold !important;
}

.swiper_wrappartner > .swiper-button-prev::after {
    font-size: 15px !important;
}

.swiper_wrapclient > .swiper-button-nextclient {
    margin-top: 0px !important;
    position: absolute !important;
    top: 50% !important;
    right: -6% !important;
    width: 30px !important;
    height: 30px !important;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #00c058;
    color: #fff !important;
    font-weight: bold !important;
}
.swiper_wrapclient > .swiper-button-nextclient::after {
    font-size: 15px !important;
}
.swiper_wrapclient > .swiper-button-prevclient {
    position: absolute;
    top: 50% !important;
    left: -6% !important;
    width: 30px !important;
    height: 30px !important;
    transform: translateY(-50%);
    margin-top: 0px;
    border-radius: 50%;
    background-color: #00c058;
    color: #fff !important;
    font-weight: bold !important;
}

.swiper_wrapclient > .swiper-button-prevclient::after {
    font-size: 15px !important;
}


/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.text-banner {
    text-shadow: -1px 0 black, 0 0px black, 0px 0 black, 0 -1px black;
    /* -webkit-text-stroke: 2px blue; */
    font-family: "Maven Pro", "Helvetica", "sans-serif" !important;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 4px;
}

.btn-content-banner:link,
.btn-content-banner:visited {
    padding: 5px 20px;
    color: #fff;
    background-color: #ff4713;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 5%;
    transition: all 0.5s ease;
}

.btn-content-banner:hover {
    background-color: transparent !important;
    color: #ff4713 !important;
    box-shadow: inset 0 0 0 2px #ff4713;
}

/* .carousel-caption {
    margin-bottom: 10%;
} */

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    background-color: #908c13 !important;
}

/* .swiper-banner {
    overflow: visible;
} */
.swiper-pagination {
    position: absolute !important;
    bottom: -90px !important;
}

.titil_sup_product {
    color: #908c13;
    font-family: "Maven Pro", "Helvetica", "Arial", "sans-serif" !important;
    font-size: 20px !important;
}

.content_sub {
    color: #3a3a3a;
    font-family: "Maven Pro", "Helvetica", "Arial", "sans-serif" !important;
    font-size: 15px !important;
}

.nav_active_product {
    color: #908c13 !important;
}

.nav_active_success_story {
    color: #908c13 !important;
}

.nav_active_contact {
    color: #908c13 !important;
}

/*support google chrome*/
.cv1::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv2::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv3::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv4::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv5::-webkit-input-placeholder {
    color: #00b2b2;
}

/*support mozilla*/
.cv2:-moz-input-placeholder {
    color: #00b2b2;
}
.cv1::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv2::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv3::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv4::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv5::-webkit-input-placeholder {
    color: #00b2b2;
}
/*support internet explorer*/
.cv1:-ms-input-placeholder {
    color: #00b2b2;
}
.cv1::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv2::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv3::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv4::-webkit-input-placeholder {
    color: #00b2b2;
}
.cv5::-webkit-input-placeholder {
    color: #00b2b2;
}




