@charset "utf-8";
/* CSS Document */

* {box-sizing: border-box;}

img
{
border: 0px;
}

a{
	text-decoration: none;
	color:#264FA4;
}

a:hover{
	text-decoration: none;
	color:#84A7F9;
}

a:visited{
	text-decoration: none;
	color:#264FA4;
}

a.button, a.button:hover{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

	background-color: #00539C;
	color: #FFD662 !important;
    text-decoration: none;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	text-align: center;
}

em{
	font-size: 2vw;
}

body{
	margin:auto;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	color: #000000;
}

.anchor {
    display:block;
    padding-top:100px;
    margin-top:-100px;
 }


.header {
	z-index: 1;
    overflow: visible;
	display: flex;
	position: fixed;
	align-items: flex-end;
	top: 0;
	width: 100%;
	background-color: #ffffff;
}


.hamburger {
    float:left;
	width: 20%;
}

.logo {
    float:left;
	width: 50%;
	vertical-align: bottom;
}

.right_icons{
    float:left;
	width: 30%;
	vertical-align: bottom;
}
.fb_icon {
	float: right;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 30%;
}
.wc_icon {
	float: right;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 30%;
}
.em_icon {
	float: right;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 30%;
}

.menu {
	width: 0%;
	display: none;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	font-weight:bold;	
	padding-right: 30px;
	padding-left: 30px;
    float:left;
	width: 50%;	
	margin-bottom: 15px;
}


.menu a{
	color: #264FA4;
	padding-bottom: 5%;
	padding-right: 35px;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	font-weight:bold;	
	font-size: 1.5vw;
	text-decoration: none;
}
.menu a:hover{
	text-decoration: none;
	color: #84A7F9;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-title {
	color: #264FA4;
	padding-bottom: 5%;
	padding-right: 35px;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	font-weight:bold;	
	font-size: 1.5vw;
	text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: left;
  font-size: 1vw;
	z-index: 1;
}

.dropdown-content a {
	color: #264FA4;
	/*color:#4F276C;*/
  padding: 5px 16px;
  text-decoration: none;
  display: block;
	font-size: 1vw;
}

.dropdown-content a:hover {
	/*background-color: #ddd;*/
	text-decoration: none; 
	color: #84A7F9;
	/*color:#4F276C;*/}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}








/*sidebar*/

.openbtn {
  font-size: 35px;
  cursor: pointer;
  background-color: #ffffff;
  color: black;
  padding: 10px 15px 10px 10px;
  border: none;
}

.openbtn:hover {
  background-color: #ffffff;
}

.sidebar {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.90);
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0;
}

.sidebar a, .sidebar a:visited, .sidebar a:hover {
  text-decoration: none;
}
/*
.sidebar_logo{
	float: left;
	width: 60%;
	text-align: left;
}
.sidebar_cross{
	float: left;
	width: 100%;
	text-align: right;
	padding: 14px;
}
*/

.sidebar .closebtn {
  position: absolute;
  right: 20px;
  font-size: 60px;
  text-decoration: none;
  color: #CCEEFF;
  transition: 0.3s;
}


.sidebar_container {
  position: relative;
  top: 7%;
  width: 100%;
  text-align: center;
  margin-top: 5%;
}


a.sidebar_main{
  display:block;
  padding: 8px 5px;
  font-size: 30px;
  width: 100%;
  text-decoration: none;
  transition: 0.3s;
  color: #CCEEFF;
  transition: 0.3s;
}

a.sidebar_sub {
  display: block;
  padding: 8px 5px;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #f2f2f2;
  transition: 0.3s;
}


/* sidebar dropdown */

.sidebar_dropdown {
  height: 0px;
	overflow:hidden;
  transition: height 1s;
}

.sidebar_dropdown_main{
  padding: 8px 5px;
  text-align: center;
  font-size: 30px;
  width: 100%;
}

.sidebar_dropdown_main a {
  text-decoration: none;
	color: #CCEEFF;
  transition: 0.3s;
}

hr.sidebarline {
  border-top: 1px solid #CCEEFF;
  width: 90%;
}

a.sidebar_bottom{
  display:block;
  padding: 15px 5px;
  font-size: 30px;
  width: 100%
  text-decoration: none;
  transition: 0.3s;
  text-decoration: none;
  color: rgba(255,247,179,1.00);
  transition: 0.3s;
}


/* Wechat code*/

#myWcCode {
	display: none;
}

.wcCode {
	display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.90);
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0;
	text-align: center;
	color: #f2f2f2;
  font-size: 4vw;
}

.wcCode .closebtn {
  position: relative;
	float: right;
  right: 5%;
  text-decoration: none;
  transition: 0.3s;
	color: #f2f2f2;
  font-size: 15vw;
}

.wcCode_container {
  position: relative;
  width: 100%;
  text-align: center;
}
	
.wcCode_container > Img {
	max-width: 100%;
	height: auto;
	margin-top: 10%
}

/* Terms and condition alert */

.tcAlert {	
	display: none;
}

.tcAlert_text {
	position: relative;
	background-color: #FFDDDE;
	color: #B50003;
	padding: 1%;
	margin-bottom: 3%;
}

.triangle {
	margin-top: -15px;
    width         : 0;
    height        : 0;
    border-left   : 7px solid transparent;
    border-right  : 7px solid transparent;  
    border-bottom : 10px solid #FFDDDE; 
}

/*
.tcAlert {
	display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.90);
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0;
	text-align: center;
	color: #f2f2f2;
  font-size: 4vw;
}

.tcAlert .closebtn {
  position: relative;
	float: right;
  right: 5%;
  text-decoration: none;
  transition: 0.3s;
	color: #f2f2f2;
  font-size: 15vw;
}

*/


#main {
/*sidebar*/
  transition: margin-left .5s;
}




#content_main{
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
}

#content_main a:hover {
	color:#84A7F9;
}


#content_main  h1 {
	color:#264FA4;
	font-size: 6vw;
	font-weight: bolder;
	float:left;
	width: 100%;
	text-align: center;
}

#content_main  h2 {
	font-size: 5.5vw;
	font-weight:bold;
	text-align: center;
}

#content_main  h3 {
	font-size: 4vw;
	text-align: center;
}

#content_main  p {
	font-size: 4vw;
	text-align: left;
}


.content_body {
	overflow: auto;
	text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
}


.content_whyus_item {
	width: 100%;
}
.content_whyus_icon {
	float: left;
	padding-top: 5px;
	width: 10%;
}

.content_whyus_icon > img {
	width: 60%;
}

.content_whyus_content {
	float: left;
	font-size:4vw;
	padding: 7px 2px;
	vertical-align: top;
	text-align: left;
	width: 90%;
}

.content_contact {
	width: 100%;
	text-align: center;
}

.content_contact_item {
    float: left;
	width: 100%;
}
.content_contact_itemname {
	float: left;
	width: 40%;
	font-weight: bold;
	padding-left: 5%;
}
.content_contact_itemvalue {
	float: left;
	width: 60%;
}

.content_map {
	width: 100%;
	text-align: center;
}

.content_map > iframe {
	width: 100%;
	height: 300px;
}


/* Format Forms */

.content_enquiryform {
    float: left;
	width: 100%;
	padding: 0 3%;
	background-color: #F9F9F9;
	color: #000000;
	margin: auto;
}

.content_enrolmentform {
    float: left;
	width: 100%;
	padding: 0 5%;
	color: #000000;
	margin: auto;
}

.enrolmentform_title {
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 2%;
}

#enquiry_form {
	width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFD662;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFD662;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFD662;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 50px #00539C inset !important;
    -webkit-text-fill-color: #f2f2f2 !important;
}

#program, #first_priority, #second_priority, #how, #about_enquiry, #experience {
	width:100%;
	font-size:4vw;
	background-color: #00539C;
	color: #FFD662;
	margin-bottom: 3%;
	padding: 2%;
	-webkit-appearance: none;
}

.gendercontainer {
	overflow: auto;
	width: 100%;
	font-size: 4vw;
	margin-bottom: 2%;
}

.gendertitle {
	float: left;
	width: 25%;
	font-size: 5vw;
	font-weight: bold;
	margin-top: 10px;
}

/*.gendercontainer > label {*/
#gender_malelabel {
	float: left;
	overflow: hidden;
	width:36.5%;
	font-size:4vw;
	background-color: #00539C;
	color: #FFD662;
	margin-bottom: 3%;
	padding: 2%;
	margin-left: 1%;
}
#gender_femalelabel {
	float: left;
	overflow: hidden;
	width:36.5%;
	font-size:4vw;
	background-color: #00539C;
	color: #FFD662;
	margin-bottom: 3%;
	padding: 2%;
	margin-left: 1%;
}


.dobcontainer {
	font-size: 5vw;
	margin-bottom: 2%;
}

.dobtitle {
	float: left;
	width: 25%;
	font-weight: bold;
	margin-top: 10px;
}

#dob_d, #dob_m, #dob_y {
	float: left;
	width:24%;
	font-size: 4vw;
	background-color: #00539C;
	color: #FFD662;
	margin-bottom: 3%;
	padding: 2%;
	margin-left: 1%;
	-webkit-appearance: none;
}

#fname, #lname, #school, #class, #pfname, #plname, #phone, #email,
#fname_enquiry, #lname_enquiry, #phone_enquiry, #email_enquiry{
	width: 100%;
	font-size: 4vw;
	background-color: #00539C;
	color: #f2f2f2;
	margin-bottom: 3%;
	padding: 2%;
	-webkit-appearance: none;
}

#message, #message_enquiry {
	width: 100%;
	height: 30%;
	font-size: 3vw;
	background-color: #00539C;
	color: #f2f2f2;
	margin-bottom: 3%;
	padding: 2%;
	-webkit-appearance: none;
}

#enrol_submit, #send_enquiry {
	background-color:#00539C;
	color:#f2f2f2;
	font-weight:bold;
	font-size:4vw;
	padding: 3%;
	border: none;
	margin-top: 1%;
	margin-bottom: 2%;
	cursor: pointer;
	-webkit-appearance: none;
}

#send_enquiry {
	float: right;
}

.g-recaptcha_container {
	font-size: 3vw;
	color:#929292;
}
.g-recaptcha_container a{
	color:#93DEFD;
}
.grecaptcha-badge { 
    visibility: hidden;
}

/*
.g-recaptcha {
    transform:scale(0.5);
    transform-origin:0 0;
}
*/
.normalfield{
	margin: 0;
 	border: 4px solid #00539C;
	border-radius: 5px;
	resize: none;
  
  	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
  
}
.redfield{
	margin: 0;
 	border: 4px solid #F00;
	border-radius: 5px;
	resize: none;
  
  	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    box-sizing: border-box;
  
}





.sidephoto{
	width: 100%;
}

.sidephoto > img{
	width: 100%;
}

.sidecontent{
	width: 100%;
}

.sidecontent_item {
    float: left;
	width: 100%;
	padding-left: 5%;
}
.sidecontent_itemname {
	float: left;
	width: 30%;
	font-weight: bold;
}
.sidecontent_itemvalue {
	float: left;
	width: 70%;
}

#bottom {
	width: 100%;
	margin:auto;
  	text-align: center;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#bottom_banner {
	width: 750px;
  	text-align: right;
	padding-right:15px;
}
#bottom_banner a{
	outline:none;
}

#bottom_logo_container{
	overflow: auto;
	text-align: center;
	width: 100%;
}
.bottom_logo {
}

.bottom_logo > img {
	margin: 10px 10px;
}

#bottom_nav {
	display: none;
	width: 100%;
  	text-align: center;
	padding-top:15px;
	overflow: hidden;
	margin-bottom: 1%;
}


#bottom_nav a{
	color: #264FA4;
	padding-bottom: 3%;
	padding-right: 15px;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;	
	font-size: 1.2vw;
	font-weight: bold;
	text-decoration: none;
}

#bottom_nav a:hover{
	text-decoration: none;
	color: #84A7F9;
}




#footer_copyright {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  font-size: 3vw;
}

#chinese {
	font-family:"微軟正黑體", "新細明體", "Times New Roman";
}

#note {
	font-size:9px;
	font-style:italic;
}

.errortext {
	color: #F00;
}

.note{
	font-size:10px;
	font-style:italic;
}


#terms {
	width: 100%;
	height: 250px;
	background-color: #F5F5F5;
    padding: 10px;
    margin: 0px;
	overflow:scroll;
	font-size:2vw;
	font-family:Verdana, Geneva, sans-serif;
}

#terms_chi {
	width: 100%;
	height: 250px;
	background-color: #F5F5F5;
    padding: 10px;
    margin: 0px;
	overflow:scroll;
	font-size:2vw;
	font-family: "微軟正黑體", "Microsoft JhengHei",  Tahoma , Verdana , Arial , sans-serif;
}

/* Top photo */

.topphoto{
	width: 100%;
  position: relative;
  margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

.topphoto_image{
	width: 100%;
}


.topphoto_enrolimage{
	width: 100%;
}


.topphoto_textcontainer {
  background-color: rgba(0,0,0,0.4);
}

.topphoto_enroltext {
	background-color: rgba(0,0,0,0.60);
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;
	  height: 100%;
}

.topphoto_enroltextcontainer {
	margin-top: 15%;
}

.topphoto_textcontainer h1, .topphoto_enroltextcontainer h1 {	
  display: none;
  padding: 10px 12px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.topphoto_textcontainer p {		
  font-size: 5vw;
  font-weight: bold;
  padding: 10px 12px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.topphoto_enroltextcontainer p {		
  font-size: 6vw;
  font-weight: bold;
  padding: 10px 12px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}


.topphoto_abouttext, .topphoto_locationtext, .topphoto_contacttext, .topphoto_juniortext, .topphoto_adulttext, .topphoto_schooltext, .topphoto_enroltext {
  color: #f2f2f2;	
  position: absolute;
  width: 100%;	
  bottom: 0px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* Coaching Program Icons */

	.programicon_group {
		padding: 0;
	}

.programicon {
	float:left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

img.programicon_image {
	width: 100%;
}

.programicon_textcontainer {	
  font-size: 8vw;
  font-weight: bold;
  padding: 10px 12px;
  text-align: center;
  margin-top: 15%;
  margin-bottom: 0px;
 /* padding-top: 20%; */
	
	
}


.programicon_text {	
	background-color: rgba(0,0,0,0.4);
	color: #f2f2f2;	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	cursor: pointer;

	
	
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
	
}

/* Slider */
.mySlides {display: none;}


/* Slideshow container */
.slideshow-container {
/* max-width: 1000px;*/
  position: relative;
  margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-size: 18px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

a.prev:hover, a.next:hover {
  text-decoration: none;
  color: #FFFFFF;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover{
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


img.slide1 {width:100%;}
img.slide2 {width:100%;}
img.slide3 {width:100%;}
img.slide4 {width:100%;}


/* Caption text */
.slidetext1 {
  color: #f2f2f2;	
  position: absolute;
  width: 100%;	
  bottom: 0px;
	cursor: pointer;
	
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.slidetext1 p{		
  background-color: rgba(0,0,0,0.4);
  font-size: 5vw;
  font-weight: bold;
  padding: 15px 12px;
  text-align: center;
  margin-bottom: 0px;
}

.slidetext2 {
  color: #f2f2f2;	
  position: absolute;
  width: 100%;	
  bottom: 0px;
	cursor: pointer;
	
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
	
}

.slidetext2 p{		
  background-color: rgba(0,0,0,0.4);
  font-size: 4vw;
  font-weight: bold;
  padding: 15px 12px;
  text-align: center;
  margin-bottom: 0px;
}


.slidetext3 {
  color: #f2f2f2;	
  position: absolute;
  width: 100%;	
  bottom: 0px;
	cursor: pointer;
	
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.slidetext3 p{		
  background-color: rgba(0,0,0,0.4);
  font-size: 4vw;
  font-weight: bold;
  padding: 15px 12px;
  text-align: center;
  margin-bottom: 0px;
}


.slidetext4 {
  color: #f2f2f2;	
  position: absolute;
  width: 100%;	
  bottom: 0px;
	cursor: pointer;
	
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.slidetext4 p{		
  background-color: rgba(0,0,0,0.4);
  font-size: 4vw;
  font-weight: bold;
  padding: 15px 12px;
  text-align: center;
  margin-bottom: 0px;
}

/* For Tablet */

@media only screen and (min-width: 600px) and (max-width: 799px) {
	
	.fb_icon {
		padding-right: 15px;
	}
	.wc_icon {
		padding-right: 15px;
	}
	.em_icon {
		padding-right: 15px;
	}
	
	
	
	.slideshow-container {
	  margin-top: 150px;
	}
	
	.topphoto {
		margin-top: 150px;
	}
	
	
	
}


/* For Desktop */
@media only screen and (min-width: 800px) {

	.hamburger {width: 0%;display: none;}	
	.logo {width: 30%;}
	.menu {width: 50%; display: block; }
	.right_icons {width: 20%}
	
em{
	font-size: 1vw;
}
	.fb_icon {
		padding: 15px;
		width: 30%;
	}
	.wc_icon {
		padding: 15px;
		width: 30%;
	}
	.em_icon {
		padding: 15px;
		width: 30%;
	}

	
	.header {
		position: relative;
	}
	
	
	.topphoto {
		margin-top: 10px;
	}
	
	.topphoto_abouttext {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;
	  top: 0px;
	}
	
	.topphoto_locationtext {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  top: 100px;
	}
	
	.topphoto_contacttext {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  top: 100px;	
	}
	
	.topphoto_juniortext {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  top: 0px;	
	}
	
	.topphoto_adulttext {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  top: 0px;	
	}
	
	.topphoto_schooltext {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  top: 40px;	
	}
	
	.topphoto_enroltext {
	}
	
	.topphoto_enroltextcontainer {	
	  margin-top: 7%;
	}
	
	.topphoto_enroltextcontainer p {		
	  font-size: 2.5vw;
	  font-weight: normal;
	  padding: 20px 12px;
	  text-align: center;
	  margin-top: 0px;
	}
	.topphoto_enroltextcontainer h1 {
		display: block;
		font-size: 4vw;
	}
		
	.topphoto_textcontainer {	
	  margin-top: 0px;
	}
	
	.topphoto_textcontainer p {		
	  font-size: 2.5vw;
	  font-weight: normal;
	  padding: 20px 12px;
	  text-align: center;
	  margin-top: 0px;
	}
	.topphoto_textcontainer h1 {
		display: block;
		font-size: 4vw;
	}
	
		
	.topphoto_title {		
	  font-size: 4vw;
	}
	
	img.topphoto_image{
	  object-fit: cover;
	  object-position: 0 0;

	  width: 100%;
	  height: 600px;
	}
	
	img.topphoto_enrolimage{
	  object-fit: cover;
	  object-position:center;

	  width: 100%;
	  height: 300px;
	}
	
	.programicon_group {
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.programicon {	
		width: 46%;
		position: relative;
		margin: 2%;
	}

	
	.programicon_textcontainer {	
	  font-size: 3.5vw;
	}
	
	
	.slideshow-container {
		margin-top: 10px;
	}
	
	a.prev, a.next {
		font-size: 36px;
	}
	
	img.slide1{
	  object-fit: cover;
	  object-position: 0 0;

	  width: 100%;
	  height: 600px;
	}
	img.slide2{
	  object-fit: cover;
	  object-position: 0 0px;

	  width: 100%;
	  height: 600px;
	}
	img.slide3{
	  object-fit: cover;
	  object-position:0 0;

	  width: 100%;
	  height: 600px;
	}
	img.slide4{
	  object-fit: cover;
	  object-position: 0 0px;

	  width: 100%;
	  height: 600px;
	}

	/* Caption text */
	.slidetext1 {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  top: 40px;
	}
	
	.slidetext1 p {		
	  background-color: rgba(0,0,0,0.4);
	  font-size: 3vw;
	  padding: 20px 12px;
	  text-align: center;
	  margin-top: 0px;
	  color: #f2f2f2;
	  width: 100%;
	}
	
	.slidetext2 {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  top: 150px;
	}
	
	.slidetext2 p{		
	  background-color: rgba(0,0,0,0.4);
	  font-size: 3vw;
	  padding: 20px 12px;
	  text-align: center;
	  margin-top: 0px;
	}
	
	.slidetext3 {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  bottom: 120px;	
	}
	
	.slidetext3 p{		
	  background-color: rgba(0,0,0,0.4);
	  font-size: 3vw;
	  padding: 20px 12px;
	  text-align: center;
	  margin-bottom: 0px;
	}
	
	.slidetext4 {
	  color: #f2f2f2;	
	  position: absolute;
	  width: 100%;	
	  top: 200px;
	}
	
	.slidetext4 p{		
	  background-color: rgba(0,0,0,0.4);
	  font-size: 3vw;
	  padding: 20px 12px;
	  text-align: center;
	  margin-top: 0px;
	}
	
	
	#content_main h1 {
		font-size:3.5vw;
	}

	#content_main h2 {
		font-size:2.5vw;
	}
	
	#content_main h3 {
		font-size:1.5vw;
	}

	#content_main p {
		font-size:1.5vw;
	}
	

	
	.content_body{
		position: relative;
		overflow: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 30px;
	}
	

	.content_whyus_icon > img{
		width: 30%;
	}
	
	.content_whyus_content{
		font-size:2vw;
		padding-top: 10px;
	}
	
	.content_contact{
		width: 60%;
		margin: 0 20%;
	}
	
	
	.content_map {
		width: 60%;
		margin-right: 20%;
		margin-left: 20%;
	}
	
	.content_map > iframe {
		height: 600px;
	}
	
	
	
	.content_enquiryform{
		width: 60%;
		margin: 0 20%;
	}
	
	.content_enrolmentform{
		width: 70%;
		margin: 0 15%;
	}
	
	.enrolmentform_title {
		font-size: 2vw;
		font-weight: bold;
		text-align: center;
		margin-top: 5%;
		margin-bottom: 2%;
	}
	
	#program {
		float: left;
		width: 100%;
		font-size: 2vw;
	}
	#first_priority{
		float: left;
		width: 48%;
		font-size: 1.5vw;
	}
	#second_priority{
		float: left;
		width: 48%;
		font-size: 1.5vw;
		margin-left: 4%;
	}

	.gendercontainer {
		overflow: auto;
		width: 100%;
	}
	
	.gendertitle {
		width: 16%;
		font-size: 2vw;
		font-weight: bold;
		margin-top: 20px;
	}
	
	/*.gendercontainer > label{*/
	
	#gender_malelabel {
		width: 30%;
		font-size: 2vw;	
		
		margin-left: 2%;
		margin-right: 2%;
	}
	#gender_femalelabel {
		width: 30%;
		font-size: 2vw;	
		
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.dobcontainer {
		overflow: auto;
		width: 100%;
	}

	.dobtitle {
		width: 16%;
		font-size: 2vw;
		font-weight: bold;
		margin-top: 20px;
	}

	#dob_d, #dob_m, #dob_y {
		width:18.7%;
		font-size:2vw;
		margin-left: 2%;
		margin-right: 2%;
	}

	#fname, #fname_enquiry {
		float: left;
		width: 48%;
		font-size: 2vw;
	}

	#lname, #lname_enquiry {
		float: left;
		width: 48%;
		font-size: 2vw;
		margin-left: 4%;
	}

	#school {
		float: left;
		width: 48%;
		font-size: 2vw;
	}

	#class {
		float: left;
		width: 48%;
		font-size: 2vw;
		margin-left: 4%;
	}

	#pfname {
		float: left;
		width: 48%;
		font-size: 2vw;
	}

	#plname {
		float: left;
		width: 48%;
		font-size: 2vw;
		margin-left: 4%;
	}

	#phone, #phone_enquiry {
		float: left;
		width: 48%;
		font-size: 2vw;
	}

	#email, #email_enquiry {
		float: left;
		width: 48%;
		font-size: 2vw;
		margin-left: 4%;
	}

	#how, #about_enquiry, #experience {
		float: left;
		width: 100%;
		font-size: 2vw;
	}

	#message, #message_enquiry {
		width: 100%;
		height: 30%;
		font-size: 2vw;
	}

	#terms {
		font-size:1vw;
	}
	#terms_chi {
		font-size:1.5vw;
	}
	
	
	#enrol_submit, #send_enquiry {
		font-size:2vw;
		padding: 2%;
	}

	.triangle {
		margin-top: -25px;
	}
	
	.g-recaptcha_container {
		font-size: 1.5vw;
	}
/*	
	.g-recaptcha {
		transform:scale(0.9);
		transform-origin:0 0;
	}
*/	
	.sidephoto{
		float: left;
		width: 35%;
	}

	.sidecontent{
		float: left;
		width: 65%;
	}

	.sidecontent_item p{
		padding-top: 0px;
		margin-top: 0px;
		margin-bottom: 5.5%;
	}
	.sidecontent_itemname{
		float: left;
		width: 20%;
	}

	.sidecontent_itemvalue{
		float: left;
		width: 80%;
	}

	
	
	#bottom_nav {
		display: block;
		font-size: 1vw;
	}
	
	#footer_copyright {
		font-size: 1vw;
	}
}




