/* 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:active, a:visited, a:focus { color: #2E3545;}

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; border-bottom: 1px solid #7F8E98;}
.datatable .bd-b{border-bottom: 1px solid #F4F5F5;}
.datatable tbody tr:nth-child(odd){ background: #DDDFE2;}
.datatable th {color:#2E3545; font-size:clamp(16px, 1.3vw, 18px); background: #BEC4C9; text-align:center; padding:8px 12px; line-height: 1.3; font-weight: 700; border-right: 1px solid #F4F5F5;}
.datatable td { color: #666; font-size:clamp(16px, 1.3vw, 18px); text-align:center; padding:5px 12px; line-height: 1.3; border-bottom: 1px solid #e6e6e6; font-weight: 400;border-right: 1px solid #F4F5F5;}

.list-disc { margin: 0; padding: 0 0 calc(15px + 1%) 0;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px; padding: 0; font-weight: 400; font-size: clamp(18px, 1.5vw, 20px); line-height:1.5;}
.list-decimal { margin: 0; padding: 0 0 calc(15px + 1%) 0;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px; padding: 0; font-weight: 400; font-size: clamp(18px, 1.5vw, 20px); line-height:1.5;}
.overflow-hidden { overflow-x: hidden;}

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


header {position: absolute; width: 100%; z-index: 10000; top:0px; left: 0; height: 144px; background: rgba(255,255,255,1);border-bottom:0px solid red; box-shadow: 0px 0px 30px 0px rgba(34,34,34,0);} 
header:before {position: absolute; width: 100%; height: 7px; background: #00a0e9;} 
.logo { position: absolute; z-index: 10001;top:38px; left: 5%; }
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { 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: 82px; z-index: 100; transition: all 0.4s ease-out 0s;  }

.nav_logo { width: 185px;} 
.nav_logo a {} 
.nav_logo img {}
.nav_logo img:hover {opacity: 0.8;}
.hvlog1 {position: absolute;top: 0;left: 0;width: 100%;opacity: 0;animation: hv1;animation-duration: 5s;animation-iteration-count: infinite;}
.hvlog2 {position: absolute;top: 0;left: 0;width: 100%;opacity: 0;animation: hv2;animation-duration: 5s;animation-iteration-count: infinite;}
.hvlog3 {position: absolute;top: 0;left: 0;width: 100%;opacity: 0;animation: hv3;animation-duration: 5s;animation-iteration-count: infinite;}
.hvlog4 {position: absolute;top: 0;left: 0;width: 100%;opacity: 0;animation: hv4;animation-duration: 5s;animation-iteration-count: infinite;}
.hvlog5 {position: absolute;top: 0;left: 0;width: 100%;opacity: 0;animation: hv5;animation-duration: 5s;animation-iteration-count: infinite;}
.hvlog6 {position: absolute;top: 0;left: 0;width: 100%;opacity: 0;animation: hv6;animation-duration: 5s;animation-iteration-count: infinite;}
@keyframes hv1 {
	0%    {top: -5px; opacity: 0; z-index: 6}
	5%   {top: -5px; opacity: 0; z-index: 6}
	10%   {top: 0;    opacity: 1; z-index: 6}
	98%   {top: 0;    opacity: 1; z-index: 6}
	100%  {top: 0;    opacity: 0; z-index: 6}
}

@keyframes hv2 {
	0%    {top: 5px; left: 0; opacity: 0; z-index: 6}
	15%   {top: 5px; left: 0; opacity: 0; z-index: 6}
	20%   {top: 0;   left: 0; opacity: 1; z-index: 6}
	98%   {top: 0;   left: 0; opacity: 1; z-index: 6}
	100%  {top: 0;   left: 0; opacity: 0; z-index: 6}
}

@keyframes hv3 {
	0%    {top: 5px; left: 5px; opacity: 0; z-index: 6}
	25%   {top: 5px; left: 5px; opacity: 0; z-index: 6}
	30%   {top: 0;   left: 0;   opacity: 1; z-index: 6}
	98%   {top: 0;   left: 0;   opacity: 1; z-index: 6}
	100%  {top: 0;   left: 0;   opacity: 0; z-index: 6}
}

@keyframes hv4 {
	0%    {top: 0; left: -5px; opacity: 0; z-index: 6}
	35%   {top: 0; left: -5px; opacity: 0; z-index: 6}
	40%   {top: 0; left: 0;    opacity: 1; z-index: 6}
	98%   {top: 0; left: 0;    opacity: 1; z-index: 6}
	100%  {top: 0; left: 0;    opacity: 0; z-index: 6}
}

@keyframes hv5 {
	0%    {top: 5px; left: 0; opacity: 0; z-index: 6}
	45%   {top: 5px; left: 0; opacity: 0; z-index: 6}
	50%   {top: 0;   left: 0; opacity: 1; z-index: 6}
	98%   {top: 0;   left: 0; opacity: 1; z-index: 6}
	100%  {top: 0;   left: 0; opacity: 0; z-index: 6}
}

@keyframes hv6 {
	0%    {top: 0; left: 0; opacity: 0; z-index: 1}
	55%   {top: 0; left: 0; opacity: 0; z-index: 1}
	70%   {top: 0; left: 0; opacity: 1; z-index: 1}
	98%   {top: 0; left: 0; opacity: 1; z-index: 1}
	100%  {top: 0; left: 0; opacity: 0; z-index: 1}
}


.top-right-link { position:absolute; z-index:10000; top:25px; right:calc(5% + 140px); padding:0; text-align: right; background: none; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; transition: all 0.4s ease-out 0s;}
.top-right-link > div { line-height: 100%; }
.top-right-link img { width: 20px;}
/*.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:flex; flex-direction: row; flex-wrap: nowrap;  align-items: center; cursor:pointer; position:relative; padding: 0 0px 2px 0; border-bottom: 1px solid #576B79;}
.lang > div:nth-of-type(1) { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959;text-align: center; position:relative; margin-right: 5px; transition: all 0.4s ease-out 0s; }
.lang > div:nth-of-type(2) { font-size: clamp(16px, 1.3vw, 18px);; color: #576B79; padding: 0 5px 0 0; font-weight: 400; text-transform: uppercase;}
.lang > div:nth-of-type(2) > span { display: inline-block; }
.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:42px; background:#576B79; padding:0px;  font-size:clamp(16px, 1.3vw, 18px);; color:#fff; 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);}
.lang-open a { display:block; color:#fff; text-align:center; padding:10px 4px; font-weight: 400;}
.lang-open a:hover { background: #2E3545; color: #fff;}

.cart { padding: 0 20px; position: relative;}
.cart:after { position: absolute; width: 1px; height: 16px; background: #000; opacity: 0.3; top:50%; transform: translateY(-50%); right: 0;}
.cart > a { position:relative;  display: block;color: #576B79;font-size: 23px;}
.cart > a > span { display:inline-block; width:20px; height: 20px; border-radius: 100%; background: #e48968; line-height: 20px; text-align: center; font-size: 13px; color: #fff; font-weight: 500; margin: 0 8px 0 5px; position: absolute; top:-8px; right: -20px;}
.cart > a > div { font-size: 15px; font-weight: 400; color: #fff;}

.top-email { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959;width: 50px; height: 50px; border-radius: 100%; background: #fff;text-align: center; position:relative; margin-right: 30px;box-shadow: 0px 0px 20px 0px rgba(99,99,99,0.15);}
.top-email a { line-height: 0;}
.top-email:hover { background: #d0111b;}
.top-email:hover img { filter: brightness(100);}
.top-email:after { content: ""; position: absolute; width: 1px; height: 15px; background: #c4c4c4; top:50%; transform: translateY(-50%); right: -15px;}
.top-email img { width: 20px;}

.search { display: flex; flex-direction: row; flex-wrap: nowrap; cursor: pointer; background: #d0111b;}
.search > div { display: flex; flex-direction: row; flex-wrap: nowrap; height: 80px; align-items: center; padding: 0 20px; position: relative;}
.search > div:nth-of-type(1) { position: relative;}
.search > div:nth-of-type(1):after { position: absolute; content: ""; width: 1px; height: 16px; background: #fff; opacity: 0.3; top:50%; transform: translateY(-50%); right: 0;}
.search > div:nth-of-type(1) img { width: 20px;  filter: invert(1);}
.search > div:nth-of-type(2) { color: #fff; font-size: 18px; font-weight: 400; text-align: left;}

.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: "Barlow", 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: 'Barlow', 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; text-align:left; /*overflow: auto; max-height: 450px;*/}
.menu-list > div { width: 25%; padding: 5px 2.5% ; margin-bottom: 10px;border-right: 1px solid #e1e1e1;}
.menu-list > div:last-child { border-right: 0px solid #e1e1e1;}
.menu-list-link > a { display: block; color: #014E85; font-size: 18px; font-weight: 700; line-height:1.3; padding-bottom: 12px;text-transform: uppercase;}
.menu-list-link > a:hover {  text-decoration: underline; }

.menu-list-link-2 {  }
.menu-list-link-2 > a { display: block; margin-bottom: 10px; color: #3b3b3b; font-size: 18px; font-weight: 400; line-height:1.3;}
.menu-list-link-2 > a:hover, .menu-list-link-2 > a.current { color: #014E85; }

.right-tool-ecatalog { position: fixed; z-index: 10000; right: 0; top:12%; width: 50px; cursor: pointer; display: block;}
.right-tool-ecatalog:hover { opacity: 0.9;}


.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 { }
.header-scroll .lang {  }
.header-scroll .lang i { }
.header-scroll .search {  }
.header-scroll .search img {  }

@media only screen and (max-width: 1600px) {
	.logo { top:45px; left: 3%; }
	.nav_logo { width: 140px;}
	.top-right-link { right:calc(3% + 140px); }
	
	.search > div:nth-of-type(2) { display: none;}
	.lang > div:nth-of-type(1) { margin-right: 0;}
}

@media only screen and (max-width: 1279px) {
	header { top:0 !important; position: fixed!important; background: rgba(255,255,255,1); height: 60px;}
	nav { width: 100%; right: 0px; padding-top: 0px; position: fixed;}
	.logo { top:10px; left: 50%; transform: translateX(-50%);}
	.nav_logo { width: 100px;}
	/*.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 { right: 0px; top:150px; z-index: 10; border-radius: 15px 0 0 15px; background: #2e3545; text-align: center; position: fixed;transition: all 0.4s ease-out 0s;transform: scale(0.7); transform-origin: 100% 100%; }
	.top-right-link:hover { opacity: 0.9; }
	.right-tool-ecatalog { transform: scale(0.7); transform-origin: 100% 100%; top:160px; z-index: 10;}
	.search { background: none;}
	.search > div:nth-of-type(1) {  display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959;width: 40px; height: 40px; border-radius: 100%; background: #fff;text-align: center; position:relative; border: 1px solid #d9d9d9; padding: 0;}
	.search > div:nth-of-type(1) img { width: 20px; filter: invert(0);}
	.search:hover > div:nth-of-type(1) { background: #d0111b;transition: all 0.4s ease-out 0s; }
	.search:hover > div:nth-of-type(1) img { filter: invert(1)}
	.cart { padding: 0 5px;}
	.cart:after { display: none;}
	.cart img { }
	.cart > a { width: 40px; height: 50px; color: #fff; padding-top: 15px;}
	.cart > a > span { right: -10px; top:5px;}
	.lang { padding: 0; border-width: 0;}
	.lang > div:nth-of-type(1), .top-email { width: 40px; height: 40px;}
	.lang-open { top:50px;}
	.top-email { margin-right: 5px;}
	.top-email::after { display: none;}
	.lang > div:nth-of-type(1) { margin-right: 5px;}
	
	/*.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{ }
    .header-scroll .logo { }
    .header-scroll .logo img { }
    .header-scroll nav {  }
    .header-scroll .top-right-link { }
	
	.menu-list { padding-left: 25px; padding-right:25px;}
	.menu-list > div { width: 100%; border-bottom: 1px solid #e1e1e1;border-right: 0px solid #e1e1e1; padding: 7px 0 7px 0;}
	.menu-list > div:last-child { width: 100%; border-bottom: 0px solid #e1e1e1;}
	.menu-list-link > a, .menu-list-link-2 > a { font-size: 16px;}
	
}


@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: 470px) {
	
	

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

}