body {
    color: #1d2840;
}

.bg-grey {
    background-color: #f7f8fa;
}

.lastest-blog {
    padding: 60px 0;
}

.lastest-blog .section-title {
    font-size: 38px;
    font-family: "Aeonik-Medium";
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.6px;
    color: #0b162e;
}

.lastest-blog hr {
    margin: 60px 0;
}

.lastest-blog .button {
    text-transform: capitalize;
    padding: 0 34px;
    width: auto;
    margin: 0;
    font-family: "Aeonik-Bold";
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.lastest-blog .button:hover {
    border: 1px solid #ff872b;
    background: white;
    color: #ff872b;
}

.post-item .post-thumb img {
    border-radius: 15px;
    width: 100%;
}

.post-item .post-content .post-date,
.post-item .post-content .post-category,
.post-item .post-content .post-address {
    font-family: "Aeonik-Medium";
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: -0.37px;
    color: rgba(29, 40, 64, 0.6);
    min-width: 96px;
    display: inline-block;
}

.post-item .post-content .post-title {
    font-family: "Aeonik-Medium";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.38px;
    color: #1d2840;
}

.post-item .post-content .post-title a {
    color: #1d2840;
}

.post-item .post-content .post-excerpt {
    font-family: "Aeonik-Regular";
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.43px;
    color: rgba(29, 40, 64, 0.6);
}

.post-item .post-content .content-header {
    margin-bottom: 9px;
}

.post-item.first-post {
    margin-bottom: 60px;
}

.post-item.first-post .post-content .post-title {
    font-family: "Aeonik-Medium";
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: -0.38px;
    font-weight: 500;
    color: #0b162e;
    margin-bottom: 35px;
}

.post-item.first-post .post-content .post-title a {
    color: #0b162e;
}

.post-item:not(.first-post) .post-thumb {
    margin-bottom: 15px;
}

.post-item.featured-video {
    padding: 65px 50px;
    border-radius: 12px;
    background-color: #0b162e;
}

.post-item.featured-video .post-thumb {
    position: relative;
    margin-bottom: 0;
}

.post-item.featured-video .post-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.post-item.featured-video .post-thumb img.hide {
    visibility: hidden;
}

.post-item.featured-video .post-thumb iframe {
    border-radius: 15px;
    min-height: 350px;
    width: 100%;
}

.post-item.featured-video .post-thumb .play-video {
    position: absolute;
    width: 72px;
    height: 72px;
    background-image: url("../images/play-video.svg");
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.post-item.featured-video .post-thumb .play-video.hide {
    visibility: hidden;
}

.post-item.featured-video .post-content {
    padding-left: 20px;
}

.post-item.featured-video .post-content .post-date,
.post-item.featured-video .post-content .post-category {
    color: #9196a1;
}

.post-item.featured-video .post-content .post-title {
    font-size: 35px;
    line-height: 1.32;
    letter-spacing: -0.55px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.post-item.featured-video .post-content .post-title a {
    color: #ffffff;
}

.post-item.featured-video .post-content .post-excerpt {
    color: rgba(255, 255, 255, 0.6);
}

.section-featured-video {
    padding: 60px 0;
}

.section-all-news {
    padding: 60px 0;
}

.section-all-news .post-item {
    margin-bottom: 60px;
}

.section-all-news .section-title {
    font-family: "Aeonik-Bold";
    font-size: 32px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: -0.51px;
    color: #0b162e;
}

.section-all-news .header-section2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 60px;
}

.section-all-news .header-section2 .section-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
}

.pagination {
    width: 100%;
}

.pagination ul {
    margin: 0 auto;
}

.pagination ul li {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1d2840;
    font-family: "Aeonik-Bold";
    font-size: 14px;
    font-weight: bold;
    background-color: #f7f8fa;
    border-radius: 50%;
    margin: 0 10px;
}

.pagination ul li span {
    color: #1d2840;
}

.pagination ul li.prev-page span,
.pagination ul li.next-page span {
    width: 12px;
    height: 12px;
    background-image: url("../images/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.pagination ul li.prev-page span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pagination ul li.next-page span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pagination ul li.active {
    background-color: #ffffff;
}

.pagination ul li.active span {
    color: rgba(29, 40, 64, 0.5);
}

select:not(.wpcf7-form-control) {
    display: none;
}

.select {
    position: relative;
}

.select .select-styled {
    color: #303747;
    font-family: "Aeonik-Medium";
    font-size: 16px;
    font-weight: 500;
    color: #303747;
    border-radius: 4px;
    border: solid 1px #f7f8fa;
    border-radius: 22.5px;
    background-color: #f7f8fa;
    padding: 11px 50px 11px 30px;
    display: inline-block;
    position: relative;
    min-width: 150px;
    cursor: pointer;
}

.select .select-styled:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../images/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.select .select-options {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f7f8fa;
    border-top: 0;
    z-index: 3;
    min-width: 150px;
}

.select .select-options li {
    color: #303747;
    font-family: "Aeonik-Medium";
    font-size: 16px;
    font-weight: 500;
    padding: 4px 16px;
    cursor: pointer;
    text-align: center;
}

.select .select-options li:hover {
    background-color: #dae2f3;
}

.what-conecta {
    border-radius: 12px;
    background-color: #12153a;
    padding: 30px 45px;
    text-align: center;
}

.what-conecta h3 {
    color: #ffffff;
    margin-bottom: 17px;
}

.what-conecta p {
    font-family: "Aeonik-Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}

.what-conecta a.button {
    text-transform: capitalize;
    font-family: "Aeonik-Bold";
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    border: solid 1px #1d2840;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
    border: solid 1px #1d2840;
    background-color: #1d2840;
}

.jobs-box.job-alone {
    margin: 0;
}

.small-title {
    font-family: "Aeonik-Bold";
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.39px;
    color: rgba(29, 40, 64, 0.6);
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    clear: both;
}

.popular-posts .post-item {
    margin-bottom: 60px;
}

.main-content-post {
    border-radius: 12px;
    background-color: #f7f8fa;
    position: relative;
}

.main-content-post .header-content {
    padding: 25px;
}

.main-content-post .header-content .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 28px;
}

.main-content-post .header-content .post-info .left-col span:not(:last-child) {
    margin-right: 20px;
}

.main-content-post .header-content .post-info .right-col span,
.main-content-post .header-content .post-info .right-col .share-icon:not(:last-child) {
    margin-right: 20px;
}

.main-content-post .header-content .post-info .right-col .share-icon:not(:last-child) {
    display: none;
}

.main-content-post .header-content .post-info .right-col a {
    display: inline;
}

.main-content-post .header-content .post-info span {
    font-family: "Aeonik-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: -0.37px;
    color: rgba(29, 40, 64, 0.6);
}

.main-content-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-content-post .body-content {
    padding: 40px 30px 20px;
    color: #1d2840;
}

.main-content-post .body-content p {
    color: #1d2840;
    margin-bottom: 20px;
}

.main-content-post .body-content a,
.main-content-post .body-content a em span,
.main-content-post .body-content a span {
    font-family: "Aeonik-Medium";
    color: #1d2840 !important;
    font-size: 16px;
    font-style: italic;
    letter-spacing: -0.43px;
}
.main-content-post .body-content a {
    text-decoration: underline;
}
.main-content-post .body-content img {
    max-width: 100%;
    height: auto;
}
.main-content-post .body-content blockquote {
    border-top: 1px solid hsla(221, 61%, 11%, 0.2);
    border-bottom: 1px solid hsla(221, 61%, 11%, 0.2);
    padding: 38px 0;
    margin: 30px 0;
}
.main-content-post .body-content blockquote p,
.main-content-post .body-content blockquote cite {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    letter-spacing: -0.38px;
}
.main-content-post .body-content blockquote p {
    font-family: "Aeonik-Regular";
    margin-bottom: 35px;
}
.main-content-post .body-content blockquote cite {
    font-family: "Aeonik-Medium";
    font-style: normal;
    display: block;
    text-align: center;
}
.main-content-post .body-content .feature-related {
    background-color: #ffffff;
    box-shadow: 0 3px 23px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 12px;
    margin: 50px 0 60px;
}
.main-content-post .body-content .feature-related > p {
    color: hsl(221, 38%, 18%, 60%);
    font-family: "Aeonik-Bold";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.39px;
    text-align: center;
}
.main-content-post .body-content .feature-related h3 {
    margin-bottom: 0;
    text-align: center;
}
.main-content-post .body-content .feature-related h3 a {
    position: relative;
    font-family: "Aeonik-Medium";
    text-decoration: none;
    color: #1D2840;
    font-size: 24px;
    letter-spacing: -0.38px;
    line-height: 36px;
    text-align: center;
    font-style: normal;
}
.main-content-post .body-content .feature-related h3 a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 480px) {
    .main-content-post .body-content .feature-related {
        padding: 20px;
        margin: 40px 0 50px;
    }
}
.share-icon {
    position: relative;
}

.share-icon i {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.share-icon:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #12153a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.section-top-roles {
    padding: 150px 0;
}

.section-top-roles .content {
    max-width: 394px;
}

.section-top-roles .content h3 {
    margin-bottom: 40px;
}

.section-top-roles .content p {
    color: rgba(29, 40, 64, 0.6);
}

.section-top-roles .thumb-top-roles {
    overflow-x: hidden;
}

.section-top-roles .thumb-top-roles>.row-top-roles:first-child {
    padding-left: 165px;
}

.section-top-roles .thumb-top-roles>.row-top-roles:nth-child(3) {
    padding-left: 107px;
}

.section-top-roles .thumb-top-roles>.row-top-roles:last-child {
    padding-left: 300px;
}

.section-top-roles>.row-top-roles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-top-roles .row-top-roles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-top-roles .row-top-roles .col-top-roles {
    padding: 0;
}

.section-top-roles>.row-top-roles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: calc((100% - 1140px) / 2);
}

.section-top-roles .jobs-box {
    width: 325px;
    min-height: inherit;
    margin: 10px;
}

.section-how-it-work {
    padding-bottom: 70px;
}

.section-how-it-work h3 {
    color: #1d2840;
    margin-bottom: 44px;
}

.section-how-it-work .list-row>.row {
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-how-it-work .list-row>.row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.section-how-it-work .list-row>.row:nth-child(even) .content-txt {
    text-align: right;
}

.section-how-it-work .list-row>.row:nth-child(even) .content-txt .wrapper-stt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section-how-it-work .content-txt .box-stt {
    width: 80px;
    height: 80px;
    background-color: #6ad0cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 27px;
}

.section-how-it-work .content-txt .box-stt span {
    font-family: "Aeonik-Bold";
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #1d2840;
    width: 100%;
    text-align: center;
}

.section-how-it-work .content-txt h2 {
    color: #1d2840;
    margin-bottom: 40px;
}

.section-how-it-work .content-txt p {
    color: rgba(29, 40, 64, 0.6);
    margin-bottom: 30px;
}

.section-how-it-work .content-txt a {
    font-family: "Aeonik-Bold";
    font-weight: bold;
    margin: 45px 0;
    border: 1px solid #ff872b;
    padding: 0 40px;
    border-radius: 24px;
    background-color: #ff872b;
    text-align: center;
    color: white;
    display: inline-block;
    line-height: 48px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.section-how-it-work .content-txt a:hover {
    border: 1px solid #ff872b;
    background: white;
    color: #ff872b;
}

.section-how-it-work .content-img {
    position: relative;
    width: 100%;
}

.section-how-it-work .content-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.section-how-it-work .content-img .box-img {
    max-width: 100%;
    margin: 0 auto;
    padding: 135px 70px;
    background-color: #f7f8fa;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section-how-it-work .content-img .box-img img {
    max-width: 360px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0 0 16px 0 rgba(203, 203, 203, 0.5);
    box-shadow: 0 0 16px 0 rgba(203, 203, 203, 0.5);
    -o-object-fit: cover;
    object-fit: cover;
}

#clientPage .company-group {
    margin-top: 60px;
}

#articlePage .lastest-blog hr.l-hr,
#articlePage .lastest-blog div.text-center {
    display: none;
}

.candidatesPage .feature-jobs {
    margin-bottom: 130px;
}

.section-partners .partners-title {
    font-family: "Aeonik-Medium";
    font-size: 38px;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: -0.6px;
    color: #1d2840;
    margin-bottom: 50px;
}

.section-partners .main-content-partner .partner-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-partners .main-content-partner .partner-title .wrapper-logo {
    width: 56px;
    height: 56px;
}

.section-partners .main-content-partner .partner-title .partners-title {
    margin-left: 20px;
}

.section-partners .main-content-partner .container-partners {
    padding: 30px;
}

.section-partners .main-content-partner .container-partners a {
    color: lightblue;
}

.section-partners .main-content-partner p {
    font-family: "Aeonik-Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: -0.43px;
    color: #1d2840;
}

.section-partners .main-content-partner h5 {
    font-family: "Aeonik-Bold";
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: -0.43px;
    color: #1d2840;
}

.section-partners .main-content-partner .short-description {
    margin: 30px 0 20px;
}

.section-partners .main-content-partner .box-partners {
    border-radius: 10px;
    margin-bottom: 30px;
}

.section-partners .main-content-partner .box-partners:first-child h5 {
    margin-top: 30px;
    margin-bottom: 0;
}

.section-partners .main-content-partner .box-partners:not(:first-child) h5 {
    margin-bottom: 30px;
}

.section-title {
    font-family: "Aeonik-Medium";
    font-size: 32px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.51px;
    color: #1d2840;
}

.section-list-partners .smalltitle {
    font-family: "Aeonik-Bold";
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: -0.43px;
    color: #787f8d;
    margin-bottom: 10px;
}

.section-list-partners .description {
    margin-bottom: 10px;
    max-width: 500px;
}

.section-list-partners .description p {
    font-family: "Aeonik-Medium";
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.51px;
    color: #1d2840;
}

.section-list-partners .subtitle-partners {
    font-family: "Aeonik-Regular";
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.43px;
    color: rgba(29, 40, 64, 0.6);
    margin-bottom: 10px;
}

.section-list-partners .list-partners {
    margin-top: 55px;
    position: relative;
}

.section-list-partners .list-partners .box-filter {
    position: absolute;
    right: 0;
    top: -100px;
}

.section-list-partners .list-partners .post-item {
    margin-bottom: 60px;
}

.section-list-partners .list-partners .post-item .post-thumb img {
    border-radius: 8px;
    width: 100%;
}

.section-list-partners .list-partners .post-item .post-content .content-header {
    margin-bottom: 9px;
}

.section-list-partners .list-partners .post-item .post-excerpt {
    color: #1d2840;
}

.box-right-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-social-footer-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.menu-social-footer-menu-container li a {
    color: #6ad0cb;
    font-family: "Aeonik-Medium";
    font-size: 16px;
    font-weight: 500;
}

.single-post #site-footer {
    display: none;
}

.animate-loader {
    text-align: center;
    visibility: hidden;
}

.animate-loader .dot {
    background: tomato;
}

.animate-loader .dot:after {
    --o: 1;
    background: #ffffff;
    content: "";
}

.animate-loader .dot,
.animate-loader .dot:after {
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-animation: tomatoLoader 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite;
    animation: tomatoLoader 1.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*1.5s) infinite;
}

.custom-link {
    font-weight: normal !important;
    font-family: "Aeonik-Regular" !important;
    border: none !important;
    padding: 0 !important;
    color: rgba(29, 40, 64, 0.6) !important;
    margin: 0 !important;
    background: transparent !important;
    line-height: 1.63 !important;
}

.custom-link:hover {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    color: #ff872b !important;
    margin: 0 !important;
}


/* single partners */

.partnersPage {
    font-family: "Aeonik-Regular";
}

.partnersPage .partners {
    padding-top: 22px;
}

.partnersPage .btn-create {
    font-family: "Aeonik-Bold";
    border-radius: 25px;
    background-color: #ff872b;
    padding: 15px 35px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.partnersPage .btn-create:hover {
    background-color: white;
    color: #ff872b;
    border: 1px solid #ff872b;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.partnersPage .box_projects {
    overflow: hidden;
    margin-bottom: 65px;
}

.partnersPage .box_projects--h3 {
    text-align: center;
    margin-bottom: 25px;
}

.partnersPage .box_projects--box {
    margin: 10px 15px;
    max-width: 391px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 11px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 11px 0px;
}

.partnersPage .box_projects--image {
    max-width: 391px;
    max-height: 196px;
}

.partnersPage .box_projects--image img {
    width: 100%;
    height: 196px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.partnersPage .box_projects .text {
    padding: 25px;
    color: #1D2840;
    font-family: "Aeonik-Regular";
}

.partnersPage .box_projects .text--h5-title {
    margin-bottom: 12px;
    font-family: "Aeonik-Bold";
    font-size: 14px;
    font-weight: 700;
}

.partnersPage .box_projects .text--description {
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.partnersPage .box_projects .orange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ff872b;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.partnersPage .box_projects--content {
    max-width: calc(100% - (100% - 1208px)/2);
    margin-left: auto;
    margin-right: 0;
}

.partnersPage .box_projects .slick-slide {
    overflow: visible;
}

.partnersPage .icon--image {
    width: 23px;
    height: 21px;
    margin-right: 19px;
}

.partnersPage .icon--image img {
    width: 23px;
    height: 21px;
    -o-object-fit: cover;
    object-fit: cover;
}

.partnersPage .partners .section-title {
    margin-bottom: 20px;
    font-size: 24px;
}

.partnersPage .partners .section-title span {
    font-family: "Aeonik-Regular";
}

.partnersPage .partners--banner {
    position: relative;
}

.partnersPage .partners--bg {
    max-width: 1238px;
    max-height: 439px;
    border-radius: 10px;
    margin: auto;
    mix-blend-mode: multiply;
}

.partnersPage .partners--bg img {
    border-radius: 10px;
    width: 100%;
    height: 439px;
    -o-object-fit: fill;
    object-fit: fill;
}

.partnersPage .partners--bg:before {
    content: "";
    background-color: #12153a;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1238px;
    top: 0;
    opacity: 0.39;
    border-radius: 12px;
}

.partnersPage .partners--content {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.partnersPage .partners--logo {
    max-width: 150px;
    max-height: 120px;
    margin: auto;
    /* margin-bottom: 13px; */
}

.partnersPage .partners--logo img {
    width: 100%;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}

.partnersPage .partners--h2-title {
    color: #ffffff;
    margin-top: 13px;
}

.partnersPage .work {
    position: relative;
    margin-top: -100px;
    margin-bottom: 64px;
    overflow: hidden;
}

.partnersPage .work .featured-jobs-home {
    max-width: calc(100% - (100% - 1208px)/2);
    margin-left: auto;
    margin-right: 0;
}

.partnersPage .work .slick-list {
    overflow: visible;
}

.partnersPage .box_projects .slick-list {
    overflow: visible;
}

.partnersPage .key-inf {
    margin-bottom: 85px;
}

.partnersPage .key-inf .left {
    border-radius: 10px;
    background-color: #f7f8fa;
    padding: 25px 30px;
}

.partnersPage .key-inf .left--h4-title {
    margin-bottom: 18px;
    color: #1D2840;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 26px;
}

.partnersPage .key-inf .left--content {
    margin-bottom: 33px;
}

.partnersPage .key-inf .left .left-by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 39px;
    font-weight: 400;
    color: #1d2840;
}

.partnersPage .key-inf .left .left-by span {
    width: 130px;
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 39px;
    text-align: left;
    font-family: "Aeonik-Bold";
}

.partnersPage .key-inf .left .left-by a {
    color: #1d2840;
}

.partnersPage .key-inf .left .taxo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partnersPage .key-inf .left .taxo--btn {
    margin-right: 14px;
    padding: 5px 25px;
    background-color: #6CC9C6;
    border: 2px solid #6CC9C6;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.04), inset 0 1px 7px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px 0 rgba(211, 211, 211, 0.04), inset 0 1px 7px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    color: #fff;
    font-family: "Aeonik-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.partnersPage .key-inf .right {
    border-radius: 10px;
    background-color: #f7f8fa;
    padding: 30px;
    height: 100%;
}

.partnersPage .key-inf .right--text {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 26px;
}

.partnersPage .key-inf .right--text:last-child {
    margin-bottom: 0;
}

.partnersPage .key-inf .right--h5-title {
    font-family: "Aeonik-Bold";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 26px;
}

.partnersPage .key-inf .right--description {
    font-weight: normal;
}

.partnersPage .top-form {
    margin-bottom: 55px;
    background-color: #0b162e;
    text-align: center;
    padding: 45px 0;
    color: #ffffff;
}

.partnersPage .top-form--h3-title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.partnersPage .top-form--sub-title {
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.28px;
    font-family: "Aeonik-Medium";
}

.partnersPage .featured {
    margin-bottom: 49px;
}

.partnersPage .featured .employee {
    border-radius: 10px;
    background-color: #f7f8fa;
    padding: 25px 30px;
}

.partnersPage .featured .employee--h4-title {
    margin-bottom: 15px;
    color: #1D2840;
    font-family: "Aeonik-Bold";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 26px;
}

.partnersPage .featured .video--top .top-container {
    border-radius: 10px;
    background-color: #f7f8fa;
    padding: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partnersPage .featured .video--top .top-container--link {
    margin-right: 30px;
    max-width: 548px;
    max-height: 294px;
    width: 100%;
}

.partnersPage .featured .video--top .top-container--iframe {
    width: 100%;
    height: 294px;
    border-radius: 12px;
}

.partnersPage .featured .video--top .top-container--text {
    max-width: calc(100% - 578px);
    /* margin-top: 175px; */
}

.partnersPage .featured .video--top .top-container--h4 {
    font-size: 16px;
    color: #1D2840;
    font-family: "Aeonik-Bold";
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 26px;
    margin-bottom: 8px;
}

.partnersPage .featured .video--top .top-container--description {
    color: #1D2840;
    font-family: "Aeonik-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.partnersPage .featured .video--bot .other {
    border-radius: 10px;
    background-color: #f7f8fa;
    padding: 20px 30px;
}

.partnersPage .featured .video--bot .other--h4-title {
    font-family: "Aeonik-Bold";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.37px;
    line-height: 26px;
    margin-bottom: 10px;
}

.partnersPage .featured .video--bot .other--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partnersPage .featured .video--bot .other--content {
    padding-right: 20px;
}

.partnersPage .featured .video--bot .other--image {
    cursor: pointer;
    max-width: 119px;
    max-height: 77px;
    margin-bottom: 8px;
}

.partnersPage .featured .video--bot .other--image img {
    border-radius: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 77px;
}

.partnersPage .featured .video--bot .other--text {
    max-width: 119px;
}

.partnersPage .featured .video--bot .other--h5-title {
    font-family: "Aeonik-Medium";
    font-size: 12px;
    line-height: 1.33;
    color: #1d2840;
}

.partnersPage .featured .video--bot .other--description {
    display: none;
}

.partnersPage .box_projects .slide-description {
    margin-bottom: 0;
}

.partnersPage .icon--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    color: #1D2840;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.43px;
}

.partnersPage .icon--text:last-child {
    margin-bottom: 0;
}

.partnersPage .awards {
    margin-bottom: 80px;
}

.partnersPage .awards .col-1-aw {
    padding-left: 0;
}

.partnersPage .awards .col-2-aw {
    padding-right: 0;
}

.partnersPage .awards .infor {
    border-radius: 10px;
    background-color: #f7f8fa;
    padding: 24px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}

.partnersPage .awards .infor--image {
    margin-right: 40px;
    max-width: 227px;
    max-height: 294px;
}

.partnersPage .awards .infor--image img {
    width: 100%;
    height: 294px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.partnersPage .awards .infor--content {
    max-width: calc( 100% - 267px);
    font-size: 16px;
    letter-spacing: -0.43px;
    line-height: 26px;
}

.partnersPage .awards .infor--h4-title {
    margin-bottom: 65px;
}

.partnersPage .awards .infor--text {
    max-width: 444px;
    color: #1D2840;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.partnersPage .awards .infor--name {
    font-style: italic;
}

.partnersPage .awards .infor--description {
    margin-bottom: 15px;
}

.partnersPage .awards .infor--description:last-child {
    margin-bottom: 0;
}

.partnersPage .awards .industry-awards {
    border-radius: 10px;
    background-color: #f7f8fa;
    padding: 27px 30px;
}

.partnersPage .awards--h4-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.43px;
    line-height: 26px;
    color: #1D2840;
}

.partnersPage .awards .slick-prev {
    display: none;
}

.partnersPage .awards .slick-next {
    right: 40px;
    top: 75%;
}

.partnersPage .awards .slick-next::before {
    content: '';
    color: #000;
    background-image: url(../images/default/Path2.svg);
    width: 21px;
    height: 48px;
    display: block;
}

.partnersPage .section-other-partners {
    margin-bottom: 84px;
}

.partnersPage .bot-form {
    background-color: #F7F8FA;
    padding-top: 100px;
    padding-bottom: 115px;
    text-align: center;
}

.partnersPage .bot-form--h4-title {
    margin-bottom: 45px;
}

.partnersPage .bot-form--h3-title,
.partnersPage .bot-form--h4-title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.6px;
    color: #1D2840;
}

.partnersPage .partners+.key-inf {
    margin-top: 65px;
}

.slick-slide {
    outline: none;
}

@-webkit-keyframes tomatoLoader {
    0%,
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes tomatoLoader {
    0%,
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@media (min-width: 1280px) {
    .partnersPage .container {
        max-width: 1238px;
    }
}

@media (min-width: 1200px) {
    .sticky-container {
        width: calc(100% + 50px);
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sticky-container .social-share {
        width: 50px;
    }
    .sticky-container .social-share .social-share-sticky>div {
        display: block;
        margin-bottom: 10px;
        min-height: 30px;
        text-align: center;
    }
    .sticky-container .social-share .social-share-sticky p {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-family: "Aeonik-Medium";
        font-size: 14px;
        font-weight: 500;
        line-height: 1.86;
        letter-spacing: -0.37px;
        color: rgba(29, 40, 64, 0.6);
        padding-right: 20px;
    }
    .sticky-container .main-content-post {
        width: calc(100% - 50px);
    }
}

@media (max-width: 1199px) {
    .sticky-container .social-share {
        display: none;
    }
    .partnersPage .awards .industry-awards {
        padding: 27px 20px;
    }
    .partnersPage .awards .infor {
        padding: 25px;
    }
    .partnersPage .awards .infor--image {
        margin-right: 25px;
    }
    .partnersPage .awards .slick-next {
        right: 20px;
    }
    .partnersPage .featured .employee {
        margin-bottom: 20px;
    }
    .partnersPage .featured .video--top .top-container {
        display: block;
    }
    .partnersPage .featured .video--top .top-container--link {
        max-width: 100%;
    }
    .partnersPage .featured .video--top .top-container--text {
        max-width: none;
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .section-how-it-work .list-row .content-img {
        display: none;
    }
    .section-how-it-work .list-row>.row {
        margin-bottom: 40px;
    }
    .section-how-it-work .list-row>.row:nth-child(odd) .content-txt {
        padding-left: 0;
    }
    .about-main .col-video {
        padding-right: 15px;
    }
    .about-main .col-video iframe {
        min-height: 240px;
    }
    .sign-up .col-video {
        padding-right: 15px;
    }
    .sign-up .col-video iframe {
        min-height: 240px;
    }
    .sign-up .col-video .overlay-video {
        -o-object-fit: cover;
        object-fit: cover;
        width: calc(100% - 30px);
    }
    .section-top-roles .jobs-box {
        width: 230px;
        padding: 18px 20px;
    }
    .section-top-roles .jobs-box .job-name {
        font-size: 12px;
    }
    .section-top-roles .jobs-box h4 {
        font-size: 16px;
    }
    .section-top-roles .thumb-top-roles>.row-top-roles:first-child {
        padding-left: 130px;
    }
    .section-top-roles .thumb-top-roles>.row-top-roles:nth-child(3) {
        padding-left: 70px;
    }
    .section-top-roles .thumb-top-roles>.row-top-roles:last-child {
        padding-left: 225px;
    }
    .lastest-blog hr {
        margin: 30px 0;
    }
    .lastest-blog .post-content {
        margin-top: 25px;
    }
    .post-item.featured-video .post-content {
        padding: 0 35px;
        margin-top: 25px;
    }
    .section-all-news .header-section2 {
        display: block;
        margin-bottom: 0;
    }
    .section-all-news .header-section2 .section-title {
        display: block;
        position: inherit;
        margin-bottom: 20px;
    }
    .section-all-news .header-section2 .select-styled {
        top: 0;
        right: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        background-color: #f0f2f5;
    }
    .section-all-news .row>.col-lg-6:first-child .post-item {
        margin-top: 25px;
    }
    .partnersPage .awards--content {
        margin-bottom: 50px;
    }
    .partnersPage .awards .infor {
        display: block;
    }
    .partnersPage .awards .infor--image {
        max-width: none;
        margin-bottom: 35px;
        margin-right: 0;
        max-height: 305px;
    }
    .partnersPage .awards .infor--image img {
        height: 305px;
    }
    .partnersPage .awards .infor--content {
        max-width: 100%;
    }
    .partnersPage .awards .infor--h4-title {
        margin-bottom: 20px;
    }
}

.sign-up .name {
    margin-bottom: 6px;
}

.page-template-landing-page #page {
    padding-top: 0 !important;
}

.page-template-landing-page #header,
.page-template-landing-page #site-footer {
    display: none;
}

.page-template-landing-page .button {
    font-family: "Aeonik-Bold";
    font-size: 14px;
}

.page-template-landing-page .header-land {
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #ffffff;
    z-index: 2;
}

.page-template-landing-page .header-land .wrapper-btn-header {
    text-align: right;
}

.page-template-landing-page .sign-up {
    background-color: #ffffff;
    margin: 0;
    padding: 105px 0;
}

.page-template-landing-page .sign-up .row-sign-up {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-template-landing-page .sign-up .col-signup {
    padding-left: 15px;
}

.page-template-landing-page .sign-up .col-signup .content-intro {
    max-width: 435px;
}

.page-template-landing-page .sign-up .col-signup .content-intro h1 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.53;
    letter-spacing: -0.6px;
    color: #1d2840;
    margin-bottom: 15px;
}

.page-template-landing-page .sign-up .col-signup .content-intro h6 {
    margin-bottom: 13px;
    color: #787f8d;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: -0.43px;
}

.page-template-landing-page .sign-up .col-signup .content-intro p {
    line-height: 1.63;
    letter-spacing: -0.4px;
    color: rgba(29, 40, 64, 0.6);
}

.page-template-landing-page .sign-up .col-signup .content-intro .button {
    margin-top: 40px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.39px;
}

.page-template-landing-page .sign-up .col-video {
    padding-right: 15px;
}

.page-template-landing-page .sign-up .col-video .overlay-video {
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-template-landing-page .sign-up .icon-star {
    margin: 15px 5px 0 0;
}

.page-template-landing-page .sign-up .video-infor {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-template-landing-page .sign-up .video-infor span {
    margin: 15px 0 0;
    padding-right: 10px;
}

.page-template-landing-page .sign-up .video-infor .position {
    line-height: 1.43;
    letter-spacing: -0.37px;
    color: rgba(29, 40, 64, 0.5);
}

.page-template-landing-page .section-how-it-work {
    padding: 70px 0 90px;
}

.page-template-landing-page .section-how-it-work .title-hiw {
    font-weight: 500;
    margin-bottom: 30px;
}

.page-template-landing-page .section-how-it-work .list-row>.row:last-child {
    margin-bottom: 0;
}

.page-template-landing-page .section-how-it-work .list-row .box-img img {
    border-radius: 7px;
}

.page-template-landing-page .section-footer-land {
    padding: 107px 0 70px;
    background-color: #f7f8fa;
}

.page-template-landing-page .section-footer-land h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.53;
    letter-spacing: -0.6px;
    text-align: center;
    max-width: 645px;
    margin: 0 auto 30px;
}

.page-template-landing-page .footer-land {
    background-color: #0b162e;
    padding: 50px 0;
}

.page-template-landing-page .footer-land .wrapper-menu-footer ul li {
    font-size: 16px;
    line-height: 1.63;
}

.page-template-landing-page .footer-land .wrapper-menu-footer ul li a {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: -0.43px;
}

.page-template-landing-page .footer-land .wrapper-menu-footer ul li:hover a {
    color: #ffffff;
}

@media screen and (min-width: 1200px) {
    .page-template-landing-page .sign-up .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .page-template-landing-page .container {
        max-width: 1236px;
    }
    .page-template-landing-page .section-how-it-work .container {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (min-width: 768px) {
    .page-template-landing-page .footer-land .wrapper-menu-footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .page-template-landing-page .footer-land .wrapper-menu-footer ul li:not(:last-child) {
        padding-right: 15px;
        margin-right: 15px;
        position: relative;
    }
    .page-template-landing-page .footer-land .wrapper-menu-footer ul li:not(:last-child)::before {
        content: '|';
        position: absolute;
        top: 0;
        right: 0;
        color: rgba(255, 255, 255, 0.6);
    }
}

@media screen and (max-width: 767px) {
    .page-template-landing-page .sign-up .col-signup .content-intro h1 {
        font-size: 28px;
        line-height: 1.4;
    }
    .page-template-landing-page .header-land {
        padding: 30px 0 !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .page-template-landing-page .header-land+section {
        margin-top: 120px !important;
    }
    .page-template-landing-page .company-group {
        margin-top: 50px;
    }
    .page-template-landing-page .button {
        padding: 0 20px;
    }
}

@media screen and (max-width: 565px) {
    .page-template-landing-page .section-how-it-work {
        padding: 50px 0 !important;
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(216, 216, 216, 0.84);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup .content-popup {
    width: 689px;
    max-width: 90%;
    border-radius: 12px;
    margin: 0 auto;
    background: url("../images/bg.png") no-repeat center;
    background-size: cover;
    padding: 45px 55px;
}

.popup .content-popup .frm_fields_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.popup .content-popup .frm_half,
.popup .content-popup .frm_submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0;
}

.popup .content-popup fieldset {
    padding-bottom: 25px !important;
}

.popup .content-popup .frm-show-form label {
    display: none;
}

.popup .content-popup .frm-show-form input[type=text],
.popup .content-popup .frm-show-form input[type=email] {
    height: 48px;
    width: 100%;
    border-radius: 25px;
    background-color: #202c48;
    padding: 12px 25px;
    border: none;
    outline: none;
    margin-right: 18px;
    color: white;
    font-family: "Aeonik-Regular";
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 16px;
    margin: 0 !important;
}

.popup .content-popup .frm-show-form input[type=text]::-webkit-input-placeholder,
.popup .content-popup .frm-show-form input[type=email]::-webkit-input-placeholder {
    color: white;
}

.popup .content-popup .frm-show-form input[type=text]:-ms-input-placeholder,
.popup .content-popup .frm-show-form input[type=email]:-ms-input-placeholder {
    color: white;
}

.popup .content-popup .frm-show-form input[type=text]::-ms-input-placeholder,
.popup .content-popup .frm-show-form input[type=email]::-ms-input-placeholder {
    color: white;
}

.popup .content-popup .frm-show-form input[type=text]::placeholder,
.popup .content-popup .frm-show-form input[type=email]::placeholder {
    color: white;
}

.popup .content-popup .frm-show-form input[type=text]:focus,
.popup .content-popup .frm-show-form input[type=email]:focus {
    background-color: #202c48 !important;
}

.popup .content-popup .frm-show-form .select-styled {
    max-width: 286px;
    width: 100%;
    background-color: #202c48;
    border: none;
    color: white;
    font-family: "Aeonik-Regular";
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 16px;
    padding: 12px 25px;
    height: 48px;
}

.popup .content-popup .frm-show-form .select-styled::after {
    background-image: url(../images/arrow-down-white.svg);
}

.popup .content-popup .frm-show-form .select-options {
    background: #202c48;
    width: 100%;
    max-height: 160px;
    top: 48px;
    overflow-y: auto;
}

.popup .content-popup .frm-show-form .select-options::-webkit-scrollbar {
    width: 4px;
}

.popup .content-popup .frm-show-form .select-options::-webkit-scrollbar-thumb {
    background-color: white;
}

.popup .content-popup .frm-show-form .select-options li {
    color: white;
    text-align: left;
    font-family: "Aeonik-Regular";
    font-weight: normal;
    padding: 5px 10px;
}

.popup .content-popup .frm-show-form .select-options li:hover {
    background: #363c4b;
}

.popup .content-popup .frm-show-form .select-options li.active {
    pointer-events: none;
}

.popup .content-popup .frm-show-form .frm_submit {
    clear: none;
}

.popup .content-popup .frm-show-form .frm_submit button {
    height: 48px;
    font-family: "Aeonik-Bold";
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    margin: 0;
    padding: 0 25px;
    border-radius: 24px;
    border: 1px solid #ff872b;
    background: #ff872b;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.popup .content-popup .frm-show-form .frm_submit button:hover {
    border: 1px solid #ff872b;
    background: white;
    color: #ff872b;
}

.popup .content-popup .frm-show-form .frm_message {
    background: #fed8b1;
}

.popup .content-popup .frm-show-form .frm_message p {
    color: #ff872b;
    font-size: 16px;
    font-weight: normal;
    font-family: "Aeonik-Regular";
}

.popup .content-popup .title-popup {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: -0.51px;
    color: #ffffff;
}

.popup .content-popup .des-popup {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.43px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 85%;
    margin-bottom: 30px;
}

.popup .content-popup .p-popup {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: -0.37px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

.popup .content-popup a.button {
    width: 100%;
    margin-bottom: 30px;
}

#popupConecta .frm_fields_container {
    position: relative;
}

#popupConecta .frm_fields_container .frm_submit {
    position: absolute;
    top: 67px;
    right: 0;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .post-item:not(.first-post):not(.featured-video) .post-thumb {
        height: 218px;
    }
    .post-item:not(.first-post):not(.featured-video) .post-thumb img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .section-how-it-work .list-row>.row {
        margin-right: -30px;
        margin-left: -30px;
    }
    .section-how-it-work .list-row>.row>.col-lg-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1299px) {
    .section-how-it-work .content-img .box-img img {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .post-item:not(.first-post) .post-thumb {
        height: 181px;
    }
    .post-item:not(.first-post) .post-thumb img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .post-item:not(.first-post) .post-thumb {
        height: 206px;
    }
    .post-item:not(.first-post) .post-thumb img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .partnersPage .partners {
        padding-top: 85px;
    }
    .partnersPage .partners--bg {
        max-width: 800px;
    }
    .partnersPage .partners--bg::before {
        max-width: 800px;
    }
    .partnersPage .key-inf .left {
        margin-bottom: 20px;
    }
    .partnersPage .employee--check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .partnersPage .icon--text {
        width: 50%;
    }
    .partnersPage .awards--content {
        margin-bottom: 25px;
    }
    .partnersPage .awards .infor--text {
        max-width: none;
    }
    .partnersPage .slick-next {
        display: none !important;
    }
    .partnersPage .box_projects--content,
    .partnersPage .work--container {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .post-item:not(.first-post) .post-thumb {
        height: initial;
    }
    .post-item:not(.first-post) .post-thumb img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .popup .content-popup {
        padding: 25px 15px;
    }
    .popup .select .select-style {
        min-width: 100%;
    }

    .popup-bg-white .content-popup {
        padding: 20px 30px;
        overflow: hidden;
    }
    p.popupLogin__title {
        font-size:17pt;
    }
}

@media screen and (max-width: 575px) {
    .partnersPage .icon--image {
        max-width: 15px;
        max-height: 15px;
    }
    .partnersPage .icon--image img {
        width: 15px;
        height: 15px;
    }
    .partnersPage .box_projects {
        margin-bottom: 79px;
    }
    .partnersPage .box_projects--h3 {
        font-size: 20px !important;
    }
    .partnersPage .box_projects .text--description {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .partnersPage .box_projects .orange {
        font-size: 12px;
    }
    .partnersPage .partners--content {
        top: 40px;
    }
    .partnersPage .partners--logo {
        max-width: 87px;
        max-height: 87px;
    }
    .partnersPage .partners--bg {
        max-height: 258px;
    }
    .partnersPage .partners--bg img {
        height: 258px;
    }
    .partnersPage .work {
        margin-top: -45px;
        margin-bottom: 54px;
    }
    .partnersPage .work .jobs-box {
        min-height: auto;
        padding: 20px;
    }
    .partnersPage .work .jobs-box .job-name {
        font-size: 14px;
    }
    .partnersPage .work .jobs-box h4 {
        font-size: 20px;
    }
    .partnersPage .work .jobs-box .address {
        margin-top: 0;
    }
    .partnersPage .work .jobs-box .address p {
        font-size: 12px;
    }
    .partnersPage .key-inf {
        margin-bottom: 35px;
    }
    .partnersPage .key-inf .left {
        padding: 20px;
    }
    .partnersPage .key-inf .left--h4-title {
        font-size: 14px;
    }
    .partnersPage .key-inf .left .left-by {
        font-size: 14px;
    }
    .partnersPage .key-inf .left .left-by span {
        font-size: 14px;
    }
    .partnersPage .key-inf .right {
        padding: 20px;
    }
    .partnersPage .key-inf .right--text {
        font-size: 14px;
    }
    .partnersPage .top-form {
        padding: 50px 0 69px;
        margin-bottom: 30px;
    }
    .partnersPage .top-form--sub-title {
        max-width: 220px;
        margin: auto;
        margin-bottom: 40px;
        font-size: 14px;
    }
    .partnersPage .awards {
        margin-bottom: 0;
    }
    .partnersPage .awards--content {
        margin-bottom: 25px;
    }
    .partnersPage .awards .col-2-aw {
        padding-right: 15px;
    }
    .partnersPage .awards .infor--description {
        margin-bottom: 10px;
    }
    .partnersPage .section-other-partners {
        background: #fff;
        margin-bottom: 40px;
    }
    .partnersPage .section-other-partners .section-title {
        font-size: 20px !important;
        margin-bottom: 25px;
    }
    .partnersPage .section-other-partners .post-item .post-content {
        text-align: center;
    }
    .partnersPage .section-other-partners .post-item .post-content .post-title {
        font-size: 25px !important;
    }
    .partnersPage .section-other-partners .post-item .header-content {
        margin-bottom: 25px;
    }
    .partnersPage .section-other-partners .post-item .post-excerpt {
        display: none;
    }
    .partnersPage .section-other-partners .row .col-lg-4:not(:first-child) {
        margin-top: 35px;
    }
    .partnersPage .bot-form {
        padding-top: 70px;
        padding-bottom: 85px;
    }
    .partnersPage .bot-form--h3-title {
        font-size: 25px !important;
        max-width: 320px;
        margin: auto;
    }
    .partnersPage .bot-form--h4-title {
        font-size: 25px;
        max-width: 320px;
        margin: auto;
        margin-bottom: 56px;
    }
    #popupConecta .frm_fields_container .frm_submit {
        position: static !important;
    }
    .partnersPage .partners+.key-inf {
        margin-top: 45px;
    }
}

@media screen and (max-width: 320px) {
    .main-menu .logo {
        max-width: 110px;
    }
    .main-menu .logo img {
        width: 100%;
    }
}

/* css for form login api  */
.popup-bg-white .content-popup {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    background-image:none;
}


.popup-bg-white {
    background-color:#9d9d9d73;
}

#popupLogin .content-popup {
    width: 520px;
}

#popupLogin .logo {
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}

p.popupLogin__title {
    font-family: 'Aeonik-Medium';
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 30px;
}

.btn-loginfeature-custom {
    background-color: #1C273F;
    color:white;
    margin-top: 10px;
    font-family: 'Aeonik-Medium';
    font-size:15px;
    height:48px;
    border:transparent;
}
.btn-loginfeature-custom:hover {
    border-color: #1c273f;
    color: #1c273f;
    background-color: white;
}


.footer-popuplogin  span.forgot-your-password a {
    color: #707070;
    font-size: 13px;
    text-decoration: underline;
}

.footer-popuplogin span a, .footer-popuplogin span {
    font-size:13px;
}

.footer-popuplogin .not-member {
    columns: #686868;
}

.footer-popuplogin .sign-up-btn a {
    color:#FF872B;
    text-decoration: underline;
}

.footer-popuplogin {
    border-bottom: 1px solid #F7F4F2;
    padding-bottom:30px;
    margin-top:20px;
}

.back-to-homepage {
    margin-top:20px;
}
.back-to-homepage a{
    color: #707070;
    font-family: 'Aeonik-Regular';
    font-size: 14px;
    text-decoration: underline;
}

.input-cuttom-loginapi {
    border: none;
    border-bottom: 1px solid #C9C9C9;
    border-radius: 0px;
    padding-left: 0px;
    font-size: 15px;
    color: #1C273F!important;
    font-family: 'Aeonik-Medium';
    line-height: 24px;
}

.form-control:focus {
    border-color: gray;
    background-color:white!important;
    box-shadow: unset;
}
/* css for form  signup  */
.checkbox-custom-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    clear:both;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkbox-custom-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkbox-custom-container  .checkmark {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    border: 1px solid #979797;
    width: 20px;
    height: 20px;
    background-color:white;
  }

  /* On mouse-over, add a grey background color */
  .checkbox-custom-container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .checkbox-custom-container input:checked ~ .checkmark {
    background-color: #70CAC6;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-custom-container  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox-custom-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkbox-custom-container .checkmark:after {
    /* left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */
    content: "X";
    left: 5px;
    color: white;
    top:2px;
    font-size: 11px;
  }

  .checkbox-custom-container:hover  .checkmark {
    background-color:#70CAC6!important;
  }

/* end custom checkbox  */


/* css custom radio  */
.radio-custom-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
  .radio-custom-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .radio-custom-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .radio-custom-container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .radio-custom-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radio-custom-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .radio-custom-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .radio-custom-container .checkmark:after {
        top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

/* end css custom radio  */

#popupsignup .content-popup {
    width:948px;
}


.popup-title.popupsignup__title {
    font-size: 22px;
    font-family: 'Aeonik-Medium';
    line-height: 30px;
    color: #1c273f;
    margin-bottom: 30px;
}
.form-input {
    margin-bottom:30px;
}

.tab-item {
    background-color: #F7F4F2;
    border-radius: 10px;
    width: 270px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    font-family: 'Aeonik-Medium';
    font-size:15px;
    cursor: pointer;
}
.link-container a {
    text-decoration: underline;
}
.back-to-home__link a {
    color: #1C273F;
    font-size: 14px;
    font-family: 'Aeonik-Regular';
}

.what-mean a {
    color: #FF872B;
    font-family: Aeonik-Regular;
    font-size: 14px;
}

.agree-privacy.link-container  a , .agree-privacy.link-container  span{
    color: #7d7d7d;
    font-size:14px;
}

.br-10 {
    border-radius: 10px!important;
}
.w-415 {
    width: 415px!important;
}

.text-collap-container div{
    width:249px;
    text-align:center;
    margin-top:15px;
    color: #7D7D7D;
    font-size:14px;
    font-family: Aeonik;
}

.tab-item.active {
    background-color: #1C273F;
    color: white;
}

#tab-item-active {
    margin-top: 25px;
    transition:0.5;
}

.left.link-container.agree-privacy {
    /* height: 60px;
    line-height: 60px; */
}

#popupthankyou .content-popup{
    width: 463px;
}

.popupthankyou__title {
    font-family: 'Aeonik-Medium';
    font-size: 35px;
    line-height: 37px;
    color: #1C273F;
    margin-bottom: 25px;
}

.popupthankyou__description {
    font-family: 'Aeonik-Regular';
    color: #515151;
    font-size: 16px;
    letter-spacing: -0.11px;
    line-height: 20px;
    width: 365px;
    text-align: left;
    margin-bottom: 30px;
}

.btn-loginfeature-custom__revert {
    background-color: #F7F4F2;
    color: #1C273F;
    font-family: 'Aeonik-Medium';
    font-size: 15px;
    border-color: #f7f4f2;
}

.btn-loginfeature-custom__revert:hover {
    color:#FFFFFF;
    background-color:#1C273F;
}

label.error {
    color: #D00000;
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
}

#agree_privacy_policy-error {
    display: block;
    float: left;
    margin-left: -35px;
}

select#current_title_select {
    width: 100%;
}

.color-light-green {
    background: #70CAC6;
    color: white;
}

.color-light-green:hover {
    background-color: white;
    color: #70CAC6;
    border-color: #70CAC6;
}

.footer-popup {
    width: calc(100% + 110px);
    padding-left: 52.5px;
    padding-right: 52.5px;
    transform: translateX(-55px);
    border-top: 1px solid #F7F4F2;
    padding-top: 20px;
    margin-top: 30px;
}
.content-popup__bottom {
    margin-top:30px;
}

p.text-footer-popup {
    margin-top: 30px;
    color: #7D7D7D;
    font-family: 'Aeonik-Regular';
    font-size: 12px;
    letter-spacing: -0.09px;
}


.suggestion-input {
    position: relative;
}
.suggestion-input__suggestion__list {
    margin-top: 5px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #a5a9b3;
    width: 100%;
    /* border-radius: 20px; */
    left: 0;
    padding: 16px;
    z-index: 99;
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.06);
    max-height: 200px;
    overflow-y: scroll;
    top: 35px;
}

.suggestion-input__suggestion__list li {
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
}
.suggestion-input__suggestion__list li.job-title-category {
    font-weight: bold;
    margin-left: -10px;
}

.error-custom {
    color: #D00000;
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
    font-family: 'Aeonik-Regular';
}

button:focus {
    outline: 0px auto;
}

.popup-bg-white ::placeholder {
    font-family: 'Aeonik-Medium';
    font-size:15px;
    color:#1C273F;
    opacity: 1; /* Firefox */
}

.popup-bg-white :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Aeonik-Medium';
    font-size:15px;
    color:#1C273F;
}

.popup-bg-white ::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Aeonik-Medium';
    font-size:15px;
    color:#1C273F;
}

.invalid-form .input-cuttom-loginapi {
    border-bottom-color: #D00000;
}

.tab-item-container {
    margin-right: 20px;
}

.explanation-text {
    font-size: 14px;
    font-family: 'Aeonik-Regular';
    text-align: center;
    color: #7D7D7D;
    margin: 16px;
}
.error {
    margin-top:0px;
}
.has-value-job-status #seeking_job_status-error {
    display: none;
}

.arrow-show-all {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.no-show-error label.error {display: none!important;}


@media screen and (max-width: 1024px) {
    .popup-bg-white .content-popup {
        padding: 20px 30px;
        overflow: hidden;
    }
    .popupsignup .content-popup {
        height: 100%;
        overflow-y: scroll;
    }
    p.popupLogin__title {
        font-size:17pt;
    }

    #popupsignup .d-flex {
        flex-wrap: wrap;
    }

    #popupsignup {
        padding-top:100px;
        padding-bottom:100px;
    }

    .popup-title.popupsignup__title  {
        width: 100%;
        text-align: center;
        font-size: 17pt;
    }

    .what-mean.link-container {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .tab-item {
        margin-bottom: 10px;
        width: 100%;
    }
    .w-100 {
        width:100%!important;
    }
    .popupsignup .d-flex .right {
        width: 100%;
    }

    .content-popup__top_top .d-flex {
        flex-direction:column-reverse;
    }
    .content-popup__top_top  .popup-title.popupsignup__title {
        text-align: left;
    }

    .back-to-home__link a {
        font-size:11pt;
        display:inline-block;
        margin-bottom:20px;
    }

    .popupthankyou__title {
        font-size: 20pt;
    }

    .popupthankyou__description {
        width: 100%;
        font-size:13pt;
    }
    .popupthankyou__description p {
        font-size:13pt;
    }
    .popupthankyou .content-popup {
        padding-top: 26pt;
        padding-bottom: 38pt;
    }

    .popupthankyou .btn-loginfeature-custom {
        font-size:14pt;
    }

    .tab-item-container {
        width:100%;
        margin-right:0px;
    }

    #agree_privacy_policy-error {
        width: 100%;
    }
}
/* end css for form signup  */

/* end csss for form login api  */


.section-intro {
    background-color: #F7F8FA;
    padding: 100px;
}
.section-intro h1 {
    font-size: 50px;
    line-height: 55px;
    font-family: "Aeonik-Medium";
    width: 90%;
    color: #1D2840;
    animation: fadeInUp3 .7s ease 0.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.section-intro .section_intro-right {
    padding-top: 40px;
}
.section-intro .section_intro-right p {
    font-size: 16px;
    line-height: 22px;
    font-family: "Aeonik-Regular";
    color: #1D2840;
    margin-bottom: 10px;
    width: 85%;
    animation: fadeInUp3 .7s ease 0.7s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.image-deliver img {
    width: 100%;
    height: 258px;
    object-fit: cover;
    animation: fadeInUp3 .7s ease 0.7s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.section-info {
    padding: 100px;
    padding-top: 80px;
}
.section-info .section_info-content .section_info-item {
    width: 61%;
    margin: 0 auto;
    animation-delay: 0.3s;
    animation: fadeInUp3 .7s ease 0.7s;
    opacity: 0;
    animation-fill-mode: forwards;
    margin-bottom: 50px;
}
.section-info .section_info-content .section_info-item:last-child {
    margin-bottom: 0px;
}
.section-info .section_info-content .section_info-item h2 {
    font-size: 32px;
    line-height: 40px;
    color: #1D2840;
    font-weight: 500;
    margin: 20px 0;
}
.section-info .section_info-content .section_info-item p {
    font-size: 16px;
    line-height: 22px;
    font-family: "Aeonik-Regular";
    color: #1D2840;
    margin-bottom: 10px;
}
.section-info .section_info-content .section_info-item ul{
    padding: 10px;
    padding-top: 5px;
}
.section-info .section_info-content .section_info-item ul li {
    font-size: 16px;
    line-height: 22px;
    font-family: "Aeonik-Regular";
    color: #1D2840;
    margin-bottom: 10px;
    letter-spacing: -0.43px;
    list-style-type: disc !important;
    margin-left: 20px;
}

.section-cta {
    background-color: #0B162E;
    padding: 100px;
}
.section-cta h3 {
    font-size: 26px;
    line-height: 40px;
    font-family: "Aeonik-Medium";
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 20px;
    animation: fadeInUp3 .7s ease 0.5s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.section-cta p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-family: "Aeonik-Regular";
    margin-bottom: 10px;
    width: 50%;
    animation: fadeInUp3 .7s ease 0.7s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.section-cta a{
    color: #F6872B;
}
@media screen and (max-width: 768px) {
    .section-intro{
        padding: 60px 5px;
    }
    .section-intro h1{
        width: 100%;
    }
    .section-intro .section_intro-right p{
        width: 100%;
    }
    .section-info{
        padding: 60px 5px;
    }
    .section-info .section_info-content .section_info-item{
        width: 100%;
    }
    .section-cta{
        padding: 60px 5px;
    }
    .section-cta p{
        width: 100%;
    }
}
/* end css for seo page */
.form-custom .select .select-styled{
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: .375rem 0;
    border: 0;
    border-bottom: 1px solid #C9C9C9;
    background-color: transparent;
}
.form-custom .select .select-options{
    width: 100%;
}
.form-custom .select .select-options li{
    text-align: left;
    padding: 10px 16px;
}
.form-custom .select .select-styled:after{
    background-size: 10px;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button{
    display: none;
}
.form-custom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.form-custom .bootstrap-select>.dropdown-toggle{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: .375rem 0;
    border: 0;
    border-bottom: 1px solid #C9C9C9;
    background-color: transparent;
}
.form-custom .btn-light.focus, .btn-light:focus{
    box-shadow: none;
}
.form-custom .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none !important;
}
.form-custom .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
    background-color: transparent;
    border: 0;
}
.form-custom .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
    box-shadow: none;
}
.form-custom .bootstrap-select .dropdown-menu{
    padding: 0;
}
.form-custom .bootstrap-select .dropdown-menu li a{
    outline: none;
    padding: 10px 16px;
    font-size: 15px;
    color: #1C273F;
    font-family: 'Aeonik-Medium';
    line-height: 24px;
}
.form-custom .dropdown-item.active, .dropdown-item:active{
    background-color: #1C273F;
    color: #FFF !important;
}
.form-custom .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    font-size: 15px;
    color: #1C273F!important;
    font-family: 'Aeonik-Medium';
    line-height: 24px;
}
.form-custom .bootstrap-select>.dropdown-toggle:after{
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1c273f;
    border-right: 2px solid #1c273f;
    transform: rotate(135deg);
    border-left: 0;
}
.form-custom .form-group .bootstrap-select{
    display: flex;
    flex-direction: column-reverse;
}
#current-title .input-current_title .icon-tooltip{
    display: none;
}
#current-title .input-left .icon-tooltip{
    color: #70C9C5;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
}
#current-title .input-left .arrow-show-all{
    right: 20px;
}
body.no-scroll {
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .main-menu{
        flex-wrap: nowrap;
    }
    .main-menu .button{
        padding: 0 10px;
    }
}
