.main .sliderMain,
.main #sliderMain {
    width: 100%;
    height: 100%;
}

.main .sliderMain .carousel-inner,
.main .sliderMain .carousel-item,
.main #sliderMain .carousel-inner,
.main #sliderMain .carousel-item {
    width: 100%;
    height: 100%;
    background-position: center;
    /*left */
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.main .sliderMain .carousel-item,
.main #sliderMain .carousel-item {
    position: relative;
    padding: 40px 40px 50px;
    -webkit-transition-duration: 850ms;
    -o-transition-duration: 850ms;
    transition-duration: 850ms;
}

@media screen and (max-width: 1279px) {

    .main .sliderMain .carousel-item,
    .main #sliderMain .carousel-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1023px) {

    .main .sliderMain .carousel-item,
    .main #sliderMain .carousel-item {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {

    .main .sliderMain .carousel-item,
    .main #sliderMain .carousel-item {
        padding-bottom: 82px;
    }
}

.main .sliderMain .carousel-item:after,
.main #sliderMain .carousel-item:after {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.main .sliderMain .carousel-item-content,
.main #sliderMain .carousel-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 1130px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1279px) {

    .main .sliderMain .carousel-item-content,
    .main #sliderMain .carousel-item-content {
        padding-left: 5px;
    }
}

@media screen and (max-width: 1023px) {

    .main .sliderMain .carousel-item-content,
    .main #sliderMain .carousel-item-content {
        padding: 0;
    }
}

.main .carousel-indicators {
    z-index: 15;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0;
}

@media screen and (max-width: 1023px) {
    .main .carousel-indicators {
        display: none;
    }
}

.main .carousel-indicators li {
    opacity: 1;
    height: 8px;
    width: 8px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}

.main .carousel-indicators li.active {
    background-color: #ffffff;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}








.details .carousel-item-content a>span {
    font-weight: 400;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 12px;
    color: #444444;
}


@media screen and (max-width: 1023px) {
    .popular {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.popular__wrapper-1 {
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1023px) {
    .popular__wrapper-1 {
        border-bottom: none;
    }
}

.popular #pills-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .popular #pills-tab {
        display: none;
    }
}

.popular #pills-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    color: #ddbffb;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.popular #pills-tab a:after {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.popular #pills-tab a:hover {
    color: #fff;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.popular #pills-tab a.active {
    color: #fff;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.popular #pills-tab a.active:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.popular #pills-tabContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1023px) {
    .popular #pills-tabContent {
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    .popular #pills-tabContent .tab-pane {
        opacity: 1;
        display: block;
        border-bottom: 1px solid #c692fb;
    }
}

.popular #pills-tabContent .tab-pane-header {
    cursor: pointer;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 1023px) {
    .popular #pills-tabContent .tab-pane-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
}

.popular #pills-tabContent .tab-pane-header:hover p,
.popular #pills-tabContent .tab-pane-header:hover .icon-font {
    color: #fff;
    -webkit-transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.popular #pills-tabContent .tab-pane-header.is-active .icon-font {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.popular #pills-tabContent .tab-pane-header>div:nth-of-type(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
}

.popular #pills-tabContent .tab-pane-header p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #ddbffb;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.popular #pills-tabContent .tab-pane-header .icon-font {
    color: #ddbffb;
    font-size: 9px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.popular #pills-tabContent .tab-pane-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (min-width: 1024px) {
    .popular #pills-tabContent .tab-pane-content {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 1023px) {
    .popular #pills-tabContent .tab-pane-content {
        display: none;
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #c692fb;
    }
}

.popular #pills-tabContent .tab-pane-content>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1023px) {
    .popular #pills-tabContent .tab-pane-content>div {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }

    .popular #pills-tabContent .tab-pane-content>div:first-of-type {
        padding-top: 15px;
    }

    .popular #pills-tabContent .tab-pane-content>div:last-of-type {
        padding-bottom: 15px;
    }
}

.popular #pills-tabContent .tab-pane-content>div:nth-of-type(2),
.popular #pills-tabContent .tab-pane-content>div:nth-of-type(3) {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1023px) {

    .popular #pills-tabContent .tab-pane-content>div:nth-of-type(2),
    .popular #pills-tabContent .tab-pane-content>div:nth-of-type(3) {
        padding-left: 0;
        padding-right: 0;
    }
}

.popular #pills-tabContent .tab-pane-content>div:last-of-type {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
    .popular #pills-tabContent .tab-pane-content>div:last-of-type {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1023px) {
    .popular #pills-tabContent .tab-pane-content ul {
        width: 100%;
    }
}

.popular #pills-tabContent .tab-pane-content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .popular #pills-tabContent .tab-pane-content ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.popular #pills-tabContent .tab-pane-content ul li:not(:last-of-type) {
    padding-bottom: 13px;
}

.popular #pills-tabContent .tab-pane-content ul a {
    position: relative;
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
    .popular #pills-tabContent .tab-pane-content ul a {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.popular #pills-tabContent .tab-pane-content ul a:hover {
    color: #fff;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.popular #pills-tabContent .tab-pane-content ul a:hover:before,
.popular #pills-tabContent .tab-pane-content ul a:hover:after {
    width: 50%;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.popular #pills-tabContent .tab-pane-content ul a:before,
.popular #pills-tabContent .tab-pane-content ul a:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.popular #pills-tabContent .tab-pane-content ul a:before {
    left: 50%;
}

.popular #pills-tabContent .tab-pane-content ul a:after {
    right: 50%;
}

.popular #pills-tabContent .tab-pane-content ul a span {
    color: #fff;
    text-transform: uppercase;
}

.popular #pills-tabContent .fade {
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.employers__title {
    text-transform: capitalize;
    text-align: center;
    color: #111111;
    line-height: 19px;
    padding-bottom: 24px
}

.employers__box-head {
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 1535px) {
    .employers__box-head {
        width: 86px;
        height: 86px;
    }
}

@media screen and (max-width: 737px) {
    .employers__box-head img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
}

.details__wrapper-scroll img {
    max-width: none;
    max-height: none;
}

.details__wrapper-right .details__wrapper-scroll>div>a {
    width: 80px;
    height: 80px;
}

.details__wrapper-left .details__wrapper-scroll>div>a>img {
    width: 50px;
    height: 50px;
    padding-bottom: 0px;
}

.details__wrapper-left .details__wrapper-scroll {
    justify-content: center;
}

.main__title {
    font-size: 38px;
    font-weight: 400;
    font-family: 'GothamPro';
    margin-left: 14px;
}

.main__hero {
    padding: 10px;
    min-width: 300px;
    width: 350px;
}

.main__hero>div .company__name::before,
.main__hero>div .company__name::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.main__hero>div .company__name::before {
    left: 50%;
}

.main__hero>div .company__name::after {
    right: 50%;
}

.main__hero:hover .company__name::before,
.main__hero:hover .company__name::after {
    width: 50%;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.main .sliderMain .carousel-item,
.main #sliderMain .carousel-item {
    padding: 40px;
}

.main .carousel-indicators {
    display: none;
}

.details__wrapper-scroll-2>div {
    display: flex;
    justify-content: center;
}

.job-highlight {
    background: #f9f8fa;
}

.carousel-item-content>div:hover .topjob-title {
    color: #462267;
}

.details .carousel-item-content a {
    border-bottom: 1px dotted #aeaeae;
}

.main__slider {
    z-index: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 672px;
    min-height: 672px;
}

.main__slider .swiper-wrapper {}

.main__slider .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1535px) {
    .main__slider {
        height: 480px;
        min-height: 480px;
    }
}

@media screen and (max-width: 767px) {
    .main__slider {
        height: 414px;
        min-height: 414px;
        position: relative;
    }
}

.main__slider .mainSlider .swiper-slide {
    position: relative;
    background-position: center;
    /* left */
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.main__slider .mainSlider .swiper-slide:after {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.main__slider .mainSlider .swiper-slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 1204px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1023px) {
    .main__slider .mainSlider .swiper-slide-content {
        padding: 0;
    }
}

@media screen and (max-width: 1503px) {
    .main__slider .mainSlider .swiper-slide-content {
        padding-bottom: 30px;
        max-width: 1046px;
    }
}

.main__slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 35px;
}

@media screen and (max-width: 1023px) {
    .main__slider .swiper-pagination {
        display: none;
    }
}

.main__slider .swiper-pagination-bullet,
.top__wrapper-right .swiper-pagination-bullet,
.top3__companies .swiper-pagination-bullet {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 10px 14px;
    width: auto;
    height: auto;
    opacity: 1;
}

.main__slider .swiper-pagination-bullet div {
    opacity: 1;
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #212020;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}

.top__wrapper-right .swiper-pagination-bullet div,
.top3__companies .swiper-pagination-bullet div {
    opacity: 1;
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(70, 34, 105, 0.6);
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}

.main__slider .swiper-pagination-bullet-active div {
    background-color: #f7f4f4;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    width: 10px;
    height: 10px;
}

.top__wrapper-right .swiper-pagination-bullet-active div,
.companies .swiper-pagination-bullet-active div {
    background-color: #f7f4f4;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    width: 10px;
    height: 10px;
}

@media (min-width:901px) {
    .search-box-control {
        background-color: rgba(0, 0, 0, 0.35) !important;
    }

    .looking .c-btn {
        padding: 10px 38px;
        height: auto;
        border-radius: 5px;
        margin-right: 0;
        font-size: 16px;
        font-family: 'GothamPro';
        font-weight: 500;
    }

    .looking .c-btn span {
        line-height: 1;
    }

    .main__form .c-btn:nth-child(1) {
        width: 150px;
        padding: 0;
    }

    .details__wrapper-left .details__wrapper-scroll>div {
        width: 52px;
        height: 50px;
        padding: 0 !important;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1535px) {
    .main__title {
        padding-bottom: 20px;
    }
}

@media (max-width:900px) {
    .advertising-wrapper {
        margin-top: 0;
    }

    .looking .c-btn {
        min-width: auto;
        padding: 12px;
        height: 50px;
        margin-right: 0;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 500;
    }

    .main__slider .mainSlider .swiper-slide {
        background-position-x: 100rem, center;
        background-position-y: top;
    }

    .main__slider .mainSlider .swiper-slide:after {
        /* background-color: rgba(0, 0, 0, 0.5); */
    }

    .main__slider .swiper-pagination--white {
        display: block;
        height: 30px;
    }
}

.employers__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 138px;
    padding-bottom: 30px;
    border-width: 1px;
    border-color: #eaeaea;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.employers__wrapper>div,
.employers__wrapper>div>div {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 0;
    border: none;
    flex-grow: 1;
}

.employers__wrapper>div>div>div {
    padding: 5px;
}

@media (max-width: 1024px) {
    .employers__wrapper>div {
        align-items: center;
    }

    .employers__wrapper>div:last-of-type {
        border-top: none !important;
    }

    .employers__wrapper>div:nth-of-type(2) {}

    .employers__wrapper>div:last-of-type {
        border-bottom: none !important;
    }
}

@media screen and (max-width: 1535px) {
    .employers__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    .employers__wrapper>div>div {
        display: flex;
        justify-content: center;
        max-width: 100%;
        padding: 0;
        border: none;
        width: 116.6667px;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .top__box-container {
        height: 525px;
        overflow: hidden auto;
        border-bottom: 1px solid #eee;
        border-radius: 5px;
    }

    .top__box-container::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }

    .top__box-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
        background-color: #f5f5f5;
    }

    .top__box-container::-webkit-scrollbar-thumb {
        background-color: #b2b2b2;
        height: 50px;
    }

    .top__box {
        height: 105px;
        padding-bottom: 0;
        border-bottom: 1px solid #E4E3E5;
    }

    .employers__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    .top__box-wrapper .swiper-wrapper {
        flex-direction: column;
    }

    .employers__wrapper {
        padding: 10px;
        border-radius: 5px;
        flex-direction: column;
    }

    .employers__wrapper>div>div {
        max-width: -webkit-calc(100% / 3);
        max-width: calc(100% / 3);
        margin-right: 0px;
        width: 100%;
        padding-bottom: 10px;
    }

    .employers__wrapper>div:nth-of-type(1),
    .employers__wrapper>div:nth-of-type(4) {
        border-left: 0;
    }

    .employers__wrapper>div:nth-of-type(4),
    .employers__wrapper>div:nth-of-type(5) {
        border-bottom: 0;
    }
}

.employers {
    padding-top: 27px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E3E5;
    background-color: #f9f7fb;
}

@media screen and (max-width: 1535px) {
    .employers {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .employers {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .employers.employers--insurance-jobs .employers__wrapper>div {
        max-width: 100%;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media screen and (max-width: 1535px) {
    .employers__title {
        padding: 17px 0 10px 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .employers__title {
        padding-bottom: 8px;
    }
}

.main__hero {
    height: auto;
    min-height: 78px;
    max-height: 100px;
}

.main__hero h6,
.main__hero p,
.main__hero span {
    white-space: initial;
    overflow: hidden;
}

.main__hero h6 {
    max-height: 55px;
}

.main__hero {
    z-index: 10;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 78px;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media screen and (max-width: 1535px) {
    .main__hero {
        height: auto;
        padding: 5px 0;
    }
}

@media screen and (max-width: 1023px) {
    .main__hero {
        max-width: 100%;
        padding: 8px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {
    .main__hero {
        display: none;
    }
}

.main__hero>div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-left: 10px;
}

.main__hero h6,
.main__hero p,
.main__hero span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    line-height: 1.3;
}

.main__hero div .company__name {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1535px) {
    .main__hero div .company__name {
        font-size: 18px;
        line-height: 17px;
    }
}

.main__hero p,
.main__hero span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 1023px) {

    .main__hero p,
    .main__hero span {
        font-size: 13px;
    }
}

.main__hero-img {
    overflow: hidden;
    position: relative;
    width: 96px;
    height: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    -webkit-border-radius: 6px;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 1535px) {
    .main__hero-img {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 84px;
        height: 84px;
    }
}

.main__hero-img img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.details_desktop {
    padding-top: 40px;
}

.details__container_desktop {
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);
}

.details__header_desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.details__header_desktop>div {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.details__header-left_desktop {
    width: 75%;
    border-right: 1px solid #eaeaea;
    padding-left: 10px;
    justify-items: left;
    font-family: 'GothamPro';
    font-size: 22px;
    font-weight: 400;
}

.details__header-right_desktop {
    width: 25%;
    border-left: 1px solid #eaeaea;
    justify-items: center;
    font-family: 'GothamPro';
    font-size: 22px;
    font-weight: 400;
}

.details__header-right_desktop>p {
    width: 100%;
    text-align: center;
}

.details__wrapper_desktop {
    display: flex;
    max-height: 920px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.details__wrapper-left_desktop {
    width: 75%;
    min-height: 100%;
    max-height: 100%;
    border-right: 1px solid #eaeaea;
    min-height: 100%;
    max-height: 100%;
}

.details__wrapper-scroll_desktop {
    overflow: hidden auto;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    max-height: 100%;
}

.details__wrapper-right_desktop {
    width: 25%;
    border-left: 1px solid #eaeaea;
}

.details__wrapper-scroll_desktop {
    overflow: hidden auto;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    max-height: 100%;
}

.details__wrapper-scroll_desktop-2>div {
    display: flex;
    justify-content: center;
    width: 50%;
    height: 100px !important;
}

.details__wrapper-scroll_desktop>div {
    height: 100px;
    padding: 10px;
}

element.style {}

.top {
    padding-top: 30px;
    padding-bottom: 0px;
}

@media screen and (max-width: 1535px) {
    .top {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .top {
        padding-top: 15px;
    }
}

.top__wrapper-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-right: 60px;
}

@media screen and (max-width: 1535px) {
    .top__wrapper-left {
        padding-right: 67px;
    }
}

@media screen and (max-width: 1023px) {
    .top__wrapper-left {
        padding-right: 0;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .top__wrapper-left {
        padding-right: 0;
        padding-bottom: 0;
    }
}

.top__wrapper-left .swiper-pagination {
    display: none;
}

@media screen and (max-width: 1279px) {
    .top__wrapper-left .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 900px) {
    .top__wrapper-left .swiper-pagination {
        display: none !important;
    }
}

.top__wrapper-right {
    width: 100%;
    max-width: 260px;
}

@media screen and (max-width: 1535px) {
    .top__wrapper-right {
        max-width: 195px;
    }
}

@media screen and (max-width: 1023px) {
    .top__wrapper-right {
        max-width: 100%;
    }
}

.top__title {
    padding-bottom: 20px;
    border-bottom: 2px solid #f7f4f4;
    color: #111111;
}

@media screen and (max-width: 1535px) {
    .top__title {
        padding-bottom: 15px;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .top__title {
        text-align: center;
        border-bottom: 0;
        padding: 10px;
    }

    .top__wrapper-right {
        margin-top: 5px;
    }

    .top__title-2 {
        border-bottom: 2px solid #f7f4f4;
        padding-bottom: 15px;
    }
}

.top__box {
    padding: 30px 15px;
}

@media screen and (max-width: 1535px) {
    .top__box {
        padding: 24px 9px;
    }
}

.top__box:hover .top__box-header p {
    color: #462267;
}

.top__box:not(:last-of-type) {
    border-bottom: 1px solid #E4E3E5;
}

.top__box-container {
    position: relative;
}

.top__box-wrapper {
    padding: 0px 15px;
    border: 1px solid #E4E3E5;
    border-radius: 0 0 4px 4px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}

.top__box-header p {
    padding-right: 40px;
    font-size: 15px;
    line-height: 18px;
    color: #444444;
    font-family: 'GothamPro';
    font-weight: 500;
}

.top__box-header span,
.top__box-header .employer-company__table-block span a,
.employer-company__table-block span .top__box-header a {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
    height: 18px;
    border-radius: 2px;
    background-color: #f7f4f4;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
}

.top__box-body {
    padding-top: 5px;
    padding-bottom: 12px;
}

.top__box-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #444444;
}

.top__box-footer ul li:not(:last-of-type) {
    margin-right: 20px;
}

.top__box-footer ul p .icon-font {
    color: #444444;
    font-size: 10px;
}

.top__box-footer ul p .icon-font+span,
.top__box-footer ul p .employer-company__table-block span .icon-font+a,
.employer-company__table-block span .top__box-footer ul p .icon-font+a {
    padding-left: 5px;
}

.top__box-footer ul p span,
.top__box-footer ul p .employer-company__table-block span a,
.employer-company__table-block span .top__box-footer ul p a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #444444;
}

.top__box-btn {
    z-index: 10;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    color: #444444;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
    .top__box-btn {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        margin-right: 10px;
        border: 1px solid #f7f4f4;
        border-radius: 50%;
    }

    .top__box-btn:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-left: 2px solid #f7f4f4;
        border-bottom: 2px solid #f7f4f4;
    }
}

.top__box-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.55;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
    .top__box-btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .top__box-btn-wrapper {
        display: none;
    }

    .top__box-header p {
        font-size: 14px;
        padding-right: 0;
    }

    .top__box-body p {
        font-size: 13px;
    }

    .top__box-footer p {
        font-size: 11px;
    }

    .description .highlight {
        font-weight: 500;
    }

    .description__desc {
        font-size: 14px;
    }
}

.top__box-btn--prev {
    left: -20px;
}

@media screen and (max-width: 1535px) {
    .top__box-btn--prev {
        left: -27px;
    }
}

.top__box-btn--prev:after {
    -webkit-transform: translateX(1px) rotate(45deg);
    -ms-transform: translateX(1px) rotate(45deg);
    transform: translateX(1px) rotate(45deg);
}

.top__box-btn--next {
    right: -20px;
}

@media screen and (max-width: 1535px) {
    .top__box-btn--next {
        right: -27px;
    }
}

.top__box-btn--next:after {
    -webkit-transform: translateX(-1px) rotate(-135deg);
    -ms-transform: translateX(-1px) rotate(-135deg);
    transform: translateX(-1px) rotate(-135deg);
}

.top__box-btn--next .icon-font {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (max-width: 1279px) {
    .top__box-btn .icon-font {
        display: none;
    }
}

.top .swiper {
    opacity: 1;
}

.top .swiper--1 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top .swiper--1 .swiper-slide-active .top__box:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #e4e3e5;
}

@media screen and (max-width: 767px) {
    .top .swiper--1 .swiper-slide-active .top__box:after {
        display: none;
    }

    .top__box-wrapper {
        padding: 0 5px;
    }
}

.top .swiper--2 {
    height: 280px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1535px) {
    .top .swiper--2 {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .top .swiper--2 {
        width: 100%;
        max-width: 100%;
    }
}

.top .swiper--2 .swiper-slide {
    height: 80px;
}

@media screen and (max-width: 1535px) {
    .top .swiper--2 .swiper-slide {
        height: 66px;
    }
}

@media screen and (max-width: 767px) {
    .top .swiper--2 .swiper-slide {
        height: auto;
    }
}

.companies {
    padding-top: 20px;
    padding-bottom: 0px;
}

.companies__title {
    padding-bottom: 20px;
    font-size: 20px;
    border-bottom: 2px solid #f7f4f4;
    margin-bottom: 20px;
    max-width: calc(100% - 320px);
}

@media screen and (max-width: 1535px) {
    .companies {
        padding-top: 60px;
    }

    .companies__title {
        padding-bottom: 18px;
        font-size: 20px;
        max-width: calc(100% - 262px);
    }
}

@media screen and (max-width: 767px) {
    .companies {
        padding-top: 0;
        padding-bottom: 0;
    }

    .companies>.c-grid>div {
        border-radius: 5px;
    }

    .companies__title {
        text-align: center;
        padding: 10px;
        font-size: 20px;
    }

    .companies__wrapper {
        padding: 10px;
    }
}

.companies .swiper {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .companies .swiper {
        height: 350px;
    }
}

@media screen and (min-width: 768px) {
    .companies .swiper-slide {
        width: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .companies .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 65px;
    }
}

.companies .swiper-pagination {
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .companies .swiper-pagination {
        padding-top: 20px;
    }
}

.category {
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .category {
        padding-bottom: 20px;
    }
}

.category__title {
    padding-bottom: 15px;
    color: #111111;
}

.category__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
}

.category__box:hover .category__box-head {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border-color: #663399;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: border-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    transition: border-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

.category__box:hover .category__box-body p {
    color: #663399;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.category__box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .category__box-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .category__box-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.category__box-wrapper>div {
    width: 100%;
    max-width: -webkit-calc(100% / 8);
    max-width: calc(100% / 8);
    padding-top: 20px;
}

@media screen and (max-width: 1023px) {
    .category__box-wrapper>div {
        max-width: -webkit-calc(100% / 4);
        max-width: calc(100% / 4);
    }
}

@media screen and (max-width: 767px) {
    .category__box-wrapper>div {
        max-width: -webkit-calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

.category__box-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: border-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    transition: border-color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}

@media screen and (max-width: 1535px) {
    .category__box-head {
        width: 80px;
        height: 80px;
    }
}

.category__box-head .icon-font {
    color: #663399;
    font-size: 30px;
}

@media screen and (max-width: 1535px) {
    .category__box-head .icon-font {
        font-size: 28px;
    }
}

.category__box-body {
    padding-top: 15px;
    text-align: center;
}

.category__box-body p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #777777;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.looking-mobile {
    display: none;
}

.looking {
    padding-top: 35px;
    padding-bottom: 35px;
}

.looking__wrapper {
    position: relative;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .looking__wrapper {
        padding-top: 0;
    }
}

.looking__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 32px);
    height: calc(100% - 49px);
    border-radius: 4px;
    border: 1px solid #E4E3E5;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
}

@media screen and (max-width: 1535px) {
    .looking__wrapper:before {
        top: 0;
        bottom: 0;
        width: 970px;
        height: 228px;
        left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .looking__wrapper:before {
        top: auto;
        bottom: 0;
        width: calc(100% - 13px);
        height: 348px;
        left: 0;
    }
}

.looking__box {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .looking__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.looking__box>div:nth-of-type(1) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 1s 0.3s ease-in-out, -webkit-transform 1s 0.3s ease-in-out;
    transition: opacity 1s 0.3s ease-in-out, -webkit-transform 1s 0.3s ease-in-out;
    -o-transition: opacity 1s 0.3s ease-in-out, transform 1s 0.3s ease-in-out;
    transition: opacity 1s 0.3s ease-in-out, transform 1s 0.3s ease-in-out;
    transition: opacity 1s 0.3s ease-in-out, transform 1s 0.3s ease-in-out, -webkit-transform 1s 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    padding: 60px 60px 112px 60px;
}

@media screen and (max-width: 1535px) {
    .looking__box>div:nth-of-type(1) {
        padding: 30px 6px 50px 88px
    }
}

@media screen and (max-width: 1279px) {
    .looking__box>div:nth-of-type(1) {
        padding: 30px 30px 112px 30px;
    }
}

@media screen and (max-width: 767px) {
    .looking__box>div:nth-of-type(1) {
        padding: 18px 43px 30px 30px;
    }
}

.looking__box>div:nth-of-type(1) p {
    padding-bottom: 12px;
    font-family: 'GothamPro';
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    color: #111111;
}

@media screen and (max-width: 1535px) {
    .looking__box>div:nth-of-type(1) p {
        padding-bottom: 10px;
        font-size: 22px;
        line-height: 21px;
    }
}

@media screen and (max-width: 767px) {
    .looking__box>div:nth-of-type(1) p {
        padding-bottom: 5px;
        font-size: 22px;
    }
}

.looking__box>div:nth-of-type(1) span,
.looking__box>div:nth-of-type(1) .employer-company__table-block span a,
.employer-company__table-block span .looking__box>div:nth-of-type(1) a {
    display: block;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
}

@media screen and (max-width: 1535px) {

    .looking__box>div:nth-of-type(1) span,
    .looking__box>div:nth-of-type(1) .employer-company__table-block span a,
    .employer-company__table-block span .looking__box>div:nth-of-type(1) a {
        padding-bottom: 24px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {

    .looking__box>div:nth-of-type(1) span,
    .looking__box>div:nth-of-type(1) .employer-company__table-block span a,
    .employer-company__table-block span .looking__box>div:nth-of-type(1) a {
        padding-bottom: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .looking__box>div:nth-of-type(1) .c-btn {
        width: 100%;
    }
}

.looking__box>div:nth-of-type(1) .c-btn--purple {
    margin-right: 10px;
}

.looking__box>div:nth-of-type(1) .c-btn--outline:hover {
    background-color: #F1F1F1;
    border: 1px solid #999999;
    color: #111111;
}

.looking__box>div:nth-of-type(1) .c-btn--purple label {
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-family: 'GothamPro';
    font-weight: 500;
}

.looking__box>div:nth-of-type(1) .c-btn--purple label:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .looking__box>div:nth-of-type(1) .c-btn:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .looking__box>div:nth-of-type(1) .c-btn__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.looking__box>div:nth-of-type(2) {
    width: 55%;
}

@media screen and (max-width: 1023px) {
    .looking__box>div:nth-of-type(2) {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .looking__box>div:nth-of-type(2) {
        width: calc(100% - 30px);
        height: 268px;
        margin-left: auto;
    }
}

.looking__box>div:nth-of-type(2) img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1s 0.3s ease-in-out, -webkit-transform 1s 0.3s ease-in-out;
    transition: opacity 1s 0.3s ease-in-out, -webkit-transform 1s 0.3s ease-in-out;
    -o-transition: opacity 1s 0.3s ease-in-out, transform 1s 0.3s ease-in-out;
    transition: opacity 1s 0.3s ease-in-out, transform 1s 0.3s ease-in-out;
    transition: opacity 1s 0.3s ease-in-out, transform 1s 0.3s ease-in-out, -webkit-transform 1s 0.3s ease-in-out;
    display: block;
    margin-left: auto;
    border-radius: 4px;
    border: 1px solid #E4E3E5;
    -webkit-filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.08));
}

@media screen and (max-width: 767px) {
    .looking__box>div:nth-of-type(2) img {
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.looking .swiper {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .looking .swiper {
        padding-bottom: 20px;
    }
}

.banner {
    padding-top: 40px;
    padding-bottom: 0px;
}

.banner__wrapper {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.banner__wrapper:last-of-type {
    padding-bottom: 0;
}

.banner__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .banner__img--desktop {
        display: none;
    }
}

.banner__img--mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .banner__img--mobile {
        display: block;
    }
}

.banner a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advertising-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0px 10px;
}

.advertising-wrapper .advertising-big {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.advertising-big img {
    width: 100%;
    height: auto;
}

.advertising-wrapper .advertising-small-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    margin-top: 0px;
}

@media (max-width: 1088px) {
    .advertising-wrapper .advertising-small-wrapper {
        padding: 0 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
        margin: 0 auto;
    }

    .advertising-small-wrapper img {
        margin-top: 10px;
        margin-right: 10px;
        max-width: 345px;
        width: 100%;
        height: auto;
    }
}

.p-home .description {
    padding-top: 25px;
    padding-bottom: 0px;
    height: auto;
    margin-bottom: 0;
}

.description__title {
    padding-bottom: 16px;
}

@media screen and (max-width: 1535px) {
    .description__title {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .description__title {
        padding-bottom: 10px;
        text-align: left;
        padding-left: 8px;
    }

    .description__desc {
        padding-left: 8px;
    }
}

.description__wrapper-1 {
    padding-bottom: 35px;
}

@media screen and (max-width: 1535px) {
    .description__wrapper-1 {
        padding-bottom: 30px;
    }
}

.description__wrapper-2 {
    padding-bottom: 20px;
}

.p-home .description__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #444444;
}

.description__desc-wrapper {
    display: none;
}

.p-home .description__desc-wrapper p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #444444;
}

.description__desc-wrapper p:first-of-type {
    padding-top: 12px;
}

.description__desc-wrapper p:not(:last-of-type) {
    padding-bottom: 12px;
}

.description__desc-wrapper p a {
    font-weight: 500;
    color: #444444;
    position: relative;
}

.description__desc-wrapper p a::before,
.description__desc-wrapper p a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #444;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.description__desc-wrapper p a::before {
    left: 50%;
}

.description__desc-wrapper p a::after {
    right: 50%;
}

@media (hover: hover) and (pointer: fine) {

    .description__desc-wrapper p a:hover::before,
    .description__desc-wrapper p a:hover::after {
        width: 50%;
        -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
}

.description__desc .readmore {
    font-family: 'GothamPro';
    font-weight: 500;
    color: #111111;
    position: relative;
    font-size: 14px;
}

.description__desc a {
    font-family: 'GothamPro';
    color: #111111;
    position: relative;
}

.description__desc a::before,
.description__desc a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #444;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.description__desc a::before {
    left: 50%;
}

.description__desc a::after {
    right: 50%;
}

@media (hover: hover) and (pointer: fine) {

    .description__desc a:hover::before,
    .description__desc a:hover::after {
        width: 50%;
        -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
}

.description .highlight {
    color: #111111;
    background-color: #fff;
    font-family: 'GothamPro';
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.p_collapse:not(.show) {
    display: none;
}

.popular {
    background-color: #f9f7fb;
}

.popular__wrapper-head {
    border-bottom: 1px solid #E4E3E5;
}

@media screen and (max-width: 1535px) {
    .popular {
        min-height: 148px;
    }
}

@media screen and (max-width: 1023px) {
    .popular__wrapper-head {
        display: none;
    }
}

.popular__wrapper-head ul {
    border: none;
}

.popular__wrapper-head ul a {
    font-family: 'GothamPro';
    font-weight: 500;
    min-height: 57px;
    font-size: 14px;
    line-height: 14px;
    color: #444444;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.popular__wrapper-head ul a:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f7f4f4;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.popular__wrapper-head ul a:hover {
    color: #f7f4f4;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.popular__wrapper-head ul a.active {
    color: #f7f4f4;
    ;
}

.popular__wrapper-head ul a.active:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1535px) {
    .popular__wrapper-head ul a {
        font-size: 13px;
        min-height: 50px;
    }
}

.popular__wrapper-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1535px) {
    .popular__wrapper-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1279px) {
    .popular__wrapper-body {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .popular__collapse {
        opacity: 1 !important;
        display: block !important;
    }

    .popular__collapse:not(:last-of-type) {
        border-bottom: 1px solid #E4E3E5;
    }
}

.popular__collapse-title {
    min-height: 50px;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (max-width: 1023px) {
    .popular__collapse-title {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .popular__collapse-title[aria-expanded=true] p {
        color: #573073;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .popular__collapse-title[aria-expanded=true] .icon-font {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }

    .popular__collapse-title>div:nth-of-type(2) {
        display: block !important;
    }

    .companies__title {
        max-width: 100%;
    }
}

.popular__collapse-title p {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    color: #444444;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.popular__collapse-title .icon-font {
    font-size: 7px;
    color: #444444;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {

    .popular__collapse .p_collapse,
    .popular__collapse .collapsing {
        display: block !important;
    }
}

@media screen and (max-width: 1279px) {

    .popular__collapse .p_collapse.show>div,
    .popular__collapse .collapsing.show>div {
        border-color: #f7f4f4;
        -webkit-transition: border-color 0.3s ease-in-out;
        -o-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
    }
}

@media screen and (max-width: 1279px) {

    .popular__collapse .p_collapse>div,
    .popular__collapse .collapsing>div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 18px 8px;
    }
}

@media screen and (max-width: 1023px) {

    .popular__collapse .p_collapse>div,
    .popular__collapse .collapsing>div {
        border-top: 1px solid #E4E3E5;
        -webkit-transition: border-color 0.3s ease-in-out;
        -o-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
    }
}

@media screen and (max-width: 1279px) {

    .popular__collapse .p_collapse>div>div:last-of-type,
    .popular__collapse .collapsing>div>div:last-of-type {
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
        padding-top: 14px;
    }
}

@media screen and (max-width: 1023px) {

    .popular__collapse .p_collapse>div>div,
    .popular__collapse .collapsing>div>div {
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
        width: 100%;
    }

    .popular__collapse .p_collapse>div>div:not(:first-of-type),
    .popular__collapse .collapsing>div>div:not(:first-of-type) {
        padding-top: 14px;
    }
}

.popular__collapse .p_collapse>div>div:not(:last-of-type) nav,
.popular__collapse .collapsing>div>div:not(:last-of-type) nav {
    padding-right: 12px;
}

@media screen and (max-width: 1023px) {

    .popular__collapse .p_collapse>div>div:not(:last-of-type) nav,
    .popular__collapse .collapsing>div>div:not(:last-of-type) nav {
        padding-right: 0;
    }
}

.popular__collapse .p_collapse nav a,
.popular__collapse .collapsing nav a {
    font-family: 'GothamPro';
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #444444;
    text-transform: capitalize;
    position: relative;
}

.popular__collapse .p_collapse nav a::before,
.popular__collapse .p_collapse nav a::after,
.popular__collapse .collapsing nav a::before,
.popular__collapse .collapsing nav a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #444;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.popular__collapse .p_collapse nav a::before,
.popular__collapse .collapsing nav a::before {
    left: 50%;
}

.popular__collapse .p_collapse nav a::after,
.popular__collapse .collapsing nav a::after {
    right: 50%;
}

@media (hover: hover) and (pointer: fine) {

    .popular__collapse .p_collapse nav a:hover::before,
    .popular__collapse .p_collapse nav a:hover::after,
    .popular__collapse .collapsing nav a:hover::before,
    .popular__collapse .collapsing nav a:hover::after {
        width: 50%;
        -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
}