
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #666666;
	font-family: "Open Sans", 'Noto Sans TC', sans-serif;
	overflow-x: hidden;
}
a {
	color: #1dc8cd;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #1dc9ce;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", 'Noto Sans TC', sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: linear-gradient(45deg, #1de099, #1dc8cd);
	color: #fff;
	padding: 2px 20px 8px 20px;
	font-size: 16px;
	border-radius: 4px 4px 0 0;
	right: 15px;
	bottom: 0;
	transition: none;
}
.back-to-top:focus {
	background: linear-gradient(45deg, #1de099, #1dc8cd);
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #1dc8cd;
	color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	padding: 30px 0;
	height: 120px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
}
#header #logo {
	float: left;
}
#header #logo h1 {
	font-size: 36px;
	margin: -4px 0 0 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
	color: #fff;
}
#header #logo img {
	padding: 0;
	margin: 0;
}
#header.header-fixed {
	background: #556981;
	padding: 10px 0;
	height: 50px;
	transition: all 0.5s;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	width: 100%;
	height: 100vh;
	background: linear-gradient(45deg, rgba(85, 105, 129, 0.8), rgba(146, 169, 196, 0.8)), url("../img/intro-bg.jpg") center top no-repeat;
	background-size: cover;
	position: relative;
}
#intro .intro-text {
	position: absolute;
	left: 0;
	top: 100px;
	right: 0;
	height: calc(50% - 90px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
#intro h2 {
	margin: 30px 0 10px 0;
	padding: 0 15px;
	font-size: 42px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
}
#intro h3 {
	font-size: 16px;
	margin: -4px 0 0 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	font-family: 'Noto Sans TC', "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
}
#intro h4 {
	font-size: 16px;
	margin: 14px 0 0 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	font-family: 'Noto Sans TC', "Montserrat", sans-serif;
	letter-spacing: 3px;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
	color: white;
}
#intro p {
	color: #fff;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 24px;
}
#intro .btn-get-started {
	font-family: 'Noto Sans TC', "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 5px;
	border: 2px solid #fff;
	background: #d96767;
	color:#fff
}
#intro .btn-get-started:hover {
	color: #e8c02d;
	background: #556981;
}
#intro .btn-get-started1 {
	font-family: 'Noto Sans TC', "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 20px;
	border: 2px solid #fff;
	background: #eabd2c;
	color:#fff
}
#intro .btn-get-started1:hover {
	color: #e8c02d;
	background: #556981;
}

#intro .product-screens {
	position: absolute;
	left: 0;
	top: 430px;
	right: 0;
	height: calc(50% - 430px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	min-width: 180px;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
	padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */

#nav-menu-container {
	float: right;
	margin: 0;
}
/* Nav Meu Styling */

.nav-menu a {
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 14px;
	outline: none;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
}
.nav-menu > li {
	margin-left: 10px;
}
.nav-menu ul {
	margin: 4px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}
.nav-menu ul li {
	transition: 0.3s;
}
.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}
.nav-menu ul li:hover > a {
	color: #1dc8cd;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #fff;
}
/* Mobile Nav Styling */

#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(52, 59, 64, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}
#mobile-nav ul li a:hover {
	color: #fff;
}
#mobile-nav ul li li {
	padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #1dc8cd;
}
#mobile-nav ul .menu-item-active {
	color: #1dc8cd;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}
/* Mobile Nav body classes */

body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
	font-size: 32px;
	color: #111;
	text-align: center;
	font-weight: 700;
	text-shadow:rgba(0, 0, 0, 0.7) 1px 1px 1px;
}
.section-header .section-description {
	font-family: "Montserrat", 'Noto Sans TC', sans-serif;
	text-align: left;
	margin:20px;
	padding-bottom: 40px;
	color: #556981;
}
.section-header .section-divider {
	display: block;
	width: 60px;
	height: 3px;
	background: #1dc8cd;
	background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
	margin: 0 auto;
	margin-bottom: 20px;
}
/* Section with background
--------------------------------*/

.section-bg {
	background: #eff5f5;
}
/* News Section
--------------------------------*/

#news {
	padding: 60px 0 60px 0;
	overflow: hidden;
	background:#62a891;
}
#news .box {
	height:180px;
	padding: 20px;
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	background: #fff;
	transition: 0.4s;
}
#news i {
	color: #6d3434;
	;
	font-size: 36px;
	transition: 0.5s;
	line-height: 48px;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
	font-weight: 700;
}
#news i:before {
	background: #6d3434;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36px;
	transition: 0.5s;
	line-height: 48px;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
	font-weight: 700;
}
#news p {
	font-size: 16px;
	margin-bottom: 0;
	float: left;
}
/* About Section
--------------------------------*/

#about {
	padding: 60px 0;
	overflow: hidden;
}
#about .about-img {
	overflow: hidden;
}
#about .about-img img {
	margin-left: -15px;
	max-width: 100%;
}
/* importantdatess Section
--------------------------------*/

#importantdates {
	background: #62a891;
	padding: 60px 0 60px 0;
	overflow: hidden;
}
#importantdates .table {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #556981;
	background:#fff;
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
}
#importantdates .warning {
	background:#d96767;
	color:#fff;
}
#importantdates .info {
	background:#fff;
	color:#556981;
}
#importantdates i {
	color: #62a891;
	;
	font-size: 36px;
	transition: 0.5s;
	line-height: 36px;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
	font-weight: 700;
}
#importantdates .title {
	font-weight: 300;
	margin-bottom: 15px;
	font-size: 22px;
}
#importantdates .title a {
	color: #111;
}
#importantdates .description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
#importantdates .section-description {
	padding-bottom: 10px;
}
/* Schedule Section
--------------------------------*/

#schedule {
	padding: 60px 0;
	overflow: hidden;
}
.event {
	position: relative;
}
.events-wrapper {
	margin-top:30px;
	padding-top:30px;
}
.event h3 {
	font-size:24px;
}
.event+.event {
	margin-top: 60px;
}
.event:after {
	content: "";
	position: absolute;
	left: 60px;
	top: 0px;
	bottom: 0px;
	width: 4px;
	background-color: #556981;
}
.event:last-child:after {
	height: 60px;
}
.event+.event:before {
	content: "";
	position: absolute;
	left: 60px;
	height: 60px;
	top: -60px;
	width: 4px;
	background-color: #556981;
}
.event .event-day {
	position: absolute;
	left: 0;
	top: -15px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #d96757;
	z-index: 10;
}
.event .event-hour {
	position: absolute;
	left: 62px;
	top: 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e8c02d;
	z-index: 10;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.event .event-day>div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.event .event-day .day {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
}
.event .event-day .year {
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
}
.event .event-content {
	padding-left: 160px;
	min-height: 120px;
}
.event .event-time {
	font-size: 14px;
}
.event .event-time i {
	color: #dd0a37;
}
.event .event-content a {
	color: #dd0a37;
}
/* Download Section
--------------------------------*/

#download {
	padding: 60px 0 60px 0;
	overflow: hidden;
}
#download .box {
	padding-top: 40px;
	padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	background: #62a891;
	text-align: center;
}
#download h4 {
	font-weight: 400;
	font-size: 20px;
	font-family: "Montserrat", 'Noto Sans TC', sans-serif;
	color:#e8c02d;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
}
#download h5 {
	font-size: 18px;
	margin: -4px 0 0 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
	font-family: 'Noto Sans TC', "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow:rgba(0, 0, 0, 0.7) 3px 3px 3px;
}
#download .btn-get-started {
	font-family: 'Noto Sans TC', "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding-top: 15px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 5px;
	border: 2px solid #fff;
	background: #d96767;
	color:#fff;
	width:260px;
	height:60px;
}
#download .btn-get-started:hover {
	color: #e8c02d;
	background: #556981;
}
.list-group-item-warning {
	background-color: #d96767;
}
#download ul {
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 20px;
}
#download ul li {
	padding-bottom: 12px;
}
#download ul i {
	color: #1dc8cd;
	font-size: 18px;
}
#download .featured {
	border: 2px solid #1dc8cd;
}
#download .featured .get-started-btn {
	background: linear-gradient(45deg, #1de099, #1dc8cd);
}
/* Awards
--------------------------------*/

#awards {
	padding: 60px 0;
	overflow: hidden;
}
#awards h4 {
	font-size: 16px;
	color:#033;
	font-weight:400;
	padding-top:20px;
}
#awards h5 {
	font-size: 14px;
	color:#006;
	font-weight:700;
	padding-top:20px;
}
#awards #awards-list {
	padding: 0;
	list-style: none;
}
#awards #awards-list li {
	border-bottom: 1px solid #ddd;
}
#awards #awards-list a {
	padding: 18px 0;
	display: block;
	position: relative;
	font-family: "Montserrat", 'Noto Sans TC', sans-serif;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	padding-right: 20px;
	color:#333;
	text-shadow:rgba(20, 20, 20, 0.5) 1px 1px 1px;
}
#awards #awards-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 16px;
}
#awards #awards-list p {
	margin-bottom: 20px;
}
#awards #awards-list a.collapse {
	color: #1dc8cd;
}
#awards #awards-list a.collapsed {
	color: #000;
}
 #awards #awards-list a.collapsed i::before {
 content: "\f2c7" !important;
}
/* Host Section
--------------------------------*/

#host {
	background: #fff;
	padding: 60px 0 0 0;
	overflow: hidden;
}
#host .container {
	padding: 20px;
}
#host h4 {
	font-size: 20px;
	padding-top: 20px;
	line-height: 1;
	display: inline-block;
	font-family: 'Noto Sans TC', "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow:rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
#host img {
	opacity: 0.7;
	transition: 0.3s;
	padding: 15px 0;
	max-width:220px;
}
#host img:hover {
	opacity: 1;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 0;
	color: #333;
	font-size: 14px;
	text-align:center;
}
#footer .footer-links a {
	color: #666;
	padding-left: 15px;
}
#footer .footer-links a:first-child {
	padding-left: 0;
}
#footer .footer-links a:hover {
	color: #1dc8cd;
}

 @media (min-width: 1025px) {
 #intro {
 background-attachment: fixed;
}
}
 @media (max-width: 1200px) {
 #header #logo h1 {
 font-size: 28px;
 margin-top: 0;
}
 #header #logo img {
 max-height: 90px;
}
 #intro h2 {
 font-size: 28px;
 line-height: 36px;
}
 #intro p {
 font-size: 18px;
 line-height: 24px;
 margin-bottom: 20px;
}
 #nav-menu-container {
 display: none;
}
 #mobile-nav-toggle {
 display: inline;
}
#news .icon i {
 font-size: 40px;
}
 #about .about-img {
 display:none;
}
 #awards #awards-list a {
 font-size: 18px;
}
 #awards #awards-list i {
 top: 13px;
}
}
 @media (max-width: 767px) {
#intro h3 {
 font-size: 14px;
 letter-spacing: 1px;
}
#intro h4 {
 font-size: 14px;
 letter-spacing: 1px;
}
 #news .box {
 margin-bottom: 20px;
}
 #news .icon {
 float: none;
 text-align: center;
 padding-bottom: 15px;
}
 #news p {
 margin-left: 0;
 text-align: left;
 font-size:14px;
 margin-bottom: 15px;
}
.event+.event {
 margin-top: 45px;
}
 .event:after {
 left: 45px;
}
 .event:last-child:after {
 height: 45px;
}
 .event+.event:before {
 left: 45px;
 height: 45px;
 top: -45px;
}
 .event .event-day {
 width: 90px;
 height: 90px;
}
 .event .event-hour {
 top: 15px;
 left: 47px;
}
 .event .event-day .day {
 font-size: 18px;
 line-height: 18px;
}
 .event .event-day .year {
 font-size: 12px;
}
 .event .event-content {
 padding-left: 120px;
 min-height: 90px;
}
 .event .event-time {
 font-size: 12px;
}
 .event h3 {
 font-size: 18px;
}
#download h4 {
 font-size: 16px;
}
#download h5 {
 font-size: 14px;
}
#download .btn-get-started {
 width:220px;
}
}




@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.grow-shrink-animate {
  display: inline-block;
  animation: pulse 2s infinite;
}
.grow-shrink-twice {
  display: inline-block;
  animation: pulse 1s ease-in-out 2; /* 播放 2 次 */
}