@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap");

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */
a {
    text-decoration: none !important;
}

#carousel .carousel-item.boat {
    background-image: url("../img/bg_car_1.png");
}

/* .bg-benefit {
  background-image: url("./img/bg1.png");
} */

.bg-job {
    background-image: url("../img/bg_benefit.png");
    background-size: cover;
}
p {
    font-size: 14px;
}
.menu-text {
    color: #fff !important;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.card {
    width: 20rem;
    margin: 0 auto;
    text-align: center;
    /* background-color: transparent; */
}

#carousel .carousel-item {
    height: 80vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
}

#carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
    background: white;
    padding: 40px;
    color: black;
    animation-duration: 1s;
    animation-delay: 2s;
    opacity: 0.5;
    border-radius: 5px;
}

#carousel .caption h2 {
    animation-duration: 1s;
    animation-delay: 1s;
}

#carousel .caption p {
    animation-duration: 1s;
    animation-delay: 1s;
}

#carousel .caption a {
    animation-duration: 1s;
    animation-delay: 1s;
}

.delicious-btn {
    display: inline-block;
    min-width: 160px;
    /* height: 60px; */
    color: #fff;
    border: none;
    border-left: 3px solid #1c8314;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background: #40ba37;
}

.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #1c8314;
    border-color: #40ba37;
}

.tab-menu {
    position: relative;
    z-index: 20;
    /* padding-top: 60px;
  padding-bottom: 20px; */
    border-bottom: 1px solid #eeeeee;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 75 !important;
    margin: 50px;
    z-index: 1;
}

a {
    color: black;
}

a:hover {
    color: blue;
}

.menu-sticky {
    background-image: url("../img/bg_kegiatan.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.tab-menu__item {
    display: block;
    position: relative;
    bottom: -1px;
    padding: 0 72px 19px 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease-out;
}

.tab-menu__item.is-pin-active {
    color: #4c7ff1 !important;
    border-color: #4c7ff1;
}

.tab-menu__item.is-pin-active .icon,
.tab-menu__item.is-pin-active .title {
    color: #4c7ff1 !important;
}

.tab-menu .title {
    margin-top: 16px;
    font-family: Sofia Pro;
    font-size: 18px;
    line-height: 1;
    transition: all 0.2s ease-out;
}

.tab-menu.-horiz .title {
    margin-top: 0;
    color: #202124 !important;
}

/* .container-progress {
  margin: 100px auto;
  font-size: 24px;
  font-weight: bold;
  font-family: Verdana;
  color: white;
  padding: 0;
} */

/* .progressbar {
  margin: 0 50px;
  padding: 0;
  counter-reset: step;
  position: relative;
  border: 2px solid #7d7d7d;
  border-left: none;
  min-height: 200px;
}

.progressbar li {
  list-style-type: none;
  width: 5%;
  font-size: 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
} */

/*First Three*/
/* .progressbar li:nth-child(-n + 4) {
  top: -70px;
} */

/*Last Three*/
/* .progressbar li:nth-last-child(-n + 4) {
  bottom: -75px;
} */

/*Left*/
/* .progressbar li:nth-child(1),
.progressbar li:nth-child(8) {
  left: -45px;
} */

/*Middle Left*/
/* .progressbar li:nth-child(2),
.progressbar li:nth-child(7) {
  left: calc(25% - 10px);
} */

/*Middle Right*/
/* .progressbar li:nth-child(3),
.progressbar li:nth-child(6) {
  left: calc(75% - 70px);
} */

/*Right*/
/* .progressbar li:nth-child(4),
.progressbar li:nth-child(5) {
  left: calc(100% - 45px);
}

.progressbar li:nth-last-child(-n + 4):before,
.progressbar li:nth-child(-n + 4):after {
  width: 5em;
  height: 5em;
  content: counter(step);
  counter-increment: step;
  line-height: 90px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  padding: 0;
  border-radius: 50%;
  background-color: black;
  font-size: 18px;
  font-weight: bold;
} */

/* .progressbar li.active {
  color: white;
}

.progressbar li.active:before,
.progressbar li.active:after {
  border-color: dodgerblue;
  background: dodgerblue;
} */

/* 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;
}

/* Course Section */
.cards-wrapper {
    display: flex;
    justify-content: center;
}

.card img {
    max-width: 100%;
    max-height: 100%;
}

.carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* Akhir Course Section */

/* @media only screen and (max-width: 599px) */
@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) */

@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) */
@media only screen and (max-width: 1023px) {
    .job-block-five .job-info {
        margin-bottom: 0;
    }

    .banner-section-six .image-column,
    .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;
    }
}

.btn-karir {
    border-radius: 50px !important;
}

/* CSS Top Company */
::selection {
    background: #3971e0;
    color: #fff;
}
.jobs .container {
    max-width: 950px;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.container .main-card {
    /* display: flex; */
    justify-content: space-evenly;
    width: 200%;
    transition: 1s;
}
#two:checked ~ .main-card {
    margin-left: -100%;
}
.container .main-card .cards {
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 20px; */
    justify-content: space-between;
    height: 400px;
}
.main-card .cards .card {
    width: calc(100% / 3 - 10px);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
    /* background: #00c6ff; */
    background: #f8f8f8;
    margin: 20px;
    /* background: -webkit-linear-gradient(
        to right,
        #0072ff,
        #00c6ff
    );
    background: linear-gradient(
        to right,
        #0072ff,
        #00c6ff
    ); */
}

.main-card .cards .card:hover {
    transform: translateY(-15px);
}

.cards .card .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.cards .card .content .img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 3px;
    background: #e0e0e0;
    margin-bottom: 14px;
}
.card .content .img img {
    height: 100%;
    width: 100%;
    border: 3px solid #ffff;
    border-radius: 50%;
    object-fit: cover;
}

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

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

.name-job li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.rating {
    display: flex;
    align-items: center;
    margin-top: 18px;
    font-size: 18px;
    color: gold;
}

.button button {
    /* background: #336ad6; */
    background: #0084ff;
    outline: none;
    border-color: white;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button button:hover {
    box-shadow: 0 0 0 25px white inset;
    -webkit-transform: scale(1);
    color: #336ad6;
}

.card .content .media-icons {
    margin-top: 10px;
    display: flex;
}
.media-icons a {
    text-align: center;
    line-height: 33px;
    height: 35px;
    width: 35px;
    margin: 0 4px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid transparent;
    background: #3971e0;
    transition: all 0.3s ease;
}
.media-icons a:hover {
    color: #3971e0;
    background-color: #fff;
    border-color: #3971e0;
}
.container .button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px;
}
.button label {
    height: 15px;
    width: 15px;
    border-radius: 20px;
    background: #3971e0;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.button label.active {
    width: 35px;
}
#one:checked ~ .button .one {
    width: 35px;
}
#one:checked ~ .button .two {
    width: 15px;
}
#two:checked ~ .button .one {
    width: 15px;
}
#two:checked ~ .button .two {
    width: 35px;
}
input[type="radio"] {
    display: none;
}
@media (max-width: 768px) {
    .main-card .cards .card {
        margin: 20px 0 10px 0;
        width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 600px) {
    .main-card .cards .card {
        /* margin: 20px 0 10px 0; */
        width: 100%;
    }
}

/* End Top Comapny */

.hover-fitur {
    outline: 1px solid transparent;
    /* padding: 20px 20px; */
    border: 5px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hover-fitur:hover {
    outline: 0px solid transparent;
    padding: 20px 20px;
    /* border: 5px solid white; */
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* CSS Card Paket */
.wrapper {
    max-width: 1090px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrapper .tablee {
    background: #fff;
    width: calc(33% - 20px);
    padding: 30px 30px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 20px;
}
.tablee .price-section {
    display: flex;
    justify-content: center;
}
.tablee .price-area {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 2px;
}

.aj_p {
    text-align: center;
}

p.aj_des {
    color: grey;
    padding-bottom: 30px;
    font-size: 14px;
}

.tablee .premium {
    margin: -20px;
}

.premium_all {
    padding-top: 22px;
}

.price-area .inner-area {
    height: 100%;
    width: 100%;
    line-height: 117px;
    text-align: center;
    color: #fff;
    position: relative;
}

.price-area .inner-area .text {
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    top: -10px;
    left: 5px;
}

.price-area .inner-area .price {
    font-size: 45px;
    font-weight: 500;
    margin-left: 16px;
}

.tablee .package-name {
    width: 100%;
    height: 2px;
    margin: 35px 0;
    position: relative;
}

.tablee .features li {
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.features li .list-name {
    font-size: 17px;
    font-weight: 400;
}

.features li .icon {
    font-size: 15px;
}

.features li .icon.check {
    color: #2db94d;
}

.features li .icon.cross {
    color: #cd3241;
}

.tablee .btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tablee .btn button {
    width: 80%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tablee .btn button:hover {
    border-radius: 5px;
}

.basic ::selection,
.basic .price-area,
.basic .inner-area,
.basic .head_tab h2 {
    color: red;
}

.basic .btn button {
    background: red;
    color: #fff;
    margin-top: -75px;
}

.basic .btn button:hover {
    background: rgba(240, 101, 36);
    color: #fff;
}

.premium ::selection,
.premium .price-area,
.premium .inner-area,
.premium .head_tab h2 {
    color: #ba24f0;
}

.premium .btn button {
    background: #ba24f0;
    color: #fff;
    margin-top: -75px;
}

.premium .btn button:hover {
    background: rgba(240, 101, 36);
    color: #fff;
}

.ultimate ::selection,
.ultimate .price-area,
.ultimate .inner-area,
.ultimate .head_tab h2 {
    color: #f5b55a;
}

.ultimate .btn button {
    background: #f5b55a;
    color: #fff;
    margin-top: -75px;
}

.ultimate .btn button:hover {
    background: rgba(240, 101, 36);
    color: #fff;
}

@media (max-width: 756px) {
    .wrapper .tablee {
        width: 100%;
    }

    .tablee.premium {
        margin: 40px 0px;
    }
    .tablee.ultimate {
        margin: 0px;
    }
}

::selection {
    color: #fff;
}

.tablee .ribbon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -10px;
    left: -10px;
    overflow: hidden;
}

.tablee .ribbon::before,
table .ribbon::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 7px solid #ba24f0;
    border-top-color: transparent;
    border-left-color: transparent;
}

.tablee .ribbon::before {
    top: 0px;
    right: 15px;
}

.tablee .ribbon::after {
    bottom: 15px;
    left: 0px;
}

.tablee .ribbon span {
    position: absolute;
    top: 30px;
    right: 0;
    transform: rotate(-45deg);
    width: 200px;
    background: #ba24f0;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 17px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

/* CSS JOB FILTER */
.page-title.style-two {
    padding: 100px 0;
}

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 50px 0 40px;
    background: #f5f7fc;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("../img/bg-filter.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.page-title h1 {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #202124;
    margin-bottom: 10px;
}

.page-title .job-search-form {
    margin-bottom: 0;
}

.job-search-form form {
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 30px;
    border-radius: 10px;
}

.job-search-form {
    position: relative;
    background: #ffffff;
    border: 1px solid #ecedf2;
    box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
    border-radius: 10px;
    min-width: 740px;
    margin-bottom: 22px;
}

.job-search-form .form-group:first-child {
    border-right: 1px solid #e6e6e6;
}

.job-search-form .form-group {
    position: relative;
    text-align: left;
    margin-bottom: 0;
}

.job-search-form .form-group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #5c6770;
    background: #ffffff;
    z-index: 9;
}

.job-search-form .ui-selectmenu-button.ui-button,
.job-search-form .chosen-container-single .chosen-single,
.job-search-form .form-group input,
.job-search-form .form-group select,
.job-search-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 15px;
    color: #696969;
    line-height: 30px;
    font-weight: 400;
    background: #ffffff;
    padding: 15px 0px;
    padding-left: 40px;
    border: 0;
    border-radius: 0;
    transition: all 300ms ease;
}

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

.btn-style-one:hover {
    color: #ffffff;
    background-color: #0146a6;
}

.theme-btn {
    position: relative;
    display: inline-flex;
    transition: all 0.5s ease;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.ls-section {
    position: relative;
    padding: 50px 0 100px;
}

.ls-section .filters-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background: #1b2032;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}

.ls-section .filters-outer {
    position: relative;
    background: #f5f7fc;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px 30px 10px;
}

.ls-section .close-filters {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    min-width: auto;
    height: 25px;
    border: 1px solid #333;
    border-radius: 50%;
    color: #000;
    line-height: 25px;
    font-size: 12px;
    z-index: 99;
    display: none;
}

.switchbox .title {
    position: relative;
    margin-left: 10px;
    font-size: 15px;
    color: #5c6770;
    line-height: 20px;
}

.switch {
    position: relative;
    display: flex;
    margin: 0;
    align-items: center;
    cursor: pointer;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #ecedf2;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 3px;
    background-color: #d2d3d8;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #1967d2;
    border: 2px solid #1967d2;
}

input:checked + .slider:before {
    background: #ffffff;
    transform: translateX(19px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switchbox {
    position: relative;
}

.switchbox ul,
li {
    list-style: none;
}

.switchbox li {
    position: relative;
    margin-bottom: 20px;
}

.ls-section .switchbox-outer {
    position: relative;
    margin-bottom: 30px;
}

.checkbox-outer {
    position: relative;
    margin-bottom: 30px;
}

.checkboxes {
    list-style: none;
    padding: 0;
}

.checkboxes li {
    margin-right: 20px;
    margin-bottom: 10px;
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    color: #696969;
}

.checkboxes label span {
    color: #909090;
}

.checkboxes input[type="checkbox"] {
    display: none;
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    border: 1px solid #ecedf2;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.25s;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    text-align: center;
    line-height: 17px;
}

.checkboxes input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    background-color: #1967d2;
    border: 1px solid #1967d2;
}

.ls-section .filter-block {
    position: relative;
    margin-bottom: 30px;
}

.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 5px;
    border: none;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #d4e1f6;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 5px;
    background: #1967d2;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    position: absolute;
    top: -7px;
    width: 17px;
    height: 17px;
    background: #ffffff;
    border: 2px solid #1967d2;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
}

.range-slider-one .input-outer {
    display: flex;
    justify-content: center;
}

.range-slider-one .amount-outer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    background: #d4e1f6;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    color: #1967d2;
}

.range-slider-one .amount {
    margin-right: 5px;
}

.range-slider-one .ui-state-default:last-child {
    display: block !important;
}

.range-slider-one.salary-range .ui-state-default {
    display: block !important;
}

.tags-style-one {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tags-style-one li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags-style-one li a {
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    padding: 5px 20px;
}

.tags-style-one li a:hover {
    background: #d4e1f6;
    color: #1967d2;
}

.ls-section .ls-outer {
    position: relative;
}

.ls-section .toggle-filters {
    position: relative;
    display: none;
}

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

.btn-style-two:hover {
    color: #202124;
    background-color: #e9a000;
}

.ls-switcher {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ls-switcher .showing-result {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ls-switcher .showing-result {
    position: relative;
}

.ls-switcher .showing-result .text {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #696969;
}

.ls-switcher .showing-result .text strong {
    font-weight: 500;
    color: #202124;
}

.ls-switcher .sort-by {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ls-switcher .sort-by .chosen-container {
    margin-left: 10px;
}

.chosen-container-single .chosen-single {
    background: #f0f5f7;
    border: 0 !important;
    border-radius: 8px;
}

.chosen-container-single .chosen-search:before {
    display: none;
}

.job-block {
    position: relative;
    margin-bottom: 30px;
}

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

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

.job-block .content {
    position: relative;
    padding-left: 68px;
    min-height: 51px;
}

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

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

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

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

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

.job-block .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 .job-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #696969;
}

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

.job-block .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 .bookmark-btn:hover {
    background: #ecedf2;
}

.job-block .job-other-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.job-other-info li.green,
.job-other-info li.privacy {
    background: rgba(52, 168, 83, 0.15);
    color: #34a853;
}

.job-other-info li.required {
    background: rgba(249, 171, 0, 0.15);
    color: #f9ab00;
}

.ls-section h4 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 16px;
}

.ls-pagination {
    position: relative;
    margin-top: 50px;
}

.ls-pagination ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ls-pagination li {
    position: relative;
    margin: 0 5px;
    font-size: 14px;
    color: #696969;
    line-height: 45px;
    min-width: 45px;
    font-weight: 400;
    text-align: center;
}

.ls-pagination li a {
    position: relative;
    display: block;
    color: #696969;
    border-radius: 50%;
    transition: all 300ms ease;
}

.ls-pagination li a:hover,
.ls-pagination li a.current-page {
    background: #1967d2;
    color: #ffffff;
}

.ls-pagination li.next a,
.ls-pagination li.prev a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 12px;
}

.ls-pagination li.next a:hover,
.ls-pagination li.prev a:hover {
    background: transparent;
    color: #1967d2;
}

@media only screen and (max-width: 1600px) {
    .job-search-form {
        min-width: auto;
    }

    .job-search-form form {
        padding: 15px 15px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 1366px) {
    .job-search-form form {
        padding: 10px 20px;
        padding-left: 20px;
    }

    .job-search-form .form-group .icon {
        font-size: 20px;
    }

    .job-search-form .ui-selectmenu-button.ui-button,
    .job-search-form .form-group input,
    .job-search-form .form-group select,
    .job-search-form .form-group textarea {
        height: 50px;
        line-height: 20px;
        font-size: 14px;
        padding-left: 40px;
    }

    .job-search-form .form-group:last-child {
        text-align: left !important;
    }

    .job-search-form .form-group .theme-btn {
        display: inline-block;
        width: auto;
        min-width: 150px;
    }

    .job-search-form .form-group .theme-btn {
        height: 50px;
    }
}
