/* Section Banner Karir */

section.banner-karir {
    background: url(../../files/banner/karir-02.jpg);
    background-size: cover;
    border-bottom: 10px solid #2f2f2f;
    height: 14.5vw;
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    section.banner-karir h1 {
        padding-top: 7vw !important;
        font-size: 30px;
    }

    section.banner-karir h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.banner-karir h1 {
        padding-top: 6.5vw !important;
        font-size: 30px;
    }

    section.banner-karir h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.banner-karir h1 {
        padding-top: 3.5vw !important;
    }
}

@media only screen and (max-width: 768px) {
    section.banner-karir {
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        border-bottom: none;
        height: 150px;
    }

    section.banner-karir h1 {
        padding-top: 60px !important;
        font-size: 26px !important;
    }

    section.banner-karir h3 {
        padding-bottom: 0;
        font-size: 20px !important;
    }

    .counter-produk-terbaru .row .col-xs-6 {
        width: 50% !important;
    }
}

section.banner-karir h1 {
    color: rgb(0, 0, 0);
    padding-top: 8vw;
}

section.banner-karir h3 {
    color: rgb(0, 0, 0);
    padding-bottom: 20px;
}

section.banner-karir h3 a {
    color: white;
    text-decoration: none;
    transition: .3s;

}

section.banner-karir h3 a:hover {
    color: rgb(0, 0, 0);
}

/* Akhir Section Banner Karir */



/* Section Counter kegiatan */
section.counter_loker {
    padding: 50px 0;
    min-height: 500px;
    /* border-bottom: 10px solid rgb(249, 160, 27); */
}

section.counter_loker .header {
    font-family: SuezOne;
    margin-bottom: 5px;
}

section.counter_loker .activity-card {
    max-height: 800px;
    margin-bottom: 50px;
    overflow: hidden;
}

section.counter_loker .activity-card h1 {
    font-size: 18px;
    transition: .3s;
}

section.counter_loker .activity-card img {
    width: 100%;
    transform: scale(.9);
    transition: .3s;
    /* animation: scale 2000ms ease-in-out forwards; */
}

section.counter_loker .item-link {
    color: black;
    text-decoration: none;
}

section.counter_loker .item-link:hover>.activity-card .header h1 {
    color: rgb(249, 160, 27);
}

section.counter_loker .image {
    max-height: 720px;
    overflow: hidden;
}

section.counter_loker .item-link:hover>.activity-card img {
    transform: scale(1);
}


/* Akhir Section Counter Kegiatan */

/* Section Scan Me */

section.scan-me {
    margin-top: 20px;
    background-color: rgba(255, 164, 0, 0.2);
    padding: 10px 20px;
    border-left: 5px solid #ffa400;
    font-family: Montbold;
}

section.scan-me h5 {
    font-size: 17px;
    margin-bottom: 4px;
}

section.scan-me .barcode img {
    width: 150px;
}



/* Akhir Section Me */