/* 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: #222;}

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: 980px;}
.datatable { width:100%; border-spacing:0px; border-collapse: inherit;}
.datatable tr:nth-child(odd){ background: #f3f3f3;}
.datatable th {color:#fff; font-size:15px; background: #3c61ad; text-align:center; padding:8px 12px; line-height: 1.8; font-weight: 700;}
.datatable td { color: #222; font-size:15px; text-align:center; padding:5px 12px; line-height: 1.8; border-bottom: 1px solid #e6e6e6; font-weight: 500;}

.list-disc { margin: 0; padding: 0 0 calc(20px + 1%) 0;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px; font-weight: 400;}
.overflow-hidden { overflow-x: hidden;}

.edit_area, .seo-content { padding-bottom: calc(20px + 2%);}


header {position: fixed; width: 100%; z-index: 1039; top:0px; left: 0; height: 100px; background: rgba(255,255,255,.75);box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.16); border-bottom: 0px solid red;}
header:before {position: absolute; width: 100%; height: 7px; background: #00a0e9;} 
.logo { position: absolute; z-index: 10001;top:20px; left: 3%; }
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { width: 358px;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: 36px; z-index: 100; transition: all 0.4s ease-out 0s;  }

.top-right-link { position:absolute; z-index:10000; top:30px; right:3%; padding:0; text-align: right; background: none; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end;transition: all 0.4s ease-out 0s;}
.top-right-link > div { border:0px solid #cc0033; text-align: center; line-height: 100%; margin-left: 20px;}
.top-right-link img { }
/*.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;}*/

.top-inquiry { margin: 17px 10px 0 0; }
.top-inquiry a { background: url(/images/theme-b67/icon-inquiry.png) no-repeat; width: 20px; height: 20px; display: block; }
.top-inquiry:hover span { background: #6fad3c; }
.top-inquiry span { display: block; position: relative; width: 20px; height: 20px; z-index: 7; border-radius: 100%; background: #df0012; color: #fff; line-height: 19px; font-size: 12px; text-align: center; right: -7px; top: -10px; }

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:flex; flex-direction: row; flex-wrap: nowrap;  align-items: center; justify-content: space-between; cursor:pointer; position:relative; padding: 0 20px; height: 44px; border-radius: 22px; min-width: 90px; background: #3c61ad; color: #fff; font-weight: 500; font-size: 16px;}
.lang i { display: inline-block; margin-left: 6px; 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:0px; top:44px; background:#3c61ad; padding:0px;  font-size:14px; font-weight: 500; color:#fff; text-align:left; width:100%; min-width: 80px;  overflow:hidden; line-height: 120%; border-radius: 22px;}
.lang-open a { display:block; color:#fff; text-align:center; padding:6px 4px;}
.lang-open a:hover { background: #70b8b0; color: #fff;}

.cart { position:relative; display: inline-block; vertical-align: top; font-size:22px; color:#fff; cursor: pointer;width: 44px; height: 44px; border-radius: 100%; background: #174676;text-align: center; padding-top: 7px;}
.cart img { width: 22px;}
.cart a { color: #595959; position: relative;}
.cart span { position: absolute; display: block; width:28px; height: 28px; border-radius: 100%; background: #0064c9; line-height: 28px; text-align: center; font-size: 15px; color: #fff; top:-10px; right: -20px; font-weight: 500;}

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959;width: 44px; height: 44px; border-radius: 100%; background: #18395b;text-align: center; padding-top: 7px;}
.search img { width: 20px;}
.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: "M PLUS Rounded 1c"; 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: "M PLUS Rounded 1c", 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-section { display:flex;flex-direction: row; flex-wrap: wrap; align-items: flex-start; font-weight: 400;}
.menu-list-section > div:nth-of-type(1) { width: 270px;}
.menu-list-section > div:nth-of-type(2) { width: calc(100% - 270px); padding: 20px 0 0 5%;}
.menu-list-pto { position: relative; background: #000;}
.menu-list-pto img { opacity: 0.8;}
.menu-list-title { position: absolute; z-index: 2; top:50%; transform: translateY(-50%); left: 0; width: 100%; text-align: center; padding: 0 15px; color: #fff; font-weight: 800; font-size: 22px; text-shadow: 0px 0px 10px #000;}

.menu-list-link { display:flex;flex-direction: row; flex-wrap: wrap; }
.menu-list-link > a { width: 33.33%; line-height: 1.2; color: #222; font-size: 17px; text-decoration: underline; margin-bottom: calc(10px + 1%); padding-right: 10px;}
.menu-list-link > a:hover{ color: #3c61ad; text-decoration: none;}


.header-top {transition: all 0.2s linear 0s;}
.header-scroll { }
.header-scroll nav { }
.header-scroll .logo { }
.header-scroll .logo img { }
.header-scroll .logo img { }
.header-scroll .top-right-link { }
.header-scroll .menuzord-menu>li>a { }
.header-scroll .menuzord-menu>li>a:after { }
.header-scroll .lang-open { }

@media only screen and (max-width: 1500px) {
    .logo { left: 2%;}
	.top-right-link { right: 2%;}
    .top-right-link > div { margin-left: 10px;}
}

@media only screen and (max-width: 1365px) {
	header { top:0; height: 60px;}
	nav { width: 100%; right: 0px; padding-top: 13px; }
	.logo { top:10px;left: 20px; }
	.logo img { width: 250px;}
	/*.logo a { display: inline-block;background: url(/images/theme-b67/logo.png) no-repeat; background-size: cover; width: 170px; height: 40px;}
	.logo img { display: none;}*/
	.top-right-link { top:12px; right: 50px;}
	.top-right-link > div { margin-left: 8px;}
    .top-inquiry { margin: 12px 10px 0 0;}
	.search { width: 35px; height: 35px; padding-top: 3px;}
	.search img { width: 15px;}
	.cart { width: 35px; height: 35px;padding-top: 3px;}
	.cart img { width: 15px;}
	.cart span { width:18px; height: 18px; line-height: 16px; font-size: 12px; top:-2px; right: -15px; }
	.lang { padding: 0 10px; height: 35px; border-radius: 18px; min-width: inherit;}
	.lang-open { top:35px; min-width: 60px}
	/*.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;}
	
	.menu-list-section > div:nth-of-type(1) { display: none;}
	.menu-list-section > div:nth-of-type(2) { width: calc(100% - 0px); padding: 0;}
	.menu-list-link > a { width: 100%; font-size: 16px;}
    
    .header-scroll{ height: 60px; }
    .header-scroll .logo { }
    .header-scroll .logo img { }
    .header-scroll nav {  right: 0; padding-top: 13px;}
    .header-scroll .top-right-link { top:12px;}
	
	
	
}


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

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

}
@media only screen and (max-width: 414px) {
	.logo { width: 65px; overflow: hidden;}
	.logo img { min-width: 250px; }
	

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

}