@charset "utf-8";
body.eng13 {
font: normal 13px/1.5 "Arial","新細明體",sans-serif;
}
body.eng14 {
font: normal 14px/1.5 "Arial","新細明體",sans-serif;
}
body.eng15 {
font: normal 15px/1.5 "Arial","新細明體",sans-serif;
}body.eng16 {
font: normal 16px/1.5 "Arial","新細明體",sans-serif;
}
body,h1, h2, h3, h4, h5, h6 {
	/*font-family: "Adobe 繁黑體 Std B";*/
	/*font-weight: bold;*/
}

#hkecl-container {
	background: #f5f7f7 url(images/bg_main.png) 50% 0 repeat-x;
}

.hkecl-page-container {
	background-color: #FFF;
}


/**************************
 * Top Bar
 **************************/

#hkecl-topbar .hkecl-page-container {
	/*in-height: 40px;*/
	background-color: #fff;
	
}

#hkecl-topbar ul.hkecl-menu-left {
	display: none;
}

/*
@m edia all and (min-width: 960px) {
		#hkecl-topbar ul.hkecl-menu-left {
				display: none;
		}
}
*/

.hkecl-page-container {
	/*padding: 0;*/
}


/**************************
 * Upper, treat in sepearate CSS
 **************************/


/**************************
 * Columns Container
 **************************/

#hkecl-columns-container {
}

		/**************************
		 * Content & side bar
		 **************************/
		
		#hkecl-content {
				padding: 10px;
				width: 100%;
		}
		
		#hkecl-side {
				/*padding: 15px;
				padding-top: 10px;*/
				display: none;
				width: 0;
		}
		
		/* mobile */
		#hkecl-content {
				/*width: 100%;*/
		}
		
		#hkecl-side {
				/*width: 100%;*/
		}
		
		@media all and (min-width: 650px) {
				#hkecl-content {
					padding: 20px;
						/*width: 70%;*/
				}
				
				#hkecl-side {
						/*width: 30%;
						min-width: 100px;
						padding: 15px;
						padding-top: 100px;*/
				}
		}
		
		@media all and (min-width: 950px) {
				#hkecl-content {
						/*width: 70%;*/
				}
				
				#hkecl-side {
						/*width: 30%;*/
				}
		}
		
/**************************
 * Footer
 **************************/

#hkecl-footer .hkecl-page-container {
	
}

#hkecl-footer-content {
		/*box-sizing: border-box;*/
		color: #777;
		/*font-size: 11px;
		font-size: 1.1rem;*/
		letter-spacing: 1px;
		
}





/**************************
 * FAVORITES CONTAINER OF INDEX PAGE
 **************************/

.channel-favorites-pack {
	text-align: center;
}

h1 {
		border-bottom: dotted 3px #717171;
}

ul, li {
	padding: 0;
}

h3 {
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.1em;
}


#hkecl-side h3 {
	border-bottom: 1px solid #717171;
}



#channel-pack {
	top: 60px;
}

@media all and (min-width: 650px) {
	#channel-pack {
		top: 29px;
	}
	body.eng #channel-pack {
		top: 24px;
	}
}






/** UPPER **/

#hkecl-upper {
	
}

#hkecl-upper #channel-nav {
		/*background-color: rgba(255, 255, 255, 0.5);*/
		background:transparent url(images/bg_menu.png) repeat-x;
}

#hkecl-upper #channel-nav header {
		display: inline;
}

#hkecl-upper #channel-nav header img{
		vertical-align: bottom;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
		width:150px;
		height:45px;
}


#hkecl-upper #channel-nav ul {
		display: inline-block;
		width: 100%;
		background: #f3f3f3;
}

#hkecl-upper #channel-nav ul li{
		display: inline;
		/* for tab button layout */
		display: inline-block;
		vertical-align: bottom;
		padding: 5px 5px 5px;
		/*border-radius: 10px 10px 0 0;*/
		min-height: 45px;
}
#hkecl-upper #channel-nav ul li.active a{
		color: #fff;
}

#hkecl-upper #channel-nav ul li.menu_teacher.active{ 
		background-color: #044d80;
}

#hkecl-upper #channel-nav ul li.menu_secondary.active{ 
		background-color: #2b6125;
}

#hkecl-upper #channel-nav ul li.menu_primary.active{ 
		background-color: #597715;
}

#hkecl-upper #channel-nav ul li.menu_parent.active{ 
		background-color: #f8931c;
}

#hkecl-upper #channel-nav ul li.menu_partner.active{ 
		background-color: #b22d2d;
}

#hkecl-upper #channel-nav ul li a {
		background-position: bottom right;
		background-repeat: no-repeat;
		font-size: 125%;
		color: #000;
		font-weight: bold;
		font-family:"Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
		display: none;
}

body.eng #hkecl-upper #channel-nav ul li a {
		font-size: 90%;
}

#hkecl-upper #channel-nav ul li a:hover {
		border-bottom: none;
}

#hkecl-upper #channel-nav ul li.menu_teacher a{
		
}
#hkecl-upper #channel-nav ul li.menu_secondary a{
		
}
#hkecl-upper #channel-nav ul li.menu_primary a{
		
}
#hkecl-upper #channel-nav ul li.menu_parent a{
		
}
#hkecl-upper #channel-nav ul li.menu_partner a{
		
}

@media all and (min-width: 650px) {
	#hkecl-upper #channel-nav ul li{
		padding: 5px 10px 5px;
}
body.eng #hkecl-upper #channel-nav ul li{
		padding: 5px 5px 5px;
}
}
@media all and (min-width: 950px) {
body.eng #hkecl-upper #channel-nav ul li{
		padding: 5px 5px 5px;
}
body.eng #hkecl-upper #channel-nav ul li a {
		font-size: 100%;
}
}
/** CHANNEL NAV **/

#hkecl-upper #channel-nav-sec {
		position: absolute;
		width: 100%;
		display: none;
		display: block;
		font-family:"Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
}

#hkecl-upper #channel-nav-sec .hkecl-page-container {
		background: url(images/bg-teacher-menu.png) repeat-x left -95px;
		-webkit-box-shadow: #aaa 0px 5px 5px;
		-moz-box-shadow: #aaa 0px 5px 5px;
		font-size: 90%;
}
#hkecl-upper #channel-nav-sec .hkecl-page-container a {
		color: #fff;
}
#hkecl-upper #channel-nav-sec .hkecl-page-container a:hover {
		border-bottom:1px solid #ffffff;
}
#hkecl-upper #channel-nav-sec .hkecl-page-container a.hkecl-h4:hover {
cursor:default;
				border-bottom:none;
				}
#hkecl-upper #channel-nav-sec.menu_teacher .hkecl-page-container {
		background-color: #044d80;
}

#hkecl-upper #channel-nav-sec.menu_secondary .hkecl-page-container {
		background-color: #2b6125;
}

#hkecl-upper #channel-nav-sec.menu_primary .hkecl-page-container {
		background-color: #597715;
}

#hkecl-upper #channel-nav-sec.menu_parent .hkecl-page-container {
		background-color: #f8931c;
}

#hkecl-upper #channel-nav-sec.menu_partner .hkecl-page-container {
		background-color: #b22d2d;
}

#hkecl-upper #channel-nav-sec .site-structure {
		overflow: hidden;
}

#hkecl-upper #channel-nav-sec.menu_teacher .site-structure,
#hkecl-upper #channel-nav-sec.menu_secondary .site-structure,
#hkecl-upper #channel-nav-sec.menu_primary .site-structure,
#hkecl-upper #channel-nav-sec.menu_parent .site-structure,
#hkecl-upper #channel-nav-sec.menu_partner .site-structure{
		padding: 0 10px; /*padding only shows when a role is active*/
}

#hkecl-upper #channel-nav-sec .site-structure .flagship-service {
		display: none;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 {
		display: none;
		margin-left: 5px;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 h2, #hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 a.hkecl-h3{
		display: none;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 span{
		width: 100%;
}
#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 span{
	height: 120px;
	display: inline-block;
	cursor: pointer;
}

#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-1 ul {background-color: #044d80;}
#hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-1 ul {background-color: #2b6125;}
#hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-1 ul {background-color: #597715;}
#hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-1 ul {background-color: #f8931c;}
#hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-1 ul {background-color: #b22d2d;}
/*
#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 span a {
		display: inline-block;
		width: 120px;
		height: 150px;
		color: #fff;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 span a:hover {
		padding-bottom: 0px;
		border-bottom: none;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-teacher span a {
		background-color: #044d80;
}
#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-secondary span a {
		background-color: #2b6125;
}
#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-primary span a {
		background-color: #597715;
}
#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-parent span a {
		background-color: #f8931c;
}
#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-partner span a {
		background-color: #b22d2d;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 ul{
		width: 80%;
		float: left;
		display: inline;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-2 {
		display: inline-block;
		float: left;
		width: 20%;
		margin-bottom: 40px;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-teacher .nav-item.level-2 {
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-secondary .nav-item.level-2 {
		width: 15%;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-primary .nav-item.level-2 {
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-parent .nav-item.level-2 {
		width: 15%;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1.role-partner .nav-item.level-2 {
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-2 h3{
		border-bottom: 2px dotted #2a4b7e;
		font-size: 87.5%;
		margin-right: 10px;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-2 ul{

}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-3 {
		list-style: disc;
		color: #2a4b7e;
		margin-left: 20px;
}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-3 a{
}
*/
#hkecl-upper #promotion-area {
				position: relative;
				z-index: 100;
				height:auto;
				border:1px #DDD solid;
				padding: 3px;
		}

@media all and (min-width: 480px) {
		#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 span{
				display: block;
				/*
				
				width: 100%;
				height: 380px;
				float: left;
				padding: 20px;
				*/
				-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				-moz-box-sizing: border-box;    /* Firefox, other Gecko */
				-ms-box-sizing: border-box;     /* for IE8 */
				box-sizing: border-box;         /* Opera/IE 8+ */	
		}
		
		#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 ul {
				display: block;
				margin: 10px;
		}
		
		#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-1 ul,
		#hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-1 ul,
		#hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-1 ul,
		#hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-1 ul,
		#hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-1 ul{
				background-color: transparent;
		}
		#hkecl-upper .site-structure .nav-item.level-3{
				padding-left:20px;
				margin-bottom:5px;
				margin-top:5px;
				background:url(images/whitedot.png) 6px 6px no-repeat;
		}
		#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-2 {
				/*display: inline;*/
				float: left;
				width: 25%;
				margin: 0px;
				display: inline-block;
				min-height: 160px;
		}
		body.eng #hkecl-upper #channel-nav-sec .site-structure .nav-item.level-2 {
				min-height: 200px;
		}
		#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-2 h3,
		#hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-2 h3,
		#hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-2 h3,
		#hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-2 h3,
		#hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-2 h3,
		#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-2 a.hkecl-h4,
		#hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-2 a.hkecl-h4,
		#hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-2 a.hkecl-h4,
		#hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-2 a.hkecl-h4,
		#hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-2 a.hkecl-h4
		 {
				font-size:93.75%;
		}
		
		#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-2 h3, #hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-2 a.hkecl-h4 {
				color:#beedfb;
		}
		#hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-2 h3, #hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-2 a.hkecl-h4 {
				color:#ecffcc;
		}
		#hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-2 h3, #hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-2 a.hkecl-h4 {
				color:#f9ffa8;
		}
		#hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-2 h3, #hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-2 a.hkecl-h4 {
				color:#fcf77a;
		}
		#hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-2 h3, #hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-2 a.hkecl-h4 {
				color:#FFCFBC;
		}
}

@media all and (min-width: 575px) {
	
	#hkecl-upper #channel-nav ul {
		display: inline-block;
		width: auto;
		background:none;
}
body.eng #hkecl-upper #channel-nav ul {
		display: inline-block;
		width: 100%;
		background:#f3f3f3;
}
		#hkecl-upper #channel-nav ul li a {
		background-position: bottom right;
		background-repeat: no-repeat;
		font-size: 150%;
		color: #000;
		font-weight: bold;
		font-family:"Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";	
}
		/* toggle the layers */
		
		#hkecl-upper #channel-nav {
				position: relative;
				z-index: 500;
		}
		
		#hkecl-upper #channel-nav-sec {
				position: absolute;
				z-index: 300;
		}
}
@media all and (min-width: 700px) {
	body.eng #hkecl-upper #channel-nav ul {
		display: inline-block;
		width: auto;
		background:transparent;
}
	#hkecl-upper #channel-nav header img{
		vertical-align: bottom;
		margin-right: 20px;
		margin-top: 0px;
		margin-bottom: 5px;
		width:215px;
		height:65px;
}
body.eng #hkecl-upper #channel-nav header img{
		vertical-align: bottom;
		margin-right: 10px;
		margin-top: 0px;
		margin-bottom: 5px;
		width:215px;
		height:65px;
}
#hkecl-upper #promotion-area {
				position: relative;
				z-index: 100;
				border:none;
				padding: 0px;
		}
}
@media all and (min-width: 768px) {
		#hkecl-upper #channel-nav ul {
		}
		
		#hkecl-upper #channel-nav-sec {
		}
		
		#hkecl-upper #channel-nav ul li.menu_teacher a{
				padding-right: 16px;
				background-image: url(images/props/arrow_0985ba_teacher.png);
		}
		#hkecl-upper #channel-nav ul li.menu_secondary a{
				padding-right: 16px;
				background-image: url(images/props/arrow_00b341_secondary.png);
		}
		#hkecl-upper #channel-nav ul li.menu_primary a{
				padding-right: 16px;
				background-image: url(images/props/arrow_b4c831_primary.png);
		}
		#hkecl-upper #channel-nav ul li.menu_parent a{
				padding-right: 16px;
				background-image: url(images/props/arrow_a65d00_parent.png);
		}
		#hkecl-upper #channel-nav ul li.menu_partner a{
				padding-right: 16px;
				background-image: url(images/props/arrow_ed9e2e_corporate.png);
		}
		
		#hkecl-upper #channel-nav ul li a{
				-o-transition:none;
				-ms-transition:none;
				-moz-transition:none;
				-webkit-transition:none;
				/* ...and now override with proper CSS property */
				transition:none;
		}
		
		#hkecl-upper #channel-nav ul li.menu_teacher a.active{
				background-image: url(images/props/arrow_0985ba_teacher_up.png);
		}
		#hkecl-upper #channel-nav ul li.menu_secondary a.active{
				background-image: url(images/props/arrow_00b341_secondary_up.png);
		}
		#hkecl-upper #channel-nav ul li.menu_primary a.active{
				background-image: url(images/props/arrow_b4c831_primary_up.png);
		}
		#hkecl-upper #channel-nav ul li.menu_parent a.active{
				background-image: url(images/props/arrow_a65d00_parent_up.png);
		}
		#hkecl-upper #channel-nav ul li.menu_partner a.active{
				background-image: url(images/props/arrow_ed9e2e_corporate_up.png);
		}
		
		#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 span{
				display: inline-block;
				width: 180px;
				height: 180px;
				float: left;
				padding: 10px;
				-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				-moz-box-sizing: border-box;    /* Firefox, other Gecko */
				-ms-box-sizing: border-box;     /* for IE8 */
				box-sizing: border-box;         /* Opera/IE 8+ */
		}
		
		#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-1 span,
		#hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-1 span,
		#hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-1 span,
		#hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-1 span,
		#hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-1 span{
				background-position: left 10px;
				/* padding-top: 120px; */
				padding-left: 0px;
				width: 100%;
				height: auto;
		}
		
		#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 ul {
				display: block;
				margin: 10px;
				margin-left: 0px;

				
		}
		
		#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-2 {
				width: 20%;
		}
		
		#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-2 ul {
				display: inline;
				margin: 0px;
		}
}

@media all and (min-width: 960px) {
#hkecl-upper #channel-nav-sec .hkecl-page-container {
		background:url(images/bg-teacher-menu.png) repeat-y;
		-webkit-box-shadow: #aaa 0px 5px 5px ;
		-moz-box-shadow: #aaa 0px 5px 5px ;
}

#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-1 span{background:url(images/menuphoto_teacher.jpg) no-repeat left top;}
#hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-1 span{background:url(images/menuphoto_secondary.jpg) no-repeat left top;}
#hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-1 span{background:url(images/menuphoto_primary.jpg) no-repeat left top;}
#hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-1 span{background:url(images/menuphoto_parent.jpg) no-repeat left top;}
#hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-1 span{background:url(images/menuphoto_corporate.jpg) no-repeat left top;}

#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-1 span,
#hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-1 span,
#hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-1 span,
#hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-1 span,
#hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-1 span{
	background-position: left 10px;
	padding-top: 120px;
	padding-left: 0px;
	width:180px;
		}

#hkecl-upper #channel-nav-sec .site-structure .nav-item.level-1 ul {
				display: block;
				margin: 10px;
				margin-left: 200px;
		}
		
#hkecl-upper #channel-nav-sec.menu_teacher .site-structure .nav-item.level-2 ul, #hkecl-upper #channel-nav-sec.menu_secondary .site-structure .nav-item.level-2 ul, #hkecl-upper #channel-nav-sec.menu_primary .site-structure .nav-item.level-2 ul, #hkecl-upper #channel-nav-sec.menu_parent .site-structure .nav-item.level-2 ul, #hkecl-upper #channel-nav-sec.menu_partner .site-structure .nav-item.level-2 ul{
				margin-left: 0px;
		}
}
/* fixed on topbar, already updated in topbar.css */
#hkecl-topbar .fontscale-pack-top .fontscale-pack{
	margin-top: 5px;
	margin-bottom: -5px;
}








































/** MAIN INFO START */

.page0-info {
	width:100%;
}

.page0-info .article-list.wide {
width: 98%;
display: block;
vertical-align: top;
}

.page0-info .article-list article{
		border: 1px solid #c7c7c7;
	
}

.page0-info .article-list.wide article .article-image-container {
		padding-right: 0;
}

.page0-info .article-list.wide article .article-image-container img {
}

.page0-info .article-list.wide article .article-content-wrapper {
		margin-top: 0px;
		margin-left: 0px;
		width: 100%;
}

.page0-info .article-list.wide article .article-content-wrapper .favorites-pack {
		display: none;
}

.page0-info .article-list article .article-content-wrapper .relatived-articles {
		text-align: right;
		margin-right: 10px;
}


		.page0-info .article-list.wide article {
				width: 100%;
				float: left;
				min-height: 0px;
				margin-right: 20px;
				min-width: initial;
				padding-bottom: 0;
		}
		
		.page0-info .article-list.wide article .article-image-container {
				max-width: 135px;
				height: auto;
				margin-bottom: 0;
				width: 30%;
				min-width: 135px;
				max-height: 1000px;
				padding: 2px;
		}
		

		.page0-info .article-list.wide article .article-image-container img {
				width: 100%;
				height: auto;
		}
		
		.page0-info .article-list.wide article .article-content-wrapper {
				margin-top: -105px;
				width: 99%;
				padding-left: 140px;
		}
		
		.page0-info .article-list.wide article .article-content-wrapper h4 {
				font-size: 125%;
		}
@media all and (min-width: 420px) {
	.page0-info .article-list.wide article .article-image-container {
				max-width: 160px;
				height: auto;
				margin-bottom: 0;
				width: 30%;
				min-width: 160px;
		}
		.page0-info .article-list.wide article .article-content-wrapper {
				margin-top: -120px;
				width: 99%;
				padding-left: 165px;
		}
}
@media all and (min-width: 550px) {
.page0-info .article-list.wide {
width: 32.5%;
vertical-align: top;
display: inline-block;
}
		.page0-info .article-list.wide article {
				width: 98%;
				float: left;
				margin: 0;
				max-width: 280px;
				min-width:140px;
				padding-bottom: 0px;
				min-height: 250px;
				display: inline-block;
		}
		
		.page0-info .article-list.wide article .article-image-container {
				width: 100%;
				max-width: 480px;
				height: auto;
				margin-bottom: 0;
				min-width: 140px;	
		}
		
		.page0-info .article-list.wide article .article-image-container img {
				width: 100%;
				height: auto;
		}
		
		.page0-info .article-list.wide article .article-content-wrapper {
				margin-top: 0px;
				width: 100%;
				padding: 5px;
		}
}

@media all and (min-width: 700px) {
	.page0-info {
padding: 0 10px 20px 10px;
}
	.page0-info .article-list.wide article .article-image-container {
				
		}
}
@media all and (min-width: 800px) {
		.page0-info .article-list.wide article {

		}
		
		.page0-info .article-list.wide article .article-image-container {
				
		}
		
		.page0-info .article-list.wide article .article-content-wrapper {
				
		}
}
@media all and (min-width: 900px) {
	.page0-info .article-list.wide {

		}
	.page0-info .article-list.wide article .article-image-container {
				
		}
}




/** FLAGSHIP START */

.page0-flagship {
	border-bottom: dotted 3px #717171;
}

#hkecl-content h2, .page0-flagship h2 {
	border-bottom: dotted 3px #717171;
	font-size: 2em;
}

.page0-flagship .article-list {
	
}

.page0-flagship .article-list article {
		width: 100%;
		max-width: 650px;
		float: left;
		margin-top: 5px;
}

.page0-flagship .article-list article .article-image-container {
		width: 30%;
		min-width: 85px;
}


.page0-flagship .article-list article .article-image-container img {
		width: 60px;
		height: 60px;
}
.page0-flagship .article-list article .article-image-container a:hover {
		border-bottom:none;
}

.page0-flagship .article-list article .article-content-wrapper {
		width: 68%;
}

.page0-flagship .article-list article .article-content-wrapper h4 {
		font-size: 100%;
}

.page0-flagship .article-list article .article-content-wrapper p {
		
}

@media all and (min-width: 480px) {
		.page0-flagship .article-list article .article-image-container {
				width: 20%;
		}
		
		.page0-flagship .article-list article .article-content-wrapper {
				width: 80%;
		}
}



@media all and (min-width: 650px) {
		.page0-flagship .article-list article {
				/*max-width: 300px;
				min-height: 250px;*/
				width: 50%;
				min-height: 210px;
		}
		body.eng .page0-flagship .article-list article {
min-height: 160px;
}
}

@media all and (min-width: 850px) {
		.page0-flagship .article-list article {
				/*max-width: 300px;
				min-height: 250px;*/
				width: 32%;
				min-height: 260px;
		}
}


/** PARTNERS START */
#hkecl-content .page0-partners h2 {
	border-bottom:none;
}

.page0-partners .level-1 {
	vertical-align: top;
}

.page0-partners .level-1 li{
	display: inline-block;
	margin-right: 10px;
}

.page0-partners .level-2 {
	vertical-align: top;
}

.page0-partners .level-2 li {
	display: inline-block;
	margin-bottom:10px;
}
.page0-partners h2, .page0-partners h3{
	margin-bottom:5px;
}
.page0-partners .promo-edb h3{
	display: none;
}

.page0-partners .promo-edb img{
		width: 150px;
		height: 150px;
		border: 1px solid #ccc;
		vertical-align: bottom;
}

.page0-partners .promo-partners .level-2 li {
		border: 1px solid #ccc;
		height: auto;
		vertical-align: top;
		width:155px;
		padding: 2px;
}

.page0-partners .promo-partners .level-2 li a {
		display: inline-block;
		padding-bottom: 0;
		border-bottom: 0;
}

.page0-partners .promo-partners img{
		width: 150px;
		height: 80px;
}

.page0-partners .promo-partners span{
		display: block;
width: 146px;
height:auto;
min-height:40px;
font-size:13px;
padding:2px;
}
	

@media all and (min-width: 650px) {
		.page0-flagship .article-list article .article-content-wrapper {
			width: 60%;
		}
		.page0-partners .promo-partners .level-2 li {
		height: auto;
		min-height:170px;
		max-width:225px;
		width:225px;
}
		.page0-partners .promo-edb img{
		width: 200px;
		height: 200px;
		}
		.page0-partners .promo-partners img{
		width: 220px;
		height: 115px;
}
.page0-partners .promo-partners span{
width: 216px;
}
}


















/**************************
 * INDEX
 **************************/

body.layout-index {
}


.hkecl-content ul.inline-list {
	
}

.hkecl-content ul.inline-list li{
	display: inline;
	float: left;
	margin-right: 20px;
}

.hkecl-content img {
	/*width: 100%;
	height: auto;*/
}

.hkecl-content .resources-center-listing-item {
	margin-bottom: 40px;
}

/**************************
 * 2ND
 **************************/
 

body.layout-2nd #hkecl-side {
	padding-top: 20px;
}

/**************************
 * side columns
 **************************/

#latest-news {
		width: 100%;
}


#hkecl-content .article-list.thumbnail-list article {
		margin-right: 10px;
		margin-left: 20px;
}


.sen-show-more {
		margin-top: 30px;
}

.sen-show-more a{
		background-color: #c7c7c7;
		width: 100%;
		display: block;
		text-align: center;
		border-radius: 5px;
}

/**************************
 * swiper
 **************************/
.swiper-container.swiper-banner {
max-width: 1020px;
max-height: 480px;
margin-top:0px;}
/*
.swiper-content.swiper-banner {
max-height: 480px;
min-height: auto;
}
*/
.swiper-banner-image img {
width: 100%;
height: auto;
/*
max-width: 1020px;
max-height: 480px;
*/
}
.swiper-overlay{
background: #fff url(images/bg_overlay.png) repeat-x;
}
#hkecl-upper #promotion-area .swiper-overlay h2 {
color:#2e6e9c;
}
.swiper-banner-image img {
	margin-top:0px;}
@media all and (min-width: 700px) {
.swiper-overlay{
width:40%;
background:none;
padding: 100px 5px 5px 20px;
border:none;
opacity: 1.0;
font-size:110%;
height:auto;
}
#hkecl-upper #promotion-area .swiper-pagination {
left: 20px;
bottom: 20px;
}
.swiper-container.swiper-banner {
margin-top:-40px;}
.swiper-banner-image img {
	margin-top:0px;}
.swiper-content.swiper-banner {
max-height: 325px;
min-height: 325px;
}
}
@media all and (min-width: 820px) {
	.swiper-container.swiper-banner {
margin-top:-60px;}
.swiper-banner-image img {
	margin-top:0px;}
.swiper-content.swiper-banner {
max-height: 380px;
min-height: 380px;
}
}

/**************************
 * system notice
 **************************/
body.eng .page0-partners .page0-systemnotice {font-size:87.5%;width:200px;}
.page0-partners .page0-systemnotice .level-2 li {
		border: 1px solid #ccc;
		height: auto;
		vertical-align: top;
		width:220px;
		min-height:170px;
		padding:5px;
		margin-right: 0px;
}

.page0-partners .page0-systemnotice .level-2 li a {
		display: inline-block;
		padding-bottom: 0;
		border-bottom: 0;
}

.page0-partners .page0-systemnotice img{
		width: 200px;
		height: 80px;
}

.page0-partners .page0-systemnotice span{
display: block;
width: 100%;
height:auto;
min-height:40px;
font-size:13px;
text-align:justify;
}

body.eng .page0-partners .page0-systemnotice span{
font-size:12px;
line-height: 1.3;
}