html, body {
	overflow-x: hidden;
	width: 100vw;
}
body {
	font-family: 'Noto Sans CJK TC', 'PingFang TC', 'Heiti TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', sans-serif;
	color: #fff;
	font-size: 1.125rem;
	width: 100%;
}
body.loaded {
}
p {
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}
a, button, input[type="submit"] {
	cursor: pointer;
}
input, select, textarea {
	font-family: 'Noto Sans CJK TC', 'PingFang TC', 'Heiti TC', 'Noto Sans TC', source-han-sans-traditional, 'Microsoft JhengHei', sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#005292; /* change if the mask should have another color then white */
	z-index:100; /* makes sure it stays on top */
}
#status {
	border: 8px solid #49c0bd; /* Light grey */
    border-top: 8px solid #1a1a1a; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* layout */
.container {
	padding: 6em 2em 4em;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.container.wide {
	max-width: 1160px;
}
footer .container {
	padding: 2em 2em;
}
.max-w9 {max-width: 860px;}
.max-w7 {max-width: 600px;}
.max-w6 {max-width: 500px;}

.col {
	display: inline-block;
}
.flex {
	display: flex;
}

.mx-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}
.w100 {
	width: 100%;
}
.d-table {
	display: table;
}
.d-row {
	display: table-row;
}
.d-cell {
	display: table-cell;
}
.mt-1 {	margin-top: 0.8em; }
.mt-2 {	margin-top: 1.4em; }
.mb-1 {	margin-bottom: 0.8em; }
.mb-2 {	margin-bottom: 1.4em; }
.mb-3 {	margin-bottom: 2em; }
.mb-4 {	margin-bottom: 3em; }
.mb-s { margin-bottom: 10px; }

.my-1 { margin-top: 0.5em; margin-bottom: 0.5em;}

.pt-1 { padding-top: 0.8em; }
.pt-2 { padding-top: 1.4em; }
.pb-4 { padding-bottom: 4em; }
/* position */
.ab-center {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.fixed-right {
	position: fixed;
	right: 20px;
	top: 150px;
	z-index: 90;
}
.flex-middle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-space {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/* color */
.bg-no {
	background: transparent;
}
.bg-white {
	background-color: rgba(255, 255, 255, 1);
}
.bg-gray {
	background-color: #f2f2f2;
}
.bg-black {
	background-color: #1a1a1a;
}
.bg-blue {
	background-color: #005292;
}
.bg-gradient {
	background: linear-gradient(#bbe1e8, #a0d7e5 35%, #5dc1cf 100%);
}
.bg-shadow {
	-moz-box-shadow:    inset 0 0 30px rgba(0, 0, 0, 0.14);
   -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.14);
   box-shadow:         inset 0 0 30px rgba(0, 0, 0, 0.14);
}
.bg-dec-line {
	background-image: url('../img/sub-bg1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg-dec-map {
	/* content: "";
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	width: 100%; */
	background: url('../img/sub-bg2.png'), linear-gradient(#bbe1e8, #a0d7e5 35%, #5dc1cf 100%);
	background-repeat: no-repeat, no-repeat;
	background-size: contain, contain;
	background-attachment: fixed, fixed;
	background-position: center, center;
}

.white {
	color: #fff;
}
.main-blue {
	color: #005292;
}
.sub-blue {
	color: #005292;
}
.sub-whiteblue {
	color: #97ffff;
}
.sub-yellow {
	color: #fffaa9;
}
.sub-black {
	color: #1a1a1a;
}
.gray {
	color: #b3b3b3;
}
.orange {
	color: #de5a3d;
}

/* text */
.t-xlarge {
	font-size: 1.67em; /* 30px */
}
.t-large {
	font-size: 1.45em; /* 26px */
}
.t-midlarge {
	font-size: 1.225em; /* 22px */
}
.t-mid {
	font-size: 1em; /* 18px */
}
.t-small {
	font-size: 0.89em; /* 16px */
}
.t-xsmall {
	font-size: 0.72em; /* 14px */
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.bold {
	font-weight: 700;
}
.font-w4 {
	font-weight: 400;
}
.font-light {
	font-weight: 300;
}
.lh-mid {
	line-height: 1.8;
}
p + p {
	margin-top: 1em;
}

.show-sm {
	display: none;
}
/* button */
.main-btn {
	background-color: #fff;
	color: #ed7e62;
	text-align: center;
	border: 0;
	display: block;
	font-weight: 700;
	font-size: 34px;
	border-bottom: 3px solid #259ca9;
}
.wide-btn {
	height: 65px;
	width: 250px;
	letter-spacing: 2px;
	line-height: 69px;
	text-indent: 2px;
}
.main-btn.bg-blue {
	color: #005292;
	background-color: #fff;
	border: 2px solid #005292;
	line-height: 55px;
	display: inline-block;
	font-size: 26px;
	height: 55px;
	width: 160px;
	white-space:nowrap;
}
.main-btn.bg-blue.active {
	background-color: #005292;
	color: #fff;
}
.long-btn {
	height: 180px;
	width: 50px;
	writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 12px;
    font-size: 26px;
    letter-spacing: 4px;
	border: 0;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
}
.main-btn:hover {
	background-color: #005292;
	color: #fff;
}
.sub-btn {
	background-color: #ed7e62;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	margin: 5px 0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .35);
}
.sub-btn + .sub-btn {
	margin-left: 10px;
}
.link {
	color: #ed7e62;
	text-decoration: underline;
}
.trans-btn {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 18px;
	height: 36px;
	width: 120px;
	line-height: 36px;
	display: block;
	text-align: center;
}
.top-btn {
	background-color: #84cedc;
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 10px;
	padding: 27px 16px 10px;
	position: relative;
}
.top-btn::before {
	content: "";
	width: 26px;
	height: 0;
	display: block;
	border-top: 2.7px solid #fff;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	margin: auto;
}
.top-btn::after {
	content: "";
	width: 13px;
	height: 13px;
	border: 4.5px solid #fff;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	display: block;
}
/* header */
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
    transition: transform 0.4s ease, max-height 0.6s ease, background-color 0.4s ease;
    height: 112px;
    max-width: 100vw;
}
.navtop.container {
	padding: 1em 2em 0.4em 2em;
}

.logolinetop .container {
	padding: 0.5em 1em 0.8em 2em;
}
.navbar {
	padding-top: 12px;
	margin-right: -10px;
}
.navbar li {
	display: inline-block;
	position: relative;
}
.navbar li + li {
	margin-left: 1em;
}
.navbar a {
	padding: 5px 10px;
	color: #005292;
	transition: opacity 0.12s ease;
	display: inline-block;
}
.navbar a:hover, .navbar a.active {
	opacity: 0.8;
}

.navbar2 {
	display: inline-block;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	left: -20px;
    width: 130px;
    top: 30px;
    font-weight: 300;
    padding: 10px;
    text-align: center;
    background-color: rgba(187, 225, 232, 0.9);
}
.navbar2-toggler.hover .navbar2 {
	opacity: 1;
	pointer-events: auto;
}
.navbar2 li + li {
	margin-left: 0;
}
.logo {
	transition: all 0.2s ease;
	display: inline-block;
}
.logo img {
	height: auto;
	width: auto;
	vertical-align: middle;
	margin-left: 30px;
	max-height: 100%;
	margin-top: -4px;
}
.socaillinks {
	float: right;
}
.socaillinks li + li {
	margin-left: 8px;
}
.logolinetop {
	height: 38px;
}
.logolinetop a {
	transition: opacity 0.2s ease;
}
.logolinetop a:hover {
	opacity: 0.8;
}
.logolinetop li {
	display: inline-block;
}
header.detachedHide {
	transform: translateY(-100%);
}
header.show {
	background-color: #fff;
}
header.detached {
	background-color: #fff;
}
header.detached.show {
	transform: translateY(0);
	background-color: #fff;
}
header.show .navbar2 {
	background-color: #fff;
}
header.detached .navtop.container {
}
header.detached .logo {
}
header.detached .navbar {
}

/* navbar toggle */
.hbg-btn {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border: 0;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	vertical-align: top;
	margin-top: 7px;
	display: none;
	transition: margin 0.2s ease;
	margin-right: -15px;
	position: absolute;
	top: 8px;
	right: 2em;
}
header.detached .hbg-btn {
	margin-top: 0;
}
.icon-hbg,
.icon-hbg::before,
.icon-hbg::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	position: relative;
}
.icon-hbg::before {
	position: absolute;
	top: -10px;
}
.icon-hbg::after {
	position: absolute;
	bottom: -10px;
}

/* section */
section {
	position: relative;
}
.topsec {
	padding-top: 0px;
	min-height: calc(100vh + 200px);
}
.title-button {
	position: relative;
	pointer-events: none;
}
.title-button::after {
	background: url('../img/click-here.png') no-repeat;
	position: absolute;
	width: 55px;
	height: 68px;
	background-size: contain;
	right: -20px;
	bottom: -40px;
}
.mainbg {
	background: url('../img/main-bg.png?v=2') no-repeat;
	width: 100vw;
	height: calc(100vh - 160px);
	background-size: auto 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: center bottom;
}
.section-title {
	font-size: 28px;
    font-weight: 700;
    text-align: center;
    max-width: 160px;
    padding: 10px;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    background: #fff;
    right: 0;
    left: 0;
}
.section-title.orange {
	color: #fff;
	background-color: #ed7e62;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .35);
}
.section-title.white {
	color: #005292;
	background-color: #fff;
}

/* speaker */
.speaker-cate {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #005292;
	padding-bottom: 8px;
}
.speaker-cate ~ .speaker-cate {
	margin-top: 50px;
}
.news-slick , .speaker-slick {
	padding-top: 3em;
	position: relative;
}
.speakers-group {
	display: flex;
	justify-content:space-between;
}
.speakers-group .speaker-main img {
	max-width: 180px;
}
.speakers-group .speaker {
	width: 200px;
	margin-bottom: 20px;
}
.speaker-slick .speaker {
	margin: 0 3em;
}
.slider {
	max-width: 960px;
	overflow: hidden;
	margin: auto;
}

.speaker {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.speaker:hover,
.speaker:focus,
.speaker:active {
	outline: none;
}
.speaker-main {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	max-width: 200px;
}
.speaker-main.longname {
	padding-bottom: 50px;
}

.speaker-img {
	width: 100%;
	padding-top: 100%;
	background: #b3b3b3;
	margin-bottom: 10px;
	overflow: hidden;
}
.speaker-img.circle-img {
	width: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    background: #808080;
    position: relative;
}
.speaker-img img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
}
.speaker-main h5 {
	white-space: nowrap;
	margin: auto;
	margin-bottom: 10px;
	width: 140%;
    margin-left: -20%;
}
.speaker-main h6 {
	white-space: nowrap;
	margin: auto;
	line-height: 1.3;
	text-align: center;
	width: 160%;
	margin-left: -30%;
}
.speaker-info {
	text-align: justify;
	width: 170%;
	margin-left: -35%;
	margin-top: 0px;
	transition: opacity 0.6s ease-in-out 0s, max-height 1.2s ease-in-out 0s;
	color: #fff;
	border-top: 1px solid #fff;
	padding-top: 6px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}
.speakers-group .speaker-info {
	width: 110%;
	margin-left: -5%;
}
.speaker.hover .speaker-info {
	opacity: 1;
	max-height: 500px;
}

.slick-arrow {
	position: absolute;
	width: 32px;
	height: 32px;
	display: inline-block;
	border: 2px solid #fff;
	border-right: 0;
	border-bottom: 0; 
	top: 0;
	bottom: 0;
	margin: auto;
	background: transparent;
    overflow: hidden;
    text-indent: -200px;
    z-index: 2;
}
.news-slick .slick-arrow {
	top: 3em;
	border-color: #005292;
}
.slick-arrow.slick-prev {
	transform: rotate(-45deg);
	left: 0;
}
.slick-arrow.slick-next {
	transform: rotate(135deg);
	right: 0;
}
.slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    content: '';
    text-align: center;
    background-color: #ccc;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background-color: #ed7e62;
}

/* info */
.icon-circle {
	width: 40px;
	height: 40px;
	display: inline-flex;
	color: #fff;
	background: #005292;
	border-radius: 50%;
	margin-right: 10px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.pl-5 {
	padding-left: 50px;
}
.googlemap {
	width: 100%;
	border-radius: 10px;
	height: 300px;
	overflow: hidden;
	border: 5px solid #fff;
}
.googlemap iframe {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.card-group {
	position: relative;
}
.card-block {
	box-shadow: 0 0 7px rgba(0, 0, 0, .35);
	margin-bottom: 1em;
	background: #fff;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
}
.card-block.active {
	display: block;
}

.card-header {
	border-bottom: 1px solid #93918d;
	padding: 10px 30px 10px 30px;
}
.card-content {
	padding: 30px;
}
.time-row {
	border-bottom: 1px solid #93918d;
	padding: 0.7em 0 0.4em 0em;
    line-height: 1.4;
	display: flex;
	justify-content: start;
	margin: 0 auto;
}
.time-row:last-of-type {
	border-bottom: 0;
}
.card-content .time-col p {
	font-size: 16px;
	line-height: 26px;
}
.time-col {
	display: inline-block;
	width: 136px;
}
.event-col {
	display: inline-block;
	width: 100%;
}
.event-col h6 {
	color: #fffaa9;
}
.event-col h5 {
	
}
.event-col p {
}
.event-cate {
	color: #fff;
    padding: 10px;
    width: calc(100% + 19px);
    display: block;
    margin: 5px -10px 5px;
    background: #005292;
}
.multi-events-row {
	display: inline-flex;
	width: 100%;
}
.multi-events-row > div {
	padding: 5px 10px;
    width: 100%;
}

.multi-events-row > div:last-of-type{
}
.multi-events-row > div:last-of-type .event-cate {
	width: calc(100% + 20px);
}


/* news card */
.news-card {
	width: 160px;
	height: 280px;
	display: inline-block;
	background: #1a1a1a;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}

.news-card img {
	height: 100%;
	width: auto;
	position: absolute;
	z-index: 0;
	top: 0;
	max-width: none;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.news-card h5,
.news-card p {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 20px;
	margin: auto;
	line-height: 1.5;
	z-index: 2;
	transition: all 0.6s ease;
	padding: 0 10px;
}
.news-card p {
	opacity: 0;
	bottom: -30px;
}
.news-card::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	z-index: 1;
	transition: opacity 0.6s ease;
}
.news-card::after {
	content: "";
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
	border: 1px solid #fff;
	transition: transform 0.6s ease;
}
.news-card:hover::before {
	opacity: 0.7;
}
.news-card:hover::after {
	transform: scale(1.1)
}
.news-card:hover h5 {
	bottom: 100px;
}
.news-card:hover p {
	opacity: 1;
	bottom: 20px;
}
/* wide video */
.act-video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.act-video video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* pics */
.slider-pics {
	display: none;
}
.slider-pics.active {
	display: block;
}
.slider-pics .news-card {
	height: 160px;
}
.slider-pics .slick-arrow {
	border-color: #fff;
}
.blur {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
#act-sec .main-btn:hover {
    background-color: #054375;
}
#act-sec .main-btn.bg-blue.active {
    background-color: #054375;
}

/* fb comments */
.fb-comments-block {
    display: flex;
    justify-content: center;
    background: rgba(255,255,255,0.98);
    padding: 20px;
    border-radius: 10px;
}

/* right btns */
.hideontop {
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s ease;
}
.hideontop.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(50px);
}
.hideontop.show:hover {
	opacity: 1;
}

/*footer*/
.logo {
	vertical-align: middle;
	margin-left: 10px;
}

#signup-sec h5 {
	font-weight: 700;
}
#signup-sec h4 {
	padding-left: 2em;
}
#signup-sec h4.ind {
	padding-left: 3.8em;
    text-indent: -1.85em;
}
#signup-sec p {
	padding-left: 3.8em;
}
#signup-sec p.ind1 {
	padding-left: 5em;
	text-indent: -1.05em;
}
#signup-sec p.ind2 {
	padding-left: 5.4em;
	text-indent: -1.45em;
}
#signup-sec p.ind1 a {
	text-indent: 0;
}

/* popup */
.popup-container {
	display: flex;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 999;
	align-items: unset;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	padding: 30px 0;
	overflow: auto;
}
.popup-block {
	width: 90%;
	max-width: 800px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	transition: transform 0.5s ease, opacity 0.2s ease;
	transition-delay: 0.3s. 0.3s;
}
.popup-container.active {
	opacity: 1;
	pointer-events: auto;
}
.popup-block.active {
	transform: translateY(0px);
	opacity: 1;
}
.popup-header {
	padding: 15px 10px;
	background-color: #005292;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 1.5;
}
.popup-body {
	padding: 35px 15px;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 1.5;
}
.popup-close {
	width: 40px;
	height: 40px;
	border: 0;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #eee;
	color: #1a1a1a;
	padding: 4px;
	font-size: 24px;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}

.adlist {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}
.adlist span {
	min-width: 100px;
	display: inline-block;
	line-height: 2;
	text-align: left;
}
.adlist.en {
	max-width: 520px;
    padding-left: 20px;
    text-indent: -18px;
}
.adlist.en span {
	display: block;
}