<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Header
-------------------------------------------------------------- */
header#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header .header-wrap {
	margin: 0 auto;
	position: relative;
}

.header .header-wrap .logo {
	display: inline-block;
	width: 250px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: left;
	margin: 0;
}

#mainnav{
	position: relative;
	margin-top: 30px;
}

.show-search {
	padding-right: 20px;
	float: right;
	padding-left: 30px;
	border-left: 1px solid #fff;
	line-height: 100px;
}

.show-search a {
	line-height: 100px;
	margin-right: 30px;
	position: relative;
}

.show-search .cart {
	position: relative;
	width: 22px;
	height: 24px;
	border: 2px solid #000000;
	text-align: center;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #000;
	line-height: 23px;
	background: transparent;
	margin-left: 30px;
	margin-right: 10px;
	cursor: pointer;
}

.show-search .cart:hover {
	color: #ec6a5c;
}

.show-search .cart:before {
	width: 10px;
	height: 7px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -7px;
	border: 2px solid #000000;
	content: "";
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
}

.show-search .cart:after {
	position: absolute;
	left: -30px;
	top: -50px;
	content: "";
	width: 1px;
	height: 80px;
	background-color: #eeeeee;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .show-search .cart:after {
	height: 100px;
}

.header.is-sticky .show-search .cart:after {
	height: 80px;
	top: -30px;
}

.header .header-wrap .language-wrap ul li {
	display: inline-block;
	padding-right: 21px;
	position: relative;
}

.header .header-wrap .language-wrap ul li.current a {
	color: #202020;
}

.header .header-wrap .language-wrap ul li a:hover {
	color: #ec6a5c;
}

.header .header-wrap .language-wrap ul li.current:after {
	position: absolute;
	right: 8px;
	top: 25px;
	content: "/";
	color: #202020;
}

.header .header-wrap .language-wrap ul,
.header .header-wrap .language-wrap .btn-menu-active {
	float: right;
}

.header .header-wrap .language-wrap .btn-menu-active {
	text-align: center;
	padding: 0 25px;
	border-left: 1px solid #e5e5e5;
}

.header .header-wrap .language-wrap .btn-menu-active a {
	line-height: 73px;
}

.header .header-wrap .language-wrap ul li a {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #a5a5a5;
	line-height: 73px;
}

/* Header style 1 */
.header-top {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}

.header-top .header {
	background: transparent;
	border-bottom: 1px solid #eeeeee;
}

.header-top .top {
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	z-index: 99999;
	border-bottom: 1px solid #eeeeee;
}

.header-top .top .show-search {
	height: 0;
	margin-top: -90px;
	background: transparent;
}

.header-top .top .show-search a {
	color: #fff;
}

.header-top .top .show-search a:hover {
	color: #ec6a5c;
}

.header-top .top .show-search .cart:hover {
	color: #ec6a5c;
}

.header-top .top .show-search .cart {
	color: #fff;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-top .top .show-search .cart:before {
	color: #fff;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-top .top .show-search .cart:after {
	top: -20px;
	height: 60px;
}


.header-top .header .header-wrap .logo {
	float: left;
}

.header-top #mainnav &gt; ul &gt; li &gt; a {
	color: #fff;
}

.header-top #mainnav &gt; ul &gt; li.home:before {
	position: absolute;
	left: 35px;
	bottom: 0;
	content: "";
	width: 45px;
	height: 2px;
	background-color: #fff;
}

.header-top #mainnav &gt; ul &gt; li::before {
	position: absolute;
	left: 35px;
	bottom: 0;
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-top #mainnav &gt; ul &gt; li:hover::before {
	width: 45px;
}

.header-top #mainnav &gt; ul &gt; li.home &gt; a {
	color: #fff;
}

.header-top #mainnav &gt; ul &gt; li.shop &gt; a {
	padding-right: 60px;
}

/* Header Fix */
.header.is-sticky {
	width: 100%;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header.is-sticky .header-wrap .logo {
	margin-top: 10px;
}

.header.is-sticky #mainnav &gt; ul &gt; li &gt; a {
	line-height: 80px;
}

.header.is-sticky .header-wrap .show-search a {
	line-height: 80px;
}

.home-boxed .header.is-sticky {
	width: 95.4%;
}

.header-top .header.is-sticky {
	background-color: #fff;
}

.header-top .header.is-sticky #mainnav &gt; ul &gt; li &gt; a {
	color: #999999;
}

.header-top .header.is-sticky #mainnav &gt; ul &gt; li &gt; a:hover {
	color: #ec6a5c;
}

/* navigation */
.nav-wrap {
	position: relative;
	display: block;
	width: calc(100% - 250px);
	text-align: right;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav ul li {
	position: relative;
}

#mainnav &gt; ul &gt; li {
	display: inline-block;
}

#mainnav &gt; ul &gt; li &gt; a {
	position: relative;
	display: block;
	text-transform: lowercase;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	outline: none;
	font-size: 16px;
	font-family: 'Sarabun', sans-serif;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* submenu */
#mainnav ul.submenu {
	position: absolute;
	left: 0;
	top: 150%;
	width: 100%;
	background-color: #003764;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* right sub-menu */
#mainnav ul.right-sub-menu {
	left: auto;
	right: 0;
}

#mainnav ul li:hover &gt; ul.submenu {
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

#mainnav ul li ul li {
	margin-left: 0;
}
#mainnav ul.menu li.dropdown {
	position: unset;
}

#mainnav ul.submenu li ul {
	position: absolute;
	left: 345px;
	top: 0 !important;
}

#mainnav ul.submenu &gt; li {
	border-top: 1px solid #333333;
}

#mainnav ul.submenu &gt; li.sub-parent:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 14px;
	position: absolute;
	right: 25px;
	top: 11px;
	color: #999999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

#mainnav ul.submenu li:first-child {
	border-top: none;
}

#mainnav ul.submenu &gt; li &gt; a {
	display: block;
	font-family: "HelveticaNeue", sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	color: #999999;
	/*text-transform: uppercase;*/
	text-decoration: none;
	padding: 0 0 0 26px;
	line-height: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu &gt; li &gt; a:hover {
	background-color: #333333;
}

#mainnav ul.submenu &gt; li.sub-parent:hover::after {
	right: 18px;
}


/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: fixed;
	top: 99px;
	background-color: #003764;
	z-index: 1000;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #003764;
	cursor: pointer
}

#mainnav-mobi ul &gt; li &gt; a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #003764;
}

#mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li,
#mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
	position: relative;
	border-top: 1px solid #003764;
}

#mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
	padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu &gt; li &gt; a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu &gt; li &gt; a:hover,
#mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li.active &gt; a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 20px 20px 20px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #003764;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106"
}

.btn-menu {
	display: none
}

/* Custom */
header#header{
	position: relative;
}
#mainnav &gt; ul &gt; li &gt; a{
	color: #003B4C;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

/* Responsive */
/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1610px) {

	.header .header-wrap .logo {
		margin: 0;
	}

	#mainnav ul.submenu {
		width: 300px;
	}
	#mainnav ul.submenu li ul {
		left: 300px;
	}
}

@media only screen and (max-width: 1366px) {
	.header .header-wrap .logo {
		margin: 0;
	}
	.header-top {
		z-index: 99999;
	}
}
.menu-word, .link-info-mobile{
	display: none;
}
@media only screen and (max-width: 1200px){
	#mainnav &gt; ul &gt; li &gt; a {
		padding: 0 20px 0 20px;
	}
}
.dropdown-menu{
	padding: 10px 20px !important;
	background-color: #071c2c !important;
	width: 100vh;
	text-align: center;
}
.dropdown-item{
	border-bottom: 3px solid rgba(0,0,0,.0);
	transition: all 0.2s linear;
}

.dropdown-item:hover{
	cursor: pointer;
	color: #ffee00;
	background-color: unset;
	background: transparent;
	border-bottom: 3px solid #ffee00;
}
.submenu-separator{
	display: none;
}
@media(min-width: 992px){
	.dropdown-menu{
		background: transparent;
		padding: 0;
		margin: 0;
	}
	.dropdown-item{
		display: inline-block;
		background-color: unset;
		background: transparent;
		color: #fff;
		width: unset;
		padding: 0.25rem 0;
	}
	.submenu-separator{
		display: inline-block;
		color: #ffee00;
		margin: 0 1.2rem;
	}
}
/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
	.nav-wrap .info{
		margin-right: 20px;
	}
	.nav-wrap .info img{
		display: block;
		width: 20px;
		position: relative;
		top: 4px;
	}
	.nav-wrap .info span{
		font-size: 10px;
		text-transform: uppercase;
		color: #003764;
	}
	ul.menu li a{
		text-transform: capitalize;
	}
	#mainnav{
		display: none;
	}

	.show-search {
		display: none;
	}

	.btn-menu {
		display: block ;
	}
	.show-search a {
		line-height: 75px;
	}
	.header .header-wrap .logo{
		height: 60px;
		width: auto;
		margin: 0;
		margin-left: 20px;
	}
	img.logo-header{
		max-height: 50px;
	}
	#mainnav-mobi{
		box-shadow: 0px 2px 8px #000;
	}
	.menu-word{
		display: block;
		position: absolute;
		right: 19px;
		top: 40px;
		font-size: 10px;
		text-transform: uppercase;
		color: #003764;
	}
	.link-info-mobile{
		display: block;
		position: absolute;
		right: 70px;
		top: 19px;
		text-align: center;
		font-size: 10px;
		text-transform: uppercase;
		color: #003764;
	}
	.link-info-mobile i{
		font-size: 20px;
		color: #b92b32 !important;
	}
	.dropdown-menu.show{
		display: block !important;
	    position: relative !important;
	    transform: none !important;
	    top: unset !important;
	    left: unset !important;
	    will-change: unset !important;
	    width: 100% !important;
	    max-width: 100% !important;
	}
	.dropdown-menu.show a{
		color: #fff;
	}
	i.dropdown-toggle::after{
		display: none;
	}
	i.dropdown-toggle::before{
	    color: #fff;
	    position: relative;
	    top: 10px;
	}
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

	.header .header-wrap .nav-wrap,
	.copyright p {
		float: none;
	}
	.header .header-wrap .nav-wrap{
		padding: 0 20px;
		width: 100%;
	}
	.header .header-wrap .logo{
		height: 40px;
	}
	img.logo-header{
		max-height: 40px;
		left: 20px !important;
	}
	.header-top .top,
	.tp-leftarrow.square,
	.tp-rightarrow.square {
		display: none;
	}
	.btn-menu{
		margin: 5px 0 5px;
	}
	.header-top {
		top: 0;
	}
	#mainnav-mobi{
		top: 80px;
	}
	.menu-word{ 
		color: #003764;
		top: 25px;
	}
	.link-info-mobile{
		right: 60px;
		top: 4px;
		color: #fff !important;
	}
	.link-info-mobile i{ 
		display: block;
		width: 22px;
    	height: 22px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
}</pre></body></html>