.otgs-development-site-front-end{
	display: none;
}

/* default, light mode styles set with variables */
:root {
	--color-default-bg-color: #FFF;
	--color-secound-bg-color: #FE8C07; /* orange */
	--color-third-bg-color: #FF9921; /* light orange */
	--color-fouth-bg-color: #EA7E00; /* dark orange */
	--color-fifth-bg-color: #FF8A00; /* orange */
	--color-sixth-bg-color: #008CD6; /* login blue */
	--color-seventh-bg-color: #383838; /* ~dark */
	--color-eighth-bg-color: #414141; /* ~dark */
	--color-nineth-bg-color: #FF6137;
	--color-icon-color: #8B8B8B;
	--color-bg-link-text: #FFF;
	--color-bg-link-text-hover: #FAFF00; /* yellow */
	--color-white-bg-link-text: #000;
	--color-white-bg-link-text-hover: #FF9921; /* orange */
	--color-second-color-bg-link-text: #41FEFF; /* */
	/* --color-second-color-bg-link-text-hover: */
	--color-h3-white-bg-title: #FE8C07;
	--color-h3-color-bg-title: #FFF;
	--color-color-bg-content: #FFF;
	--color-white-bg-content: #EA7E00;
	--cookie-bg-color: #727272;
}

[high-contrast="on"] {
	--color-default-bg-color: #FFF;
	--color-secound-bg-color: #000;
	--color-third-bg-color: #FF9921;
	--color-fouth-bg-color: #EA7E00;
	--color-fifth-bg-color: #FF8A00;
	--color-sixth-bg-color: #008CD6;
	--color-seventh-bg-color: #383838;
	--color-eighth-bg-color: #414141;
	--color-nineth-bg-color: #FF6137;
	--color-icon-color: #8B8B8B;
	--color-bg-link-text: #FFF;
	--color-bg-link-text-hover: #FAFF00;
	--color-white-bg-link-text: #000;
	--color-white-bg-link-text-hover: #FF9921;
	--color-second-color-bg-link-text: #41FEFF;
	/* --color-second-color-bg-link-text-hover: */
	--color-h3-white-bg-title: #FE8C07;
	--color-h3-color-bg-title: #FFF;
	--color-color-bg-content: #FFF;
	--color-white-bg-content: #FE8C07;
	--cookie-bg-color: #727272;
}

*{   
	margin: 0;
	padding: 0;
}

body.eng {
	font-family: "Tahoma","Verdana","Arial","sans-serif","monospace","Microsoft JhengHei";
}
body.eng div.article-title {
	font-family: "Tahoma","Verdana","Arial","sans-serif","monospace","Microsoft JhengHei";
}

#hkecl-topbar,
.hkecl-dedicated,
body{
  margin: 0;
  padding: 0;
	font-family:"Microsoft JhengHei",微軟正黑體,"Tahoma","Verdana","Arial","sans-serif","monospace";
  background: var(--color-default-bg-color);
	width: 100%;
	color: var(--color-white-bg-link-text);
	font-size: 18px;
}
.clear-both {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.text-white {
	color: #fff;
}
.text-black {
	color:#000;
}
.text-center {
	text-align: center;
}

.default-bg-color {
	background-color: var(--color-default-bg-color);
}
.secound-bg-color {
	background-color: var(--color-secound-bg-color);
}
.third-bg-color {
	background-color: var(--color-third-bg-color);
}
.fouth-bg-color {
	background-color: var(--color-fouth-bg-color);
}
.fifth-bg-color {
	background-color: var(--color-fifth-bg-color);
}
.sixth-bg-color {
	background-color: var(--color-sixth-bg-color);
}
.seventh-bg-color {
	background-color: var(--color-seventh-bg-color);
}
.eighth-bg-color {
	background-color: var(--color-eighth-bg-color);
}
.nineth-bg-color {
	background-color: var(--color-nineth-bg-color);
}
.cookie-bg-color {
	background-color: var(--cookie-bg-color);
}
.cookie-bg-color {
	background-color: var(--cookie-bg-color);
}
.icon-color {
	color: var(--color-icon-color);
}
a.color-bg-link-text {
	color: var(--color-bg-link-text);
}
a.color-bg-link-text:hover {
	color: var(--color-bg-link-text-hover);
}
a.white-bg-link-text {
	color: var(--color-white-bg-link-text);
}
a.white-bg-link-text:hover {
	color: var(--color-white-bg-link-text-hover);
}
a.second-color-bg-link-text {
	color: var(--color-second-color-bg-link-text);
}
	
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }

h2.white-bg-title { 
	color: var(--color-h3-white-bg-title);
}
h2.color-bg-title { 
	color: var(--color-h3-color-bg-title);
}
.color-bg-content { 
	color: var(--color-color-bg-content);
}

button{
	cursor: pointer;
}

.hide{
	display: none;
}

/* owl-carousel */
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
.owl-theme .owl-dots button.owl-dot span{
	background: transparent;
	border: 1px solid #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots button.owl-dot:hover span {
	background: #FFF;
}

/* ui-tooltop */
body.eng div.hkecl-dedicated.ui-tooltip {
	font-family: "Tahoma","Verdana","Arial","sans-serif","monospace","Microsoft JhengHei";
}
div.hkecl-dedicated.ui-tooltip {
	border-radius: 10px;
	text-align: center;
	font-family: "Microsoft JhengHei",微軟正黑體,"Tahoma","Verdana","Arial","sans-serif","monospace";
}

/* clamp wording */
.clamp-wording{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* top bar */
#hkecl-topbar .hkecl-visible-desktop .hkecl-page-container{
	background-color: unset;
	padding: 0;
}

/* main menu */
nav.header-menu {
	display: flex;
  justify-content:space-evenly;
	padding: 20px 40px 9px 40px;
}
nav.header-menu .logo {
	vertical-align: middle;
	flex: 2;
	text-wrap: nowrap;
}
nav.header-menu .logo img {
	max-width: 145px;
	width: 43%;
	vertical-align: middle;
}
nav.header-menu .logo img:first-child {
	margin-right: 15px;
	min-width: 60px;
}
nav.header-menu .logo i.fa-solid.fa-house {
	font-size: 35px;
	vertical-align: bottom;
	color: #000;
}
nav.header-menu .desktop-menu {
	flex: 8;
}
nav.header-menu .search {
	align-self: center;
	/* font-size: 20px; */
}
nav.header-menu .search i {
	cursor: pointer;
}
nav.header-menu .search i:hover {
	color: var(--color-white-bg-link-text-hover);
}
nav.header-menu ul.nav-links {
	display: flex;
	justify-content:space-around;
	margin: 0;
	z-index: 999;
	max-width: 1100px;
	flex-wrap: wrap;
	column-gap: 20px;
}
nav.header-menu ul.nav-links li{
	margin: 0;
	position: relative;
}
nav.header-menu .nav-links a{
  display: block;
	/* text-transform: uppercase; */
	text-decoration: none;
	border-bottom: 2px solid transparent;
	/* transition: 0.5s ease;  */
	/* transform: translateX(0%); */
	line-height: 50px;
	margin-bottom: 2px;
}
nav.header-menu a.nav_menu_link {
	/* font-size: 18px; */
	font-weight: 700;
	vertical-align: baseline;
	position: relative;
	display: inline-block;
	height: auto;
	line-height: 50px;
	margin-bottom: 2px;
	cursor: pointer;
	border-bottom: 3px solid transparent;
}
/* style for english */
html[lang]:not([lang="zh-hant"]) nav.header-menu .nav-links a{
	/* text-transform: capitalize; */
}
html[lang]:not([lang="zh-hant"]) nav.header-menu .desktop-menu a.nav_menu_link {
	/* font-size: 15px; */
}
nav.header-menu a.nav_menu_link.active {
	border-bottom: 3px solid #FF9921;
}
nav.header-menu a.nav_menu_link:hover {
	transition: all .2s;
	border-bottom: 3px solid #FF9921;
}
nav.header-menu a.nav_menu_link:hover .arrow.down {
	border-top-color: #FF9921;
}

nav.header-menu .submenu:hover{
	display: block !important;
}
nav.header-menu .submenu{
	z-index: 110!important;
	display: none;
}
nav.header-menu .submenu, 
nav.header-menu #search-box{
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	top: 129px;
	left: 0;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
nav.header-menu #search-box{
	padding: 50px 0;
	text-align: center;
	z-index: 100;
}
nav.header-menu #search-box form{
	color: #555;
  padding: 2px;
	background: var(--color-default-bg-color);
	border: 1px solid var(--color-default-bg-color);
  border-radius: 18px;
	display: inline-block;
	margin-top: 10px;
	width: 400px;
	max-width: 80%;
}
nav.header-menu #search-box input[type="search"]{
  border: none;
  margin: 0;
  padding: 7px 0 7px 12px;
  /* font-size: 14px; */
  /* color: inherit; */
  border: 1px solid transparent;
  border-radius: inherit;
	width: calc( 100% - 50px);
}
nav.header-menu #search-box input[type="search"]::placeholder{
  color: var(--color-icon-color);
}
nav.header-menu #search-box button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
	height: 20px;
	vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
	color: var(--color-icon-color);
}
nav.header-menu #search-box button[type="submit"]:hover {
  color: var(--color-white-bg-link-text-hover);
}
nav.header-menu #search-box button[type="submit"]:focus,
nav.header-menu #search-box input[type="search"]:focus{
  /* box-shadow: 0 0 3px 0 #1183d6; */
  /* border-color: #1183d6; */
  outline: none;
}
nav.header-menu #search-box form {
	border: none;
	padding: 0;
}
.ui-autocomplete{
	z-index: 999;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	max-width: 80vw;
	width: 0;
	max-height: 50vh;
	height: auto;
	overflow: auto;
	width: fit-content!important;
}
.ui-autocomplete.hkecl-search-autocomplete.ui-menu .ui-menu-item a{
	display: flex;
	height: fit-content;
}
.ui-autocomplete.ui-menu .ui-menu-item a div{
	display: inline-block;
}
.ui-autocomplete.ui-menu li.ui-menu-item a span{
	width: calc( 100% - 100px);
}

nav.header-menu .submenu {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
nav.header-menu .burger{
  display: none;
	z-index: 1000;
	position: absolute;
	right: 20px;
}
nav.header-menu .burger.toggle{
	position: fixed;
}
nav.header-menu div.prev_m{
  display: none;
}

nav.header-menu .mobile-menu{
	display: none;
}
nav.header-menu .submenu{
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
	width: max-content;
	padding: 10px 30px;
	margin: 0;
	border-radius: 6px;
	border: 1px solid #eee;
	display: none;
	position: absolute;
	top: 58px;
}
nav.header-menu .submenu li a{
	/* font-size: 18px; */
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 0;
}

nav.header-menu .submenu-block{
	display: flex;
	margin: 0 auto;
	gap: 50px;
	justify-content: center;
}
nav.header-menu .submenu-block{
	display: flex;
	margin: 0 auto;
	gap: 50px;
	justify-content: center;
}
nav.header-menu .submenu-block .submenu-left{
	/* font-size: 18px; */
	font-weight: 700;
	line-height: 2;
	width: 49%;
	text-align: right;
}
/* style for english */
html[lang]:not([lang="zh-hant"]) nav.header-menu .submenu-block .submenu-left{
	font-size: 15px;
}
html[lang]:not([lang="zh-hant"]) nav.header-menu .desktop-menu .submenu li a{
	font-size: 15px;
}
nav.header-menu .submenu-block .submenu-left ul{
	padding: 20px;
	height: auto;
}
nav.header-menu .submenu-block .submenu-m{
	border: 0;
	border-left: 1px solid;
	margin: 20px 40px;
}
nav.header-menu .submenu-block .submenu-right{
	padding: 15px 10px;
	/* font-size: 14px; */
	font-weight: 700;
	width: 49%;
}
nav.header-menu .submenu-block .submenu-right img{
	max-width: 210px;
	width: 100%;
}
section.mask_header{
	height: auto;
	display: none;
}

/* for set default font size */
div#page.site{
	/* font-size: 16px; */
}

/* banner */
.banner div.desktop {
	display: block;
}
.banner div.mobile {
	display: none;
}
.banner .owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	font-size: 60px;
	color: #fff;
	width: 100%;
}
.banner button.owl-prev {
	float:left;
}
.banner button.owl-next {
	float: right;
}
.banner .owl-carousel.owl-theme .owl-nav button.owl-prev span, 
.banner .owl-carousel.owl-theme .owl-nav button.owl-next span {
	font-size: 60px;
	display: block;
	height: 32px;
	width: 20px;
	color: #fff;
}
.banner .owl-carousel.owl-theme .owl-nav button.owl-prev span:hover, 
.banner .owl-carousel.owl-theme .owl-nav button.owl-next span:hover {
	color: #FF9921;
}
.banner .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, 
.banner .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
	background-color: transparent;
}
.banner .owl-carousel.owl-theme .owl-dots {
	/* margin-top: -37px; */
	/* margin-bottom: 10px; */
	position: absolute;
	width: 100%;
	bottom: 10px;
}

/* content section */
section.contentsec {
	padding: 50px 15px 80px 15px;
}
section.contentsec>div {
	width: 100%;
	max-width: 1330px;
	margin: auto;
}
section .title {
	padding-bottom: 40px;
	text-align: center;
}
section .block {
	display: flex;
	justify-content: center;
	text-align: center;
}
section .title h2 {
	/* font-size: 30px; */
	font-weight: 700;
	line-height: 1.5;
}

section .block .card .card-image-border {
	border-radius: 10px;
	overflow: hidden;
}
section .block .card img {
	width: 100%;
	transition: 1s ease;
	display: block;
}
section .block .card img:not(.no-scale):hover{
	transform: scale(1.2);  /* zoom in the image upto 20% */
	cursor: pointer;
}

section .block .card h3 {
	padding: 15px 10px 0 10px;
	margin-bottom: 0;
	/* font-size: 24px; */
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* focus */
section.toppick .block {
	display: flex;
	justify-content: space-between;
}
section.toppick .block .card {
	display: inline-block;
	max-width: 423px;
	width: 100%;
}
section.toppick .owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	top: 40%;
	width: 116%;
	left: -8%;
	z-index: -1;
}
section.toppick button.owl-prev {
	float:left;
}
section.toppick button.owl-next {
	float: right;
}

/* study */
section.contentsec.study {
	padding: 50px 0 80px 0;
}
section.study.contentsec>div{
	max-width: unset;
}
section.study .block.carouselTicker{
	display: block;
	overflow: hidden;
}
ul.carouselTicker__list {
	overflow: hidden;
}
li.carouselTicker__item{
	float: left;
	width: auto;
	height: auto;
	max-width: 440px;
}
section.study .block .card {
	margin: 0px 20px;
	max-width: 400px;
	width: max-content;
}
section.study .card span{
	/* font-size: 13px; */
	font-weight: 400;
	line-height: 1.5;
}

/* posts */
section.posts {
	display: flex;
	justify-content: center;
}
section.posts.contentsec {
	padding: 30px 0 50px 0;
}
section.posts>div {
	min-width: calc(1024px - 50px);
	/* width: 70%; */
}
section.posts .card {
	min-height: 330px;
	margin-bottom: 40px;
}
section.posts .owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	top: 40%;
	width: 116%;
	left: -8%;
	z-index: -1;
}
section.posts button.owl-prev {
	float:left;
}
section.posts button.owl-next {
	float: right;
}
section.posts .block.mobile {
	display: none;
}
section.posts .block.desktop {
	display: block;
}

/* learning-info */
section.learning-info {
	display: flex;
	justify-content: center;
}
section.learning-info.contentsec {
	padding: 30px 0 50px 0;
}
section.learning-info>div {
	min-width: calc(1024px - 50px);
	/* width: 70%; */
}
section.learning-info .card {
	margin-bottom: 40px;
	width: calc( 25% - 30px);
	padding-right: 30px;
}
section.learning-info .owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	top: 40%;
	width: 116%;
	left: -8%;
	z-index: -1;
}
section.learning-info button.owl-prev {
	float:left;
}
section.learning-info button.owl-next {
	float: right;
}
section.learning-info .block.mobile {
	/* display: none; */
}
section.learning-info .block{
	display:block;
}
section.learning-info .block.desktop .block-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
section.learning-info .block.desktop .more {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 15px 80px;
	margin: 50px auto;
	display: block;
	width: fit-content;
}
section.learning-info .block.desktop .more:hover {
	color: var(--color-color-bg-content);
}

/* parent-class */
section.parent-class {
	display: flex;
	justify-content: center;
}
section.parent-class.contentsec {
	padding: 30px 0 50px 0;
}
section.parent-class>div {
	min-width: calc(1024px - 50px);
	/* width: 70%; */
}
section.parent-class .card {
	min-height: 330px;
	margin-bottom: 40px;
}
section.parent-class .owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	top: 40%;
	width: 116%;
	left: -8%;
	z-index: -1;
}
section.parent-class button.owl-prev {
	float:left;
}
section.parent-class button.owl-next {
	float: right;
}
section.parent-class .block.mobile {
	display: none;
}
section.parent-class .block.desktop {
	display: block;
}

/* calendar */
section.event-calendar {
	display: flex;
	justify-content: center;
}
section.event-calendar>div {
	min-width: calc(1024px - 50px);
	width: calc(1024px - 50px);
}
section.event-calendar .title {
	padding: 20px 0;
	border-radius: 20px 0px 0px 0px;
}
section.event-calendar .event-recommand{
	border: 1px solid #A7A7A7;
	border-top: 0;
	border-bottom-right-radius: 20px;
	padding: 40px;
}
section.event-calendar .calendar {
	display: flex;
}
section.event-calendar .pb-calendar {
	flex: 1;
	padding: 50px;
}
section.event-calendar .pb-calendar .top-frame {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}
section.event-calendar .pb-calendar .row {
	min-width: unset;
	max-width: unset;
}
section.event-calendar .event {
	flex: 1;
	padding: 20px;
}
section.event-calendar .event .tab_wrapper {
  margin: 10px 0 50px;
  display: inline-block;
  width: 100%;
  position: relative;
	/* font-size: 18px; */
}
section.event-calendar .event .tab_wrapper * {
  box-sizing: border-box;
}
section.event-calendar .event .tab_wrapper > ul {
  clear: both;
  display: flex;
  width: 100%;
}
section.event-calendar .event .tab_wrapper ul,
section.event-calendar .event .tab_wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.event-calendar .event .tab_wrapper > ul li {
	flex: 1;
	margin: 0;
	border-radius: 6px 6px 0 0;
	border: 1px solid #B8B8B8;
  float: left;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 18px;
  text-transform: uppercase;
  position: relative;
  color: #ccc;
	text-align: center;
	align-self: end;
}
section.event-calendar .event .tab_wrapper > ul li.active {
	background-color: #008CD6;
  border-bottom: 0;
	color: #fff;
	font-size: 1.3em
}
section.event-calendar .event .tab_wrapper .content_wrapper {
  float: left;
  width: 100%;
  border: 1px solid #B8B8B8;
  border-top: 0;
  box-sizing: border-box;
	height: 500px;
	overflow: overlay;
}
section.event-calendar .event .tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 15px 20px;
}
section.event-calendar .event .tab_wrapper .content_wrapper .tab_content.active {
  /* display: block; */
}
section.event-calendar .event .tab_wrapper .content_wrapper .tab_content .error {
  color: red;
}
section.event-calendar .event .tab_wrapper .accordian_header {
	display: none;
}
section.event-calendar .event .calendar-list li div.calendar-list-date {
	width: 10%;
	max-width: 50px;
	min-width: 50px;
	float: left;
	display: inline-block;
}
section.event-calendar .event .calendar-list li div.calendar-list-date span {
	display: table-cell;
	background-image: url(../images/calendar_icon_blue-01.svg);
	background-repeat: no-repeat;
	height: 52px;
	width: 40px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 0.8em;
}
section.event-calendar .event .calendar-list li div.calendar-list-date span.is-parent {
	background-image: url(../images/calendar_icon_org-01.svg);
}
section.event-calendar .event .tab_wrapper .calendar-list li {
	padding: 20px 0;
	border-bottom: 1px solid #D1D1D1;
}
section.event-calendar .event .calendar-list li div.calendar-list-content {
	float: left;
	display: inline-block;
	width: 60%;
	border-bottom: 0;
}
section.event-calendar .event .calendar-list li div.calendar-list-content p {
	margin: 0 0 10px 0;
	/* word-break: break-word; */
	line-height: 1.5;
}
section.event-calendar .event .calendar-list li div.edcity-event {
	float: right;
	display: inline-block;
	padding: 10px 12px;
	width: 23%;
	text-align: right;
	/* font-size: 14px; */
	border-radius: 6px;
}
section.event-calendar .event .calendar-list li .event-date {
	/* font-size: 14px; */
}

section.event-calendar .event-review {
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 14px 43px;
	width: fit-content;
	margin: 0 auto;
	/* font-size: 16px; */
}
section.event-calendar .event-review a {

}

/* footer */
div.footer {
	max-width: 100%;
}
div.footer-container{
	width: calc( 100% - 40px);
	max-width: unset;
}
div.footer .footer-container a {
	color: #000;
}div.footer .footer-container a:hover {
	color: var(--color-white-bg-link-text-hover);
}

@media only screen and (max-width: 1023px){
	nav.header-menu {
		padding: 20px 20px 9px 20px;
	}
  nav.header-menu .burger{
    display: block;
		align-self: center;
  }
	nav.header-menu .burger div{
		width: 25px;
		height: 3px;
		background: #8B8B8B;
		margin: 5px;
		transition:all 0.5s ease;
	}
	nav.header-menu .desktop-menu {
		display: none;
	}
	nav.header-menu .mobile-menu {
		width: 100%;
		height: 100vh;
		position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
	}
	nav.header-menu .mobile-menu img.logo{
		width:100%;
		min-width: 120px;
		max-width: 150px;
	}
	nav.header-menu .mobile-menu>div:first-child {
		text-align: center;
    padding: 60px 20px 20px 20px;
	}

	nav.header-menu .mobile-menu .active {
		color: #FAFF00
	}
	nav.header-menu .mobile-menu ul.nav-links {
		display: block;
    margin: 30px;
	}
	nav.header-menu .mobile-menu .m_submenu ul.nav-links {
    margin: 0 30px;
	}
	nav.header-menu ul.nav-links li {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
	nav.header-menu .mobile-menu div.menu {
    position: relative;
		height: calc( 100% - 229px);
		overflow-y: scroll;
	}
	nav.header-menu .mobile-menu div.menu .m_submenu {
    top: 0;
    height: 100%;
    z-index: 100;
    position: absolute;
    width: 100%;
		display: none;
	}
	nav.header-menu .prev_m {
    display: none;
    align-self: center;
    z-index: 1000;
    position: fixed;
    left: 25px;
	}
	nav.header-menu .prev_m i {
    font-size: 1.3em;
    color: #FFF;
	}
	nav.header-menu .search {
		margin-right: 50px;
	}
	nav.header-menu #search-box{
		top: 87px;
	}
	nav.header-menu .subscribe-block {
    background-color: var(--color-secound-bg-color);
	}
}

@keyframes navLinkFade{
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}
.burger.toggle .line1{
	transform: rotate(-45deg) translate(-5px,6px );
	background: #fff;
}
.burger.toggle .line2{
	opacity: 0;
}
.burger.toggle .line3{
	transform: rotate(45deg) translate(-5px,-6px );
	background: #fff;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
		
  }
}

.contentsec > div {
	opacity: 0;
}
.contentsec > div.fadeInUp {
  /* -webkit-animation-name: fadeInUp; */
  /* animation-name: fadeInUp; */
	animation-delay: 1.2s;
	animation-duration: 2.5s;
	opacity: 1;
	transform: translate3d(0, 40px, 0); 
	transition: opacity 1500ms ease 0s, transform 1200ms ease 0s;
}

/* mobile */
@media only screen and (max-width: 767px){
	section.banner div.desktop {
		display: none;
	}
	section.banner div.mobile {
		display: block;
	}
	section.learning-info>div,
	section.parent-class>div,
	section.posts>div,
	section.event-calendar>div{
    min-width: calc(100vw - 50px);
		width: 100%
	}
	/* parent-class */
	section.parent-class.contentsec {
		padding: 50px 15px 80px 15px;
	}
	section.parent-class .block.mobile{
		display: block;
	}
	section.parent-class .block.desktop{
		display: none;
	}
	/* learning-info */
	section.learning-info.contentsec {
		padding: 50px 15px 80px 15px;
	}
	section.learning-info .block.mobile{
		display: block;
	}
	section.learning-info .block.desktop{
		/* display: none; */
	}
	section.learning-info .block.desktop .block-container{
		flex-flow: column;
	}
	section.learning-info .card{
		width: 100%;
		padding-right: 0;
	}
	section.learning-info .block.mobile .more {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 0;
		margin: 0 20px;
		display: block;
		width: unset;
	}
	section.learning-info .block.mobile .more:hover {
    color: var(--color-color-bg-content);
	}
	/* post */
	section.posts.contentsec {
		padding: 50px 15px 80px 15px;
	}
	section.posts .block.mobile{
		display: block;
	}
	section.posts .block.desktop{
		display: none;
	}
	/* parent-class */
	section.parent-class .block.mobile .more {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 0;
		margin: 0 20px;
		display: block;
	}
	section.parent-class .block.mobile .more:hover {
    color: var(--color-color-bg-content);
	}
	/* toppick */
	section.toppick .block{
		flex-direction: column;
	}
	section.toppick .block .card{
		max-width: 100vw;
		margin-bottom: 30px;
	}
	/* study */
	section.study .block .card {
		max-width: 50vw;
	}
	section.posts .block.mobile .more {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px 0;
		margin: 0 20px;
		display: block;
	}
	section.posts .block.mobile .more:hover {
    color: var(--color-white-bg-content);
	}
	/* event-calendar */
	section.event-calendar .calendar {
		display: flex;
    flex-direction: column;
	}
	section.event-calendar .event-recommand {
		border: 0;
		padding: 40px 0;
	}
	section.event-calendar .pb-calendar, 
	section.event-calendar .event {
		padding: 0;
	}
	section.event-calendar .pb-calendar {
		padding-bottom: 20px;
	}
	section.event-calendar .pb-calendar .top-frame {
		padding-top: 0;
	}
	section.event-calendar .event .tab_wrapper .content_wrapper {
		height: 600px;
	}
	section.event-calendar .event-review {
		width: calc(100% - 80px);
	}
	section.toppick .owl-theme .owl-nav {
		width: calc( 100% + 30px);
    left: -15px;
		z-index: 1;
	}
	section.event-calendar .event .calendar-list li div.edcity-event{
    padding: 0;
    width: 10%;
	}
	section.event-calendar .calendar-list .edcity-event img{
		width: 100%;
	}
}
/* tablet */
@media only screen and (max-width: 1023px) and (min-width: 768px){
	nav.header-menu .logo img {
		width: 32%;
	}
	section.learning-info>div,
	section.parent-class>div,
	section.posts>div,
	section.event-calendar>div{
    min-width: calc(768px - 50px);
		width: 100%
	}
	section.study .block .card {
		max-width: 40vw;
	}
	section.event-calendar .calendar {
		flex-direction: column;
	}
	section.event-calendar .event-recommand {
		padding: 40px 0;
	}
	section.event-calendar .event .calendar-list li div.edcity-event{
		padding: 0;
		width: 10%;
	}
	section.event-calendar .calendar-list .edcity-event img{
		width: 50%;
	}
}
@media only screen and (max-width: 767px){
	section.resource .resource-container .more {
		padding: 15px 0;
	}
}

/* special for posts & parent-class & learning-info */
@media only screen and (max-width: 1490px) and (min-width: 768px){
	section.learning-info .block,
	section.parent-class .block,
	section.posts .block,
	section.toppick .block {
		width: calc( 100vw - 80px);
    margin: 0 auto;
		max-width: 100%;
	}
	section.learning-info .owl-theme .owl-nav,
	section.parent-class .owl-theme .owl-nav,
	section.posts .owl-theme .owl-nav,
	section.toppick .owl-theme .owl-nav {
		width: calc( 100% + 56px);
    z-index: 1;
    left: -28px;
	}
}
/* special for posts & parent-class & learning-info*/
@media only screen and (max-width: 1560px) and (min-width: 1491px){
	section.learning-info .block,
	section.parent-class .block,
	section.posts .block,
	section.toppick .block {
		width: calc( 100vw - 80px);
    margin: 0 auto;
		max-width: 100%;
	}
	section.learning-info .owl-theme .owl-nav,
	section.parent-class .owl-theme .owl-nav,
	section.posts .owl-theme .owl-nav,
	section.toppick .owl-theme .owl-nav {
		width: calc( 100% + 140px);
    left: -70px;
	}
}
@media only screen and (max-width: 1200px){
	section.posts .card {
		min-height: 300px;
	}
}

/* special for focus */
@media only screen and (max-width: 1370px) and (min-width: 768px){
	section.toppick .block .card {
		flex: 1;
		max-width: 30vw;
	}
}

@media only screen and (min-width: 768px){
	section.banner,
	.status-publish,
	div#hkecl-categ-columns-container,
	div#hkecl-resource-columns-container {
		/* padding-top: 83px; */
	}
	section.mask_header{
		display: block;
	}
}
@media only screen and (min-width: 1024px){

}
@media only screen and (min-width: 1200px){
	div.footer-container {
    width: calc( 100% - 40px);
    max-width: 1330px;
	}
}
@media only screen and (max-width: 310px){
	ul.tab_list{
		word-break: break-word;
	}
	section.event-calendar .event .tab_wrapper > ul li{
		padding: 8px;
	}
	section.event-calendar .event .tab_wrapper > ul li.active{
		/* font-size: 18px; */
	}
}
@media only screen and (max-width: 290px){
	.row1-left .logo{
		padding-right: 0;
		margin: 0 auto 20px auto;
		display: block;
	}
	.row1-left .w3c{
		margin: 0 auto;
		display: block;
	}
}

/* float hide wp-admin bar right */
div#wpadminbar > div.quicklinks > ul#wp-admin-bar-top-secondary > li#wp-admin-bar-hide {
  float: right;
}

/* 404 error page */
#container.error-404 {
	width: 70%;
	margin: 120px 15%;
}

#container.error-404>h1 {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 20px;
}

#container.error-404>p {
	line-height: 1.5;
}

#hkecl-topbar div.member-login a.hkecl_login_yes.color-bg-link-text {
	min-width: 27px;
	height: 27px;
}