@charset "UTF-8";
    header .header_top i img, header .logo img {
    height: 100%;
    filter: brightness(0) invert(1);
}
header .nav .dropdown .dropbtn, header .nav .navitem>a {
    text-shadow: 0 0 5px rgb(0 0 0);
}
.selectfield.disabled, .viewonly input {
    pointer-events: none;
}
#main_fcontent, .contact_us .contact .container .enquiry_form .inputfield.submit .submitbtn, button {
    min-width: 200px;
}
#main_fdetails, #mf_iframe {
    -webkit-overflow-scrolling: touch;
}
body {
    font-family: Poppins, 'Noto Sans SC', chinese!important;
}

@keyframes burger_top {
    0% {
    left: 0;
    top: -5px;
}
40% {
    left: -5px;
    top: 1px;
}
69% {
    left: 5px;
    top: 1px;
}
70% {
    left: 0;
    top: 0;
    transform: rotate(0);
}
100% {
    left: auto;
    top: auto;
    transform: rotate(45deg);
}
}@keyframes burger_btm {
    0% {
    right: 0;
    bottom: -5px;
}
40% {
    right: -5px;
    bottom: 1px;
}
69% {
    right: 5px;
    bottom: 1px;
}
70% {
    right: 0;
    bottom: 0;
    transform: rotate(0);
}
100% {
    right: auto;
    bottom: auto;
    width: 20px;
    transform: rotate(-45deg);
}
}.course_overview .course .lesson_form, .indexpage .goal_vision .goal_vision_box, .indexpage .knowledge .knowledge_r .imgbox:first-child, .indexpage .rectbox .box .imgbox, header.active .header_top, header.active .nav {
    display: flex;
}
header.active .logo img {
    filter: brightness(0) invert(1);
    transition: 1s ease-in-out!important;
    -webkit-transition: 1s ease-in-out!important;
}
header.active .mobile_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: #000;
}
header .social_media_icons {
    align-items: center;
    gap: 20px;
}
header .social_media_icons .fa {
    font-size: 16px;
    width: 16px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%}
header .nav .navitem:first-child {
    z-index: 96;
}
header .nav .navitem:nth-child(2) {
    z-index: 97;
}
header .nav .navitem:nth-child(3) {
    z-index: 98;
}
header .nav .navitem:nth-child(4) {
    z-index: 99;
}
@media only screen and (max-width:1200px) {
    header .nav {
    gap: 30px;
}
}@media only screen and (max-width:991px) {
    header {
    height: 100px;
}
header .header_container, header .header_top, header .nav {
    padding: 0 15px;
}
header .nav {
    gap: 40px;
}
header .logo img {
    width: auto;
    height: 70px;
}
header .dropdown .dropbtn, header .nav a {
    font-size: 13px;
}
}.header_login {
    background-color: #fff;
    color: #323232;
    box-shadow: inset 0 0 0 1px #9db0b0, 0 0 3px #878080;
}
.about_location .location .facilities .img_swapbox .imgbox:first-child, .about_location .location .heading .text2 span, .about_openstring .aboutus .introbox .title span, .contact_us .contact .map iframe, .header_login.active {
    display: block;
}
.login_box {
    padding: 15px;
    background-color: #fff;
    font-family: Montserrat, "Noto Sans SC", chinese;
}
.forgetpassword {
    padding: 5px 0;
    cursor: pointer;
}
.mainTitle {
    font-size: 2rem;
    text-align: center;
}

.decor_dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%}
.decor_dots img {
    width: 30vw;
}
.decor_dots.right {
    justify-content: flex-end;
}
.wavebar {
    padding: 15px 0;
    margin-bottom: 30px;
}
.wavebar .container {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f39708;
    position: relative;
}
.wavebar .wavebar_heading {
    position: absolute;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25vw;
    font-weight: 500;
    letter-spacing: 0;
    color: #2b363b;
    text-align: center;
    margin: 0 25px;
}
[lang=zh-Hant] .wavebar .wavebar_heading {
    letter-spacing: .25em;
}
.wavebar .wavebar_heading span {
    display: block;
    width: 60px;
    height: 20px;
    background: url("../../../../images/common/decor_wavebar.svg") center/contain no-repeat;
    margin: 0 5px;
}
.indexpage .mainvisual {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
    max-height: 100vh;
    background: #000;
}
.indexpage .mainvisual .mv {
    height: 100vh;
    width: 100vw;
    position: relative;
}
.about_location .location .location_sub_slider .swiper-slide img, .about_openstring .aboutus .introbox .imgbox img, .about_teachers .teachers .teachers_box .imgbox img, .events.event_infobox .upcoming_events .event_desc .attendee .imgbox img, .indexpage .mainvisual .mv img, .prereg .prereg_form .prereg_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indexpage .mainvisual .mv .video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 0;
}
.indexpage .mainvisual .mv .mv_textbox {
    position: absolute;
    bottom: 15%;
    left: 8%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.indexpage .mainvisual .mv .mv_textbox p {
    font-size: 9vw;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: .7;
    text-shadow: 0 0 30px rgba(0, 0, 0, .6);
}
.indexpage .mainvisual .mv .mv_textbox p:last-child {
    font-size: 3vw;
    font-weight: 300;
    line-height: 1;
    padding-left: 1%;
    white-space: nowrap;
}
@media only screen and (max-width:1100px) {
    footer .linklist {
    flex-wrap: wrap;
}
footer .linklistbox {
    width: 20%}

footer .linklistbox:nth-child(5) {
    width: 100%}
footer .footer_logo {
    justify-content: center;
    padding: 50px 0 0;
}
.indexpage .mainvisual .mv .mv_textbox p {
    font-size: 10vw;
}
.indexpage .mainvisual .mv .mv_textbox p:last-child {
    font-size: 3.5vw;
}
footer .linklistbox:nth-child(4) {
    padding: 0;
    width: auto;
}
}.indexpage .rectbox .container {
    display: flex;
    justify-content: center;
    padding: 0 30px 100px;
    max-width: 1300px;
}
.indexpage .rectbox .box {
    display: flex;
    padding: 50px;
    color: #fff;
    width: 50%;
    transition: .5s;
}
.about_location .location .swiper-button-next:hover, .about_location .location .swiper-button-prev:hover, .checkboxfield input:checked+label:before, .indexpage .rectbox .box:hover {
    background: #f39708;
}
.indexpage .rectbox .box.box_r {
    border-left: 1px solid #f39708;
}
.indexpage .rectbox .box .imgbox img {
    max-width: 280px;
    object-fit: cover;
    filter: grayscale(1);
}
.indexpage .rectbox .box .descbox {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 30px;
}
.indexpage .rectbox .box .descbox .deschead {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #f39708;
}
.about_teachers .teachers .tutor_tab_container .tablink:hover p, .indexpage .rectbox .box:hover .descbox .btn a, .indexpage .rectbox .box:hover .descbox .deschead, .tablink.active p {
    color: #fff;
}
.indexpage .rectbox .box .descbox .desctext {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 50px;
}
.indexpage .rectbox .box .descbox .btn {
    margin-top: auto;
    color: #f39708;
}
.indexpage .rectbox .box .descbox .btn a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 1;
    color: #f39708;
}
.indexpage .rectbox .box .descbox .btn a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../../../../images/common/arrow-right-white.svg");
}
.indexpage .knowledge {
    background: #fff;
    padding: 150px 0 100px;
}
.indexpage .knowledge .container {
    display: flex;
    justify-content: center;
    padding: 0 30px;
    max-width: 1300px;
    position: relative;
}
.indexpage .knowledge .title {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    z-index: 99;
}
.indexpage .knowledge .title .title_box {
    position: absolute;
    max-width: 50vw;
    top: -50px;
    font-size: 1.5vw;
}
.indexpage .knowledge .title .title_box p {
    margin: 0;
    padding: 0 calc(10% + 20px);
    white-space: nowrap;
}
.indexpage .knowledge .title .title_box p:first-child {
    font-size: 4em;
    font-weight: 200;
    line-height: 1;
    color: #f39708;
    letter-spacing: 2px;
    margin-bottom: 2%}
.indexpage .knowledge .title .title_box p:nth-child(2) {
    font-size: .7em;
    color: #000;
    text-shadow: 0 0 8px #fff;
}
.indexpage .knowledge .knowledge_l {
    display: flex;
    align-items: flex-end;
    width: 35%;
    padding: 0 30px 0 5%}
.indexpage .knowledge .knowledge_r {
    display: flex;
    width: 65%;
    background: #fbfbfb;
    position: relative;
}
.indexpage .knowledge .knowledge_r:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(125deg, #fff 1%, rgba(255, 255, 255, 0) 30%);
}
.indexpage .knowledge .knowledge_r .imgbox {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.indexpage .knowledge .knowledge_r .imgbox p {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 15px 5%;
    margin: 0;
    background: rgba(0, 0, 0, .7);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
}
.indexpage .knowledge .knowledge_r .imgbox p span {
    font-weight: 700;
}
.checkboxfield, [lang=zh-Hant] .about_teachers .teachers .tutor_tab_container .tutor_content_container p, [lang=zh-Hant] .indexpage .knowledge .knowledge_r .imgbox p {
    font-size: 14px;
}
.indexpage .knowledge .knowledge_r .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: .8s knowledge_fadeIn;
}
.indexpage .knowledge .knowledge_box {
    background: #fff;
    padding: 100px 0;
}
.indexpage .knowledge .knowledge_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.indexpage .knowledge .knowledge_list a {
    display: inline-flex;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    padding: 0 20px;
    color: #000;
}
[lang=zh-Hant] .indexpage .knowledge .knowledge_list a {
    font-size: 15px;
}
.indexpage .knowledge .knowledge_list a p {
    display: inline-flex;
    margin: 0;
    position: relative;
}
.indexpage .knowledge .knowledge_list a p:after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: calc(100% + 20px);
    width: 100vw;
    border-bottom: 1px solid #f39708;
}
.indexpage .goal_vision {
    padding: 100px 0;
    background: #f39708;
    margin-bottom: 100px;
}
.indexpage .goal_vision .container {
    max-width: 1300px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 50px;
    width: 40%}
.contact_us .contact .container, .indexpage .goal_vision .goal_vision_box:nth-child(2) {
    flex-direction: row-reverse;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content p {
    margin: 0;
    line-height: 1;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content p.line {
    border-left: 1px solid #fff;
    height: 50px;
}
.indexpage .goal_vision .goal_vision_box .imgbox {
    width: 60%;
    position: relative;
    min-height: 400px;
}
.indexpage .goal_vision .goal_vision_box .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.indexpage .goal_vision .goal_vision_box:first-child .imgbox img {
    object-position: 88% 0;
}
.indexpage .goal_vision .goal_vision_box:nth-child(2) .imgbox img {
    object-position: 28% 0;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content p:first-child {
    font-size: 30px;
    text-transform: uppercase;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content p:nth-child(2) {
    margin: 5px;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content p:nth-child(3) {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content p:nth-child(4) {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: 0;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content p:nth-child(5) {
    font-size: 14px;
    font-weight: 600;
}
@keyframes knowledge_fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@media only screen and (min-width:1921px) {
    .indexpage .knowledge .title .title_box, .wavebar .wavebar_heading {
    font-size: 1vw;
}

}@media only screen and (min-width:768px) and (max-width:1200px) {
    .indexpage .knowledge .title .title_box p: nth-child(2) {
    font-size: .85em;
}
.indexpage .mainvisual .mv {
    position: relative;
}
}@media only screen and (min-width:576px) and (max-width:990px) {
    .indexpage .knowledge .title .title_box p: first-child {
    font-size: 7.5em;
}
.indexpage .knowledge .title .title_box p:nth-child(2) {
    font-size: 1.5em;
}
}@media only screen and (max-width:1200px) {
    .wavebar .wavebar_heading {
    font-size: 1.75vw;
}
.indexpage .rectbox .box {
    padding: 30px;
}
.indexpage .rectbox .box .imgbox img {
    max-width: 180px;
}
.indexpage .knowledge .container {
    padding: 0;
}
}@media only screen and (max-width:991px) {
    header .nav .dropdown_content {
    top: -6px;
}
footer .footer_btm, footer .linklist {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
}
footer .linklistbox {
    width: auto;
}
footer .footer_logo {
    justify-content: flex-start;
}
footer .footer_btm .btm {
	flex-direction: column;
	gap: 50px;
}
.indexpage .rectbox .container {
    flex-direction: column;
    padding: 50px 30px;
}
.indexpage .rectbox .box {
    width: 100%}
.indexpage .rectbox .box .imgbox img {
    max-width: 150px;
}
.indexpage .rectbox .box.box_r {
    border: none;
    border-top: 1px solid #f39708;
}
.indexpage .knowledge .title .title_box {
    max-width: none;
    width: 100%;
    position: relative;
    top: 0;
}
.indexpage .knowledge .container {
    flex-direction: column;
    gap: 30px;
}
.indexpage .knowledge .knowledge_l {
    width: 100%;
    max-width: none;
    order: 3;
}
.indexpage .knowledge .knowledge_r {
    width: 100%;
    justify-content: flex-end;
}
.indexpage .knowledge .knowledge_r .imgbox p {
    padding: 15px 30px;
}
.indexpage .knowledge .title .title_box p {
    padding: 0 30px;
}
.indexpage .knowledge .knowledge_list {
    gap: 20px;
}
.indexpage .knowledge .knowledge_r:after {
    display: none;
}
.indexpage .goal_vision {
    padding: 50px 0;
}
.indexpage .goal_vision .container {
    padding: 0;
    gap: 50px;
}
.indexpage .goal_vision .goal_vision_box, .indexpage .goal_vision .goal_vision_box:nth-child(2) {
    flex-direction: column-reverse;
}
.indexpage .goal_vision .goal_vision_box .goal_vision_content {
    width: 100%;
    padding: 30px;
}
.indexpage .goal_vision .goal_vision_box .imgbox {
    width: 100%;
    min-height: 45vh;
}
}@media only screen and (max-width:767px) {
    header, header.short {
    height: 70px;
}
header.short .dropdown .dropbtn, header.short .header_top .lang, header.short .nav .dropdown_content a, header.short .nav a {
    color: #fff;
}
header .logo img {
    height: 50px;
}
header .header_menu {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    padding: 70px 0 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
header .nav .navitem {
    opacity: 0;
}
header .header_top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 0;
    opacity: 0;
}
header .header_top a {
    font-size: 16px;
    color: #fff;
    width: 24px;
    height: 24px;
}
header .header_top .lang {
    padding: 30px;
    width: auto;
    color: #fff;
    font-size: 15px;
    justify-content: flex-end;
    order: initial;
}
header .header_top .regnow {
	padding: 30px;
	width: 100%;
	flex: 1;
	text-align: right;
}
header .header_top .member {
    padding: 30px;
    width: auto;
    order: -1;
}
header .header_top .member a {
    color: #f39708;
    font-size: 16px;
}
header .header_logo {
    order: -1;
    height: 70px;
}
header .social_media_icons {
    gap: 50px;
    padding: 10px 30px;
    justify-content: center;
    width: 100%;
    display: flex;
}
header .social_media_icons a {
    width: 28px;
    height: 28px;
}
header .social_media_icons .fa {
    font-size: 28px;
    color: #fff;
    margin: 0;
}
header .nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    padding: 50px 30px 30px;
    position: relative;
    top: auto;
    order: -1;
}
header .nav .dropdown_content {
    position: relative;
    padding-top: 0;
}
header .nav .dropdown_bg:after, header .nav .header .nav a.active :after, header .nav a :after {
    display: none;
}
header .dropdown .dropbtn, header .nav a {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}
header .nav .dropdown_content a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 5px 0 10px;
}
header .nav .dropdown_bg {
    background: 0 0;
    padding: 0;
}
header .nav .dropdown_content a span {
    display: block;
    width: 30px;
}
header .toggle_nav {
    display: flex;
}
header .header_container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%}
header .nav .dropdown:hover .dropdown_content {
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
}
.wavebar .wavebar_heading {
    font-size: 18px;
}
.indexpage .mainvisual .mv .mv_textbox {
    left: 7%;
    bottom: 12%;
    z-index: 1;
}
.indexpage .mainvisual .mv .mv_textbox p {
    font-size: 19vw;
    text-shadow: 0 0 20px #000;
}
.indexpage .mainvisual .mv .mv_textbox p:last-child {
    font-size: 6.5vw;
}
.indexpage .mainvisual .mv:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 45%);
}
.indexpage .knowledge .knowledge_r .imgbox {
    min-height: 45vh;
}
.indexpage .knowledge .knowledge_r .imgbox img {
    position: absolute;
    object-fit: cover;
}
}.indexpage .mv_box {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.indexpage #mv1 {
    position: absolute;
    z-index: 3;
    animation: 15s ease-in-out infinite xfade;
}
.indexpage #mv2 {
    position: absolute;
    z-index: 2;
    animation: 15s ease-in-out -5s infinite xfade;
}
.indexpage #mv3 {
    position: absolute;
    z-index: 1;
    animation: 15s ease-in-out -10s infinite xfade;
}
@keyframes xfade {
    0%, 100%, 53% {
    opacity: 0;
}
20%, 33% {
    opacity: 1;
}
}.innerpage .mainvisual {
    position: relative;
    padding-bottom: 100px;
    background: #000;
}
.innerpage .mainvisual .mv_img {
    position: relative;
    min-height: 45vh;
}
.innerpage .mainvisual .mv_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.innerpage .mainvisual .mv_title_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.innerpage .mainvisual .mv_title {
    position: absolute;
    left: 0;
    bottom: 44px;
    width: 100%;
    padding: 0 5%}
.innerpage .mainvisual .mv_title .mv_title_text {
    font-size: 6vw;
    font-weight: 300;
    color: #f39708;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: 0 0 20px #000;
}
.about_openstring .aboutus .corevalues .corevalues_mv .imgbox.mobile, .contact_us .contact .container .box_r .contact_infobox, .contact_us .contact .container .box_r:after, .indexpage .mainslider .swiper-slide:nth-child(2) .btn, .innerpage .mainvisual .mv_title .mv_title_decor, .prereg .prereg_form .sec_pad .activate_container .activate_box, footer .linklistbox:nth-child(2) li:nth-child(n+3), /*footer .linklistbox:nth-child(3),*/ header .nav .navitem:nth-child(2) .dropdown_content a:nth-child(n+3), header .nav .navitem:nth-child(3), header .social_media_icons {
    display: none;
}

.about_openstring .aboutus, .about_teachers .teachers {
    overflow: hidden;
}
.about_openstring .aboutus .container {
    padding: 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.about_openstring .aboutus .introbox {
    display: flex;
    padding: 100px 0 0;
    max-width: 1000px;
}

.about_openstring .aboutus .introbox .introbox_r {
    width: 50%;
    border-left: 1px solid #f39708;
    padding-left: 10%;
    position: relative;
}
.about_openstring .aboutus .introbox .imgbox {
    height: 100%;
    max-height: 300px;
}
.about_openstring .aboutus .introbox .title {
    font-size: 60px;
    font-weight: 300;
    color: #f39708;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about_openstring .aboutus .introbox p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0;
}
[lang=zh-Hant] .about_openstring .aboutus .introbox p {
    line-height: 2;
    letter-spacing: .1em;
}
.about_openstring .aboutus .corevalues {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    width: 100%}
.about_openstring .aboutus .corevalues .corevalues_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    width: 100%}
.about_openstring .aboutus .corevalues .corevalues_title .imgbox {
    max-width: 150px;
}
.about_openstring .aboutus .corevalues .corevalues_mv .imgbox img, .about_openstring .aboutus .corevalues .corevalues_title .imgbox img, .about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .award p i img, .about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_img .imgbox img, .prereg .prereg_form .preference .preference_box .selectfield .option, .prereg .prereg_form .preference .preference_box .selectfield .select_wrapper, .prereg .prereg_form .sec_pad .activate_container .table_form input, .prereg .prereg_form .sec_pad .activate_container .table_form tr td:first-child {
    width: 100%}
.about_openstring .aboutus .corevalues .corevalues_mv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1300px;
}
.about_openstring .aboutus .corevalues .corevalues_mv .imgbox {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 723px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li, .about_openstring .aboutus .corevalues .corevalues_mv ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.about_openstring .aboutus .corevalues .corevalues_mv ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.about_openstring .aboutus .corevalues .corevalues_mv li {
    position: absolute;
    height: 100px;
    width: 200px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #f39708;
}
.about_openstring .aboutus .corevalues .corevalues_mv li i {
    position: absolute;
    top: 100%}
.about_openstring .aboutus .corevalues .corevalues_mv li i img {
    width: 220px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li p {
    display: flex;
    flex-direction: column;
    color: #000;
    gap: 5px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.25;
}
.about_openstring .aboutus .corevalues .corevalues_mv li p span {
    color: #f39708;
    font-weight: 600;
    font-size: 1.25em;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3), .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5), .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) {
    justify-content: flex-end;
    text-align: right;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child {
    top: 14%;
    left: calc(50% + 233px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2) {
    top: 22%;
    left: calc(50% - 443px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) {
    top: 32%;
    left: calc(50% + 278px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4) {
    top: 41%;
    left: calc(50% - 485px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5) {
    top: 56%;
    left: calc(50% + 88px);
    width: 250px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6) {
    top: 64%;
    left: calc(50% - 312px);
    width: 250px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) {
    top: 71%;
    left: calc(50% + 63px);
    width: 200px;
    padding-left: 50px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8) {
    top: 77%;
    left: calc(50% - 300px);
    width: 200px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) i {
    right: 27px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2) i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4) i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8) i {
    left: 27px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5) i {
    right: 77px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6) i {
    left: 77px;
}
@media only screen and (max-width:991px) {
    .about_openstring .aboutus .introbox .title {
    font-size: 6vw;
}
.about_openstring .aboutus .introbox p {
    font-size: 14px;
    min-height: 200px;
}
.about_openstring .aboutus .introbox .introbox_l {
    padding-right: 5%}
.about_openstring .aboutus .introbox .introbox_r {
    padding: 0 5%}
.about_openstring .aboutus .introbox {
    padding-top: 50px;
}
.about_openstring .aboutus .corevalues .corevalues_title {
    font-size: 20px;
}
.about_openstring .aboutus .corevalues .corevalues_title .imgbox {
    max-width: 100px;
}
.about_openstring .aboutus .corevalues .corevalues_mv .imgbox {
    width: 400px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li {
    width: 160px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li p {
    font-size: 12px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child {
    top: 3%;
    left: calc(50% + 152px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2) {
    top: 10%;
    left: calc(50% - 320px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) {
    top: 21%;
    left: calc(50% + 177px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4) {
    top: 30%;
    left: calc(50% - 343px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5) {
    top: 43%;
    left: calc(50% + 68px);
    width: 220px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6) {
    top: 50%;
    left: calc(50% - 274px);
    width: 220px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) {
    top: 61%;
    left: calc(50% + 53px);
    width: 160px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8) {
    top: 66%;
    left: calc(50% - 234px);
    width: 160px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) i {
    right: -13px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2) i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4) i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8) i {
    left: -13px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5) i {
    right: 47px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6) i {
    left: 47px;
}
}.about_location .location {
    margin-bottom: 100px;
}
.about_location .location .heading .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    position: relative;
}
.about_location .location .heading .textbox {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}
.about_location .location .heading .text1 {
    font-size: 1vw;
    font-weight: 300;
    color: #2b363b;
}
.about_location .location .heading .text2 {
    font-size: 3.5vw;
    font-weight: 300;
    color: #f39708;
    line-height: 1;
    text-transform: uppercase;
}
[lang=zh-Hant] .about_location .location .heading .text2 {
    font-size: 4.5vw;
}
.about_location .location .heading .text3 {
    font-size: 1vw;
    font-weight: 300;
    color: #2b363b;
    max-width: 480px;
}
#location_slidetext p {
    display: none;
    min-height: 100px;
}
.about_location .location .location_main_slider {
    position: relative;
    padding: 0 0 50px;
    overflow: hidden;
    min-width: 60%}
.about_location .location .location_main_slider .swiper {
    height: 38vh;
    min-height: 380px;
    background: #fff;
}
.about_location .location .location_main_slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_location .location .swiper-control {
    position: absolute;
    bottom: -24px;
    right: -24px;
    display: flex;
    width: 112px;
    gap: 16px;
    flex-direction: row-reverse;
}
.about_location .location .sliderbox {
    position: relative;
    margin-left: 10%}
.about_location .location .swiper-button-next, .about_location .location .swiper-button-prev {
    background: rgba(0, 0, 0, 50%);
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    margin: 0;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
}
.about_location .location .swiper-button-next:after, .about_location .location .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}
.about_location .location .slider {
    margin: 0;
    height: auto;
}
.about_location .location .location_main_slider .slider {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_location .location .location_main_slider .slider_container {
    margin-right: 15%}
.about_location .location .location_main_slider .slider_container, .about_location .location .location_main_slider .swiper {
    width: 100%;
    max-width: 920px;
    position: relative;
}
.about_location .location .location_sub_slider {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    padding: 30px 0;
}
.about_location .location .location_sub_slider .location_sub_slider_box {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    gap: 100px;
}
.about_location .location .location_sub_slider .slider_container, .about_location .location .location_sub_slider .swiper {
    max-width: 400px;
}
.about_location .location .location_sub_slider .slider_container {
    padding: 0 0 0 50px;
    position: relative;
}
.about_location .location .location_sub_slider .slider_container:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: #f39708;
    opacity: .3;
    top: 180px;
    left: 10px;
    z-index: 9997;
}
.about_location .location .location_sub_slider .swiper {
    height: 220px;
}
.about_location .location .location_sub_slider .sub_slider.movedown {
    padding-top: 100px;
}
.about_location .location .location_sub_slider .swiper-control {
    top: 200px;
    right: 20px;
}
.about_location .location .location_sub_slider .swiper-button-next, .about_location .location .location_sub_slider .swiper-button-prev {
    width: 40px;
    height: 40px;
}
.about_location .location .location_sub_slider .slider {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 55px;
}
.about_location .location .location_top {
    display: flex;
    justify-content: center;
    padding: 100px 5% 50px;
}
.about_location .location .facilities {
    flex-direction: column;
    align-items: center;
    padding: 50px 5%;
    max-width: 1200px;
    margin: 0 auto;
    display: none;
}
.about_location .location .facilities .facilities_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #000;
    padding: 0 5% 15px;
    width: 100%}
.about_location .location .facilities .img_swapbox {
    position: relative;
    width: 100%}
.about_location .location .facilities .img_swapbox .imgbox {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.about_location .location .facilities .img_swapbox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: .8s facilities_fadeIn;
}
.about_location .location .facilities .facilities_select {
    position: relative;
    display: flex;
}
.about_location .location .facilities .facilities_select .facilities_select_group {
    margin-top: -60px;
    display: flex;
    padding: 0 15px;
    gap: 10px;
}
.about_location .location .facilities .facilities_select .facilities_select_group .fselect_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, .8);
    border-top: 4px solid transparent;
    padding: 20px 30px;
    letter-spacing: .02em;
    cursor: pointer;
    min-height: 200px;
}
.about_location .location .facilities .facilities_select .facilities_select_group .fselect_box.active {
    border-top: 3px solid #f39708;
}
.about_location .location .facilities .facilities_select .facilities_select_group .fselect_box .fselect_title {
    font-size: 24px;
    color: #f39708;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px;
}
.about_location .location .facilities .facilities_select .facilities_select_group .fselect_box .fselect_content {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
}
@keyframes facilities_fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.about_teachers .teachers .container {
    max-width: 1300px;
}
.about_teachers .teachers .teachers_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 50px;
    position: relative;
}
.about_teachers .teachers .introbox, .about_teachers .teachers .teachers_box .textbox {
    justify-content: center;
    gap: 30px;
    text-align: center;
    display: flex;
    line-height: 1.75;
    letter-spacing: 0;
}
.about_teachers .teachers .teachers_box .imgbox {
    position: relative;
    background: #000;
}
.about_teachers .teachers .teachers_box .textbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15%;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-shadow: 0 0 5px rgb(0 0 0);
    color: #fff;
}
.about_teachers .teachers .teachers_box .textbox p {
    margin: 0;
    font-weight: 300;
}
.about_teachers .teachers .introbox p span, .about_teachers .teachers .teachers_box .textbox p span, .course_overview .course .intro .textbox p span {
    font-weight: 600;
}
.about_teachers .teachers .introbox {
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #2b363b;
    padding: 5% 10%}
.about_teachers .teachers .introbox p {
    margin: 0;
    font-weight: 400;
}
.about_teachers .teachers .tutorbox {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px 100px;
}
.about_teachers .teachers .tutor_tab_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_teachers .teachers .tutor_tab_container .tabs {
    display: flex;
    justify-content: space-between;
    width: 100%}
.about_teachers .teachers .tutor_tab_container .tablink {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: auto;
    position: relative;
}
.about_teachers .teachers .tutor_tab_container .tablink .imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 420px;
    background: #000;
}
.about_teachers .teachers .tutor_tab_container .tablink .imgbox img {
    width: 250%;
    height: 100%;
    object-fit: cover;
}
.about_teachers .teachers .tutor_tab_container .tablink p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 5px rgb(0 0 0);
}
.about_teachers .teachers .tutor_tab_container .tablink p:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    max-width: 0;
    bottom: -5px;
    background: #f39708;
    z-index: 99;
}
.about_teachers .teachers .tutor_tab_container .tablink p:hover, .about_teachers .teachers .tutor_tab_container .tablink.active p {
    background: rgba(0, 0, 0, 40%);
}
.about_teachers .teachers .tutor_tab_container .tablink.active p:after {
    max-width: 100%}
.about_teachers .teachers .tutor_tab_container .tab_content {
    min-height: 400px;
    padding: calc(4% + 5px) 5%;
    width: 100%;
    display: none;
    animation: .8s tutorinfo_fadeIn;
}

.about_teachers .teachers .tutor_tab_container .tab_frame {
    border: 1px solid #000;
    border-width: 0 1px 1px;
    background: #fff;
    width: 100%}
.about_teachers .teachers .tutor_tab_container .tutor_content_container {
    display: flex;
    gap: 5%;
    width: 100%;
    justify-content: space-between;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container:nth-child(n+2) {
    margin-top: 50px;
    padding-top: 60px;
    border-top: 1px solid #eee;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container p {
    margin: 0;
    font-size: 13px;
    color: #2b363b;
    text-align: justify;
    letter-spacing: .02em;
    line-height: 1.75;
    flex: 1;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_img {
    flex: 1;
    display: flex;
    gap: 5%;
    width: 100%;
    max-width: 30%;
    height: 100%}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_img .imgbox {
    width: 100%;
    height: 100%}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details {
    flex: 1;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .tutor_name {
    font-size: 24px;
    font-weight: 600;
    color: #f39708;
    text-transform: uppercase;
    letter-spacing: 0;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .tutor_title {
    font-size: 12px;
    color: #7c7c7c;
}
[lang=zh-Hant] .about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .tutor_title {
    font-size: 13px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .bio {
    display: flex;
    gap: 5%;
    padding: 30px 0 15px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .award {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    margin-top: 15px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .award p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
    color: #b1915d;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0 30px;
    position: relative;
    max-width: 420px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .award p span {
    font-size: 13px;
    font-weight: 600;
    padding-top: 3px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .award p i {
    position: absolute;
    top: -2px;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .award p i:first-child {
    left: 0;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .award p i:last-child {
    right: 0;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .comingsoon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
}
@keyframes tutorinfo_fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@media only screen and (min-width:1600px) {
    .indexpage .knowledge .title .title_box {
    font-size: 1.2vw;
}
.about_teachers .teachers .tutor_tab_container .tablink p {
    font-size: 22px;
}
}@media only screen and (max-width:991px) {
    .about_teachers .teachers .introbox, .about_teachers .teachers .teachers_box .textbox {
    font-size: 14px;
    line-height: 1.5;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .bio {
    flex-direction: column;
    gap: 20px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_img {
    max-width: 35%}
}.course_overview .course {
    margin-bottom: 100px;
    overflow: hidden;
}
.course_overview .course .container {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    padding: 100px 5% 5%}
.course_overview .course .intro .textbox {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    padding: 0;
    gap: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px;
}
.course_overview .course .intro .textbox p {
    margin: 0;
}
.course_overview .course .course_banner {
    position: relative;
    padding: 5vh 0;
    display: none;
}
.course_overview .course .course_banner .textbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 32px;
    color: #fff;
    text-shadow: 0 0 5px rgb(0 0 0);
}
.course_overview .course .course_banner .textbox p {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course_overview .course .course_banner .textbox p:first-child {
    padding-bottom: 3.3%}
.course_overview .course .course_banner .textbox p:nth-child(2) {
    padding-top: 3.3%;
    left: 25%}
.course_overview .course .course_banner .textbox p:nth-child(3) {
    padding-bottom: 3.3%;
    left: 50%}
.course_overview .course .course_banner .textbox p:nth-child(4) {
    padding-top: 3.3%;
    left: 75%}

.course_overview .course .course_banner .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.course_overview .course .lesson_form .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 2%;
    padding: 0;
    max-width: none;
}
.course_overview .course .lesson_form .form_table {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 20px 20px 0 0;
    border: 1px solid #000;
    overflow: hidden;
    background: #fff;
}
.course_overview .course .lesson_form .form_table p {
    margin: 0;
    text-align: center;
}
.course_overview .course .lesson_form .form_table .form_title {
    display: flex;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px;
}
.course_overview .course .lesson_form .form_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 8%;
    font-size: 14px;
}
.course_overview .course .lesson_form .form_content .form_textbox {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.course_overview .course .lesson_form .form_content .form_textbox p:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #f39708;
    line-height: 1.1;
    height: 60px;
}
[lang=zh-Hant] .course_overview .course .lesson_form .form_content .form_textbox p:first-child {
    letter-spacing: .02em;
    height: 45px;
}
.course_overview .course .lesson_form .form_content .form_textbox p:nth-child(2) {
    font-size: 14px;
    line-height: 1.3;
    min-height: 140px;
    letter-spacing: .02em;
}
[lang=zh-Hant] .course_overview .course .lesson_form .form_content .form_textbox p:nth-child(2) {
    min-height: 100px;
    line-height: 1.5;
    letter-spacing: .05em;
}
.course_overview .course .lesson_form .fee .fee_title {
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    letter-spacing: .02em;
    line-height: 1;
}
.course_overview .course .lesson_form .fee .fee_table {
    display: flex;
    gap: 1px;
    border: 1px solid #000;
    background: #000;
    justify-content: space-between;
}
.course_overview .course .lesson_form .fee .fee_table .fee_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1px;
}
.course_overview .course .lesson_form .fee .fee_table .fee_col .fee_row:first-child {
    font-weight: 500;
    padding: 5px;
}
.course_overview .course .lesson_form .fee .fee_table .fee_col .fee_row:nth-child(2) {
    padding: 10px 5px;
}
.course_overview .course .lesson_form .fee .fee_note {
    display: flex;
    font-size: 11px;
    letter-spacing: .02em;
    padding: 5px 0;
    line-height: 1.2;
}
.course_overview .course .lesson_form .fee .fee_note span {
    margin-right: 3px;
}
.course_overview .course .lesson_form .submitbtn {
    display: flex;
    justify-content: center;
    padding: 0 8% 8%}
.course_overview .course .lesson_form .submitbtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f39708;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    height: 48px;
    width: 300px;
    text-transform: uppercase;
}


.course_overview .course.group .container { padding-bottom: 2%; }
.course_overview .course .groupclass_list { display: flex; justify-content: space-between; gap: 0; text-align: center; color: #2B363B; padding: 0 15px;  }
.course_overview .course .groupclass_list .container { justify-content: space-between; gap: 0; flex-direction: column; max-width: 1200px; margin: 0 auto; padding: 0; position: relative; }
.course_overview .course .groupclass_list .groupclass_box { display: flex; width: 100%; padding: 0; position: relative; border: 1px solid #2B363B; border-width: 1px 1px 0 1px; min-height: 400px; }
.course_overview .course .groupclass_list .groupclass_box:last-child { border-bottom: 1px solid #2B363B; }
.course_overview .course .groupclass_list .groupclass_box .instru_img { display: flex; width: 30%; min-width: 280px; }
	.course_overview .course .groupclass_list .groupclass_box.gc_cello .instru_img { background: url("../../../../images/common/op_groupclass_bg_cello.jpg") center; background-size: cover; }
	.course_overview .course .groupclass_list .groupclass_box.gc_violin .instru_img { background: url("../../../../images/common/op_groupclass_bg_violin.jpg") center; background-size: cover; }
	.course_overview .course .groupclass_list .groupclass_box.gc_viola .instru_img { background: url("../../../../images/common/op_groupclass_bg_viola.jpg") center; background-size: cover; }
.course_overview .course .groupclass_list .groupclass_box .lesson_name { font-size: 36px; text-transform: uppercase; padding: 0 20px; margin: 0 auto 50px; line-height: 1; z-index: 2; position: relative; }
.course_overview .course .groupclass_list .groupclass_box .lesson_name span { line-height: 1; border-bottom: 4px solid #f39708; padding: 0 20px 10px; }
.course_overview .course .groupclass_list .groupclass_box .lesson_info { flex: 1; padding: 50px; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form { flex-direction: column; gap: 50px; z-index: 2; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_table { background: none; border: 1px solid #2B363B; gap: 0; min-height: 82px; max-width: 500px; margin: 0 auto; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_table .fee_col { justify-content: center; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_table .fee_col .fee_row { background: none; border-bottom: 1px solid #2B363B; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_table .fee_col .fee_row:first-child { font-weight: 600; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_table .fee_col .fee_row:last-child { border: none; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_title { margin-bottom: 2%; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_title span { font-size: 0.875em; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .submitbtn { padding-bottom: 0; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .submitbtn a { width: 100%; max-width: 250px; }
.course_overview .course .groupclass_list .groupclass_box .lesson_form .submitbtn a:hover { background: #2B363B; color: #fff; }

.course_overview .course .groupclass_list .groupclass_box:hover .lesson_name:after { width: 100%; }
.course_overview .course .groupclass_list .groupclass_box:hover .lesson_form { opacity: 1; }
.course_overview .course .groupclass_list .groupclass_box:nth-child(3) .lesson_form .submitbtn { display: none; }

.course_overview .course .groupclass_list .groupclass_box:last-child .lesson_form .fee .fee_title { display: none; }
.course_overview .course .groupclass_list .groupclass_box:last-child .lesson_form .fee .fee_table { border: none; padding: 50px; }

@media only screen and (min-width:1301px) {
    .course_overview .course .course_banner .textbox {
    font-size: 32px;
}
}@media only screen and (max-width:1300px) {
    .course_overview .course .course_banner .textbox {
    font-size: 2.5vw;
}
}@media only screen and (max-width:991px) {
    .course_overview .course .lesson_form .fee .fee_title, .course_overview .course .textbox { font-size: 14px; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_name { font-size: 30px; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_form .submitbtn a { font-size: 14px;
}
}@media only screen and (max-width:767px) {
	.course_overview .course .groupclass_list, .course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_table .fee_col .fee_row { color: #2B363B; }
	.course_overview .course .groupclass_list .groupclass_box { position: unset; padding: 0 0 50vh; border: none; }
	.course_overview .course .groupclass_list .groupclass_box.gc_cello, .course_overview .course .groupclass_list .groupclass_box.gc_violin, .course_overview .course .groupclass_list .groupclass_box.gc_viola { background: none; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_name { margin: 0; width: 100%; text-shadow: none; cursor: pointer; height: 80px; background: #333; color: #fff; border-radius: 15px 15px 0 0; font-size: 15px; font-weight: 600; display: flex; justify-content: center; align-items: center; text-shadow: 0 0 5px rgb(0 0 0); }
	.course_overview .course .groupclass_list .groupclass_box .lesson_name:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; background: #f39708; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_info { padding: 0; }
	.course_overview .course .groupclass_list .groupclass_box.gc_cello .lesson_name { background: url("../../../../images/common/op_groupclass_bg_cello.jpg") center; background-size: cover; }
	.course_overview .course .groupclass_list .groupclass_box.gc_violin .lesson_name { background: url("../../../../images/common/op_groupclass_bg_violin.jpg") center; background-size: cover; }
	.course_overview .course .groupclass_list .groupclass_box.gc_viola .lesson_name { background: url("../../../../images/common/op_groupclass_bg_viola.jpg") center; background-size: cover; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_name:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.2; border-radius: 15px 15px 0 0; }
	.course_overview .course .groupclass_list .groupclass_box.active .lesson_name:before { opacity: 0.7; z-index: 1; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_name:after { height: 6px; z-index: 3; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_name span { z-index: 2; color: #fff; }
	.course_overview .course .groupclass_list .groupclass_box:hover .lesson_name:after { width: 0; }
	.course_overview .course .groupclass_list .groupclass_box.active .lesson_name { z-index: 3; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_name:after { bottom: -4px; }
	.course_overview .course .groupclass_list .groupclass_box.active .lesson_name:after { width: 100%; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_form { display: none; opacity: 1; position: absolute; top: 80px; left: 5%; width: 100%; border: 1px solid #2B363B; padding: 80px 5%; }
	.course_overview .course .groupclass_list .groupclass_box.active .lesson_form { display: flex; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_table, .course_overview .course .groupclass_list .groupclass_box .lesson_form .fee .fee_table .fee_col .fee_row { border-color: #2B363B; } 
	.course_overview .course .groupclass_list .groupclass_box .lesson_form .submitbtn a:hover { background: #2b363b; color: #fff; }
	.course_overview .course .lesson_form .submitbtn { padding-top: 0!important; }
	.course_overview .course .groupclass_list .groupclass_box .lesson_name:after { width: 0; }
	.course_overview .course .groupclass_list .container { flex-direction: row; }
	.course_overview .course .groupclass_list .groupclass_box:last-child { border: none; }
	.course_overview .course .groupclass_list .groupclass_box .instru_img { display: none; }
		.course_overview .course .groupclass_list .groupclass_box .lesson_name span { border: none; padding: 0; 
}
	
}@media only screen and (max-width:575px) {
	.course_overview .course .groupclass_list .groupclass_box .lesson_name, .course_overview .course .groupclass_list .groupclass_box .lesson_name:before {border-radius: 10px 10px 0 0; 

}
}.events .upcoming_events {
    display: flex;
    justify-content: center;
    padding: 0 5%;
    gap: 50px;
}
.events .upcoming_events .eventbox {
    padding: 50px 0;
}
.events .upcoming_events .eventbox .heading .container {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin-bottom: 2vh;
    justify-content: center;
}
.events .upcoming_events .eventbox .heading_text {
    font-family: Jomolhari, 'Noto Sans SC', serif;
    font-size: 2.75vw;
    color: #f39708;
    letter-spacing: 0;
    line-height: 1;
    width: 100%;
    max-width: 16vw;
}
.events .upcoming_events .eventbox .heading_text .t1 {
    text-align: left;
}
.events .upcoming_events .eventbox .heading_text .t2 {
    text-align: right;
}
.events .upcoming_events .eventbox .eventlist .container {
    display: grid;
    max-width: 1300px;
    grid-template-columns: repeat(auto-fill, 32%);
    grid-gap: 10px;
    justify-content: space-between;
}
.events .upcoming_events .event {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-top: 5px solid #f39708;
    letter-spacing: .05px;
}
.events .upcoming_events .event .event_img {
    height: 250px;
}
.events .upcoming_events .event .event_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #eee;
}
.events .upcoming_events .event .event_title {
    padding: 30px 15px 15px;
}
.events .upcoming_events .event .event_title .event_name {
    font-size: 16px;
    font-weight: 600;
}
.events .upcoming_events .event .event_title .event_note {
    font-size: 14px;
    font-weight: 300;
    color: #f39708;
}
.events .upcoming_events .event .event_title .event_venue {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
}
.events .upcoming_events .event .event_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 15px;
    font-size: 12px;
}
.events .upcoming_events .event .event_details .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 40px;
    padding: 0 15px 0 45px;
    margin-bottom: 10px;
    line-height: 1.25;
}
.events .upcoming_events .event .event_details .event_date {
    background: url("../../../../images/common/icon_calendar.svg") left center no-repeat;
}
.events .upcoming_events .event .event_details .event_time {
    background: url("../../../../images/common/icon_clock.svg") left center no-repeat;
}
.events .upcoming_events .event .event_details .event_price {
    background: url("../../../../images/common/icon_ticket.svg") left center no-repeat;
    width: 100%}
.events .upcoming_events .event .controlbar {
    display: flex;
    justify-content: space-between;
    border-top: 1px dotted #f39708;
    padding: 15px;
    margin-top: auto;
}
.events .upcoming_events .event .controlbar .btn_more a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #f39708;
    line-height: 14px;
    cursor: pointer;
}
.events .upcoming_events .event .controlbar .btn_more a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../../../../images/common/arrow-right-gold.svg");
}
.events.event_infobox {
    max-width: 900px;
}
.events.event_infobox .upcoming_events {
    gap: 0;
    padding: 0;
    height: 100vh;
}
.events.event_infobox .upcoming_events .event {
    box-shadow: none;
    border: none;
    padding: 25px;
}
.events.event_infobox .upcoming_events .event, .events.event_infobox .upcoming_events .event_desc {
    flex: 50%}
.events.event_infobox .upcoming_events .event_desc {
    padding: 25px 0;
    border-left: 1px solid #f39708;
    letter-spacing: 0;
}
.events.event_infobox .upcoming_events .event_desc .attendees {
    padding: 0 25px;
    margin-bottom: 30px;
}
.events.event_infobox .upcoming_events .event_desc .attendees p {
    padding: 0;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 600;
}
.events.event_infobox .upcoming_events .event_desc .attendees_box {
    display: flex;
    text-align: center;
}
.events.event_infobox .upcoming_events .event_desc .attendee {
    margin-right: 20px;
}
.events.event_infobox .upcoming_events .event_desc .attendee .imgbox {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: 5px;
    background-color: #f39708;
    overflow: hidden;
}
.events.event_infobox .upcoming_events .event_desc .attendee .name {
    font-size: 12px;
    color: #2b363b;
}
.events.event_infobox .upcoming_events .event_desc .details {
    padding: 0 25px;
}
.events.event_infobox .upcoming_events .event_desc .details ul {
    padding: 0 0 0 20px;
    margin: 0 0 30px;
}
.events.event_infobox .upcoming_events .event_desc .details li {
    color: #f39708;
    margin-bottom: 5px;
}
.events.event_infobox .upcoming_events .event_desc .details p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #2b363b;
}
.events.event_infobox .upcoming_events .event_desc .details p span {
    font-weight: 600;
    color: #f39708;
}
.events.event_infobox .upcoming_events .event_desc .enrollmsg {
    position: relative;
    padding: 0;
}
.events.event_infobox .upcoming_events .event_desc .enrollmsg p {
    padding: 25px;
    text-align: left;
    border-bottom: 1px solid #f39708;
}
.contact_us .contact .container {
    display: flex;
    justify-content: center;
    max-width: 1300px;
    padding: 5%}
.contact_us .contact .container .box_l, .contact_us .contact .container .box_r {
    padding: 0 5%}
.contact_us .contact .container .box_r {
    width: 50%;
    border-left: 1px solid #f39708;
    position: relative;
}
.contact_us .contact .container .box_r:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #f39708;
    left: -6px;
    bottom: -6px;
}
.contact_us .contact .container .contact_infobox {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 50px;
}
.contact_us .contact .container .contact_infobox .heading {
    font-size: 16px;
    font-weight: 600;
    color: #f39708;
}
.contact_us .contact .container .contact_infobox p {
    display: flex;
    align-items: center;
    padding: 0 0 0 8px;
    margin: 0 0 15px;
}
.contact_us .contact .container .contact_infobox p i {
    font-size: 20px;
    color: #f39708;
    margin-right: 10px;
    display: flex;
    width: 20px;
    height: 20;
    justify-content: center;
    align-items: center;
}
.contact_us .contact .container .contact_infobox .note {
    font-size: 12px;
}
.contact_us .contact .container .contact_infobox .social_media_icons a i {
	display: flex;
	width: 24px;
    margin-right: 30px;
}
.contact_us .contact .container .contact_infobox .social_media_icons a i img {
	width: 100%;
}
.contact_us .contact .container .contact_infobox .opening_hours p {
    margin-bottom: 10px;
}
.contact_us .contact .container .enquiry_form {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    gap: 40px;
}
.contact_us .contact .container .enquiry_form ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%}
.contact_us .contact .container .enquiry_form li {
    padding: 0;
    margin: 0;
}
.contact_us .contact .container .enquiry_form .title {
    position: relative;
    height: 30px;
}
.contact_us .contact .container .enquiry_form .title ul {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 1px;
}
.contact_us .contact .container .enquiry_form .title li {
    position: relative;
    width: 80px;
    height: 30px;
}
.contact_us .contact .container .enquiry_form .title input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
}
.contact_us .contact .container .enquiry_form .title label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
    background: #f1f1f1;
    color: #f39708;
    width: 80px;
    height: 30px;
    text-align: center;
    padding: 5px 20px;
    margin: 0 1px 0 0;
}

.contact_us .contact .container .enquiry_form .title input:checked+label {
    background: #f39708;
    color: #fff;
}
.contact_us .contact .container .enquiry_form .inputfield.textbox {
    flex-direction: column;
    height: auto;
}

.contact_us .contact .container .enquiry_form .inputfield.textbox p, .selectfield p {
    padding: 0 0 0 8px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}
.contact_us .contact .container .enquiry_form .inputfield.textbox .note {
    font-size: 11px;
    font-weight: 300;
}
.contact_us .contact .container .enquiry_form .inputfield textarea {
    border: 1px solid #f39708;
    border-radius: 1px;
    width: 100%;
    height: 100px;
}
.contact_us .contact .container .contact_infobox .whatsapplink {
    display: flex;
    align-items: center;
}
.contact_us .contact .container .contact_infobox .whatsapplink span {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    background: #f39708;
    color: #fff;
    padding: 3px 5px;
    letter-spacing: 0;
    margin-left: 5px;
    border-radius: 1px;
}
[lang=zh-Hant] .contact_us .contact .container .contact_infobox .whatsapplink span {
    font-size: 11px;
}
@media only screen and (max-width:991px) {
    .contact_us .contact .container {
    flex-direction: column;
    padding: 50px 5% 15%}
.contact_us .contact .container .box_l, .contact_us .contact .container .box_r {
    width: 100%}
.contact_us .contact .container .box_l {
    display: flex;
    flex-wrap: wrap;
}
.contact_us .contact .container .box_l .contact_infobox {
    width: 50%}
.contact_us .contact .container .box_r {
    border: none;
    border-top: 1px solid #f39708;
    padding-top: 50px;
}
.contact_us .contact .container .box_r:after {
    display: none;
}
}.privacy, .tnc, .note_to_students
{
    padding: 5%;
    color: #2b365b;
    letter-spacing: 0;
}
.privacy h1, .tnc h1 {
    font-size: 20px;
}
.privacy p, .tnc p {
    font-size: 12px;
    font-weight: 400;
    text-align: justify;
}
.privacy .heading, .tnc .heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 30px;
}
.privacy a:active, .privacy a:link, .privacy a:visited, .tnc a:active, .tnc a:link, .tnc a:visited {
    color: #f39708;
    text-decoration: underline;
    cursor: pointer;
}
.privacy ul, .tnc ul {
    padding: 0 0 0 25px;
    font-size: 12px;
    font-weight: 300;
}
[lang=zh-Hant] .privacy ul, .tnc ul { font-weight: 400; }

.privacy li, .tnc li {
    margin-bottom: 5px;
}
.privacy .decimal li, .tnc .decimal li {
    list-style: decimal;
}
.privacy .lower_alpha li, .tnc .lower_alpha li {
    list-style: lower-alpha;
}
.privacy .decimal .upper_roman li, .privacy .upper_roman li, .tnc .decimal .upper_roman li, .tnc .upper_roman li {
    list-style: upper-roman;
}

.note_to_students { display: flex; flex-direction: column; gap: 15px; letter-spacing: 0; }
[lang=zh-Hant] .note_to_students { text-align: left; }
.note_to_students p { font-size: 12px; font-weight: 300; padding: 0; margin: 0; }
[lang=zh-Hant] .note_to_students p { font-weight: 400; }
.note_to_students p.heading { font-size: 18px; font-weight: 500; border-bottom: 2px solid #F39708; padding: 0 0 15px 0; }
.note_to_students ul, .note_to_students li { list-style: none; padding: 0; margin: 0; font-size: 12px; }
.note_to_students ul { display: flex; flex-direction: column; margin-bottom: 50px; }
.note_to_students li { margin-bottom: 30px; }
.note_to_students li p { display: flex; flex-direction: column; padding: 0 0 0 25px; margin: 0; }
.note_to_students li p span { font-size: 14px; font-weight: 500; margin: 0 0 3px -25px; }
.note_to_students li p span i { display: inline-block; font-style: normal; width: 25px; }
.note_to_students .weather { display: flex; gap: 50px; border-bottom: 1px solid #eee; border-radius: 1px; padding: 30px 0; }
.note_to_students .weather:last-child { border: none; }
.note_to_students .weather .signaltype { flex: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; padding: 30px 0 5px; }
.note_to_students .weather .signaltype img { width: 100%; max-width: 300px; height: auto; margin-bottom: 20px; }
.note_to_students .weather .signaltype .desc { font-size: 14px; max-width: 350px; margin: 0 auto; font-weight: 300; }
.note_to_students .weather .signaltype p { padding: 0; margin: 0; }
.note_to_students .weather .policy { flex: 1; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 15px; font-weight: 500; }
.note_to_students .weather .policy p { padding: 0 10%; font-size: 14px; font-weight: 500; }
.note_to_students .weather .policy span { text-decoration: underline; }

.note_students .note_to_students { padding: 0!important; }
.note_to_students .panel_nav { display: flex; justify-content: center; border-bottom: 1px solid #eee; margin-bottom: 50px; }
.note_to_students .panel_nav .panel_btn { display: flex; justify-content: center; align-items: center; text-align: center; width: 100%; cursor: pointer; padding: 10px; font-size: 16px; line-height: 1.2; }
.note_to_students .panel_nav .panel_btn.active { background: #F39708; color: #fff; }
.note_to_students .panel { display: none; padding: 0; }
.note_to_students .panel.active { display: flex; flex-direction: column; }

@media only screen and (max-width:767px) {	
	.note_to_students .weather { flex-direction: column; gap: 0; }
	.note_to_students .weather .signaltype .desc { max-width: none; }
	.note_to_students .weather .policy { padding: 5px 15px; background: #fafafa; font-size: 13px; }
	.note_to_students .weather { border: none; }
}

@media only screen and (max-width:575px) {	
	.note_to_students .panel_nav .panel_btn { font-size: 13px; }
	.note_to_students p.heading { font-size: 16px; }
}


#trialintro1 {
    font-size: 18px;
    font-weight: 500;
    color: #2b363b;
}
#trialintro2 {
    font-size: 15px;
    color: #2b363b;
    max-width: 720px;
    margin: 0 auto;
}
.prereg .prereg_form .preregform_note {
    padding: 10px!important;
    font-size: 10px;
    font-weight: 400;
    color: #2b363b;
    line-height: 1.2;
    letter-spacing: 0;
    display: block!important;
}
@media only screen and (max-width:1600px) {
    .innerpage .mainvisual .mv_title {
    bottom: 54px;
}
.innerpage .mainvisual .mv_title .mv_title_text {
    font-size: 84px;
}
.about_location .location .heading .text1, .about_location .location .heading .text3 {
    font-size: 1.25vw;
}
.about_location .location .heading .text2 {
    font-size: 4.5vw;
}
[lang=zh-Hant] .about_location .location .heading .text2 {
    font-size: 5vw;
}
.prereg .prereg_form .title {
    font-size: 1.75vw;
}
}@media only screen and (max-width:1200px) {
    .about_location .location .location_main_slider .sliderbox {
    margin: 0;
}
.about_location .location .location_main_slider .slider_container {
    margin: 0;
    padding: 0 50px 0 15px;
}
.about_location .location .location_main_slider .swiper {
    height: 300px;
}
.about_location .location .location_main_slider .swiper-control {
    right: 26px;
}
.about_location .location .location_sub_slider .location_sub_slider_box {
    gap: 30px;
    padding: 0 15px;
}
.about_location .location .location_sub_slider .slider_container {
    max-width: 45vw;
}
.about_location .location .location_top {
    flex-direction: column;
}
.about_location .location .heading {
    padding: 0 10%}
.about_location .location .heading .text1, .about_location .location .heading .text3 {
    font-size: 1.75vw;
}
.about_location .location .heading .text2, [lang=zh-Hant] .about_location .location .heading .text2 {
    font-size: 7.5vw;
}
.about_location .location .heading .text2 span {
    display: inline-block;
}
.events .upcoming_events .eventbox .heading_text {
    font-size: 3.75vw;
    max-width: 22vw;
}
.events .upcoming_events .eventbox .eventlist .container {
    grid-template-columns: repeat(auto-fill, 48%);
}
.events .upcoming_events .event .event_img {
    height: auto;
}
.prereg .prereg_form .title {
    font-size: 26px;
}
}@media only screen and (max-width:991px) {
    .prereg .prereg_form {
    padding-top: 100px;
}
.prereg .prereg_form .header_login, .prereg .prereg_form .prereg_mainvisual {
    padding: 0 5% 50px;
}
.prereg .prereg_form .title {
    font-size: 22px;
}
.prereg .prereg_form .title p:nth-child(3) {
    width: 100%;
    padding: 0;
}
}@media only screen and (max-width:767px) {
    .innerpage .mainvisual .mv_title {
    bottom: 64px;
}
.innerpage .mainvisual .mv_title .mv_title_text {
    font-size: 64px;
}
.about_openstring .aboutus .corevalues {
    gap: 50px;
}
.about_openstring .aboutus .corevalues .corevalues_mv .imgbox {
    width: 230px;
}
.about_openstring .aboutus .corevalues .corevalues_mv .imgbox.desktop {
    display: none;
}
.about_openstring .aboutus .corevalues .corevalues_mv .imgbox.mobile {
    display: flex;
}
.about_location .location .facilities .facilities_select .facilities_select_group .fselect_box .fselect_content, .about_openstring .aboutus .corevalues .corevalues_mv li p {
    font-size: 12px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li i img {
    width: 160px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li {
    width: 140px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child {
    top: -6%;
    left: calc(50% + 105px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2) {
    top: -1%;
    left: calc(50% - 250px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) {
    top: 9%;
    left: calc(50% + 125px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4) {
    top: 17%;
    left: calc(50% - 266px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5) {
    top: 32%;
    left: calc(50% + 52px);
    width: 150px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6) {
    top: 42%;
    left: calc(50% - 218px);
    width: 180px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) {
    top: 53%;
    left: calc(50% + 42px);
    width: 150px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8) {
    top: 66%;
    left: calc(50% - 205px);
    width: 150px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) i {
    right: 14px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2) i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4) i {
    left: 14px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5) i, .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) i {
    right: 24px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6) i {
    left: 54px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8) i {
    left: 24px;
}
#Piano .tutor_content_container, #Violin .tutor_content_container, .about_location .location .location_sub_slider .location_sub_slider_box {
    flex-direction: column;
}
.about_location .location .location_sub_slider .slider_container {
    max-width: 100%}
.about_location .location .location_sub_slider .sub_slider.movedown, .about_teachers .teachers .teachers_box, .events.event_infobox .upcoming_events .event {
    padding: 0;
}
.about_location .location .location_sub_slider .sub_slider {
    margin-bottom: 60px;
}
.about_location .location .location_sub_slider .decor_dots img {
    width: 60vw;
}
.about_location .location .facilities .facilities_select .facilities_select_group .fselect_box .fselect_title, .about_location .location .heading .text1, .about_location .location .heading .text3 {
    font-size: 16px;
}
.about_location .location .heading .text2, [lang=zh-Hant] .about_location .location .heading .text2 {
    font-size: 60px;
}
.about_location .location .facilities {
    padding: 50px 0;
}
.about_location .location .facilities .facilities_title {
    font-size: 20px;
}
.about_location .location .facilities .img_swapbox {
    min-height: 45vh;
}
.about_location .location .facilities .img_swapbox img {
    width: 100%;
    min-height: 45vh;
}
.about_location .location .facilities .img_swapbox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.about_location .location .facilities .facilities_select .facilities_select_group {
    flex-direction: column;
    gap: 1px;
    margin: 0;
    padding: 0;
}
.about_location .location .facilities .facilities_select .facilities_select_group .fselect_box {
    min-height: auto;
    width: 95%}
.about_location .location .facilities .facilities_select .facilities_select_group .fselect_box.active {
    border: none;
    border-left: 5px solid #f39708;
    width: 100%}
.about_teachers .teachers .teachers_box .textbox {
    padding: 10%}
.about_teachers .teachers .introbox {
    padding: 50px 30px;
}
.about_teachers .teachers .introbox p {
    text-align: justify;
}
.about_teachers .teachers .tutor_tab_container .tablink {
    height: 100px;
}
.about_teachers .teachers .tutor_tab_container .tablink .imgbox {
    border-radius: 15px 15px 0 0;
}
.about_teachers .teachers .tutor_tab_container .tablink p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 15px 15px 0 0;
}
.about_teachers .teachers .tutor_tab_container .tablink p:after {
    height: 6px;
    bottom: -3px;
}
.about_teachers .teachers .tutor_tab_container .tablink .imgbox img {
    width: 300%}
.about_teachers .teachers .tutor_tab_container .tablink:first-child img {
    margin-top: -10%;
    height: 150%}
.about_teachers .teachers .tutor_tab_container .tablink:nth-child(2) img {
    margin-left: -15%;
    height: 160%}
.about_teachers .teachers .tutor_tab_container .tablink:nth-child(3) img {
    margin: 35% 0 0 75%;
    height: 220%}
.about_teachers .teachers .tutor_tab_container .tablink:nth-child(4) img {
    margin-top: -35%;
    height: 155%}
.about_teachers .teachers .tutor_tab_container .tab_content {
    padding: 50px 15px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content:nth-child(odd) .tutor_content_container, .about_teachers .teachers .tutor_tab_container .tutor_content_container {
    flex-direction: column;
    gap: 0;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_img {
    max-width: none;
    justify-content: center;
    margin-bottom: 30px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_img .imgbox {
    max-width: 50%;
    display: flex;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor {
    text-align: center;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .bio {
    font-size: 12px;
    padding: 20px 15px 30px;
}
.course_overview .course .course_banner .textbox {
    font-size: 2.5vw;
}
.course_overview .course .lesson_form {
    margin: 0 -5%}
.course_overview .course .lesson_form .container {
    overflow-y: auto;
    justify-content: flex-start;
    padding: 0 5% 5%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.course_overview .course .lesson_form .container::-webkit-scrollbar {
    display: none;
}
.course_overview .course .lesson_form .form_table {
    width: 90%;
    flex: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 40%);
}
.events .upcoming_events .eventbox .heading_text {
    font-size: 5vw;
    max-width: 32vw;
}
.events .upcoming_events .eventbox .eventlist .container {
    display: flex;
    flex-wrap: nowrap;
    max-width: none;
    overflow-x: auto;
    padding: 0 15px 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.events .upcoming_events .eventbox .eventlist .container::-webkit-scrollbar {
    display: none;
}
.events .upcoming_events .event {
    min-width: 90%;
    width: 100%;
    max-width: 100%}
.events.event_infobox .upcoming_events {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
}
.events.event_infobox .upcoming_events .event_desc {
    border: none;
    padding: 0;
}
.events.event_infobox .upcoming_events .event .event_title {
    padding: 30px 30px 15px;
}
.events.event_infobox .upcoming_events .event .event_details {
    padding: 0 30px 15px;
}
.events.event_infobox .upcoming_events .event_desc .attendees {
    padding: 30px 30px 0;
}
.events.event_infobox .upcoming_events .event_desc .details {
    padding: 0 30px;
}
.events.event_infobox .upcoming_events .event_desc .enrollmsg p {
    padding: 30px 10px;
    text-align: center;
    border-bottom: none;
}
.contact_us .contact .container .box_l {
    display: block;
}
.contact_us .contact .container .box_l .contact_infobox {
    width: 100%}
.contact_us .contact .container .contact_infobox .note {
    font-size: 11px;
}
.prereg .prereg_form {
    padding-top: 70px;
}
.prereg .prereg_form .title {
    font-size: 18px;
}
.prereg .prereg_form .container {
    flex-direction: column-reverse;
    padding: 0 15px 100px;
}
.prereg .prereg_form .header_login .lb_content .message_heading {
    padding-top: 0;
}
.prereg .prereg_form .header_login {
    width: 100%;
    border: 1px solid #f39708;
    padding: 30px;
    background: #fff;
}
.prereg .prereg_form .prereg_imgbox, .prereg_form .header_login:after {
    display: none;
}
.prereg .prereg_form .instrumentDiv .instruItem {
    justify-content: flex-start;
}
}.main_wrapper {
    border: none!important;
    background: 0 0!important;
}
.but_general, button {
    background: #f39708;
    color: #fff;
    height: 40px;
    font-size: 14px;
}
button {
    padding: 0 30px;
    margin: 0;
    border: none;
    border-radius: 20px;
    letter-spacing: .05em;
    cursor: pointer;
}
button:hover {
    background: #2b363b;
}
.but_general {
    display: flex;
    align-items: center;
    width: auto;
    max-width: none;
    margin: 0 auto!important;
    border: none;
    border-radius: 20px;
}
.pagination, .pagination input, .pagination li p {
    font-weight: 300;
    color: #2b363b;
}

select {
    font-size: 14px!important;
    border: none!important;
}
textarea {
    border-radius: 1px!important;
}
input:focus, textarea:focus {
    outline: 0!important;
}
.viewonly input {
    border-bottom: 1px dotted #dae1e4;
}
.pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    letter-spacing: 0;
}
.pagination li, .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.pagination ul {
    gap: 10px;
}
.pagination li {
    gap: 5px;
}
.pagination li p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 12px;
    position: relative;
    padding-top: 1px;
    margin: 0;
    cursor: pointer;
}
.pagination li:first-child span, .pagination li:last-child span {
    content: '';
    position: absolute;
    top: 7px;
    width: 8px;
    height: 8px;
    border: 1px solid #2b363b;
    transform: rotate(45deg);
}
.checkboxfield input+label:before, .radiofield input+label:before {
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    content: ''}
.pagination li:first-child span {
    border-width: 0 0 1px 1px;
}
.pagination li:last-child span {
    border-width: 1px 1px 0 0;
}
.pagination input {
    font-size: 12px;
    height: 32px;
    max-width: 50px;
    padding: 0 8px!important;
    border: 1px solid #f39708;
}
.pagination input::-webkit-inner-spin-button, .pagination input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pagination input[type=number] {
    -moz-appearance: textfield;
}
.inputfield {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    height: 40px;
    position: relative;
}
.inputfield input {
    position: relative;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #f39708;
    background: 0 0;
    padding: 5px 8px;
    font-weight: 400;
}
.inputfield .inputbox {
    width: 100%;
    position: relative;
}
.inputfield label {
    position: absolute;
    left: 8px;
    top: 8px;
    transition: .3s;
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
}
.inputfield input:focus+label, .inputfield input:not(:placeholder-shown)~label {
    top: -20px;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    color: #f39708;
}
.selectfield {
    font-size: 14px;
    font-weight: 400;
    color: #2b363b;
    background: #fff;
}
.selectfield select {
    width: 100%;
    height: 0;
    max-height: 0;
    padding: 0 28px 0 8px!important;
    display: block;
    overflow: hidden;
}
.selectfield .select_wrapper {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #f39708;
    border-radius: 1px;
}
.selectfield .select_wrapper:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 10px;
    padding: 3px;
    border: 1px solid #f39708;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.selectfield .select-selected {
    background-color: none;
    height: 40px;
}
.selectfield .select-items div, .selectfield .select-selected {
    color: #2b363b;
    padding: 8px 24px 8px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 15px;
}
.selectfield .select-items div {
    border-bottom: 1px solid #e1e2e3;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectfield .select-items div:last-child {
    border-bottom: none;
}
.selectfield .select-items {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 10px 20px 0 rgb(0, 0, 0, .2);
    opacity: 1;
    max-height: inherit;
}
.selectfield .select-items.select-hide {
    opacity: 0;
    overflow: hidden;
    top: 40px;
    z-index: -2;
}
.selectfield .select-items div:hover {
    background-color: #f6f6f6;
    color: #2b363b!important;
}
.selectfield .select-items .same-as-selected, .selectfield .select-items .same-as-selected:hover {
    background-color: #f39708!important;
    color: #fff!important;
}
.selectfield.disabled .select_wrapper, .selectfield.disabled .select_wrapper:after {
    border-color: #aaa;
}
@media only screen and (max-width:575px) {
    .course_overview .course .course_banner .textbox, .events .upcoming_events .event .event_title .event_name, .wavebar .wavebar_heading {
    font-size: 14px;
}
.wavebar .wavebar_heading span {
    width: 40px;
    height: 14px;
}
.indexpage .rectbox .box {
    flex-direction: column;
    padding: 0;
}
.indexpage .rectbox .container {
    padding: 0;
    margin: 0;
}
.indexpage .rectbox .box .descbox {
    padding: 30px 30px 80px;
    max-width: 100%}
.indexpage .rectbox .box .imgbox img {
    max-width: 100%}
.about_location .location .facilities_list .item1 li:last-child, .about_openstring .aboutus .corevalues .corevalues_mv li, .indexpage .rectbox .box.box_r {
    border: none;
}
.indexpage .knowledge .title .title_box p:first-child {
    font-size: 8.5em;
}
.indexpage .knowledge .title .title_box p:nth-child(2) {
    font-size: 2em;
}
.innerpage .mainvisual .mv_title {
    bottom: 74px;
}
.innerpage .mainvisual .mv_title .mv_title_text, [lang=zh-Hant] .about_location .location .heading .text2 {
    font-size: 13vw;
}
.about_openstring .aboutus .introbox {
    flex-direction: column-reverse;
    padding-top: 50px;
    margin-bottom: 100px;
}
.about_openstring .aboutus .introbox p {
    min-height: auto;
    margin-bottom: 50px;
}
.about_openstring .aboutus .introbox .title {
    font-size: 40px;
}
.about_openstring .aboutus .introbox .introbox_l, .about_openstring .aboutus .introbox .introbox_r {
    width: 100%}
.about_openstring .aboutus .introbox .imgbox {
    border-left: 1px solid #f39708;
    display: flex;
    justify-content: flex-end;
}
.about_openstring .aboutus .introbox .introbox_r:after {
    display: none;
}
.about_openstring .aboutus .container {
    margin-bottom: 0;
    gap: 0;
}
.about_openstring .aboutus .corevalues .corevalues_title {
    font-size: 20px;
}
.about_openstring .aboutus .corevalues .corevalues_title .imgbox {
    max-width: 90px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:after {
    content: '';
    position: absolute;
    bottom: -1px;
    border-bottom: 1px solid #f39708;
    width: 50px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li p {
    font-size: 10.5px;
    width: 100px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child {
    top: -7%;
    left: calc(50% + 45px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2) {
    top: -1%;
    left: calc(50% - 184px);
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) {
    top: 11%;
    left: calc(50% + 94px);
    width: 90px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4) {
    top: 18%;
    left: calc(50% - 184px);
    width: 78px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5) {
    top: 32%;
    left: calc(50% + 0px);
    width: 150px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6) {
    top: 42%;
    left: calc(50% - 125px);
    width: 150px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) {
    top: 52%;
    left: calc(50% + 0px);
    width: 150px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8) {
    top: 62%;
    left: calc(50% - 138px);
    width: 150px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child i {
    right: -50px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2) i {
    left: -55px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) i {
    right: -60px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4) i {
    left: -64px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5) i {
    right: -28px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6) i {
    left: -39px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7) i {
    right: -18px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8) i {
    left: -43px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:first-child:after {
    left: 64px;
    width: 75px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(2):after {
    left: 0;
    width: 71px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3):after {
    left: 24px;
    width: 66px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(4):after {
    left: 0;
    width: 62px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(5):after {
    left: 52px;
    width: 98px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(6):after {
    left: 0;
    width: 87px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(7):after {
    left: 42px;
    width: 108px;
}
.about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(8):after {
    left: 0;
    width: 83px;
}
[lang=zh-Hant] .about_openstring .aboutus .corevalues .corevalues_mv li:first-child {
    padding-left: 70px;
}
[lang=zh-Hant] .about_openstring .aboutus .corevalues .corevalues_mv li:nth-child(3) {
    padding-left: 30px;
}
.about_location .location .heading .container {
    justify-content: flex-start;
}
.about_location .location .heading .text1, .about_location .location .heading .text3 {
    font-size: 3.25vw;
}
[lang=zh-Hant] .about_location .location .heading .text3, [lang=zh-Hant].about_location .location .heading .text1 {
    font-size: 3.75vw;
}
.about_location .location .heading .text2 {
    font-size: 11vw;
}
[lang=zh-Hant] .about_location .location .heading .text2 span {
    display: block;
}
.about_location .location .location_main_slider {
    padding: 0 0 50px;
}
.about_location .location .location_main_slider .slider_container, .about_location .location .location_sub_slider .decor_dots, .about_location .location .location_sub_slider .slider, .about_location .location .location_top {
    padding: 0;
}
.about_location .location .location_main_slider .swiper-control {
    right: 16px;
    bottom: -18px;
}
.about_location .location .heading {
    padding: 0 5% 50px;
}
.about_location .location .swiper-control {
    gap: 4px;
}
.about_location .location .location_main_slider .swiper-button-next, .about_location .location .location_main_slider .swiper-button-prev, .about_location .location .location_sub_slider .swiper-button-next, .about_location .location .location_sub_slider .swiper-button-prev {
    width: 36px;
    height: 36px;
}
.about_location .location .location_sub_slider .swiper {
    max-width: 300px;
}
.about_location .location .location_sub_slider .slider_container {
    padding-right: 30px;
}
.about_location .location .location_sub_slider .location_sub_slider_box {
    gap: 0;
}
.about_location .location .facilities_list .list {
    gap: 40px;
}
.about_location .location .facilities_list .item1 ul {
    flex-direction: column;
    flex-wrap: nowrap;
}
.about_location .location .facilities_list .item1 li:nth-child(-n+2), .about_location .location .facilities_list .item1 li:nth-child(2n) {
    border: none;
    border-bottom: 1px dotted #f39708;
}
.about_location .location .facilities_list .item1 li {
    border: none;
    border-bottom: 1px dotted #f39708;
    width: 100%}
.about_teachers .teachers .teachers_box .textbox {
    font-size: 14px;
    gap: 20px;
}
.about_teachers .teachers .teachers_box .imgbox {
    position: relative;
    width: 100%;
    min-height: 74vh;
}
.about_teachers .teachers .teachers_box .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_teachers .teachers .introbox {
    font-size: 13px;
    gap: 20px;
}
.about_teachers .teachers .tutor_tab_container .tablink {
    height: 80px;
}
.about_teachers .teachers .tutor_tab_container .tablink .imgbox {
    border-radius: 10px 10px 0 0;
}
.about_teachers .teachers .tutor_tab_container .tablink p {
    font-size: 13px;
    border-radius: 10px 10px 0 0;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_img .imgbox {
    max-width: 240px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container .tutor_details .tutor_name {
    font-size: 18px;
}
.about_teachers .teachers .tutor_tab_container .tutor_content_container p, .events .upcoming_events .event .controlbar .btn_more a, .events .upcoming_events .event .event_title .event_note {
    font-size: 12px;
}
.course_overview .course .container {
    padding: 50px 5%}
.course_overview .course .intro .textbox {
    font-size: 13px;
    text-align: justify;
}
.course_overview .course .lesson_form .submitbtn a {
    font-size: 14px;
    width: 100%}
.course_overview .course .lesson_form .fee .fee_title, .course_overview .course .lesson_form .form_content .form_textbox p:nth-child(2) {
    font-size: 13px;
}
.course_overview .course .lesson_form .form_content, .course_overview .course .lesson_form .submitbtn {
    padding: 8% 4%}
.events .upcoming_events .eventbox .heading_text {
    font-size: 28px;
    max-width: 150px;
}
.events .upcoming_events .eventbox .eventlist {
    margin: 0 -6%}
.events .upcoming_events .event .event_details .item {
    background-size: 30px;
    padding: 0 15px 0 35px;
    margin-bottom: 5px;
    line-height: 1.25;
}
.events .upcoming_events .event .event_details {
    font-size: 11px;
}
.prereg .prereg_form .title {
    font-size: 4.25vw;
}
.selectfield .select-items div, .selectfield .select-selected {
    min-width: auto;
}
}.checkboxfield input, .radiofield input {
    position: absolute;
    opacity: 0;
}
.checkboxfield input+label, .radiofield input+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.checkboxfield input+label:before {
    border: 1px solid #f39708;
    border-radius: 1px;
}
.checkboxfield input:hover+label:before {
    background: #f5e2c6;
}
.checkboxfield input:checked:hover+label:before  {
    background:  #f39708;
}
.checkboxfield input:checked:hover+label:before {
    background: #f39708;
}
.checkboxfield input:disabled+label, .radiofield input:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}
.checkboxfield input:disabled+label:before, .radiofield input:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}
.checkboxfield input:checked+label:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
    background: url("../../../../images/common/checkbox_tick.svg") center/contain no-repeat;
}
.radiofield {
    font-size: 14px;
    white-space: nowrap;
}
.radiofield input+label:before {
    border-radius: 10px;
    border: 1px solid #f39708;
}
.radiofield input:hover+label:before {
    background: #ece5d8;
}
.radiofield input:checked+label:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    top: 2px;
    left: 2px;
    background: #f39708;
    border: 2px solid #fff;
}
.selectdate {
    display: flex;
    gap: 10px;
}
.selectdatebox {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    font-weight: 600;
}
.selectdatebox input {
    height: 100%;
    border: 1px solid #f39708;
    border-radius: 1px!important;
    padding: 8px!important;
    font-size: 12px!important;
    font-weight: 400;
    width: 100%}
#main_fbox {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 1000300;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
#main_fbox * {
    transition: none;
}
#main_fbox.active * {
    transition: .5s;
}
#main_fbox.active {
    visibility: visible;
    opacity: 1;
}
@keyframes show_lb {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}#main_fcontent {
    position: fixed;
    color: #fff;
    margin: auto;
    top: 50%;
    left: 50%;
    min-height: 200px;
    transform: translate(-50%, -50%);
}
.lb_header {
    padding-bottom: 0;
    color: #fff;
    border-bottom: 5px solid #f39708!important;
}
#lb_title {
    padding: 7px 0;
    font-size: 20px;
    text-shadow: 0 1px 1px #000;
    min-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: none;
}
#main_fcontent:hover #lb_close {
    right: -40px;
}
#lb_close {
    background: url("../../../../images/common/icon_close.svg") center center no-repeat #dae1e4;
    width: 40px;
    height: 40px;
    right: 0;
    top: 5px;
    cursor: pointer;
    position: absolute;
    z-index: -1;
}
#main_fdetails {
    text-align: left;
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-color: #fff;
}
#main_fdetails.loading {
    background: url(../../../../images/tc/loading2.gif) center center no-repeat #fff;
    transition: .5s, background-position!important;
}
#mf_iframe {
    position: relative;
    width: 100%;
    height: 100%}
#lb_close:hover {
    background-color: #f39708;
}
footer .linklistbox:nth-child(4) {
    padding-left: 0;
}
.contact_us .contact .container .box_l {
    width: 50%;
    border-left: 1px solid #f39708;
    position: relative;
    display: block;
    padding-left: 10%}
.contact_us .contact .container .contact_infobox .wkday {
    width: auto;
    padding-right: 30px;
}
.contact_us .contact .container .box_r {
    border: none;
    padding-right: 10%}
.contact_us .contact .container .box_r .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
@media only screen and (max-width:991px) {
    #lb_close {
    z-index: 10000000!important;
}
#main_fcontent:hover #lb_close {
    right: 0;
}
.contact_us .contact .container .box_l {
    width: 100%;
    padding-left: 5%}
.contact_us .contact .container .box_r {
    display: none;
}
}.option .current:hover:empty::before {
    color: #2b363b!important;
}
.option .current:empty::before {
    content: attr(data-placeholder);
    color: #2b363b!important;
}
.calendar_classevent_info .actionbar .actionbtn, .calendar_classevent_info .seperator p:after {
    background: #f39708!important;
}
.calendar_classevent_info .details .student, .calendar_classevent_info .details .teacher {
    padding-left: 25px;
    font-size: 14px!important;
}
.calendar_classevent_info .details .usertype {
    border-left: none!important;
    padding-left: 0!important;
    position: relative;
    font-size: 12px!important;
}
.calendar_classevent_info .details .usertype:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: -25px;
    width: 15px;
    height: 0;
    border-bottom: 1px solid #f39708;
}
.calendar_classevent_info .actionbar .actionbtn:hover {
    background: #2b363b!important;
}



/* Temp Disabled Function */
.calendar_classevent_info .actionbar { display: none!important; }

@media only screen and (max-width: 767px) {
	header .nav .dropdown:hover .dropdown_content { margin-top: 10px; }
}

header.active .social_media_icons i { display: flex; width: 28px; height: 28px; }
header.active .social_media_icons i img { width: 100%; filter: brightness(0) invert(1); }
footer .footer_btm { flex-direction: column; }
footer .footer_btm .btm { display: flex; justify-content: space-between; }
footer .footer_btm .social_media_icons { display: flex; gap: 16px; }
footer .footer_btm .social_media_icons i { display: flex; width: 20px; }
footer .footer_btm .social_media_icons i img { width: 100%; filter: brightness(0) invert(1); }








