@media screen and (max-width: 428px) {
    body{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .section-1{
        top: -57px;
    }
    
    .caption-custom{
        position: absolute;
        width: 100%;
        top: 25vh;
        margin: 0 auto;
        text-align: center;
        z-index: 2;
    }
    
    h1{
        font-size: 25px;
    }
    
    p{
        font-size: 17px;
    }
    
    .w-p1{
        width: 90%;
        margin: 50px auto;
    }

    .w-img{
        width: 100%;
        height: 95vh;
        background-size: cover;
    }

    .mobile-page1{
        display: block;
    }

    .desktop-page1{
        display: none;
    }
    
    .btn-orange{
        width: 11%;
        height: 41px;
        padding: 8px 15px;
        margin: 10px 10px;
        background-color: #FF8F00;
        border-radius: 10px;
    }
    
    .btn-putih{
        width: 11%;
        height: 41px;
        padding: 8px 15px;
        margin: 10px 10px;
        border-radius: 10px;
        border: 2px solid white;
    }

    .client{
        width: 80%;
        height: 15vh;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(135, 135, 135, 0.25);
        margin-top: -120px;
        margin-left: 10%;
        position: absolute;
        z-index: 2;
        background-color: white;
    }
    
    .col1-client{
        width: 90%;
        margin-top: 3px;
        margin-left: 5%;
        height: 5vh;
        border-right: none;
        float: left;
    }
    
    .h5-client{
        text-align: center;
        padding: 10px 3px;
        font-size: 14px;
    }
    
    .col2-client{
        width: 90%;
        margin-left: 5%;
        height: 25vh;
        float: left;
    }
    
    .img-marquee{
        display: none;
    }
    
    .img-marquee-mobile{
        display: block;
        width: 100%;
        float: left;
        padding: 5px 5px;
    }

    .company{
        width: 100%;
        display: block;
        overflow: auto;
    }

    .img-company{
        position: relative;
        top: 1px;
    }
    
    .img-company2{
        position: absolute;
        left: 90%;
        margin-top: 40vh;
        width: 10%;
    }
    
    .konten-company{
        width: 100%;
        display: block;
        overflow: auto;
        padding: 3vh 5%;
    }
    
    .sec-id{
        padding: 10px 0px;
        text-align: center;
        border: 2px solid #FF8F00;
        width: 45%;
        margin: 0 auto;
        border-radius: 30px;
        font-size: 15px;
    }
    
    .row-company{
        width: 100%;
        display: block;
        overflow: auto;
        margin-top: 5vh;
    }
    
    .col1-company{
        width: 100%;
        height: 25vh;
        float: none;
    }
    
    .col2-company{
        width: 100%;
        height: auto;
        float: none;
    }
    
    .h3-company{
        width: 100%;
        font-size: 20px;
        line-height: 35px;
        margin-top: 0vh;
    }

    .col1-company p{
        width: 100%;
    }
    
    .p-company{
        font-size: 12px;
        width: 100%;
        text-align: justify;
        margin-bottom: 4vh;
    }
    
    .btn-company{
        padding: 10px 10px;
        border-radius: 10px;
        border: 2px solid #FF8F00;
        font-size: 14px;
    }

    .evolution{
        width: 100%;
        display: block;
        overflow: auto;
        background-color: #E5E9E9;
        margin-top: 5vh;
    }
    
    .konten-evolution{
        width: 100%;
        padding: 10vh 2%;
    }
    
    .h3-evolution{
        font-size: 20px;
        line-height: 35px;
        margin-top: 5vh;
        text-align: center;
    }
    
    .p-evolution{
        width: 80%;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 5vh;
    }
    
    .row-evolution{
        width: 100%;
        margin-top: 5vh;
        height: 70vh;
    }
    
    .col1-evolution{
        background-image: url('../../assets/image/Rectangle 27.png');
        background-size: cover;
        width: 80%;
        height: 50vh;
        float: left;
        margin: 3vh 10%;
        border-radius: 10px;
        box-shadow: inset 0px -100px 10px rgba(0, 0, 0, 0.352);
    }
    
    .col1-evolution:hover{
        box-shadow: inset 0px -400px 10px rgba(0, 0, 0, 0.352);
        transition: 1s;
    }
    
    .col2-evolution:hover{
        box-shadow: inset 0px -400px 10px rgba(0, 0, 0, 0.352);
        transition: 1s;
    }
    
    .col3-evolution:hover{
        box-shadow: inset 0px -400px 10px rgba(0, 0, 0, 0.352);
        transition: 1s;
    }
    
    .col2-evolution{
        background-image: url('../../assets/image/Rectangle 26.png');
        background-size: cover;
        width: 80%;
        height: 50vh;
        float: left;
        margin: 0 10%;
        border-radius: 10px;
        box-shadow: inset 0px -100px 10px rgba(0, 0, 0, 0.352);
    }
    
    .col3-evolution{
        background-image: url('../../assets/image/Rectangle 25.png');
        background-size: cover;
        width: 80%;
        height: 50vh;
        float: left;
        margin: 5vh 10%;
        border-radius: 10px;
        box-shadow: inset 0px -100px 10px rgba(0, 0, 0, 0.352);
    }
    
    .col1-evolution:hover > .h4-evolution{
        margin-top: 15%;
        font-size: 15px;
        padding: 0 20px;
        transition: 1s;
    }
    
    .col1-evolution:hover > .p-col-evolution{
        font-size: 12px;
        display: block;
        height: 75%;
        padding: 0px 20px;
        transition: 1s;
        border-radius: 0 0 10px 10px;
    }
    
    .col2-evolution:hover > .h4-evolution{
        margin-top: 15%;
        font-size: 15px;
        padding: 0 20px;
        transition: 1s;
    }
    
    .col2-evolution:hover > .p-col-evolution{
        font-size: 12px;
        display: block;
        height: 75%;
        padding: 0px 20px;
        transition: 1s;
        border-radius: 0 0 10px 10px;
    }
    
    .col3-evolution:hover > .h4-evolution{
        margin-top: 15%;
        font-size: 15px;
        padding: 0 20px;
        transition: 1s;
    }
    
    .col3-evolution:hover > .p-col-evolution{
        font-size: 12px;
        display: block;
        height: 75%;
        padding: 0px 20px;
        transition: 1s;
        border-radius: 0 0 10px 10px;
    }
    
    .h4-evolution{
        margin-top: 80%;
        font-size: 15px;
        padding: 0 20px;
    }
    
    .p-col-evolution{
        font-size: 12px;
        display: block;
        overflow: hidden;
        height: 40px;
        padding: 0 20px;
    }

    .services{
        width: 100%;
        display: block;
        overflow: auto;
    }
    
    .konten-services{
        width: 100%;
        height: auto;
        padding: 10vh 3%;
        display: block;
        overflow: auto;
    }
    
    .h3-services{
        font-size: 25px;
        line-height: 35px;
        margin-top: 5vh;
        text-align: center;
    }
    
    .p-services{
        width: 40%;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 5vh;
    }
    
    .row-services{
        width: 100%;
        margin-top: 10vh;
        height: auto;
        display: block;
        overflow: auto;
    }
    
    figure {
        width: 80%;
        height: 28vh;
        float: none;
        margin: 3vh auto;
    }
    .thumbnail-services {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 2px 4px 10px rgba(77, 77, 77, 0.623);
    }
    
    .thumbnail-services > img {
        max-width: 100%;
        height: 100%;
        opacity: 1;
        transition: all 0.3s ease;
    }
    
    .thumbnail-services div {
        position: absolute;
        color: #fff;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
        text-align: center;
        font-size: 30px;
        z-index: 2;
        box-shadow: inset 0px -200px 10px rgba(0, 0, 0, 0.253);
        
    }
    
    .thumbnail-services > div p{
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 8vh;
    }
    
    .thumbnail-services > div a{
        width: auto;
        font-size: 12px;
        height: auto;
        padding: 8px 15px;
        margin: 10px 10px;
        border-radius: 10px;
        border: 2px solid white;
    }
    
    .thumbnail-services:hover > img {
        transform: scale(1.2);
        opacity: 1;
    }
    
    .thumbnail-services:hover > div {
        opacity: 1;
    }
    
    .thumbnail-services:hover > div p{
        font-size: 14px;
        transition: 1s;
        color: white;
        opacity: 5;
    }
    .faq{
        width: 100%;
        height: auto;
        display: block;
        overflow: auto;
        background-color: #E5E9E9;
        margin-top: 5vh;
    }
    
    .konten-faq{
        width: 100%;
        padding: 10vh 10%;
        display: block;
        overflow: auto;
        height: auto;
    }
    
    .h3-faq{
        font-size: 20px;
        line-height: 35px;
        margin-top: 5vh;
        text-align: center;
    }
    
    .p-faq{
        width: 80%;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 5vh;
    }
    
    .row-faq{
        width: 90%;
        margin: 5vh auto;
        height: auto;
    
    }
    
    .col-faq{
        width: 100%;
        border-radius: 10px;
    }
    
    .akordion-item{
        background-color: white;
        border-radius: 10px;
        margin: 5px 0px;
        box-shadow: 0px 4px 10px rgba(135, 135, 135, 0.25);
    }
    
    .akordion-button{
        width: 100%;
        height: 7vh;
        margin: 5px 0px;
        border: none;
        background-color: white;
        border-radius: 10px;
    }
    
    .p-faq-item{
        width: 80%;
        font-size: 12px;
        float: left;
        margin: 0px 15px;
        text-align: start;
    }
    
    .accordion-body{
        border-top: 1px solid rgba(142, 142, 142, 0.584); 
        display: block; 
        overflow: auto; 
        height: auto;
    }

    .icon-faq{
        width: 10%; float: right;
        margin-top: 0px;
    }

    .tim{
        width: 100%;
        display: block;
        overflow: auto;
    }
    
    .konten-tim{
        width: 100%;
        height: auto;
        padding: 10vh 10%;
        display: block;
        overflow: auto;
    }
    
    .h3-tim{
        font-size: 20px;
        line-height: 35px;
        margin-top: 5vh;
        text-align: center;
    }
    
    .p-tim{
        width: 80%;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 5vh;
    }
    
    .row-tim{
        width: 100%;
        margin-top: 5vh;
        height: auto;
        display: block;
        overflow: auto;
    }
    
    .col-tim{
        width: 50%;
        height: auto;
        float: left;
        padding: 20px 0px;
    }
    
    .img-tim{
        width: 100px;
        height: 100px;
        border-radius: 50% 50%;
        box-shadow: 0px 0px 15px 1px rgba(132, 132, 132, 0.25);
        margin: 20px auto;
        display: block;
    }
    
    .img-tim:hover{
        box-shadow: 0px 0px 30px 2px rgba(112, 112, 112, 0.25);
        transition: all 0.3s ease;
    }
    
    .p-nama{
        font-size: 13px;
        text-align: center;
    }
    
    .p-posisi{
        font-size: 11px;
        text-align: center;
        margin-top: -10px;
    }
    
    .sosmed-tim{
        display: none;
        width: 80%;
        margin: 0 auto;
        padding: 0 auto;
    }
    
    .img-sosmed-tim{
        width: 12%;
        height: 16px;
        margin: 10px 9%;
    }

    .location{
        width: 100%;
        display: block;
        overflow: auto;
        border-top: 3px solid #e1e5e6;
    }
    
    .konten-location{
        width: 100%;
        height: auto;
        padding: 5vh 3%;
        display: block;
        overflow: auto;
    }
    
    .sec-id-location{
        padding: 10px 10px;
        text-align: center;
        border: 2px solid #FF8F00;
        width: 50%;
        border-radius: 30px;
        font-size: 15px;
    }
    
    .h3-location{
        font-size: 20px;
        line-height: 35px;
        margin-top: 3vh;
        text-align: start;
    }
    
    .p-location{
        width: 90%;
        font-size: 12px;
        text-align: start;
        margin-bottom: 5vh;
    }
    
    .row-location{
        width: 100%;
        margin-top: 10vh;
        height: auto;
        display: block;
        overflow: auto;
    }
    
    .col-location{
        width: 90%;
        margin-left: 5%;
        height: 60vh;
        float: none;
    }
    
    .maps{
        width: 100%;
        height: 40vh;
        border-radius: 10px;
        margin-top: 0vh;
        box-shadow: 0px 4px 10px rgba(134, 134, 134, 0.3);
    }
}