/* Section Banner Tentang */
@media only screen and (max-width: 768px) {
    .icon-parrent {
        width: 50% !important;
        margin-bottom: 20px;
    }
}

.icon-parrent {
    width: 100%;
}

section.banner-tentang {
    background: url(../../files/banner/TENTANG.jpg);
    background-size: 100%;
    border-bottom: 10px solid #2f2f2f;
    height: 14.5vw;
}

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

    section.banner-tentang h3 {
        /* font-size: 26px; */
    }
}

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

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

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.banner-tentang h1 {
        padding-top: 5vw !important;
        font-size: 25px;

    }

    section.banner-tentang h3 {
        font-size: 20px;
    }
}

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

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

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

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

section.banner-tentang h1 {
    color: rgb(0, 0, 0);
    /* text-shadow: 2px 2px 2px #300101; */
    padding-top: 8vw;
}

section.banner-tentang h3 {
    color: rgb(0, 0, 0);
}

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

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

/* Akhir Section Banner Tentang */

/* Section Counter Tentang */
section.counter_tentang {
    padding: 80px 0;
    /* border-bottom: 10px solid rgb(249, 160, 27); */
}

section.counter_tentang .header {
    font-family: LatoBlack;
    margin-bottom: 20px;
}

section.counter_tentang .detail {
    font-family: PoppinRegular;
    font-weight: bold;
    text-align: justify;
}


/* Akhir Section Counter Tentang */

/* Section Counter Tentang */
section.counter_visimisi {
    background: url(../../files/banner/visi.jpg) no-repeat;
    background-size: cover;
    background-position: -110px;
    padding: 80px 0;
    /* border-bottom: 10px solid rgb(249, 160, 27); */
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
    section.counter_visimisi {
        background-position: center;
    }
}

@media only screen and (max-width: 768px) {
    section.counter_visimisi {
        background: #FFA400;
    }
}

section.counter_visimisi .detail {
    font-weight: bold;
    font-family: PoppinRegular;
    text-align: justify;
}

section.counter_visimisi .header {
    font-family: LatoBlack;
    margin-bottom: 20px;
}

/* Akhir Section Counter Tentang */


/* Section Counter Kontak */

section.counter_kontak {
    background-color: #2f2f2f !important;
    background: url('../../files/img/bg-unggulan.png') no-repeat, 100px, 0;
    padding: 80px 0;
    /* border-bottom: 10px solid rgb(249, 160, 27); */
    color: white;
}

section.counter_kontak a {
    color: rgb(249, 160, 27);
}

section.counter_kontak .header {
    font-family: SuezOne;
    margin-bottom: 20px;
}


/* Akhir Section Counter Kontak */

/* Icon Map */
.map {
    position: relative;
    border-top: 10px solid;
    border-image: radial-gradient(#ffa400, rgb(0, 0, 0)) 1;
}

.map .telp i {
    position: relative;
    font-size: 3.3rem;
    line-height: 3rem;
    transition: all .2s;
}

.map .email i {
    position: relative;
    font-size: 3rem;
    line-height: 3rem;
    transition: all .2s;
}

.map .telp {
    position: absolute;
    display: flex;
    color: #000000;
    right: 10px;
    top: 10px;
    width: 3rem;
    height: 3rem;
    text-align: center;
    z-index: 20;
    overflow: hidden;
    transition: all .4s;
}

.map .email {
    position: absolute;
    display: flex;
    color: #000000;
    right: 10px;
    top: 60px;
    width: 3rem;
    height: 3rem;
    text-align: center;
    z-index: 20;
    overflow: hidden;
    transition: all .4s;
}

.map .telp span,
.map .email span {
    line-height: 3rem;
    margin-left: 10px;
}

.map .telp:hover,
.map .email:hover {
    width: 220px;
    border-radius: 10px;
    color: #000000;
    cursor: pointer;
    padding-left: 20px;
    background-color: #ffa400;
}

.map .telp:hover>i,
.map .email:hover>i {
    font-size: 2.3rem;
}

/* Akhir Icon Map */