/* 
    Created on : Oct 11, 2021, 3:13:52 PM
    Author     : duongca
*/
div.home-page section.page-header{
    background: #101828;
    background-size: cover;
    margin: 0;
    padding: 0;
    border-bottom: hidden;
}
div.home-page section.after-header{
    padding-top: 100px;
}
div.home-page section.after-header .iw-tabs.custom-tab-style .iw-tab-items .iw-tab-items-bg{
    justify-content: right!important;
    padding-right: 200px;
}
div.home-page section.after-header .section-tab-content {
    position: relative;
    margin-top: -50px;
}
.all-jobs-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.all-jobs-btn .ibtn{
    font-size: 14px;
    line-height: 20px;
}
.actions-btn {
    margin-top: 50px;
}
.actions-btn span.icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.actions-btn a.ibtn{
    width: 250px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
div.home-page section.job-carousel-slider{
    padding-top: 100px;
}
div.home-page section.job-carousel-slider .section-content{
    padding-top: 50px;
}

.keyword-trending {
    margin-top: 15px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.keyword-trending.inside-search{
    display: none;
}
.keyword-trending span {
    font-size: 16px;
    line-height: 23px;
}
.keyword-trending.inside-search span{
    font-weight: 400;
}
.keyword-trending span a, .keyword-trending span {
    color: #FCFCFD;
}
.keyword-trending span > span {
    font-weight: bold;
}
.keyword-trending span a:hover{
    color: var(--colors-primary-500);
}
.keyword-trending span.icon {
    height: 20px;
    margin-right: 5px;
}

/*Footer links block*/
section.home-footer-link-block{
    margin-bottom: 100px;
}
.home-footer-link-block h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
section.home-footer-link-block .section-content-inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}
.block-link-inner{
    width: 33%;
    margin: 35px 0;
}
.block-header{
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #515152;
}
.block-links {
    display: flex;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 15px;
}
.block-links a{
    padding: 4px 10px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    color: #344054;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.block-links a:hover{
    background: var(--colors-primary-500);
	color: var(--colors-base-white);
}
/* End footer links block*/

/*block heading*/
.block-heading .heading-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--colors-darkgrey-800);
    margin: 0;
    padding: 0;
    letter-spacing: -0.02em;
}
.block-heading .heading-title span.highlight-text, .block-title span.highlight-text, h3.block-h-text span.highlight-text{
    position: relative;
    z-index: 1;
}
.block-heading .heading-title span.highlight-line, .block-title span.highlight-line, h3.block-h-text span.highlight-line{
    position: absolute;
    height: 8px;
    background: var(--colors-primary-500);
    width: 100%;
    left: 0;
    bottom: 4px;
    z-index: -1;
}
.block-heading .heading-description{
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    color: var(--colors-darkgrey-800);
}

/* header block */
.home-page-search{
    overflow: visible;
}
.home-page-header-block{
    margin-bottom:0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url('../imgs/Gesamtgrafik.png');
    background-size: 600px;
}
.header-block-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}
.header-block-search {
    max-width: 800px;
    flex-grow: 0;
    padding: 150px 0;
}
.header-block-search .block-heading .heading-title{
    color: #FCFCFD;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
}
.header-block-search .block-heading .heading-title span{
    color: var(--colors-primary-500);
}
.header-block-search .block-heading .heading-description{
    color: #FCFCFD;
    font-size: 25px;
    line-height: 45px;
    margin-top: 25px;
}

.header-block-image {
    flex-grow: 1;
}
figure.home-header-image {
    height: 100%;
    display: flex;
    align-items: end;
    padding-left:70px;
}
figure.home-header-image img{
    /*    position:absolute;
        width:520px;*/
    width: 450px;
}

/*New section*/
section.irow.new-block {
    margin-top: 120px;
}
section.irow.new-block h3.block-h-text {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--colors-darkgrey-800);
}
section.irow.new-block .section-content{
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: solid 1px #E4E4E4;
    padding-bottom: 40px;
}

section.new-block .block-main-content{
    display: flex;
    gap: 80px;
    padding-bottom: 100px;
    align-items: center;
}
section.new-block .block-image{
    flex: 0 0 auto;
    width: 450px;
}
section.new-block .block-heading {
    display: none;
}
section.new-block .block-text {
    flex-grow: 1;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #828282;
}
section.new-block .all-jobs-btn {
    margin-top: 30px;
}
section.new-block .block-text ul{
    margin: 25px 0 0;
    padding: 0;
    list-style-position: inside;
}
section.new-block .block-text ul li{
    margin-bottom: 15px;
}
section.new-block .block-text ul li i{
    margin-right: 15px;
    font-size: 20px;
}
section.new-block .branch-slider-inner .owl-carousel{
    padding: 0 55px;
}
section.new-block .branch-slider-inner .owl-carousel button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
section.new-block .branch-slider-inner .owl-carousel button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
section.new-block .branch-slider-list .brand-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
section.new-block .branch-slider-list .brand-list-items.brand-list-first{
}
section.new-block .branch-slider-list .brand-list-items.brand-list-second{
    margin-top: 40px;
    gap: 80px;
}
section.new-block .branch-slider-list .branch-item{
    align-items: center;
    display: flex;
    justify-content: center;
    border: solid 1px #ededed;
}
section.new-block .branch-slider-list .branch-item img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.irow.our-services{
    margin-top: 160px;
}
.our-services-items {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.service-item {
    width: 25%;
    background: #F6F7F9;
    border-radius: 5px;
    padding: 26px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}
.service-item:hover{
    background: #FFF8D6;
}
.service-item .service-content{
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.service-content h4 {
    margin-top: 0;
    color: #515152;
}
.service-item:hover .service-content, .service-item:hover .action-link > a{
    color: #515152;
}
.service-item .service-icon {
    padding: 50px 0 30px;
    width: 80px;
}
.service-item .action-link {
    padding: 15px 0 50px;
    display: flex;
    justify-content: center;
}
.service-item .action-link > a{
    color: #999;
}
.service-item .action-link > span{
    width: 20px;
    height: 20px;
    color: #000;
    margin-left: 5px;
}

.job-alert{
    margin-top: 150px;
}
.job-alert .block-heading{
    display: none;
}
.job-alert h3.block-title{
    font-size: 40px;
    line-height: 60px;
    color: #515152;
}
.job-alert div.block-text{
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    color: #999;
}
.job-alert .section-row{
    gap: 100px;
    align-items: center;
}
.job-alert-form {
    margin-top: 50px;
    color: #344054;
    font-size: 14px;
    line-height: 20px;
}
.job-alert-form p {
    font-weight: 500;
}
.form-elements {
    display: flex;
}
.form-elements button > span + span{
    height: 20px;
}
.form-elements button{
    font-size: 16px;
    color: var(--colors-base-white);
    font-weight: 600;
    gap: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    padding: 13px 20px;
    height: auto;
    width: 150px;
}
.form-elements input {
    border-radius: 8px 0 0 8px;
    border: hidden;
    background: #F2F4F7;
    padding: 10px 15px;
    flex-grow: 1;
    font-size: 16px;
    line-height: 24px;
}

.employers-block{
    margin-top: 160px;
}

section.employers-block .section-inner{
    padding-bottom: 40px;
    border-bottom: 2px solid #E4E4E4;
}
.all-employers-btn{
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.all-employers-btn a{
    color: #999999;
    font-size: 14px;
    line-height: 20px
}
.all-employers-btn a > span + span, .all-jobs-btn a > span + span, .field-link-top-jobs a > span + span{
    height: 20px;
}

/*Video Seri*/
.videoserie{
    margin-top: 100px;
}
.videoserie .block-heading{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.videoserie .block-content{
    margin-top: 30px;
}
.videoserie-slider {
    position: relative;
}
.videoserie-slider .blog-video-item {
    height: 305px;
}
.video-item-inner {
    height: 100%;
    border-radius: 5px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.video-item-inner .video-play-icon {
    color: var(--colors-primary-500);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.9;
}
.video-item-inner .meta-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    padding: 0 5px 25px 5px;
    text-align: center;
    display: flex;
    gap: 7px;
    flex-direction: column;
}
.video-item-inner .meta-info .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.video-item-inner .meta-info .sub-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.videoserie-slider .owl-theme .owl-nav {
    display: flex;
    margin-top: 20px;
}
.videoserie-slider .owl-theme .owl-nav button[class*=owl-] {
    width: 40px;
    height: 40px;
    border: solid 1px var(--colors-grey-300);
    border-radius: 50%;
}
.videoserie-slider .owl-theme .owl-nav button[class*=owl-]:hover {
    background: transparent;
    color: #999;
}
.videoserie-slider .owl-theme .owl-nav button i {
    padding: 5px 10px;
}
.videoserie-slider .block-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}
.videoserie-slider.has-nav .block-action {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.videoserie-slider .owl-carousel.s-next .owl-stage{
    padding-right: 80px!important;
    padding-left: 0!important;
}
.videoserie-slider .owl-carousel.s-prev .owl-stage{
    padding-left: 80px!important;
    padding-right: 0!important;
}

@media (max-width: 1400px) {
    .home-page-header-block{
        background-size: 500px;
    }
}
@media (max-width: 1200px) {
    .header-block-search{
        flex-grow:1;
    }
    .header-block-image{
        flex-grow:0;
        display:none;
    }
}

@media (max-width: 1025px) {
    div.home-page section.after-header .iw-tabs.custom-tab-style .iw-tab-items .iw-tab-items-bg{
        padding-right: 200px;
    }
}

@media (max-width: 991px) {
    .block-heading .heading-title span.highlight-line, .block-title span.highlight-line, h3.block-h-text span.highlight-line{
        bottom: 0;
    }
    div.home-page section.after-header .section-tab-content{
        margin-top: -40px;
    }
    .block-heading .heading-title{
        font-size: 30px;
        line-height: 38px;
    }
    section.irow .section-inner{
        max-width: 800px;
    }
    .home-page-header-block{
        background: transparent;
    }
    section.new-block .block-text{
        font-size: 16px;
        line-height: 24px;
    }
    .job-alert div.block-text{
        font-size: 16px;
        line-height: 24px;
        color: #747F95;
    }
    section.new-block .block-text .block-h-text{
        display: none;
    }
    section.new-block .block-heading {
        display: block;
        margin-bottom: 25px;
    }
    section.new-block .block-image{
        width: 60%;
    }
    .actions-btn a.ibtn{
        width: 100%;
    }
    div.home-page section.after-header .iw-tabs.custom-tab-style .iw-tab-items .iw-tab-items-bg{
        padding-right: 0;
    }
    .all-jobs-btn{
        position: relative;
        display: flex;
        justify-content: flex-end;
        margin-top: 35px;
    }
    .all-jobs-btn a{
        width: 300px;
    }
    section.new-block .branch-slider-list .brand-list-items{
        gap: 30px;
    }
    section.new-block .branch-slider-list .brand-list-items.brand-list-first .branch-item{
        height: 25px;
    }
    section.new-block .branch-slider-list .brand-list-items.brand-list-second .branch-item{
        height: 20px;
    }
    .service-item{
        padding: 0 15px;
    }
    .service-item .service-icon {
        padding: 30px 0 25px;
        width: 60px;
    }
    .service-item .action-link{
        padding-bottom: 30px;
    }
    .job-alert .block-heading{
        display: block;
    }
    .job-alert h3.block-title{
        display: none;
    }
    section.home-footer-link-block .section-content-inner{
        flex-direction: column;
        gap: 50px;
    }
    .block-link-inner{
        width: 100%;
    }
    section.employers-block .section-inner{
        padding-bottom: 150px;
    }
    .keyword-trending.inside-search{
        display: block;
        order: 1;
        width: 100%;
        padding-left: 0;
        margin-top: -10px;
    }
    .keyword-trending.outside-search{
        display: none;
    }
    .header-block-search .block-heading .heading-title {
        font-weight: 500;
        font-size: 72px;
        line-height: 90px;
    }
    .header-block-search{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 720px){
    .header-block-search{
        padding-top: 70px;
        padding-bottom: 50px;
    }
    div.home-page section.after-header .section-tab-content{
        margin-top: 50px;
    }
    div.home-page section.after-header .iw-tabs.custom-tab-style .iw-tab-items .iw-tab-items-bg{
        justify-content: center!important;
    }
    .header-block-search .block-heading .heading-title {
        font-weight: 500;
        font-size: 60px;
        line-height: 72px;
    }
    .header-block-search .block-heading .heading-description{
        font-size: 18px;
        line-height: 28px;
    }
    div.home-page section.after-header{
        padding-top:170px;
    }
    section.home-footer-link-block{
        flex-direction: column;
    }
    .block-link-inner{
        width: 100%;
    }
    section.irow.new-block .section-content{
        padding-left: 0;
        padding-right: 0;
    }
    .all-jobs-btn{
        justify-content: center;
    }
    .all-jobs-btn a{
        width: 100%;
        max-width: 480px;
    }
    section.new-block .block-main-content{
        flex-direction: column;
    }
    section.irow.new-block .section-content{
        /*border-bottom: hidden;*/
    }
    /*    .branch-slider-list{
            display: none;
        }*/
    .our-services-items{
        flex-wrap: wrap;
        gap: 15px;
    }
    .service-item{
        width: calc(50% - 7.5px);
        padding: 25px 15px;
        gap: 12px;
    }
    .irow.our-services{
        margin-top: 50px;
    }
    .job-alert {
        margin-top: 80px;
    }
    .job-alert .section-row{
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }
    .job-alert .section-row > div{
        order: 2;
    }
    .job-alert .section-row > div + div{
        order: 1;
    }
    .section-col-50{
        width: 100%;
    }
    .form-elements{
        flex-direction: column;
        gap: 15px;
    }
    .form-elements input{
        border-radius: 8px;
        border: 1px solid #D0D5DD;
    }
    .form-elements button{
        width: 100%;
        border-radius: 8px;
        padding: 12px 20px;
    }
    .all-employers-btn{
        margin-top: -30px;
        position: absolute;
        right: 15px;
        z-index: 11;
    }
    .service-item .service-icon{
        padding: 0;
        width: 54px;
    }
    .service-item .action-link{
        padding: 12px 0 0;
    }
    section.employers-block .section-inner{
        border-bottom: hidden;
    }
    section.employers-block .section-inner{
        padding-bottom: 40px;
    }
    section.home-footer-link-block .section-content-inner{
        gap: 0;
    }
    .videoserie-slider .owl-carousel.s-next .owl-stage{
        padding-right: 60px!important;
        padding-left: 0!important;
    }
    .videoserie-slider .owl-carousel.s-prev .owl-stage{
        padding-left: 60px!important;
        padding-right: 0!important;
    }
}
@media (max-width: 580px) {
    .header-block-search .block-heading .heading-title {
        font-weight: 500;
        font-size: 35px;
        line-height: 38px;
    }
    .home-footer-link-block h4{
        margin-top: 100px;
    }
    section.new-block .block-image{
        width: 80%;
    }

}
@media (max-width: 480px){
    .videoserie-slider .owl-carousel.s-next .owl-stage{
        padding-right: 60px!important;
        padding-left: 0!important;
    }
    .videoserie-slider .owl-carousel.s-prev .owl-stage{
        padding-left: 60px!important;
        padding-right: 0!important;
    }
    .videoserie-slider .blog-video-item {
        height: 240px;
    }
    div.home-page section.after-header{
        padding-top:80px;
    }
    section.irow.new-block{
        margin-top: 80px;
    }
    section.new-block .block-main-content{
        padding-bottom: 40px;
    }
    section.new-block .branch-slider-list {
        padding: 0 10px;
    }
    section.new-block .branch-slider-list .branch-item{
        border: solid 1px #ededed;
    }
    section.new-block .branch-slider-inner .owl-carousel{
        padding: 0;
    }
}

