<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Site overall CSS setting */

@font-face {
	font-family: KPayFutura;
	src: url(../fonts/FuturaStdBook.ttf);
}

html,
body {
    height: 100%;
}

body {
    padding-top: 100px; 
	background-color: RGBA(255,255,255,1);
}

.navbar-custom{
	height: 90px;
	background-color: RGBA(255,255,255,0);
}

footer{
	min-height: 300px;
	background-color: #3D4543;
	color: #8B919B;
	padding-top: 10px;
}

main{
	background-color: RGBA(250,250,250,0.0);
	min-height: calc(100% - 300px);
	
}

main sup{
	color: #666666;
}

#bs-example-navbar-collapse-1{}
	#bs-example-navbar-collapse-1 li a{
		color: #3e4644;
		font-weight: 400;
		font-size: 1.2rem;
	}
	
	#bs-example-navbar-collapse-1 li a:hover{
		color: RGBA(255,163,26,1);
		font-weight: bold;
	}
	
	#bs-example-navbar-collapse-1 li a.navActive{
		color: RGBA(255,163,26,1);
		font-weight: 600;
		text-decoration: underline;
	}
	
img.navbaricon{
	max-width: 22px;
	max-height: 22px;
}
	
section{
}
	@media (max-width:767px) {
		section{
			padding-top: 50px;
			padding-bottom: 50px;
		}
	}

	@media (min-width:768px) {
		section{
			padding-top: 50px;
			padding-bottom: 50px;
		}
	}

h1.pageHeader{
}

main ul li{
	list-style:none;
	padding-top: 20px;
}
main ul li::before{
	content: '';
	display: inline-block;
	height: 1rem;
	width: 1rem;
	background-image: url("../images/test/bullet.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -21px;
	vertical-align: top;
    margin-top: 3px;
}

li.noMark::before {
	display: none;
}

/* Whatsapp Button Related (Redundant Soon) */
#whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999999;
}
	@media (max-width:767px) {
		#whatsapp-float{
			bottom: 20px;
			right: 20px;
		}
	}

	@media (min-width:768px) {
		#whatsapp-float{
			bottom: 40px;
			right: 40px;
		}
	}

#whatsapp-content{
	margin-top:12px;
}

/* Float Buttons Related (Whatsapp Button, Enquiry Button, Livechat Button)*/
.float-button {
    position: fixed;
    height: 60px;
    color: #FFF;
	border-radius: 30px;
    text-align: center;
    font-size: 1.5rem;
	line-height: 60px;
    
    z-index: 9999999;
	vertical-align: middle;
	cursor: pointer;
}
.float-content{
	font-size: 1rem;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	display: inline-block;
}
	
#float-trigger {	width: 60px;	opacity:1; background-color: RGBA(255,163,26,1);}
#float-whatsapp {	width: 160px;	opacity:0; bottom: 20px; right: 20px; background-color: #2D9191;}
#float-livechat {	width: 160px;	opacity:0; bottom: 20px; right: 20px; background-color: #FA6437;}
#float-enquiry {	width: 160px;	opacity:0; bottom: 20px; right: 20px; background-color: #252B29;}
	@media (max-width:767px) {
		#float-trigger {bottom: 20px; right: 20px;}
	}

	@media (min-width:768px) {
		#float-trigger {bottom: 40px; right: 40px;}
	}


/* Lang Related */
#lang_control{
	min-width: 120px;
    margin-top: -10px;
}
	#lang_control div.langContainer{
		min-width: 80px;
		min-height: 40px;
		max-width: 80px;
		max-height: 40px;
		text-align: center;
		vertical-align: middle;
		background-color: RGBA(242,242,242,1);
		display: inline-block;
		border-radius: 20px;
		position: relative;
	}

	#lang_control div.lang_button{
		min-width: 32px;
		min-height: 32px;
		max-width: 32px;
		max-height: 32px;
		line-height: 32px;
		text-align: center;
		vertical-align: middle;
		color: RGBA(181,176,181,1);
		font-size: 0.8em;
		position: absolute;
		border-radius: 16px;
		top: 4px;
	}
	
	#lang_control div.lang_button:hover{	}
	#lang_control div.select_zhHK{ left: 4px;	}
	#lang_control div.select_enHK{ right: 4px;	}
	
	.lang_selected{
		background-color: RGBA(255,163,26,1);
		color: RGBA(255,255,255,1)!important;
	}

	.lang_enHK{		
		display: none;
		font-family: KPayFutura;
	}
	.lang_zhHK{	
		display: initial;	
		font-family: KPayFutura;		
	}



/* Submenu Tree Related */
	
.submenutree{
}

.submenuBlock{
	text-align:center;
}

	
	@media only screen and (max-width:767px) {
		.submenuBlock{
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.submenuTitle{
			font-size: 1.3rem;
		}
		.submenuBlock img{
			border-radius: 50px;
			max-width: 50%;
			max-height: auto;
		}
	}
	@media only screen and (min-width:768px) {
		.submenuBlock{
			
		}
		.submenuTitle{
			font-size: 1.2rem;
		}
		.submenuBlock img{
			max-width: 150px;
			max-height: 150px;
			border-radius: 50px;
		}
	}


/* Footer Related*/
@media (max-width:767px) {
	.footerBlock{
	    margin-bottom: 30px;
	}
}

@media (min-width:768px) {
}

.footer-brand {
	background-image: url(../images/general/logoweb_white.svg);
	background-repeat: no-repeat;
	background-size: 80px 30px;
	float: left;
	height: 30px;
	width: 80px;
	padding: 15px 0px;
	font-size: 18px;
	line-height: 20px;
}

footer h4{
	color: RGBA(255,255,255,1);
}

footer h4 a{
	color: RGBA(255,255,255,1);
	text-decoration: none;
}

footer h6{
	color: RGBA(255,255,255,1);
}

footer h6 a{
	color: RGBA(159,163,162,1);
}
footer .footContent{
	padding-left: 15px;
}

footer .footContent a{
	text-decoration: none;
}

footer h5{
	font-size: 1.5rem;
}

footer i{
	color: RGBA(255,255,255,1);
}

footer .footCopyright{
	padding-top: 10px;
	font-size: 0.75rem;
}




#partners{display:none;}












/* Intro Section*/

#intro_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	background-color: RGBA(250,250,250,0);
	background-image: url("../images/test/graphic-08.png");
	background-size: 300px 300px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 0px;
}

#intro_1{
	background-color: RGBA(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
	
}
	@media only screen and (max-width:767px) {
	#intro_1{
		width: 100%;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	}
	@media only screen and (min-width:768px) {
	#intro_1{
		width: 330px;
		float: right;
		padding-left: 0px; 
		padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#intro_1{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#intro_1{
		width: 540px;
	}
	}

#intro_1 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#intro_1 h2{
	font-size: 1.5rem;
}

#intro_slideButton{
	font-size: 1.2rem;
	background-color: #3D4543;
	color: RGBA(255,255,255,1);
	height: 76px;
	width: 332px;
	border-radius: 10px;
	line-height: 76px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("../images/test/home_application.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	#intro_slideButton label{
		cursor: pointer;
		margin-left: 40px;
	}

#intro_slideButton:hover{
	font-size: 1.5rem;
}
	
#intro_2{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}

	#intro_2 .imageContainer{
		background-size: auto 100%, cover;
		background-image: url("../images/test/home_main.svg"), url("../images/test/FFS46932fr.jpg") ;
		background-repeat: no-repeat, no-repeat;
		min-height: 500px;
		background-position: left center, right center;
	}
	
#intro_2a{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;	
}
	#intro_2a div.col-xs-12{
		overflow-x: hidden; 
		overflow-y: hidden; 
		
		padding-right:0px;
	}


	#intro_2a .imageContainer{
		background-size: auto 100%, cover;
		background-image: url("../images/test/home_main.svg"), url("../images/test/FFS46932fr.jpg") ;
		background-repeat: no-repeat, no-repeat;
		min-height: 500px;
		background-position: left center, 95% center;
	}

@media only screen and (max-width:767px) {
	#intro_2{ display: none;}
	#intro_2a{display: block;}
}
@media only screen and (min-width:768px) {
	#intro_2{ display: block;}
	#intro_2a{display: none;}
}

#intro_3{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
	#intro_3 h6{
		font-size: 1.2rem;
		font-weight: bold;
		color: RGBA(255,163,26,1);
	}

	.intro_tnc{
		font-size: 0.75rem;
		color: #666666;
	}



#intro_10{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	margin-top: 50px;
}

#intro_11{
	background-color: RGBA(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
}
	@media only screen and (max-width:767px) {
	#intro_11{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#intro_11{
		width: 330px;
		float:left;
		padding-left: 0px; padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#intro_11{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#intro_11{
		width: 540px;
	}
	}

#intro_11 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#intro_12{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}

	#intro_12 .imageContainer{
		background-size: cover;
		background-image: url("../images/test/FFS46910fr.jpg");
		background-repeat: no-repeat;
		min-height: 500px;
		background-position: right center;
	}

#intro_20{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 50px;
	overflow: hidden;
}
	#intro_20 div{
		padding-left: 0px;
		padding-right: 0px;
	}


#intro_20 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
	padding-bottom: 20px;
}

#intro_20 h3{
	font-size: 1.25rem;
	font-weight: bold;
}

#intro_21{
	
}

#intro_21 div.row{
	padding-top: 20px;
	padding-bottom: 20px;
}

.intro_21_preicon{
    height: 40px;
	width: 40px;
	background-color: RGBA(255,163,26,1);
	border-radius: 20px;
    text-align: center;
    font-size: 1.2rem;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 10px;
}
	.intro_21_preicon i{
		margin-left: -4px;
		color: RGBA(255,255,255,1);
	}



#intro_banner{
	background-size: cover;
	background-image: url("../images/test/FFS46911fr.jpg");
	background-repeat: no-repeat;
	min-height: 500px;
	background-position: center center;
}




/* Coming Soon Section*/
#comingsoon_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 30px;
}

#comingsoon_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
}

#comingsoon_1{
	background-color: RGBA(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
}
	@media only screen and (max-width:767px) {
	#comingsoon_1{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#comingsoon_1{
		width: 330px;
		float:right;
		padding-left: 0px; padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#comingsoon_1{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#comingsoon_1{
		width: 540px;
	}
	}

#comingsoon_1 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#comingsoon_2{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}
	
	#comingsoon_2 .imageContainer{
		background-size: auto 100%, cover;
		background-image: url("../images/test/home_main.svg"), url("../images/test/FFS46932fr.jpg") ;
		background-repeat: no-repeat, no-repeat;
		min-height: 500px;
		background-position: left center, right center;
	}

#comingsoon_2a{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;	
}
	#comingsoon_2a div.col-xs-12{
		overflow-x: hidden; 
		overflow-y: hidden; 
		
		padding-right:0px;
	}


	#comingsoon_2a .imageContainer{
		background-size: auto 100%, cover;
		background-image: url("../images/test/home_main.svg"), url("../images/test/FFS46932fr.jpg") ;
		background-repeat: no-repeat, no-repeat;
		min-height: 500px;
		background-position: left center, 95% center;
	}

@media only screen and (max-width:767px) {
	#comingsoon_2{ display: block;}
	#comingsoon_2a{display: none;}
}
@media only screen and (min-width:768px) {
	#comingsoon_2{ display: block;}
	#comingsoon_2a{display: none;}
}




/* Feature Section */
#features{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}

#features_0{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}


#features h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
}
#features_banner{
	background-size: cover;
	background-image: url("../images/test/FFS46912fr.jpg");
	background-repeat: no-repeat;
	min-height: 500px;
	background-position: center center;
}

/* Various Payment Section */
#various{
	background-color: RGBA(255,255,255,1);
}
#various h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#various h3{
	font-size: 1.25rem;
	font-weight: bold;
}

#various ul{
	vertical-align: middle;
}

#various_1{
	text-align: center;
}
	
@media only screen and (max-width:767px) {
#various_1 video{
	width: 240px;
	height: 240px;
}
}
@media only screen and (min-width:768px) {
#various_1 video{
	width: 320px;
	height: 320px;
}
}
@media only screen and (max-width:767px) {
#various_2{
	min-height: 10px;
}
}
@media only screen and (min-width:768px) {
#various_2{
	min-height: 320px;
}
}

#various_2 li{
	list-style:none;
	padding-top: 20px;
}
#various_2 li::before{
	content: '';
	display: inline-block;
	height: 1rem;
	width: 1rem;
	background-image: url("../images/test/bullet.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -21px;
}

/* Flexible Section*/
#flexible_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
}

#flexible_1{
	background-color: RGBA(255,255,255,1);
	padding-top: 0px;
	padding-bottom: 0px;
}
	@media only screen and (max-width:767px) {
	#flexible_1{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#flexible_1{
		width: 330px;
		float:right;
		padding-left: 0px; padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#flexible_1{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#flexible_1{
		width: 540px;
	}
	}

#flexible_1 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#flexible_2{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}

	#flexible_2 .imageContainer{
		background-size: auto 100%, cover;
		background-image: url("../images/test/home_main.svg"), url("../images/test/FFS46948fr.jpg") ;
		background-repeat: no-repeat, no-repeat;
		min-height: 500px;
		background-position: left center, right center;
	}




/* Payment Channels Section*/

#channels_0{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}
	#channels_0 div{
		padding-left: 0px;
		padding-right: 0px;
	}

#channels{
	background-color: RGBA(255,255,255,1);	
}
#channels h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
	padding-bottom: 20px;
}

#channels h3{
	font-size: 1.25rem;
	font-weight: bold;
}

#channels_1{
	
}

#channels_1 div.row{
	padding-top: 20px;
	padding-bottom: 20px;
}


#channels_banner{
	background-size: cover;
	background-image: url("../images/test/FFS47004fr.jpg");
	background-repeat: no-repeat;
	min-height: 500px;
	background-position: center center;
}

.channels_image{
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.channels_image img{
	text-align:center;
}

.channels_title{
	display: none;
}

@media only screen and (max-width:767px) {
	.channels_break{
		display: none;
	}
}

@media only screen and (min-width:768px) {
	.channels_break{
		display: block;
	}
}

.channels_remark{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	z-index: 10;
}

.channels_tnc{
	font-size: 0.75rem;
	color: #666666;
}



/* Security Section*/

#security_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
}

#security_0 h2{
	font-size: 2rem;
	margin-bottom: 20px;
}

#security p{
	line-height: 2rem;
}

#security_1 div.row{
	margin-bottom: 20px;
}

.security_image{
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.security_image img{
	width: 100px;
	height: 100px;
	text-align:center;
}

.security_description h4{
	font-size:1.25rem;
	font-weight: bold;
	
}



/* Partners Section*/

#partners h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
	padding-bottom: 20px;
}

/* App Section*/

#vendorapp div.container-fluid{
	padding-right: 0px;
    padding-left: 0px;
}
#vendorapp div.row{
	margin-left: 0px;
	margin-right: 0px;
}

#vendorapp_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	margin-left: 0px;
	margin-right: 0px;
}

#vendorapp_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
	padding-bottom: 20px;
}

#vendorapp_1{
	background-color: RGBA(250,250,250,0.00);
	padding-left: 0px; padding-right: 0px;
}
	@media only screen and (max-width:767px) {
	#vendorapp_1{
		padding-left: 0px; padding-right: 0px;
		overflow: hidden;
		
	}
	}
	@media only screen and (min-width:768px) {
	#vendorapp_1{
	}
	}

#vendorapp_2 h2{
	font-size: 1.25rem;
	color: RGBA(255,163,26,1);
}



#vendorapp_2{
	background-color: RGBA(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
}
	@media only screen and (max-width:767px) {
	#vendorapp_2{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#vendorapp_2{
		width: 330px;
		float:left;
		padding-left: 0px; padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#vendorapp_2{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#vendorapp_2{
		width: 540px;
	}
	}

#vendorapp_3{
	margin-top: 20px;
	margin-bottom: 20px;
}
#vendorapp_3 td{
	vertical-align: middle;
	
}

.vendorapplogo{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
}

@media only screen and (min-width:768px) {

#vendorapplogo_4{
	background-image: url("../images/test/appqrcode.png");
	width: 180px;
	height: 180px;
}

#vendorapplogo_1{
	background-image: url("../images/test/applogo_1.png");
	width: 108px;
	height: 107px;
}
#vendorapplogo_2{
	background-image: url("../images/test/applogo_2.png");
	width: 199px;
	height: 66px;
}
#vendorapplogo_3{
	background-image: url("../images/test/applogo_3.png");
	width: 199px;
	height: 66px;
}
}
@media only screen and (max-width:767px) {
#vendorapplogo_1{
	background-image: url("../images/test/applogo_1.png");
	width: 45px;
	height: 45px;
}
#vendorapplogo_2{
	background-image: url("../images/test/applogo_2.png");
	width: 120px;
	height: 40px;
}
#vendorapplogo_3{
	background-image: url("../images/test/applogo_3.png");
	width: 120px;
	height: 40px;
}
}
	
	
	
#myCarousel{
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

#myCarousel .slideImage{
	width: 300px;
	height: 300px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#myCarousel .carousel-caption h5{
	min-width: 150px;
	background-color: RGBA(255,163,26,1);
	color: RGBA(255,255,255,1);
	border-radius: 5px;
	padding: 5px 0px 5px 0px;
	box-shadow: 2px 2px 5px RGBA(60,60,60,0.5);
	opacity: 1;
}
#vendorappslide_1 .slideImage{ background-image: url('../images/test/phone_1.jpg');}
#vendorappslide_2 .slideImage{ background-image: url('../images/test/phone_2.jpg');}
#vendorappslide_3 .slideImage{ background-image: url('../images/test/phone_3.jpg');}
#vendorappslide_4 .slideImage{ background-image: url('../images/test/phone_4.jpg');}
#vendorappslide_5 .slideImage{ background-image: url('../images/test/phone_5.jpg');}


/* SME support Section*/
#sme_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
}

#sme_1{
	background-color: RGBA(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
}
	@media only screen and (max-width:767px) {
	#sme_1{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#sme_1{
		width: 330px;
		float:right;
		padding-left: 0px; padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#sme_1{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#sme_1{
		width: 540px;
	}
	}

#sme_1 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#sme_2{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}

	#sme_2 .imageContainer{
		background-size: cover;
		background-image: url("../images/test/FFS47014fr.jpg");
		background-repeat: no-repeat;
		min-height: 500px;
		background-position: right center;
	}

#sme li{
	list-style:none;
	padding-top: 20px;
}
#sme li::before{
	content: '';
	display: inline-block;
	height: 1rem;
	width: 1rem;
	background-image: url("../images/test/bullet.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -21px;
}
	.sme_tnc{
		font-size: 0.75rem;
		color: #666666;
	}
	
	
/* Join Section*/
#join_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
	margin-bottom: 40px;
}

#join_0 h3{
	font-size: 1.5rem;
	text-align: left;
	margin-top: 70px;
	margin-bottom: 20px;
	text-align: center;
}

#join_0 h2{
	font-size: 2rem;
	font-weight: 400;
	color: RGBA(255,163,26,1);
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

	.joinBlock{
		text-align:center;
	}
	
	
	
	
	
	@media only screen and (max-width:767px) {
	.joinBlock{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.joinTitle{
		font-size: 1.6rem;
	}
	.joinBlock img{
		border-radius: 50px;
		max-width: 50%;
		max-height: auto;
	}
	}
	@media only screen and (min-width:768px) {
	.joinBlock{
		
	}
	.joinTitle{
		font-size: 1.2rem;
	}
	.joinBlock img{
		border-radius: 50px;
	}
	}


#join_slideButton{
	font-size: 1.2rem;
	background-color: #3D4543;
	color: RGBA(255,255,255,1);
	height: 76px;
	width: 332px;
	border-radius: 10px;
	line-height: 76px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin: 50px auto;
	background-image: url("../images/test/home_application.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	#join_slideButton label{
		cursor: pointer;
		margin-left: 40px;
	}

#join_slideButton:hover{
	font-size: 1.5rem;
}



/* Merchants Sharing Section */

#sharing_0{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	
	overflow: hidden;
}
	#sharing_0 div{
		padding-left: 0px;
		padding-right: 0px;
	}


#sharing_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
	padding-bottom: 20px;
}

#sharing_0 h3{
	font-size: 1.25rem;
	font-weight: bold;
}

#sharing_1{
	
}

#sharing_1 div.row{
	padding-top: 20px;
	padding-bottom: 20px;
}


#sharing_banner{
	background-size: cover;
	background-image: url("../images/test/FFS47004fr.jpg");
	background-repeat: no-repeat;
	min-height: 500px;
	background-position: center center;
}

#sharing_knowmore_40{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
}
	#sharing_knowmore_40 div{
		padding-left: 0px;
		padding-right: 0px;
	}


#sharing_knowmore_40 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,255,255,1);
	text-align: center;
}

#sharing_knowmore_40 h3{
	font-size: 1.25rem;
	font-weight: bold;
}

#sharing_knowmore_41{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

#sharing_knowmore_41 div.row{
	padding-top: 20px;
	padding-bottom: 20px;
}

#sharing_knowmore_41 h3{
	font-size: 1.25rem;
}

.sharing_knowmore_slideButton_2{
	font-size: 1.2rem;
	background-color: #3D4543;
	color: RGBA(255,255,255,1);
	height: 76px;
	width: 332px;
	border-radius: 10px;
	line-height: 76px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 20px auto;
}
	.sharing_knowmore_slideButton_2 label{
		cursor: pointer;
		margin-left: 0px;
		color: RGBA(255,255,255,1);
	}

.sharing_knowmore_slideButton_2:hover{
	font-size: 1.5rem;
}

/* Solution Section*/
#solution_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 30px;
}

#solution_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
}

#solution_1{
	background-color: RGBA(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
}
	@media only screen and (max-width:767px) {
	#solution_1{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#solution_1{
		width: 330px;
		float:right;
		padding-left: 0px; padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#solution_1{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#solution_1{
		width: 540px;
	}
	}

#solution_1 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#solution_2{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}
	
	#solution_2 .imageContainer{
		background-size: auto 100%, cover;
		background-image: url("../images/test/home_main.svg"), url("../images/test/FFS46932fr.jpg") ;
		background-repeat: no-repeat, no-repeat;
		min-height: 500px;
		background-position: left center, right center;
	}

#solution_2a{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;	
}
	#solution_2a div.col-xs-12{
		overflow-x: hidden; 
		overflow-y: hidden; 
		
		padding-right:0px;
	}


	#solution_2a .imageContainer{
		background-size: auto 100%, cover;
		background-image: url("../images/test/home_main.svg"), url("../images/test/FFS46932fr.jpg") ;
		background-repeat: no-repeat, no-repeat;
		min-height: 500px;
		background-position: left center, 95% center;
	}

@media only screen and (max-width:767px) {
	#solution_2{ display: block;}
	#solution_2a{display: none;}
}
@media only screen and (min-width:768px) {
	#solution_2{ display: block;}
	#solution_2a{display: none;}
}
	
/* Resources Section */
#resources{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}

#resources_0{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
}


#resources h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
}
#resources_banner{
	background-size: cover;
	background-image: url("../images/test/FFS47014fr.jpg");
	background-repeat: no-repeat;
	min-height: 500px;
	background-position: center center;
}



/* About Section*/
#about_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 30px;
}

#about_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
}

#about_1{
	background-color: RGBA(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
}
	@media only screen and (max-width:767px) {
	#about_1{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#about_1{
		width: 330px;
		float:right;
		padding-left: 0px; padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#about_1{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#about_1{
		width: 540px;
	}
	}

#about_1 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#about_2{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}
	
	#about_2 .imageContainer{
		background-size: cover;
		background-image: url("../images/test/FFZ_8750.jpg") ;
		background-repeat: no-repeat;
		min-height: 500px;
		background-position: right center;
	}

#about_3{
	background-color: RGBA(255,255,255,1);
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Contact Section*/
#contact_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 30px;
}

#contact_1{
	background-color: RGBA(255,255,255,1);
	padding-top: 0px;
	padding-bottom: 0px;
}
	@media only screen and (max-width:767px) {
	#contact_1{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#contact_1{
		width: 330px;
		float:left;
		padding-left: 15px; 
		padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#contact_1{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#contact_1{
		width: 540px;
	}
	}

#contact_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
}

#contact_2{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}

	@media only screen and (max-width:767px) {
	#contact_2 .imageContainer{
		background-size: cover;
		background-image: url("https://via.placeholder.com/640x500?text=googlemap");
		background-repeat: no-repeat;
		min-height: 60vw;
		background-position: center center;
	}
	}
	@media only screen and (min-width:768px) {
	#contact_2 .imageContainer{
		background-size: cover;
		background-image: url("https://via.placeholder.com/640x500?text=googlemap");
		background-repeat: no-repeat;
		min-height: 500px;
		background-position: right center;
	}
	}
	
	

#contact_1 h3{
	font-weight: bold;
}

#contact_1 h4{
	margin-top: 30px;
	font-weight: bold;
}

#contact_1 .contactContent {
	padding-left: 15px;
}

#contact_1 .contactContent a{
	text-decoration: none;
}

#contact_1 h5 i{
	font-size: 2.5rem; padding-right: 10px;
}
#contact_1 h5 a{
	text-decoration: none;
	color: RGBA(0,0,0,1);
}
#contact_1 h6{
	font-size: 1rem;
}
#contact_1 h6 i{
	padding-right: 15px;
}
#contact_1 i.bi-whatsapp{
	
}

/* Enquiry Section */
#enquiry{
	color: #999999;
}

#enquiry h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
	margin-bottom: 30px;
}

#enquiry h2{
	font-size: 1.5rem;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#enquiry h3{
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

#enquiry .info_data{
	margin: 15px 0px 15px 0px;
}

#enquiry .info_input{
	width: 300px;
	max-width: 300px;
}

#enquiry .info_textarea{
	width: 300px;
	max-width: 300px;
	height: 150px;
}


#enquiry label{
	margin-right: 20px;
	cursor: pointer;
	font-weight: 500;
}

#info_submit{
	width: 240px;
	border: none;
	color: white;
	height: 40px;
	background-color: RGBA(255,163,26,1);
	border-radius: 10px;
	padding: 5px 0px 5px 0px;
}

#info_reset{
	width: 240px;
	border: none;
	color: white;
	height: 40px;
	background-color: #4C4C4C;
	border-radius: 10px;
	padding: 5px 0px 5px 0px;
}

#enquiry .image_picker_selector{
	width: 100%;
}

#enquiry .image_picker_selector li{
	width: 10%;
}

#enquiry .image_picker_selector li .thumbnail img {
	width: 100%;
}

#enquiry .tutor-name{
	padding-left: 10px;
	font-size: 2.5rem;
	color: #C7BDB4;
	line-height: 1;
	margin-top: 5px;
}

#enquiry .p-8{
	padding: 8px;
}

#enquiry .pl-30{
    padding-left: 30px;
}
#enquiry .pl-40{
    padding-left: 40px;
}

#enquiry .formPlacement{
	color: RGBA(255,0,0,1);
}

@media (max-width:767px) {
	#enquiry .tutor-name{
		font-size: 1.5rem;
	}
}

#enquiry_1{
	display: none;
}

#enquiry_1 h2{
	font-size: 1.5rem;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#enquiry_return {
	width: 240px;
	border: none;
	color: white;
	height: 40px;
	background-color: RGBA(255,163,26,1);
	border-radius: 10px;
	padding: 5px 0px 5px 0px;
}

.enquiry_label{
	display: inline-block;
}

#enquiry_2{
	padding: 0px;
}

#enquiry_2 .row {
    margin-right: 0px;
    margin-left: 0px;
}

#enquiry_2 div.col-sm-12{
	padding: 0px;
}

#enquiry_banner{
	background-size: cover;
	background-image: url("../images/test/iStock-1302600462.jpg");
	background-repeat: no-repeat;
	min-height: 500px;
	background-position: center center;
}

/* FAQ Section */
#faq{
}

#faq h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
	margin-bottom: 30px;
}
	#faq .faq_group{
		margin-bottom: 40px;
	}
	
	#faq .faq_q{
		font-size: 1.5rem;
		color: RGBA(255,163,26,1);
		margin-top: 15px;
		cursor: pointer;
	}
	
	#faq .faq_a{
		font-size: 1.25rem;
		color: RGBA(0,0,0,1);
		margin-bottom: 15px;
		display: none;
	}

	#faq .faq_tnc{
		font-size: 0.75rem;
		color: #666666;
	}



/* Articles Section (Article List)*/
#articles_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
}


#articles_0 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
	text-align: center;
}


	@media only screen and (max-width:767px) {
	#articles_0 h1{
		
	}
	}
	@media only screen and (min-width:768px) {
	#articles_0 h1{
		
	}
	}
.articles_readmore{
	font-size: 1rem;
	background-color: #3D4543;
	color: RGBA(255,255,255,1);
	height: 32px;
	width: 100px;
	border-radius: 16px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	.articles_readmore label{
		cursor: pointer;
		margin-left: 0px;
	}

/* Article Section (Article Detail)*/
#article_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
}

.article_back{
	font-size: 1rem;
	background-color: #3D4543;
	color: RGBA(255,255,255,1);
	height: 32px;
	width: 100px;
	border-radius: 16px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	.article_back_label{
		cursor: pointer;
		margin-left: 0px;
		height: 20px;
		width: 20px;
		transform: rotate(180deg);
	}
	

#articles li::before{
	content: '';
	display: none;
	background-image: url("");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: -21px;
}
	

/* Careers Section (Careers List)*/
/* Flexible Section*/

#careers_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 20px;
}
	#careers_0 h1{
		font-size: 2.5rem;
		font-weight: 100;
		color: RGBA(255,163,26,1);
		text-align: center;
	}



#careers_3 thead{
	background-color: RGBA(255,163,26,1);
}
#careers_3 th{
	font-size: 1.5rem;
	padding: 15px 10px 15px 10px;
}

#careers_3 td{
	padding: 15px 10px 15px 10px;
}

#careers_10{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 20px;
}

#careers_11{
	background-color: RGBA(255,255,255,1);
	padding-top: 0px;
	padding-bottom: 0px;
}
	@media only screen and (max-width:767px) {
	#careers_11{
		width: 100%;
	}
	}
	@media only screen and (min-width:768px) {
	#careers_11{
		width: 330px;
		float:right;
		padding-left: 0px; padding-right: 0px;
	}
	}
	@media only screen and (min-width:992px) {
	#careers_11{
		width: 440px;
	}
	}
	@media only screen and (min-width:1200px) {
	#careers_11{
		width: 540px;
	}
	}

#careers_11 h1{
	font-size: 2.5rem;
	font-weight: 100;
	color: RGBA(255,163,26,1);
}

#careers_12{
	overflow-x: hidden; 
	overflow-y: hidden; 
	padding-left:0px;
	padding-right:0px;
	
}

	#careers_12 .imageContainer{
		background-size: auto 100%, cover;
		background-image: url("../images/test/home_main.svg"), url("../images/test/careerhead_f.jpg") ;
		background-repeat: no-repeat, no-repeat;
		min-height: 500px;
		background-position: left center, right center;
	}


.careers_readmore{
	font-size: 1rem;
	background-color: #3D4543;
	color: RGBA(255,255,255,1);
	height: 32px;
	width: 100px;
	border-radius: 16px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	.careers_readmore label{
		cursor: pointer;
		margin-left: 0px;
	}
.careers_Node{
}
.careers_Node hr{
	width: 100%;
	color: #EEEEEE;
}


/* Career Section (Article Detail)*/
#career_0{
	background-color: RGBA(255,255,255,1);
	padding-left: 0px;
	padding-right:0px;
}

.career_back{
	font-size: 1rem;
	background-color: #3D4543;
	color: RGBA(255,255,255,1);
	height: 32px;
	width: 100px;
	border-radius: 16px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url("");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	.career_back_label{
		cursor: pointer;
		margin-left: 0px;
		height: 20px;
		width: 20px;
		transform: rotate(180deg);
	}








/* REDUNDANT */




.thumb_img{
	width: 150px;
	height: 150px;
	/*background-size: contain;
	background-origin: center center;*/
	border: 1px solid RGBA(0,0,0,0.3);
}


.img-portfolio {
    margin-bottom: 30px;	width:100%;
}

.img-hover:hover {
    opacity: 0.8;
}

.thumb{
	text-align: center;
	margin: 20px 0 0 0;
}

#carousel-example-generic .carousel-inner &gt; .item  img.lang_enHK{
	display: block;
}

#carousel-example-generic .carousel-inner &gt; .item  img.lang_zhHK{
	display: none;
}

#carousel-example-generic .carousel-inner img{
	width: 100%;
	height: 100%;
}

#carousel-example-generic .carousel-inner{
	overflow: hidden;
	height: auto;
}

.mobile{
	display: none;
}
.desktop{
	display: block;
}

.productNode {
   padding-bottom: 50px;
}

.product-image{
	margin: 0 auto;
}

.product-title{
	height: 52px;
	overflow-y: auto;
}

.product-description{
	height: 100px;
	overflow-y: auto;
}

#homeMediaContainer{
	text-align: center;
	margin-bottom: 30px;
}
#homeFacebookContainer{
	text-align: center;
}
@media (min-width:992px) {
	#homeMediaContainer{
		text-align: left;
		margin-bottom: 10px;
	}
	#homeFacebookContainer{
		text-align: right;
	}
}




.youtube-iframe{
	max-width: 750px;
	width: 100%;
	height: 320px;
}

.active span{
	float: left;
	padding-left: 1rem;
}

@media only screen and (max-width: 768px) { 
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	
	.page-header{
		width: 100%;
	}

	.youtube-iframe{
		width: 100%;
	}

}

.pagination ul{
	padding: 0px;
	margin: 0px;
}

.pagination-previous{
	line-height: 3rem;
}

.firstpage, .lastpage{
	/*margin-top: 1.5rem;*/
	padding: 0 0;
}

.pagination li{
	float:left;
	list-style: none;
	min-width: 2rem;
	margin-left:10px;
	margin-right:10px;
	padding:0 5px;
}

.pagination .current a{
	background: #337ab7;
	color: #fff;
}

.pagination .disabled{
	background-color: #eee;
	line-height: 3.4rem;
	cursor: no-drop;
}

.paginationBar{ 
	width:100%; 
	height:50px; 
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}

.paginationBar a{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}





.home_headtext{
	padding-bottom: 9px;
	margin: 40px 0 20px;
	width:100%;
	border-bottom: 3px solid #04314d;
	font-size: 125%;
}





.mobileHeader{
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
	display: none;
}

.mobileHeader ul{
	list-style: none;
}

.mobileHeader li{
	float:left;
	padding: 0 8px 0 8px;
}
.mobileHeader li a{
	color: #9d9d9d;
}

@media only screen and (max-width: 767px) {	
	.mobileHeader{
		display: block;
	}
	

}

.hideAtMobile{
	display: block;
}
@media only screen and (max-width: 767px) {	
	.hideAtMobile{
		display: none !important; 
	}
}


#overdrop{
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
}
	#overdropBackground{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #404040;
		opacity: 0.6;
		z-index: 1;
	}
	.overdropSection{
		display: none;
	}
	#overdropSettings{
		position: absolute;
		width: 250px;
		height: 150px;
		z-index: 2;
	}
		.overdropSettingsItem{
			position: relative;
			width: 250px;
			display: block;
			min-height: 50px;
			max-height: 50px;
			height: 50px;
			border-style: solid;
			border-width: 1px 1px 0px 1px;
			border-color: #7E807B;
			box-sizing: border-box;
			background-color: #FFFFFF;
		}
		.overdropSettingsItem:last-child{
			border-width: 1px 1px 1px 1px;
		}
		.overdropSettingsHeading{
			position: absolute;
			top: 10px;
			left: 10px;
			height: 25px;
			line-height: 25px;
			text-align: left;
			vertical-align: middle;
		}
			.overdropSettingsHeading .lang_enHK{font-size: 100%;}
			.overdropSettingsHeading .lang_zhHK{font-size: 100%;}
		
	#overdropShopping{
		position: absolute;
		width: 250px;
		max-width: 250px;
		height: 150px;
		z-index: 2;
	}
		.overdropShoppingItem{
			position: relative;
			width: 250px;
			display: block;
			min-height: 50px;
			max-height: 50px;
			height: 50px;
			border-style: solid;
			border-width: 1px 1px 0px 1px;
			border-color: #7E807B;
			box-sizing: border-box;
			background-color: #FFFFFF;
		}
		.overdropShoppingItem:last-child{
			border-width: 1px 1px 1px 1px;
		}
		.overdropShoppingHeading{
			position: absolute;
			top: 10px;
			left: 2%; right: 2%;
			width: 96%;
			height: 25px;
			line-height: 25px;
			text-align: center;
			vertical-align: middle;
			cursor: pointer;
		}
		
	#overdropMember{
		position: absolute;
		width: 250px;
		height: 150px;
		z-index: 2;
		right: 0px;
	}
		.overdropMemberItem{
			position: relative;
			width: 250px;
			display: block;
			min-height: 50px;
			max-height: 50px;
			height: 50px;
			border-style: solid;
			border-width: 1px 1px 0px 1px;
			border-color: #7E807B;
			box-sizing: border-box;
			background-color: #FFFFFF;
		}
		.overdropMemberItem:last-child{
			border-width: 1px 1px 1px 1px;
		}
		.overdropMemberHeading{
			position: absolute;
			top: 10px;
			left: 10px;
			width: 230px;
			height: 25px;
			line-height: 25px;
			text-align: center;
			vertical-align: middle;
			cursor: pointer;
		}
	#overdropMobileMenu{
		position: absolute;
		top: 60px; height: 100%;
		left: 0px; width: 100%; 
		z-index: 999;
		background-color: #E8E8E8;
		pointer-events: all;
		overflow-x: hidden;
		overflow-y: scroll;
	}
		.overdropMobileMenuItem{
			position: relative;
			width: 100%;
			display: block;
			min-height: 25px;
			background-color: #E8E8E8;
		}
			.overdropMobileMenuHeading{
				height: 25px;
				line-height: 25px;
				text-align: left;
				vertical-align: middle;
				cursor: pointer;
				margin: 20px 0px 20px 10%;
			}
			.overdropMobileMenuToggle{
				position: absolute;
				right: 10%;
				top: 0px;
				width: 20px; height: 20px;
				background-size: 100% 100%;
				background-repeat: no-repeat no-repeat;
				background-image:url("../assets/static/buttonPlus.png");
			}
			.overdropMobileMenuToggleOpen{
				background-image:url("../assets/static/buttonMinus.png");
			}
			.overdropMobileSubMenu{
				display: none;
			}
			.overdropMobileSubMenuHeading{
				left: 20%;
				height: 25px;
				line-height: 25px;
				text-align: left;
				vertical-align: middle;
				cursor: pointer;
				margin: 20px 0px 20px 15%;
			}
			.overdropMobileMenuLink{
				text-decoration: none;
				color: #000000;
			}
			.overdropMobileMenuRed .overdropMobileMenuLink{
				color: RGBA(255,0,0,1);
			}
			
			#overdropMobileMenu .lang_enHK{
				font-family: "amatic";
				letter-spacing: 1px;
				font-size: 175%;
				font-weight: 300;
			}
			#overdropMobileMenu .lang_zhHK{
				font-size: 135%;
				font-weight: 300;
			}
	@media only screen and (min-width: 600px) {	/* DESKTOP */
		#overdropMobileMenu{
			display: none;
		}
	}

/*
* -- REGISTER, LOGIN, LOGOUT, EDIT PROFILE, FORGET PASSWORD, CHANGE PASSWORD --
*/

.memberGenericFrame{
	width: 98%; max-width: 1000px;
	margin: 50px auto 20px auto;
	min-height: 100px;
	border: 1px solid #7E807B;
	padding: 20px 0px 20px 0px;
	text-align: center;
	vertical-align: top;
}

.memberGenericTable{
	width: 98%; max-width: 1000px;
	margin: 20px auto 20px auto;
	vertical-align: top;
}
	.memberGenericTable tr{
		margin: 20px 0px 0px 0px;
	}
	.memberGenericTable tr th:nth-child(1),
	.memberGenericTable tr td:nth-child(1){
		width: 30%;
		max-width: 300px;
		text-align: right;
		padding: 8px 15px 8px 15px;
	}
	.memberGenericTable tr th:nth-child(2),
	.memberGenericTable tr td:nth-child(2){
		width: 70%;
		max-width: 700px;
		text-align: left;
		padding: 8px 15px 8px 15px;
	}
	.memberGenericTable th,
	.memberGenericTable td{
		vertical-align: top;
		border: 1px solid #7E807B;
	}


.memberGenericTable input[type="text"],
.memberGenericTable input[type="email"],
.memberGenericTable input[type="password"],
.memberGenericTable textarea{
	width: 90%;
	max-width: 300px;
}
.memberGenericTable input[type="number"]{
	width: 10%;
	max-width: 50px;
}

.memberGenericTable textarea{
	height: 150px;
}

.memberDetailFrame{
	width: 98%; max-width: 1000px;
	margin: 0px auto 20px auto;
	min-height: 100px;
	border: 1px solid #7E807B;
	padding: 0px 0px 20px 0px;
	text-align: center;
	vertical-align: top;
}
	.memberDetailHead{
		display: block;
		vertical-align: top;
		margin: 0px 0px 10px 0px;
		color: #7E807B;
		background-color: #EEEEEE;
		min-height: 50px;
		line-height: 50px;
		font-size: 150%;
		width: 100%;
	}
	.memberDetailElement{
		display: inline-block;
		vertical-align: top;
		margin: 5px 5px 5px 5px;
	}
.memberDetailFrame input[type=text],
.memberDetailFrame input[type=email],
.memberDetailFrame input[type=number],
.memberDetailFrame input[type=password],
.memberDetailFrame select{
	width: 100%;
}

.memberSimpleFrame{
	width: 98%; max-width: 600px;
	margin: 0px auto 20px auto;
	min-height: 100px;
	border: 0px solid #7E807B;
	padding: 0px 0px 20px 0px;
	text-align: center;
	vertical-align: top;
}

	.memberSimpleHead{
		display: block;
		vertical-align: top;
		margin: 0px 0px 10px 0px;
		color: #7E807B;
		background-color: #EEEEEE;
		min-height: 50px;
		line-height: 50px;
		font-size: 150%;
		width: 100%;
	}
	.memberSimpleElement{
		display: inline-block;
		vertical-align: top;
		margin: 5px 2px 5px 2px;
	}
.memberSimpleFrame input[type=text],
.memberSimpleFrame input[type=email],
.memberSimpleFrame input[type=number],
.memberSimpleFrame input[type=password],
.memberSimpleFrame select{
	width: 100%;
}</pre></body></html>