.box-type{
    width: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #174e94;
}
.box-type p{
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.box-type-list{
    width: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #174e94;
}
.box-type-list p{
    text-align: center;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.ts_form{
    min-height: 350px;
}
.relative{
    position: relative;
}
.custom__one{
    margin-top: 10rem;
    margin-bottom: 0px !important;
}
section.customer-product.bg-split-blue-black{
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px;
}
section.customer-product.bg-split-blue-black:before, section.customer-product.bg-split-blue-black:after{
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
}
section.customer-product.bg-split-blue-black:before{
    width: 40%;
    height: 200px;
    background: #174e94;
    left: 0;
}
section.customer-product.bg-split-blue-black:after{
    right: 0;
    width: 60%;
    height: 100%;
    background: #1b1b1b;
}
.layanan{
    width: calc(100% + 35%);
    display:block;
}
#layanan-slider .item{
    position: relative;
    line-height: 0;
    overflow: hidden;
    cursor: pointer;
}
#layanan-slider .item img{
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
#layanan-slider .item:hover img{
    -webkit-transform: scale(1.1) translateX(2.5px);
    -moz-transform: scale(1.1) translateX(2.5px);
    -ms-transform: scale(1.1) translateX(2.5px);
    -o-transform: scale(1.1) translateX(2.5px);
    transform: scale(1.1) translateX(2.5px);
}
/*#layanan-slider .item:hover .overlay span{*/
/*    -webkit-transform: translateX(2.5px);*/
/*    -moz-transform: translateX(2.5px);*/
/*    -ms-transform: translateX(2.5px);*/
/*    -o-transform: translateX(2.5px);*/
/*    transform: translateX(2.5px);*/
/*}*/
#layanan-slider .item .overlay{
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6) 82%, rgba(0, 0, 0, 0.6) 82%);
    -webkit-transition: all 0.5s ease-out, all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out, all 0.5s ease-out;
    transition: all 0.5s ease-out, all 0.5s ease-out;
}
#layanan-slider .item:hover .overlay{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8) 82%, rgba(0, 0, 0, 0.8) 82%);
}
#layanan-slider .item .overlay span{
    font-size: 20px;
    line-height: 23px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 15px 0px 10px 0px;
    height: 50px;
     -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
#layanan-slider .item .overlay .desc-item{
    padding: 0px 15px 15px 15px;
    line-height: 28px;
    height: 100%;
    transform: translateY(calc(100% - 50px));
    -webkit-transition: -webkit-transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
#layanan-slider .item .overlay .desc-item .wrap{
    max-height: calc(100% - 50px);
    overflow-y: auto;
    padding-bottom: 15px;
}
.wrap::-webkit-scrollbar {
    width: 5px;
}

.wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#layanan-slider .item:hover .overlay .desc-item{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
#layanan-slider .item:hover .overlay span{
    height: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.title-box h1{
    color: #ffffff;
}
section.our-process .customer-product__heading-nav{
    height: calc(100% - 163px);
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.our-process .customer-product__heading-nav h1{
    top: 20px;
}
.h-medium-to-large {
    line-height: 32px;
}
.status_service_progress section.our-process #v-pills-tabContent-three {
    width: 648px;
    padding: 0px;
    min-height: auto;
    background-color: unset;
    color: #515151;
}
.status_service_progress section.our-process .nav .nav-link .tab-text, .status_service_progress section.our-process .nav .nav-link:after {
    visibility: visible;
    color: #c1c1c1;
}
.status_service_progress section.our-process .nav .nav-link.active .tab-text {
    color: #174e94;
}
section.our-promise .our-promise__right .our-promise__none-slider.left_custom{
    left: -35%;
}
.ex_wo_number{
    display: block;
    margin-top: 15px;
    
}
.ex_wo_number a{
    color: #ffffff;
    position: relative;
}
.ex_wo_number a:before{
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background-color: #ffffff;
    opacity: .6;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.ex_wo_number a:hover:before{
    width: 100%;
}
.ex_wo_close{
    position: absolute;
    right: 15px;
    font-size: 45px;
}

#proses__pick{
    width: 200px;
    margin: auto;
    position: relative;
}
#proses__pick .item{
    text-align: center;
    margin: 30px 0px;
}
#proses__pick .item h4{
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    color: #174e94;
}
#proses__pick .item span{
    display: block;
}
#proses__pick .item span i{
    background-position: 0 -40px;
}
#proses__pick .item span i.icon.vehicle-ready {
    background-position: 0 -58px;
}
#proses__pick.owl-carousel .owl-nav button.owl-prev, #proses__pick.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: #174e94;
}
#proses__pick.owl-carousel .owl-nav button.owl-prev{
    left: 0px;
}
#proses__pick.owl-carousel .owl-nav button.owl-next{
    right: 0px;
}

section.our-process .nav .nav-link {
    height: 140px;
}
section.our-process .nav .nav-link:after, section.our-process .nav .nav-link:before {
    top: 50% !important;
    left: 50%;
}

@media (min-width: 1200px){
.navbar-brand img {
    width: 350px;
    top: 12px;
}
}
@media (min-width: 1000px){
section.our-process .nav:before {
    top: 50%;
}
}

@media (max-width: 992.98px){
    #layanan-slider .item .overlay .desc-item, #layanan-slider .item .overlay span{
    transform: translateY(0px);
    }
    section.our-promise .our-promise__right .our-promise__none-slider.left_custom{
        left: 0px;
    }
    section.our-promise .customer-product__heading-nav {
        background-color: #000;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .layanan{
        width: 100%;
        padding-bottom: 50px;
    }
    section.our-process .customer-product__heading-nav h1 {
        line-height: 32px;
        padding: 0;
    }
    section.our-process .customer-product__heading-nav {
        height: 100%;
        padding: 30px 0px;
        width: 100%;
        position: relative;
        background-color: #ffffff;
        margin-top: 30px;
    }
    section.our-process .customer-product__heading-nav h1{
        color: #000000;
    }
    section.our-process .our-process__quotes {
        padding: 15px 15px;
    }
    section.our-process .gj-dropdown {
        padding: 0px 15px;
    }
}
@media (max-width: 768.98px){
    .layanan ul li {
        width: 50%;
    }
    .status_service_progress section.our-process #v-pills-tabContent-three {
        width: 100%;
    }
}