.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: 42%;
}

.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%;
    height: 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 {
    width: 15px;
    height: 15px;
    background: rgba(222,213,213,.5);
    border: 1px solid #fff;
    opacity: initial;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.btn_connected {
    background: #b3282d;
    color: #fff;
    font-size: 0.35em;
    line-height: 3vw;
    width: 30%;
    height: 3vw;
    margin: 3% auto;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.thought_content_area {
    display:block;
}

.thought_content {
    width: 94%;
    margin: 0 auto 4% auto;
}



.thought_item {
    float: left;
	width: 32%;
	background: rgb(234,234,234);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

    .thought_item img {
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

.thought_desc {
    width: 100%;
   
}

.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% 10% 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;
}
.school_space {
    width: 2%;
    height: 25vw;
    float: left;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .swiper-container {
		height: auto !important;
	}
    .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 {
        width: 100%;
        /* 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: auto !important;
        overflow: unset;
    }

    .main_txt1 {
        font-size: 45px;
        width: 80%;
    }
    .main_txt {
        top: 374px;
    }

    .btn_connected {
        margin: 5% auto;
        font-weight: bold;
        width: 70%;
        color: #fff;
        background: #b3282d;
        border-radius: 5px;
        text-align: center;
        top: initial!important;
        bottom: 10%;
        right: 0;
        cursor: pointer;
        margin-top: 15px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
	.thought_content {
	    overflow: hidden;
	    margin-left: 3%;
	    margin-right: 0;
	    width: 97%;
	}
	.thought_item {
	    width: 95%!important;
	    margin-right: 5%;
	    height: 500px;
	    margin-bottom: 380px;
	}
	.thought_desc {
	    padding-bottom: 60px;
	    background: rgb(234,234,234);
	    color: #3C3737!important;
	    top: 480px;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 350px;
	}
	.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; */
	}
	.thought_desc .btn_read_more {
	    bottom: 16%;
	    font-size: 20px;
	}
	.thought_item:nth-last-child(1) .thought_title {
	    left: 0;
	}
	
	.thought_item:nth-last-child(1) .thought_detail {
	    left: 0;
	}
}
@media (min-width: 1657px) {
    .find_main_img {
        height: 580px !important;
    }
}