@font-face {
    font-family: 'fontbold';
    src: url("../../assets/fonts/Rubik-Bold.ttf");
}

@font-face {
    font-family: 'fontbook';
    src: url("../../assets/fonts/Rubik-Regular.ttf");
}

@font-face {
    font-family: 'fontlight';
    src: url("../../assets/fonts/Rubik-Light.ttf");
}


@font-face {
    font-family: 'fontmedium';
    src: url("../../assets/fonts/Rubik-Medium.ttf");
}


*:focus {
    outline: none !important;
}

.visible-it {
    visibility: visible !important;
}

.pattern {
    background: url("../../assets/img/slicingmobile/mobile/about/pattern.png") repeat;
    position: relative;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.slick-dots li.slick-active .dots-slider, .slick-dots li:hover .dots-slider {
    background-position: left top;
}
.dots-slider {
    /*background: url("../../assets/img/about/DOT.png") no-repeat;*/
    background: url("../../assets/img/about/bullter.png") no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.navbar {
    margin-top: 0px;
    z-index: 1000;
    /*padding-top: 20px;*/
}

.logobounche {
    left: 20px;
    position: relative;
    top: 40px;
    width: 50%;
    padding-left: 35px;
    max-width: 140px;
}

.logobounche img {
    width: 100%;
}

#cbp-spmenu-s2 img {
    padding: 20px;
    max-width: 160px;
}

#showRightPush {
    background: url("../../assets/img/home/menu.png") no-repeat bottom left;
    height: 31px;
    width: 110px;
}

#showRightPush:hover {
    background-position: top left;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.button.button--aylen {
    background: #fff;
    color: #bcc6c6;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    border: #bcc6c6;
}

.button--aylen.button--inverted {
    background: none;
    color: #bcc6c6;
    border:2px solid #bcc6c6;

}
a:hover{
    text-decoration: none !important;
}
.button--aylen::before,
.button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--aylen::before {
    background: #7e8989;
}

.button--aylen::after {
    background: #333838;
}

.button--aylen:hover {
    color: #fff;
}

.button--aylen:hover::before,
.button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    z-index: 1;
}

.button--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
    z-index: 1;
}

.button img, .button span {
    position: relative;
    z-index: 10;
    font-family:fontlight !important;
    font-weight:bold !important;
}

.button img, .button .button-text {
    position: relative;
    z-index: 10;
}

.slick-slide {
    outline: none;
    height: auto !important;
}

#showRightPush .texts {
    display: none;
}

#showRightPush {
    background: url("../../assets/img/slicingmobile/mobile/home/menu_mobile.png") no-repeat bottom left;
    background-size: 100% auto;
    height: 20px;
    width: 20px;
    margin-right: 62px;
    /*padding-left: 25px;*/
    margin-top: 24px;
    cursor: pointer;
}

#showRightPush .texts {
    display: block;
    padding-left: 25px;
    padding-top: 0px;
    margin-top: -1px;
    color:#fff;
}
.header-all{
    height: 500px;
    width: 100%;
    position: relative;
}
.header-all.header-career{
    background: #1b1d1c url("../../assets/img/bgheader/career.jpg") no-repeat top center ;
    -webkit-background-size:cover;
    background-size:cover;
}
.header-all.header-contact{
    background: #1b1d1c url("../../assets/img/bgheader/about.jpg") no-repeat top center ;
    -webkit-background-size:cover;
    background-size:cover;
    height: 340px;
}
.header-all.header-about{
    background: #1b1d1c url("../../assets/img/about/header-bg.jpg") no-repeat top center ;
    -webkit-background-size:cover;
    /* background-image: 
        url("../../../assets/img/slicingmobile/mobile/about/pattern.png"),
        linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
        url("../../../assets/img/service2025/bgservicedetail2025.jpg");
     */
    background-repeat: repeat, no-repeat, no-repeat;
    background-position: center -120px, center, center;
    -webkit-background-size: cover;
    background-size:cover;
}


.header-all.header-about .pattern{
    height: 100%;
}


.header-title-wrap{

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    max-width: 700px;
}
.header-all.header-contact .header-title-wrap{
    top: 50%;
}
.header-title{
    margin: 0 auto 30px;
    text-align: center;
}
.header-desc{
    margin: 0 auto 180px;
    height: 66px;
}
.title-fonttype{
    /*color: #fff;*/
    color:#bcc6c6;
    font-size: 30px;
}

.content-fonttype{
    font-size: 16px;
    color: #b5bebd;
    font-family:fontlight;
}

.content-all{
    padding: 40px 0 0;
    background-color: #1b1d1c;
}
.content-all > .pattern{
    margin-top: -40px;
    padding-top: 40px;
}
.content-title{

    margin-bottom: 10px;
    text-align: center;
}
.content-desc{
    margin-bottom: 40px;
    text-align: center;
}
.content-employee{
    background-color: #1b1d1c;
        padding-bottom: 0;
}
.content-service{

    background: #bbc5c6;
    max-width: 100%;
    background-size: cover;
}
.content-works{
    padding-top: 0;
    padding-bottom: 0;
}
.content-works .works-desk-title{
    padding-top: 30px;
}
.content-interest {
    padding: 40px 0 0px; /* Your existing padding */
    background: 
        linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
        url("../../assets/img/about/interested.png") no-repeat center center;

    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.5);
}
.content-interest .pattern{
    padding-bottom: 20px;
}
.content-interest .joinbut{
    margin-top: -15px;
}
.footer{
    position: relative;
    bottom: 0;
    z-index: 400;
    text-align: center;
    background: #1c1c1c;
    width: 100%;
    padding: 26px 0px;
}
.footer2{
    background: #1c1c1c;
}
.footer:after{
    content: '';
    display: block;
    clear: both;
}
.footer-copyright, .footer-social-link{
    display: inline-block;
}
.footer-copyright,.footer-copyright-mobile{
    font-size: 12px;
    color: #b5bebd;
    font-family: fontlight;
    float: left;
    margin-left: 7rem;
    padding-top: 2px;
}
.footer-copyright-mobile{
    display: none;
}
.footer-social-link{
    float: right;
    margin-right: 7rem;
}
#footer-fb{
    background: url("../../assets/img/desktop/logo-facebook.png") no-repeat top left ;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    width: 18px;
    height: 18px;
}
#footer-tw{
    background: url("../../assets/img/desktop/logo-twitter-new.png") no-repeat top left;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    /*width: 20px;
    height: 18px;*/
    width: 18px;
    height: 18px;
}
#footer-ig{
    background: url("../../assets/img/desktop/logo-instagram.png") no-repeat top left;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    width: 18px;
    height: 18px;
}
#footer-ln{
    background: url("../../assets/img/desktop/logo-linkedin.png") no-repeat top left ;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    width: 18px;
    height: 18px;
}
.footer-social-link ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social-link ul li{
    display: inline-block  !important;
    margin-left: 20px;
}
.footer-social-link a{
    display: inline-block;
    text-decoration: none;
    text-indent: -9999px;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;

}
.footer-social-link a:hover{
    background-position: left bottom !important;
}
.footer-logo,.footer-address div,.footer-copyright{
    text-align: center !important;
}
.footer .description{
    padding: 0;
    margin: 0 auto;
    min-height: 0 !important;
    font-family:fontlight !important;
    font-size: 14px !important;
}
.footer .description span{
    margin-top: 0;
}
.footer-logo {
    margin: 14px auto 20px;
    width: 70px;
}
.footer-logo img{
    width: 100%;
}
.footer-address{
    margin: 15px;
    color: #bcc6c6;
    font-family: fontlight;
    font-weight: normal;
    display: inline-block;
    width: 265px;
}
.footer-address .description.email{
    color:#fff;
}
.footer-address .description span{
    line-height: 30px;
}
.footer-copyright{
    font-size: 16px;
    margin: 20px auto !important;
    float: none !important;
}

/*menu baru*/
.cbp-spmenu-right.cbp-spmenu-open{
    background-color: #000;
    background-image: url("../../assets/img/slicingmobile/mobile/about/pattern.png");
   /* box-shadow: -50px 0px 100px rgba(0,0,0,0.5)*/
}
nav#cbp-spmenu-s2 a {
    text-align: right;
    color:#7e8989;
    border-right:1px solid #333838;
    margin-right: 88px;
    padding:0.6rem 0.8rem;
}
.cbp-spmenu-vertical {
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 1000;
}
.cbp-spmenu-right {
    right: -300px;
}
nav#cbp-spmenu-s2 a.menu-logo{
    border-right:none !important;
    margin-top: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
nav#cbp-spmenu-s2 a:hover {
    background-color: rgba(0,0,0,0);
    color: #fff;
    text-decoration: none;
}
.menu-close{
    text-align: right;
    cursor: pointer;
    color: #fff;
    margin-top: 50px;
    margin-right: 88px;
}
.menu-close:hover,.footer-menu-social{
    color:#697372;
}
.footer-menu{
    margin-top: 40px;
    margin-right: 88px;
    text-align: right;
}
.footer-menu-social{
    margin: 10px auto 10px;
}
.footer-menu .footer-social-link{
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
}
.cbp-spmenu-right.cbp-spmenu-open .menu-shadow{

    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.3;
    display: block;
    right: 100%;
    background:url('../../assets/img/bgheader/dropshadow.png') repeat-y top right;
    -webkit-background-size:87% auto;
    background-size:87% auto;
    border: none;
    outline:none;
}
.cbp-spmenu-push-toleft {
     left: 0px !important;
}
.cbp-spmenu-right.cbp-spmenu-open{
    z-index: 100;
    /*position: relative;*/
}
.overlay{
    display: none;
}
.cbp-spmenu-push-toleft .overlay{
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

/*edited by michael*/

.country_name{
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

/*lanscape and mini dekstop resolution*/
@media screen and (min-width: 800px) and (max-width: 1190px){
    .footer-text-wrap{
        width: 65%;
        margin: 0px auto;
    }

}

@media screen and (max-width: 1199px) {
    #showRightPush .texts {
        display: block;
        padding-left: 25px;
        padding-top: 1px;
        margin-top: -6px;
    }
    .header-all.header-contact {
        background: #1b1d1c url("../../assets/img/bgheader/about.jpg") no-repeat 25% 0% / auto 100%;
        -webkit-background-size: auto 100% ;
        background-size: auto 100% ;
    }
}
@media screen and (max-width: 1024px) {
    #showRightPush .texts {
        display: block;
        padding-left: 25px;
        padding-top: 1px;
        margin-top: -1px;
    }
}
@media screen and (max-width: 991px) {
    #showRightPush .texts {
        display: block;
        padding-left: 25px;
        padding-top: 4px;
        margin-top: -6px;
    }
    .texts {
        line-height: 1rem;
    }

    .logobounche {
        padding-left: 15px;
        top: 25px;
    }

    #showRightPush {
        margin-right: 25px;
        margin-top: 5px;
    }
    .header-title-wrap{
        margin: 0 auto;
    }
    .header-title{
        text-align: center;
    }
    .header-desc{
        text-align: center;
        margin: 0 auto 30px;
        height: auto;
    }
    .content-title{
        margin: 0 auto 30px;
        text-align: center;
    }
    .content-desc{
        margin: 0 auto 30px;
        text-align: center;
        padding: 20px 30px;
    }
    .footer{
        position: relative;
    }
    .footer-copyright, .footer-copyright-mobile , .footer-social-link{
        display: block;
        margin-right: 0;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: right;
        float: none;
    }
    .footer-copyright{
        display: none;
    }
    .footer-copyright-mobile{
        display: block;
    }
    .footer-social-link ul li {
        display: inline-block;
        margin-left: 10px;
    }
}

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

    #showRightPush {
        margin-right: 70px;
        width: 20px;
    }
    .header-all{
        height: 450px;
    }
    .header-all.header-career{
        background: #1b1d1c url("../../assets/img/bgheader/career.jpg") no-repeat top center;
        -webkit-background-size:auto 450px;
        background-size:auto 450px;
    }
    .header-all.header-about{
         background-image: 
        url("../../../assets/img/slicingmobile/mobile/about/pattern.png"),
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../../../assets/img/service2025/bgservicedetail2025.jpg");
    
    background-repeat: repeat, no-repeat, no-repeat;
    background-position: top center, center, center;
    -webkit-background-size: auto, cover, cover;
    background-size: auto, cover, cover;
    }
    .header-all.header-contact {
        background: #1b1d1c url("../../assets/img/bgheader/contact-mobile.jpg") no-repeat 14% 0%;
        -webkit-background-size:auto 100%;
        background-size:auto 100%;
    }
    .header-desc{
        text-align: center;
        margin: 0 auto 30px;
        height: 200px;
    }
    #showRightPush .texts {
        display: block;
        padding-left: 25px;
        padding-top: 3px;
        margin-top: -3px;
    }
    .menu-close {
        text-align: right;
        cursor: pointer;
        color: #fff;
        margin-top: 28px;
    }
    .contact .content-all{
        margin-top: -2px;
    }
    .footer-address {
        margin: 12px 20px;
    }
    
}