@import url("flaticon.css");
/* CSS SLICK */
header {
    overflow: hidden;
}

.bg-job {
    background-image: url("../img/bg_benefit.png");
    background-size: cover;
}

.hero-text h2 {
    margin-bottom: 50px;
}

.hero-text .hero {
    position: relative;
}

.hero-text .hero .hero-slide a:hover span {
    color: #033a71;
}

.hero .hero-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top center;
}

.hero .hero-slide .header-content {
    top: 5%;
    margin-left: 8rem;
    max-width: 550px;
    width: 100%;
    padding: 2rem;
}

.slide-content {
    padding: 10px 20px 10px 0;
}

.slide-content .h1 {
    font-size: 62px;
}

.btn-primary {
    background-color: #5302fe;
    border-radius: 0;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    outline: none;
}

.slick-dots li button::before {
    font-size: 18px;
    color: #fff;
    opacity: 1;
}

.slick-active button {
    background: #d60e96;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSD {
    -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD;
}

.slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 1s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
}

/* Media Queries */

@media (max-width: 768px) {
    .hero-text .hero .hero-slide a {
        padding-top: 0.8rem;
    }

    .hero-text .hero .hero-slide a span {
        font-size: 20px;
        margin-top: 0.5rem;
    }

    .hero .hero-slide .header-content {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0 auto;
    }
}
/* END CSS SLICK */

/* CSS JOB SECTION */
/* Job Section */
.job-section-five {
    position: relative;
    padding: 100px 0;
    background-color: #ecedf2;
}

.job-section-five .outer-box {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border: 1px solid #ecedf2;
    border-radius: 8px;
    overflow: hidden;
}

.job-block-five {
    position: relative;
}

.job-block-five .inner-box {
    position: relative;
    padding: 30px 32px;
    padding-right: 120px;
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    transition: all 300ms ease;
    border-left: 2px solid transparent;
}

.job-block-five:nth-child(even) .inner-box {
    background-color: #f6f6fb;
}

.job-block-five .inner-box:hover {
    border-left: 2px solid #1967d2;
}

.job-block-five .inner-box .theme-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    background: rgba(25, 103, 210, 0.07);
}

.job-block-five .inner-box .theme-btn:hover {
    background: #1967d2;
}

.job-block-five .content {
    position: relative;
    padding-left: 80px;
    padding-top: 5px;
    min-height: 60px;
}

.job-block-five .company-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    transition: all 300ms ease;
}

.job-block-five h4 {
    font-size: 18px;
    color: #202124;
    font-weight: 500;
    line-height: 26px;
    top: -3px;
    margin-bottom: 3px;
}

.job-block-five h4 a {
    color: #202124;
    transition: all 300ms ease;
}

.job-block-five h4 a:hover {
    color: #1967d2;
}

.job-block-five .job-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.job-block-five .job-info li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.job-block-five .job-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #696969;
}

.job-block-five .job-info li a {
    color: #696969;
}

.job-block-five .bookmark-btn {
    position: absolute;
    right: 0;
    top: -15px;
    height: 30px;
    width: 30px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    background: #ffffff;
    transition: all 300ms ease;
}

.job-block-five .bookmark-btn:hover {
    background: #ecedf2;
}

.job-block-five .job-other-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    bottom: 3px;
    margin-left: 10px;
}

.job-section-five .btn-box {
    text-align: center;
    margin-top: 20px;
}

.job-section-five.style-two {
    background-color: #ffffff;
    padding: 100px 0 50px;
}

.job-section-five.style-two .job-block-five .inner-box:hover {
    border-color: #d93025;
}

.job-section-five.style-two .job-block-five .inner-box .theme-btn {
    background-color: rgba(217, 48, 37, 0.07);
}

.job-section-five.style-two .job-block-five .inner-box .theme-btn:hover {
    background-color: #d93025;
}

.job-section-five.style-two .featured-column {
    margin-bottom: 50px;
}

.auto-container {
    position: static;
    max-width: 1310px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title-outer .link {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #1967d2;
    margin-bottom: 50px;
}

.sec-title-outer .link .icon {
    margin-left: 5px;
}

.sec-title-outer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec-title .text {
    position: relative;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
}

.job-other-info li {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.job-other-info li.time {
    background: rgba(25, 103, 210, 0.15);
    color: #1967d2;
}

.job-block-five h4 {
    font-size: 18px;
    color: #202124;
    font-weight: 500;
    line-height: 26px;
    top: -3px;
    margin-bottom: 3px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.btn-style-three {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #1967d2;
    background-color: #e2eaf8;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 18px 35px 15px 35px;
}

.btn-style-three:hover {
    color: #ffffff;
    background-color: #1967d2;
}

@media only screen and (max-width: 599px) {
    .auto-container {
        padding: 0 20px;
    }

    .sec-title-outer {
        flex-direction: column;
        align-items: flex-start;
    }

    .sec-title-outer .link {
        display: none;
    }

    .job-block-five .inner-box {
        padding: 20px 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .job-block-five .content {
        padding: 0;
    }

    .job-block-five .company-logo {
        position: relative;
        display: inline-block;
        width: 50px;
        margin-bottom: 10px;
    }

    .job-block-five h4 {
        font-size: 15px;
        line-height: 1.4em;
    }

    .job-block-five .job-other-info {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .job-section-five {
        padding: 50px 0;
    }

    .sec-title-outer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1023px) {
    .job-block-five .job-info {
        margin-bottom: 0;
    }

    .job-block-five .job-other-info,
    .job-block-five .inner-box .theme-btn {
        display: none;
    }
}

@media only screen and (min-width: 1023px) {
    .selengkapnya {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .selengkapnya {
        display: none;
    }
}
/* END CSS JOB SECTION */

/* CSS How It Works */
.process-section {
    position: relative;
    padding: 100px 0;
}

.process-block {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.process-block .icon-box {
    position: relative;
    display: inline-block;
    padding-top: 56px;
    min-height: 113px;
    margin-bottom: 30px;
}

.process-block .icon-box:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    height: 113px;
    width: 105px;
    background-image: url(https://elearning.sertifikasiku.com/img/landing_page/job-portal/shape-3.png);
    z-index: -1;
    content: "";
}

.process-block .icon-box img {
    display: block;
}

.process-block h4 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
}
/* End How It Works */

/* CSS Top Company */
.top-company {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
}

.top-company {
    position: relative;
    height: 450px;
    /* width: 1075px; */
    display: flex;
    align-items: center;
}

.swiper {
    width: 950px;
}

.card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #7d2ae8;
    border-radius: 20px 20px 0 0;
}

.card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
}

section .card .image {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    background: #7d2ae8;
}

section .card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}

.card .name-profession {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: ;
}

.name-profession .name {
    font-size: 20px;
    font-weight: 600;
}

.name-profession .location {
    font-size: 15px;
    font-weight: 500;
}

.card .rating {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.card .rating i {
    font-size: 18px;
    margin: 0 2px;
    color: #7d2ae8;
}

.card .button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.card .button button {
    background: #7d2ae8;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button button:hover {
    background: #6616d0;
}

.swiper-pagination {
    position: absolute;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #7d2ae8;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0.7;
    color: #7d2ae8;
    transition: all 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    color: #7d2ae8;
}

@media only screen and (max-width: 1023px) {
    .hide-topcompany {
        display: none;
    }
}

/* End Top Comapny */

/* CSS Popular Job Categories */
.job-categories {
    position: relative;
    padding: 115px 0 70px;
    border-bottom: 1px solid #ecedf2;
}
.category-block {
    position: relative;
    margin-bottom: 30px;
}

.category-block .inner-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #ecedf2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 19px;
    transition: all 300ms ease;
}

.category-block .inner-box:hover {
    box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
}

.category-block .content {
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 90px;
    min-height: 70px;
    flex-direction: column;
}

.category-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    background: #ecedf2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1967d2;
    font-size: 36px;
    border-radius: 10px;
    transition: all 300ms ease;
}

.category-block .inner-box:hover .icon {
    color: #ffffff;
    background: #1967d2;
}

.category-block h4 {
    font-size: 18px;
    color: #202124;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 4px;
}

.category-block h4 a {
    color: #202124;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: #1967d2;
}

.category-block p {
    font-size: 14px;
    color: #696969;
    font-weight: 400;
}
/* End CSS Popular Job Categories */
