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

/* default, light mode styles set with variables */
:root {
	--color-default-bg-color: #FFF;
	--color-secound-bg-color: #008CD6;
	/* orange */
	--color-third-bg-color: #008CD6;
	/* light orange */
	--color-fouth-bg-color: #008CD6;
	/* dark orange */
	--color-fifth-bg-color: #3B45A8;
	/* 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: #008CD6;
	/* orange */
	--color-second-color-bg-link-text: #41FEFF;
	/* */
	/* --color-second-color-bg-link-text-hover: */
	--color-h3-white-bg-title: #008CD6;
	--color-h3-color-bg-title: #FFF;
	--color-white-bg-content: #008CD6;
	--color-color-bg-content: #FFF;
	--cookie-bg-color: #727272;
}

[high-contrast="on"] {
	--color-default-bg-color: #FFF;
	--color-secound-bg-color: #000;
	--color-third-bg-color: #008CD6;
	--color-fouth-bg-color: #008CD6;
	--color-fifth-bg-color: #3B45A8;
	--color-sixth-bg-color: #008CD6;
	--color-seventh-bg-color: #383838;
	--color-eighth-bg-color: #414141;
	--color-nineth-bg-color: #008CD6;
	--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: #008CD6;
	--color-second-color-bg-link-text: #41FEFF;
	/* --color-second-color-bg-link-text-hover: */
	--color-h3-white-bg-title: #008CD6;
	--color-h3-color-bg-title: #FFF;
	--color-white-bg-content: #008CD6;
	--color-color-bg-content: #FFF;
	--cookie-bg-color: #727272;
}

* {
	margin: 0;
	padding: 0;
}

#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);
}

.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);
}

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

.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 */
div.hkecl-dedicated.ui-tooltip {
	border-radius: 10px;
	text-align: center;
	font-family: "Microsoft JhengHei",微軟正黑體,"Tahoma","Verdana","Arial","sans-serif", "monospace";
}

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

.clamp-three-wording {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* letter spacing */
.zero_spacing{
	letter-spacing: 0px!important;
}

/* link style */
a{
	word-break: break-word;
}

/* 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;
	align-content: center;
	display: inline-block;
	line-height: 0;
}

nav.header-menu .logo img {
	max-width: 145px;
	width: 43%;
	max-height: 55px;
	vertical-align: middle;
}

nav.header-menu .logo img:first-child {
	margin-right: 15px;
	min-width: 60px;
}

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="en"] nav.header-menu .desktop-menu a.nav_menu_link {
	font-size: 15px;
}

nav.header-menu a.nav_menu_link.active {
	border-bottom: 3px solid var(--color-white-bg-link-text-hover);
}

nav.header-menu a.nav_menu_link:hover {
	transition: all .2s;
	border-bottom: 3px solid var(--color-white-bg-link-text-hover);
}

nav.header-menu a.nav_menu_link:hover .arrow.down {
	border-top-color: var(--color-white-bg-link-text-hover);
}

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="en"] nav.header-menu .submenu-block .submenu-left {
	font-size: 15px;
}

html[lang="en"] 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; */
}
div.article-title {
	font-size: unset;
}

/* 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 130px 15px;
}

section.contentsec>div {
	max-width: 1330px;
	margin: auto;
}

section .title {
	padding-bottom: 50px;
	text-align: center;
}

section .desc {
	text-align: center;
	/* font-size: 23px; */
	line-height: 1.5;
	padding-bottom: 40px;
}

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:hover {
	transform: scale(1.2);
	/* zoom in the image upto 20% */
	cursor: pointer;
}

section .block .card p {
	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;
}

/* service-audience, news, edb-resource */
section.service-audience .block .card,
section.news .block .card,
section.edb-resource .block .card {
	display: inline-block;
	max-width: 423px;
	width: calc(100% - 4px);
	margin: 0 2px;
}

section.service-audience .owl-theme .owl-nav,
section.news .owl-theme .owl-nav,
section.edb-resource .owl-theme .owl-nav,
section.partner .owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	top: calc(50% - 36px);
	width: 116%;
	left: -8%;
	z-index: -1;
}

section.service-audience button.owl-prev,
section.news button.owl-prev,
section.edb-resource button.owl-prev,
section.partner button.owl-prev {
	float: left;
}

section.service-audience button.owl-next,
section.news button.owl-next,
section.edb-resource button.owl-next,
section.partner button.owl-next {
	float: right;
}

/* service-audience */
section.service-audience {
	background: linear-gradient(270deg, #008CD6 0%, #75CCFB 102.24%);
}

section.service-audience .desc p {
	/* font-size: 23px; */
	text-align: center;
	line-height: 1.5;
	padding-bottom: 50px;
}

section.service-audience .block .card {
	display: inline-block;
	max-width: 423px;
	width: 100%;
}

/* news */
section.news .block {
	gap: 60px;
	padding-bottom: 100px;
}

section.news .block .card {
	padding: 40px 15px;
	max-width: unset;
	width: unset;
	margin: unset;
	flex: 1;
}

section.news .block .card:nth-child(odd) {
	border-bottom: 1px solid #008CD6;
	border-top: 1px solid transparent;
}

section.news .block .card:nth-child(even) {
	border-top: 1px solid #008CD6;
	border-bottom: 1px solid transparent;
}

section.news .block .news-date,
section.news .block .news-desc {
	/* font-size: 18px; */
	text-align: left;
	line-height: 1.5;
	padding-bottom: 25px;
}

section.news .block .news-title {
	font-size: 1.1em;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	padding-bottom: 25px;
}

section.news .block .news-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-bottom: 0;
	word-break: break-word;
	height: fit-content;
}

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

section.news .news-more a {}

/* edb-resource */
section.edb-resource {
	background-image: url(images/edb_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

section.edb-resource .card .card-image-border {
	position: relative;
}

section.edb-resource .card .card-image-border .card-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: -webkit-fill-available;
	height: 40%;
	background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
	display: flex;
	align-items: end;
	padding: 10px 15px;
	opacity: 1;
	transition: all 1s ease-out;
}

section.edb-resource .card .card-image-border .card-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: -webkit-fill-available;
	height: -webkit-fill-available;
	text-align: center;
	align-items: center;
	padding: 20px;
	background: #000;
	opacity: 0;
	display: flex;
	transition: all 1s ease-out;
}

section.edb-resource .card .card-image-border span {
	font-size: 1.1em;
	color: #FFF;
	line-height: 1.5;
	overflow-wrap: break-word;
	word-break: break-word;
	width: 100%;
}

section.edb-resource .card:hover .card-title {
	opacity: 0;
}

section.edb-resource .card:hover .card-mask {
	opacity: 0.7;
}

/* calendar */
section.event-calendar {
	display: flex;
	justify-content: center;
	background: linear-gradient(270deg, #008CD6 0%, #8BD7FF 102.24%);
}

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 {
	background-color: #FFF;
	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 {}

section.partner {
	background: linear-gradient(270deg, #0778B4 0%, #55C4FF 102.24%);
}

section.partner .desc {
	/* font-size: 23px; */
	text-align: center;
	line-height: 1.5;
	padding-bottom: 50px;
}

section.partner .block .card .card-image-border {
	border-radius: 10px 10px 0 0;
}

section.partner .block .card p {
	/* font-size: 18px; */
	text-align: center;
	line-height: 1.5;
	padding: 10px;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
}

section.partner .block .card p span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/* 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 screen and (max-width: 767px) {
	section.banner div.desktop {
		display: none;
	}

	section.banner div.mobile {
		display: block;
	}

	section.event-calendar>div {
		min-width: calc(100vw - 50px);
		width: 100%
	}

	section.event-calendar .calendar {
		display: flex;
		flex-direction: column;
	}

	section.event-calendar .event-recommand {
		border: 0;
		padding: 40px 20px;
	}

	section.event-calendar .pb-calendar,
	section.event-calendar .event {
		padding: 0;
	}

	section.event-calendar .pb-calendar {
		padding-bottom: 20px;
	}

	section.event-calendar .event .calendar-list li div.edcity-event {
		padding: 0;
		width: 10%;
	}

	section.event-calendar .calendar-list .edcity-event img {
		width: 100%;
	}

	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.news .block {
		display: block;
		text-align: left;
		padding-bottom: 50px;
	}

	section.news .block .card {
		display: flex;
		gap: 0;
		border-bottom: 1px solid #008CD6;
		flex-direction: column;
	}

	section.news .block .card:nth-child(even) {
		border-top: 0;
	}

	section.news .block .card .new-left {
		flex: 1;
	}

	section.news .block .card .news-desc {
		flex: 2;
	}
}

/* tablet */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	nav.header-menu .logo img {
		width: 32%;
	}

	section.service-audience>div,
	section.news>div,
	section.edb-resource>div,
	section.event-calendar>div,
	section.partner>div {
		min-width: calc(768px - 50px);
		width: 100%
	}

	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%;
	}

	section.news .block {
		display: block;
		text-align: left;
		padding-bottom: 50px;
	}

	section.news .block .card {
		display: flex;
		gap: 40px;
		border-bottom: 1px solid #008CD6;
	}

	section.news .block .card:nth-child(even) {
		border-top: 0;
	}

	section.news .block .card .new-left {
		flex: 1;
	}

	section.news .block .card .news-desc {
		flex: 2;
	}
}

@media only screen and (max-width: 767px) {
	section.resource .resource-container .more {
		padding: 15px 0;
	}
}

/* special for section */
@media only screen and (max-width: 1490px) and (min-width: 768px) {

	section.service-audience .block,
	section.edb-resource .block,
	section.partner .block {
		width: calc(100vw - 80px);
		margin: 0 auto;
		max-width: 100%;
	}

	section.service-audience .owl-theme .owl-nav,
	section.edb-resource .owl-theme .owl-nav,
	section.partner .owl-theme .owl-nav {
		width: calc(100% + 56px);
		z-index: 1;
		left: -28px;
	}
}

/* special for section */
@media only screen and (max-width: 1560px) and (min-width: 1491px) {

	section.service-audience .block,
	section.edb-resource .block,
	section.partner .block {
		width: calc(100vw - 80px);
		margin: 0 auto;
		max-width: 100%;
	}

	section.service-audience .owl-theme .owl-nav,
	section.edb-resource .owl-theme .owl-nav,
	section.partner .owl-theme .owl-nav {
		width: calc(100% + 140px);
		left: -70px;
	}
}

@media only screen and (max-width: 1200px) {}

/* special for section */
@media only screen and (max-width: 1370px) and (min-width: 768px) {}

@media only screen and (max-width: 1370px) and (min-width: 1024px) {

	#hkecl-categ-columns-container .category-description,
	#hkecl-categ-columns-container .resource-cat,
	div#hkecl-categ-content {
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@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;
}