/* =====================
   css child home page
   ====================== */
a {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}
.vacature-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.vacature-slide {
    padding: 0px 12px;
}

.vacature-card .vacature-cat-badge {
    background: #1977C0;
    color: #fff;
    padding: 3px 12px 4px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 99;
}

.vacature-card .vacature-thumb-wrap {
    position: relative;
    line-height: 1;
}

.vacature-content {
    padding: 40px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.vacature-card .vacature-content h3 {
    margin: 0;
    width: 100%;
}

.vacature-card ul.vacature-meta {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 16px;
}

.vacature-card ul.vacature-meta li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #1977C0;
    gap: 16px;
}


.arrow-dots-slick button.slick-arrow {
    top: auto;
    bottom: 0px;
    width: auto;
    right: 120px;
    left: auto;
    border: 0;
    background: transparent;
    font-size: 0;
    height: auto;
    padding: 0;
}

.slider-btm {
    padding: 1px 0px 90px 1px;
}

.vacatures-slider ul.slick-dots {
    left: 12px;
}

.arrow-dots-slick .slick-dots {
    width: auto;
    bottom: 20px;
    height: auto;
    min-height: auto;
}

.arrow-dots-slick .slick-dots li button:before {
    display: none;
}

.arrow-dots-slick .slick-dots li {
    margin: 0;
}

.arrow-dots-slick .slick-dots li.slick-active button {
    background: #16b4ad;
}

.arrow-dots-slick .slick-dots li button {
    border: 1px solid #16b4ad;
    width: 12px;
    height: 12px;
}

.arrow-dots-slick button.slick-arrow.slick-next {
    right: 70px;
}

.arrow-dots-slick button.slick-arrow:before {
    align-items: center;
    background: #16b4ad;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    font-weight: 300;
}

.arrow-dots-slick button.slick-arrow.slick-prev:before {
    content: "\f053";
    font: normal normal normal 14px / 1 FontAwesome;
}

.arrow-dots-slick button.slick-arrow.slick-next:before {
    content: "\f054";
    font: normal normal normal 14px / 1 FontAwesome;
}

.slick-disabled:before {
    opacity: .4;
}

.vacature-content .excerpt-txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.click-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.boxes-sec .rhea_modern_feature_section_inner {
    height: 100%;
}