.show-search {
    float:right;
    height:100px;
    width:70px;
    line-height:90px;
    border-left:1px solid #e6eaea;
    cursor:pointer;
    position:relative;
}
.show-search:before {
    content:'';
    position:absolute;
    top:50%;
    left:20px;
    width:30px;
    height:1px;
    background:#292929;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.show-search.vissearch:before {
    width:0;
}
/*------ search ------------------------------------------------*/
.fixed-search{
    display:none;
    position:fixed;
    z-index:100;
    top:70px;
    left:80px;
    right:0;
    bottom:0;
}
.search-form-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    background: rgba(0,0,0,0.81) url(../images/serch-bg.png) repeat;
}
.search-form-wrap {
    position:relative;
    z-index:2;
    float:left;
    top:50%;
    width:100%;
}
.fixed-search form  {
    float:left;
    width:100%;
}
.fixed-search form input {
    float:left;
    background:none;
    border:none;
    border-bottom:1px solid rgba(255,255,255,0.21);
    width:100%;
    color:#fff !important;
    text-align:left;
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    font-size:42px;
    z-index:1;
    position:relative;
    padding-right:50px;
}
.dublicated-text {
    position:absolute;
    top:-90px;
    right:90px;
    z-index:1;
    color:#fff;
    opacity:0.1;
    font-size:90px;
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
}

.fixed-search .container {
    position:relative;
}
.fixed-search .container:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content:'\f002';
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
    height:50px;
    line-height:50px;
    z-index:2;
    color:#fff;
    font-size:19px;
}
.vissearch .fa-search {color:#ee3036;}
.bg.dec-bg.left-pos-dec {
    left: -10%;
    right: 40%;
}
.bg.dec-bg {
    width: inherit;
    height: inherit;
    left: 50%;
    right: 0;
    top: 20%;
    bottom: 0;
    opacity: 0.1;
    z-index: -1;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;*/
}
.ser-widthnya {width:100%;padding: 10px 0px 10px 0;}
.process-box-3 {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 30px 0;
    position: relative;
}
.process-box-3:before {
    display: none;
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px;
    height: 8px;
    background: #ee3036;
}
.process-box-2 {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
    position: relative;
}
.process-box-2:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px;
    height: 8px;
    background: #ee3036;
}
.process-box-2 h3, .bold-title {
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
}
.btn-red {
    color:#ee3036;
    border:1px solid #ce2429;
}
.btn-red:hover {
    color:#fff;
    background:#262663;
    border:1px solid #262663;
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}

.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.counter-visit {
    color: #fff;
    float: left;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
.section-title-2 {
    font-size: 30px;
    line-height: 42px;
    /* text-transform: uppercase; */
    float: left;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    color: #3a366e;
    font-weight: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.section-title-2 strong {
    font-weight: bold;
}
.social-med {float: left;padding:0px 0 0 0}
.social-med p{padding:10px 0 0 0;}
.social-med ul{padding:0;}
.social-med li {display:inline-block;font-size: 24px;padding-left:15px;}
.social-med li a{color: #3c3a6e;}
.social-med-contact {float: left;}
.social-med-contact li {display:inline-block;font-size: 24px;padding-left:15px;}
.social-med-contact li a{font-size:22px!important;}
.text-center {text-align: center;}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    text-align: left;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.list-career ol{
    margin-left: 30px;
    margin-bottom: 30px;
}
.box-red-contact {
    background: transparent;
    border:1px solid #ee3036;
    color:#ee3036;
    text-align: center;
}
.box-red-contact h2{
    color:#ee3036;
    margin-top: 10px;
    font-size: 18px;
}
.red-color {color:#ee3036;}
.jarak-teks p {padding:0;}
.title-job a {font-size: 16px;font-weight: bold;color:#3c3a6e;}
.job-des h3 { font-size: 18px;margin-top:10px;}
.job-des ul { padding-left:30px;}
.job-des ul li { list-style-type: disc;padding:5px; line-height: 1.5em;text-align: left}
.title-head h3{font-size: 20px;margin:0}
.footer-logo p{padding:0px;margin:0px;}
.icon-color-value .fa { color:#333;}
.hero-wrap {margin-top:100px;}

.bg-transparent:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3)!important;
    z-index: 10;
}
.position-margin {
    padding: 20px 0 100px 0 !important;
    /*margin-top: 100px;*/
}
.position-top-header img{
    max-width: 100%;
    width: 100%;
}
.footer-item p{
    line-height: 1.5em;
}
#sec1 p {text-align:justify;}
.jarak-title {margin-bottom:20px;}
.jarak-title h4 { padding:0px;font-size: 14px;margin:0 0 10px}
.jarak-title p { padding:0px;line-height: 1.5em;}
.parallax-section .page-title {
    /*padding-top:20px;*/
}
@media only screen and (max-width: 1036px) {
    .position-margin {
        padding: 10px 0 20px 0 !important;
        /*margin-top: 100px;*/
    }
}

/* Swiper Code */
.banner-coloumn {
    /*height: 100vh !important;*/
    height: 95vh !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 0;
    width: 100%;
    bottom: 12rem;
}
@media screen and (min-width: 320px) and (max-width: 767px){
    /*.featured-content-title {
        padding: 100px 0 0 !important;
    }*/

    .logo-holder img {
        width: 70%;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 0;
        width: 100%;
        bottom: 3rem !important;
    }
}
@media screen and (max-device-width: 700px) and (orientation: landscape) {
    .featured-content-title {
        padding: 80px 0 0 !important;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 0;
        width: 100%;
        bottom: 5rem !important;
    }
    .featured-content-title {
        padding-top:50px!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .logo-holder img {
        width: 50%;
    }

}
@media screen and (max-width: 992px){
    .featured-content-title {
        width: 80% !important;
    }
    /*.featured-content-title {
        padding-top:100px!important;
    }*/
    .featured-content-title {
        padding-top:50px!important;
    }
    .featured-content-paragraph {
        padding: 0 !important;
    }
    .featured-content-title h2 {
        font-size: 25px !important;
    }
    .featured-content-paragraph h6 {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    .content-holder {margin-top: 45px!important;}
    .swiper-container .swiper-wrapper .swiper-slide {
        background-position: right !important;
    }
    .full {
        width: 100vw !important;
        /*height: 100vh !important;*/
    }
    .banner-coloumn-2 {
        min-height: 75vh !important;
    }

    header {
        height: 45px;
    }
    /*.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 0;
        width: 100%;
        bottom: 2rem !important;
    }*/
}

@media (max-width: 380px){
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 0;
        width: 100%;
        bottom: 7rem !important;
    }
}
@media (max-width: 480px){
    .swiper-container .swiper-wrapper .swiper-slide {
        background-position:87% !important;
    }
    .featured-content-title {
        padding-top: 150px!important;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 0;
        width: 100%;
        bottom: 6rem !important;
    }
}
.featured-content-title h2 {
    font-weight: 500;
    color: #fff;
    font-size: 46px;
}
.featured-content-paragraph h6 {
    font-size: 23px;
    font-weight: 300 !important;
    line-height: 1.4em;
    color: #fff;
}
.featured-content-paragraph {
    /*padding-right: 15%;*/
}
.text-white {color:#fff;}
/*.featured-content-title {
    padding-right: 3.3%;
}*/
.swiper-button-prev .fa, .swiper-button-next .fa {font-size: 18px;}
.swiper-button-prev, .swiper-button-next {
    background: #000;
    padding: 10px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #f00;
    padding: 10px;
}
.featured-content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /*height: 36%!important;*/
    width: 80%;
    text-align: center;
    /*padding-right: 25%;*/
    /*padding-left: 2rem;*/
    padding-top: 160px;
    line-height: 1.5 !important;
}
.featured-content-paragraph {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /*height: 24%;*/
    width: 60%;
    text-align: center;
    /*padding-right: 25%;*/
    /* padding-left: 2rem; */
    line-height: 1.5 !important;
}
/*.full {
    width: 100vw !important;
    height: 100vh !important;
}*/
.content-holder {height:auto;margin-top: 100px;}
.overlayed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3) !important;
}
.justify-content-flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.justify-content-flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top:0;
    cursor: pointer;
}
.swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    height: 95%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* End Swiper Code */
