html {

}

body {
    font-family: "aktiv-grotesk", sans-serif;
    color: #404040;
    margin: 0;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

header {
    padding: 35px 25px 25px;
}

.stickyHeader {
    position: fixed;
    box-sizing: border-box;
    background-color: rgba(47,180,233,0.95);
    width: 100%;
    box-sizing: border-box;
    padding: 20px 25px;
    z-index: 999;
    max-width: 1150px;
    margin-top: -110px;
}

.stickyLogo {
    max-width: 105px;
    float: left;
    margin-right: 60px;
}

.stickyJobTitle {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 68px;
}

.logo img {
    max-width: 165px;
}

.title {
    padding: 60px 190px;
}

.preTitle {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #404040;
}

.jobTitle {
    font-weight: 500;
    font-size: 60px;
    line-height: 68px;
    color: #2FB4E9;
    margin: 15px 0;
    display: inline-block;
}

.subTitle {
    font-size: 30px;
    line-height: 38px;
    color: #404040;
    font-weight: 500;
}

.mainpic {
    padding: 0 100px 40px;
}

.mainpic img {
    width: 100%;
}

ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.aboutJob {
    padding: 0 40px 0 190px;
}

.aboutJob ul {
    margin-left: -33px;
    list-style: none;
}

.aboutJob li {
    display: list-item;
    position: relative;
    padding-left: 10px;
    z-index: -1;
}

.aboutJob li:before {
    content: "\f0da";
    font: 16px/1 'FontAwesome' !important;
    position: absolute;
    left: -5px;
    top: 6px;
}

.sectionTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.sectionContent {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
}
.sectionContent#intro {
    margin-bottom: 20px;
}

.contract, .workload, .workPlace  {
    border-top: 2px solid #EDEFF0;
    padding: 10px 0;
}

.jobInfoTitle {
    color: #404040;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.jobInfo {
    margin-bottom: 30px;
}

.workPlace .jobInfoContent a {
    color: #D12A29;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.award img {
    margin-top:20px;
    height: 100%;
    width: auto;
    max-width: 200px;
    max-height: 180px;
    transition: transform 0.2s;
}
.award img:hover {
    transform: scale(1.02);
}
.contactTitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

.contactPerson {
    margin-top: 15px;
    margin-bottom: 25px;
}

.contactImage {
    float: left;
}

.contactImage  {
    border-radius: 50%;
    max-width: 60px;
}


.contactName, .contactPhone {
    position: relative;
    top: 10px;
    left: 15px;
}

.contactSection .applyBtn {
    margin-bottom: 0;
    margin-top: 25px;
    width: 100%;
}

.benefits {
    background-color: #EDEFF0;
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 40px;
}

.bigTitle {
    color: #2FB4E9;
    font-size: 60px;
    font-weight: 500;
    line-height: 68px;
    margin-bottom: 30px;
}

.benefits > div {
    padding: 0 190px;
}

.benefits > div:first-child {
    padding-top: 30px;
}

.benefits > div:last-child {
    padding-bottom: 30px;
}

.benefitSlickSlide img {
    float: left;
    margin-right: 40px;
}

.benefitText {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    overflow: hidden;
}

.slick-dots li button:before {
    background-color: #3b3c3c;
    opacity: 1;
    content: "";
    width: 56px;
    height: 7px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #2FB4E9;
}

.slick-dots li {
    margin-left: 35px;
}

.slick-dots {
    text-align: right;
    bottom: -40px;
}


.aboutUs {
    padding: 0 100px;
    margin-bottom: 40px;
}

.aboutUs .sectionTitle, .bigTitle, .aboutUsText, .aboutUsLink {
    padding: 0 90px;
}
.benefits .bigTitle {
    padding: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.aboutUsText {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 30px;
}


.aboutUsLink {
    margin-top: 30px;
    color: #D12A29;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}

.similarJobs {
    background-color: #EDEFF0;
    padding: 30px 50px;
}

.inner {
    width:100%;
    overflow:hidden;
    margin-top: 25px;
    margin-bottom: 40px;
    display: inline-flex;
}

.similarJob {
    width:33.33333333%;
    float:left;
    background-color: #2FB4E9;
    max-width: 288px;
    margin-right: 30px;
    height: 210px;
    padding: 30px;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
}

.similarTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.similarWorkplace {
    position: absolute;
    bottom: 30px;
}



.jobAbo {
    font-size: 22px;
    line-height: 32px;
}

.jobAboLink {
    color: #D12A29;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    text-decoration: none;
}

footer {
    background-color: #404040;
    text-align: center;
    padding: 50px 0;
    color: #FFFFFF;
}

.applyBtn {
    background-color: #D12A29;
    border: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 55px;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 40px;
    cursor: pointer;
    line-height: 20px;
}
.applyBtn.whatsappButton {
    background-color:#2FB4E9;
    position: relative;
    padding-left:70px;
    padding-right: 30px;
}
.applyBtn.whatsappButton svg {
    position: absolute;
    left:30px;
    top:14px;
    width: 20px;
    height: 20px;
}
footer .applyBtn {
    margin-left:10px;
    width: 300px;
}
.socialTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.socialIcons {
    margin: 15px 0;
}

.socialIcons span {
    margin: 0 5px;
}

.socialIcons img {
    height: 25px;
}

.backToTop {
    display: block;
    width: 90px;
    margin: 40px auto 0;
    text-decoration: none;
    cursor: pointer;
}

.backToTopText {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    color: white;
    text-decoration: none;
}

.social-icons {
    margin-top:30px;
    overflow: visible;
    position: relative;

}

.social-icons > a:first-of-type {
    display: block;
    float: left;
}

.social-icons > a:last-of-type{
    display: block;
    float: right;
}

.social-icons a {
    color:#D12A29;
    text-decoration: none;
    font-weight: 500;
}

.social-icons a svg {
    width:16px;
    height:16px;
    position: relative;
    top:2px;
    margin-right:4px;
}

.social-icons a svg * {
    fill:#D12A29;
}

.stickyTabletBtns {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: -100px;
}

.tooltip-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background-color: rgba(47,180,233,0.95);
    box-shadow: none;
    padding: 5px 15px 10px;
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.2s;
    transform: scale3d(1, 0.9, 1);
    bottom: 22px;
    width: 168px;
    right: -55px;
}
.tooltip-content:after {
    content: "";
    position: absolute;
    top: 99%;
    left: 34px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid rgba(47,180,233,0.95);
}
.tooltip-content a {
    display: block;
    text-align: left;
    margin:5px 0px 0px;
    color:#fff;
}
.tooltip-content a svg {
    width:15px;
    height:15px;
}
.tooltip-content a svg * {
    fill: #fff;
    transition: all 0.2s ease;
}
.tooltip-content.show {
    transition: transform 0.2s;
    opacity: 1;
    z-index: 10;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -transform: scale3d(1, 1, 1);
    pointer-events: auto;
}
.print-only {
    display: none;
}

/**
 * Popup.
 */


.ui.popup {
    z-index: 9999 !important;
}


#social-icon-popup * img {
    height: 15px;
}

.socialIcons span a {
    text-decoration: none;
}


@media only screen and (max-width: 768px) {
    .desktop {
        display: none!important;
    }
    .stickyHeader {
        margin-top: -180px;
    }
    .stickyJobTitle {
        font-size: 28px;
        line-height: 30px;
    }
    header {
        padding: 35px 25px 0 25px;
    }

    .logo img {
        max-width: 135px;
    }

    .title {
        padding: 30px 80px;
    }

    .jobTitle {
        font-size: 50px;
        line-height: 64px;
    }

    .subTitle {
        font-size: 22px;
        line-height: 28px;
    }

    .mainpic {
        padding: 0;
    }

    .aboutJob {
        padding: 35px 40px 0 80px;
    }

    .jobInfo {
        float: left;
        width: 100%;
        margin-right: 10%;
    }

    .contactSection .applyBtn {
        display: none;
    }

    .benefits > div {
        padding: 0 80px;
    }

    .aboutUs .sectionTitle, .bigTitle, .aboutUsText, .aboutUsLink {
        padding: 0 80px;
    }

    .aboutUs {
        padding: 0;
    }

    .aboutUsLink {
        font-size: 20px;
    }

    .bigTitle {
        font-size: 50px;
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }

    .similarJob:nth-child(2) {
        display: none;
    }


    .similarJobs {
        padding: 30px 80px;
    }

    .similarJobs > div {
        padding: 0 !important;
    }

    .stickyTabletBtns {
        width: 100%;
        background-image: linear-gradient(transparent, rgba(64,64,64,0.6));
        display: flex;
        padding: 40px 10px 20px 10px;
        gap:10px;
        box-sizing: border-box;
    }

    .stickyTabletBtns .applyBtn {
        padding: 6px 30px;
        line-height: 20px;
        font-size: 14px;
        margin-bottom:0;
    }
    .applyBtn.whatsappButton svg {
        left:10px;
    }
    .stickyTabletBtns .applyBtn.whatsappButton {
        text-align: left;
        padding-left: 40px;
        padding-right: 10px;
    }
    .shareBtn {
        background-color: #FFFFFF;
        border-radius: 0;
        border: 1px solid #D12A29;
        padding: 15.5px 15px;
    }

    .shareBtn img {
        margin-bottom: -4px;
    }

    footer .applyBtn {
        display: none;
    }

    footer {
        background-color: #404040;
        text-align: center;
        padding: 50px 0 100px;
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 630px) {
    .similarJob {
        width: auto;
        max-width: unset;
        margin-right: 0;
    }
    .similarJob:nth-child(1) {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .logo img {
        max-width: 86px;
    }

    header {
        padding: 20px;
    }

    .aboutJob {
        padding: 20px;
    }

    .title {
        padding: 30px 20px;
    }

    .jobInfo {
        width: 100%;
    }

    .benefits .bigTitle {
        margin-bottom: 0;
    }

    .bigTitle {
        font-size: 30px;
        line-height: 38px;
    }

    .benefitText {
        font-size: 16px;
        line-height: 27px;
    }

    .benefits > div {
        padding: 20px;
        padding-top: 0;
    }

    .aboutUs .sectionTitle, .bigTitle, .aboutUsText, .aboutUsLink {
        padding-left: 20px;
        padding-right: 20px;
    }

    .similarJobs {
        padding: 30px 20px;
    }

    .stickyLogo {
        display: none;
    }

    .benefitSlickSlide img {
         float: initial;
        text-align: center;
        max-width: 100px;
        margin: 30px auto;
    }
    .slick-dots {
        max-width: 90%;
    }
    .stickyJobTitle {
        font-size: 22px;
    }
    .stickyHeader {
        padding: 20px;
    }
    .stickyTabletBtns { gap:5px; }
    .stickyTabletBtns .applyBtn {
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .applyBtn {
        padding: 6px 35px;
    }
}

@media only screen and (max-width: 990px) {
    .jobTitle {
        font-size: 30px;
        line-height: 38px;
    }
}
