﻿.lc {
    color: #0D66D0B2;
}
.lc-dark {
    color: #004274;
}
.social-header-size {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.head-banner {
    position: relative;
    max-height: 520px;
    overflow: hidden;
}
.mobile-image {
    position:absolute;
    left:0;
    top:4px;
    width:100%;
    color: #004274;
    text-align:center;
    font-weight:bold;
    font-size: 22px;
}
@media only screen and (min-width: 992px) {
    .head-banner::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 66, 116, 0.18);
        pointer-events: none;
    }
}

.social-info-square {
    max-width: 106px;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 5px;
    text-align: center;
    color: #004274;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin: 35px auto;
    border-radius: 10px;
}

.header-info1,
.header-info2 {
    position: absolute;
    color: #fff;
    max-width: 510px;
    z-index: 1;
}

.header-info1 {
    padding: 8px 14px;
    top: 12px;
    right: 14px;
    border-radius: 10px;
}
.header-info2 {
    padding: 5px 5px 8px 5px;
    bottom: 12px;
    left: 8px;
    border-radius: 10px;
    text-align:center;
}
.mobile-card-text {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}
.mobile-card-small-text {
    display: block;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
}

.info-span-text {
    font-weight: 700;
    line-height: 15px;
    display: inline-block;
}

.panel-partner {
    padding: 10px 0;
    min-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    background-color: #EDF3FF;
}

.panel-partner::-webkit-scrollbar {
    height: 8px;
}
/* Track */
.panel-partner::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.panel-partner::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.panel-partner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.panel-partner-col {
    text-align:center;
    max-width: 140px;
    min-width: 140px;
    align-self: center;
    opacity:0.4;
    transition:.3s;
}
    .panel-partner-col:hover {
        opacity: 1;
    }
    .panel-partner-col img {
        height: auto;
        width: 100%;
    }

.width-lending {
    max-width: 1920px;
    margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
    .width-lending {
        width: 100%;
    }
}

.vacation {
    overflow: hidden;
    position: relative;
    padding: 80px 0 0;
}

.vacation h1,
.industries h6 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #004274;
}
@media(max-width: 992px) {
    .vacation h1,
    .industries h6 {
        font-size: 24px;
        line-height: 28px;
    }
}

.vacation .mode {
    max-width: 920px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    margin: 50px auto 120px;
    background: #F3F2EF;
    box-shadow: 0px 1px 20px rgba(107, 112, 115, 0.3), 0px 2px 11px 2px rgba(107, 112, 115, 0.15);
}

.img-abs1,
.img-abs2,
.img-abs3 {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}

.img-abs1 {
    top: 190px;
}

.img-abs2 {
    width: 60%;
    bottom: 190px;
}

.img-abs3 {
    width: 105%;
    top: 100px;
}

.mode-body {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}

.mode-card {
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
}

@media(max-width: 992px) {
    .vacation {
        padding: 0;
    }
    .vacation .mode {
        margin: 50px auto 70px;
    }
    .mode-card {
        min-width: 280px;
        padding-left: 0;
    }

    .mode-body {
        flex-wrap: nowrap;
        min-width: 100%;
        overflow-x: auto;
        padding: 45px 0 45px 15px;
    }
}

.mode-header {
    max-height: 172px;
    overflow: hidden;
    position: relative;
}
.mode-industry {
    position: absolute;
    top: calc(50%  - 10px);
    left: 0;
    color: white;
    display: block;
    font-size: 18px;
    padding-left: 1rem;
    z-index: 1;
    position: absolute;
    top: calc(50%  - 28px);
    left: 0;
    color: white;
    display: block;
    font-size: 20px;
    padding: 20px 15px;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
@media(max-width: 992px) {
    .mode-industry {
        padding: 14px 10px;
        font-size: 14px;
    }
}

.img-panel {
    width: 55px;
    height: 55px;
}

.panel-job-info .job-title,
.panel-job-info .job-company {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.panel-job-info .job-title {
    -webkit-line-clamp: 2;
    min-height: 40px;
}
.panel-job-info .job-company {
    color: #C2C2C2;
    -webkit-line-clamp: 1;
}
.mode-card-body {
    position: relative;
    z-index:1;
    background-color: white;
    padding: 18px 18px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.15);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .btn-social-card {
        padding: 5px 7px;
        background: #F0F9FF;
        border: 1px solid rgba(13, 102, 208, 0.07);
        border-radius: 4px;
        color: #0D66D099;
        text-decoration: none !important;
        display: inline-block;
        margin-right: 6px;
    }

    .mode-bottom {
        position: absolute;
        right: -1px;
        bottom: -30px;
        width: calc(100% + 2px);
        z-index:-1;
    }

    .mode-pin {
        position: absolute;
        top: -12px;
        left: calc(50% - 8px);
    }

.btn-social-more {
    background: #004274;
    color: white !important;
    border-radius: 5px;
    padding: 4px 24px;
}
/*industries*/
.industries {
    background-color: #EDF3FF;
    padding: 80px 0 40px;
}
@media(max-width: 992px) {
    .industries {
        padding: 40px 0 40px;
    }
}

.industries h6 {
    margin-bottom: 35px;
}

.industries-block {
    width: 230px;
    height: 210px;
    background: #FFF7F9;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 10px 5px;
    margin-bottom: 1rem;
}
@media(max-width: 992px) {
    .industries-block {
        width: 170px;
        height: auto;
    }
}
.other-industry {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #004274;
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ind-count {
    font-weight: 700;
    color: #004274;
    font-size: 28px;
    line-height: 22px;
    margin: 5px 0 10px;
}
.industries-img-blcok {
    max-height: 82px;
    min-height: 82px;
}

.industries-img-blcok img {
    max-height: inherit;
}
/*cv*/
.sectionCV {
    overflow: hidden;
    position: relative;
    padding: 170px 0;
}
@media(max-width: 992px) {
    .sectionCV {
        padding: 110px 0;
    }
    .sectionCV .container {
        padding: 0;
    }
}

.cv_continer {
    background-image: url('../social/bgsv3.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
@media(max-width: 992px) {
    .cv_continer {
        border-radius: 0;
    }
}

.cv_text_panel {
    color: white;
    padding: 50px 0;
}
.cv_text_panel p.socialCvText {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFFA6;
}

.btn-social-cv {
    background-color: #E55D45;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 28px;
}
.btn-social-cv:hover {
    color: #FFFFFF;
}
.resume-label {
    background-color: #FFFFFF !important;
    color: #000000E5 !important;
}

.resum-people-panel {
    width: 345px;
    height: 345px;
    border-radius: 50%;
    overflow: hidden;
}
@media(max-width: 992px) {
    .resum-people-panel {
        height: 167px;
        width: 167px;
        position: relative;
        top: calc(50%  - 83px);
    }
    .cv_text_panel {
        padding: 24px 0;
    }
    .img-abs3 {
        top: 50px;
    }
}
.resum-people-panel img {
    height: 100%;
}
/*----form----*/
.expo-resume-panel {
    max-width: 576px;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
    border-radius: 20px;
    margin: 30px auto;
    padding: 45px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .expo-resume-panel {
        padding: 24px;
    }
}

.expo-inp {
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 6px;
}

.expo-resume {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    color: #0D66D0;
    width: auto;
    height: 45px;
    padding: 10px 35px;
    border-radius: 30px;
    border: 1px solid #0D66D0;
}
.btn-expo {
    background-color: #0D66D0;
    color: white !important;
    border-radius: 6px;
    padding: 12.5px 25px
}
.resume-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    color: #0D66D0 !important;
    width: auto;
    height: 45px;
    padding: 10px 35px;
    border-radius: 30px;
    border: 1px solid #0D66D0;
}
@media (max-width:768px){
    .panel-partner {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    }
    .panel-partner::-webkit-scrollbar {
        display: none;
    }
    .social-info-square {
        margin: 5px auto;
    }
    .panel-partner{
        padding:2px 0;
    }
   
}
.video-cover {
    object-fit: cover;
    vertical-align: middle;
}
@media (max-width:576px) {

    .video-cover {
        vertical-align: middle;
        height: 30vh;
        object-fit: cover;
    }
    .mobile-image{
        top:20px;
    }
}
