.find_main_img {
    width: 100%;
    height: 35vw;
}


.find img {
    width: 100%;
}

.main_txt1 {
    bottom: 9%;
    left: 3%;
    color: #fff;
    font-size: 1em;
    text-shadow: 1px 3px 0px rgba(0,0,0,.5);
    width: 94%;
}

.careers_content {
    margin: 3% auto 3% auto;
    width: 94%;
    font-size: 0.3em;
    line-height: 140%;
}

.teacher_wellbeing {
    margin: 0 auto 5% auto;
    width: 94%;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

    .swiper-container .swiper_desc {
        width: 30%;
    }

.desc_title1 {
    margin-top: 12%;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 0.56rem;
    text-align: left;
}

.desc_content1 {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 11%;
    text-align: left;
    font-size: 0.22rem;
    line-height: 140%;
}

.btn_learn_more1 {
    font-size: 0.25rem;
    bottom: 14%;
    right: 15%;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.swiper-slide img {
    width: 100%;
}

.swiper_desc {
    width: 30%;
    height: 100%;
    background: rgba(0,0,0, .5);
    top: 0;
    right: 0;
    color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.art_date {
        color: rgb(218,55,56);
    font-weight: bold;
    font-size: 0.28rem;
}
@media (max-width: 768px) {
    .select_careers_item {
        width: 49%;
        margin-right: 0;
        font-size: 30px;
        height: 50px;
        line-height: 50px;
    }

    .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: 30px;
    }

    .careers_content {
        font-size: 22px;
        line-height: 32px;
    }

    .swiper-container {
        height: auto!important;
    }

    .swiper_desc {
        height: auto;
    }

    .desc_title1 {
        margin-top: 0;
        margin-left: 20px;
        font-size: 37px!important;
    }

    .sub_nav {
        font-size: 24px;
        z-index:10;
    }

    .swiper-container .swiper_desc {
        padding: 30px 0 70px 0;
        position: absolute;
        bottom: 0;
        top: initial;
        background: rgba(0,0,0,.3)!important;
    }

    .swiper-container .swiper-slide {
        height: 480px;
    }

    .find_main_img {
        height: 480px;
        margin-top: 100px;
    }
    .main_txt1{
    	font-size: 45px;
    	width: 80%;
    }
}
