/* 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;}
h1, h2, h3, h4, h5, h6 {font-family: 'Lato', sans-serif; letter-spacing: 0;}
a, a:hover, a:active, a:visited, a:focus { color: #ffff;}

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;}
.table_scroll > table {min-width: 900px;}
.datatable { width:100%; border-spacing:3px;border-collapse:inherit; background: #626262; margin-bottom: 30px; padding: 2px;}
.datatable th, .datatable td { padding:10px 10px; }
.datatable th {color:#fff; font-size:clamp(19px, 1.2vw, 20px); background: #353535; text-align:center; line-height: 1.5; vertical-align: middle; font-weight: 700;}
.datatable td { color: #000; font-size:clamp(16px, 1vw, 18px); text-align:center; line-height: 1.5; }
.datatable tr:nth-child(odd) { background: #dcdcdc;}
.datatable tr:nth-child(even) { background: #eeeeee;}

.list-disc, .list-decimal { margin: 0; padding: 0;}
.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;}

.edit_area { }
.edit_area h2 {font-size: 1.625rem; color: rgba(255, 255, 255, 0.9);}
.edit_area h3 {font-size: 1.6rem; color: rgba(255, 255, 255, 0.8);}
.edit_area h4 {font-size: 1.525rem; color: rgba(255, 255, 255, 0.7);}
.edit_area h5 {font-size: 1.5rem; color: rgba(255, 255, 255, 0.6);}
.edit_area h6 {font-size: 1.425rem; color: rgba(255, 255, 255, 0.5);}
.seo-content { }
.seo-content h2 {font-size: 1.625rem; color: rgba(255, 255, 255,0.9);}
.seo-content h3 {font-size: 1.6rem; color: rgba(255, 255, 255,0.8);}
.seo-content h4 {font-size: 1.525rem; color: rgba(255, 255, 255,0.7);}
.seo-content h5 {font-size: 1.5rem; color: rgba(255, 255, 255,0.6);}
.seo-content h6 {font-size: 1.425rem; color: rgba(255, 255, 255,0.5);}


.top-right-link { position:absolute;  top:54px; right:3.5%; padding:0; text-align: right; background: none; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center;transition: all 0.4s ease-out 0s;}
.top-right-link > div { border:0px solid #cc0033; text-align: center;  margin-left: calc(12px + 1.5vw); line-height: 0;}
.top-right-link img { }

.mini-header .top-right-link, .demo-header .top-right-link { top:28px;}
.mini-header .top-right-link img, .demo-header .top-right-link img { filter:invert(0) brightness(45%);}

.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:-10px; top:34px; background:#222222; padding:0px;  font-size:13px; color:#fff; text-align:left; width:80px;  overflow:hidden; line-height: 120%;}
.lang-open a { display:block; color:#fff; text-align:center; padding:6px 4px;}
.lang-open a:hover,.lang-open a.current { background: #70c7d1;}

.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:18px; height: 18px; border-radius: 100%; background: #70c7d1; line-height: 18px; font-size: 12px; color: #fff; top:7px; right: -12px; font-weight:400; text-align: center;}

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959;}
.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: 'Lato'; 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: 'Lato', sans-serif; }
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}

@media only screen and (max-width: 1366px) {
	.top-right-link {top:48px;}
}

@media only screen and (max-width: 1099px) {
	.nav-open .top-right-link img { filter:invert(0) brightness(45%);}
	
	
}


@media only screen and (max-width: 980px) {
	.top-right-link { top:20px;}
	.mini-header .top-right-link, .demo-header .top-right-link { top:20px;}
	
}

@media only screen and (max-width: 739px) {
	.top-right-link { right: 56px;}
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	

}
@media only screen and (max-width: 414px) {
	
}
@media only screen and (max-width: 375px) {
	
}
@media only screen and (max-width: 320px) {
	

}