.home {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.max-h {
    width: 100%;
    height: 35vw;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    /* height: 38vw;
    max-height: calc(100% - 400px) !important; */
}
.swiper-slide {
    text-align: center;
    /* font-size: 18px; */
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(222, 213, 213, 0.5);
    border: 1px solid #fff;
    opacity: initial;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.welcome {
    width: 100%;
}

.title3 {
    font-size: 0.6em;
    font-weight: bold;
    text-align: center;
    padding-top: 3%;
}

.left_content {
    width: 40%;
    margin-top: 3%;
    margin-left: 7%;
    font-size: 0.3em;
    line-height: 1.8em;
    padding-bottom: 5%;
    float: left;
}

.right_content {
    width: 40%;
    margin-top: 3%;
    margin-left: 7%;
    font-size: 0.3em;
    line-height: 1.8em;
    padding-bottom: 5%;
    float: left;
}

.clear {
    clear: both;
}

.swiper-container2 {
    width: 100%;
    height: 65%;
    bottom: 0;
    overflow: hidden;
}

.wrapper2 .swiper-slide {
    background: rgb(250, 250, 250);
}

.latest {
    background: rgb(250, 250, 250);
    margin: 0 auto;
    width: 94%;
    height: 23vw;
    border-radius: 5px;
    border: 1px solid rgb(237, 235, 236);
    margin-bottom: 3%;
}

.title4 {
    font-size: 0.6em;
    text-align: center;
    width: 100%;
    top: 10%;
    font-weight: bold;
}

.latest_item {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0.31rem;
    width: 4.5rem;
    text-align: center;
    font-weight: bold;
}

.address {
    font-size: 0.22rem;
    top: 38%;
    width: 100%;
    left: 0;
}

.date {
    font-size: 0.22rem;
    top: 49%;
    width: 100%;
    left: 0;
}

.btn_details {
    font-size: 0.25rem;
    font-weight: bold;
    bottom: 18%;
    width: 100%;
    left: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left.png);
    left: -20px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/right.png);
    right: -20px;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next1.swiper-button-disabled,
.swiper-button-prev1.swiper-button-disabled {
    opacity: 0;
}

.four_part {
    margin: 0 auto;
    width: 94%;
    height: 51vw;
    border-radius: 5px;
    margin-bottom: 5%;
}

.four_part_left {
    width: 60%;
    height: 51vw;
    border-radius: 5px;
    overflow: hidden;
}

.left2 {
    width: 100%;
    height: 23vw;
    background: #b3282d;
    color: #fff;
}

.four_part_left img {
    width: 100%;
}

.four_part_right {
    width: 38.8%;
    height: 51vw;
    right: 0;
}

.right3 {
    width: 100%;
    height: 27vw;
    background: rgb(237, 235, 236);
    border-radius: 5px;
}

.right4 {
    margin-top: 1vw;
    width: 100%;
    height: 23vw;
    background: rgb(59, 55, 54);
    border-radius: 5px;
    color: #fff;
}

.part_left_title {
    font-size: 0.7em;
    padding: 5%;
    font-weight: bold;
}

.part_left_content {
    font-size: 0.3em;
    padding: 0 5% 0 5%;
}

.btn_learn_more {
    font-size: 0.3em;
    bottom: 10%;
    right: 8%;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.btn_learn_more0 {
    font-size: 0.3em;
    bottom: 10%;
    right: 5%;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    font-weight: bold;
}

.part_right_title1 {
    font-size: 0.7em;
    font-weight: bold;
    padding: 8% 8% 5% 8%;
}

.part_right_content1 {
    font-size: 0.3em;
    padding-left: 8%;
    padding-right: 8%;
}

.part_right_title2 {
    font-size: 0.7em;
    font-weight: bold;
    padding: 8% 8% 5% 8%;
}

.part_right_content2 {
    font-size: 0.3em;
    padding-left: 8%;
    padding-right: 8%;
}

.bottomblack {
    border-bottom: 1px solid #3c3737;
}

.our_vibrant {
    width: 94%;
    margin: 0 auto 5% auto;
}

.title5_header {
    width: 100%;
}

.title6 {
    width: 42%;
    float: left;
    font-size: 0.75em;
    font-weight: bold;
}

.title6_desc {
    width: 57%;
    float: left;
}

.title6_desc_content {
    font-size: 0.3em;
}

.find_location {
    font-size: 0.3em;
    margin-top: 20px;
}

.cities_area {
    margin-top: 40px;
}

.city_img {
    float: left;
    height: 15vw;
    background-size: 100%;
    border-radius: 5px;
    width: 23.5%;
    margin-right: 2%;
    line-height: 15vw;
    font-size: 0.7em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.city_opacity {
    opacity: 0.6;
}

.city_space {
    width: 100%;
    margin-top: 2%;
}

.teach_worldwise {
    width: 100%;
    background: rgb(237, 235, 236);
    margin-bottom: 5%;
}

.title7_header {
    width: 94%;
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 4%;
    font-weight: bold;
}

.title7 {
    width: 55%;
    float: left;
    font-size: 0.75em;
}
.title7 img {
    width: 58%;
}
.title7_desc {
    width: 45%;
    float: left;
}

.title7_desc_content {
    font-size: 0.3em;
}

.swiper-container3 {
    width: 94%;
    height: 30vw;
    margin: 0 auto;
    overflow: hidden;
    background: rgb(237, 235, 236);
}

.swiper-button-next1,
.swiper-button-prev1 {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
    background-image: url(../img/right.png);
    right: -20px;
    left: auto;
}

.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
    background-image: url(../img/left.png);
    right: -20px;
    left: auto;
}

.wrapper3 .swiper-slide {
    background: rgb(237, 235, 236);
}

.video_big {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 5px;
    cursor: pointer;
}

.btn_next1 {
    right: 20px;
    margin-top: 0;
}

.btn_prev1 {
    left: 20px;
    margin-top: 0;
}

.video_big_txt {
    font-size: 0.38rem;
    color: #fff;
    text-align: left;
    width: 52%;
    top: 7%;
    left: 5%;
    /*display: none;*/
}

.video_big_desc {
    font-size: 0.25rem;
    color: #fff;
    text-align: left;
    width: 55%;
    top: 72%;
    left: 5%;
    line-height: 150%;
}

.video_big .video_play {
    width: 4.5vw;
    top: 3%;
    right: 3%;
}

.video_small .video_play {
    width: 4.5vw;
    top: 3%;
    right: 3%;
    cursor: pointer;
}

.text_shadow {
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.67);
    font-size: 0.2rem;
}

.video_small_desc {
    font-size: 0.18rem;
    color: #fff;
    text-align: left;
    width: 3rem;
    top: 1.5rem;
    left: 0.2rem;
}

.video_part {
    float: left;
    width: 100%;
    height: 48%;
}

.video_small_area {
    width: 100%;
    height: 100%;
}

.video_small {
    width: 48%;
    height: 100%;
    background-size: cover;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
    cursor: pointer;
}

.video_space {
    width: 100%;
    height: 4%;
    float: left;
}

.learn_about {
    width: 94%;
    margin: 0 auto;
}

.btn_learn_about {
    font-size: 0.3em;
    text-align: right;
    font-weight: bold;
    width: auto;
    padding-top: 3%;
    padding-bottom: 3%;
}

.learn_about_txt {
    border-bottom: 1px solid #3c3737;
}

.teacher_wellbeing {
    margin: 0 auto 5% auto;
    width: 94%;
}

.swiper-container4 {
    width: 100%;
    overflow: hidden;
}

.swiper-container4 .swiper_desc {
    width: 30%;
}

.desc_title1 {
    margin-top: 12%;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 0.56rem;
    text-align: left;
    font-weight: bold;
}

.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.19rem;
    bottom: 14%;
    right: 15%;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination {
    z-index: 1;
}

#four_part1 {
    height: 28vw;
}

.swiper-pagination {
    z-index: 1;
}

#four_part1 {
    height: 28vw;
}

.index_why_work {
    text-align: left;
    font: normal normal 900 40px/44px "Figtree";
    letter-spacing: 0px;
    color: #3c3737;
    opacity: 1;
}
.how_teacher_area {
    background: rgb(237, 235, 236);
    width: 100%;
}

.how_teacher_content {
    width: 100%;
    margin: 0 auto 5% auto;
    height: 40.5vw;
}

.how_teacher_desc {
    left: 4%;
    width: 60%;
    height: 100%;
}

.how_teacher_img {
    right: 4%;
    height: 40.5vw;
}
.quote {
    width: 6%;
    margin-top: 5%;
}
.how_teacher_txt {
    font-size: 0.3em;
    width: 95%;
    margin-top: 3%;
    height: 21vw;
    line-height: 150%;
    overflow: hidden;
}
.teacher_detail {
    font-size: 0.3em;
    bottom: 10%;
    right: 5%;
    line-height: 2vw;
    text-align: right;
}
#teacher .swiper-slide img {
    width: unset;
}
#teacher .swiper-slide {
    text-align: left;
    font-size: unset;
    background: #edebeb;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#how_teacher_dot .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #edebeb;
    border: 1px solid #707070;
    opacity: initial;
}

#how_teacher_dot .swiper-pagination-bullet-active {
    opacity: 1;
    background: #707070;
}

@media (max-width: 768px) {
    .home .swiper-container,
    .max-h {
        height: auto !important;
    }
    .btn_learn_about {
        font-size: 22px;
        padding: 5% 0;
    }
    .left2,
    .right3,
    .right4 {
        padding-bottom: 60px;
        /*margin-top: 20px!important;*/
    }
    .right4 {
        margin-top: 20px !important;
    }
    .four_part {
        height: initial !important;
    }
    .four_part_right {
        height: initial;
        margin-top: 20px;
    }
    #four_part1 {
        height: 480px;
    }
    .swiper-container4 .desc_title1 {
        top: 5%;
        font-size: 45px !important;
        padding: 10px 0;
        padding: 2% 0;
    }
    .desc_content1 {
        margin-top: 15px !important;
    }
    .left_content {
        padding-bottom: 0;
        line-height: 32px;
        margin-left: 3%;
        font-size: 22px !important;
    }
    .right_content {
        margin-top: 0;
        line-height: 32px;
        margin-left: 3%;
        font-size: 22px !important;
    }
    .swiper-container .swiper-slide {
        /*margin-bottom: 415px;*/
    }
    .title6_desc_content,
    .title7_desc_content {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .part_right_content1,
    .part_right_content2,
    .part_left_content {
        margin-bottom: 50px;
    }
    .city_opacity {
        font-size: 34px;
    }
    .title7 img {
        width: 80%;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .title7_desc_content {
        font-weight: 100;
        font-size: 22px !important;
        line-height: 32px !important;
        margin-bottom: 30px;
    }
    .video_big .video_play {
        width: 55px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 56%;
    }
    .teach_worldwise {
        margin-top: 70px;
    }
    .video_big {
        width: 95%;
        margin-left: 5%;
    }
    .video_big_txt {
        left: 13%;
    }
    .video_big_desc {
        left: 13%;
    }
    .video_play2 {
        right: 20px;
        top: 20px;
    }
    .teach_worldwise .swiper-button-next1,
    .teach_worldwise .swiper-button-prev1 {
        display: none;
    }
    .swiper-slide-active .shadowBox {
        background: rgba(199, 21, 133, 0.3);
        height: 100%;
        position: absolute;
        width: 100%;
    }
    .how_teacher_area > .how_teacher_content {
        min-height: 165vw !important;
        background: #edebec;
        height: 95vw !important;
    }
    .swiper-container .swiper-slide {
        display: block !important;
    }
    .how_teacher_desc {
        width: 95%;
    }
    .quote {
        width: 80px;
        margin-top: 74%;
        position: initial;
    }
    .how_teacher_txt {
        margin-top: 38px;
        font-size: 22px;
        height: initial !important;
        line-height: 32px;
    }
    .teacher_detail {
        font-size: 20px;
        line-height: 28px;
        text-align: right;
        bottom: 5%;
    }
    .how_teacher_img {
        position: initial;
        right: 0;
        height: initial !important;
        top: 15px;
        width: 60% !important;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    }
}

@media (min-width: 1606px) {
    .max-h {
        height: 610px !important;
    }
}
