/* 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 {   vertical-align: top;  width:100%; min-width:800px; overflow-x: auto;  border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.datatable th { padding: 6px; font-size: 16px; color: #fff;     background-image: linear-gradient(60deg, #0070c9 0%, #2b76b9 37%, #2cacd1 100%); border: solid 1px rgba(255,255,255,.3);  font-weight: 700; text-align: left; text-transform: uppercase;  }
.datatable tr:nth-child(even) { background: #fafafa; }
.datatable tr:nth-child(odd) { background: #fff; }
.datatable td { padding: 6px 12px; font-size: 16px; font-weight: 400; vertical-align:top;  border-left: solid 1px #eee; }

.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;background-position: top left; background-size: cover; height: 200px; padding-left: 2%; padding-right: 2%;transition: top 0.4s ease-in-out;} 
header:before { content: ""; position: absolute; width: 100%; height: 14px; background: #fe0000; top:0; left: 0;} 
.nav-up {top: -200px;}
.logo { position: absolute; z-index: 10001;top:38px; left: 3%; }
.logo img { max-width: 440px; transform-origin: 0% 0%;transition: all 0.2s linear 0s; }
nav {position: relative; padding-left: 480px;z-index: 100;  padding-top: 120px; transition: all 0.4s ease-out 0s; }

.top-right-link { position:absolute; z-index:10000; top:25px; right:8px; padding:0; text-align: right; background: none; transition: all 0.2s linear 0s;}
.top-right-link > div { margin: 0 6px; position: relative;}
.top-right-link > div img { width: 22px;}
/*.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:-26px; 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: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:20px; height: 20px; border-radius: 100%; background: #e8340c; line-height: 20px; text-align: center; font-size: 13px; color: #fff; top:-8px; right: -12px; font-weight: 700;}

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959; margin-top: -8px;}
.search i { position: relative; top:-4px;}
.search:hover { color: #fe0000;}
.search:after { display: none !important;}
.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;}

.top-note { background: #00549b; padding: 8px 20px; min-height: 35px; color: #fff; font-size: 15px; text-align: center;}
.top-note a { color: #fff;}

.header-top {transition: all 0.2s linear 0s;}
.header-scroll { height: 60px;}
.header-scroll nav { }
.header-scroll .logo {top:10px; }
.header-scroll .logo img { transform: scale(0.85);}
.header-scroll nav { padding-top: 24px;}
.header-scroll .top-right-link { top:20px;}
.header-scroll .menuzord-menu>li>a { padding-bottom: 11px;}
.header-scroll .lang-open { }

@media only screen and (max-width: 1599px) {
    header {padding-left: 20px; padding-right: 20px; height: 120px;} 
    .nav-up {top: -120px;}
    .logo { left: 20px; }
    .logo img { width:80px;  }
    nav { padding-left: 270px; padding-top: 60px; }
    
    .search i { top:-10px;}
}

@media only screen and (max-width: 1200px) {
	header { height: 90px; padding-left: 0; padding-right: 0;}
    .nav-up {top: -90px;}
	nav { padding-top: 34px !important; height: 50px; padding-left: 0px;}
	.logo { left: 10px;}
	.logo a { display: inline-block; background: url(../image/logo-rwd.png) no-repeat; background-size: contain; width: 230px; height: 70px;}
	.logo img { display: none;}
	.top-right-link { right: 55px; top:20px; }
	.top-right-link > div img { }
	.lang-open { top:40px;}
	.top-note { display: none;}
	/*.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;}
    
    .search { text-align: left;}
    .search i { top:auto; display: block; text-align:left; padding: 10px 12px 10px 34px;}
}


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

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

}