/* 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;}
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; margin-bottom: 30px;}
.table_scroll > table {min-width: 900px;}
.datatable { width:100%; border-spacing:0px; border-collapse: inherit;}
.datatable tr:nth-child(odd){ }
.datatable th {color:#fff; font-size:clamp(16px, 1.5vw, 20px); text-align:center; padding:8px 12px; line-height: 1.8; font-weight: 700; background: #3d92c7;}
.datatable td { color: #333; font-size:clamp(16px, 1.5vw, 20px); text-align:center; padding:5px 12px; line-height: 1.8; border-bottom: 1px solid #e6e6e6; font-weight: 500;}

.list-disc { margin: 0; padding: 0;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px;}
.overflow-hidden { overflow-x: hidden;}

.edit_area, .seo-content { padding-bottom: calc(20px + 1.5%);}

header {position: fixed; width: 100%; z-index: 1040; top:0px; left: 0; height: 150px; background: rgba(255,255,255,1); padding-left: 5%; padding-right: 5%; border-bottom: 0px solid rgba(255,255,255,.2);}
header:after {position: absolute; content: ""; width: 100%; height: 10px; background: #0072bb; left: 0; bottom: 0;} 
.logo { position: absolute; z-index: 10001;top:36px; left: 0; transition: all 0.4s ease-out 0s; }
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { width: 440px;transition: all 0.3s 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: 65px; z-index: 1001; transition: all 0.4s ease-out 0s;  }

.top-right-link { position:absolute; z-index:1000; top:20px; right:0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-end;  transition: all 0.4s ease-out 0s;}
.top-right-link > div:nth-of-type(1) {  display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; margin-bottom: 12px; }
.top-right-link > div:nth-of-type(1) > div {  margin-left: 20px;}
.top-right-link > div:nth-of-type(1) > div {  margin-left: 20px;}
.top-right-link > div:nth-of-type(1) > div > a {  display: inline-block; width: 25px;}
.top-right-link > div:nth-of-type(1) > div > a img {  width: 100%;transition: all 0.4s ease-out 0s; }
.top-right-link > div:nth-of-type(1) > div > a:hover img {  transform: scale(0.8);}
.top-right-link-cart  { position: relative;}
.top-right-link-cart span {display:inline-block; width:20px; height: 20px; border-radius: 100%; background: #0072bb; line-height: 19px; text-align: center; font-size: 12px; color: #fff; font-weight: 400; position: absolute; top:0; right: -5px; z-index: 2;}
.top-right-link-lang { padding-left: 10px;}
.top-right-link-lang > a {display:inline-block; font-size: 16px; font-weight: 500; color: #222; width: auto !important;}
.top-right-link-lang > a:hover, .top-right-link-lang > a.current {color: #0072bb;}
.top-right-link-lang > a:after { content: "|"; display: inline-block; padding: 0 4px;}
.top-right-link-lang > a:last-child:after { display: none;}
/*.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, .cart {width: 50px; height: 50px; border-radius: 100%; border: 1px solid rgba(255,255,255,.5); display:flex; flex-direction: row; flex-wrap: nowrap;  align-items: center; justify-content: center; cursor:pointer; position: relative;}
.lang img {width: 28px;transition: all 0.4s ease-out 0s; }
.cart img {width: 21px;transition: all 0.4s ease-out 0s; }
.cart span {display:inline-block; width:21px; height: 21px; border-radius: 100%; background: #0091db; line-height: 19px; text-align: center; font-size: 12px; color: #fff; font-weight: 400; position: absolute; top:0; right: 0;}

.lang:hover img, .cart:hover img, .search-bar:hover img, .search:hover img { transform: scale(0.8);}

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang {   }
.lang > div:nth-of-type(1) { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; }
.lang > div:nth-of-type(2) { font-size: 15px; color: #004a9a; padding: 0 28px 0 12px; font-weight: 400;}
.lang i { display: inline-block; margin-left: 5px; width: 8px; height: 8px; background: #fff; clip-path: polygon(0% 0, 100% 0%, 50% 100%); position: relative; top:1px;}
.lang-open { display:none; position:absolute; z-index:100000; left:50%; transform: translateX(-50%); top:65px; background:#fff; padding:0px;  font-size:15px; color:#333; text-align:left; width:100%; min-width: 80px;  overflow:hidden; line-height: 120%; border-radius: 0px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
.lang-open a { display:block; color:#333; text-align:center; padding:10px 4px;}
.lang-open a:hover { background: #004a9a; color: #fff;}

.search-bar { display:flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-end; }
.search-bar input { width: 180px; height: 30px; border: 1px solid #222; margin-right: 1px; font-size: 16px; color: #333;font-family: "Noto Sans TC", sans-serif; padding: 0 5px;}
.search-bar input::placeholder { opacity: 1; color: #333; }
.search-bar a { width: 30px; height: 30px; background: #222; display:flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; }
.search-bar img { width: 19px; }

/*.cart { position:relative; height: 80px; background: #004a9a; padding:0 70px 0 27px; vertical-align: top; font-size:15px; color:#fff; cursor: pointer;font-weight: 400;display:flex; flex-direction: row; flex-wrap: nowrap;  align-items: center;}
.cart > a { display:flex; flex-direction: row; flex-wrap: nowrap;  align-items: center;}
.cart > a > span { display:inline-block; width:25px; height: 25px; border-radius: 100%; background: #f3a313; line-height: 25px; text-align: center; font-size: 13px; color: #004a9a; font-weight: 500; margin: 0 8px 0 5px;}
.cart > a > div { font-size: 15px; font-weight: 400; color: #fff;}*/

.search-mobile { display: none;}
.search { position:relative; }
.search:after { /*content: "";*/ position: absolute; width: 1px; height: 15px; background: #c4c4c4; top:50%; transform: translateY(-50%); right: -15px;}
.search img { width: 20px; transition: all 0.4s ease-out 0s;  }
.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: "Roboto", sans-serif; 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: 'Poppins', 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 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 20px; letter-spacing: 0.05rem;}
.menu-list > div { width: calc(33.33% - 36px); border-bottom: 1px solid #e8e8e8; margin: 0 18px; text-align: left;}
.menu-list-link > a { display: block; color: #333; font-size: 17px; font-weight: 500; line-height:34px; padding-left: 16px; position: relative; margin: 0px 0 10px 0;}
.menu-list-link > a:before { content: ""; position: absolute; left: 0; top:15px; background: #333; border-radius: 100%; width: 6px; height: 6px;transition: all 0.4s ease-out 0s;}
.menu-list-link > a:hover, .menu-list-link > a.current { color: #00a0e9; }
.menu-list-link > a:hover:before, .menu-list-link > a.current:before { background: #00a0e9; }
.menu-list-link-2 { display: flex; flex-direction: row; flex-wrap: wrap; padding-left: 16px; padding-bottom: 20px;}
.menu-list-link-2 > a { display: block; color: #333; font-size: 16px; font-weight: 300; line-height:30px; padding-bottom: 4px; width: 50%;}
.menu-list-link-2 > a:hover, .menu-list-link-2 > a.current { color: #00a0e9; }

.menu-list2 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 20px; letter-spacing: 0.05rem; padding-top: 0px;}
.menu-list2 > a { width: calc(16.66% - 36px); border-bottom: 1px solid #e8e8e8; margin: 0 18px 10px 18px; padding-bottom: 10px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.menu-list2 > a:hover .menu-list2-name, .menu-list2 > a.current .menu-list2-name { color: #285aa8;}
.menu-list2-pto { width: 35%; padding-bottom: 36%;}
.menu-list2-name { width: 65%; padding-left: 5px; font-size: 17px;color: #333333; line-height: 1.3;}



.header-top {transition: all 0.2s linear 0s;}
.header-scroll { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0); height: 100px; }
.header-scroll nav { padding-top: 50px;}
.header-scroll .logo { top:20px;}
.header-scroll .logo img { width: 300px;}
.header-scroll .top-right-link { top:5px;}
.header-scroll .menuzord-menu>li>a {  }
.header-scroll .menuzord-menu>li>a:after { }
.header-scroll .lang-open { }
.header-scroll .lang {  }
.header-scroll .lang i { }
.header-scroll .search {  }
.header-scroll .search img {  }

@media only screen and (max-width: 1500px) {
	
}

@media only screen and (max-width: 1365px) {
	header { top:0 !important;  height: 80px; padding-left: 0; padding-right: 0;}
	nav { width: 100%; right: 0; padding-top: 16px; }
	.logo { top:17px; left: 2%;}
	.logo img { width: 240px;}
	/*.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: 48px; top:18px;}
	.top-right-link-lang { padding-left: 0;}
	.top-right-link-lang > a { font-size: 14px;}
	.top-right-link > div:nth-of-type(1) > div { margin-left: 15px;}
	.top-right-link > div:nth-of-type(1) > div > a { width: 18px;}
	.search:after { right: -6px;}
	.search img { }
	
	
	.lang, .cart, .search { }
	.search-mobile { display: block;}
	.search-bar { display: none;}
	.cart img { width: 18px;}
	.cart span { top:-5px; right: -5px;}
	.lang img { width: 21px;}
	
	.lang > div:nth-of-type(1) { width: 40px; height: 40px;}
	.lang-open { top:60px;}
	
	.lang > div:nth-of-type(2), .cart > a > div { display: none;}
	
.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:2px;
-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{ height: 80px; }
    .header-scroll .logo { top:17px;}
    .header-scroll .logo img { width: 240px;}
    .header-scroll nav {  padding-top: 16px;}
    .header-scroll .top-right-link { top:18px;}
	
	.menu-list { }
	.menu-list-link > a { }
	
	.menu-list2 { }
	.menu-list2-name { }
	
}


@media only screen and (max-width: 980px) {
    
    .menu-list > div { width: calc(50% - 26px); }
	.menu-list2 > a { width: calc(33.33% - 36px) }
}

@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	.menu-list > div { width: calc(100% - 26px); }
	.menu-list2 > a { width: calc(50% - 36px) }

	header { height: 120px;}
	.header-scroll { height: 120px;}
	.logo { width: 100%; text-align: center;top:15px; left: 0;}
	.logo img { margin: 0 auto;}
	.top-right-link { top:67px; left: 0;}
	nav { padding-top: 64px}
	.header-scroll header { height: 120px;}
	.header-scroll .logo { width: 100%; text-align: center;top:15px; left: 0;}
	.header-scroll .logo img { margin: 0 auto;}
	.header-scroll .top-right-link { top:67px; left: 0;}
	.header-scroll nav { padding-top: 64px}
}
@media only screen and (max-width: 470px) {
	.menu-list2 > a { width: 100%; margin: 0 0 10px 0; }
	

}
@media only screen and (max-width: 320px) {
	

}
@media only screen and (max-width: 280px) {
	.top-right-link > div:nth-of-type(1) > div { margin-left: 12px;}

}