<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: 'Poppins', sans-serif;}
a, a:hover, a:active, a:visited, a:focus { color: #000;}

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 { width:100%; border-spacing:1px; background: #e6e6e6;}
.datatable th {color:#fff; font-size:16px; background: #c00000; text-align:center; padding:10px; line-height: 140%;}
.datatable td { color: #3a3a3a; background: #fff; font-size:16px; text-align:center; padding:5px; line-height: 140%;}

.list-disc, .list-decimal { padding: 0; margin: 0;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px; padding: 0;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px; padding: 0;}
.overflow-hidden { overflow-x: hidden;}


header {position: absolute; width: 100%; z-index: 10000; top:0px; left: 0; height: 184px;background: #fff;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); border-bottom: 0px solid red;} 
.header-section-1 { height: 48px; background: #F4F3F1; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 3%;}
.header-social {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.header-social &gt; a{display: inline-block; margin-right: 14px;}
.header-social &gt; a img{width:20px; }
.logo { position: absolute; z-index: 100001; left: 3%; top:68px; transition: all 0.4s ease-out 0s; }
.logo img { width: 120px;transition: all 0.4s ease-out 0s;}
nav {transition: all 0.4s ease-out 0s; padding-top: 80px;}

.logo-link { position: absolute;z-index:10000;  top: 0; left: 0; display: flex; flex-direction: row; flex-wrap: nowrap;}
.logo-link &gt; div { text-align: center; width: 130px; line-height: 100%; padding: 4px 0; height: 42px;}
.logo-link &gt; div img { height: 25px;}
.logo-link &gt; div:nth-of-type(1) {background: #fff;}
.logo-link &gt; div:nth-of-type(2) {background: #94cfbf;}

.top-right-link {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; transition: all 0.4s ease-out 0s; }
.top-right-link &gt; div { padding: 0 10px 0 0; margin-right: 10px; position: relative;}
.top-right-link &gt; div:after { position: absolute; width: 1px; height: 20px; background: #ababab; right: 0; top:4px;}
.top-right-link &gt; div:last-child { padding: 0; margin: 0;}
.top-right-link &gt; div:last-child:after { display: none;}
.top-right-link img { height: 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:inline-block; cursor:pointer; position:relative; font-size: 12px; font-weight: 400; top: -2px; }
.lang img { width: 20px; }
.lang &gt; span { display:inline-block; position: relative;  margin-left: 6px; top:2px; font-size: 15px; color: #11110F;font-family: 'Poppins', sans-serif; font-weight: 700;}
.lang &gt; span:after { content: ""; position: absolute; top:14px; right: -18px;  width: 0;
height: 0;
border-style: solid;
border-width: 7px 4.5px 0 4.5px;
border-color: #11110F transparent transparent transparent;}
.lang i { color:#595959;}
.lang-open { display:none; position:absolute; z-index:100000; left:15px; top:35px; background:#0155ae; padding:0px;  font-size:13px; color:#fff; text-align:left; width:110px;  line-height: 120%; border-radius:0 0 10px 10px; overflow: hidden;}
.lang-open a { display:block; color:#fff; text-align:center; padding:8px 4px;}
.lang-open a:hover { background: #11110F;}

.cart { position:relative; display: inline-block; vertical-align: top; font-size:22px; color:#fff; cursor: pointer;}
.cart a { color: #595959; position: relative;}
.cart span {  display: inline-block; width:17px; height: 17px; border-radius: 100%; background: #F8B62B; line-height: 17px; text-align: center; font-size: 12px; color: #fff;  margin-left: 8px; position: absolute; z-index: 3; top:-2px; right: -7px;font-family: 'Poppins', sans-serif; font-weight: 400;}

.search { display: flex; flex-direction: row; flex-wrap: nowrap; width: 294px; }
.search input { width: calc(100% - 27px); background: #fff; border: 1px solid #F4F3F1; font-size: 15px; font-weight: 400; font-family: 'Poppins', sans-serif; padding-right: 10px; color:#11110F; padding: 0 10px; height: 27px; }
.search a { width: 27px; height: 27px; cursor: pointer; background: #E62447; display: inline-block; line-height:27px;}
.search a img { height: 16px; }
.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'; 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;}

.menu-list {width:540px; background:rgba(255,255,255,.9); padding:10px 20px 10px 20px; border: 2px solid #E1E1E1; display: flex; flex-direction: row; flex-wrap: wrap; text-align: left;}
.menu-list2 {width:590px; }
.menu-list &gt; div {width: 50%; padding-right: 10px;}
.menu-list2 &gt; div {width: 33.33%;}
.menu-list-link-1 &gt; a {display: block; font-size: 16px; font-weight: 500; color:#000; line-height: 200%;}
.menu-list-link-1 &gt; a:hover, .menu-list-link-1 &gt; a.current {color:#F8B62B;}
.menu-list-link-2 &gt; a {display: block; font-size: 15px; font-weight: 400; color:#000; line-height: 200%;}
.menu-list-link-2 &gt; a:hover, .menu-list-link-2 &gt; a.current {color:#F8B62B;}


.header-top {transition: all 0.4s linear 0s;}
.header-scroll {  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); top:-110px;}
.header-scroll .logo { top:120px}
.header-scroll .logo img { }
.header-scroll nav { }
.header-scroll .top-right-link {  }
.header-scroll .menuzord-menu&gt;li&gt;a {  }



@media only screen and (max-width: 1500px) {
    
}
@media only screen and (max-width: 1279px) {
	header { top:0; height:96px;}
	nav {  padding-top:2px;}
	.logo { top:56px;}
	.logo-name { display: none;}
	.logo &gt; a { border-width: 0; padding: 10px 0;}
	.logo img { width:80px;}
	.top-right-link { border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 15px; padding-right: 22px;}
	.top-right-link &gt; div img { }
	.top-right-link &gt; div { }
    .top-right-link &gt; div:last-child { }
	.cart span { }
	.cart img {  width: 25px; height: auto;}
	
	.search { margin-left: 22px;}
	/*.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;}
	
	.member-open, .cart-open { top:70px;}
	
	.header-scroll { top:-48px;}
	.header-scroll .logo { top:56px;}
	.header-scroll .logo img { }
    .header-scroll nav {  }
    
	
	.menu-list {width:100%;  border: 0px solid #E1E1E1; }
	.menu-list2 {width:100%; }
    
}
@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 570px) {
	
	.header-social &gt; a{margin-right: 6px;}
	.header-social &gt; a img{width:20px; }
	.lang-box { right: 20px;}
	
	.menu-list2 &gt; div {width: 50%;}
	.menu-list2 &gt; div:nth-of-type(3) {width: 100%;}
	
    
}
@media only screen and (max-width: 320px) {

}</pre></body></html>