html,
body {
    font-size: 1em !important;
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
    font-weight: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

.ind-separator {
    padding-top: 7%;
}

.ind-gap {
    padding-top: 2%;
}

.hr-sect2 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
}

.hr-sect2::before,
.hr-sect2::after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

/* ----------------------------------banner --------------------------------------------*/
.bannar-title {
    font-size: 52px;
    line-height: 1.5;
}

.bannar-1 {
    position: absolute;
    z-index: 10;
    left: 62% !important;
    top: 34% !important;
}

.bannar-2 {
    position: absolute;
    z-index: 10;
    right: 3em !important;
    top: 34% !important;
}

.bannar-3 {
    position: absolute;
    z-index: 10;
    left: 10em !important;
    top: 28% !important;
}

.bannar-4 {
    position: absolute;
    z-index: 10;
    top: 1em !important;
    margin-left: 26% !important;
}

.whatstudentssay-title {
    font-weight: 700;
    color: #0080c9;
    line-height: 1.5;
}

#testimonial_swiper .swiper-slide {
    border-radius: 15px;
}

#carouselBanners {
    background: #f8f9fa;
}

#carouselBanners .swiper-wrapper .swiper-slide {
    min-height: 300px;
}


#carouselBanners .swiper-pagination-bullet {
    width: 25px;
    border-radius: 10px;
}

#carouselBanners .swiper-pagination-bullet-active {
    background: var(--blue);
}

.ind-banner1-caption {
    color: #257fc8;
    font-size: 3vw;
    line-height: 1.1;
    font-weight: 900;
    text-align: left;
}

.ind-banner1-subcaption {
    color: #00004d;
    font-size: 2vw;
    line-height: 1.3;
    font-weight: 900;
    text-align: left;
    margin-top: 0%;
}

.ind-banner2-caption {
    color: #000000;
    font-size: 3vw !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
    text-align: center;
}

.ind-banner2-subcaption {
    color: #357cbd;
    font-size: 2vw !important;
    line-height: 1.5 !important;
    font-weight: 900 !important;
    text-align: center;
}

.ind-banner3-caption {
    color: #50C8FF;
    font-size: 3vw !important;
    text-shadow: 0.05em 0.05em 0.05em #333333 !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    text-align: left;
}

.ind-banner4-caption {
    color: #FF7F50;
    font-size: 3vw;
    text-shadow: 0.25px 0.25px 0.25px #333333;
    line-height: 1.5;
    font-weight: 800;
    text-align: center;
}

/* ----------------------------------video --------------------------------------------*/

.whygotitle {
    font-size: 2.625em;
    line-height: 1.5;
    letter-spacing: 5px;
    color: #23385e;
}

.homedisplay {
    display: inline-block;
}

.videosize {
    max-width: 640px;
    margin: 0 auto;
}

.videoheight {
    height: auto;
}

@media (max-width: 320px) {
    .whygotitle {
        font-size: 2em !important;
    }
}

/* ----------------------------------English Course --------------------------------------------*/
.cou-image-center {
    display: block;
    margin-left: 0;
    margin-right: 0;

}

.ind-course {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-align: center;
}

.ind-course-title {
    color: #0080c9;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-weight: bold;

}

.ind-course-heading {
    color: #000000;
    text-align: center;
    font-weight: 900;
    padding-top: 8%;
}

.ind-ui-text {
    word-spacing: normal;
    color: #85868c;
    text-align: center;
    line-height: 2;
    padding: 3% 1% 1% 1%;
}


.circle {
    display: block;
    padding: 0.5%;
    text-align: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1x solid #ffc107;
}

.circle::before,
.circle::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.circle,
.circle::before,
.circle::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.circle {
    position: relative;
    z-index: 2;
    border: 1px solid #ffc107;
    overflow: hidden;
}

.circle:hover {
    color: rgba(88, 145, 232, 0.5);
}

.circle::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.circle:hover::after {
    background: rgba(88, 145, 232, 0.5);
    border-radius: 50%;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}

.innercircle {
    opacity: 0.8;

}

@media (min-width: 321px) and (max-width: 480px) {
    .circle {
        margin-left: -40% !important;
        width: 180px !important;
        height: 180px !important;
    }
}

@media (min-width: 281px) and (max-width: 320px) {
    .circle {
        margin-left: -50% !important;
        width: 150px !important;
        height: 150px !important;
    }
}


@media (min-width: 240px) and (max-width: 280px) {
    .circle {
        margin-left: -50% !important;
        width: 120px !important;
        height: 120px !important;
    }
}

/* ----------------------------------index aboutus --------------------------------------------*/

.ind-aboutus-title {
    font-size: 40px;
    color: #ffffff;
    text-align: left;
    margin-top: 10px !important;
    font-weight: bolder;
}

.ind-aboutus-goal {
    color: #ffffff;
    line-height: 1.5;
    font-weight: bolder;
    font-size: 1.25em !important;
}

.ind-aboutus-service {
    color: #ffffff;
    line-height: 2 !important;
    font-size: 0.99em !important;
}

.ind-aboutus {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
    background-color: #0080c9 !important;
}

/* ----------------------------------New Student recommendation --------------------------------------------*/
.rec-lineheight {
    line-height: 2;
}

.rec-itemheight {
    height: 750px;
}

@media all and (max-width: 280px) {
    .width50 {
        width: 50% !important;
    }

    .rec-lineheight {
        line-height: 1.5 !important;
    }

}

@media all and (max-width: 240px) {
    .width50 {
        width: 50% !important;
    }

    .rec-lineheight {
        line-height: 1.5 !important;
    }

}

/* ----------------------------------Student recommendation --------------------------------------------*/
.rec-gap {
    margin-top: -5%;
    margin-left: 15%;
}

.rec-separator {
    padding: 2% 0 2% 0;
}

.rec_sep_line {
    border-bottom: 1px solid #EBEBEB;
}

.rec-heading {
    padding-left: 2%;
    color: #333333;
    font-size: 180%;
    font-weight: bolder;
}

.rec-testimonial-item {
    background: #eaeaea;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 615px;

}

.rec-testimonial-item-inner {
    padding: 30px 30px 10px 30px;
}

.testimonial-position {
    margin-bottom: 20px;
}

.rec-testimonial-position span {
    font-weight: bold;
}

.rec-testimonial-name {
    margin-bottom: 10px;
    text-align: center;
    color: #000 !important;
    font-weight: 900 !important;
    font-size: 1.25em !important;
    margin: 2% 0% 2% 0% !important;
}

.rec-text-primary {
    color: #333333 !important;
    line-height: 2 !important;
    font-weight: 900 !important;
    font-size: 1.25em !important;
}

.rec-text-secondary {
    font-weight: 900 !important;
    color: #0080c9 !important;
    line-height: 2 !important;
    font-size: 0.5em !important;
    margin: 2% 0 2% 0 !important;
}

.rec-testimonial-content {
    max-width: 100%;
    ;
    color: #85868c;
    line-height: 1.6 !important;
    margin: 2% 0 2% 0 !important;
}

.rec-thumbs-up {
    font-weight: bold;
    font-size: 250%;
    color: #0080c9;
}

.rec-changeimage {
    will-change: auto;
}

.ult_pricing_table .ult_price_body {
    font-size: 16px;
    width: 6em;
    height: 6em;
    padding: 0;
    line-height: 1em;
    border: 2px solid #f0f0f0;
    -webkit-border-radius: 500%;
    border-radius: 500%;
    margin: 0 auto !important;
    position: relative;
    top: -100;
    background: #fff;
    color: #777;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -o-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -ms-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* Call to Action  */

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url(../images/footer.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

/* index contactus */
.ind-contactus {
    color: #ffffff;
    text-shadow: 0.04em 0.04em 0.04em #333333;
    font-size: 1.9em;
    font-weight: 900;
}

.btn-info {
    background-color: #0080c9 !important;
    border-color: #0080c9 !important;
}

.bg-info {
    background-color: #0080c9 !important;
}

@media (min-width: 1441px) {
    .bannar-1 {
        position: absolute;
        z-index: 10;
        left: 62% !important;
        top: 20% !important;
    }

    .bannar-2 {
        position: absolute;
        z-index: 10;
        right: 180px !important;
        top: 100px !important;
    }

    .bannar-3 {
        position: absolute;
        z-index: 10;
        left: 10% !important;
        top: 45% !important;
    }

    .bannar-4 {
        position: absolute;
        z-index: 10;
        top: 20px !important;
    }

    .ind-banner2-caption {
        color: #000000;
        line-height: 1.5 !important;
        font-weight: 700 !important;
        text-align: center;
    }

    .ind-banner2-subcaption {
        color: #0080c9;
        line-height: 1.5 !important;
        font-weight: 700 !important;
        text-align: center;
    }

    .ind-banner3-caption {
        text-shadow: 0.05em 0.05em 0.05em #333333 !important;
    }

    .ind-banner4-caption {
        text-shadow: 1px 1px 1px #333333;
    }

    .rec-testimonial-content {
        margin-bottom: 10px;
        flex: 1 0 auto;
        max-width: 100%;
        color: #85868c;
        font-size: 100% !important;
        line-height: 1;
    }

    .ind-contactus {
        color: #222222;
        text-shadow: 0.04em 0.04em 0.04em #cecece;
        font-size: 130%;
        font-weight: 900;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .bannar-1 {
        position: absolute;
        z-index: 10;
        left: 62% !important;
        top: 30% !important;
    }

    .bannar-2 {
        position: absolute;
        z-index: 10;
        right: 180px !important;
        top: 100px !important;
    }

    .bannar-3 {
        position: absolute;
        z-index: 10;
        left: 10% !important;
        top: 45% !important;
    }

    .bannar-4 {
        position: absolute;
        z-index: 10;
        top: 20px !important;
    }

    .ind-banner2-caption {
        color: #000000;
        line-height: 1.5 !important;
        font-weight: 700 !important;
        text-align: center;
    }

    .ind-banner2-subcaption {
        color: #0080c9;
        line-height: 1.5 !important;
        font-weight: 700 !important;
        text-align: center;
    }

    .ind-banner3-caption {
        text-shadow: 0.05em 0.05em 0.05em #333333 !important;
    }

    .ind-banner4-caption {
        text-shadow: 1px 1px 1px #333333;
        line-height: 1.3;
    }

    .rec-testimonial-content {
        margin-bottom: 10px;
        flex: 1 0 auto;
        max-width: 100%;
        color: #85868c;
        font-size: 100% !important;
        line-height: 1;
    }

    .ind-contactus {
        color: #ffffff;
        text-shadow: 0.04em 0.04em 0.04em #333333;
        font-size: 130%;
        font-weight: 900;
    }
}


@media all and (min-width: 1024px) and (max-width: 1280px) {
    .bannar-1 {
        position: absolute;
        z-index: 10;
        left: 62% !important;
        top: 30% !important;
    }

    .bannar-2 {
        position: absolute;
        z-index: 10;
        right: 180px !important;
        top: 30% !important;
    }

    .bannar-3 {
        position: absolute;
        z-index: 10;
        left: 10% !important;
        top: 45% !important;
    }

    .bannar-4 {
        position: absolute;
        z-index: 10;
        top: 20px !important;
    }

    .ind-banner2-caption {
        color: #000000;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        text-align: center;
    }

    .ind-banner2-subcaption {
        color: #0080c9;
        line-height: 1.5 !important;
        font-weight: 700 !important;
        text-align: center;
    }

    .ind-banner3-caption {
        text-shadow: 0.05em 0.05em 0.05em #333333 !important;
        line-height: 1.25 !important;
    }

    .ind-banner4-caption {
        text-shadow: 1px 1px 1px #333333 !important;
        line-height: 1.25 !important;
    }

    .rec-testimonial-content {
        margin-bottom: 10px;
        flex: 1 0 auto;
        max-width: 100%;
        color: #85868c;
        font-size: 100% !important;
        line-height: 1 !important;
    }

    .ind-contactus {
        color: #ffffff;
        text-shadow: 0.04em 0.04em 0.04em #333333;
        font-size: 130%;
        font-weight: 900;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {

    .bannar-1 {
        position: absolute;
        z-index: 10;
        left: 62% !important;
        top: 30% !important;
    }

    .bannar-2 {
        position: absolute;
        z-index: 10;
        right: 10% !important;
        top: 30% !important;
    }

    .bannar-3 {
        position: absolute;
        z-index: 10;
        left: 10% !important;
        top: 45% !important;
    }

    .bannar-4 {
        position: absolute;
        z-index: 10;
        top: 20px !important;
    }

    .ind-banner2-caption {
        color: #000000;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        text-align: center;
    }

    .ind-banner2-subcaption {
        color: #357cbd;
        line-height: 1.5 !important;
        font-weight: 700 !important;
        text-align: center;
    }

    .ind-banner3-caption {
        text-shadow: 0.05em 0.05em 0.05em #333333 !important;
        line-height: 1.25 !important;
    }

    .ind-banner4-caption {
        text-shadow: 0.5px 0.5px 0.5px #333333 !important;
        line-height: 1.25 !important;
    }

    .rec-testimonial-content {
        margin-bottom: 10px;
        flex: 1 0 auto;
        max-width: 100%;
        color: #85868c;
        font-size: 115% !important;
        line-height: 1.2 !important;
        text-align: center;
    }

    /* index contactus */
    .ind-contactus {
        color: #ffffff;
        text-shadow: 0.04em 0.04em 0.04em #333333;
        font-size: 130%;
        font-weight: 900;
    }

    .ind-aboutus-gap {
        padding-top: 5% !important;
    }
}



/* index kv mobile setting only */
@media all and (max-width: 576px) {

    .bannar-1,
    .bannar-2,
    .bannar-3,
    .bannar-4 {
        position: initial;
        z-index: 10;
        top: initial !important;
        margin-top: 20px;
        width: 100%;
        background-color: #FFFFFF4F;
        padding: 0 2rem;
    }

    .bannar-1 .ind-banner1-caption,
    .bannar-1 .ind-banner1-subcaption,
    .bannar-2 .ind-banner2-caption,
    .bannar-2 .ind-banner2-subcaption,
    .bannar-3 .ind-banner3-caption,
    .bannar-3 .ind-banner3-subcaption,
    .bannar-4 .ind-banner4-caption,
    .bannar-4 .ind-banner4-subcaption {
        font-size: 16px !important;
        text-align: center;
    }
}


@media all and (min-width: 481px) and (max-width: 768px) {

    .rec-testimonial-content {
        margin-bottom: 10px;
        flex: 1 0 auto;
        max-width: 100%;
        word-spacing: normal;
        color: #85868c;
        font-size: 150% !important;
        line-height: 1.5 !important;
        text-align: center;
    }

    /* index contactus */
    .ind-contactus {
        color: #ffffff;
        text-shadow: 0.04em 0.04em 0.04em #333333;
        font-size: 95%;
        font-weight: 900;
    }

    .ind-ui-text {
        word-spacing: normal;
        color: #85868c;
        text-align: center;
        line-height: 2;
        padding: 3% 1% 1% 1%;
        font-size: 150%;
    }

    .ind-aboutus-gap {
        padding-top: 5% !important;
    }

    .ind-aboutus-goal {
        color: #ffffff;
        line-height: 1.5;
        font-weight: bolder;
        font-size: 1em !important;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    .carousel-indicators li {
        margin-bottom: -20px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        padding: 6% 0% 6% 0%;
        margin-top: 50%;
    }

    .rec-testimonial-content {
        margin-bottom: 10px;
        flex: 1 0 auto;
        max-width: 100%;
        word-spacing: normal;
        color: #85868c;
        line-height: 1.5 !important;
        text-align: center;
    }

    /* index aboutus */
    .ind-aboutus-title {
        font-size: 225%;
        color: #ffffff;
        text-align: left;
        margin-top: 5% !important;
        font-weight: bolder;
    }

    /* Student recommendation */
    .text-recommendation {
        padding-left: 10%;
        color: #333333;
        font-size: 80%;
        font-weight: bolder;
    }

    /* index contactus */
    .ind-contactus {
        color: #ffffff;
        text-shadow: 0.03em 0.03em 0.03em #333333;
        font-size: 150%;
        font-weight: 900;
    }

    .rec-heading {
        padding-left: 5% 0 0 2%;
        color: #333333;
        font-size: 80%;
        font-weight: bolder;
    }

    .rec-thumbs-up {
        font-weight: bold;
        font-size: 100%;
        color: #0080c9;
    }

    .ind-course-title {
        color: #0080c9;
        text-align: center;
        margin-top: 0.75em !important;
        margin-bottom: 0.75em !important;
        font-weight: bold;
        font-size: 150%;

    }

    .ind-aboutus-gap {
        padding-top: 5% !important;
    }

    .ind-aboutus-goal {
        color: #ffffff;
        line-height: 1.5;
        font-weight: bolder;
        font-size: 1em !important;
    }

}

@media all and (max-width: 320px) {
    .carousel-indicators li {
        margin-bottom: -30px !important;
    }
}

@media all and (max-width: 280px) {
    .ind-aboutus-gap {
        padding-top: 5% !important;
    }

    .ind-aboutus-goal {
        color: #ffffff;
        line-height: 1.2;
        font-weight: bolder;
        font-size: 1em !important;
    }
}

@media all and (max-width: 240px) {
    .ind-aboutus-gap {
        padding-top: 5% !important;
    }

    .ind-aboutus-goal {
        color: #ffffff;
        line-height: 1.5;
        font-weight: bolder;
        font-size: 1em !important;
    }

    .rec-testimonial-content {
        margin-bottom: 10px;
        flex: 1 0 auto;
        max-width: 100%;
        color: #85868c;
        font-size: 100% !important;
        line-height: 1.2 !important;
        text-align: center;
    }
}

/* ---------------------------contactus------------------------------------*/
.grecaptcha-badge {
    visibility: hidden !important;
}





/* 20220221 add for new contact us form */

.bg-info.alter {
    background-color: white !important
}

.grecaptcha-badge {
    visibility: hidden;
}

#contact-us-btn {
    position: fixed;
    bottom: 10vh;
    right: 1vw;
    z-index: 900;
}

#contact-us-btn .fa-comments {
    font-size: 30px
}

.contact-us-close {
    top: -35px;
    right: -35px;
}

@media (max-width: 360px) {
    #contact-us-btn {
        bottom: 5vh;
    }
}

@media (min-width: 361px) and (max-width: 768px) {
    #contact-us-btn {
        bottom: 10vh;
    }
}

.sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.sep_holder {
    height: 1px;
    position: relative;
    flex: 1 1 auto;
    min-width: 10%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.bg-info p,
.bg-info label {
    white-space: pre-wrap;
    tab-size: 4;
    color: #85868C;
    font-size: 1.3em;
    line-height: 1.8em;
}

#otherCoursesButton>p {
    padding-left: 2em;
}

#otherCoursesButton>p:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contactBlock {
    height: 200px;
    display: flex;
    align-items: flex-end;
}

.contactBlock>div,
.contactBlock>a>div {
    height: 150px;
    background-color: var(--blue);
    border-radius: 8px;
    box-shadow: 0px 1px 2px black;
}

.contactIcon {
    font-size: 40px;
    margin-left: calc(50% - 40px);
    margin-top: -30px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 80px;
    height: 60px;
    color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px black;
}

.contactIconText {
    margin-left: calc(-50% - 40px);
    margin-top: 60px;
    text-align: center;
    color: white !important;
    width: 100%;
    font-size: 1.2em;
}

.contactUsLabel::before,
.contactUsLabel::after {
    top: 0.58rem;
}

.color-orange,
.nav-link.color-orange {
    color: #F18700 !important;
}

.color-line{
    color: #06C755 !important;
}