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

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 li { list-style-type:disc; margin:0 0 0 20px;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px;}
.overflow-hidden { overflow-x: hidden;}


header {position: fixed; width: 100%; z-index: 10000; top:0px; left: 0; height: 106px; background: #fff;}
.logo { position: absolute; z-index: 10001;top:32px; left: 4%; }
.logo a{ display: flex;align-items: center;}
.logo a span{ color: #000000;font-size: 24px;margin-left: 10px;font-family: 'Noto Serif TC', serif;font-weight: bold;}
.logo img { width: 197px;transform-origin: 0% 0%; }
nav {position: relative; padding-top: 45px; padding-right: 9%; }

.top-right-link { position:absolute !important; z-index:10000; top:24px; right:0px; padding:0; text-align: right; background: none; width: 100%; }
.top-right-link > div { font-size: 24px;}
.top-right-link > div img { width: 25px;transition: all 0.4s ease-out 0s;}
.top-right-link > div img:hover { opacity: 0.6;}
/*.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: absolute; top: 18px; right: 25px;}
.lang { display:inline-block; cursor:pointer; position:relative;}
.lang i { color:#595959;}
.lang-open { display:none; position:absolute; z-index:100000; left:-21px; top:45px; background:#505457; padding:0px;  font-size:15px; color:#fff; text-align:left; width:80px;  overflow:hidden; line-height: 120%;}
.lang-open a { display:block; color:#fff; text-align:center; padding:8px 4px;}
.lang-open a:hover { background: #222;}

.cart { position:absolute;top:18px; right: 90px; cursor: pointer;}
.cart a { color: #595959; position: relative;}
.cart span { position: absolute; display: block; width:32px; height: 32px; border-radius: 100%; background: #3c3c3c; line-height: 32px; text-align: center; font-size: 12px; color: #fff; top:-15px; left: -25px; font-family: Arial;}

.search { display: inline-block; vertical-align: top; cursor: pointer; text-align: center; padding-top: 17px !important;transition: all 0.4s ease-out 0s; position: absolute; right: 40px; top:0px;}
.search:hover {opacity: 0.7;}
.search > span { background: url(../images/icon-search.png) no-repeat; width: 35px; height: 35px; display: inline-block; background-size: contain;}
.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: 'PT Sans'; 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:24px;}
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}

.open-menu { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -30px;} 
.open-menu > a { display: block; width: calc(25% - 30px); position: relative; padding: 8px 25px 8px 7px; margin-right: 30px; border-bottom: 1px solid #cfdfeb; color: #fff; font-size: 16px; text-align: left;}
.open-menu > a:hover { opacity: 0.6;}
.open-menu > a:after { content: ""; position: absolute; right: 8px; top:16px; width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 6px;border-color: transparent transparent transparent #ffffff;}

.header-top {transition: all 0.2s linear 0s;}
.header-scroll { top:-75px; }
.header-scroll .logo { }
.header-scroll .logo img { }
.header-scroll nav { }


@media only screen and (max-width: 1600px) {
	.logo{top: 40px;}
	.logo img{width: 150px;}
	.logo a span{font-size: 18px;}
}
@media only screen and (max-width: 1279px) {
	header { top:0; height: 75px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
	nav { width: 100%; height: 70px; padding-top: 15px; padding-right: 0; position: absolute; background: none; top:0;}
	.logo { top:23px; left: 50%;transform: translateX(-50%);width: max-content;}
	/*.logo a { display: inline-block;background: url(../images/logo.png) no-repeat; background-size: contain; width:140px; height: 30px;}*/
	.logo img { width: 140px;}
	.top-right-link { position:relative !important; top:auto; right:auto; display: flex !important; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; padding: 17px 10px !important; border-bottom: 1px solid #c9c9c9;}
	.top-right-link > div { position: relative !important; width: calc(50% - 6px); background: #f4f4f4; border-radius: 5px; height: 60px; top:auto !important; right:auto !important; padding-top: 13px !important;}
	.search > span { background: url(../images/icon-search2.png) no-repeat; background-size: contain;}
	.lang-open { left:0px; top:60px; width: 100%; }
	.open-menu > a { width: calc(100% - 30px); }
	/*.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:10px;
-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 { top:inherit;}
	.header-scroll .logo { }
	.header-scroll .logo img { }
}

@media only screen and (max-width: 768px) {
	.logo{top: 26px;}
	.logo img{width: 130px;}
	.logo a span{font-size: 18px;}
}
@media only screen and (max-width: 430px) {
	.logo a span{display: none;}
}
@media only screen and (max-width: 320px) {

}