.join {
    margin: 4% auto 0;
    width: 94%;
    height: 31vw;
    border-radius: 5px;
    margin-bottom: 5%;
}

.find img {
    width: 100%;
}

.overflow {
    right: 0;
    width: 10px;
    height: 100%;
    background: rgb(250, 250, 250);
}

.title5 {
    color: #fff;
    font-weight: bold;
    top: 10%;
    left: 5%;
    font-size: 0.8em;
    text-shadow: black 2px 2px 2px;
}

.find_text {
    color: #fff;
    top: 30%;
    left: 5%;
    font-size: 0.3em;
    width: 40%;
    line-height: 1.6em;
}

.select {
    background: rgba(255, 255, 255, 0.5);
    width: 17%;
    height: 3vw;
    top: 65%;
    left: 5%;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    text-align: left;
    line-height: 3vw;
    text-indent: 1em;
    color: #fff;
    font-size: 0.3em;
}

.select .more_icon {
    width: 1em;
    right: 5%;
    top: 35%;
}

.btn_find_search {
    width: 9%;
    height: 3vw;
    color: #fff;
    background: #b3282d;
    border-radius: 5px;
    text-align: center;
    line-height: 3vw;
    top: 80%;
    left: 44%;
    cursor: pointer;
    font-size: 0.3em;
}

.btn_view_alljob {
    color: #fff;
    border-bottom: 1px solid #fff;
    right: 4%;
    top: 82.5%;
    font-weight: bold;
    font-size: 0.3em;
    cursor: pointer;
}

.leader_main_img {
    width: 100%;
    height: 35vw;
    overflow: hidden;
}

.school_list {
    width: 94%;
    margin: 5% auto 4% auto;
}

.school_row {
    width: 100%;
    height: 25vw;
    margin-top: 2%;
}

.meet_area {
    width: 100%;
    margin-bottom: 5%;
}

.meet {
    width: 27%;
    float: left;
    font-size: 0.7em;
    margin-right: 10%;
    font-weight: bold;
}

.meet_txt {
    width: 63%;
    float: left;
    font-size: 0.3em;
    line-height: 150%;
}
.headimgPhone {
    display: none;
}
.meet1 {
    width: 30%;
    float: left;
    font-size: 0.7em;
    margin-right: 5%;
    font-weight: bold;
}

.meet_txt1 {
    width: 65%;
    float: left;
    font-size: 0.3em;
    line-height: 150%;
}

.meet2 {
    width: 25%;
    float: left;
    font-size: 0.7em;
    margin-right: 10%;
}

.meet_txt2 {
    width: 65%;
    float: left;
    font-size: 0.3em;
    line-height: 150%;
}

.school_item {
    width: 32%;
    height: 25vw;
    background-size: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.school_desc {
    width: 100%;
    height: 100%;
    top: 70%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.school_title {
    color: #fff;
    font-size: 0.3em;
    left: 5%;
    top: 8.5%;
    width: 90%;
    line-height: 1.4em;
}

.btn_more {
    color: #fff;
    right: 5%;
    top: 3%;
    font-size: 0.5em;
    cursor: pointer;
}

.teacher_desc {
    margin-top: 5%;
    height: 13vw;
    overflow: hidden;
    display: none;
}

.desc_read_more {
    display: none;
    font-size: 0.2em;
    font-weight: bold;
    bottom: 5%;
    right: 5%;
    color: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.desc_read_more1 {
    display: none;
    font-size: 0.2em;
    font-weight: bold;
    bottom: 5%;
    right: 5%;
    color: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.school_space {
    width: 2%;
    height: 25vw;
    float: left;
}

.btn_see_more {
    background: #b3282d;
    color: #fff;
    font-size: 0.35em;
    line-height: 3vw;
    width: 20%;
    height: 3vw;
    margin: 3% auto;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.line {
    width: 94%;
    height: 2px;
    background: rgb(243, 243, 243);
    margin: 0 auto;
}

.thought_content_area {
    display: block;
}

.thought_content {
    width: 94%;
    margin: 0 auto 4% auto;
}

.thought_item {
    float: left;
    width: 32%;
}

.thought_item img {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.thought_desc {
    width: 100%;
    min-height: 23vw;
    background: rgb(234, 234, 234);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.thought_title {
    font-size: 0.39em;
    font-weight: bold;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
}

.thought_detail {
    font-size: 0.3em;
    margin-top: 5%;
    padding: 0 10% 0 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.btn_read_more {
    font-size: 0.25em;
    font-weight: bold;
    text-align: right;
    padding: 8% 10%;
    text-decoration: underline;
}

.read_more_pop {
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
    z-index: 999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.read_more_area {
    width: 70%;
    height: 40vw;
    left: 50%;
    top: 50%;
    margin: -20vw -35%;
    display: flex;
}

.headimg {
    width: 30%;
}

.read_more_txt {
    color: #fff;
    width: 65%;
    height: 300px;
    right: 0;
}

.read_more_desc {
    margin-top: 5%;
    font-size: 0.28em;
    line-height: 140%;
    overflow-y: auto;
    height: 34vw;
    padding-right: 5%;
}

.teacher_name {
    font-size: 0.45em;
}

.teacher_school {
    font-size: 0.35em;
}

#leadership_team {
    overflow: hidden;
    width: 100%;
    height: 55vw;
}

#school_team {
    overflow: hidden;
    width: 100%;
    height: 55vw;
}
.leader-banner {
    width: 100%;
    height: 100%;
}
.leader-banner img {
    width: 100%;
}
@media (max-width: 768px) {
    .leader-banner,
    .swiper-container1 {
        height: auto !important;
    }
    .school_row {
        height: initial;
        display: -webkit-box !important;
    }

    .select_careers_item {
        width: 49%;
        margin-right: 0;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
    }

    .read_more_area {
        top: 0;
    }

    .more_icon {
        top: 22.5px;
    }

    .select_careers_item:nth-child(3),
    .select_careers_item:nth-child(4) {
        display: none;
    }

    .select_careers_item:nth-child(1) {
        margin-right: 2%;
    }

    .select_careers {
        height: 25vw;
    }

    .btn_search_careers {
        position: initial;
        clear: both;
        width: 60% !important;
        margin: 80px auto;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .land_our_leadership .meet,
    .land_our_leadership .meet_txt {
        float: initial !important;
        width: 100%;
        font-size: 32px;
    }

    .land_our_leadership .meet {
        width: 75%;
        font-size: 45px;
    }

    .land_our_leadership .meet_txt {
        font-size: 22px;
        margin: 30px 0;
        line-height: 32px;
    }

    .school_list .school_item {
        width: 48% !important;
    }

    .school_item:nth-child(1),
    .school_item:nth-child(3),
    .school_item:nth-child(5),
    .school_item:nth-child(7),
    .school_item:nth-child(9),
    .school_item:nth-child(11) {
        margin-right: 3%;
    }

    .school_item {
        margin-top: 10px;
        height: 69vw !important;
    }

    #leadership_team {
        height: 70vw;
        margin-left: 3%;
    }

    .school_list #btn_see_more1 {
        width: 400px;
        height: 50px;
        line-height: 50px;
        font-size: 26px;
        display: none;
    }

    .school_list .meet1,
    .school_list .meet_txt1 {
        float: initial;
        width: 99%;
        font-size: 22px;
        line-height: 32px;
        margin: 30px 0;
    }

    .school_list .meet1 {
        font-size: 45px;
    }

    .thought_item {
        width: 95% !important;
        margin-right: 5%;
        height: 500px;
        margin-bottom: 380px;
    }

    .thought_title {
        font-size: 30px;
        top: 2%;
        left: 12%;
        width: 70%;
    }

    .thought_detail {
        font-size: 22px;
        margin-top: 0;
        top: 8%;
        left: 12%;
        width: 75%;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .school_item:nth-last-child(1) .school_title {
        left: 3%;
    }

    .school_item:nth-last-child(1) .teacher_desc {
        left: 0;
    }

    .thought_item:nth-last-child(1) .thought_title {
        left: 0;
    }

    .thought_item:nth-last-child(1) .thought_detail {
        left: 0;
    }

    .thought_desc {
        height: 442px;
        padding-bottom: 60px;
        /*background: none!important;*/
        color: #3c3737 !important;
        height: 380px;
        position: absolute;
        top: 480px;
    }

    .thought_desc .btn_read_more {
        bottom: 16%;
        font-size: 20px;
    }

    .thought_content #btn_read_all {
        display: none;
    }

    .school_list .meet_area .meet2,
    .school_list .meet_area .meet_txt2 {
        float: initial;
        font-size: 30px;
    }

    .school_list .meet_area .meet2 {
        width: 70%;
        font-weight: bold;
        font-size: 45px;
    }

    .school_list .meet_area .meet_txt2 {
        width: 99%;
        font-size: 18px;
        margin: 30px 0;
        font-size: 22px;
        line-height: 32px;
    }

    #school_team .school_item {
        width: 95% !important;
        height: 570px !important;
    }

    #school_team {
        height: auto;
        margin-left: 3%;
    }

    .school_title {
        font-size: 22px;
        width: 432px;
        left: 20%;
        top: 5.5;
    }

    .desc_read_more1 {
        font-size: 22px;
        line-height: 32px;
    }

    #school_team .btn_more {
        /*display: none;*/
    }

    #school_team .school_item {
        float: initial;
    }

    #school_team .school_row {
        display: flex !important;
        height: auto;
    }

    .swiper-containertt2 .school_item {
        margin-right: 0 !important;
        margin-top: 0;
        width: 95% !important;
        margin-right: 5% !important;
        background-position: center center;
        background-size: cover;
    }

    #btn_see_more2 {
        display: none;
    }

    .join {
        background-size: cover !important;
        height: 70vw;
    }

    .join .title5 {
        font-size: 40px !important;
    }

    .join .find_text {
        font-size: 20px !important;
        width: 90% !important;
    }

    .join .select {
        width: 250px;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    .join .btn_view_alljob {
        top: 90%;
        font-size: 18px;
        line-height: 18px;
        right: 9%;
    }

    .join .btn_find_search {
        width: 250px;
        left: 50%;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
        top: 77%;
    }

    .btn_more {
        font-size: 22px;
        font-family: "Black";
    }

    .thought_content {
        overflow: hidden;
        margin-left: 3%;
        margin-right: 0;
        width: 97%;
    }

    .read_more_pop {
        z-index: 99999999999999999999999999;
    }

    .read_more_area {
        height: initial !important;
        width: 90%;
        left: 5%;
        margin: 0;
        position: absolute;
        display: flex;
        flex-flow: column;
        top: 10%;
    }

    .headimg {
        width: 100%;
        position: initial;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .read_more_txt {
        width: 100%;
        position: initial;
        height: 500px;
    }

    .teacher_name {
        font-size: 30px;
    }

    .teacher_school {
        font-size: 24px;
    }

    .read_more_desc {
        font-size: 18px;
        height: 45vw;
    }

    .teacher_desc {
        margin-top: 5%;
        height: 163px;
        overflow: hidden;
        display: none;
        line-height: 32px;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .btn_morett {
        display: block;
    }

    /* .leader_main_img {
        height: 480px;
        margin-top: 100px;
    } */
    .leader_main_img {
        height: auto !important;
        overflow: unset;
    }
    .desc_read_more {
        font-size: 22px;
    }

    .school_list {
        width: 100%;
    }

    .meet_area {
        width: 94%;
        margin-left: 3%;
    }

    .fname {
        font-size: 26px;
        position: absolute;
        margin-top: -15px;
    }

    #school_team .fname {
        margin-top: -8px;
    }

    .read_more_desc {
        line-height: 32px;
        font-size: 22px;
    }
    .headimg {
        display: none;
    }
    .headimgPhone {
        display: block;
        height: 400px;
    }
    .meet {
        width: 99%;
        margin-bottom: 25px;
        font-size: 45px;
    }
    .meet_txt {
        width: 99%;
        font-size: 22px;
        line-height: 32px;
    }
}

.read_more_desc::-webkit-scrollbar {
    width: 6px;
    background-color: #585858;
}

.read_more_desc::-webkit-scrollbar-thumb {
    background-color: #3e3e3e;
    border-radius: 10px;
    border: 1px solid #e1e5ea;
}

.read_more_desc::-webkit-scrollbar-thumb:window-inactive {
    background-color: #2b2b2b;
}

@media (min-width: 1657px) {
    .leader_main_img {
        height: 580px !important;
    }
}
