/* home */
.home_inject{
    height: 78vh;
}
.home_company{
    height: 80vh;
}
@font-face{
    font-family:'abeze';
    src:url("../fonts/abeezee.regular.ttf") format("truetype");
    font-weight:normal;
    font-style:normal}

.img_headline_1{
    height: 88vh;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
}
.direct_mobile{
    padding-top: 5px;
    margin-top: 40px;
}
.branch_address{
    color: #fff !important;
}
@media (max-width: 767px){
    #events .event-content.active {
        background-color: #E8E8E8;
    }
}
/* company overview */
.company{
    display: block;
    position: absolute;
    top: 100px;
    right: 200px;
    color: #fff;
    text-align: right;
}
.title{
    font-size: 24px;
}
.title > h2 {
    font-size: 42px;
    font-weight: 900;
    margin-top: 5px;
}
.years{
    display: inline-block;
    width: 200px;
    /* text-align: center; */
}
.brand{
    display: inline-block;
    width: 200px;
    /* text-align: center; */
}
.partner{
    display: inline-block;
    width: 200px;
    /* text-align: center; */
}
.years > h2 {
    font-size: 42px;
    font-weight: 900;
}
.brand > h2 {
    font-size: 42px;
    font-weight: 900;
}
.partner > h2 {
    font-size: 42px;
    font-weight: 900;
}

/* footer */
#footer > .container > .footer-wrapper > .col-xs-5ths{
    text-align:left;
    height: 190px;
}
#footer{
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-wrapper .header h3{
    color: #fff !important;
}
#footer > .container > .footer-wrapper > .col-xs-5ths {
    color: #fff;
}
#footer > .container > .footer-wrapper > .col-xs-5ths > h4 {
    color: #f99b1c !important;
}
.contact_link_mail{
    font-weight: 900;
}
.contact_link_phone{
    font-weight: 900;
}
.hyperlink_mail{
    color: #014584 !important;
    transition: 0.5s;
}
.hyperlink_mail:hover{
    color: #E89B00 !important;
    transition: 0.5s;
}
.hyperlink_mail_white{
    color: #ffffff !important;
    transition: 0.5s;
}
.hyperlink_mail_white:hover{
    color: #E89B00 !important;
    transition: 0.5s;
}
.hyperlink_phone{
    color: #333333 !important;
    font-weight: 900;
    /* cursor: text; */
}
/* .hyperlink_phone:hover{
    color: #E89B00 !important;
    transition: 0.5s;
} */
.hyperlink_phone_white{
    color: #ffffff !important;
    /* cursor: text; */
}
/* .change_color_nav:focus{color: #E89B00 !important;} */
.nav-act.active > a{
    color: #E89B00 !important;
    /* font-weight: 700; */
}
.nav-act.active {
    color: #E89B00 !important;

}
.maintenance{
    width: 100%;
    top: 0;
    /* position: absolute; */
    height: 100vh;
    object-fit: cover;
}
.h_menten{
    position: absolute;
    width: 100% !important;
    padding-left: 150px !important;
}
.menten{
    position: absolute;
    color: #fff;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 65px;
    font-weight: 900;
    margin-top: -90px;
}
.menten_custom{
    color: #E89B00;
    font-size: 80px;
}
.content_news{
    max-height: 525px;
    overflow: scroll;
    display: block;
}
/* responsive */
@media (max-width: 480px){
    .content_news{
        max-height: 275px;
        overflow: scroll;
        display: block;
    }
    #promo .promo-slider-wrapper .main-title {
        font-size: 1.5em;
    }
    .menten {
        position: absolute;
        color: #fff;
        top: 50%;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        margin-top: -50px;
    }
    .menten_custom{
        color: #E89B00;
        font-size: 40px;
    }
    .h_menten{
        position: absolute;
        /* width: 100%; */
        padding-left: 15px !important;
    }
    #home .header .main-logo {
        width: auto !important;
    }
    .contact_link_phone{
        font-weight: 900;
    }
    .hyperlink_phone{
        color: #014584 !important;
        transition: 0.5s;
    }
    .hyperlink_phone:hover{
        color: #E89B00 !important;
        transition: 0.5s;
    }
    .hyperlink_mail{
        color: #014584 !important;
        transition: 0.5s;
    }
    #privilege .privilege-parent .privilege-item.active {
        width: 100%;
        height: auto;
    }
    #privilege .privilege-parent .privilege-item.active>img {
        margin-left: -100%;
        transition: none;
        display: none;
    }
    #privilege .privilege-parent .privilege-item.active .privilege-content {
        left: 0;
        width: 100%;
        height: auto;
        position: relative;
        transition: none !important;
    }
    #privilege .privilege-parent .privilege-item.not-active {
        display: none;
    }
    #privilege .privilege-parent .privilege-item.active:nth-child(2) {
        left: 0;
    }
    #privilege .privilege-parent .privilege-item.active:nth-child(3) {
        left: 0;
    }
    #privilege .privilege-parent .privilege-item.active:nth-child(4) {
        left: 0;
    }
}
@media (max-width: 768px){
    .home_inject{
        height: 220px !important;
    }
    .home_company{
        height: auto !important;
    }
    .banner-nav>.fa {
        font-size: 40px !important;
    }
    #home .home_company {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .company{
        top: 30px;
        right: 50px;
    }
    .title{
        font-size: 14px;
    }
    .title > h2 {
        font-size: 22px;
        font-weight: 900;
        margin-top: 5px;
    }
    .years{
        display: inline-block;
        width: 100px;
        /* text-align: center; */
    }
    .brand{
        display: inline-block;
        width: 100px;
        /* text-align: center; */
    }
    .partner{
        display: inline-block;
        width: 100px;
        /* text-align: center; */
    }
    .years > h2 {
        font-size: 22px;
        font-weight: 900;
    }
    .brand > h2 {
        font-size: 22px;
        font-weight: 900;
    }
    .partner > h2 {
        font-size: 22px;
        font-weight: 900;
    }

    #footer > .container > .footer-wrapper > .col-xs-5ths{
        width: 100% !important;
        height: auto !important;
        padding: 12px;
    }
    .workshop-inject{
        padding-top: 0 !important;
    }
}
@media (min-width: 1200px){
    .container_inject {
        width: 1170px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .home_inject {
        height: 88vh;
        position: absolute;
        top: 0;
    }
    .social-logo {
        z-index: 2 !important;
    }
    .main-logo{
        z-index: 2 !important;
        position:relative !important;
    }
}
#home .home-slider .owl-dots{
    position: absolute;
    width: 100%;
    margin: -35px auto 0;
    text-align: center;
}
#home .home-slider .owl-dots .owl-dot{
    width:10px;
    height:10px;
    margin:0 3px;
    border-radius:100%;
    background-color:#b1b1b1;
    display:inline-block;
    vertical-align:middle;
    -webkit-transition:all 300ms 0s;
    -moz-transition:all 300ms 0s;
    -o-transition:all 300ms 0s;
    -ms-transition:all 300ms 0s;
    transition:all 300ms 0s
}
#home .home-slider .owl-dots .owl-dot.active{background-color:#014584}
.company_overview{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.overview_img{
    height: 505px;
    /* background: #E89B00; */
}
.nav_overview{
    background: #fff;
    color: #000;
    font-size: 16px;
}
/* .nav_overview:hover{
    text-decoration: underline;
    transition: 5s;
} */
.nav_overview:after{
    content: '';
    position: absolute;
    width: 0; height: 2px;
    display: block;
    margin-top: 5px;
    right: 15%;
    background: #666;
    transition: width .7s ease;
    -webkit-transition: width .7s ease;
}
.nav_overview:hover:after{
    width: 70%;
    left: 15%;
    background: #666;
}
.menuSlider{border-top: 1px solid #eee;}
.menuSlider > .owl-stage-outer > .owl-stage > div{
    text-align: center;
    padding: 15px 5px;
}
#blog .menuSlider .banner-nav.prev {
    left: 2%;
}
#blog .menuSlider .banner-nav.next {
    right: 2%;
}
#blog .menuSlider .banner-nav {
    position: absolute;
    top: 55px;
    bottom: 0;
    font-size: 8vw;
    line-height: 0;
    height: 8vw;
    margin: auto;
    color: #222;
}
#blog .menuSlider .banner-nav>.fa {
    font-size: 45px !important;
}
#promo .promo-parent {
    background-color: #fff !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.promo-open{
    width: 100%;
    height: auto;
    padding: 0;
}
#promo .banner-nav.prev {
    left: 2% !important;
}
#promo  .banner-nav.next {
    right: 2% !important;
}
#promo .banner-nav {
    position: absolute;
    top: 55px;
    bottom: 0;
    font-size: 8vw;
    line-height: 0;
    height: 8vw;
    margin: auto;
    color: #222;
}
#promo .container-fluid {
    padding: 0 !important;
}
.news_cover{position: relative;}
.news_title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-family: 'abeze';
    font-size: 30px;
    letter-spacing: -1px;
    color: #fff;
    height: auto;
    min-height: 135px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #050505 100%);
}
.news_year{
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
    background-color: #e89b01;
    padding: 3px 35px;
    border-radius: 3px;
}
.promo-slider img{
    width: 100% !important;
    height: auto !important;
    max-height: 535px !important;
    object-fit: scale-down !important;
}
.latest_custom .owl-carousel {
    width: 66.66666667% !important;
}
.promo_title{
    font-size: 20px;
}
/* style="padding: 20px 15px 30px;" */
.latest_custom.temp_c .owl-carousel{
    width: 100% !important;
}
.choose_us .owl-controls .owl-nav .banner-nav.prev {
    left: 3%;
}
.choose_us .owl-controls .owl-nav .banner-nav.next {
    right: 3%;
}
.choose_us .owl-controls .owl-nav .banner-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 8vw;
    line-height: 0;
    height: 8vw;
    margin: auto;
    color: #FFF;
}
.choose_us .owl-controls .owl-dots {
    padding: 11px;
    position: absolute;
    left: 16%;
}
.choose_us .owl-controls .owl-dots .owl-dot.active {
    background-color: #014584;
}
.choose_us .owl-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 100%;
    background-color: #b1b1b1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 300ms 0s;
    -moz-transition: all 300ms 0s;
    -o-transition: all 300ms 0s;
    -ms-transition: all 300ms 0s;
    transition: all 300ms 0s;
}
.choose_us .owl-controls{
    height: 40px;
}
/* .choose_us .owl-stage-outer .owl-stage div{
    margin-right: 0 !important; */
    /* width: 33.3333% !important;
} */
/* #evgroups{margin-top: 0 !important;} */
/* #privilege .banner-nav.prev {
    left: 2% !important;
}
#privilege  .banner-nav.next {
    right: 2% !important;
}
#privilege .banner-nav {
    position: absolute;
    top: 55px;
    bottom: 0;
    font-size: 8vw;
    line-height: 0;
    height: 8vw;
    margin: auto;
    color: #ccc;
}
.privilege_open{
    width: 100%;
    height: auto;
    padding: 0;
}
#privilege .container-fluid {
    padding: 0 !important;
}
.group_section{margin: 0;} */

/* #animate_cover {
    margin: 80px auto;
    position: relative;
    width: 240px;
    height: 240px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#animate_cover > img {
    position: absolute;
    width: 100%;
    height: auto;
} */
@media(min-width:1601px){
    .overview_img{
        height: 640px;
        /* background: #E89B00; */
    }
}
@media (max-width:480px){
    #blog >.company_overview>.overview_section>.owl-stage-outer>.owl-stage>.owl-item>.overview_img>img{
        min-height: 160px;
    }
    #blog .menuSlider .banner-nav {
        top: 0;
        bottom: 18px;
    }
    .overview_img {
        height: auto;
        width: 100%;
    }
    .latest_custom .owl-carousel {
        width: auto !important;
        max-width: 100%;
        min-width: 100%;
        height: 200px;
        position: absolute;
        bottom: 15px;
    }
    .promo_title{
        font-size: 13px;
    }
    .promo-slider img{
        max-height: 200px !important;
    }
    .fadein {
        height: 521px !important;
    }
    #promo .banner-nav.prev {
        left: 5% !important;
    }
    #promo  .banner-nav.next {
        right: 5% !important;
    }
    .img_headline_1{
        height: 60vh;
        position: relative;
    }
    .direct_mobile{
        margin-top: 0;
    }
}


@keyframes fade {
    0%   { opacity: 0; }
    11.11%   { opacity: 1; }
    33.33%  { opacity: 1; }
    44.44%  { opacity: 0; }
    100% { opacity: 0; }
}

.fadein {
    position:relative;
    height: 527px;
    /* height:332px;
    width:500px;
    outline: 1px solid blue;  */
}
.fadein img {
    position:absolute;
    left:0;
    right:0;
    opacity:0;
    animation-name: fade;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    width: 100% !important;
    height: 100% !important;
}
.fadein img:nth-child(1) { animation-delay: 0s;  }
.fadein img:nth-child(2) { animation-delay: 5s;  }
.fadein img:nth-child(3) { animation-delay: 10s;  }
.fadein img:nth-child(4) { animation-delay: 15s;  }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f86c6b;
}

.contact.is-invalid {
    border-color: #f86c6b;
}
#footer .col-lg-4 label{
    color: #E89B00;
    font-family: "Lato", sans-serif;
    display: block;
    text-align: left;
}
#footer .col-lg-4 span{
    color: #fff;
    font-family: "Lato", sans-serif;
    display: block;
    text-align: left !important;
}
#footer .footer-wrapper {
    width: 100% !important;
}
#footer .footer-wrapper .address .col-lg-4{
    margin: 12px auto;
}
.workshop-inject{
    padding-top: 100px;
}