/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 21, 2021, 4:00:03 PM
    Author     : duongca
*/
@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.employer-benefit-carousel{
    padding: 0 25px;
}
.employer-premium section.irow{
    margin-top: 120px;
}
.employer-premium section.irow.benefits{
    margin-top: 150px;
}
.employer-premium section.irow.interviews, .employer-premium section.irow.flexible-boxes {
    margin-top: 50px;
}
.employer-premium section.irow.main-video{
    margin-top: 0;
}
.owl-carousel .owl-nav{
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background: transparent;
    color: #888;
}
.iwj-employer-detail.v2, .iwj-employer-detail.premium_employer{
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.iwj-employer-detail.v2 .irow .section-inner{
    max-width: 900px;
}
.iwj-employer-detail .employer-detail .employer-info-top{
    overflow: auto;
    margin-bottom: 0;
    background: transparent;
    margin-top: 0;
    padding: 35px 0 0;
}
.employer-detail-page-heading.sticky-header{
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
    border-bottom: 1px solid #e3e6e9;
    padding: 15px 0;
    top:0;
    z-index: 1;
}
.employer-detail-page-heading .info-job-detail-metas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 24px;
}
.employer-detail-page-heading.sticky-header .info-job-detail-metas{
    display: none;
}
.employer-detail-page-heading .info-job-detail-metas .info-job{
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.employer-detail-page-heading .page-heading-content{
    display: block;
    position: relative;
}
.employer-detail-page-heading .info-job-detail .job-image{
    display: flex;
}
.employer-detail-page-heading .info-job-detail .img-avatar{
    padding: 2px;
    background: #fff;
    width: 85px;
    height: 85px;
    border: 1px solid var(--colors-grey-100);
}
.employer-detail-page-heading .info-job-detail .img-avatar img{
    width: 100%;
    height: 100%;
}

.employer-detail-page-heading .info-job-detail .iw-heading-title{
    color: var(--colors-darkgrey-800);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0;
}
.employer-detail-page-heading .info-job-detail .sub-title{
    color: var(--colors-darkgrey-500);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.employer-detail-content-bar{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid var(--colors-grey-100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    margin-bottom: 30px;
    padding-bottom: 2px;
    position: relative;
    margin-top: 30px;
}
.iwj-employer-content {
    padding-bottom: 50px;
}
.iwj-employer-detail .section-block {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.iwj-employer-detail .section-block .block-title{
    color: var(--colors-darkgrey-800);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.iwj-employer-detail .section-block .block-content{
    color: var(--colors-darkgrey-500);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 18px;
}
.employer-meta-info{
    display: flex;
    gap: 14px;
    flex-direction: column;
}
.employer-meta-info .meta-1{
    display: flex;
    gap: 50px;
}
.employer-meta-info .sub-meta-1, .employer-meta-info .meta-2{
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}
.employer-meta-info .meta-title{
    color: var(--colors-darkgrey-800);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.employer-meta-info .meta-2 .meta-value{
    display: flex;
    gap: 4px;
}
.employer-meta-info .meta-2 .meta-value span{
    display: inline-flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: 6px;
    border: 1px solid var(--colors-grey-300);
    background: var(--colors-base-white);
    color: var(--colors-grey-700);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.iwj-employer-detail .basic-benefits{

}
.iwj-employer-detail .basic-benefits .benefit-items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.iwj-employer-detail .ebenefit-item {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 250px;
}
.iwj-employer-detail .ebenefit-item span{
    color: var(--colors-darkgrey-500);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.iwj-employer-detail .ebenefit-item span.icon{
    background: var(--colors-grey-100);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.iwj-employer-detail .section-block.job-contact{
    max-width: 600px;
    margin: 0 auto;
}
.iwj-employer-detail .section-block.job-contact .block-header{
    text-align: center;
    margin-top: 70px;
}
.iwj-employer-detail .section-block.job-contact .block-header .block-description{
    margin-top: 58px;
    color: var(--colors-darkgrey-500);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.iwj-employer-detail .employer-detail .iwj-open-position {
    padding: 0;
    box-shadow: none;
}
.iwj-employer-detail .employer-detail h3.iw-title-border{
    padding: 30px 0;
    color: var(--colors-primary-500);
    text-transform: none;
    border-bottom: none;
}
.iwj-employer-detail .employer-detail .iwj-jobs .job-item{
    display: flex;
    padding: 24px 24px 28px 24px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid var(--colors-grey-200);
    background: var(--colors-base-white);
    margin-bottom: 24px;
    flex-direction: column;
    gap: 15px;
}
.iwj-employer-detail .employer-detail .iwj-jobs .job-item .job-title a{
    color: var(--colors-darkgrey-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.iwj-employer-detail .employer-detail .job-item .job-info{
    display: flex;
    gap: 15px;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
.iwj-employer-detail .employer-detail .job-item .job-info .job-action{
    color: var(--colors-primary-500);
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    flex: 0 0 auto;
}
.iwj-employer-detail .employer-detail .job-item .job-info .job-action a{
    color: var(--colors-primary-500);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.iwj-employer-detail .employer-detail .job-item .job-info .job-action a i{
    color: var(--colors-primary-500);
    font-size: 20px;
    margin: 0;
}
.iwj-employer-detail .employer-detail .job-item .job-info .job-action a.saved i{
    font-weight: 900;
}
.iwj-employer-detail .employer-detail .job-item .job-meta-info{
    display: flex;
    gap: 24px;
}
.iwj-employer-detail .employer-detail .job-item .job-meta-info .meta-item{
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--colors-darkgrey-500);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.employer-detail .iw-job-header{
    height: calc(22vw + 85px);
    position: relative;
    background-position: center;
    background-image: url(https://karriere-suedtirol.com/wp-content/uploads/2021/10/Header-hintergrund38_Zeichenflaeche-1-background.svg);
}
.employer-detail-page-heading .info-job-detail .info-actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.employer-detail-page-heading .info-job-detail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

/*Style for premium employer*/
.employer-premium section.irow .section-inner{
    max-width: 1000px;
}
.video-popup-container {
    position: relative;
    padding-top: 56%;
    padding-bottom: 1px;
}
.video-popup-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-text-content {
    padding: 20px 44px 20px 0;
    flex-grow: 1;
    text-align: justify;
    line-height: 28px;
}
.popup-text-content h3{
    color: var(--colors-darkgrey-800);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 32px 0 16px;
    text-align: left;
}
.popup-text-content h3:first-child{
    margin-top: 0;
}
.interview-popup-content {
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    gap: 44px;
    padding: 40px!important;
}
.interview-popup-content .popup-image {
    width: 33%;
    flex: 0 0 auto;
}
.interview-popup-content .popup-image-inner {
    display: flex;
    justify-content: center;
    background-image: url(../imgs/bg-interview-image-popup.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.interview-popup-content .popup-image img{
    margin: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.employer-detail .header-inner {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4dnciIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNNjQwIDE0MEwxMjgwIDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNjQwIDk4bDY0MC05OEgweiIvPjwvZz48L3N2Zz4=);
    background-size: 200% 8vw;
    bottom: 0;
    height: 8vw;
    z-index: 1;
    transform: rotateY(180deg) rotateX(180deg);
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
    display: block;
    left: 0;
    right: 0;
    margin-bottom: -1px;
}
.premium_employer.iwj-employer-detail .employer-premium .employer-info-top{
    margin-top: 0;
}
.premium_employer .employer-intro {
    display: flex;
    gap:30px;
    align-items: center;
}
.premium_employer .col-intro-image{
    display: flex;
    gap:22px;
    justify-content: center;
    padding: 24px;
}
.premium_employer .col-intro-image img{
    border-radius: 4px;
}
.employer-intro .col-image-left,
.employer-intro .col-image-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.employer-intro .col-image-right {
    margin-top: 22px;
}
.employer-intro .col-intro-text{
    padding: 0 0 0 50px;
}
.employer-intro .extra-info{
    list-style: none;
    padding: 0;
    margin: 0;
}
.employer-intro .extra-info li{
    display: flex;
    margin-bottom: 13px;
}
.employer-intro .extra-info li .icon{
    font-size: 18px;
    padding: 5px 15px 0 0;
    color: var(--colors-primary-500);
}
.employer-intro .extra-info li h5{
    padding: 0 0 10px;
    margin: 0;
    font-size: 17px;
    color: #818181;
}

/*employer video*/
.employer-video {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.9;
    font-size: 16px;
    background-image: url(../imgs/bg-video-arrow.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding-top: 140px;
}
.iwj_heading{
    max-width: 650px;
    margin: 0 auto;
}
.employer-video .video-box{
    padding: 42px 50px;
    position: relative;
}
.employer-video .video-box:before{
    content: "";
    position: absolute;
    background-image: url('../imgs/video-bg.svg');
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.employer-video .iwj-employer-detail-video {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
    z-index: 0;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
}
.employer-video .iwj-employer-detail-video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.employer-video .iwj-employer-detail-video:hover:after {
    opacity: 1;
}
.employer-video .iwj-employer-detail-video .play-button,
.employer-interview .interview-video-item .play-button{
    text-align: center;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: var(--colors-primary-500);
}
.employer-video .iwj-employer-detail-video .play-button .title-button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.employer-video .video-container, .interview-video-poster{
    padding-top: 56%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.employer-video .video-container iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.employer-video .full_view a, .jobs-contact .full_view a, .flexible-box-item .full_view a, .flexible-box .full_view a{
    justify-content: center;
}
.flexible-box-item .full_view a{
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: var(--colors-darkgrey-800);
}

/*Key Metas*/
section.irow.keys-info{
    background: var(--colors-secondary-900);
    margin-bottom: 120px;
}
section.irow.keys-info .section-inner{
    display: flex;
    padding: 40px 1rem;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}
section.keys-info .block-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.keys-info .wrap-icon{
    border: 8px solid var(--colors-primary-700);
    background: var(--colors-primary-600);
    color: #fff;
}
.keys-info .title{
    color: var(--colors-base-white);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
section.keys-info .block-content{
    width: 100%;
}
section.keys-info .meta-infos{
    display: flex;
    justify-content: center;
}
section.keys-info .meta-infos .meta-info{
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    flex: 1;
    align-items: center;
    gap: 4px;
    border-left: 2px solid var(--colors-grey-600);
}
section.keys-info .meta-infos .meta-info:first-child{
    border-left: hidden;
}
section.keys-info .meta-info .meta-value{
    color: var(--colors-base-white);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}
section.keys-info .meta-info .meta-title{
    color: var(--colors-grey-200);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.employer-premium .employer-benefit .iwj_heading.style2 h2 strong,
.employer-premium .employer-video .iwj_heading.style2 h2 strong{
    font-weight: 600;
}
/*Employer Benefit*/
.employer-benefit {
    display: flex;
    gap:50px;
    padding-bottom: 50px;
}
.employer-benefit .iwj-1-3 {
    flex-grow: 1;
    padding-top: 15px;
}
.employer-benefit .iwj-2-3 {
    flex: 0 0 auto;
    width: 50%;
    background: url(../imgs/benefits-bg.svg) no-repeat top center;
    background-size: 100%;
}
.employer-benefit .owl-carousel .owl-stage-outer{
    padding: 150px 1px 0 0;
    margin-top:-140px;
}
.employer-benefit .owl-carousel .owl-nav{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.employer-benefit .owl-carousel .owl-nav button.owl-next, .employer-benefit .owl-carousel .owl-nav button.owl-prev{
    background: transparent;
    color: #888;
    position: relative;
    font-size: 16px;
}
.employer-benefit .owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.employer-benefit .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.benefit-carousel-item-inner {
    display: flex;
    flex-direction: column;
}
.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px #dedede;
    height: 130px;
    justify-content: center;
    cursor: pointer;
    gap:8px;
    margin: 7px;
    text-align: center;
    word-break: break-word;
    padding: 5px;
    background: var(--colors-base-white);
    color: var(--colors-secondary-900);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    height: 100px;
}
.benefit-item:hover {
    color: #fff;
    background: var(--colors-primary-500);
}
.benefit-item .icon{
    font-size: 40px;
}
.benefit-item .icon i{
    font-weight: 300;
}

/*Interview videos*/
.employer-premium section.irow.employer-interview {
    margin-top: 22px;
}
.employer-interview .section-title {
    color: var(--colors-darkgrey-800);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.employer-interview .interview-videos {
    margin-top: 12px;
}

.interview-videos-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.interview-video-item{
    width: 100%;
}
.interview-videos-inner.item-count-5 .item-0, .interview-videos-inner.item-count-5 .item-1,
.interview-videos-inner.item-count-4 .item-0, .interview-videos-inner.item-count-4 .item-1,
.interview-videos-inner.item-count-4 .item-2, .interview-videos-inner.item-count-4 .item-3 {
    width: calc(50% - 4px);
}
.interview-videos-inner.item-count-5 .item-0 .play-button i, .interview-videos-inner.item-count-5 .item-1 .play-button i,
.interview-videos-inner.item-count-4 .item-0 .play-button i, .interview-videos-inner.item-count-4 .item-1 .play-button i,
.interview-videos-inner.item-count-4 .item-2 .play-button i, .interview-videos-inner.item-count-4 .item-3 .play-button i{
    font-size: 70px;
}
.interview-videos-inner.item-count-5 .item-2, .interview-videos-inner.item-count-5 .item-3, .interview-videos-inner.item-count-5 .item-4,
.interview-videos-inner.item-count-3 .item-0, .interview-videos-inner.item-count-3 .item-1, .interview-videos-inner.item-count-3 .item-2 {
    width: calc(33.33% - 5px);
}
.interview-videos-carousel .interview-video-poster img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4px;
}

/*Interview image*/
.employer-interview-images{
    display: flex;
    gap: 24px;
}
.iwj-1-2 {
    display: flex;
    width: 50%;
    flex: 1;
}
.employer-interview-images .iwj_heading{
    margin-top: 30px;
}
.interview-images {
    width: 100%;
}
.interview-image-content {
    height: 285px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.item-active .interview-image-content:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f424";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    padding: 5px 10px;
    z-index: 1;
    font-weight: 300;
}
/*.interview-image-content:after{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0,0,0, 0.2);
}*/
.interview-image-content:after{
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    content: "";
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(80,135,176,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(80,135,176,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(80,135,176,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#5087b0",GradientType=1);
    border-radius: 10px;
}
.interview-image-content .item-content{
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index: 1;
    width: 100%;
    padding: 0 10px;
}
.interview-image-content .item-content-text{
    text-align: center;
    color: var(--colors-base-white);
}
.interview-image-content .item-content-text h3{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.interview-image-content .item-content-text p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.interview-image-content .item-content-button{
    text-align: right;
    font-size: 30px;
}
.interview-image-content .item-content h3{
    color: #fff;
}
.interview-images .owl-item.active:first-child {
    transform: scale(0.8) translateX(50%);
}
.interview-images .owl-item.active:last-child {
    transform: scale(0.8) translateX(-50%);
    z-index: -1;
}

/*Flexible boxes*/
.flexible-box-items {
    margin-top: 50px;
}
.flexible-box-items-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.flexible-box-item {
    width: calc(33.33% - 20px);
    text-align: center;
    border: solid 1px var(--colors-grey-100);
}
.flexible-box-item.has-image{
    border-top: hidden;
}
/*.flexible-box-item.has-image .item-box-content {
    border: solid 1px #dedede;
}*/
.flexible-box-item .item-box-content {
    padding: 15px 15px 30px 15px;
}
.flexible-box-item h3 {
    margin: 0 0 15px;
    position: relative;
    font-size: 18px;
}
.flexible-box-item .box-content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.full_view {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 18px;
}
.full_view a{
    display: flex;
    gap: 8px;
    align-items: center;
}
.flexible-box-item .full_view {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}

/*Photo gallery section*/
.foto-gallery .section-title h2{
    color: var(--colors-darkgrey-800);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    padding: 0;
}
.photo-galleries {
    margin-top: 20px;
}
.image-gallery-item.large-item {
    width: 600px;
    height: 400px;
}
.image-gallery-item.small-item {
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.image-gallery-item figure, .image-gallery-item figure a {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

/*Jobs*/
.iwj-employer-detail .employer-detail.employer-premium .iwj-open-position{
    max-width: 850px;
    margin: 0 auto;
}
.jobs-pagging {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.jobs-pagging button{
    color: var(--colors-primary-500);
}
.jobs-pagging button.disabled{
    color: var(--colors-darkgrey-500);
}
.employer-jobs-contact {
    margin-top: 24px;
}
.employer-jobs-contact .iwj-open-position, .employer-jobs-contact .iwj-employer-widget-wrap{
    display: none;
}
.employer-jobs-contact.activate-jobs .iwj-open-position{
    display: block;
}
.employer-jobs-contact.activate-contact .iwj-employer-widget-wrap{
    display: block;
}
.iwj-single-widget.iwj-single-contact-form {
    margin-top: 50px;
    max-width: 850px;
    margin: 50px auto;
}
.iwj-single-contact-form .iwjmb-input input:hover, .iwj-single-contact-form .iwjmb-input input:focus, .iwj-single-contact-form .iwjmb-input textarea:hover, .iwj-single-contact-form .iwjmb-input textarea:focus{
    border-color: var(--colors-primary-500);
}

/*Contact info*/
.employer-premium section.irow.info-block{
    margin: 70px 0 100px 0;
}
ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 10px;
}
li.social-link-item {
    width: 25px;
    height: 25px;
    border-radius: 2px;
}
li.social-link-item a{
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
li.social-link-item a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
li.social-link-item.facebook {
    background: #3c5996;
}
li.social-link-item.instagram {
    background: #e92b5b;
}
li.social-link-item.linkedin {
    background: #0e7bb4;
}
li.social-link-item.twitter {
    background: #1da1f2;
}
li.social-link-item.google_plus {
    background: #eb4132;
}
li.social-link-item.youtube {
    background: #f20e08;
}
li.social-link-item.vimeo {
    background: #15b0eb;
}

.iwj-employer-detail .section-block.info-block{
    margin-top: 0;
    padding-bottom: 70px;
}
.info-block .block-content{
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    gap: 15px;
    padding: 30px 0;
    width: 100%;
}
.info-block .block-content .extra-items{
    display: none;
}
.info-block .block-content .extra-items .extra-items-inner{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.info-block .block-content .show-hide-items {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.show-hide-items-block .show-hide-items{
    width: 100%;
}
.show-hide-items-block .extra-items{
    display: none;
}
.show-hide-items-block .show-hide-items a,
.info-block .block-content .show-hide-items a {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: var(--colors-primary-500);
}
.info-block .block-content .block-title {
    color: var(--colors-darkgrey-800);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.info-block .block-content .contact-item{
    border-radius: 8px;
    display: flex;
    gap: 15px;
    border: solid 1px var(--colors-grey-200);
    padding: 15px;
}
.info-block .block-content .block-content-left, .info-block .block-content .block-content-right{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;
    padding: 0;
    margin-top: -15px;
    border-radius: 8px;
}
.info-block .block-content .block-content-left.has-data, .info-block .block-content .block-content-right.has-data{
    border: solid 1px var(--colors-grey-200);
    padding: 15px;
    margin-top: 0;
}
.info-block .block-content .block-content-left{
    text-align: right;
}
.info-block .block-content .main-info{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.info-block .block-content .main-info a {
    color: var(--colors-grey-600);
    font-weight: 400;
    text-decoration: underline;
}
.info-block .block-content .block-content-right .main-info{
    justify-content: flex-start;
}
.info-block .block-content .main-info .info-image{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 auto;
    color: var(--colors-grey-100);
    border: solid 1px #ededed;
    background: var(--colors-grey-100);
    display: flex;
    align-items: center;
}
.info-block .block-content .main-info .name{
    color: var(--colors-darkgrey-800);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.info-block .block-content .main-info .position, .info-block .block-content .main-info .position a{
    color: var(--colors-primary-700);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.info-block .block-content .sub-info, .info-block .block-content .sub-info a{
    color: var(--colors-grey-600);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    word-break: break-all;
}
.info-block .block-content .sub-info > div{
    display: flex;
    gap: 5px;
    align-items: baseline;
}
.info-block .block-content .sub-info .social-media{
    display: flex;
    gap: 5px;
    margin-top: 5px;
}
.info-block .block-content .sub-info .social-media a{
    color: var(--colors-darkgrey-500);
    font-size: 20px;
}
.info-block .block-content .block-content-right .main-info .name-role{
    order: 1;
}
.info-block .block-content .block-content-right .main-info .info-image{
    border: solid 1px #ededed;
    border-radius: 5px;
    line-height: 20px;
    background: var(--colors-grey-100);
}
.info-block .block-content .block-content-right .main-info .name-role{
    order: 1;
}

@media (min-width: 720px){
    .employer-detail-page-heading.sticky-header .info-job-detail-metas{
        display: flex;
    }
}
@media (min-width: 1248px){

    .employer-detail-page-heading.sticky-header .info-job-detail .iw-heading-title{
        overflow: hidden;
        height: 30px;
    }
    .employer-detail-page-heading .info-job-detail .job-header-meta-list li.job-header-meta-item.company-name{
        display: inline;
        font-weight: 400;
        margin-bottom: 0;
    }
    .employer-detail-page-heading .info-job-detail .img-avatar{
        width: auto;
        height: auto;
    }

}

@media (max-width: 1024px){
    .iwj-employer-detail .employer-detail .job-item .job-info .job-type {
        position: absolute;
        top: -5px;
    }
    .info-block .block-content .sub-info{
        padding-left: 0;
    }
    .info-block .block-content{
        flex-direction: column;
        gap: 50px;
    }
    .info-block .block-content .main-info{
        justify-content: flex-start;
        gap: 16px;
    }
    .info-block .block-content .main-info .name-role{
        order: 1;
    }
    .info-block .block-content .contact-item{
        flex-direction: column;
    }
    .info-block .block-content .contact-item.block-header{
        display: none;
    }
    .info-block .block-content .block-content-left, .info-block .block-content .block-content-right{
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 720px){
    .employer-detail-content-bar .print-button{
        display: none;
    }
    .employer-interview-images{
        flex-direction: column;
    }
    .iwj-1-2{
        width: 100%;
    }
    .employer-premium .iwj-flip-carousel{
        max-width: 500px;
        margin: 0 auto;
    }
    .employer-benefit{
        flex-direction:column;
        gap:0;
    }
    .employer-benefit .iwj-1-3{
        padding-top: 0;
    }
    .iw-col-50, .employer-benefit .iwj-2-3{
        width: 100%;
        order: 1;
    }
    .employer-benefit-carousel .owl-carousel.s-prev .owl-stage{
        padding-right: 40px!important;
        padding-left: 0!important;
    }
    .employer-benefit-carousel .owl-carousel.s-next .owl-stage{
        padding-right: 40px!important;
        /*padding-left: 0!important;*/
    }
    .employer-interview-images .iwj_heading{
        margin-top: 0;
    }
    .interview-popup-content{
        flex-direction: column;
    }
    .interview-popup-content .popup-image{
        width: 100%;
    }
    .interview-popup-content .popup-image img{
        margin: 50px;
    }
    .employer-premium section.irow.employer-interview{
        margin-top: 30px;
    }
    .employer-premium section.irow.keys-info{
        margin-top: 90px;
    }
}
@media (max-width: 480px){
    .interview-popup-content{
        padding: 24px!important;
    }
    .employer-premium .iwj-flip-carousel{
        padding: 0;
    }
    .interview-image-content{
        height: 250px;
    }
    .employer-video{
        padding-top: 50px;
        background-image: none;
    }
    .employer-premium section.irow.keys-info{
        margin-top: 90px;
    }
    .interview-popup-content .popup-image img{
        margin: 20px 0;
    }
    .popup-text-content{
        padding: 0;
    }
    .employer-premium section.irow, .employer-premium section.irow.benefits{
        margin-top: 70px;
    }
    section.irow.keys-info .section-inner{
        padding: 96px 1rem;
    }
    section.keys-info .meta-infos{
        flex-direction: column;
        gap: 40px;
    }
    section.keys-info .meta-infos .meta-info{
        padding: 20px 0 0;
        border-top: 2px solid var(--colors-grey-600);
        border-left: hidden;
    }
    .employer-intro .col-intro-text{
        padding: 0;
        order: 0;
    }
    .employer-detail-page-heading .info-job-detail .iw-heading-title{
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
    }
    .iwj_heading.style1 {
        text-align: left!important;
    }
    .iwj-employer-detail .employer-premium .employer-detail-info,
    .iwj-employer-detail .employer-premium .iwj-open-position{
        padding: 0;
    }
    .iwj-employer-detail .employer-premium h3.iw-title-border{
        padding: 30px 0;
    }
    .employer-premium .iw-job-header{
        height: 30vw;
    }
    .iwj-employer-detail .employer-detail .job-item .job-info .job-type {
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0 0;
    }
    .iwj-employer-detail .employer-detail .job-item .job-info{
        padding-right: 0;
    }
    .flexible-box-items-inner{
        gap: 15px;
    }
    .flexible-box-item{
        width: 100%;
    }
    .premium_employer .employer-intro{
        flex-direction: column;
    }
    .premium_employer .col-intro-image{
        order: 1;
        margin-top: 50px;
    }
    .employer-video .iwj-employer-detail-video .play-button i{
        font-size: 50px;
    }
    .image-gallery-item.small-item{
        width:auto;
    }
    .photo-galleries .owl-carousel .owl-item{
        overflow: hidden;
    }
    .interview-video-poster {
        padding-top: 56.6%;
    }
    .employer-interview .interview-videos {
        padding: 0;
    }
    .employer-premium section.irow.main-video .section-inner{
        padding: 0;
    }
    .employer-video .video-box{
        padding:30px 1rem;
    }
    .job-apply-page .iwj-btn-action button{
        max-width: 100%!important;
    }
    .employer-benefit .owl-carousel .owl-nav button.owl-next, .employer-benefit .owl-carousel .owl-nav button.owl-prev{
        display: none;
    }
    .employer-benefit-carousel{
        padding: 0;
    }
    .employer-premium .iwj_heading.style2{
        text-align: left;
    }
    .employer-premium .employer-video .iwj_heading.style2{
        padding: 0 1rem;
    }
    .employer-video .full_view a, .jobs-contact .full_view a, .flexible-box-item .iwj_heading .full_view a, .flexible-box .iwj_heading .full_view a{
        justify-content: left;
    }
    .employer-benefit .iwj-2-3{
        background-image: url(../imgs/bg-benefits-mobile.svg);
        background-position: center;
        background-size: contain;
    }
}