.introductionBox {
    margin-bottom: 50px;
}

.albumLarge .pic img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.introductionBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.introductionBox .right {
    width: 50%;
    padding-left: 7%;
}

.introductionBox .sectionTitle {
    text-align: center;
}

@media (max-width: 1180px) {
    .offeringBox .sectionTitle {
        display: block;
        font-size: 18px !important;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: 400;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .testimonialBox .sectionTitle.mobile {
        display: none;
    }
    .testimonialBox .right>.title {
        display: none;
    }
}

@media (max-width: 767px) {
    .introductionBox .right {
        width: 100%;
        padding-left: 0;
    }
    .testimonialBox .sectionTitle.mobile {
        display: block;
    }
    .testimonialBox .left>.title {
        display: none;
    }
    .testimonialBox .right>.title {
        display: block;
    }
    .testimonialList .text::before {
        display: none;
    }
    .testimonialList .text {
        padding-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .introductionBox {
        margin-bottom: 30px;
    }
    .introductionBox .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /*
    .introductionBox .right .sectionTitle {
        display: none;
    }
    */
}

.introductionBox .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .introductionBox .left {
        width: 100%;
        margin-bottom: 20px;
    }
}


/*
@media (min-width: 768px) {
    .introductionBox .left .sectionTitle {
        display: none;
    }
}
*/

.introductionBox .sectionText {
    margin-bottom: 50px;
}

.introductionBox .pic img {
    display: block;
    max-width: 100%;
}

.introductionBox .fullPic {
    width: 100%;
    max-width: 1240px;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .introductionBox .fullPic {
        padding: 20px 35px 20px 35px;
    }
}

.introductionBox .fullPic img {
    display: block;
    width: 100%;
}

.testimonialBox {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d2f0f5;
}

@media (max-width: 767px) {
    .testimonialBox {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .albumLarge .pic img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    .testimonialBox .dotsBox {
        display: none;
    }
}

.testimonialBox .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.testimonialList {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1023px) {
    .testimonialList .slideArrow {
        display: none !important;
    }
    .learningBox .tabContent .tabContentBox>.wrap>.sectionTitle {
        display: none;
    }
}

.testimonialList .slideArrow.next {
    right: -80px;
}

@media (max-width: 1740px) {
    .testimonialList .slideArrow.next {
        right: 20px;
    }
}

.testimonialList .slideArrow.prev {
    left: -80px;
}

@media (max-width: 1740px) {
    .testimonialList .slideArrow.prev {
        left: 20px;
    }
}

.testimonialList .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .testimonialList .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonialList .left,
.testimonialList .right {
    width: 50%;
}

@media (max-width: 767px) {
    .testimonialList .left,
    .testimonialList .right {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .testimonialList .right .text {
        display: none;
    }
}

.testimonialList .right {
    padding-left: 7%;
    /*padding-top: 40px;*/
    text-align: center;
}

@media (max-width: 767px) {
    .testimonialList .right {
        padding-left: 0;
        padding-top: 10px;
    }
    /*
    .testimonialList .right .text {
        margin-top: 10px;
    }
    */
    .testimonialList .left .text {
        display: none;
    }
}


/*
@media (max-width: 767px) {
    .testimonialList .right .title {
        display: none;
    }
}
*/

.testimonialList .title {
    padding-bottom: 45px;
    font-size: 22px;
    color: #707070;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .testimonialList .title {
        padding-bottom: 15px;
        font-size: 20px;
    }
}

.testimonialList .text {
    position: relative;
    padding-top: 55px;
    font-size: 18px;
    color: #333;
}

.testimonialList .text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 38px;
    background-image: url("../images/dot.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.schoolBox {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1024px) {
    .schoolBox .dotsBox {
        display: none;
    }
}

.schoolBox .sectionTitle {
    margin-bottom: 40px;
}

.schoolList {
    margin-left: -20px;
    margin-right: -20px;
}

.schoolList .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .schoolList .slideArrow {
        display: none !important;
    }
}

.schoolList .slideArrow.next {
    right: -80px;
}

@media (max-width: 1740px) {
    .schoolList .slideArrow.next {
        right: 20px;
    }
}

.schoolList .slideArrow.prev {
    left: -80px;
}

@media (max-width: 1740px) {
    .schoolList .slideArrow.prev {
        left: 20px;
    }
}

.schoolList li {
    padding-left: 20px;
    padding-right: 20px;
}

.schoolList .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.schoolList .pic img {
    display: block;
    max-width: 100%;
    max-height: 120px;
}

.tabList {
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: none;
}

.tabContent {
    border: 5px solid #6acdde;
    border-radius: 50px;
}

@media (max-width: 1023px) {
    .tabContent {
        border-width: 5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 30px;
        margin-left: -35px;
        margin-right: -35px;
    }
}

.tabContent .wrap {
    padding: 3% 4%;
}

@media (max-width: 640px) {
    .tabContent .wrap {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.tabContent .topBox {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 70px;
}

.tabContent .videoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tabContent .videoBox iframe {
    max-width: 1000px;
}

.bottomTextBox {
    padding-top: 50px;
    padding-bottom: 100px;
}

.bottomTextBox .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
}

.albumSmall {
    padding-top: 20px;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 960px) {
    .albumSmall {
        margin-top: 20px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.albumSmall li {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 960px) {
    .albumSmall li {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.albumSmall .slideArrow.prev {
    left: 0;
}

.albumSmall .slideArrow.next {
    right: 0;
}

.learningBox .wrap {
    max-width: 1660px;
}


/*
.learningBox .mTabList {
    margin-top: 30px;
}
*/

@media (max-width: 1023px) {
    .learningBox .sectionTitle.mobile {
        display: block;
        font-size: 18px !important;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: 400;
        text-align: center;
        padding-top: 20px;
        /*color: #333;*/
    }
}

@media (min-width: 1124px) {
    .learningBox .sectionTitle.mobile {
        display: none;
    }
}

.learningBox .tabContentBox .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.learningBox .tabContentBox .sectionTitle {
    width: 100%;
    margin-bottom: 20px;
}

.albumBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 55%;
}

@media (max-width: 1023px) {
    .albumBox {
        width: 100%;
        margin-bottom: 20px;
    }
}

.albumBox .left {
    width: 100%;
}

.albumBox .right {
    width: 100%;
}

.albumBox .pic img {
    display: block;
}

.albumSmall .pic img {
    width: 100%;
}

.albumBox .text {
    padding: 5px 10px 10px 5px;
    font-size: 18px;
    color: #333;
    background-color: #b4e6ee;
    text-align: center;
}

.textEditorBoxFull {
    width: 100% !important;
}

.textEditorBox {
    width: 45%;
    padding-left: 4%;
}

@media (max-width: 1023px) {
    .textEditorBox {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.textEditorBox .textBox {
    width: 100%;
    padding-bottom: 30px;
}

.textEditorBox .paragraphBox {
    width: 100%;
    padding: 30px;
    background-color: #b4e6ee;
    border-radius: 50px;
}

@media (max-width: 1023px) {
    .textEditorBox .paragraphBox {
        width: 100%;
    }
}

.formBox {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    background-color: #e1f5f8;
}

@media (max-width: 767px) {
    .formBox {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (max-width: 640px) {
    .formBox {
        margin-top: 0;
    }
}

.formList {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.formList .box {
    border: 1px solid #d5f1f6;
}

.textList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
}

@media (max-width: 1280px) {
    .textList {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.textList li {
    width: 33.333%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
}

@media (max-width: 1280px) {
    .textList li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .textList li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .textList li {
        width: 100%;
        padding-top: 15px;
    }
}

.textList .box {
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    background-color: #6acdde;
    border-radius: 25px;
}

.textList .bg2 {
    background-color: #6893c2;
}

.textList .bg3 {
    background-color: #73e3e5;
}

.textList .title {
    padding-bottom: 20px;
    font-size: 20px;
    text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
}

.textList .text {
    font-size: 15px;
}

.testimonialBox .slick-slide img {
    width: 100%;
}

.learningBox .wrap {
    max-width: 1240px;
}

.bannerList .pic::before {
    background-image: none;
}

.learningBox.noschool {
    padding-top: 20px;
}

.leadershipBox {
    padding-bottom: 20px;
}

.leadershipBox .sectionText,
.leadershipBox .leaderList1 {
    display: none;
}

.leadershipBox.leadershipBox2 .sectionText {
    display: block;
}

.leadershipBox.leadershipBox2 {
    padding-bottom: 60px;
}


/*end of hiding the leadership section*/

@media (max-width: 767px) {
    .ct_wrap {
        display: block;
        width: 100%;
    }
    .ct_col_6,
    .ct_col_7,
    .ct_col_5,
    .ct_col_4 {
        width: 100%;
        padding: 10px;
    }
    .ct_wrap.mobile-reverse {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {
    .ct_wrap {
        display: flex;
        width: 100%;
    }
    .ct_col_6 {
        width: 50%;
        padding: 0 10px;
    }
    .ct_col_4 {
        width: 33.3%;
        padding: 0 10px;
    }
    .ct_col_4_np {
        width: 33.3%;
        padding: 0px;
    }
    .ct_col_5 {
        width: 41%;
        padding: 0 10px;
    }
    .ct_col_7 {
        width: 59%;
        padding: 0 10px;
    }
}

.freeEditor {
    padding-top: 50px;
    padding-bottom: 50px;
}

.np {
    padding: 0px;
}

.freeEditor .box {
    text-align: center;
}

.freeEditor.bg-grey {
    background-color: #f5f5f5;
}

.freeEditor.bg-blue {
    background-color: #e1f5f8;
}

.freeEditor .textEditor.download ul {
    width: 188px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
}

.freeEditor .sectionText {
    padding-bottom: 20px;
}

.freeEditor .warp {
    max-width: 1240px;
}

.freeEditor .textEditor.download li {
    background-image: url(/images/whatsapp.png);
    background-size: contain;
    background-repeat: no-repeat;
    list-style-position: inside;
    padding-left: 30px;
}

.freeEditor.introduction .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 960px) {
    .freeEditor.introduction .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.freeEditor.introduction .left {
    width: 50%;
    text-align: center;
}

@media (max-width: 960px) {
    .freeEditor.introduction .left {
        width: 100%;
    }
}

@media (min-width: 961px) {
    .freeEditor.introduction .left .title {
        display: none;
    }
}

.freeEditor.introduction .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 57%;
    padding-left: 100px;
    text-align: center;
    line-height: 1.6;
}

@media (max-width: 1180px) {
    .freeEditor.introduction .right {
        padding-left: 30px;
    }
}

@media (max-width: 960px) {
    .freeEditor.introduction .right {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 960px) {
    .freeEditor.introduction .right .title {
        display: none;
    }
}

.freeEditor.introduction .pic {
    border-radius: 20px;
    /**/
    overflow: hidden;
}

@media (max-width: 960px) {
    .freeEditor.introduction .pic {
        margin-bottom: 15px;
    }
}

.freeEditor.introduction .pic img {
    display: block;
    width: 100%;
}

.freeEditor.introduction .title {
    padding-bottom: 20px;
    color: #6acdde;
    font-size: 28px;
}

.freeEditor.carouselBox {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 1024px) {
    .freeEditor.carouselBox .dotsBox {
        display: none;
    }
}

.freeEditor.carouselBox .sectionTitle {
    margin-bottom: 40px;
}

.freeEditor.carouselBox .carouselBoxList {
    margin-left: -20px;
    margin-right: -20px;
}

.freeEditor.carouselBox .carouselBoxList .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .freeEditor.carouselBox .carouselBoxList .slideArrow {
        display: none !important;
    }
}

.freeEditor.carouselBox .carouselBoxList .slideArrow.next {
    right: -80px;
}

@media (max-width: 1740px) {
    .freeEditor.carouselBox .carouselBoxList .slideArrow.next {
        right: 20px;
    }
}

.freeEditor.carouselBox .carouselBoxList .slideArrow.prev {
    left: -80px;
}

@media (max-width: 1740px) {
    .freeEditor.carouselBox .carouselBoxList .slideArrow.prev {
        left: 20px;
    }
}

.freeEditor.carouselBox .carouselBoxList li {
    padding-left: 20px;
    padding-right: 20px;
}

.freeEditor.carouselBox .carouselBoxList .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.freeEditor.carouselBox .carouselBoxList .pic img {
    display: block;
    max-width: 100%;
    max-height: 120px;
}