/*1. section header-top*/
/*2. section menu*/
/*3. katalog*/
/*4. section mobile-menu*/
/*5. banner section*/
/*6. section produk-unggul*/
/*7. section counter_1*/

@font-face {
    font-family: SuezOne;
    src: url(../../files/font/SuezOne-Regular.ttf);
}

@font-face {
    font-family: Oswald;
    src: url(../../files/font/Oswald-Bold.ttf);
}

@font-face {
    font-family: PTSerif;
    src: url(../../files/font/PTSerif-Regular.ttf);
}

@font-face {
    font-family: PoppinBold;
    src: url(../../files/font/Poppins-Bold.ttf);
}

@font-face {
    font-family: PoppinRegular;
    src: url(../../files/font/Poppins-Regular.ttf);
}

@font-face {
    font-family: LatoBlack;
    src: url(../../files/font/Lato-Black.ttf);
}

@font-face {
    font-family: MontBold;
    src: url(../../files/font/Mont-Bold.ttf);
}

@font-face {
    font-family: MontRegular;
    src: url(../../files/font/Mont-Regular.ttf);
}

@font-face {
    font-family: MontHeavy;
    src: url(../../files/font/Mont-Heavy.ttf);
}

/*color section*/
.bg-yellow-dark {
    color: #f9a01b;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../../files/app/loader-1.gif") center no-repeat #ffffff;
}

@media only screen and (max-width: 768px) {
    .se-pre-con {
        display: none;
    }
}

.back-top {
    position: fixed;
    left: 40px;
    bottom: 40px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.45);
    box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.45);
    z-index: 5002;
}

@media only screen and (max-width: 768px) {
    .back-top {
        left: 20px;
        bottom: 20px;
        width: 40px;
    }
}

/*1. section header-top*/
section.header-top {
    position: relative;
    background: #ffa500;
    color: white !important;
    line-height: 40px;
}

section.header-top a {
    color: white !important;
    font-size: 18px;
}

section.header-top .social-item {
    float: right;
}

@media only screen and (max-width: 768px) {
    section.header-top {
        line-height: 30px;
    }

    section.header-top .social-item {
        float: left;
    }
}

/*2. section menu*/
section.menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4999;
    padding-right: 0;
    background: #2F2F2F;
    background-image: url("../../files/img/honeycombregular-hexagon.png");
    -webkit-transition: .4s;
    transition: .4s;
}

section.menu .navbar {
    padding: 10px 0;
}

section.menu .img-brand {
    width: 140px;
    -webkit-transition: .4s;
    transition: .4s;
}

section.menu .list-menu {
    position: relative;
}

section.menu .list-menu ul {
    margin-top: 14px !important;
}

section.menu .list-menu ul li a {
    text-decoration: none;
    padding: 12px;
    font-size: 20px;
    font-family: MontBold;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

section.menu .list-menu ul li a.active {
    color: #f9a01b;
}

section.menu .list-menu ul li a:hover {
    color: #f9a01b;
}

@media only screen and (max-width: 1350px) {
    section.menu .list-menu ul li a {
        padding: 20px 10px !important;
        font-size: 15px !important;
    }
}

section.menu.sticky-menu .img-brand {
    width: 120px;
}

section.menu .search-menu {
    position: absolute;
    right: 0;
    width: 30%;
}

section.menu .search-menu input {
    width: 100%;
    height: 35px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-right: 45px;
    border: none;
    padding-left: 10px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

section.menu .search-menu input:focus {
    -webkit-box-shadow: 0 0 2pt 1pt #ffa400;
    box-shadow: 0 0 2pt 1pt #ffa400;
}

section.menu .search-menu button {
    position: absolute;
    right: 0;
    width: 45px;
    height: 35px;
    outline: none;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #ffa400;
    border: solid 1px #ffa400;
    -webkit-transition: .3s;
    transition: .3s;
}

section.menu .search-menu button:active {
    background-color: #eba729;
}

section.menu .search-menu-trigger {
    position: absolute;
    display: none;
    -webkit-transition: .4s;
    transition: .4s;
    max-height: 0;
    top: 80px;
    left: 10px;
    right: 10px;
    overflow: hidden;
    -webkit-box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.45);
    box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.45);
    border-radius: 20px;
}

section.menu .search-menu-trigger.actived {
    max-height: 45px;
    margin-bottom: 10px;
}

section.menu .search-menu-trigger input {
    width: 100%;
    height: 35px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 45px;
    border: none;
    padding-left: 10px;
}

section.menu .search-menu-trigger button {
    position: absolute;
    right: 0;
    width: 45px;
    height: 35px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #FFA400;
    border: solid 1px #FFA400;
}

section.menu .search-menu-mobile {
    position: absolute;
    right: 50px;
}

section.menu .search-menu-mobile button {
    background: url(../../files/icon/search-2.svg);
    background-size: cover;
    border: none;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    section.menu .navbar-brand img {
        width: 100px !important;
    }

    section.menu .nav-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {

    section.menu .search-menu-mobile,
    section.menu .search-menu-trigger {
        display: block !important;
    }

    section.menu .search-menu {
        display: none;
    }

    section.menu .list-menu {
        display: none;
    }

    section.menu .list-menu ul {
        margin-top: 14px !important;
    }

    section.menu .list-menu ul li a {
        text-decoration: none;
        padding: 20px 20px;
        font-size: 20px;
        font-family: MontBold;
        color: white;
        -webkit-transition: .3s;
        transition: .3s;
    }

    section.menu .list-menu ul li a.active {
        color: #f9a01b;
    }

    section.menu .list-menu ul li a:hover {
        color: #f9a01b;
    }
}

section.menu .burger-icon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: #2F2F2F;
    /* background-color: #fff; */
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    display: none;
}

section.menu .burger-icon:hover {
    background: #2f2f2f96;
}

section.menu .burger-icon span {
    position: absolute;
    width: 34px;
    height: 4px;
    background-color: #f9a01b;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

section.menu .burger-icon span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9a01b;
    top: -9px;
    left: 0;
    -webkit-transition: top, -webkit-transform;
    transition: top, -webkit-transform;
    transition: top, transform;
    transition: top, transform, -webkit-transform;
    -webkit-transition-delay: .4s, 0s;
    transition-delay: .4s, 0s;
    -webkit-transition-duration: .4s, .4s;
    transition-duration: .4s, .4s;
}

section.menu .burger-icon span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f9a01b;
    top: 9px;
    left: 0;
    -webkit-transition: top, -webkit-transform;
    transition: top, -webkit-transform;
    transition: top, transform;
    transition: top, transform, -webkit-transform;
    -webkit-transition-delay: .4s, 0s;
    transition-delay: .4s, 0s;
    -webkit-transition-duration: .4s, .4s;
    transition-duration: .4s, .4s;
}

section.menu .burger-icon span,
section.menu .burger-icon span:before,
section.menu .burger-icon span:after {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

section.menu .burger-icon.active span {
    background: transparent !important;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
}

section.menu .burger-icon.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.menu .burger-icon.active span:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1023px) {
    section.menu .burger-icon {
        display: block;
    }
}

/*3. katalog*/
.Katalog {
    position: fixed !important;
    z-index: 100;
    background-color: #FFA400;
    text-align: left;
    right: 0;
    bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.45);
    box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.45);
}

.Katalog .kolom {
    padding: 10px 10px;
}

.Katalog .close-katalog {
    position: absolute !important;
    left: 0;
    top: -20px;
    cursor: pointer;
}

.Katalog .close-katalog img {
    width: 20px;
}

.Katalog p {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.Katalog img {
    width: 65px;
    border-radius: 50%;
    padding: 0;
    margin: auto;
}

.Katalog a.unduh {
    display: block;
    width: 100%;
    background-color: black;
    color: white;
    border-radius: 30px;
    text-align: center;
    padding: 2px 5px;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .Katalog {
        width: 200px;
    }

    .Katalog p {
        font-size: 14px;
    }

    .Katalog a.unduh {
        font-size: 12px;
    }
}

/*4. section mobile-menu*/
section.mobile-menu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(72, 72, 72, 0.809);
    z-index: 9999;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
}

section.mobile-menu .parent-menu {
    position: fixed;
    display: inline-block;
    top: 0;
    left: -200px;
    bottom: 0;
    width: 200px;
    background: black;
    z-index: 5000;
    -webkit-transition: .4s;
    transition: .4s;
    overflow: auto;
}

section.mobile-menu nav.navbar {
    display: inline-block;
}

section.mobile-menu h4 {
    font-family: MontBold;
    color: white;
    padding: 5px 0;
    font-size: 20px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

section.mobile-menu ul li a {
    font-family: MontRegular;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
    color: #f9a01b;
    line-height: 35px;
    font-size: 16px;
    width: 100%;
}

section.mobile-menu ul li a:hover {
    background: white;
    color: black;
}

section.mobile-menu .img-brand {
    width: 150px;
}

@media only screen and (max-width: 1023px) {
    section.mobile-menu.active {
        width: 100%;
        opacity: 1;
    }

    section.mobile-menu.active>.parent-menu {
        left: 0;
    }
}

/*5. banner section*/
section.banner {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

@media only screen and (max-width: 400px) {
    section.banner {
        /*max-height: 408px;*/
        max-height: 640px;
    }
}

@media only screen and (min-width: 401px) and (max-width: 768px) {
    section.banner {
        /*max-height: 425px;*/
        max-height: 640px;
    }
}

section.banner .item {
    position: relative;
    min-height: 50vw;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 375px) {
    section.banner .item {
        /*height: 380px;*/
        height: 640px;

    }
}

@media only screen and (min-width: 376px) and (max-width: 768px) {
    section.banner .item {
        /*height: 425px;*/
        height: 640px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.banner .item {
        min-height: 550px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.banner .item {
        min-height: 690px !important;
    }
}

/*banner-1*/
/*section.banner .banner-1 {*/
/*	background: url(../../files/banner/Banner-1.jpg) no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*}*/
section.banner .banner-1 .caption-text p {
    margin-left: 60px;
}

section.banner .banner-1 .caption-text::before {
    position: absolute;
    display: block;
    content: url(../../files/icon/woodworking-01.svg);
    left: 0;
    top: 20px;
    width: 50px;
    height: 50px;
}

/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-1 .caption-text::before {*/
/*    top: 10px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 425px) {*/
/*  section.banner .banner-1 {*/
/*    !*background: url(../../files/banner/banner-1-mobile.jpg) no-repeat;*!*/
/*    background: url(../../files/banner/new-mobile/tenaga-mesin-kuat.jpg) no-repeat;*/
/*    background-size: 100%;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-1 .caption-text {*/
/*    top: 80%;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 1025px) and (max-width: 1366px) {*/
/*  section.banner .banner-1 {*/
/*    background-position: 0 -70px;*/
/*  }*/
/*}*/

/*banner-2*/
/*section.banner .banner-2 {*/
/*	background: url(../../files/banner/Banner-2.jpg) no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*}*/
section.banner .banner-2 .caption-text p {
    margin-left: 60px;
}

section.banner .banner-2 .caption-text::before {
    position: absolute;
    display: block;
    content: url(../../files/icon/top-search-01.svg);
    left: 0;
    top: 0px;
    width: 50px;
    height: 50px;
    color: white;
}

/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-2 .caption-text::before {*/
/*    top: -10px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 425px) {*/
/*  section.banner .banner-2 {*/
/*    !*background: url(../../files/banner/banner-2-mobile.jpg) no-repeat;*!*/
/*  	background: url(../../files/banner/new-mobile/tenaga-mesin-kuat.jpg) no-repeat;*/
/*    background-size: 100%;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-2 .caption-text {*/
/*    top: 80%;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 1025px) and (max-width: 1366px) {*/
/*  section.banner .banner-2 {*/
/*    background-position: 0 -50px;*/
/*  }*/
/*}*/

/*banner-3*/
/*section.banner .banner-3 {*/
/*	background: url(../../files/banner/Banner-3.jpg) no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*}*/
section.banner .banner-3 .caption-text {
    top: 52% !important;
}

section.banner .banner-3 .caption-text p {
    margin-left: 60px;
}

section.banner .banner-3 .caption-text::before {
    position: absolute;
    display: block;
    content: url(../../files/icon/bertukang-01.svg);
    left: 0;
    top: -5px;
    width: 50px;
    height: 50px;
    color: white;
}

/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-3 .caption-text::before {*/
/*    top: -15px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 425px) {*/
/*  section.banner .banner-3 {*/
/*    !*background: url(../../files/banner/banner-3-mobile.jpg) no-repeat;*!*/
/*	  background: url(../../files/banner/new-mobile/tenaga-mesin-kuat.jpg) no-repeat;*/
/*	  background-size: 100%;*/
/*  }*/
/*  section.banner .banner-3 .caption-text {*/
/*    top: 75% !important;*/
/*    left: 5%;*/
/*    text-align: left;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 426px) and (max-width: 768px) {*/
/*  section.banner .banner-3 {*/
/*    background-position: center;*/
/*  }*/
/*  section.banner .banner-3 .caption-text {*/
/*    left: 5%;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 1024px) {*/
/*  section.banner .banner-3 {*/
/*    background-position: center;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 1025px) and (max-width: 1366px) {*/
/*  section.banner .banner-3 .caption-text {*/
/*    top: 45%;*/
/*  }*/
/*}*/

/*banner-4*/
/*section.banner .banner-4 {*/
/*	background: url(../../files/banner/Banner-4.jpg) no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*}*/
section.banner .banner-4 .caption-text p {
    margin-left: 60px;
}

section.banner .banner-4 .caption-text::before {
    position: absolute;
    display: block;
    content: url(../../files/icon/shopping-01.svg);
    left: 0;
    top: -5px;
    width: 50px;
    height: 50px;
    color: white;
}

/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-4 .caption-text::before {*/
/*    top: -15px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 425px) {*/
/*  section.banner .banner-4 {*/
/*    !*background: url(../../files/banner/banner-4-mobile.jpg) no-repeat;*!*/
/*	  background: url(../../files/banner/new-mobile/tenaga-mesin-kuat.jpg) no-repeat;*/
/*	  background-size: 100%;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-4 .caption-text {*/
/*    top: 75%;*/
/*  }*/
/*}*/

/*banner-5*/
/*section.banner .banner-5 {*/
/*	background: url(../../files/banner/Banner-5.jpg) no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*}*/
section.banner .banner-5 .caption-text {
    top: 52% !important;
}

section.banner .banner-5 .caption-text p {
    margin-left: 60px;
}

section.banner .banner-5 .caption-text::before {
    position: absolute;
    display: block;
    content: url(../../files/icon/p20s-01.svg);
    left: 0;
    top: 20px;
    width: 50px;
    height: 50px;
}

/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-5 .caption-text::before {*/
/*    top: 5px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 425px) {*/
/*  section.banner .banner-5 {*/
/*    !*background: url(../../files/banner/banner-5-mobile.jpg) no-repeat;*!*/
/*	  background: url(../../files/banner/new-mobile/tenaga-mesin-kuat.jpg) no-repeat;*/
/*    background-size: 100%;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-5 .caption-text {*/
/*    top: 80% !important;*/
/*  }*/
/*}*/

/*banner-6*/
/*section.banner .banner-6 {*/
/*	background: url(../../files/banner/Banner-7.jpg) no-repeat;*/
/*	background-size: cover;*/
/*	background-position: 0 -20px;*/
/*}*/
section.banner .banner-6 .caption-text p {
    margin-left: 60px;
}

section.banner .banner-6 .caption-text::before {
    position: absolute;
    display: block;
    content: url(../../files/icon/loker-01.svg);
    left: 0;
    top: -5px;
    width: 50px;
    height: 50px;
}

/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-6 .caption-text::before {*/
/*    top: -10px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 425px) {*/
/*  section.banner .banner-6 {*/
/*    !*background: url(../../files/banner/Banner-7-mobile.jpg) no-repeat;*!*/
/*	  background: url(../../files/banner/new-mobile/tenaga-mesin-kuat.jpg) no-repeat;*/
/*    background-size: 100%;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 768px) {*/
/*  section.banner .banner-6 .caption-text {*/
/*    top: 80%;*/
/*  }*/
/*}*/

/*media query for banner*/
@media only screen and (max-width: 425px) {
    section.banner .banner-1 {
        background: url(../../files/banner/new-mobile/tenaga-mesin-kuat.jpg) no-repeat;
        /*background-size: 100%;*/
    }

    section.banner .banner-2 {
        background: url(../../files/banner/new-mobile/desain-kompak-new.jpg) no-repeat;
        /*background-size: 100%;*/
    }

    section.banner .banner-3 {
        background: url(../../files/banner/new-mobile/ayo-bertukang.jpg) no-repeat;
        /*background-size: 100%;*/
    }

    section.banner .banner-4 {
        background: url(../../files/banner/new-mobile/harga-yg-terjangkau.jpg) no-repeat;
        /*background-size: 100%;*/
    }

    section.banner .banner-5 {
        background: url(../../files/banner/new-mobile/p20s.jpg) no-repeat;
        /*background-size: 100%;*/
    }

    section.banner .banner-6 {
        background: url(../../files/banner/new-mobile/lowongan-kerja.jpg) no-repeat;
        /*background-size: 100%;*/
    }

    section.banner .banner-1,
    section.banner .banner-2,
    section.banner .banner-3,
    section.banner .banner-4,
    section.banner .banner-5,
    section.banner .banner-6 {
        width: 100%;
        height: 640px;
        background-size: 100% 100%;
    }

    /*section.banner .banner-3 .caption-text {*/
    /*	top: 75% !important;*/
    /*	left: 5%;*/
    /*	text-align: left;*/
    /*}*/

    section.banner .banner-1 .caption-text::before {
        top: 10px;
    }

    section.banner .banner-2 .caption-text::before {
        top: -10px;
    }

    section.banner .banner-3 .caption-text::before {
        top: -15px;
    }

    section.banner .banner-4 .caption-text::before {
        top: -15px;
    }

    section.banner .banner-5 .caption-text::before {
        top: 5px;
    }

    section.banner .banner-6 .caption-text::before {
        top: -10px;
    }

    section.banner .banner-1 .caption-text {
        /*top: 80%;*/
        top: 70% !important;
    }

    section.banner .banner-2 .caption-text {
        /*top: 80%;*/
        top: 80% !important;
    }

    section.banner .banner-3 .caption-text {
        /*top: 80%;*/
        top: 75% !important;
    }

    section.banner .banner-4 .caption-text {
        /*top: 75%;*/
        top: 75% !important;
    }

    section.banner .banner-5 .caption-text {
        /*top: 80% !important;*/
        top: 75% !important;
    }

    section.banner .banner-6 .caption-text {
        /*top: 80%;*/
        top: 65% !important;
    }
}

@media only screen and (max-width: 768px) {
    section.banner .banner-1 .caption-text::before {
        top: 10px;
    }

    section.banner .banner-2 .caption-text::before {
        top: -10px;
    }

    section.banner .banner-3 .caption-text::before {
        top: -15px;
    }

    section.banner .banner-4 .caption-text::before {
        top: -15px;
    }

    section.banner .banner-5 .caption-text::before {
        top: 5px;
    }

    section.banner .banner-6 .caption-text::before {
        top: -10px;
    }

    section.banner .banner-1 .caption-text {
        /*top: 80%;*/
        top: 70% !important;
    }

    section.banner .banner-2 .caption-text {
        /*top: 80%;*/
        top: 80% !important;
    }

    section.banner .banner-3 .caption-text {
        /*top: 80%;*/
        top: 70% !important;
    }

    section.banner .banner-4 .caption-text {
        /*top: 75%;*/
        top: 70% !important;
    }

    section.banner .banner-5 .caption-text {
        /*top: 80% !important;*/
        top: 70% !important;
    }

    section.banner .banner-6 .caption-text {
        /*top: 80%;*/
        top: 80% !important;
    }
}

/*@media only screen and (min-width: 426px) and (max-width: 768px) {*/
/*	section.banner .banner-3 {*/
/*		background-position: center;*/
/*	}*/
/*	section.banner .banner-3 .caption-text {*/
/*		left: 5%;*/
/*	}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 1024px) {*/
/*	section.banner .banner-3 {*/
/*		background-position: center;*/
/*	}*/
/*}*/
/*@media only screen and (min-width: 1025px) and (max-width: 1366px) {*/
/*	section.banner .banner-1 {*/
/*		background-position: 0 -70px;*/
/*	}*/
/*	section.banner .banner-2 {*/
/*		background-position: 0 -50px;*/
/*	}*/
/*	section.banner .banner-3 .caption-text {*/
/*		top: 45%;*/
/*	}*/
/*}*/
/*end media query for banner*/



/*banner 7*/
/*section.banner .banner-7 {*/
/*	background: url(../../files/banner/banner-produk-bergaransi.jpg) no-repeat;*/
/*	background-size: cover;*/
/*	background-position: 0 -20px;*/
/*}*/
/*section.banner .banner-7 .caption-text p {*/
/*	margin-left: 60px;*/
/*}*/
/*section.banner .banner-7 .caption-text::before {*/
/*	position: absolute;*/
/*	display: block;*/
/*	content: url(../../files/icon/garansi.svg);*/
/*	left: 0;*/
/*	top: -5px;*/
/*	width: 50px;*/
/*	height: 50px;*/
/*}*/
/*@media only screen and (max-width: 768px) {*/
/*	section.banner .banner-7 .caption-text::before {*/
/*		top: -10px;*/
/*	}*/
/*}*/
/*@media only screen and (max-width: 425px) {*/
/*	section.banner .banner-7 {*/
/*		background: url(../../files/banner/banner-produk-bergaransi-mobile.jpg) no-repeat;*/
/*		background-size: 100%;*/
/*	}*/
/*}*/
/*@media only screen and (max-width: 768px) {*/
/*	section.banner .banner-7 .caption-text {*/
/*		top: 80%;*/
/*	}*/
/*}*/
/*banner 7 end*/

section.banner .caption-text {
    position: absolute;
    top: 48%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-family: MontBold;
    color: white !important;
}

section.banner .caption-text p {
    font-size: 32px;
    margin: 0;
    padding: 0;
}

section.banner .over-button {
    margin-top: 10px;
    line-height: 47px;
    padding: 0 60px;
    background: #ffffff;
    font-size: 30px;
    color: white;
    /* transition: .4s; */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 4px solid #FFA400;
    border-radius: 10px;
}

section.banner .over-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFa400;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

section.banner .over-button:hover,
section.banner .over-button:focus,
section.banner .over-button:active {
    color: black;
}

section.banner .over-button:hover:before,
section.banner .over-button:focus:before,
section.banner .over-button:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    section.banner .caption-text p {
        font-size: 30px;
    }

    section.banner .over-button {
        padding: 0 30px;
        line-height: 45px;
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    section.banner .caption-text p {
        font-size: 25px;
    }

    section.banner .over-button {
        padding: 0 25px;
        line-height: 30px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    section.banner .caption-text p {
        font-size: 23px;
    }

    section.banner .over-button {
        padding: 0 25px;
        line-height: 30px;
        font-size: 18px;
    }
}

section.banner .owl-nav {
    margin: 0;
}

section.banner .owl-nav .owl-prev,
section.banner .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    font-size: 50px;
    width: 70px;
    border-radius: 50%;
    color: rgba(111, 111, 111, 0.5);
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

section.banner .owl-nav .owl-prev:hover,
section.banner .owl-nav .owl-next:hover {
    background-color: transparent;
    color: white;
}

section.banner .owl-nav .owl-prev {
    left: 0;
}

section.banner .owl-nav .owl-next {
    right: 0;
}


/*6. section produk-unggul*/
section.produk-unggul {
    position: relative;
    padding: 80px 0;
    background-color: #ffffff !important;
    -webkit-transition: .4s;
    transition: .4s;
}

section.produk-unggul .header {
    text-align: center;
    color: black;
    margin-bottom: 50px;
    max-height: 250px;
}

section.produk-unggul .header h1 {
    font-family: MontHeavy;
    font-size: 40px;
}

section.produk-unggul .item {
    text-decoration: none;
}

section.produk-unggul #owl-carousel-2 {
    overflow: hidden;
}

section.produk-unggul #owl-carousel-2 .owl-item {
    background-color: #FFA400 !important;
    margin: 20px 0;
    border-radius: 30px !important;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: .4s;
    transition: .4s;
}

section.produk-unggul #owl-carousel-2 .owl-item .img-counter {
    position: relative;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    overflow: hidden;
}

section.produk-unggul #owl-carousel-2 .owl-item .img-counter img {
    position: static;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

section.produk-unggul #owl-carousel-2 .owl-item .caption-text h1 {
    background-color: #FFA400 !important;
    color: white;
    padding: 5px 10px;
    min-height: 50px;
    text-align: center;
}

section.produk-unggul #owl-carousel-2 .owl-item .caption-text h2 {
    background-color: black;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    section.produk-unggul #owl-carousel-2 .owl-item .caption-text {
        opacity: 0;
        -webkit-transition: .8s;
        transition: .8s;
    }
}

section.produk-unggul #owl-carousel-2 .owl-item:hover>.item {
    opacity: .5;
}

@media only screen and (max-width: 768px) {
    section.produk-unggul #owl-carousel-2 .owl-item {
        opacity: .2;
        -webkit-transition: .8s;
        transition: .8s;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    section.produk-unggul #owl-carousel-2 .owl-item.active .caption-text {
        opacity: 1;
    }

    section.produk-unggul #owl-carousel-2 .owl-item.active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

section.produk-unggul #owl-carousel-2 .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(0, -55%);
    transform: translate(0, -55%);
}

section.produk-unggul #owl-carousel-2 .owl-nav .owl-prev,
section.produk-unggul #owl-carousel-2 .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

section.produk-unggul #owl-carousel-2 .owl-nav .owl-prev {
    left: 2px;
}

section.produk-unggul #owl-carousel-2 .owl-nav .owl-next {
    right: 2px;
}

section.produk-unggul #owl-carousel-2 .owl-nav .owl-prev:hover,
section.produk-unggul #owl-carousel-2 .owl-nav .owl-next:hover {
    background: #FFA400;
}

section.produk-unggul .owl-carousel h1 {
    color: #f9a01b;
    padding-top: 10px;
    font-size: 27px;
    font-family: PTSerif;
}

section.produk-unggul .img-counter {
    max-height: 550px;
    overflow: hidden;
    text-align: center;
}

section.produk-unggul .img-counter img {
    margin: auto;
    width: 100%;
}

section.produk-unggul .caption-text h1 {
    font-family: PoppinBold;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
}

section.produk-unggul .caption-text h2 {
    font-family: PoppinRegular;
    color: white;
    font-size: 17px;
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
    section.produk-unggul .caption-text h1 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.produk-unggul .caption-text h2 {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.produk-unggul .caption-text h1 {
        font-size: 14px;
    }

    section.produk-unggul .caption-text h2 {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 425px) {
    section.produk-unggul {
        padding: 25px 0;
    }

    section.produk-unggul .header {
        margin-bottom: 15px;
    }

    section.produk-unggul .header h1 {
        font-size: 30px;
    }

    section.produk-unggul .container-fluid.costum {
        padding-left: 0;
        padding-right: 8px;
    }
}

/*7. section counter_1*/
section.counter_1 {
    padding: 100px 0 120px 0;
    text-align: center;
    background: #f9a01b;
}

section.counter_1 .header {
    margin-bottom: 50px;
    padding: 15px 0;
}

section.counter_1 .header h1 {
    font-family: MontHeavy;
    font-size: 28px;
}

section.counter_1 .header h1 span {
    background-color: black;
    color: white;
    border-radius: 40px;
    padding: 15px 20px;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {
    section.counter_1 .header {
        margin-bottom: 20px;
    }

    section.counter_1 .header h1 {
        font-size: 26px;
    }

    section.counter_1 .header h1 span {
        display: block;
        margin: 0px 7% 8px 7%;
    }
}

section.counter_1 .img-icon {
    width: 70%;
    padding: 0 90px;
    -webkit-filter: drop-shadow(0px 1px 0.5px #222);
    filter: drop-shadow(0px 1px 0.5px #222);
}

section.counter_1 .img-icon:last-child {
    padding-right: 0;
}

section.counter_1 img:first-of-type {
    padding-left: 0 !important;
}

@media only screen and (max-width: 768px) {
    section.counter_1 {
        padding: 25px 0 !important;
    }

    section.counter_1 .icon-parrent {
        width: 45% !important;
        margin-bottom: 20px;
        margin-left: auto;
    }

    section.counter_1 .col {
        margin-bottom: 20px;
    }

    section.counter_1 .col:last-child {
        margin-bottom: 0;
    }

    section.counter_1 .header h1 span {
        font-size: 20px;
    }
}

section.footer {
    position: relative;
    padding-top: 30px;
    background: url(../../files//app/footer.jpg);
    background-size: cover;
    background-position: center;
    text-align: justify;
    color: white;
}

section.footer .social-item img.icon {
    width: 30px;
}

section.footer .social-item a {
    color: white;
    font-size: 16px;
}

section.footer .social-item a i {
    border-radius: 50%;
    border: 1px solid white;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

section.footer .social-item a:hover {
    color: #5f5f5f;
}

section.footer .social-item a:hover>i {
    background: white;
}

section.footer h5 {
    font-size: 15px;
    line-height: 40px;
    font-family: PoppinRegular;
}

section.footer .copyright {
    margin-top: 20px;
    border-top: 1px solid #aaaaaa;
    font-size: 20px;
    text-align: center;
}

section.footer .copyright a {
    color: #f9a01b;
}

section.footer .img-icon {
    width: 120px;
    margin-bottom: 20px;
}

section.footer .address h1,
section.footer .email h1,
section.footer .call h1 {
    font-size: 20px;
}

section.footer .address p,
section.footer .email p,
section.footer .call p {
    margin-bottom: 4px;
}

section.footer .address,
section.footer .email,
section.footer .call {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    section.footer .about-us {
        margin-bottom: 20px;
    }

    section.footer h5 {
        font-size: 13px;
    }

    section.footer .img-icon {
        margin-bottom: 25px;
    }
}

section.sub-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
    margin: auto;
    z-index: 1000;
    background: #f9a01b;
    -webkit-transition: .4s;
    transition: .4s;
    /* Shadow */
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

section.sub-menu ul li {
    padding: 10px 5px;
    margin: auto;
}

section.sub-menu ul li.active>a:before {
    width: 100%;
}

section.sub-menu ul li:hover>a {
    color: black;
}

section.sub-menu ul li:hover>a:before {
    width: 100%;
}

section.sub-menu ul li a {
    position: relative;
    font-family: MontBold;
    font-size: 14px;
    color: black;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s;
}

section.sub-menu ul li a:before {
    content: '';
    position: absolute;
    width: 0;
    border-bottom: 5px solid black;
    -webkit-transition: .4s;
    transition: .4s;
    bottom: -10px;
}

section.sub-menu .d-flex {
    margin: 0;
}

@media only screen and (max-width: 1023px) {
    section.sub-menu {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    section.sub-menu ul li {
        padding: 10px 2px;
    }

    section.sub-menu ul li a {
        font-size: 12px;
    }
}

section.embed_youtube {
    background: url(../../files/app/bg-youtube.jpg);
    background-size: cover;
    padding: 100px 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

section.embed_youtube .embed,
section.embed_youtube .lazyframe {
    border: 5px solid #f9a01b;
    border-radius: 5px;
}

section.embed_youtube .header h1 {
    font-family: MontHeavy;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 2px #300101;
}

section.embed_youtube .video {
    padding: 50px;
}

section.embed_youtube .video .embed-youtube {
    display: block;
    overflow: hidden;
    border: 5px solid white;
    border-radius: 5px;
    z-index: 20;
}

section.embed_youtube .video .embed-youtube a i {
    position: absolute;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.616);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 10;
    overflow: hidden;
}

section.embed_youtube .video .embed-youtube a:hover>i {
    color: #ff1313;
}

@media only screen and (max-width: 768px) {
    section.embed_youtube {
        padding: 50px 0;
    }

    section.embed_youtube .header h1 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    section.embed_youtube .row .p-5 {
        padding: 20px !important;
    }

    section.embed_youtube .video {
        padding: 20px;
    }
}

/*section berita - info*/
section.berita {
    /*background: url(../../files//app/berita.jpg);*/
    /*padding: 60px 0;*/
    padding: 2rem 0;
}

@media only screen and (max-width: 425px) {
    section.berita {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    section.berita {
        padding: 0;
    }
}

section.berita .header-berita h1 {
    font-family: MontHeavy;
    margin-bottom: 20px;
}

/*waktunya membuat margin botton khas ingco*/
/*section.berita .header-berita h1:before{*/
/*	width: 70px;*/
/*	height: 2px;*/
/*	content: "";*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	right: 50%;*/
/*	transform: translateX(50%);*/
/*	background: #2677e7;*/
/*	z-index: 2;*/
/*}*/
/*section.berita .header-berita h1:after{*/
/*	width: 100%;*/
/*	height: 2px;*/
/*	content: "";*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	background: #eee;*/
/*}*/


section.berita .list-berita .loading-list {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.berita .list-berita .artikel-berita {
    padding: 5px;
}

section.berita .list-berita .artikel-berita .header h2 {
    font-family: PoppinRegular;
    font-size: 18px;
    font-weight: bold;
}

section.berita .list-berita .artikel-berita .isi-berita {
    text-align: justify;
}

section.berita .list-berita .artikel-berita .isi-berita .datetime {
    font-size: 12px;
}

section.berita .list-berita .artikel-berita .isi-berita p {
    margin: 0;
    padding: 10px 0;
}

section.berita #owl-carousel-berita {
    position: relative;
    margin: auto;
    width: 80%;
    max-height: 500px;
    overflow: hidden;
}

section.berita #owl-carousel-berita .owl-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

section.berita #owl-carousel-berita .owl-item .img-berita {
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}

section.berita #owl-carousel-berita .owl-item .img-berita img {
    -webkit-transition: .4s;
    transition: .4s;
}

section.berita #owl-carousel-berita .owl-item .img-berita::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: .4s;
    transition: .4s;
}

section.berita #owl-carousel-berita .owl-item .img-berita:hover::before {
    background: rgba(0, 0, 0, 0);
}

section.berita #owl-carousel-berita .owl-item .img-berita:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.berita #owl-carousel-berita .owl-item .footer {
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: black;
    font-family: MontBold;
}

@media only screen and (max-width: 1023px) {
    section.berita #owl-carousel-berita .owl-item .footer {
        display: none;
        opacity: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    section.berita #owl-carousel-berita .owl-item .footer {
        bottom: 20px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1366px) {
    section.berita #owl-carousel-berita .owl-item .footer {
        bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    section.berita #owl-carousel-berita .owl-item {
        border-radius: 20px;
    }
}

section.berita #owl-carousel-berita .owl-dots {
    text-align: left !important;
}

@media only screen and (max-width: 1366px) {
    section.berita #owl-carousel-berita {
        max-height: 500px;
    }
}

@media only screen and (min-width: 1440px) {
    section.berita #owl-carousel-berita {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    section.berita #owl-carousel-berita {
        width: 100%;
    }
}

section.berita .list-top-search {
    max-height: 420px;
    overflow: auto;
}

section.berita .list-top-search::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #c2c2c2;
    box-shadow: inset 0 0 6px #c2c2c2;
    border-radius: 6px;
    background-color: transparent;
}

section.berita .list-top-search::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

section.berita .list-top-search::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.87);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.87);
    background-color: #FFA400;
}

section.berita .list-top-search ul {
    padding: 0;
}

section.berita .list-top-search ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-bottom: 10px;
}

section.berita .list-top-search ul li .img-top-search {
    width: 100px;
}

section.berita .list-top-search ul li a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 12px;
    color: black;
}

@media only screen and (max-width: 768px) {
    section.berita .top-search-product {
        display: none;
    }
}

section.berita #owl-carousel-berita-thumb {
    margin: auto;
    width: 80%;
}

section.berita #owl-carousel-berita-thumb .owl-item {
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

section.berita #owl-carousel-berita-thumb .owl-item .img-berita::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .4s;
    transition: .4s;
}

section.berita #owl-carousel-berita-thumb .owl-item.synced .img-berita::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: .4s;
    transition: .4s;
}

section.berita #owl-carousel-berita-thumb .owl-dots {
    text-align: left !important;
}

@media only screen and (max-width: 768px) {
    section.berita #owl-carousel-berita-thumb {
        display: none;
        opacity: 0;
    }
}

@media only screen and (min-width: 1440px) {
    section.berita #owl-carousel-berita-thumb {
        width: 100%;
    }
}

.read-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: small;
    font-family: inherit;
    width: 12rem;
    height: auto;
}

.read-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
    background: #282936;
    border-radius: 1.625rem;
}

.read-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffa400;
}

.read-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.0625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.read-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.read-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.3rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.read-more:hover .circle {
    width: 100%;
}

.read-more:hover .circle .icon.arrow {
    background: #ffa400;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.read-more:hover .circle .icon.arrow::before {
    border-top: 0.125rem solid #ffa400;
    border-right: 0.125rem solid #ffa400;
}

.read-more:hover .button-text {
    color: #ffa400;
}

#modal-popup .modal-content .modal-body {
    position: relative;
    /*max-height: 100%;*/
    max-height: 70%;
    text-align: center;
}

#modal-popup .modal-content .modal-body img {
    margin: auto;
    /*max-height: 95vh;*/
    max-height: 70vh;
}

#modal-popup .modal-dialog .modal-content {
    background: transparent;
    border: none;
}

/*#modal-popup .modal-dialog .modal-content .modal-body img {*/
/*    border: 3px solid whitesmoke;*/
/*}*/

@media only screen and (max-width: 768px) {
    #modal-popup .modal-content .modal-body img {
        width: 100%;
    }

    /*.modal.new {*/
    /*	top: 15%;*/
    /*	left: 0;*/
    /*}*/
}

.btn-close-modal {
    position: absolute;
    width: 30px;
    right: 15px;
    z-index: 99;
    background-color: red;
    outline: none;
}

.btn-close-modal .img-berita {
    outline: none;
}

/*@media only screen and (max-width: 768px) {*/
/*  .modal.new {*/
/*    top: 15%;*/
/*    left: 0;*/
/*  }*/
/*}*/

section.produk-top-mobile {
    position: relative;
    padding: 80px 0;
    background-color: #ffa400 !important;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
}

section.produk-top-mobile .container-fluid.costum {
    padding-left: 7%;
    padding-right: 7%;
}

@media only screen and (max-width: 425px) {
    section.produk-top-mobile .container-fluid.costum {
        padding-left: 0;
        padding-right: 8px;
    }
}

section.produk-top-mobile .header {
    text-align: center;
    color: black;
    margin-bottom: 50px;
    max-height: 250px;
}

section.produk-top-mobile .header h1 {
    font-family: MontHeavy;
    font-size: 40px;
}

section.produk-top-mobile .item {
    text-decoration: none;
}

section.produk-top-mobile .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.5);
}

section.produk-top-mobile .owl-nav .owl-prev,
section.produk-top-mobile .owl-nav .owl-next {
    width: 70px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}

section.produk-top-mobile .owl-nav .owl-prev:hover,
section.produk-top-mobile .owl-nav .owl-next:hover {
    background: #FFA400;
}

section.produk-top-mobile .owl-carousel h1 {
    color: #f9a01b;
    padding-top: 10px;
    font-size: 27px;
    font-family: PTSerif;
}

section.produk-top-mobile .img-counter {
    max-height: 550px;
    overflow: hidden;
    text-align: center;
}

section.produk-top-mobile .img-counter img {
    margin: auto;
    width: 100%;
}

section.produk-top-mobile .caption-text h1 {
    font-family: PoppinBold;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
}

section.produk-top-mobile .caption-text h2 {
    font-family: PoppinRegular;
    color: white;
    font-size: 17px;
    line-height: 30px;
}

@media only screen and (max-width: 768px) {
    section.produk-top-mobile .caption-text h1 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    section.produk-top-mobile .caption-text h2 {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.produk-top-mobile .caption-text h1 {
        font-size: 14px;
    }

    section.produk-top-mobile .caption-text h2 {
        font-size: 14px !important;
    }
}

section.produk-top-mobile .owl-item {
    background-color: #FFA400 !important;
    margin: 20px 0;
    border-radius: 30px !important;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
}

section.produk-top-mobile .owl-item .img-counter {
    position: relative;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    overflow: hidden;
}

section.produk-top-mobile .owl-item .img-counter img {
    position: static;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

section.produk-top-mobile .owl-item .caption-text h1 {
    background-color: #FFA400 !important;
    color: white;
    padding: 5px 10px;
    min-height: 50px;
    text-align: center;
}

section.produk-top-mobile .owl-item .caption-text h2 {
    background-color: black;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    section.produk-top-mobile .owl-item .caption-text {
        opacity: 0;
        -webkit-transition: .8s;
        transition: .8s;
    }
}

section.produk-top-mobile .owl-item:hover>.item .caption-text h1 {
    font-size: 17px;
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    section.produk-top-mobile .owl-item:hover>.item .caption-text h1 {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 768px) {
    section.produk-top-mobile .owl-item {
        opacity: .2;
        -webkit-transition: .8s;
        transition: .8s;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    section.produk-top-mobile .owl-item.active .caption-text {
        opacity: 1;
    }

    section.produk-top-mobile .owl-item.active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 1023px) {
    section.produk-top-mobile {
        display: block;
    }
}

section.subscribe {
    padding: 50px 0;
    border-top: 10px solid #ffa400;
}

section.subscribe h5 {
    font-family: MontRegular;
}

section.subscribe input {
    width: 300px;
    margin-right: 20px;
}

section.subscribe button {
    position: relative;
    width: 250px;
    text-align: center;
    -webkit-transition: margin .2s;
    transition: margin .2s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

section.subscribe button span {
    -webkit-transition: all .2s;
    transition: all .2s;
}

section.subscribe button span:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

section.subscribe button span:last-child {
    position: absolute;
    margin-left: 5px;
    opacity: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

section.subscribe button:hover>span:first-child {
    margin-left: -35px;
}

section.subscribe button:hover>span:last-child {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

section.subscribe button:active {
    background-color: #da8e00;
}

@media only screen and (max-width: 425px) {
    section.subscribe {
        padding: 20px 0;
    }

    section.subscribe h5 {
        font-size: 16px;
    }

    section.subscribe input {
        width: 100%;
        margin-bottom: 10px;
    }

    section.subscribe button {
        width: 100%;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    section.subscribe {
        padding: 20px 0;
    }

    section.subscribe h5 {
        font-size: 16px;
    }

    section.subscribe input {
        width: 100%;
        margin-bottom: 10px;
    }

    section.subscribe button {
        width: 100%;
    }
}

section.subscribe #emailHelp.success {
    color: #ffa400;
}

section.subscribe #emailHelp.failed {
    color: red;
}

@media only screen and (max-width: 768px) {
    section.subscribe #form-subs {
        overflow: hidden;
    }
}

.input-costum-1 {
    border: 2px solid #ffa400;
    padding: 5px 14px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
    border-radius: 30px;
    outline: none;
    font-family: MontRegular;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #ffa400;
}

.input-costum-1::-webkit-input-placeholder {
    color: #ffa400;
    font-family: MontRegular;
}

.input-costum-1:-ms-input-placeholder {
    color: #ffa400;
    font-family: MontRegular;
}

.input-costum-1::-ms-input-placeholder {
    color: #ffa400;
    font-family: MontRegular;
}

.input-costum-1::placeholder {
    color: #ffa400;
    font-family: MontRegular;
}

.input-costum-1:focus {
    -webkit-box-shadow: 0 0 2pt 1pt #ffa400;
    box-shadow: 0 0 2pt 1pt #ffa400;
}

.button-costum-1 {
    padding: 7px 15px;
    background-color: #ffa400;
    border-radius: 30px;
    border: none;
    font-family: MontBold;
}

.button-costum-1:focus {
    outline: none;
}

img.maskot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    -webkit-filter: drop-shadow(1px 2px 2px #222);
    filter: drop-shadow(1px 2px 2px #222);
}

@media only screen and (max-width: 1023px) {
    img.maskot {
        display: none;
    }
}

.pagination .page-item .page-link a {
    color: #ffa400 !important;
}

.pagination .page-item.active>.page-link {
    color: white !important;
    background-color: #ffa400 !important;
    border: 1px solid #ffa400 !important;
}

/*# sourceMappingURL=base_v2.css.map */

/*color*/
.yellow-ingco {
    color: #ffa400;
    /*background-color: #FFa400;*/
    /*border-color: #ffa400;*/
}

.btn-yellow-ingco {
    color: #212529;
    background-color: #FFa400;
    border-color: #ffa400;
    font-weight: 500;
}

.btn-yellow-ingco:hover {
    color: floralwhite;
    background-color: #FFa400;
    border-color: #ffa400;
}