@charset "utf-8";
/* CSS Document */

/*font-size: 16=1rem*/

/*! Animsition */
.sf-menu,.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}

.sf-menu li {
	position: relative
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 95%;
	left: 0;
	z-index: 99
}

.sf-menu>li {
	float: left
}

.sf-menu li.sfHover>ul,.sf-menu li:hover>ul {
	display: block
}

.sf-menu a {
	display: block;
	position: relative
}

.sf-menu ul ul {
	top: 0;
	left: calc(100% + 0px) /*(100% + 26px)*/
}

.templateux-section-menu-icon {
	padding: 0; /*padding: 7em 0;*/
	background: #fff;
}
.templateux-overlap {
	margin-top: -50px; /*-13em*/
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;


	/*box-shadow: 0px -13px 10px -8px rgba(0, 0, 0, 0.5);*/
	/*-webkit-box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2)*/
}

@media (min-width:576px) {
	.templateux-overlap {
		/*padding: 15px;*/ /*50*/
		padding-top: 35px;
		padding-right: 15px;
		padding-bottom: 35px;
		padding-left: 15px;
	}
}

@media (max-width:768px) {
	.templateux-overlap {
		width: 100%;
	}
}

@media (max-width:480px) {
	.templateux-overlap {
		margin-top: -15px;
		width: 100%;
		padding-top: 0px;		
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

/*---------------------------------------------------------*/

.templateux-navbar {
	width: 100%;
	position: relative;
	/*background-color: #0389FF;*/
	/*padding: 10px 0;*/
}

.site-nav {
	position: relative; 
	display: block;
	/*height: 60px;*/	
}

@media (min-width:768px) {
	.templateux-navbar {		
		position: relative; /*absolute;*/
		background-color: transparent; /*transparent;*/
		padding: 0; /*padding: 40px 0*/
	}
}

.templateux-navbarlogo-box {
	/*margin-top: 10px;*/ /*10px*/
	border-top:10px solid #92c035;
	/*border-top:10px solid #0169ca;*/
}

.templateux-marginbox {
	margin-top: 10px;
	margin-bottom: 15px;
}

.templateux-logo {
	margin-top: 0px; /*15*/
	margin-bottom: 0px; /*20*/
}

.templateux-logo img {
    display: block;
    max-width: 100%;
    height: auto;
	margin: auto;
}

/* --- // 上方導覽列 START // -- */

.templateux-navright {
    margin-top: 0px; /*15*/
	float: right;
}

.nav-top {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-top > li {
    position: relative;
    display: block;
	margin-bottom: 10px;
}

.nav-top > li > a {
    position: relative;
    display: block;
	font-size: 1.025rem; /*1rem*/
	font-weight: 600;
    line-height: 1.5;
    padding: 0px 0px;
	color: #5a5a5a;
}

@media (min-width:480px) {
	.nav-top > li > a {
		font-size: 0.9375rem; /*1rem*/
		line-height: 1.5;
	}	
	.templateux-navright {
		padding-right: 0px;
		padding-left: 0px;
	}	
}

@media (min-width:320px) {
	.nav-top > li > a {
		font-size: 0.9rem; /*1rem*/
		line-height: 1.5;
	}	
	.templateux-navright {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.nav-top > li > a:hover {
	color: #c33305;
	/*color: #b411fe;*/
}

.nav-top-list-right {
	float: right;
    list-style: none;
	padding-left: 0;
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
}
.nav-top-list-right li {
	display: inline-block;
	float: left;
	font-size: 1rem; /*18*/
}

.nav-top-list-right li i {
	font-size: 1.7rem; /*18*/
	color: #2e5905;
	/*color: #15529b;*/
}

.nav-top-list-right li i:hover {
	color: #c33305;
	/*color: #b411fe;*/
}

.line-span {
	position: relative;
	display: inline-block;
	min-width: 1px;
	height: 20px;
	background: #333;
	color: #333;
	top: 2px;
	margin: 0px;
}

.line-span-txt {
	position: relative;
	display: inline-block;
	top: 0px;
	margin: 0 5px;
	color: #2e5905;
	/*color: #15529b;*/
	font-weight: 600;
}

.line-span-txt a {
	color: #2e5905;
	/*color: #15529b;*/
}

.line-span-txt:hover {
	color: #c33305;
	/*color: #b411fe;*/
}

.nav-top-p-1 {
	position: relative;
	margin-right: 1rem;
	margin-left: 1rem;
    /*padding: 0!important;*/
}

.nav-top-p-1-span {
	position: relative;
	margin-right: .5rem;
	margin-left: .5rem;
    /*padding: 0!important;*/
}

.templateux-search {
	position: relative;
	min-height: 1px;
    margin-top: 0px;
	padding: 0 0;
}

.form-inline {
	position: relative;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width:1024px) {
	.form-inline {
		top: 0px !important;
	}
}
@media (max-width:996px) {
	.form-inline {
		top: 0px !important;
	}
}
@media (max-width:768px) {
	.form-inline {
		top: 0px !important;
	}
}
@media (max-width:480px) {
	.form-inline {
		top: -5px !important;
	}
	.nav-top-list-right {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important;
	}
}
@media (max-width:360px) {
	.nav-top-list-right {
		margin-top: .2rem!important;
		margin-bottom: .2rem!important;
	}
}
@media (max-width:320px) {
	.form-inline {
		top: -6px !important;
	}
	.nav-top-list-right li {
		display: inline-block;
		float: right;
	}
	.nav-top-list-right {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important;
	}
}

.form-control {
    display: block;
    width: 100%;
    /*height: 32px !important;*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
	box-shadow: none !important;
    border: 1px solid #cccccc;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.btn-outline-search {
	font-size: 1rem;
	line-height: 1.6;
	list-style: none;
	font-weight: 600;
    color: #2e5905;
	/*color: #15529b;*/
    background-color: transparent;
    background-image: none;
    border-color: #2e5905;
	/*border-color: #15529b;*/
	padding: 2px 20px;
	border-radius: 2px;
	letter-spacing: 0em;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-outline-search:hover {
	color: #c33305;
	/*color: #b411fe;*/
	border-color: #c33305;
	/*border-color: #15529b;*/
}

[type="search"] {
    outline-offset: -2px;
}

.line-span-2 {
    position: relative;
    display: inline-block;
    min-width: 1px;
    height: 15px;
    background: #333;
    color: #333;
    top: 2px;
    margin: 0 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    /*left: -47px!important;*/
    z-index: 1000;
    display: none;
    float: left;
    min-width: 0rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.nav-top > li:last-child {
    position: relative;
    display: block;
	color: #fff;
	padding: 0 12px;
	background: #2e5905;
	/*background: #15529b;*/
}

.nav-top > li:last-child:hover {
	background: #c33305;
}

.nav-top > li:last-child > a {
    position: relative;
    display: block;
    font-size: 0.9rem; /*1.025rem*/
    line-height: 1.5;
    padding: 0px 0px;
    color: #fff;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0169ca;
}

/* --- // 上方導覽列 END // -- */

/* --- // MENU列 START // -- */

.hamburger {
	padding: 15px 0px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin-left: 0px !important;
	overflow: visible;
}

.templateux-navbar {
	margin-top: 0px; /*10px*/
}

.templateux-logo .templateux-navbar a {
	font-size: 1.375rem; /*22*/
	color: #fff
}

.templateux-navbar .templateux-toggle {
	outline: none!important;
	display: none
}

.templateux-navbar .templateux-toggle.templateux-toggle-light .hamburger-inner,.templateux-navbar .templateux-toggle.templateux-toggle-light .hamburger-inner:after,.templateux-navbar .templateux-toggle.templateux-toggle-light .hamburger-inner:before {
	background-color: #fff
}

.templateux-navbar .templateux-toggle.templateux-toggle-light:hover {
	opacity: 1
}

.templateux-navbar .templateux-menu {
	float: right
}

.templateux-navbar .templateux-menu a {
	text-decoration: none;
	color: white
}

.templateux-navbar .templateux-menu a:active,.templateux-navbar .templateux-menu a:focus,.templateux-navbar .templateux-menu a:hover {
	color: white
}

.templateux-navbar .templateux-menu > li {
	float: none;
	display: inline-block;
	line-height: 1.5;
	border-left: 1px dashed #848484;
}
.templateux-navbar .templateux-menu > li:last-child {
	border-right: 1px dashed #848484;
}
.templateux-navbar .templateux-menu > li.active>a {
	color: #fff
}

.templateux-navbar .templateux-menu > li > a {
	text-transform: uppercase;
	font-size: 1rem; /*13*/
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 20px 5px
}

@media (min-width:992px) {
	.templateux-navbar .templateux-menu > li > a {
		padding: 15px 15px; /*20px 15px*/
	}
}

.templateux-navbar .templateux-menu > li > a.sf-with-ul {
	position: relative;
	/*padding-right: 20px;*/
}

.templateux-navbar .templateux-menu > li > a.sf-with-ul:after {
	font-family: 'icomoon';
	top: 55%; /*50%*/
	right: 0;
	margin-right: 5px;
	content: "\e313";
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.templateux-navbar .templateux-menu > li > ul {
	padding: 0px 0px; /*20px 26px; 如變更左右距離，需至style.css  搜尋.sf-menu ul ul --->值 left: calc(100% + 26px)改變+的數值與變更的質相同*/
	background: #e7e7e7;
	border-top: 5px solid #92c035; /* #15529b */ /* #b411fe */
	z-index: 1000;
}

.templateux-navbar .templateux-menu > li > ul > li > ul {
	padding:  0px 0px; /*26px*/
}

.templateux-navbar .templateux-menu > li > ul > li > ul > li > ul {
	padding:  0px 0px; /*26px*/
}

.templateux-navbar .templateux-menu ul {
	border-radius: 0px; /*4px*/
	-webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2)
}

.templateux-navbar .templateux-menu ul a {
	font-size: 1rem; /*14*/
	font-weight: 600;
	color: #999999
}

.templateux-navbar .templateux-menu ul a:active,.templateux-navbar .templateux-menu ul a:focus,.templateux-navbar .templateux-menu ul a:hover {
	color: #000
}

.templateux-navbar .templateux-menu ul a.sf-with-ul {
	position: relative
}

.templateux-navbar .templateux-menu ul a.sf-with-ul:after {
	font-family: 'icomoon';
	top: 50%;
	right: 5px; /*0*/
	content: "\e315";
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.templateux-navbar .templateux-menu li.sfHover > a {
	color: white;
}

.templateux-navbar .templateux-menu ul {
	text-align: left;
	min-width: 12em;
	background: #e7e7e7;
}

.templateux-navbar .templateux-menu ul li {
	padding: 0; /*4px 0*/
	border-bottom: 1px solid #c3c3c3;
}
.templateux-navbar .templateux-menu ul li:last-child {
	border-bottom: none;
}
.templateux-navbar .templateux-menu ul li.sfHover > a {
	color: black;
}

@media (min-width:768px) {
	.templateux-navbar.dark .templateux-logo a {
		color: #000
	}
}

.templateux-navbar.dark .templateux-menu {
	float: none; /*right*/
	text-align: center;
}

.templateux-navbar.dark .templateux-menu a {
	text-decoration: none;
	color: #333;
	padding: 15px 30px 15px 25px; /*15 15*/
}

.templateux-navbar.dark .templateux-menu a:active,.templateux-navbar.dark .templateux-menu a:focus,.templateux-navbar.dark .templateux-menu a:hover {
	color: #c33305;
	/*color: #b411fe;*/ /*999999*/
}

.templateux-navbar.dark .templateux-menu li.active > a {
	color: #000;
}

.templateux-navbar.dark li.sfHover > a {
	color: #c33305;  /*#999999*/     /* *********  MENU 碰觸後 字體先變化之 顏色 ********** */
}

.templateux-navbar .templateux-menu li.megamenu > ul > li {
	width: 50%
}

.templateux-navbar .templateux-menu li.megamenu.col-3 > ul > li {
	float: left;
	width: 33.333333%
}

.templateux-navbar .templateux-menu li.megamenu.col-4 > ul > li {
	width: 25%
}

.templateux-navbar .templateux-menu li.megamenu > ul {
	min-width: 400px
}

.templateux-navbar .templateux-menu li.megamenu > ul > li {
	float: left
}

.templateux-navbar .templateux-menu li.megamenu > ul > li.sfHover {
	display: block!important
}

.templateux-navbar .templateux-menu li.megamenu > ul > li.sfHover>ul {
	display: block!important
}

.templateux-navbar .templateux-menu li.megamenu > ul > li.column-heading > a {
	font-size: 1rem; /*16*/
	color: #000!important;
	margin-bottom: 10px
}

.templateux-navbar .templateux-menu li.megamenu > ul > li > a:after {
	display: none
}

.templateux-navbar .templateux-menu li.megamenu > ul > li > ul {
	display: block!important;
	opacity: 1!important;
	visibility: visible!important;
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	position: relative!important
}

.templateux-navbar .templateux-menu li.fullwidth > ul {
	left: 0px
}

#mobile-menu {
	background-color: #fff; /*RWD MENU 底色  #15529b */
}

#mobile-menu>div {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	/*max-height: 350px;*/
}

#mobile-menu ul {
	padding: 0;
	margin: 0
}

#mobile-menu ul li {
	padding: 0;
	list-style: none;
	display: block;
	position: relative
}

#mobile-menu ul li a {
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 400;
	padding: 7px 10px;
	color: #000; /*fff*/
	display: block;
	position: relative;
	border-bottom: 1px dashed #848484;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
}
#mobile-menu ul li a:hover {
	/*color: #b411fe;*/
	color: #c33305;
	background: #e7e7e7;
}
#mobile-menu ul li .arrow-collapse {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	display: inline-block;
	z-index: 120;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;	
	padding: 0 30px;  /* RWD MENU 箭頭 邊寬距離 */
}

#mobile-menu ul li .arrow-collapse:before {
	font-family: 'icomoon';
	color: #000; /*fff*/
	top: 50%;
	left: 50%;
	content: "\e313";
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#mobile-menu ul li .arrow-collapse.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#mobile-menu ul li ul li a {
	padding-left: 30px
}

#mobile-menu ul li ul li ul li a {
	padding-left: 60px
}

#mobile-menu ul li ul li ul li ul li a {
	padding-left: 90px
}

/* --- // MENU列 END // -- */



































