/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
button, input, textarea { -webkit-appearance: none;}

header ul, header li { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Arial', sans-serif;}
a, a:hover, a:active, a:visited, a:focus { color: #333;}

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:0px;}
.datatable { width:100%; border-spacing:1px; background: #e6e6e6;}
.datatable th {color:#fff; font-size:16px; background: #c00000; text-align:center; padding:10px; line-height: 140%;}
.datatable td { color: #3a3a3a; background: #fff; font-size:16px; text-align:center; padding:5px; line-height: 140%;}

.list-disc, .list-decimal { padding: 0; margin-top: 12px;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px; padding: 0;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px; padding: 0;}
.overflow-hidden { overflow-x: hidden;}


header {position: absolute; width: 100%; z-index: 10000; top:0px; left: 0; height: 100px; padding: 0 5%; } 
header:after  {position: absolute; content: ""; width: 50%; height: 100%; top: 0; right: 0; background: #d5d5d5;} 
.logo { position: absolute; z-index: 10001;top:45px; left: 5%; }
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { width: 148px;transition: all 0.4s ease-out 0s; }
.logo span { display: inline-block; margin-left: 15px; color: #1e1e1e; font-size: 26px; font-weight: 700;transition: all 0.4s ease-out 0s; }
nav {position: relative; padding-top: 38px;z-index: 100; transition: all 0.4s ease-out 0s; }

.top-right-link { position:absolute;  z-index:10000; top:15px; right:0;  text-align: right; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end;transition: all 0.4s ease-out 0s; padding: 20px 14px 0 14px;}
.top-right-link > div { padding: 0 12px; font-size: 24px; line-height: 100%; text-align: center; }
.top-right-link img { width: 28px;}
/*.lang a { display: inline-block; color: #fff; font-size: 20px; font-weight: 700; line-height: 28px; padding: 0 15px; border:1px solid #fff; border-radius:14px;}
.lang a:hover, .lang a.current { border:1px solid transparent; }
.lang a:first-child { margin-right: 5px;}*/

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:inline-block; cursor:pointer; position:relative;}
.lang i { color:#595959;}
.lang-open { display:none; position:absolute; z-index:100000; left:-12px; top:45px; background:#3b3b3b; padding:0px;  font-size:13px; color:#fff; text-align:left; width:80px;  line-height: 120%; border-radius: 10px; overflow: hidden;}
.lang-open a { display:block; color:#fff; text-align:center; padding:6px 4px;}
.lang-open a:hover { background: #226f37;}

.cart { position:relative; display: inline-block; vertical-align: top; font-size:22px; color:#fff; cursor: pointer;}
.cart a { color: #595959; position: relative;}
.cart span { position: absolute; display: block; width:22px; height: 22px; border-radius: 100%; background: #00458c; line-height: 17px; text-align: center; font-size: 13px; color: #fff; top:2px; right: -12px; font-weight: 500; padding-top: 2px;}

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959;}
.search-box {  width: 100%; padding: 0 20px;}
.search-open { background: rgba(0,0,0,.85); position: fixed; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;z-index: 100000;transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; top:0; left: 0;}
.search-open-show { opacity: 1; visibility: visible;}
.search-open-form { padding: 0 0px; border-bottom: 1px solid #fff;}
.search-open input[type=text] { width: calc(100% - 30px - 7px); color: #fff; border-width: 0; background: none; display: inline-block; vertical-align: top; font-size: 18px; font-family: 'Noto Sans TC'; padding: 2px 10px 0 10px; font-weight: normal;}
.search-open input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity:0.7;}
.search-open input[type=text]::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-moz-placeholder { /* Firefox 18- */color: #fff; opacity:0.7;}
.search-open a { color: #fff; display: inline-block; vertical-align: top; font-size:32px; line-height: 100%;font-family: 'Noto Sans TC', sans-serif; }
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}

.menu-list { padding:0px 0 0px 0; display: flex; flex-direction: row; flex-wrap: wrap; max-width: 90%; margin: 0 auto; text-align: left;}
.menu-list > a {  width: 16.66%; border-bottom: 1px solid #eaeaea; font-size: 16px; color: #000000; line-height: 24px; padding: 10px 10px 20px 0px; font-weight: 400; margin-bottom: 10px; position: relative;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.menu-list > a:after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0%; height: 3px; background: #17798b;transition: all 0.4s ease-out 0s; transform-origin: 100% 0;}
.menu-list > a:hover:after { width: 100%;}
.menu-list > a > div:nth-of-type(1) { width: 38%; line-height: 0;}
.menu-list > a > div:nth-of-type(1) img { transition: all 0.4s ease-out 0s; }
.menu-list > a:hover > div:nth-of-type(1) img { transform: scale(0.9);}
.menu-list > a > div:nth-of-type(2) { width: 62%; padding-left: 12px; color: #000;transition: all 0.4s ease-out 0s;}
.menu-list > a:hover > div:nth-of-type(2) { padding-left: 20px; color: #17798b;}

.header-top {transition: all 0.2s linear 0s;}
.header-scroll { height:70px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);background: rgba(255,255,255,1);}
.header-scroll nav { padding-top: 18px;}
.header-scroll .logo { }
.header-scroll .logo img { width: 150px;}
.header-scroll .logo span { }
.header-scroll .logo img { }
.header-scroll .top-right-link {height: 70px; padding-top: 5px;}
.header-scroll .menuzord-menu>li>a {  padding-bottom: 26px;}
.header-scroll .lang-open { }

@media only screen and (max-width: 1365px) {
    
}

@media only screen and (max-width: 1279px) {
	header { top:0; height: 70px; padding: 0 0%;}
	nav { width: 100%; padding-top:0px; padding-right: 5px;}
	.logo { top:10px; left: 20px;}
	.logo img { width: 70px;}
	/*.logo a { display: inline-block;background: url(../images/logo.png) no-repeat; background-size: cover; width: 170px; height: 40px;}
	.logo img { display: none;}*/
	.top-right-link { right:44px; height: 70px; padding-top: 5px; padding-left: 5px; padding-right: 5px;}
    .top-right-link > div { margin-left: 5px; padding-left: 5px; padding-right: 5px;}
	.lang-open { left: -20px;}
	/*.lang a { color: #333; border-color: #333;}
	.lang a:hover, .lang a.current { background: #333; color: #fff;}
	.lang { display:none;}
	.lang-open { display:inline-block!important; vertical-align: middle;position:inherit; left:auto; top:auto; background:none;  width:auto; color: #fff; }
	.lang-open a { color:#333; display:inline-block; font-size:16px; font-weight:bold;}
	.lang-open a:after, .cart a:after { content:"|"; display:inline-block; vertical-align:top; padding:0 3px 0 15px;}
	.lang-open a:last-child:after { display:none;}
	.lang-open a:hover { color:#0092db;}
	.cart a, .search { color: #003b4a;}
	.cart span { right: 10px; top:-6px;}*/
.showhide:before { content:""; display:block; position:absolute; right:7px; bottom:-15px; text-align:right; font-size:12px; color:#404043; width:50px;}

.showhide-rotate em:nth-of-type(1) { position:relative; top:8px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);}
.showhide-rotate em:nth-of-type(2) { display:none;}
.showhide-rotate em:nth-of-type(3) {  position:relative; top:1px;
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);}

	.menuzord-menu:after  { display: none !important;}
    

    .header-scroll .logo img { }
    .header-scroll nav { padding-top: 0px;}
    
    .menu-list { max-width: 100%;}
    .menu-list > a { width: 33.33%;}
	
}


@media only screen and (max-width: 640px) {
    .logo span {  font-size: 17px; margin-left: 10px; width: 200px; line-height: 120%;}
    .header-scroll .logo span { font-size: 17px;}
    
    .menu-list > a { width: 50%;}
    
}
@media only screen and (max-width: 320px) {

}