/* ANIMATED CLASS */
* {
	margin: 0;
}
a{
	text-decoration: none!important;
}
.animated_a_img, .animated_a{
    transition: all .2s  ease ;
    -webkit-transition: all.2s ease ;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ; 
}
.hover_green:hover{
	color:#9dc814;
    transition: all .2s  ease ;
    -webkit-transition: all.2s ease ;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ;
}
.hover_orange:hover{
	    color: #9dc814;
		    transition: all .2s  ease ;
    -webkit-transition: all.2s ease ;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ;
}
body{
	font-family: Microsoft JhengHei, PMingLiU, Helvetica Neue, Helvetica, Arial, "sans-serif" !important;
}
.section{
	width:100%;
	display:block;
	position:relative;
	height:auto;
	clear:both;
	background: #F2F2F2;
}
.top_bg_wrapper{
	width:100%;
	height:270px;
	overflow:hidden;
	position:relative;
	margin-top:87px;
}
.top_bg_wrapper .bg_img{
	width:100%;
	height:270px;	
}
.top_bg_wrapper h1{
	text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-top: 80px;
    line-height: 40px;
    padding-left:20px;
    padding-right:20px;
}
.top_bg_wrapper p{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	line-height:28px;
	text-align: center;
    padding-left:20px;
    padding-right:20px;
    max-width:730px;
    margin-left:auto;
    margin-right:auto;
    min-height:56px;
}
textarea, select, input,
input[type="text"],
input[type="button"],
input[type="submit"] , input[type=text]:focus, textarea:focus, 
select:focus{
  	-moz-box-shadow:  none!important;
    -webkit-box-shadow: none!important;
	box-shadow: none!important;
    outline: none; 
}
@media screen and (max-width: 1000px) {
	.top_bg_wrapper,.top_bg_wrapper .bg_img{
		background-attachment: scroll!important;
		height:auto;
	}
	.top_bg_wrapper{
		margin-top:54px;
	}
		
	.top_bg_wrapper h1{
		padding-top:40px;
	}	
	.top_bg_wrapper p{
		padding-bottom:60px;
	}	
}
/* PAGINATION */
.pagination_a{
	float:none;
	display:inline-block;
	color:#aeaeae;
	font-size:12px;	 
	width: 21px;
	height: 21px;
	border: solid 1px #aeaeae;
	overflow:hidden;
	line-height:22px;
	vertical-align: top;
}
.pagination_arrow{
	opacity:1;
	transition: all .2s  ease ;
    -webkit-transition: all.2s ease ;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ;
    position:absolute;
	display:block;
	margin-top:0px;
}
.pagination_arrow_hover{
	opacity:0;
	transition: all .2s  ease ;
    -webkit-transition: all.2s ease ;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ;
    position:absolute;
	display:block;	
}
a:hover .pagination_arrow{
	opacity:0;
}
a:hover .pagination_arrow_hover{
	opacity:1;
}
@media screen and (max-width: 1000px) {	
	.pagination_a{		
		margin-left:5px;
		margin-right:5px;
	}	
}
/* PAGINATION END*/
/* NAVIGATION MENU */
.nav{
	width:100%;
	height:87px;
	background-color: rgba(255,255,255,.88);
	display:block;
	position:fixed;
	z-index:1999;
	top:0px;
	overflow:hidden;
    transition: all .2s  ease ;
    -webkit-transition: all.2s ease ;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ;
} 
.nav_bg_wrapper{
	width:100%;
	height:87px;
	background:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#e1e1e1;
	border-top:none;
	border-left:none;
	border-right:none;
	box-sizing:border-box;
}
.nav_second_wrapper{
	width:100%;
	height:64px; background-color: rgba(18,130,135,.79);
}
.level2_link_wrapper{
	width:100%;
	height:64px;
	position:absolute;
	z-index:999;
}
.nav_sub_link_level2{
	width:100%;
	height:64px;
	text-align: center;	
}
.level2_link{
	font-size:18px;
	line-height:64px;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	z-index:999;
}
.nav_third_wrapper{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
	opacity:0;
	transition: all .2s  ease ;
    -webkit-transition: all.2s ease ;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ;
    height:290px;
}
.nav_third_wrapper.active{
	opacity:1;
}
.sub_menu_img{
	display:block;
	margin-top:-40px;
	position:absolute;
	z-index:0;
}
.level3{
    width: 840px;
    float: left;
    height: 200px;
    padding-left: 380px;
}
.nav_third_level_column_wrapper{
    -webkit-column-width: 262px;
    -webkit-column-gap: 10px;
    -moz-column-width: 262px;
    -moz-column-gap: 10px;
    column-width:262px;
    column-gap: 5px;
    width: auto;
    height: 245px;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    position:relative;
    -webkit-break-after: column;
   	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;     
	-moz-column-rule: inset 1px #000;
	-webkit-column-rule: inset 1px #000;
	column-rule: inset 1px #000;
	border-style:solid;
	border-color:#000;
	border-width:1px;
	border-top:none;
	border-right:none;
	border-bottom:none;
	display:none;
}
.nav_third_level_column_wrapper.active{
	display:block;
}
.third_level_border_line_end{
	height:101%;
	clear: both;
    font-size: 14px;   
    text-decoration: none;
    width: 100%;
    display: block;
	padding-top:10px;
}
.third_level_border_line_end a{
    float: right;
    display: block;
    margin-right: 20px;
	color:#128287;  
}
.level3_link{
	clear: both;
	font-size:16px;
	color:#4c4c4c;
    text-decoration: none;
    height: 35px;
    width: 100%;
    display: block;
    text-align: center;
    position:relative;
	box-sizing: border-box;
	padding-top:10px;
}
.level3_link:hover{
	color:#128287;
}
#location_block{
	position:absolute;
	transition: all .4s .2s ease ;
    -webkit-transition: all .4s .2s ease ;
    -moz-transition: all .4s .2s ease;
    -ms-transition: all .4s .2s ease ;
    -o-transition: all .4s .2s ease ;
    opacity:0;
    margin-left:-100px;
}
#search_block{
	position:absolute;
	transition: all .4s .2s ease ;
    -webkit-transition: all .4s .2s ease ;
    -moz-transition: all .4s .2s  ease;
    -ms-transition: all .4s .2s ease ;
    -o-transition: all .4s .2s ease ;
    opacity:0;
    margin-left:658px;
}
#location_block.active{
	opacity:1;
	margin-left:0px;
}
#search_block.active{
	opacity:1;
	margin-left:558px;
}
#section_footer{
	height:auto;
}
.top img{
	opacity:.6;
	transition: all .2s  ease ;
    -webkit-transition: all.2s ease ;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ;
}
.top.active img{
	opacity:1;
}
.nav_inner_wrapper{
	width:100%;
	max-width:1280px;
	height:86px;	
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.logo_a{
	float:left;
	display:block;
	position:absolute;	
}
.nav_menu_wrapper{
    float: right;
    width: 100%;
    height: 86px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.top_social{
	width:100%;
	height:25px;
	float:right;
	padding-top:15px;
	padding-right:5px;
}
.nav_social_a{
	position:relative;
	float:right;
	display:block;
	padding-right:5px;
}
.icon_title{
	position: relative;
    float: right;
    display: block;
    padding-right: 5px;
}
.social_img{
	opacity:1;
	position:relative;
}
.social_img_hover{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}
.nav_social_a .socail_span {
	display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #fa0;
    margin-top: 1px;
    font-weight: bold;
    padding-right: 10px;
    margin-right: 7px;
    border-right: solid 1px #b5b5b5;
}
.nav_social_a:hover .socail_span {color: #8F8F8F;}
.nav_social_a:hover .social_img{
	opacity:0;
}
.nav_social_a:hover .social_img_hover{
	opacity:1;
}
.nav_menu{
	clear:both;
		width:100%;
	height:48px;
	float:left;
}
#search_box{
   width: 120px;
    float: right;
    border: solid 1px #b5b5b5;
    padding-left: 11px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    margin-top: 1px;
}
.search_input{
	width:88px; height:16px; 
	border: solid 1px #b5b5b5;
}
.search_button{
    background: url(../img/nav-search.png);
    display: block;
    width: 16px;
    height: 16px;
    border-style: none;
    float: right;
    background-position: 0px 1px;
    background-repeat: no-repeat;
    margin-top: 2px;
}
.nav_menu_a{
	font-size:16px;
	color:#8f8f8f;
	padding-left:40px;
	text-decoration: none;
	float:right;
	margin-top:16px;	
}
.nav_menu_a:hover{
	color:#178287; 
}
/* NAVIGATION MENU END */
/* FOOTER */
.footer_top{
	width:100%;
	height:100px;
	clear:both;
	background:#82ac10;
}
.footer_top_inner_wrapper{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:100px;
}
.footer_top_inner{
	color:#f0f0f0;
	font-size:22px;
	line-height:50px;
	padding-top:25px;
	height:50px;
	float:left;
	padding-right:40px;
	padding-left:200px;
}
.footer_top_inner2{
	font-size:34px;
	color: #ffffff;
	text-decoration:none;
	font-style:italic;
	padding-left:20px;
	float:left;
	background:url(../img/index-icon-phone.png);
	background-position:0px 25px;
	background-repeat:no-repeat;
	height:50px;
	padding-top:25px;	
}
.footer_top_inner2 a{
	font-size:34px;
	color: #ffffff;
	text-decoration:none;
	font-style:italic;
	padding-left:40px;
	float:left;
	line-height:50px;
}
.footer_top_inner3{
	color:#fff;
	font-size:14px;
	height:50px;
	padding-top:30px;
	float:right;
	line-height:20px;
}
.footer_middle{
	width:100%;
	height:240px;
	background:#000;
}
.footer_middle_inner_wrapper{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:285px;
}
.footer_flex_wrapper{
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;   
}
.footer_link_li{
	height:24px;
	line-height:20px;
}
.li_break{
	clear:both;
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always;
}
.footer_link_category {
    -webkit-column-width:150px;
    -webkit-column-gap: 10px;
    -moz-column-width: 150px;
    -moz-column-gap: 10px;
    column-width: 150px;
    column-gap: 10px;
    width: auto;
    height: 200px;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    float:left;
	-webkit-break-after:column;
}
.category_list_wrapper{	
	border-style:dotted;
	border-color:#575757;
	border-width:1px;
	border-top:none;
	border-right:none;
	border-bottom:none;
	padding-left:20px;
	padding-right:20px;
	height:170px;
	box-sizing:border-box;
}
.footer_table td:last-child .category_list_wrapper{
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#575757;	
}
table.footer_table {
	width:100%;
	border-collapse: collapse;
	color:#222;
	height:auto;
}
.footer_table tr { 
    display: flex;
    align-items: stretch;    
}
.footer_table td:last-child {
    flex: 1;
    display:inline-block; /* to keep IE happy */
}
.footer_title{
	font-size:14px;
	color: #ffffff;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:15px;
}
.footer_link_li a{
	font-size:12px;
	color:#cfcfcf;
	text-decoration:none;
}
.footer_link_li a:hover{
	color:#178287;
}
.footer_bottom{
	width:100%;
	border-style:solid;
	border-width:1px;
	border-color:#575757;
	border-left:none;
	border-right:none;
	border-bottom:none;
	height:70px;
	background:#000;
}
.privacy_wrapper{
	width:100%;
	text-align: center;
	color:#cfcfcf;
	line-height:20px;
	font-size:12px;
	padding-top:5px;
}
.privacy_wrapper span{
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
	vertical-align: middle;
}
.privacy_wrapper a{
	font-size:12px;
	color:#cfcfcf;
	text-decoration: none;
	line-height:20px;
}
.copyright{
	text-align: center;
	width:100%;
	font-size:12px;
	color:#575757;
	margin-top:5px;
}
.footer_top_mobile{
	display:none;
	width:100%;
	height:auto;
    clear: both;
    background: #82ac10;
}
.category_list_wrapper.category_list_wrapper1{
	width:230px;
	height:100%;
	border-style:none;
}
.category_list_wrapper.category_list_wrapper2{
	width:420px;
	height:100%;
	border-style:none;
}
.category_list_wrapper.category_list_wrapper3{
	width:230px;
	height:100%;
	border-style:none;
}
.footer_table_td{
	display:block;
	height:auto;
	float:left;
	width:auto;
}
.footer_table_td.logo{float: right;}
.footer_logo_area {
	width: 195px;
	padding: 40px 0 30px;
}
.footer_social_area .social_title{
	color: #fff;
	padding: 5px 5px 10px;
	margin-bottom: 15px;
	position: relative;
}
.footer_social_area .social_title:after{
	content: '';
	display: block;
	width: 155px;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer_social_area ul li a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
.footer_social_area ul li a:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background:url(../img/footer/icon-facebook.png);
	position: absolute;
	top: 0;
	left: 0;
}
.footer_social_area ul li a.facebook:before {background:url(../img/footer/icon-facebook.png);}
.footer_social_area ul li a.youtube:before {background:url(../img/footer/icon-youtube.png);}
.footer_social_area ul li a.blog:before {background:url(../img/footer/icon-blog.png);}
.category_list_wrapper.category_list_wrapper1 ul, .category_list_wrapper.category_list_wrapper2 ul, .category_list_wrapper.category_list_wrapper3 ul{
	overflow:hidden;
}
.category_list_wrapper.category_list_wrapper1 .footer_link_li, .category_list_wrapper.category_list_wrapper2 .footer_link_li, .category_list_wrapper.category_list_wrapper3 .footer_link_li{
	float:left;
	width:190px;
}
.footer_middle_inner_wrapper {
    width:100%;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
	overflow:hidden;
}
.footer_middle{
	height:auto;
	padding-bottom:40px;
}
@media screen and (max-width: 1160px) {	
	.category_list_wrapper.category_list_wrapper1, .category_list_wrapper.category_list_wrapper2, .category_list_wrapper.category_list_wrapper3{
		width:100%;
		height:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.footer_table_td{
		float:none;
	}
	.footer_table_td.logo {
		float: none;
		padding: 0 20px;
	}
	.footer_social_area {
		border-bottom: 1px dotted #575757;
	    padding-bottom: 20px;
	    margin-bottom: 10px;
	}
	.footer_social_area .social_title:after{width: 100%;}
	.footer_social_area ul li {
		display: inline-block;
		margin-right: 20px;
	}
	.category_list_wrapper.category_list_wrapper1 .footer_link_category_new, .category_list_wrapper.category_list_wrapper2 .footer_link_category_new{
	    border-style: dotted;
	    border-color: #575757;
	    border-width: 1px;
	    border-top: none;
	    border-right: none;
	    border-left: none;
	    padding-bottom:20px;
	}
}
@media screen and (max-width: 1200px) {	
	.footer_top_inner2, .footer_top_inner, .footer_top_inner3 {
	    float:left; 
		padding-left:20px;
	}
	.footer_top_inner_wrapper{
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and (max-width: 1000px) {
	.footer_top_inner_wrapper{
		width:100%;
		text-align: center;
		height:auto;
	}	
	.footer_top{
		height:auto;
		display:none;
	}
	.footer_top_inner2, .footer_top_inner, .footer_top_inner3 {
		float: none;
	    clear: both;
	    text-align: center;
	    width: auto;
	    padding: 0px;
	    background-image: none;
	    margin-left: auto;
	    margin-right: auto;
	}
	.footer_top_inner2 a{
		background: url(../img/index-icon-phone.png);
	    background-position: 0px 5px;
	    background-repeat: no-repeat;
	    text-indent: 0px;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    float: none;
	    background-size: 30px;
	}
	.footer_middle{
		display:none;
	} 
	.footer_top_mobile{
		display: block;
		position: relative;
		clear: both;
		overflow: hidden;
		padding:20px;
		width:auto;
	}
	.footer_top_mobile .footer_top_inner{
		height:auto;
		line-height:30px;
	} 
	.footer_top_mobile .footer_top_inner2, .footer_top_mobile .footer_top_inner, .footer_top_mobile .footer_top_inner3{
 		height:auto;
 		padding:0px;
	} 
	.footer_bottom{
		width:auto;
		padding-left:20px;
		padding-right:20px;
	} 
}
/* FOOTER END*/
/* BREADCRUMBS */
.breadcrumb_wrapper{
	width:1280px;
	height:40px;
	position:relative;
	margin-top:50px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
.breadcrumb{
	padding-left:55px;
	width:auto;
	height:20px;
}
.breadcrumb a, .breadcrumb span{
	font-size:13px;
	color:#6f6f6f;	
}
/* BREADCRUMBS END*/
/* PRIVACY */
#privacy_section{
	height:auto;
	background:url(../img/contact-bg.jpg);
	background-size:cover;
	padding-bottom:100px;
}
#popup_body #privacy_section{
    background-attachment: fixed;
	background-image: none;
	padding-bottom:200px;
}
#popup_body #privacy_section img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.privacy_content{
    width: 100%;
  	max-width: 1280px;  
    margin-left: auto;
    margin-right: auto;
    position: relative;
    line-height: 1.8em;
    padding-left: 36px;
    padding-right: 20px;
    padding-top: 140px;
    box-sizing: border-box;
}
.privacy_content h1{
	font-weight: bold;
	font-size: 24px;
	color: #128287;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom:40px;
}
.privacy_content p {
	font-size: 16px;
	color: #373737;
    text-align: justify;
}
.privacy_content h3 {
	font-size: 18px;
    font-weight: bold;
    color: #128287;
    margin-bottom: 5px;
}
.privacy_content a {
	color: #145eec;	
}
.privacy_content a:hover {text-decoration: underline!important;}
.privacy_content > ul {
	margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: item;
}
.privacy_content > ul > li {
	display: block;
	color: #373737;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: justify;
    position: relative;
}
.privacy_content > ul > li:before {
	content: counter(item) '. ';
    counter-increment: item;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.privacy_content > ul > li p {margin-left: -20px;}
.privacy_content > ul > li > ol {
	margin: 0;
    padding: 0 0 0 20px;
}
.privacy_content > ul > li > ol > li {
    list-style: lower-alpha;
    text-align: justify;
}
.privacy_content > ul > li > ol > li > ul {
    margin: 0;
    padding: 0;
}
.privacy_content > ul > li > ol > li > ul > li {
	display: block;
    padding-left: 20px;
    text-align: justify;
    position: relative;
}
.privacy_content > ul > li > ol > li > ul > li:before {
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #373737;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 2px;
}
/* PRIVACY */
/* MOBILE NAVIGATION MENU */
.logo_a_mobile, .nav_menu_mobile, .nav_search_mobile{
	display:none;
}
.page_wrapper{
	width:100%;
	margin-left:0%;
    transition: all .3s  ease;
    -webkit-transition: all .3s  ease;
    -moz-transition: all .3s  ease;
    -ms-transition: all .3s  ease;
    -o-transition: all .3s  ease;
}
html{
	overflow-x: hidden;
}
.section{
	margin-left:0px;
   	transition: all .3s  ease;
    -webkit-transition: all .3s  ease;
    -moz-transition: all .3s  ease;
    -ms-transition: all .3s  ease;
    -o-transition: all .3s  ease;
}
body.mobile .mobile_nav{
	position:fixed;
	width:80%;
	overflow-y: auto;
	z-index:99;
	border-width:1px;
	border-style:solid;
    border-color: #e1e1e1;
    border-top: none;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    background:#fff;
    display:none;
}
body.mobile .nav_menu_mobile{
	background-image:url(../img/m-top-close-icon.png);
	background-size:100% auto;
}
body.mobile .nav_menu_mobile img{
	opacity:0;
}
.nav_search_mobile.open{
	background-image:url(../img/m-top-close-icon.png);
	background-size:100% auto;
}
.nav_search_mobile.open img{
	opacity:0;
}
.mobile_nav{
	transition: all .2s  ease ;
    -webkit-transition: all .2s  ease ;
    -moz-transition: all .2s  ease ;
    -ms-transition: all .2s  ease ;
    -o-transition: all .2s  ease ;
    width:0%;
	height:100%;
	position:absolute;	
	-webkit-overflow-scrolling: touch;
}

.mobile_menu_wrapper{
	margin-top:60px;
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.mobile_menu_ul{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	height:60px;
	position:relative;
	display:block;
	box-sizing: border-box;
	overflow:hidden;
	transition: all .2s  ease;
    -webkit-transition: all .2s  ease;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease;
    -o-transition: all .2s  ease;
   	height:auto; 
 	max-height:50px;
}
.mobile_menu_ul.active{
	height:auto;
	max-height:none;
}
.mobile_menu_title_li{
	width:100%;
	height:50px;
	font-size:18px;
	line-height:50px;
	color:#178287;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#178287;
	box-sizing:border-box;
	border-top:none;
	border-right:none;
	border-left:none;
	cursor:pointer;
	background-image:url(../img/m-nav-triangle.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:13px auto;
}

.active .mobile_menu_title_li{
	background-image:url(../img/m-nav-triangle-2.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:13px auto;	
}
.mobile_menu_title_li a{
	font-size:18px;
	line-height:50px;
	color:#178287;
	display:block;
	width:100%;
	height:auto;
}	
.mobile_menu_title_li.no_submenu{	
	background-image:none;
}
.mobile_menu_link_li{
	width:95%;
	margin-left:5%;
	height:0px;
	font-size:18px;
	line-height:50px;
	color:#178287;
	display:block;
	border-style:solid;
	border-width:1px;
	border-color: #f39801;
	box-sizing:border-box;
	border-top:none;
	border-right:none;
	border-left:none;
	cursor:pointer;
    transition: all .2s  ease;
    -webkit-transition: all .2s  ease;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease;
    -o-transition: all .2s  ease;
	opacity:0;
}
.mobile_menu_link_li a{
	font-size:16px;
	color:#636363;
	line-height:50px;
	width:100%;
	height:auto;
	display:block;
}
.active .mobile_menu_link_li{	
	height:50px;
	opacity:1;
}
.mobile_menu_ul .mobile_menu_link_li:last-child {
 	border-style:none;
 	width:100%;
 	text-indent:5%;
 	margin-left:0px;
 	border-style:solid;
	border-width:1px;
	border-color:#178287;
	box-sizing:border-box;
	border-top:none;
	border-right:none;
	border-left:none;
}
.mobile_menu_social{	
	width:100%;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.mobile_social_wrapper{
	width:100%;
	border-style:solid;
	border-width:1px;
	border-color:#178287;
	box-sizing:border-box;
	border-top:none;
	border-right:none;
	border-left:none;
	text-align: center;
}
.mobile_social_a_wrapper{
	width:100%;
	max-width:360px;
	text-align: center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.mobile_social_a_wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.mobile_social_a_wrapper img{
	float: left;
    display: block;
    line-height:50px;
    top: 0px;
    width: 1px;
    height: 50px;
}
.mobile_social_menu_a{
	display:block;
	width:33%;
	float:left;
	height:50px;
}
.mobile_social_menu_p{
    display: block;
    width: 33%;
    float: left;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #178287;
}
.mobile_social_menu_p.savior{
	width: 100%;
	height: auto;
	line-height: 25px;
}
.mobile_social_menu_p.color-f29600{
	color: #f29600;
}
.mobile_social_menu_a img{
	width:100%;
	height:auto;
	display:block;
}
.mobile_social_menu_fb{
	background:url(../img/m-nav-fb.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.mobile_social_menu_youtube{
	background:url(../img/m-nav-youtube.png);
		background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.mobile_social_menu_ig{
	background:url(../img/m-nav-ig.png);
		background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.mobile_social_menu_blog{
	background:url(../img/m-nav-blog.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.mobile_social_menu_hotvideos{
	background:url(../img/m-nav-hotvideos.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
/*20190313 調整*/
/*.mobile_social_menu_abcgo{
	background:url(../img/m-nav-abcgo.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}*/
.mobile_social_menu_abcgo:before {
	content: '聯成外語';
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	color: #0090CB;
}
.mobile_footer_break{
	float:left;
	display:none;
}
.mobile_no_footer_break{
	float:none;
	display:block;
}
.mobile_nav{
	opacity:0;
}
.mobile .mobile_nav{
	opacity:1;
}
@media screen and (max-width: 1000px) {
	.mobile_footer_break{
		float:none;
		display:block;
	}
	.mobile_no_footer_break{
		float:left;
		display:none;
	}
	.page_content_section {
		margin-top:0px!important;
		padding-top: 0px!important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}	
	.nav, .nav_bg_wrapper, .nav_inner_wrapper{
		height:54px!important;
	}	
	.top_social, .nav_menu, .logo_a, .nav_menu_wrapper{
		display:none;
	}	
	.logo_a_mobile{
		float:none;
		left: 0;
		right: 0;
		margin:auto;
		text-align: center;
		position:absolute;
		width:160px;
		height:54px;
		display:block;
	}
	.under_nav{
		display:none;
	}
	
	.nav_menu_mobile, .nav_search_mobile{
		width:54px;
		height:auto;
		position:absolute;
		display:block;
		cursor:pointer;
	}
	.nav_menu_mobile{
		left:0px;
	}
	.nav_search_mobile{
		right:0px;
	}
	.nav_menu_mobile img , .nav_search_mobile img, .logo_a_mobile img{
		width:100%;
		height:auto;
		display:block;
	}
}
/* MOBILE NAVIGATION MENU END*/
/* MOBILE SEARCH */
.mobile_search_wrapper{
	position:fixed;
	height: 0px;
	background-color: rgba(0,0,0,0); 
	z-index:99;
	top:54px;
	width:100%;
	display:none; 
	text-align: center;
	transition: all .2s  ease;
    -webkit-transition: all .2s  ease;
    -moz-transition: all .2s  ease;
    -ms-transition: all .2s  ease;
    -o-transition: all .2s  ease;
    overflow:hidden;
}
.mobile_search_input{
	color #fff;	
	display:block;
	width: 80%;
	height: 56px;
	border: solid 1px #f4f4f4;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:rgba(0,0,0,0);
	margin-top:40px;
	font-size:18px;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius:0px!important;
	margin-bottom:20px;
	text-indent:10px;
}
input[type="text"].mobile_search_input{
	color:#fff;
}
.mobile_search_input::-webkit-input-placeholder { color:#fff; }
.mobile_search_input::-moz-placeholder { color:#fff; } /* firefox 19+ */
.mobile_search_input:-ms-input-placeholder { color:#fff; } /* ie */
.mobile_search_input.input:-moz-placeholder { color:#fff; }
.mobile_search_button{
	font-size:16px; 
	color:#fff;
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
	float:none;
	clear:both;
	margin-top:0px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius:50%!important;
	border: solid 1px #fff;
	background:rgba(0,0,0,0);
	text-align: center;
    -webkit-appearance: none!important;
    text-indent:0px;
    overflow:hidden;
    padding:0px;
}
#goto_top_mobile{
	display:none;
	position:fixed;
	right:0px;
	bottom:100px;
	margin-left:0px;
	margin-top:0px;
	left:auto;
	z-index:5;
	opacity:.5;
}
@media screen and (max-width: 1000px) {	
	.mobile_search_wrapper.active{
		display:block;
		height:100%;
	}
	.mobile_search_wrapper{
		display:block;
	}
	.mobile_search_wrapper form{
	    height: 240px;
	    background-color: rgba(23,130,135,.85);
	    padding-top: 5px;
	}
	body.mobile .section{
		margin-left:80%;
		width:100%;	
	}
	body.mobile .mobile_nav{
		position:fixed;
		width:80%;
		overflow-y: auto;
		z-index:99;
		border-width:1px;
		border-style:solid;
	    border-color: #e1e1e1;
	    border-top: none;
	    border-left: none;
	    border-bottom: none;
	    box-sizing: border-box;
	    background:#fff;
	    display:block;
	}
	body.mobile{
		overflow:hidden;
		position:relative;
		width:100%;
		height:100%;
	}
}
/* MOBILE SEARCH END*/
input, select, textarea{
	text-indent:5px!important;
}
select:focus option{
	color:#111!important;
 }
textarea{
	padding:0px!important;
	padding:5px!important;
	text-indent:0px!important;
}
input.mobile_search_button{
	text-indent:0px!important;
}
.privacy {
	width: 80%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100%;
    z-index: 10;
    background: rgba(10, 10, 10, 0.74);
    padding: 15px 20px 20px;
    margin: auto;
    text-align: center;
    transition: .5s;
}
.privacy.show {
	animation: slideUp 1s 1s both;
}
.privacy.show.clicked {
    animation: slideDown 1s both;	
}
.privacy p {
	font-size: 14px;
	font-family: '微軟正黑體';
	color: #fff;
	text-align: justify;
	line-height: 1.5;
}
.privacy a {
	color: #9dc814;
}
.privacy a:hover {
	color: #9dc814;
	text-decoration: underline;
}
.privacy #i_know {
	font-size: 15px;
	font-family: '微軟正黑體';
	outline: none;
	border: none;
	border-radius: 5px;
	background-color: #C6213A;
	color: #fff;
	padding: 5px 10px;
	margin-top: 15px;
	cursor: pointer;
}
.privacy #i_know:hover {
	background-color: #cc3d52;
}
@keyframes slideUp {
	0%{bottom: -100%;}
	100%{bottom: 0;}
}
@keyframes slideDown {
	0%{bottom: 0;}
	100%{bottom: -100%;}
}
@media screen and (min-width: 1000px){
	.privacy p {
		padding-right: 95px;
	}
	.privacy #i_know {
		position: absolute;
		top: 10px;
		right: 12px;
		margin-top: 0px;
	}
}
.temporaryBtn {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	position: fixed;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
}
.temporaryBtn:before {
	content: '';
	display: block;
	width: 60%;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.temporaryBtn:after {
	content: '';
	display: block;
	width: 60%;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}
/* siderAds style1 */
/*.siderAds-wrapper {
	position: fixed;
	right: 50px;
	bottom: 13vh;
}
.siderAds-wrapper .siderAds {
	display: block;
	width: 30px;
	height: 140px;
	background:url(../img/footer/medalText.png) 0 0 no-repeat;
	overflow: hidden;
	animation: adScroll 2s linear infinite;
}
@keyframes adScroll {
	100%{background-position-y: -140px;}
}*/
/* siderAds style2 */
/*.siderAds-wrapper {
	position: fixed;
	right: 50px;
	bottom: 13vh;
	z-index: 20;
}
.siderAds-wrapper .siderAds {
	display: block;
	width: 50px;
	height: 145px;
	position: relative;
}
.siderAds-wrapper .siderAds:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background:url(../img/footer/flash.gif) 0 0 no-repeat;
	position: absolute;
	top: -12px;
	left: -24px;
}
.siderAds-wrapper .siderAds .medal {
	display: block;
	width: 50px;
	height: 62px;
	background:url(../img/footer/medal_50x62.png) 0 0 no-repeat;
}
.siderAds-wrapper .siderAds .medal-text-wrapper {
	width: 24px;
	color: #fff;
	background-color: #E9000E;
	line-height: 1.5em;
	text-align: center;
	padding: 5px 0px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	z-index: -1;
	margin-left: -12px;
	transition: .3s cubic-bezier(0.25, 0.1, 0.6, 1.6);
	opacity: 0;
}
.siderAds-wrapper .siderAds:hover:before {display: none;}
.siderAds-wrapper .siderAds:hover .medal-text-wrapper {
	bottom: 0;
	opacity: 1;
}*/
/*siderAds style3*/
.siderAds-wrapper {
	position: fixed;
	right: 50px;
	bottom: 13vh;
	z-index: 20;
}
.siderAds-wrapper .siderAds {
	display: inline-block;
	width: 100px;
	height: 95px;
	background:url(../img/footer/online-valetine_100x95_2x_0316.jpg) 0 0 no-repeat;
	-webkit-background-size: 100px;
	background-size: 100px;
}
.siderAds-wrapper .boxCover {
	width: 50px;
	height: 3px;
	background-color: #EF91A1;
	position: absolute;
	top: -3px;
	transition: all .3s;
}
.siderAds-wrapper .boxCover.left {left: 0;transform-origin: left;}
.siderAds-wrapper .boxCover.right {right: 0;transform-origin: right;}
/*.siderAds-wrapper .boxTeacher {
	width: 50px;
	height: 50px;
	background:url(../img/footer/PythonTeacher.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
	z-index: -1;
}*/
.siderAds-wrapper .boxMoney {
	width: 80px;
	height: 50px;
	background:url(../img/footer/Lineheart.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
	z-index: -1;
}
.siderAds-wrapper .boxMoney.spray {
	background:url(../img/footer/LineheartSpray.png) 0 0 no-repeat;
	animation: MoneySpray 2s steps(8) infinite;
}
@keyframes MoneySpray{
	100% {background-position-y: -400px;}
}
@media screen and (max-width: 1000px){
	.siderAds-wrapper {right: 0;bottom: 30px;}
	.siderAds-wrapper .boxMoney,.siderAds-wrapper .boxCover {display: none;}
}