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;
}

.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.1);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.ielts_custom {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
    background: #5e5e5e url(../images/big_ben.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 280px;
    position: relative;
}

.ielts_custom.toefl_custom {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
    background: #5e5e5e url(../images/brooklyn-bridge-panorama-at-night.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 280px;
    position: relative;
}

.toefl_custom .ielts-heading {
    color: #FFF !important;
}

.ielts_custom::before {
    content: "";
    background-color: #f0f0f0;
    opacity: 0.25;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.ielts-content {
    font-size: 16px;
    line-height: 36px;
}

.ielts-separator {
    padding-top: 3%;
}

.ielts-heading {
    display: block;
    font-size: 400% !important;
    font-weight: bold;
    color: #0080c9 !important;
    text-align: left;
}

.ielts-subtitle-text {
    color: #0080c9;
    text-align: left;
    font-weight: 400 !important;
    font-style: normal;
}

ul li:not(last-child) {
    content: ' -';
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .ielts_custom {
        padding-top: 8% !important;
        padding-bottom: 8% !important;
        min-height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ielts_custom {
        padding-top: 13% !important;
        padding-bottom: 10% !important;
        min-height: 350px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .ielts-heading {
        font-size: 300% !important;
    }

    .ielts_custom {
        padding-top: 13% !important;
        padding-bottom: 13% !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .ielts-heading {
        font-size: 225% !important;
    }

    .ielts_custom {
        padding-top: 15% !important;
        padding-bottom: 15% !important;
    }
}

@media all and (max-width: 280px) {
    .ielts-heading {
        font-size: 250% !important;
    }

    .ielts_custom {
        padding-top: 17% !important;
        padding-bottom: 17% !important;
    }
}

/* ---------------------------------------------------consultant-------------------------------------------------------------- */
.ielts_single_image {
    border-radius: 4px;
    box-align: center;
}

.ielts_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    box-align: center;
}

/* ---------------------------------------------------teachingstyle-------------------------------------------------------------- */
.teaching_custom {
    margin-top: 5% !important;
    background-color: rgba(239, 239, 239, 0.82) !important;
}

.teaching_single_image {
    padding-top: 5%;
    padding-left: 20%;
    position: relative;
    left: 0;
    top: 0;
}

.teachingstyle {
    position: absolute;
    top: -50px;
    left: -20px;
}

.teaching-title {
    padding-top: 5%;
    color: #0080c9;
    font-weight: 400;
    font-style: normal;
}

.teaching-subtitle {
    font-size: 1.5em;
    color: #ff9900;
}

@media only screen and (max-width: 1024px) {
    .teaching_custom {
        margin-top: 5% !important;
        background-color: rgba(239, 239, 239, 0.82) !important;
    }
}

@media (min-width:801px) and (max-width: 1024px) {
    .teaching_custom {
        background-color: rgba(239, 239, 239, 0.82) !important;
    }
}

@media only screen and (max-width: 800px) {
    .teaching_custom {
        background-color: rgba(239, 239, 239, 0.82) !important;
    }
}

@media only screen and (max-width: 769px) {
    .teaching_custom {
        background-color: rgba(239, 239, 239, 0.82) !important;
    }
}

@media (min-width:281px) and (max-width: 480px) {
    .teaching_custom {
        background-color: rgba(239, 239, 239, 0.82) !important;
    }
}

@media all and (max-width: 280px) {

    .teaching_custom {
        background-color: rgba(239, 239, 239, 0.82) !important;
    }

}

/* ---------------------------------------------------oral-------------------------------------------------------------- */
.oral-spacing {
    padding: 1% 0% 0% 0;
}

.oral-heading {
    color: #0080c9;
    text-align: left;
    padding-bottom: 5%;
}

@media only screen and (max-width: 769px) {
    .oral-spacing {
        padding: 10% 0% 0% 0;
    }
}

@media only screen and (max-width: 280px) {
    .oral-imgsize {
        width: 75% !important;
    }
}

/* ---------------------------------------------------courseoutline-------------------------------------------------------------- */
.courseoutline {
    background-color: #0080c9;
    padding-top: 50px;
}

.courseoutline-heading {
    color: #ffffff !important;
    text-align: center !important;
    font-weight: 900 !important;
    font-size: 2.5em !important;
    padding-bottom: 1% !important;
}

.courseoutline-paragraph {
    color: #ffffff;
}

@media only screen and (max-width: 280px) {
    .courseoutline-heading {
        font-size: 2em !important;
    }
}

/* ---------------------------------------------------level-------------------------------------------------------------- */
.level-content {
    padding: 5% 10% 5% 0;
}

.level-box {
    background: #0080c9;
    color: #ffffff;
    height: 80px;
}

.level-font {
    font-weight: normal;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
}

.level-features ul li {
    border-bottom: 1px dashed #999;
    line-height: 2;
    text-align: left;
    list-style: none;
    margin: 1em 1em 0 1em;

}

.level-features ul li:last-child {
    border-bottom: none;
    border-style: none;
    content: '';
}

.level-table {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background: -webkit-linear-gradient(#fff, #f0f0f0);
    background: linear-gradient(#fff, #f0f0f0);
    color: #6f6f6f;
    font-weight: 900;
    min-height: 390px;
}

.level-separator {
    padding-top: 4em;
}

@media all and (max-width: 280px) {

    .level-features ul li {
        border-bottom: 1px dashed #999;
        line-height: 2;
        text-align: left;
        list-style: none;
        margin: 1em 1em 0 1em;
        font-size: 85% !important;
    }

    .level-features ul li:last-child {
        border-bottom: none;
    }

    h4 {
        font-size: 150% !important;
    }

}

/* ---------------------------------------------------whatstudentssay-------------------------------------------------------------- */




.col-md-6 {
    display: inline-block;
    margin-left: -4px;
}

.col-lg-4 {
    display: inline-block;
    margin-left: -4px;
}

.carousel-indicators li {
    background-color: #0080c9;
    border: 1px solid #0080c9;
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

.carousel-indicators {
    bottom: -10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border-radius: 50%;
    background-color: #0080c9;
    background-size: 50% !important;
    width: 30px !important;
    height: 30px !important;
}

.whatstudentsay-container {
    width: 100%;

}

.whatstudentssay-box {
    background-color: #F0F0F0;
    height: 522px;
}

.whatstudentssay-inner {
    padding: 10px 30px 10px 30px;
}

.whatstudentssay-thumb {
    max-width: 30%;
}

.whatstudentssay-name span {
    margin: 2% 0 2% 0 !important;
    text-align: center;
    font-size: 2em !important;
    font-weight: 900 !important;
    font-size: 130% !important;
}

.whatstudentssay-studentname {
    color: #333333;
    line-height: 2;
    font-size: 2em !important;
    font-weight: 900 !important;
    font-size: 100% !important;
}

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

.whatstudentssay-content {
    margin-bottom: 2%;
    max-width: 100%;
    color: #85868c;
    line-height: 2 !important;
    padding: 0 15px;
}

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

;

.whatstudentssay-separator {
    padding-top: 2em
}

.whatstudentssay_sep_line {
    border-top: 1px solid #EBEBEB;
}

.whatstudentssay-user {
    font-size: 35px;
    color: #0080c9;
}


.carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    left: 0;
    width: 5%;
}

.carousel-control-next {
    position: absolute;
    right: 0;
    width: 5%;
}

.carousel-inner {
    width: 90%;
    margin-left: 5%;
}


.swiper-h {
    min-height: 600px;
    border-radius: 15px;
}

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

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

    .whatstudentssay-user {
        font-size: 24px;
        color: #0080c9;
    }

    .carosuel-wrapper {
        width: 5%;
        float: left;
    }

    .carousel-inner {
        width: 87%;
        margin-left: 8%;
        float: left;
    }

    .carosuel-wrapper-right {
        width: 5%;
        float: left;
    }

    .whatstudentssay-content {
        margin-bottom: 2%;
        max-width: 100%;
        color: #85868c;
        font-size: 100%;
        line-height: 1.75 !important;
    }
}



@media only screen and (max-width: 768px) {
    .whatstudentssay-title {
        font-weight: 900;
        color: #0080c9;
        line-height: 1;
    }

    .whatstudentssay-content {
        margin-bottom: 2%;
        max-width: 100%;
        color: #85868c;
        font-size: 125%;
        line-height: 1.5;
    }

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

    .whatstudentssay-studentname {
        color: #333333;
        line-height: 1.5;
        font-weight: bolder;
        font-size: 150%;
        padding-top: 2%;
    }


    .whatstudentssay-user {
        font-size: 24px;
        color: #0080c9;
    }

    .carousel-indicators {
        bottom: -3%;
    }

}

@media all and (max-width: 480px) {
    .carousel-indicators li {
        background-color: #0080c9;
        border: 1px solid #0080c9;
        height: 6px;
        width: 6px;
        border-radius: 3px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        border-radius: 50%;
        background-color: #0080c9;
        background-size: 50% !important;
        width: 15px !important;
        height: 15px !important;
    }

    .carousel-indicators {
        bottom: 0%;
    }

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

    .whatstudentssay-user {
        font-size: 24px;
        color: #0080c9;
    }

    .carosuel-wrapper {
        width: 5%;
        float: left;
    }

    .carousel-inner {
        width: 87%;
        margin-left: 8%;
        float: left;
    }

    .carosuel-wrapper-right {
        width: 5%;
        float: left;
    }

    .whatstudentssay-content {
        margin-bottom: 2%;
        max-width: 100%;
        color: #85868c;
        font-size: 100%;
        line-height: 1.3;
    }
}

@media all and (max-width: 280px) {

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

    .whatstudentssay-user {
        font-size: 24px;
        color: #0080c9;
    }

    .carosuel-wrapper {
        width: 5%;
        float: left;
    }

    .carousel-inner {
        width: 87%;
        margin-left: 8%;
        float: left;
    }

    .carosuel-wrapper-right {
        width: 5%;
        float: left;
    }

    .whatstudentssay-content {
        margin-bottom: 2%;
        max-width: 100%;
        color: #85868c;
        font-size: 100%;
        line-height: 1.5 !important;
    }
}

/* ---------------------------------------------------learningtips-------------------------------------------------------------- */
.learningtips-separator {
    padding-top: 4%;
}

.learningtips-heading {
    color: #333333;
    font-size: 150%;
    font-weight: bolder;
}

.learningtips-box {
    background: #F0F0F0 !important;
    height: 520px !important;
}

.learningtips-title {
    color: #333333;
    margin: 7% 2% 0% 2% !important;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    font-size: 110% !important;
}

.learningtips-title a {
    color: #333333;
    margin: 7% 2% 0% 2% !important;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    font-size: 110% !important;
}

.learningtips-title a:hover {
    color: #0080c9;
    margin: 7% 2% 0% 2% !important;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    font-size: 110% !important;
}

.learningtips-tags {
    color: #b4b5bb;
    font-size: 80% !important;
    line-height: 1.5;
    margin: 2% 2% 5% 2% !important;
}

.learningtips-content {
    line-height: 2;
    color: #85868c;
    margin: 2% 2% 5% 2% !important;
    font-size: 80%;
}

.learningtips-details-link a {
    font-size: 13px;
    line-height: 17px;
    color: #333333;
    float: left;
    margin: 2% 2% -8px 2% !important;
    padding-bottom: 8px;
    font-weight: 700;
}

.learningtips-sep-line {
    border-top: 1px solid #EBEBEB;
}

.learningtips-ok {
    padding: 2px;
    font-size: 35px;
    color: #0080c9;
}

.learningtips-caret {
    font-size: 12px;
    color: #333333;

}

@media only screen and (max-width: 769px) {
    .learningtips-heading {
        color: #333333;
        font-size: 150%;
        font-weight: 700;
    }

    .learningtips-ok {
        padding: 5%;
        font-size: 24px;
        color: #0080c9;
    }
}

@media all and (max-width: 480px) {
    .learningtips-heading {
        color: #333333;
        font-size: 100%;
        font-weight: 700;
    }

    .learningtips-ok {
        font-size: 16px;
        color: #0080c9;
    }

    .ielts-heading {
        font-size: 180%;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
    }

}