
a.text-primary {
    color: #007bff !important;
}


a.text-primary:hover {
    text-decoration: none;
    color: white !important;
}

.container#about-us {
    min-height: 630px; padding-left: 4rem; padding-right: 0rem;
}
 

.dropdown-btn.w3-button.active {
    color: #007bff;
    font-weight: bold;
}
.dropdown-container {
    display: none;
    background-color: white;
    margin-right: 1rem;
}

.w3-sidebar {
    height: 1080;
    width: 200px;
    background-color: #fff;
    position: absolute !important;
    z-index: 1;
    overflow: auto;
}

.container#banner-about {
    max-width: 1920px;
    height: 540px;
    background-position-y: -15vw; /*-7vw*/
    background-position-x: 80%;
    background-image: url('img/bg-about.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.container#banner-about
.container {
    max-width: 1440px; padding: 5rem 0rem 0rem 6rem;
}

/*CEO MESSAGE*/
.container#ceo-message {
    background-image: url('img/CEO-BG.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 691px;
    padding-left: 4rem;
}

.card-deck#ceo {
    height: 100%;
}

/*.card-deck#ceo p, .card-deck#ceo h6 {
    font-size: 21px;
}*/

img#pak-markus {
    position: absolute;
    right: 0rem;
    bottom: 0px;
    width: 55%;
}

/*COMPANY PROFILE*/
.container#CP {
    background-image: url('img/CP-BG.jpg');
    display: block;
    height: fit-content;
    padding-left: 3rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.container#BO {
    background-image: url('img/BO-BG.jpg');
    display: block;
    height: fit-content;
    padding-left: 3rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    height: 691px;
}

.card#CP {
    background-color: transparent;
}

h6#CP {
    margin-bottom: 2px;
}

p#CP {
    margin-bottom: 1px;
}

.card#CP2 {
    background-color: transparent;
    margin-left: auto;
    max-width: 45%;
}

.container#milestone {
    padding: 0px;
    position: relative;
    text-align: center;
}

img#milestone-mob {
    display: none;
}

img#fac, img#proc {
    -webkit-box-shadow: 3px 3px 10px 3px rgba(204,204,204,1);
-moz-box-shadow: 3px 3px 10px 3px rgba(204,204,204,1);
box-shadow: 3px 3px 10px 3px rgba(204,204,204,1);
}


.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    margin-top: 2rem;
    margin-left: 2rem;
}

/*Visi Misi*/
.container#visi-misi {
    background-image: url('img/visi-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    height: 691px;
    padding-top: 10%;
}
.card-group#visi-misi {
    padding: 2rem;
}
.card-group#visi-misi
.card#visi {
    max-width: 40%;
}
.card-group#visi-misi
.card#misi {
    max-width: 50%;
    float: right;
    text-align: right;
    align-items: flex-end;
    margin-left: auto;
}


/*shareholders & Structure*/
.container#shareholder {
    padding: 0px;
    position: relative;
    height: 691px;
    background-image: url('img/Shareholders-bg.jpg');
    background-size: cover;
}
.top-right#shareholder {
    position: absolute;
    top: 8px;
    right: 16px;
    margin-top: 1rem;
    margin-right: 1rem;
    float: right;
}
.container#shareholder-mob {
    display: none;
}
img#img-share {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*manajemen*/
.container#manajemen {
    text-align: center;
    background-image: url('img/manajemen.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding-top: 18rem;
    padding-bottom: 6rem;
    height: 691px;
}
button.btn-outline-primary#manajemen {
    margin-top: 1rem;
    border-radius: 8px;
    border-width: 2px
}

/*------------- Under 14" ------------------*/
@media (max-width: 1280px) {
    .container#about-us {
    padding-left: 2rem; padding-right: 0rem;
    }
}


/*------ Tablet Kebawah ------*/
@media (max-width: 991.98px) {

    p {
        font-size: 14px;
    }
    h2 {
        font-size: 26px;
    }
    h6 {
        font-size: 14px;
    }

    /*.card-deck#ceo p, .card-deck#ceo h6 {
        font-size: 19px !important;
    }*/

    img#pak-markus {
        width: 70%;

    }

    img#struktur {
     width: 100% !important;
    }

    .container#about-us {
    padding-left: 2rem; padding-right: 0rem;
    }

    .card#CP2 {
        margin-left: 10px !important;
    }

    /*milestone*/
    .top-left {
        margin: 1rem 0rem 0rem 0rem;
    }

    /*Visi Misi*/
    .card-group#visi-misi {
        padding: 2rem 0rem 2rem 0rem;
    }

    /*Shareholder*/
    .top-right#shareholder {
        margin: 1rem 0rem 0rem 0rem;
    }   


}


/*------------ dibawah 768px -------------*/
@media (max-width: 767px) {

    p {
        font-size: 13px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    h6 {
        font-size: 13px !important;
    }



    .w3-sidebar {
        width: 130px !important;
    }
    

    div#isi-about-us {
        margin-left: 130px !important;
    }

    .container#about-us {
        padding-left: 1rem;
        padding-right: 0rem;
    }

    p {
        font-size: 12px;
    }
    h2 {
        font-size: 24px;
    }
    h6 {
        font-size: 12px;
    }


    img#pak-markus {
        width: 70%;

    }

    h2#judul {
        text-align: left !important;

    }


    /*Company Profile*/

    .container#CP {
        background-image: url('img/CP-BG.jpg');
        display: block;
        height: auto;
        padding-left: 1rem;
        padding-top: 3rem;
    }

    .container#BO {
        background-image: url('img/BO-BG.jpg');
        display: block;
        height: auto;
        padding-left: 1rem;
        padding-top: 3rem;
    }


    .card-group#CP {
        display: inline;
    }

    .card#CP {
        margin-bottom: 0px;
    }
    .card#CP2 {
        margin: 0px !important;
        max-width: 90% !important;
    }
    h2#judul-cp2 {
        display: none !important;
    }
    br#CP2 {
        display: none !important;
    }
    hr#CP2 {
        display: none !important;
    }
    button.btn.btn-outline-light#CP {
        margin-bottom: 1rem;
    }

    img#img-share {
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}



/*------------------------ HP -----------------------------*/
@media (max-width: 575px) {

    .container#banner-about
    .container {
    max-width: 1440px; padding: 5rem 1rem 0rem 2rem;
    }

    .dropdown-container {
        margin-left: 1rem !important;
        margin-right: 0px !important;
    }

    img#img-share {
        width: 90%;
    }
    .w3-bar-block .w3-bar-item {
        text-align: left !important;
    }

    .w3-black {
        display: contents;
    }

    div#isi-about-us {
        margin-left: 0px !important;
    }
    .container#ceo-message {
        padding-left: 2rem;
    }
    .container#about-us {
    padding: 0rem !important;
    }

    .w3-container, .w3-panel {
        margin-top: 1rem;
        padding: 0px !important;
    }
    h2#judul {
        margin-left: 5px;
        text-align: left !important;

    }

    img#pak-markus {
        width: 90%;

    }

    /*Visi Misi*/
    .card-group#visi-misi {
        padding: 1rem 0rem 1rem 0rem;
        text-align: -webkit-center;
    }
    .card-group#visi-misi
    .card {
        max-width: 90% !important;
        text-align: center !important;
        align-items: center !important;
        margin: 0px !important;
        float: none !important;
    }


    /*Shareholder*/
    .top-right#shareholder {
        margin: 0px 0rem 0rem 0rem;
    }


}
/*-----------------------------------------------------*/
@media (max-width: 460px) {
    img#milestone-dekstop, br#milestone {
        display: none;
    }
    img#milestone-mob {
        display: block;
    }
}


/* STYLE COMPANY PROFILE*/

/*customer*/

.container#cust-mobile {

    display: none;

}



/*proses produksi*/

.card-group#proc {

    place-content: center;

}



.card#proc {

    min-width: 240px;

    max-width: 280px;

    margin-top: 1rem;

    align-items: center;

    align-self: center;

}

img#proc {

    transition: ease-in 0.3s;

}

img#proc:hover {

    transform: scale(1.1) !important;

    position: relative;

}



/*Quality Assurance*/

    .card#QA {

        min-width: 185px !important;

        max-width: 200px;

    }



/*------------- Under 14" ------------------*/

@media (max-width: 1280px) {

    .container#cp {

        padding-left: 2rem;

        padding-right: 0rem;

    }

}





/*------ Tablet Kebawah ------*/

@media (max-width: 991.98px) {



    p {

        font-size: 14px;

    }



    h2 {

        font-size: 26px;

    }



    h6 {

        font-size: 14px;

    }





    .container#cp {

        padding-left: 2rem;

        padding-right: 0rem;

    }





}





/*------------ dibawah 768px -------------*/

@media (max-width: 767px) {



    p {

        font-size: 13px !important;

    }



    h2 {

        font-size: 24px !important;

    }

    h5 {

        font-size: 16px;

    }



    h6 {

        font-size: 13px !important;

    }



    .w3-sidebar {

        width: 130px !important;

    }





    div#isi-cp {

        margin-left: 130px !important;

    }



    .container#cp {

        padding-left: 1rem;

        padding-right: 0rem;

    }



    h2#judul {

        text-align: left !important;



    }





}

/*-------------------- Khusus -----------------*/

@media (max-width: 767px) and (min-width: 576px) {



    /*Facility*/

    .w3-quarter {

        width: 30% !important;

    }

}



/*------------------------ HP -----------------------------*/

@media (max-width: 575px) {



    .container {

        padding: 0rem;

    }

    .container#banner-about {
        background-position-y: -60vw !important;
        background-position-x: 75% !important;
    }

    .w3-bar-block .w3-bar-item {

        text-align: left !important;

    }



    .w3-black {

        display: contents;

    }



    div#isi-cp {

        margin-left: 0px !important;

    }



    .container#cp {

        padding: 0rem !important;

    }



    .w3-container,

    .w3-panel {

        margin-top: 1rem;

        padding: 0px !important;

    }



    h2#judul {

        margin-left: 5px;

        text-align: left !important;



    }



    /*Customers*/

    .container#customers {

        display: none;

    }



    .container#cust-mobile {

        padding-top: 1.5rem;

        background-color: #13293d;

        display: block;

    }



    .container#cust-mobile .owl-carousel-1.owl-carousel.owl-theme {

        margin-top: 1rem;

    }



    .container#cust-mobile .owl-carousel-1.owl-carousel.owl-theme .card {

        border-width: 0px;

        background-color: transparent;

        align-items: center;

    }



    .container#cust-mobile .owl-carousel-1.owl-carousel.owl-theme .card img {

        max-height: 120px;

        width: auto;

    }



    /*brand mobile*/





    /*facility*/

    .w3-container#fac {

        text-align: center;



    }

    img#fac {

        width: 65% !important;

    }



    /*Proses prod*/

    .card-group#proc {

        text-align: -webkit-center;

    }



    /*QA*/

    .card#QA {

        align-items: center;

    }



}

