.cwbtn,
.fixd nav ul li a,
.fixd nav ul li a:before,
.hed ul li a,
.topmenu,
.class .edit .w73 .btn,
.shortcut:hover ul,
.camp .clist .qmenu ul .on,
.camp .clist .container .caone .rdes .btn li a,
.camp .clist .container section .pic ul li:hover a,
.camp .clist .container .caform ul .center a,
.bnav li:hover,
.bnav .search,
.bnav .wide input,
#container .gpic a div,
#container .notxt a div,
.bdel .bleft .back:hover,
.bdel .bleft ul li a,
.tabs a,
.tabs_item .none,
.school .fistory .container a,
.school .fintro .back .blist a:hover,
.director a,
.sbom .act ul li a,
.sbom .act p a,
.news section ul a:hover li,
.job .tetxt .btn {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

/*正常版*/
.hed {
	width: 100%;
	height: 105px;
	padding: 5px 0;
	position: fixed;
	top: 0;
	z-index: 10;
	background: #fff;
	;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
	box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.hed h1 ,
.hed span {
	display: block;
	margin: 8px 0 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;
}

.hed h1 a ,
.hed span a {
	width: 305px;
	height: 80px;
	display: inline-block;
	background: url(../logo.png) no-repeat left center;
	background-size: 305px auto;
	padding: 0;	
	text-indent: -9999px;
}

@media(max-width:1199px) {
	.hed {
		height: 95px;
	}
	.hed h1 ,
	.hed span {
		margin: 0 0;
	}
}

.hed ul.language {
	width: auto;
	display: inline-block;
	margin: 10px 20px 0 0;
	text-align: right;
	padding: 0;
	float: right;
}

.hed ul.language li {
	display: inline-block;
	list-style-type: none;
	background: url(../line4.png) no-repeat right center;
	padding: 0 12px 0 0;
}

.hed ul.language li:last-child {
	background: none;
	padding: 0;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

.hed ul.language li a {
	padding: 1px 5px 3px;
	text-decoration: none;
	font-size: 14px;
	color: #a5a5a5;
	margin: 0;
	border-radius: 3px;
	font-family: 'Open Sans', Arial, Helvetica, "微軟正黑體", sans-serif;
}

.hed ul.language li a:hover {
	background: #05294d;
	color: #fff;
}

.hed ul.language li a.current {
	color: #05294d;
}

.hed ul.language li a.current:hover {
	color: #fff;
}

.hed ul.menu-bt {
	line-height: 20px;
	padding: 0;
	margin: 20px 10px 0 0;
	float: right;
	clear: right;
}
@media (max-width:1199px) {
	.hed ul.menu-bt {
		margin: 25px 10px 0 0;
	}
}

.hed ul.menu-bt li {
	display: inline-block;
	position: relative;
	list-style-type: none;
}

.hed ul.menu-bt>li>a {
	padding: 10px 18px 10px;
	text-decoration: none;
	font-size: 16px;
	color: #333
}

.hed ul.menu-bt>li>a:hover,
.hed ul.menu-bt>li:hover>a {
	color: #fff;
	background: #3d72a7;
}

@media (max-width: 1199px) {
	.hed ul.menu-bt>li>a:hover,
	.hed ul.menu-bt>li:hover>a {
		color: #3d72a7;
		background:none ;
	}
}

.hed ul.menu-bt>li>a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0;
	background: #05294d;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}

.hed ul.menu-bt>li:hover>a:before {
	height: 0;
}

#page {
	margin-top: 95px;
}

#page.show,
#hed.show,
#hed.show h1,
#menu.show {
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease
}

#page.show.show,
#hed.show.show,
#hed.show h1.show,
#menu.show.show {
	-moz-transform: translateX(265px);
	-ms-transform: translateX(265px);
	-webkit-transform: translateX(265px);
	transform: translateX(265px)
}

#hed {
	width: 100vw
}

#hed.show,
.header.show {
	width: 100vw
}

#page.show {
	transform: translateX(260px);
	width: 100vw;
	height: 100vh;
	overflow: hidden
}

html.show,
body.show {
	overflow: hidden;
	height: 100vh
}

#js-rwd {
	display: block;
	height: 0;
	width: 0;
	background: transparent;
	visibility: hidden
}

@media(min-width:1300px) {
	#js-rwd {
		width: 10px
	}
}

/*手機版選單*/
#menu {
	background-color: #136fb8;
	height: 100vh;
	left: -265px;
	margin: 0;
	padding: 0 0 20px;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 265px;
	z-index: 1400;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.2s cubic-bezier(0.53, 0.54, 0.54, 0.54);
	-moz-transition: all 0.2s cubic-bezier(0.53, 0.54, 0.54, 0.54);
	-o-transition: all 0.2s cubic-bezier(0.53, 0.54, 0.54, 0.54);
	transition: all 0.2s cubic-bezier(0.53, 0.54, 0.54, 0.54);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	border-bottom: 1px solid #1a7fd0;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*#menu ul li:nth-child(1){border-bottom:none;}*/
#menu ul li span {
	width: 20px;
	height: 19px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
	position: absolute;
	right: 15px;
	top: 15px
}

#menu ul li .icon-plus {
	background-image: url(../icon-plus.svg)
}

#menu ul li .icon-minus {
	background-image: url(../icon-minus.svg)
}

#menu ul li>a {
	color: #fff;
	padding: 5px 8% 0;
	font-size: 18px;
	line-height: 50px
}

#menu ul li a {
	box-sizing: border-box;
	display: block;
	padding: 0 8%
}

#menu ul li>ul {
	background-color: #555;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li>ul li {
	border-bottom: 1px solid #777;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

#menu ul li>ul li:nth-child(1) {
	border-bottom: 1px solid #777;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.9
}

#menu ul li>ul li:last-child {
	border-bottom: none
}

#menu ul li>ul li>a {
	line-height: 45px;
	font-size: 16px
}

#menu ul li>ul li>ul {
	background-color: #777;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li>ul li>ul li>ul {
	background-color: rgb(145, 145, 145);
}

#menu ul .current .icon-plus {
	background-image: url(../icon-minus.svg)
}

#menu ul .current .icon-minus {
	background-image: url(../icon-plus.svg)
}

#menu ul .current ul {
	display: block
}

#menu ul li.comm {
	padding: 0;
	width: 100%;
	text-align: center;
}

#menu .language {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	padding: 7px 0;
	background: #e29a01;
}

#menu .language .cht {
	background: url(../line4.png) no-repeat right 6px;
	padding: 3px 20px 3px 6px;
	display: inline-block;
	margin: 0;
	white-space: nowrap;
	vertical-align: top;
}

#menu .language .chs {
	background: url(../line4.png) no-repeat right 6px;
	padding: 3px 20px 3px 6px;
	display: inline-block;
	margin: 0;
	white-space: nowrap;
	vertical-align: top;
}

#menu .language .en {
	background: url(../line4.png) no-repeat right 6px;
	padding: 3px 20px 3px 6px;
	display: inline-block;
	margin: 0;
	white-space: nowrap;
	vertical-align: top;
}

#menu .language .vn {
	padding: 1px 2px 3px 5px;
	display: inline-block;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	vertical-align: top;
}

#menu .language a {
	color: #fff;
	text-decoration: none;
}

#menu .language a:hover {
	color: #fff;
	text-decoration: none;
}

/*手機版上方*/
.header {
	display: none;
	background: #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 65px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1300;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.header .fre {
	position: relative;
}

.header .micon {
	position: relative;
	display: block;
	width: 60px;
	height: 70px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 9999;
	float: left
}

.header .micon span,
.header .micon span::before,
.header .micon span::after {
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 30px;
	background: #333
}

.header .micon span {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
	-moz-transition: background 0.3s 0.3s;
	-o-transition: background 0.3s 0.3s;
	-webkit-transition: background 0.3s;
	-webkit-transition-delay: 0.3s;
	transition: background 0.3s 0.3s
}

.header .micon span::before,
.header .micon span::after {
	content: '';
	right: 0;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform-origin: 0% 50% 50%;
	-ms-transform-origin: 0% 50% 50%;
	-webkit-transform-origin: 0% 50% 50%;
	transform-origin: 0% 50% 50%;
	-moz-transition: -moz-transform 0.3s 0.3s;
	-o-transition: -o-transform 0.3s 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-webkit-transition-delay: 0.3s;
	transition: transform 0.3s 0.3s
}

.header .micon span::before {
	top: -8px
}

.header .micon span::after {
	top: 8px
}

.header .micon.show span {
	background: rgba(46, 119, 54, 0)
}

.header .micon.show span::before,
.header .micon.show span::after {
	background: #333
}

.header .micon.show span::before {
	-moz-transform: translateX(4px) translateY(8px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(8px) rotate(45deg);
	-webkit-transform: translateX(4px) translateY(8px) rotate(45deg);
	transform: translateX(4px) translateY(8px) rotate(45deg)
}

.header .micon.show span::after {
	-moz-transform: translateX(4px) translateY(-8px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(-8px) rotate(-45deg);
	-webkit-transform: translateX(4px) translateY(-8px) rotate(-45deg);
	transform: translateX(4px) translateY(-8px) rotate(-45deg)
}

.fixed {
	position: fixed;
	top: 0;
	left: 0
}

.mask {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1300
}

.header h1 , 
.header h3 {
	display: block;
	width: calc(100% - 60px);
	height: 60px;
	position: relative;
	float: right;
	padding: 0 20px 0 0;
	margin: 12px 0 0;
}

.header h1 a ,
.header h3 a {
	display: block;
	width: 100%;
	height: 60px;
	background: url("../logo.png") no-repeat center 5px;
	text-indent: -9999px;
	background-size: auto 28px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
	.hed ul.menu-bt>li>a {
		padding: 8px 8px 27px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hed ul.language {
		margin: 8px 15px 0 0;
  	}
	.hed h1 a {
		width: 250px;
		height: 80px;
		background: url("../logo.png") no-repeat center 10px;
		background-size: 250px auto;		
  	}
	.hed ul.menu-bt>li>a {
		font-size: 14px;
		padding: 0 6px 25px;
		margin-right: 0;
	}
}

@media screen and (max-width: 991px) {
	.header {
		display: block
	}

	.hed {
		display: none
	}

	#page {
		margin-top: 65px;
	}

	.header h1 ,
	.header h3 {
		margin: 0;
	}
	
	.header h1 a ,
	.header h3 a {
		display: block;
		width: 100%;
		height: 60px;
		background: url("../logo.png") no-repeat center 6px;
		background-size: auto 50px;
	}
}

@media screen and (max-width: 767px) {
	.mobile {
		display: block
	}
}

/*搜尋*/
.searchBox {
	font-size: 1em;
	opacity: 1;
	display: inline-block;
	float: right;
}

.searchBox>a.searchBtn {
	height: 16px;
	width: 20px;
	transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	font-size: 0;
	background: url('../icon-search.svg') no-repeat center bottom;
	background-size: auto 16px;
	display: block;
	float: left;
	line-height: 20px;
}

.searchBox>a.searchBtn:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
}

.searchBox>a.searchBtn.nClose {
	background: url('../letter-x.svg') no-repeat center bottom;
	background-size: auto 14px;
}

#search-form {
	width: 0;
	overflow: hidden;
	float: right;
	display: none;
	right: 0;
	position: absolute;
	top: 38px;
	background: #e2e2e2;
	padding: 5px;
}

#search-form.nClose {
	width: 280px;
	display: inline-block;
}

#search-form .keywords {
	border: none;
	vertical-align: top;
	width: calc(100% - 45px);
	padding: 0 10px;
	float: left;
	line-height: 38px;
}

#search-form button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	padding: 2px 8px;
	border: none;
	position: relative;
	vertical-align: top;
	float: right;
	text-align: center;
	background: rgba(65, 65, 65, 1);
	color: #fff;
	height: 38px;
}

#menu ul li .mm-search {
	background-color: #00578d;
	color: #555555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 15px 10px 10px;
	width: 100%;
	display: inline-block;
}

#menu ul li .mm-search .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li .mm-search .input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#menu ul li .mm-search .input-group .form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 96%;
	height: 35px;
}

#menu ul li .mm-search .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu ul li .mm-search .input-group-btn:first-child>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#menu ul li .mm-search .input-group-btn>.btn {
	position: relative;
}

#menu ul li .mm-search .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	font-size: 18px;
	border-radius: 8px;
	padding: 7px 10px 8px;
}

/*---------------------------------
	MENU LAYOUT 選項
	DO NOT EDIT This Section 勿動
-----------------------------------*/
.menu-bt {
	margin: 0;
	padding: 0;
	line-height: 100%;
	position: relative;
	text-align: center;
}

.menu-bt:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

.menu-bt li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	*display: inline;
	position: relative;
	zoom: 1;
	line-height: inherit;
	top: 0;
	left: 0;
	font-size: 16px;
}

.menu-bt li a {
	margin: 0;
	padding: 0;
	display: block;
	display: inline;
	display: inline-block;
	position: relative;
	zoom: 1;
	line-height: 100%;
	top: 0;
	left: 0;
}

/*--------------Sub Menus-------------------*/
.menu-bt ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	min-width: 160px;
	text-align: left;
}

.menu-bt ul li {
	display: block;
	width: 100%;
}

.menu-bt ul li a {
	display: block;
}

.menu-bt ul ul {
	top: 0;
	left: 100%;
}

/*---------------------------------
	MENU STYLES 選項
	EDIT BELOW THIS LINE TO CUSTOMIZE 自訂樣式
-----------------------------------*/
.menu-bt li {}

.menu-bt li a {
	/*text-decoration: none;
	font-size:15px;
	padding:5px 10px;
	margin:0px;*/
}

.menu-bt li:last-of-type a {}

.menu-bt li.current>a,
.menu-bt li.current>a:hover,
.menu-bt li.current.hover>a {
	/*color:#ffa600;*/
	cursor: default;
}

.menu-bt li a:hover,
.menu-bt li.hover>a {
	color: #333;
}

.menu-bt ul li a:hover,
.menu-bt ul li.hover>a {
	color: #fff;
	background-color: #3d72a7;
}

/* sub menus */
.menu-bt ul {
	padding: 0;
	margin: 0;
	background: #ececec;
	-webkit-box-shadow: 0 5 6px rgba(0, 0, 0, .4);
	box-shadow: 0 5 6px rgba(0, 0, 0, .4);
}

.menu-bt ul li {}

.menu-bt ul li a {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	padding: 9px 8px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}

.menu-bt ul li:last-of-type a {
	border-bottom: none;
}

/* sub-sub menus */
.menu-bt ul ul {
	margin: 0 0 0 1px;
}

.menu-bt ul ul li {}

.menu-bt ul ul li a {}