.idea a:hover figcaption, .idea a:hover .idea_img, .all_bnt, .all_bnt:hover, .fombor_bnt, .fombor_bnt:hover, .video_bnt, .video_bnt:hover, .facebook, .facebook:hover, .twitter, .twitter:hover, .linkedin, .linkedin:hover{transition: all .3s ease;}

.scroll{
	display: none;
	position: absolute;
    z-index: 99;
    bottom: 105px;
    left: 0;
    width: 100%;
    text-align: center;
}
.scroll p{
	color: #fff;
	text-transform: uppercase;
}
.scroll:before, .scroll:after {
    content: '';
    height: 36px;
    width: 23px;
    position: absolute;
    margin-left: -11px;
    left: 50%;
    top: 23px;
    background-image: url(../images/move.png);
    background-repeat: no-repeat;
    background-position: center top;
    animation-name: moves;
    animation-duration: 1500ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    opacity: 0;
}
.move {
    height: 36px;
    width: 23px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    margin-top: 10px;
    background-image: url(../images/move.png);
    background-repeat: no-repeat;
    background-position: center top;
    animation-name: moves;
    animation-duration: 1500ms;
    animation-timing-function: linear;
    animation-delay: 0ms;
    animation-iteration-count: infinite;
    animation-play-state: running;
    opacity: 0;
}
.scroll:before {animation-delay:500ms;}	
.scroll:after {animation-delay:1200ms;}
@keyframes moves {
	
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0px, 0px, 0px);
  }
  
  33% {
	opacity: 0.8;
  }
  
  66% {
	opacity: 0.8;
  }
  
  100% {
   opacity: 0;
   -webkit-transform: translate3d(0px, 21px, 0px);
  }
	}	
.banner .item{
	display: flex;
    justify-content: center;
	overflow: hidden;
}
.banner .owl-carousel .owl-item img{
	max-width: inherit;
	width: inherit;
	height: 350px;
	-webkit-filter: brightness(.75);
}
.owl_inner{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 1em;
}
.owl_inner h1{
	position: relative;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 1em;
	width: 300px;
}
.owl_inner h1:before{
	content: "";
	position: absolute;
	bottom: -20px;
    left: 0;
	width: 140px;
	height: 0;
	border: #22b861 solid 1px
}
.owl_inner p{
	font-size: 1.5em;
	line-height: 1.3em;
	width: 300px;
}
/*idea*/
.idea{
	display: none;
}
.idea_ul {
	display: table;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.idea_ul li{
	width: calc(100% / 4);
	float: left;
	cursor:pointer;
}
.idea_img {
	height: 200px;
	overflow: hidden;
}
.idea figcaption{
	position: relative;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
    padding: 1em;
    min-height: 5em;
    color: #fff;
}
.idea li:nth-child(1) figcaption{	background: #00944a;}
.idea li:nth-child(2) figcaption{	background: #009b9c;}
.idea li:nth-child(3) figcaption{	background: #00689c;}
.idea li:nth-child(4) figcaption{	background: #493e84;}
.idea li:nth-child(5) figcaption{	background: #773e84;}
.idea_active .idea_img{
	-webkit-filter:brightness(.75);
}
.idea_active figcaption:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 8px/2);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 9px 8px;
	border-color: transparent transparent #ebebeb transparent;
}
.idea_content_wrap{
	padding: 3em;
	background: #ebebeb;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}
.idea_item {
	display: none;
}
.idea_item:first-child {display: block;}
.idea_content_wrap h4{
	font-size: 1.5em;
	text-transform: uppercase;
}
.idea_content_wrap .idea_item:nth-child(1) h4{  color: #00944a;}
.idea_content_wrap .idea_item:nth-child(2) h4{	color: #009b9c;}
.idea_content_wrap .idea_item:nth-child(3) h4{	color: #00689c;}
.idea_content_wrap .idea_item:nth-child(4) h4{	color: #493e84;}
.idea_content_wrap .idea_item:nth-child(5) h4{	color: #773e84;}
.idea_content_wrap p{
	color: #4e4e4e;
	font-size: 1.125em;
	line-height: 1.5em;
	padding: 1.5em 0 0;
}
/*idea_modile*/
.idea_mobile figcaption{
	position: relative;
	text-align: center;
	font-style:italic;
	line-height: 3.125em;
}
.idea_bg_color01{ background-color: #00944a;}
.idea_bg_color02{ background-color: #009b9c;}
.idea_bg_color03{ background-color: #00689c;}
.idea_bg_color04{ background-color: #493e84;}
.idea_bg_color05{ background-color: #773e84;}
.idea_mobile a{
	display: block;
	color: #fff;
}
.idea_mobile a:hover .idea_img{
	-webkit-filter:brightness(.75);
}
#owl-idea .owl-nav .owl-prev, #owl-idea .owl-nav .owl-next{	
	position: absolute;
    top: calc((100% - 50px)/2 - 3em/2);
    width: 3em;
    height: 3em;
    color: transparent;
}
#owl-idea .owl-nav .owl-prev{ 
	left: .5em; 
	background: url(../images/idea_arrow_prev.svg) no-repeat center,rgba(0, 0, 0, 0.50);
}
#owl-idea .owl-nav .owl-next{ 
	right: .5em;
	background: url(../fonts/idea_arrow_next.svg) no-repeat center,rgba(0, 0, 0, 0.50);
}
/*event news*/
.event, .news, .contact, .video{
	float: left;
	width: 100%;
	padding: 4em 1em;
}
.event h1, .news h1{
	font-size: 2.25em;
	text-transform:uppercase;
	margin-bottom: .5em;
	letter-spacing: .1em;
}
.event_list{
	position: relative;
	border-bottom: #dfe2e2 solid 1px;
	padding: 1em 0;
}
.event_list:nth-child(2), .event_list:nth-child(3), .news_list:nth-child(2), .news_list:nth-child(3){
	display: none;
}
.event_img, .event_text, .event_share, .news_time, .news_text{
	float: left;
	margin-right: 1em;
}
.event_img{
	width: 5em;
}
.event_text{
	width: calc(100% - (5em + 2.5em + 2em));
}
.event_text span{
	color: #009c42;
}
.event_text p{
	margin-top: 1em;
	height: 3em;
	-webkit-line-clamp: 2;
}
.news_list{
	border-bottom: #828282 dotted 1px;
	padding: 1.12em 0;
}
.news_time{
	width: 4em;
	font-size: 1.125em;
	padding: 0.3em 0;
	line-height: 1.5em;
	text-align: center;
	color: #009c42;
	border: #009c42 solid 3px;
}
.news_text{
	width: calc(100% - (5em + 2em));
	margin: .7em 0;
}
.news_text p{
	height: 3em;
	-webkit-line-clamp: 2;
}
.event_text p, .news_text p{
	color: #4a4d58;
	line-height: 1.5em;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.event_text a:hover p, a:hover .news_text p{
	text-decoration:underline;
}
/*分享按鈕*/
.share-button {
	width: 40px;
    position: absolute;
    top: calc(100%/2 - 20px);
    right: 20px;
}
.share-btn {
	position: absolute;
	top:0;
	left: 0;
    display: inline-block;
	width: 40px;
	height: 40px;
    margin-bottom: 0;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	outline:none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(../fonts/icon-share-event.svg) no-repeat center;
    border: none;
}
.btn{
	background: url(../fonts/icon-share-event.svg) no-repeat center;
}
.fbtn {
    width: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height:18px;
    float: left;
	background: #2A2A2A;
}
.social .fa{padding:11px 0px}
.facebook:hover {
    background-color: #3b5998;
}
.twitter:hover {
    background-color: #55acee;
}
.linkedin:hover {
    background-color: #0077b5;
}
.share-button.sharer .social {
	position: absolute;
    top: 0;
	left: calc(-40px*3 - 10px);
	opacity: 0;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.share-button.sharer .social.active {
	opacity: 1;
	transform: scale(1);
	transition: all 0.4s ease 0s;
	visibility: visible;
}
.all_bnt{
	display: block;
	font-size: 1.25em;
	text-align: center;
	width: 159px;
	line-height: 2.5em;
	color: #009c42;
	border: #009c42 solid 1px;
	margin: 1.5em auto 0;
	transition: all .3s ease;
}
.all_bnt:hover{
	color: #fff;
	border: #009c42 solid 1px;
	background: #009c42 ;
}
.contact_video_bg{
	background: #009c42;
}
.contact_video_bg .container{
	position: relative;
	height: 950px;
}
.contact{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.contact h1{
	font-size: 3em;
    text-transform: uppercase;
    margin: 0 0 2rem;
    letter-spacing: .1em;
    color: #fff;
}
.contact span{
	color: #fff;
	font-size: 1.125em;
}
.desc{ font-size: 0;}
.apply_form{ width: 100%;}
.fombar_text{
	width: 100%;
	height: 3.5em;
	box-sizing: border-box;
	font-size: 0.9375em;
	font-weight: normal;
	vertical-align: bottom !important;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	border-top: none;
	border-left: none;
	border-right: none;
	outline: none;
	background: #009c42;
}
.fombar_text::-webkit-input-placeholder { color:#fff; font-size: 1.25em;}
.fombar_text::-moz-placeholder { color:#fff; font-size: 1.25em;} /* firefox 19+ */
.fombar_text:-ms-input-placeholder { color:#fff; font-size: 1.25em;} /* ie */
.fombar_text input:-moz-placeholder { color:#fff; font-size: 1.25em;}
.fombor_bnt{
	display: block;
    font-size: 1.25em;
    text-align: center;
    width: 159px;
    line-height: 2.5em;
    color: #ffffff;
    border: #ffffff solid 1px;
    margin: 1.5em auto;
    background: transparent;
	text-transform: uppercase;
    letter-spacing: .1em;
    outline: none;
	border-radius: 0;
}
.fombor_bnt:hover{
	background: #fff;
	color: #009c42;
	border: #009c42 solid 1px;
}
.media_video{
	width: 100%;
	height: 320px;
}
.video_bnt{
    display: block;
	width: 4em;
    color: #fff;
    font-size: 1.25em;
    padding-bottom: .5em;
	margin: 1em auto 0;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.video_bnt:hover{
	color: #005424;
	border-bottom: 1px solid #005424;
	
}
@media screen and (min-width: 48em){
	.banner .owl-carousel .owl-item img{
		max-width: 100%;
		width: inherit;
		height: auto;
	}
	.owl_inner{
		top: 2%;
	}
	.owl_inner h1, .owl_inner p{
		width: 400px;
	}
	.owl_inner h1{
		font-size: 2.5em;
	}
	.owl_inner p{
		font-size: 1.5em;
	}
	#owl-slide .owl-dots{
		position: absolute;
	  text-align: center;
	  width: 100%;
	  bottom: 20px;
	  left: 0;
	}
	#owl-slide .owl-dots .owl-dot {
		display: inline-block;
	}
	#owl-slide .owl-dots .owl-dot span{
		display: block;
		width: .875rem;
		height: .875rem;
		margin: 5px 7px;
		border: #FFF solid 2px;
		border-radius: 50%;
	}
	#owl-slide .owl-dots .active span {
		background: #fff;
	}
	.idea{
		display: block;
	}
	.idea_img {
		height: 100px;
	}
	.idea figcaption {
		font-size: .875em;
	}
	.idea_mobile{
		display: none;
	}
	.event_list:nth-child(2), .event_list:nth-child(3), .news_list:nth-child(2), .news_list:nth-child(3){
		display: block;
	}
}
@media screen and (min-width: 75em){
	.banner{
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.scroll{
		display: block;
	}
	.banner .owl-carousel .owl-item img{
		max-width: 100%;
		width: inherit;
		height: auto;
	}
	.owl_inner{
		top: 15%;
	}
	.owl_inner h1, .owl_inner p{
		line-height: 1.5em;
		width: 600px;
	}
	.owl_inner h1{
		font-size: 3em;
	}
	.owl_inner p{
		font-size: 2.125em;
	}
	.idea_img {
		height: 150px;
	}
	.idea_img02 {
		height: 200px;
	}
	.idea figcaption {
		 font-size: 1em;
    	padding: 0;
    	line-height: 3.125em;
    	min-height: 0;
	}
	.event, .news, .contact, .video{padding: 3.5em 0;}
	.event{
		width: 65%;
		margin-right: 2.5em;
	}
	.news{
		width: calc(100% - 65% - 2.5em);
	}
	.event_text{
		margin-top: 1em;
	}
	.event_text p{
		margin-top: .5em;
		height: auto;
		-webkit-line-clamp: 1;
	}
	.contact_video_bg .container{
	    position: relative;
	    height: auto;
	}
	.contact, .video{
		width: calc(100%/2 - 2em);
		margin-right: 3em;
	}
	.contact{
		position: inherit;
		top: 3.5em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.contact h1{
		letter-spacing: .3em;
	}
	.contact span{
		display: block;
		max-width: 480px;
	}
	.video{
		position: relative;
		margin-right: 0;
	}
	.video_bnt{
		position: absolute;
		right: 0;
		bottom: .5em;
		margin: 0;
	}
}

