/*google fonts 仿宋體*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*font-family: ‘cwTeXFangSong’, serif;*/
/*google fonts 思源黑體*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*font-family: ‘Noto Sans TC’, sans-serif;*/
/*adobe 字型 思源宋體*/
@import url("https://use.typekit.net/rdf7nso.css");


body {
  font-family: ‘Noto Sans TC’, sans-serif;
  color: #2a2c39;
	position: relative;
}

a {
  color: #891e14;
  text-decoration: none;
}

a:hover {
  color: #ccae7a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

/*--          # Back to top button          --*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d4d522;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 2rem;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #039bbb;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--          # Disable AOS delay on mobile          --*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--          # Header          --*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(47, 47, 47, 0.9);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(193, 193, 195, 0);
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: 40px;
}

/*--          # Navigation Menu          --*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #891e14;
	color: #FFF;
}

@media (max-width: 1366px) {

}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background:linear-gradient(to right bottom,  rgba(193, 193, 195, 0.9), rgba(47, 47, 47, 0.9));
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 25px;
	color: #2f2f2f;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 25px;
  bottom: 15px;
  left: 25px;
  padding: 10px 0;
  border-radius: 0;
/*  background-color: rgba(193, 193, 195, 1);*/
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	border-radius: 2px;
  padding: 10px 20px;
  margin: 5px;
  font-size: 1.25rem;
  color: #2f2f2f;
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,.8);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*--          # Hero Section          --*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
	background: url("../img/hero-bg-web.png") top center no-repeat;
	background-size: 100%;
  padding: 0;

}


#hero .hero-img {
	margin-top: 40px;
}
#hero h2 {
	font-family: "ff-good-headline-web-pro-ext", sans-serif;
font-weight: 800;
font-style: normal;
  margin-bottom: 1rem;
	margin-top: 30vh;
  font-size: 3.5rem;
	color: #1b7dc2;
	padding: .2rem 2rem;
	border-radius: 50px;
	background-color: #f5d33d;
	box-shadow: 5px 5px 0 rgba(0,98,156,.5);
	display: inline-block;
}
#hero h1 {
	font-family: "rooney-web", serif;
font-weight: 700;
font-style: normal;
	font-size: 5rem;
	color: #0253a3;
	text-shadow: 2px -2px 0px rgba(255,255,255,1);
}
#hero .section-title {
  margin-top:80vh;
}
#hero .section-title img {
	width: 450px;
	margin-bottom: 2rem;
}

#hero .section-title h3 {
  font-size: 2.5rem;
  font-weight: 900;
  padding: .1rem 0;
  letter-spacing: 2px;
	text-align: left;
	color: #FFF;
	text-shadow: 0 0 6px #1b7dc2;
}
#hero .content {
	font-size: 1.25rem;
	margin-right: 10%;
	font-weight: 500;
	line-height: 2.2rem;
	padding-bottom: 300px;
}

#hero .sdgs {
	position: relative;
}

#hero .sdgs-label {
	width: 150px;
	height: 150px;
}
#hero .sdgs-label img {
	border-radius: 50%;
}
#hero .label-1 {
	position: absolute;
	left: -240px;
	top: -200px;	
}

#hero .label-2 {
	position: absolute;
	left: -280px;
	top: -20px;	
}
#hero .label-3 {
	position: absolute;
	left: -300px;
	top: 180px;	
}
#hero .label-4 {
	position: absolute;
	left: -200px;
	bottom: 160px;
}
#hero .label-5 {
	position: absolute;
	left: 20px;
	bottom: 120px;	
}
#hero .label-6 {
	position: absolute;
	left: 220px;
	bottom: 80px;
}
#hero .label-7 {
	position: absolute;
	left: 420px;
	bottom: 140px;
}





@media (min-width: 1400px) {
	#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
	background: url("../img/hero-bg-web.png") no-repeat;
	background-size: 100%;
		background-position: 0 -250px;
  padding: 0;

}

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

}
@media (max-width: 996px) {
	#hero .hero-img {
	margin-top: 40px;
		width: 80%;
}
#hero h2 {
  margin-bottom: 1rem;
	margin-top: 8rem;
  font-size: 2.6rem;
	color: #1b7dc2;
	padding: .2rem 2rem;
	border-radius: 50px;
	background-color: #f5d33d;
	box-shadow: 5px 5px 0 rgba(0,98,156,.5);
	display: inline-block;
}
#hero h1 {
	font-family: "rooney-web", serif;
font-weight: 700;
font-style: normal;
	font-size: 5rem;
	color: #0253a3;
	text-shadow: 2px -2px 0px rgba(255,255,255,1);
}
	#hero .section-title {
  margin-top:300px;
}
#hero .section-title img {
	width: 350px;
	margin-bottom: 2rem;
}
	#hero .sdgs-label {
	width: 120px;
	height: 120px;
}
#hero .label-1 {
	position: absolute;
	left: -200px;
	top: -120px;	
}

#hero .label-2 {
	position: absolute;
	left: -240px;
	top: 40px;	
}
#hero .label-3 {
	position: absolute;
	left: -160px;
	top: 180px;	
}
#hero .label-4 {
	position: absolute;
	left: -200px;
	bottom: auto;
	top:340px;
}
#hero .label-5 {
	position: absolute;
	left: -140px;
	bottom: 220px;	
}
#hero .label-6 {
	position: absolute;
	left: 20px;
	bottom: 120px;
}
#hero .label-7 {
	position: absolute;
	left: 200px;
	bottom: 140px;
}

}

@media (max-width: 768px) {
	#hero h2 {
  margin-bottom: 1rem;
	margin-top: 4rem;
  font-size: 2rem;
	color: #1b7dc2;
	padding: .2rem 1rem;
	border-radius: 50px;
	background-color: #f5d33d;
	box-shadow: 5px 5px 0 rgba(0,98,156,.5);
	display: inline-block;
}
#hero h1 {
	font-family: "rooney-web", serif;
font-weight: 700;
font-style: normal;
	font-size: 3rem;
	color: #0253a3;
	text-shadow: 2px -2px 0px rgba(255,255,255,1);
}

#hero .label-1 {
	position: absolute;
	left: -140px;
	top: -80px;	
}

#hero .label-2 {
	position: absolute;
	left: -130px;
	top: 100px;	
}
#hero .label-3 {
	position: absolute;
	left: -160px;
	top: 280px;	
}
#hero .label-4 {
	position: absolute;
	left: -135px;
	bottom: auto;
	top:460px;
}
}

@media (max-width: 576px) {
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
	background: url("../img/hero-bg-web.png") top center no-repeat;
	background-size: 150%;
  padding: 0;

}
	#hero .hero-img {
	margin-top: 20px;
		width: 70%;
}
	#hero h2 {
	font-family: "ff-good-headline-web-pro-ext", sans-serif;
font-weight: 800;
font-style: normal;
  margin-bottom: 1rem;
	margin-top: 50px;
  font-size: 2.2rem;
	color: #1b7dc2;
	padding: .2rem 2rem;
	border-radius: 50px;
	background-color: #f5d33d;
	box-shadow: 5px 5px 0 rgba(0,98,156,.5);
	display: inline-block;
}
#hero h1 {
	font-family: "rooney-web", serif;
font-weight: 700;
font-style: normal;
	font-size: 3.5rem;
	color: #0253a3;
	text-shadow: 2px -2px 0px rgba(255,255,255,1);
}
	#hero .section-title {
  margin-top:100px;
}
	#hero .content {
		width: 65%;
	font-size: 1.125rem;
	margin-right: 0%;
		margin-left: 35%;
	font-weight: 500;
	line-height: 1.8rem;
	padding-bottom: 30px;
		z-index: 5;
}
	#hero .sdgs-label {
	width: 90px;
	height: 90px;
	
}
#hero .label-1 {
	position: absolute;
	left: -125px;
	top: 0px;
		z-index: 2;	
}
	#hero .label-2 {
	position: absolute;
	left: -95px;
	top: 100px;
		z-index: 2;	
}
	#hero .label-3 {
	position: absolute;
	left: -130px;
	top: 200px;	
}
#hero .label-4 {
	position: absolute;
	left:  -100px;
	bottom:auto;
	top:300px;
}
#hero .label-5 {
	position: absolute;
	left: -125px;
	bottom: auto;
	top:400px;
}
#hero .label-6 {
	position: absolute;
	left: -105px;
	bottom: auto;
	top:500px;
}
#hero .label-7 {
	position: absolute;
	left: -110px;
	bottom: auto;
	top:600px;
}
}

/*--          # Sections General          --*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 20px 0;
}

.section-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  padding: .1rem 0;
  margin: 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
	text-align: center;
	color: #004f9d;
}
.intro {
	font-size: 1.125rem;
	font-weight: 500;
}


@media (max-width:768px) {

}
@media (max-width:576px) {

}



/*--          # speaker          --*/

.speaker .speaker-carousel,
.speaker .speaker-slider {
  overflow: hidden;
}

.speaker {
	
}

.speaker .swiper-item {
  box-sizing: content-box;
	width: 100%;
  padding: 0;
  margin: 20px auto;
  text-align: center;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	background-color: rgba(255,255,255, .6);
	position: relative;
}



.speaker .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.speaker .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(90,175,220,.5);
  opacity: 1;
}

.speaker .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5ab3cd;
}

.speaker .swiper-button-next, .speaker .swiper-button-prev {
	color: rgba(255,255,255,.5);
	transition: all .3s;
}
.speaker .swiper-button-next:hover, .speaker .swiper-button-prev:hover {
	color: rgba(255,255,255,1);
}

@media (max-width:1200px){
	
}
@media (max-width:992px){
	
}
@media (max-width:768px){
	
}

#kids {
	background: url("../img/cloud-width.png"),linear-gradient(to bottom, #FFF, #a5d1de, #FFF);
	background-position: left top;
	background-repeat: no-repeat;
}

@media (max-width:768px) {
	#kids {
	background: url("../img/cloud-width.png"),linear-gradient(to bottom, #FFF, #a5d1de, #FFF);
	background-position: left center;
	background-repeat: no-repeat;
}
}

#lecture {
	background: url("../img/cloud-round.png");
	background-size: cover;
	background-position: center bottom;
}

/*--          # sale          --*/
.sale {
	background-image: url("../img/cloud-left.png"), url("../img/cloud-right.png");
	background-position: left bottom,right top;
	background-repeat: no-repeat;
	background-size: 40%, 30%;
  
}

.sale .box {
  text-align: center;
  position: relative;
	padding: 10px;
}
.sale .box img {
	height: 500px;
	border:1px solid rgba(255,255,255, .5);
	box-shadow: 5px 0 25px rgba(0,0,0,.2);
}
.sale .price-tag {
	position: absolute;
  font-size: 1.625rem;
	line-height: 2.2rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
	width: 140px;
	height: 140px;
	border-radius: 100px;
	border: 5px solid #ffc275;
	background: linear-gradient(to bottom, #fd9d24, #f47a30);
	box-shadow: 5px 0 18px rgba(0,0,0,.1);
	bottom: 20px;
	right: 30px;
	transition: all 0.3s;
}
.sale .price-tag:hover {
	bottom: 25px;
	
}
.sale .price-tag i {
	color: #ffe04d;
	font-size: 2.2rem;
	margin-top: 25px;
}
.sale .price-tag a {
	display: block;
	font-size: 2.6rem;
	color: #FFF;
	font-family: ‘cwTeXFangSong’, serif;
}
.sale iframe {
	margin-top: 40px;
}




@media (min-width:1400px) {
.sale {
	background-image: url("../img/cloud-left.png"), url("../img/cloud-right.png");
	background-position: left bottom,right top;
	background-repeat: no-repeat;
	background-size: 35%, 24%;
  
}
}
@media (max-width:992px) {
.sale .box img {
	height: auto;
	width: 90%;
	border:1px solid rgba(255,255,255, .5);
	box-shadow: 5px 0 25px rgba(0,0,0,.2);
}
}
@media (max-width:768px) {
	
  .sale iframe {
	margin-top: 20px;
	  width: 100%;
}
}
@media (max-width:576px) {
	.sale .price-tag {
	position: absolute;
  font-size: 1.625rem;
	line-height: 2.2rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 5px solid #ffc275;
	background: linear-gradient(to bottom, #fd9d24, #f47a30);
	box-shadow: 5px 0 18px rgba(0,0,0,.1);
	bottom: 20px;
	right: 30px;
	transition: all 0.3s;
}
.sale .price-tag:hover {
	bottom: 25px;
	
}
.sale .price-tag i {
	color: #ffe04d;
	font-size: 2rem;
	margin-top: 10px;
	line-height: 1.8rem;
}
.sale .price-tag a {
	display: block;
	font-size: 2rem;
	color: #FFF;
	line-height: 2rem;
	font-family: ‘cwTeXFangSong’, serif;
}
}

/*--          # activity          --*/
.activity {
	background-image: url("../img/footer-bg.jpg");
	background-position: top center;
	background-size: cover;
  padding: 350px 0 40px;
}
.activity .activity-pic {
  width: 90%;
  margin: 1rem 5%;
}
.activity .activity-pic img {
  box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
  width: 100%;
}
.activity .content {
  width: 100%;
  margin: 20px auto 0;
	color: #FFF;
}
.activity .content h3 {
  font-size: 2rem;
  font-family: source-han-serif-tw-subset, sans-serif;
  font-weight: 700;
  position: relative;
  padding-top: .4rem;
  padding-bottom: .5rem;
  letter-spacing: 0.3rem;
  text-align: left;
  margin-bottom: 1rem;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.activity .content .info {
	font-size: 1.125rem;
	font-weight: 500;
	text-shadow: 0 0 10px rgba(0,0,0,.2);
}
.activity .content .info h4 {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 2.4rem;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
} 

.activity .cta {
	margin: 10rem 0 5rem;
	text-align: center;
}
.activity .cta h3 {
	font-weight: 900;
	font-size: 2.4rem;
	color: #f5cd1e;
	text-shadow: 0px 0px 5px #1c4f98;
	letter-spacing: .2rem;
	line-height: 3.2rem;
/*	font-family: ‘cwTeXFangSong’, serif;*/
	
}
.activity .cta h4 {
	color: #d4d522;
	margin-top: 1rem;
	font-size: 1.8rem;
	line-height: 3rem;
	
}

.activity .footer-logo {
	text-align: center;
	margin: 5rem 0;
}
.activity .footer-logo img {
	width: 300px;
}

@media (min-width: 1400px) {
	.activity {
	background-image: url("../img/footer-bg.jpg");
	background-position: 0 -50px;
	background-size: 100%;
  padding: 400px 0 40px;
}
  
 
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
  .activity .cta {
	margin: 3rem 0 2rem;
}
.activity .cta h3 {
	font-weight: 900;
	font-size: 1.6rem;
	color: #f5cd1e;
	text-shadow: 0px 0px 5px #1c4f98;
	letter-spacing: .1rem;
	line-height: 2rem;
	text-align: center;
	
}
.activity .cta h4 {
	color: #d4d522;
	margin-top: 1.6rem;
	margin-left: 0;
	font-size: 1.375rem;
	line-height: 2rem;
	text-align: center;
}
}

