@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #f4f4f4;
    font-family: 'Noto Sans SC', "Myriad Pro", "Helvetica Neue", "Roboto", Helvetica,Arial, "PingFang HK", "Heiti TC", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "Microsoft YaHei", "黑体", "宋体", sans-serif;
	color: #4D4D4D;
	font-size: 14px;
    font-weight: normal;
    word-wrap: break-word;
}

input, button, select, textarea {
    font: inherit;
}

input::placeholder, select, textarea::placeholder {
    color: #999999;
}

a {
	color: #4D4D4D;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

a:hover {
   opacity: 0.6;
}

.clear{zoom: 1; clear: both; margin: 0; padding: 0; line-height: 0; height: 0;}
.clear:after{content: ''; display: block; clear: both; visibility: hidden; height: 0;}

.alert-success {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #afd784;
	-webkit-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
	box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
	text-shadow: 1px 1px 0 #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f5ffea;
	color: #679832;
	line-height: 1.5em;
}

.alert-error {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #fd8787;
	-webkit-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
	box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
	text-shadow: 1px 1px 0 #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffeaea;
	color: #b52323;
	line-height: 1.5em;
}

label {
    display: none;
}

img {
    max-width: 100%;
}

/* Styles for CKEditor */
sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/* animation */
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

/* main-area */
.main-area {
    width: 1200px;
    margin: auto;
    position: relative;
}

.main-area.subpage {
    box-shadow: 0 0 5px #888;
    padding: 40px;
    box-sizing: border-box;
}

/* header */
.header {
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    margin-top: 57px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header.scroll {
    background: rgba(255, 255, 255, 0.95);
    padding-top: 40px;
    margin: 0;
}

.logo {
    position: absolute;
    left: 0;
    top: -55px;
    -webkit-transition: height 1s -webkit-transform 1s;
    transition: height 1s, transform 1s;
}

.logo.scroll {
    top: -50px;
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
}

.menu-icon {
    display: none;
}

.icon-bar {
    position: absolute;
    right: 0;
    top: -57px;
    display: table;
    border-spacing: 5px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    background: #ED145B;
    padding: 0 10px;
    box-shadow: 2px 2px 2px #666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.icon-bar.scroll {
    top: -40px;
}

a.icons {
    display: table-cell;
    width: 26px;
    height: 26px;
}

.lang {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-left: 15px;
}

.lang span,
.lang a {
    color: #fff;
    text-align: center;
    padding: 5px 10px;
}

.lang a {
    display: block;
}

.lang .pull-down-icon {
    vertical-align: middle;
    margin-left: 5px;
}

.lang .pull-down {
    display: none;
}

.lang:hover .pull-down {
    display: block;
    position: absolute;
    top: 27px;
    background: #ED145B;
}

.lang .pull-down .language a:hover, 
.lang .pull-down .language a.this {
    color: #4D4D4D;
}

/* header top menu */
.top-menu {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.nav {
    text-align: right;
    margin-left: 304px;
}

.top-menu li {
    display: inline-block;
}

.top-menu li a {
    display: block;
    color: #4D4D4D;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding: 15px 0;
    margin-left: 20px;
    transition: none;
}

.top-menu li:last-child a {
    margin-right: 0;
}

.top-menu li a.lv1:hover {
    padding-bottom: 10px;
    border-bottom: 5px solid #ED145B;
}

.top-menu li a.lv2,
.top-menu li a.lv3 {
    color: #fff;
    padding: 15px 10px;
    margin: 0;
}

.has_sublist_grey:after {
    content: url('../images/sublist_grey.png');
    margin-left: 5px;
}

.has_sublist_white:after {
    content: url('../images/sublist_white.png');
    margin-left: 5px;
}

.top-menu-lv2,
.top-menu-lv3 {
    display: none;
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    background: rgba(102, 102, 102, 0.8);
}

.sub-menu-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.submenu-item {
    display: inline-block;
}

.submenu-item a {
    color: #fff;
    padding: 15px 10px;
    margin-right: 0;
}

.top-menu li a.lv2:hover {
    background: rgba(237, 20, 91, 0.4);
}

.top-menu-lv3 {
    background: rgba(128, 128, 128, 0.8);
}

.top-menu li:hover .top-menu-lv2,
.submenu-item:hover .top-menu-lv3 {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.top-menu li a.lv3:hover {
    background: rgba(237, 20, 91, 0.4);
}

/* appointment popup */
.appointment {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999;
    width: 0;
    height: 35px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    background: url('../images/appointment.png') left center no-repeat #ED145B;
    background-position-x: 10px;
    cursor: pointer;
    padding: 13px 0 13px 51px;
    border-radius: 10px 0 0 10px;
}

.appointment:hover {
    width: 95px;
    padding: 13px 24px 13px 51px;
}

.appointment div {
    width: 100%;
    height: 100%;
    display: table;
}

.appointment span {
    display: table-cell;
    vertical-align: middle;
}
    
.responsive {
    display: none;
}

/* footer */
.footer {
    background: #393B4A;
}

.footer, .footer a {
    color: #fff;
}

.info {
    width: 100%;
    display: table;
    padding: 30px 0;
}

.info.left, .info.right {
    width: 42%;
    display: table-cell;
    vertical-align: top;
    padding: 0 1.5%;
}

.google-map iframe {
    width: 90%;
    height: 300px;
}

.info.left p {
    font-size: 16px;
    margin-bottom: 10px;
}

.info.left p span,
.info.left p img {
    vertical-align: middle;
}

.info.left p img {
    margin-right: 5px;
}

.info.right {
    text-align: right;
}

.info.right .footer-nav-item {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    margin-bottom: 15px;
}

.info.right .footer-nav-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.info.right .footer-nav-item:last-child a:first-child {
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
}

.info.right .footer-nav-item ul li:first-child {
    margin-bottom: 15px;
}

.info.right .footer-nav-item .title {
    font-size: 16px;
}

.info.right .footer-nav-item .link-group {
    text-align: right;
    padding-top: 10px;
}

.info.right .footer-nav-item .link-group .icons {
    display: inline-block;
    margin-right: 10px;
}

.info.right .footer-nav-item .link-group .icons:last-child {
    margin-right: 0;
}

.info.right .footer-nav-item ul li {
    margin-bottom: 5px;
}

.footer .copy-right {
    text-align: center;
    background: linear-gradient(to right, #ED145B 0%, #ED145B 100%);
    padding: 13px 0 11px 0;
}

.footer .main-area .back-to-top {
    width: 44px;
    height: 44px;
    background: url(../images/back_to_top.png);
    position: absolute;
    right: 0;
    top: -13px;
    cursor: pointer;
}

.footer #footer-map {
    height: 300px;
    width: 90%;
}

/* quick view popup */
.quick-view-popup-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    position: fixed;
    z-index: 99995;
    left: 0;
    top: 0;
}

.quick-view-main-area .close-qv-popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.quick-view-main-area .close-qv-popup:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    font: 40px/45px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}

.quick-view-main-area .close-qv-popup:after:hover {
    color: #555;
    background: #eee;
}

.quick-view-main-area .close-qv-popup:hover {
    opacity: 0.5;
}

/* loading screen */
#fullscreen-loading{background:rgba(255,255,255,0.7);position:fixed;z-index:10000;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:table;text-align:center}#fullscreen-loading.hide{display:none}#fullscreen-loading .icon{display:table-cell;vertical-align:middle}#fullscreen-loading .icon span{display:inline-block;width:16px;height:16px;margin:0 10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}#fullscreen-loading .icon .dot1{background:#EF4A4A;-moz-animation:loading-dot-1 2s infinite;-webkit-animation:loading-dot-1 2s infinite;animation:loading-dot-1 2s infinite}#fullscreen-loading .icon .dot2{background:#54a840;-moz-animation:loading-dot-2 2s infinite;-webkit-animation:loading-dot-2 2s infinite;animation:loading-dot-2 2s infinite}#fullscreen-loading .icon .dot3{background:#337ab7;-moz-animation:loading-dot-3 2s infinite;-webkit-animation:loading-dot-3 2s infinite;animation:loading-dot-3 2s infinite}#fullscreen-loading .icon .dot4{background:#eb9316;-moz-animation:loading-dot-4 2s infinite;-webkit-animation:loading-dot-4 2s infinite;animation:loading-dot-4 2s infinite}@keyframes loading-dot-1{0%{background:#EF4A4A;-moz-transform:scale(1.5, 1.5);-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}25%{background:#54a840;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{background:#337ab7;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}75%{background:#eb9316;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{background:#EF4A4A;-moz-transform:scale(1.5, 1.5);-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}}@keyframes loading-dot-2{0%{background:#54a840;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{background:#337ab7;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{background:#eb9316;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}75%{background:#EF4A4A;-moz-transform:scale(1.5, 1.5);-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}100%{background:#54a840;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@keyframes loading-dot-3{0%{background:#337ab7;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{background:#eb9316;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{background:#EF4A4A;-moz-transform:scale(1.5, 1.5);-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}75%{background:#54a840;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{background:#337ab7;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}@keyframes loading-dot-4{0%{background:#eb9316;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}25%{background:#EF4A4A;-moz-transform:scale(1.5, 1.5);-ms-transform:scale(1.5, 1.5);-webkit-transform:scale(1.5, 1.5);transform:scale(1.5, 1.5)}50%{background:#54a840;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}75%{background:#337ab7;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}100%{background:#eb9316;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}}

/* index */
.slideshow {
    position: relative;
    border-bottom: 4px solid;
    -moz-border-image: -moz-linear-gradient(to right, #ED145B 0%, #ED145B 100%);
    -webkit-border-image: -webkit-linear-gradient(to right, #ED145B 0%, #ED145B 100%);
    border-image: linear-gradient(to right, #ED145B 0%, #ED145B 100%);
    border-image-slice: 1;
}

.owl-carousel.slideshows .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 4900;
}

.owl-carousel.slideshows .owl-nav .owl-prev,
.owl-carousel.slideshows .owl-nav .owl-next {
    width: 50px;
    position: absolute;
    top: 0;
}

.owl-carousel.slideshows .owl-nav .owl-prev {
    left: 5px;
}

.owl-carousel.slideshows .owl-nav .owl-next {
    right: 5px;
}

.owl-carousel.slideshows .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 4900;
    text-align: center;
    height: 44px;
}

.owl-carousel.slideshows .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 16px 4px;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.4;
}

.owl-carousel.slideshows .owl-dots .owl-dot.active {
    opacity: 1;
}

.slideshow .ocs-container,
.slideshow .ocs-container .main-area {
    position: relative;
    height: 729px;
    background-size: cover;
}

.slideshow .ocsc-content {
    width: 45%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.slideshow .ocsc-content h1.ocscc-title {
    color:#fff;
    font-size: 52px;
}

.slideshow .ocsc-content a,
.slideshow .ocsc-content h1,
.slideshow .ocsc-content p,
.sa-container h1, 
.sa-container p {
    margin-bottom: 5px;
}

.white-underline-style {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.grey-underline-style {
    padding-bottom: 5px;
    border-bottom: 1px solid #666666;
}

.shadow-style {
    text-shadow: 4px 4px 5px #777;
}

.custom-btn {
    display: inline-block;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: none;
}

.custom-btn.white {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
}

.custom-btn.green {
    color: #ED145B;
    border: 1px solid #ED145B;
}

/* about us */
.au {
    width: 100%;
    display: table;
}
.au.left,
.au.right {
    display: table-cell;
    vertical-align: top;
}

.au.left {
    width: 60%;
}

.au.right {
    width: 40%;
}

.au.left .aul-container {
    margin: 40px 40px 40px 0;
}

.au.left .aul-container .aulc-title {
    color: #999999;
    font-size: 36px;
}

.green-quote {
    color: #ED145B;
    font-size: 20px;
    position: relative;
    padding: 20px 40px;
    margin: 10px 0;
    border-top: 1px solid #ED145B;
    border-bottom: 1px solid #ED145B;
}

.green-quote:before {
    content: '"';
    color: #ED145B;
    font-size: 60px;
    position: absolute;
    left: 5px;
    top: 0;
}

.green-quote:after {
    content: '"';
    color: #ED145B;
    font-size: 60px;
    position: absolute;
    right: 5px;
    top: 0;
}

/* study aboard */
.sa .sa-container .sac-title,
.hc .hc-container .hcc-title {
    color:#fff;
    font-size: 36px;
    text-align: center;
}

.sa-container,
.st-container,
.op-container,
.hc-container,
.msg-container {
    width: 60%;
    padding: 40px 0;
    margin: auto;
}

.owl-carousel.sa {
    padding-bottom: 40px;
}

.owl-carousel.sa .ocsa-container {
    width: 300px;
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 20px;
    margin: 0 auto;
}

.owl-carousel.sa .owl-nav {
    text-align: center;
    padding-top: 40px;
}

.owl-carousel.sa .owl-nav .owl-prev,
.owl-carousel.sa .owl-nav .owl-next {
    display: inline-block;
    margin: 0 2px;
}

.owl-carousel.sa .ocsa-container h1.title,
.owl-carousel.sa .ocsa-container p.content {
    padding-left: 10px;
    padding-right: 10px;
}

.owl-carousel.sa .ocsa-container h1.title {
    color: #ED145B;
    font-size: 20px;
}

.owl-carousel.sa .ocsa-container p.content {
    color: #808080;
    font-size: 16px;
    text-align: justify;
}

/* study tour */
.st-container .stc-title,
.op-container .opc-title,
.msg .msg-container .msgc-title {
    color:#666666;
    font-size: 36px;
    text-align: center;
}

.st-links {
    text-align: center;
    padding-bottom: 40px;
}

.st-links a {
    margin: 0 10px;
}

.op-img-container {
    text-align: center;
    padding-bottom: 40px;
}

.op-img-container img {
    vertical-align: middle;
    margin-right: 20px;
}

/* hot courses */
.hc {
    padding-bottom: 40px;
}

.hot-courses {
    position: relative;
}

.owl-carousel.hot-courses .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 4900;
}

.owl-carousel.hot-courses .owl-nav .owl-prev,
.owl-carousel.hot-courses .owl-nav .owl-next {
    width: 50px;
    position: absolute;
    top: 0;
}

.owl-carousel.hot-courses .owl-nav .owl-prev {
    left: 5px;
}

.owl-carousel.hot-courses .owl-nav .owl-next {
    right: 5px;
}

.ochc-container {
    width: 234px;
    background: #fff;
    font-size: 16px;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #666666;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #888888;
}

.ochc-container .hc-img,
.ochc-container .hc-title,
.ochc-container .hc-code-n-age,
.ochc-container .hc-location,
.ochc-container .hc-time-n-duration {
    color: #666666;
    margin-bottom: 10px;
}

.ochc-container .hc-img {
    position: relative;
    height: 150px;
}

.ochc-container .hc-title {
    color: #ED145B;
    height: 48px;
    overflow: hidden;
}

.ochc-container .hc-code-n-age span {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666666;
}

.ochc-container .hc-code-n-age span:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.ochc-container .hc-location,
.ochc-container .hc-time-n-duration span {
    color: #999999;
}

.ochc-container .hc-time-n-duration {
    color: #6B6A69;
}

.green-shadowed-btn {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #ED145B;
    padding: 5px 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #888888;
    cursor: pointer;
}

button.green-shadowed-btn {
    border-style: none;
    transition: all 0.2s ease 0s;
}

button.green-shadowed-btn:hover {
    opacity: 0.8;
}

/* msg form */
.msg {
    background: #F2F2F2;
    padding-bottom: 40px;
}

.msg-form .form.left,
.msg-form .form.right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 40px 1%;
}

.msg-form .form-group {
    margin-bottom: 10px;
}

.msg-form .form-group .form-explain {
    color: #666666;
    font-size: 18px;
}

.msg-form .form-group input,
.msg-form .form-group select,
.msg-form .form-group textarea {
    width: 100%;
    height: 38px;
    display: block;
    text-align: center;
    background: #fff;
    padding: 0 2%;
    border-radius: 10px;
    border-style: none;
    box-sizing: border-box;
}

.msg-form .form-group input[name=phone] {
    display: inline-block;
    width: 80%;
}

.msg-form .form-group select[name=phone_prefix] {
    display: inline-block;
    width: 18%;
    margin-right: 2%;
}

.msg-form .form-group select {
    width: 100%;
    background:url(../images/select_arrow.png) no-repeat right #fff;
    background-position-x: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.msg-form .form-group select::-ms-expand {
    display: none;
}

.msg-form .form-group textarea {
    width: 100%;
    height: 137px;
}

.green-shadowed-btn.msg-submit {
    width: 200px;
    margin: auto;
}

.msg .success-message {
    color: #33485B;
    font-weight: bold;
    text-align: center;
    display: none;
}

.tnc-container {
    color: #808080;
    text-align: center;
    margin-top: 20px;
}

.tnc-container a {
    color: #ED145B;
    text-decoration: underline;
}

/* centered logo */
.centered-logo {
    text-align: center;
    margin: 20px auto;
}

/* Subpage */
.subpage-banner {
    width: 100%;
    height: 550px;
    text-align: center;
    position: relative;
}

.subpage-banner .content {
    color: #fff;
    font-size: 52px;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.subpage-banner .content .sub-title {
    font-size: 38px;
}

.subpage-nav {
    font-size: 15px;
    padding-bottom: 20px;
}

.subpage-nav.style2 {
    padding-top: 20px;
}

.subpage-nav li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.subpage-nav li:after {
    content: '>';
    position: absolute;
    right: -5px;
}

.subpage-nav li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.subpage-nav li:last-child:after {
    content: none;
}

.subpage-nav li,
.subpage-nav li a,
.subpage-nav li span {
    color: #ED145B;
}

.subpage-nav li:last-child,
.subpage-nav li:last-child a,
.subpage-nav li:last-child span {
    color: #7E7F80;
}

.subpage-container {
    width: 100%;
    padding: 40px 0;
}

.subpage-container .spc-title {
    color: #808080;
    font-size: 36px;
    margin-bottom: 20px;
}

.all_round_services {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 150px;
    margin: 0 45px 25px 45px;
}

.all_round_services .ars-title {
    color: #000000;
    font-size: 16px;
    padding: 5px;
}

.contact-us-box {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 200px;
    margin: 0 20px 20px 20px;
}

.contact-us-box .cub-title,
.contact-us-box .cub-title a {
    color: #808080;
    font-size: 17px;
    padding: 5px;
}

.subpage .google-map {
    line-height: 0;
    padding: 0;
    margin: 0;
}

#map {
    height: 280px;
}

/*.subpage-menu {*/
    /*margin-bottom: 10px;*/
/*}*/

.subpage-menu li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
 }

.subpage-menu li a {
    display: block;
    font-size: 20px;
    color: #ED145B;
    padding: 6px 100px;
    border: 2px solid #ED145B;
}

.subpage-menu.style2 li a {
    font-size: 17px;
    color: #ED145B;
    padding: 3px 50px;
    border: 2px solid #ED145B;
}

.subpage-menu li a:hover,
.subpage-menu li a.this {
    color: #fff;
    background-color: #ED145B;
}

.subpage-menu.style2 li a:hover,
.subpage-menu.style2 li a.this {
    background-color: #ED145B;
}

.subpage-menu li a.this:after {
    content: ' ';
    border-color: #ED145B transparent transparent;
    border-style: solid;
    border-width: 7px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
}

.subpage-menu.style2 li a.this:after {
    border-color: #ED145B transparent transparent;
}

.subpage-menu.style2-responsive {
    display: none;
}

.page-title {
    display: block;
    color: #808080;
    font-size: 36px;
    line-height: 36px;
    padding: 20px 0;
}

.page-title img,
.page-title span {
    vertical-align: middle;
}

.page-title img {
    margin-right: 10px;
}

.ck-content table,
.ck-content p {
    margin-bottom: 20px;
}

.ck-content img {
    padding: 0 20px;
    box-sizing: border-box;
}

.ck-content a span {
    color: inherit;
    text-decoration: underline;
}

.ck-content ul {
    box-sizing: border-box;
    margin-left: 20px;
}

.courses {
    padding-bottom: 20px;
}

.ochc-container.style2 {
    display: inline-block;
    margin: 0 20px 20px 0;
}

/* Course */
.course-details {
    padding-bottom: 20px;
}

.course-details .cd-left,
.course-details .cd-right {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

.course-details .cd-left {
    width: 35%;
    padding-right: 10px;
    box-sizing: border-box;
}

.course-details .cd-right .cdr-container:first-of-type {
    padding-bottom: 20px;
}

.course-details .cd-right .cdr-container:last-of-type {
    padding-top: 10px;
    border-top: 1px solid #989898;
}

.course-title {
    display: inline-block;
    vertical-align: top;
    color: #ED145B;
    font-size: 20px;
}

.sharing {
    float: right;
    line-height: 29px;
}

.sharing span {
    color: #989898;
    font-size: 13px;
    margin-right: 5px;
}

.sharing .addthis_inline_share_toolbox_0te6 {
    display: inline-block;
    vertical-align: middle;
}

.sharing .addthis_inline_share_toolbox_0te6 .at-style-responsive .at-share-btn {
    padding: 2px 0 2px 2px;
}

.course-info {
    color: #7E7F80;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 10px 0;
    box-sizing: border-box;
}

.course-details .cd-right .cdr-container:last-of-type .course-info {
    text-align: justify;
}

.course-info div {
    display: inline-block;
}

.course-info .green {
    color: #ED145B;
    margin-right: 10px;
}

.course-info .deposit {
    color: #989898;
    margin-left: 10px;
}

.w20 {
    width: 20%;
    margin-right: 2%;
}

.w40 {
    width: 40%;
    margin-right: 2%;
}

.w60 {
    width: 60%;
    margin-right: 2%;
}

.w80 {
    width: 80%;
}

.course-details .green-shadowed-btn {
    width: 200px;
}

.course-details .ck-content img {
    padding: 0;
    margin-right: 10px;
}

.booking-form {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgba(152, 152, 152, 0.5);
    box-sizing: border-box;
    max-height: 410px;
    overflow: hidden;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.booking-form.all {
    max-height: 5000px;
}

.heading {
    padding: 20px;
}

.heading-left,
.heading-right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.heading-right {
    width: 70%;
}

.heading .heading-left img,
.heading .heading-left span,
.remind img,
.remind span {
    vertical-align: middle;
}

.heading .heading-left span {
    color: #808080;
    font-size: 36px;
}

.remind {
    color: #ED145B;
    text-align: right;
}

.remind img {
    margin-right: 5px;
}

.remind.style2 {
    color: #EFAB38;
}

.remind.style2 span:first-of-type {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #CBCBCB;
}

.booking-form-container .form-group input,
.booking-form-container .form-group select,
.booking-form-container .form-group textarea {
    width: 100%;
    color: #6B6A69;
    background-color: #F5F5F5;
    padding: 3px;
    margin-top: 10px;
    border: 1px solid #B1B1B1;
    border-radius: 5px;
    box-sizing: border-box;
}

.booking-form-container .form-group select::-ms-expand {
    display: none;
}

.booking-form-container .form-group select {
     background: url(../images/appointment_select_arrow.png) no-repeat right #F5F5F5;
     background-position-x: 98%;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }

.booking-form-container .form-group input[type=phone] {
    display: inline-block;
    width: 70%;
}

.booking-form-container .form-group select[type=phone_prefix] {
    display: inline-block;
    width: 28%;
    margin-right: 2%;
}

.bfc-left,
.bfc-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
}

.bfc-container {
    margin-bottom: 40px;
}

.bfc-title {
    color: #ED145B;
    font-size: 22px;
    margin-bottom: 20px;
}

.bfc-subtitle {
    color: #808080;
    font-size: 13px;
}

.bfc-subtitle span span.hk_only {
    font-size: 11px;
}

.booking-form-container .form-group {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.w38 {
    width: 38%;
    margin-right: 2%;
}

.w48 {
    width: 48%;
    margin-right: 2%;
}

.w50 {
    width: 50%;
    margin-right: 2%;
}

.w58 {
    width: 58%;
    margin-right: 2%;
}

.w78 {
    width: 78%;
    margin-right: 2%;
}

.w100 {
    width: 100%;
}

.statement-input {
    visibility: hidden;
}

.statement-group {
    position: relative;
    margin-top: 10px;
}

.statement-group.style2 {
    display: inline-block;
}

.statement-group:nth-of-type(-n+4) {
    margin-right: 40px;
}

.statement-content {
    color: #6B6A69;
    font-size: 15px;
    margin-left: 10px;
}

.statement-content.style2 {
    color: #808080;
    font-size: 13px;
}

.statement-content a {
    color: #ED145B;
    text-decoration: underline;
}

.radio-group {
    margin-bottom: 20px;
}

label.statement {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #F5F5F5;
    padding: 0;
    border: 1px solid #B1B1B1;
    border-radius: 5px;
    box-sizing: border-box;
}

label.statement:after {
    content: '';
    display: inline-block;
    position: relative;
    opacity: 0.2;
    left: 3px;
    top: -1px;
    height: 12px;
    width: 12px;
    background: #6B6A69;
    cursor: pointer;
}

input[type=radio]:checked + label:after, input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.payment-container {
    display: table;
    width: 100%;
}

.pc {
    display: table-cell;
    vertical-align: top;
    background-color: #F5F5F5;
    padding: 20px;
    border-top: 1px solid rgba(152, 152, 152, 0.5);
    box-sizing: border-box;
}

.pc.left {
    width: 45%;
}

.pc.middle {
    width: 15%;
    border-left: 1px solid rgba(152, 152, 152, 0.5);
    border-right: 1px solid rgba(152, 152, 152, 0.5);
}

.pc.right {
    width: 40%;
}

.pc-title {
    color: #808080;
    font-size: 13px;
    margin-bottom: 10px;
}

.pc-deposit {
    color: #ED145B;
    font-size: 22px;
}

.pc.left img {
    vertical-align: middle;
    margin: 10px 0;
}

.pc.left img:nth-of-type(n+2) {
    margin-left: 10px;
}

.pc.right .green-shadowed-btn {
    width: 100%;
    margin-bottom: 10px;
}

.pc.right .green-shadowed-btn span {
    font-size: 20px;
    margin-right: 10px;
}

.pc.right .green-shadowed-btn span,
.pc.right .green-shadowed-btn img {
    vertical-align: middle;
}

.pc.right .pc-title {
    text-align: center;
}

.open-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #F5F5F5;
    padding: 5px 0;
    border-top: 1px solid rgba(152, 152, 152, 0.5);
}

.open-container .open-button {
    display: inline;
    color: #7E7F80;
    font-size: 15px;
    cursor: pointer;
}

.open-container .open-button:hover {
    opacity: 0.5;
    transition: all 0.2s ease 0s;
}

.open-container .open-button img {
    vertical-align: middle;
    margin-left: 5px;
}

select#course_timeslot option {
    color: #6B6A69;
}

select#course_timeslot.waiting-list,
select#course_timeslot option.waiting-list,
#deposit.waiting-list {
    color: #EFAB38;
}

.form-row {
    padding: 10px 0;
}

.flag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 23px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.flag:after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: 0;
    border-top: 23px solid transparent;
}

.flag.full,
.bar.full {
    background-color: #FF7B95;
}

.flag.full:after {
    border-left: 10px solid #FF7B95;
}

.flag.a-few-left,
.bar.a-few-left,
.green-shadowed-btn.waiting {
    background-color: #EFAB38;
}

.flag.a-few-left:after {
    border-left: 10px solid #EFAB38;
}

.bar {
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
}

#deposit-tips {
    display: none;
    color: #EFAB38;
    font-size: 13px;
}

#deposit-tips.show {
    display: block;
}

.testimonials {
    position: relative;
}

.owl-carousel.testimonials {
    padding: 20px 40px;
    box-sizing: border-box;
}

.owl-carousel.testimonials .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 4900;
}

.owl-carousel.testimonials .owl-nav .owl-prev,
.owl-carousel.testimonials .owl-nav .owl-next {
    width: 30px;
    position: absolute;
    top: -15px;
}

.owl-carousel.testimonials .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel.testimonials .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.testimonials .owl-nav .owl-prev img,
.owl-carousel.testimonials .owl-nav .owl-next img {
    margin: 0;
}

.owl-carousel.testimonials .octc-content {
    color: #808080;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.owl-carousel.testimonials .octc-content:before,
.owl-carousel.testimonials .octc-content:after {
    content: '"';
    color: #ED145B;
    font-size: 28px;
}

.owl-carousel.testimonials .octc-author {
    color: #ED145B;
    font-size: 14px;
    text-align: center;
}

.waiting-form {
    margin-bottom: 20px;
    border: 1px solid rgba(152, 152, 152, 0.5);
    border-top: none;
}
/*upcoming senimar*/
.card-container{
    margin-bottom: 20px;
    padding:20px;
    background-color: #ffffff;
    border-left: 10px solid #ED145B;
}
.card_header{
    color: #ED145B;
    font-weight: bolder;
    font-size:20px;
}

.card_sub{
    color: #ED145B;
    font-size:15px;
    margin-bottom: 10px;

}
.card_content{
    color: grey;
    /*font-size:10px;*/
    margin-bottom: 5px;
}
.card_content span{
    color: #ED145B;
    /*font-size:10px;*/
    margin-bottom: 10px;
}
.btn{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}
.btn .green-btn {
    margin-right: 20px;
    /*display: block;*/
    color: #fff;
    /*font-size: 15px;*/
    text-align: center;
    background: #ED145B;
    padding: 10px 60px 10px 60px;
    border-radius: 10px;
    /*box-shadow: 1px 1px 1px 1px #888888;*/
    cursor: pointer;
}

.btn .green-btn:nth-child(even){
    background-color: #ED145B;

}
/* pagination */
.pagination_container{
    text-align: center;
    margin-bottom: 20px;

}
.pagination {
    display: inline-block;
}

.pagination li {
    color: #b8b6b6;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
}
.pagination li:first-child{
    border: 1px solid;
    border-radius: 5px;
}
.pagination li:last-child{
    border: 1px solid;
    border-radius: 5px;
}
.pagination li.active {
    color: #ED145B;
    /*color: white;*/
    border-radius: 5px;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}


.sign_up_form{
    background-color: white;
    pading:10px;
}

.sign_up_form .form-errors{
    color:red;

}

.sign_up_form_container{
    padding: 40px;

}

.sign_up_form li{
    /*font-size: smaller;*/
    list-style-type: circle;
    list-style-position: inside;
}

.statement_word{
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: smaller;

}

#submit-btn{
    max-width: 30%;
    display: inline;
    box-shadow: none;
}
.others{
    position: relative;top:35px;
}

.nov{
    position: relative;left:40px
}