<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{ margin:0; padding:0;}


@font-face {
    font-family: 'maledpanRe';
    src: url('fonts/maledpan-regular.eot');
    src: url('fonts/maledpan-regular.eot?#iefix') format('embedded-opentype'),url('fonts/maledpan-regular.woff') format('woff'), url('fonts/maledpan-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NameSmile';
    src: url('fonts/Name Smile.eot');
    src: url('fonts/Name Smile.eot?#iefix') format('embedded-opentype'),url('fonts/Name Smile.woff') format('woff'), url('fonts/Name Smile.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'maledpanRe';
	font-size:18px;
	line-height:normal;
	cursor: default;
}


/*-----All-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.no-gutter &gt; [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

img{ border:0; margin:auto;}
a{ text-decoration:none;color:inherit;}
a:hover{ text-decoration: none;color:inherit;}

.cleaner {clear:both; width:100%; height:0px;}
.h30{clear:both; width:100%; height:30px;}
.h20{clear:both; width:100%; height:20px;}
.h10{clear:both; width:100%; height:10px;}


/*///////////////////////////////////////////////////////////////////////////font///////////////////////////////////////////////////////////////////////////*/

#back-to-top{
	width:40px;
	height:40px;
    position: fixed;
    z-index: 9999;
	bottom: 0%;
    right: 45%;
    line-height: 0.7;
	text-align:center;
	display:none;
	background:rgba(0,0,0,0.7);
}
#back-to-top a{
	color:#FFF;
	font-size: 18px;
	line-height:0;
    text-transform: uppercase;
}
.arrow-color{
	color: #FFF;
	font-size:30px;
	line-height: 1;
	margin-top: -5px;
}
#back-to-top a:hover{
	color: #FFF;
}
.top-text{
	color:#FFF;
}

/*-----Header-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.navbar {
	background:#FFF;
	padding:0;
	z-index:99;
}
.navbar li{
	padding:5px 46px;
}
.navbar li.active, .navbar li:hover{
	background:#ff4500;
	color: #FFF;
}
.navbar li a{
	font-size:25px;
}

.navbar-collapse {padding:0;}
.slim.navbar {
	/*background: rgba(50, 50, 56, 1);*/
	background:#252525;
}
.slim.navbar .nav-link{
	color:#FFF;
}
.height-box{ height:70px; }

.navbar-light .navbar-toggler ,.navbar-light .navbar-toggler:focus {
	border: 0; 
}
.navbar-toggler {
    padding: 10px;
}
.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}
.logo-brand{
	margin-bottom:20px;
}
.cbp-spmenu{
	background: #FFF;
	position: fixed;
	width: 250px;
}
.mobile-bar-img{
	padding:10px;
	margin-bottom:10px;
	color: #fff;
}
.mobile-bar{
	font-size:25px;
}
.mobile-bar li:hover{
	color: #F00;
	background:#CCC;
}
.mobile-bar li a{
	padding:10px;
	color: #000;
}
.mobile-bar li a:hover{
	color: #F00;
}
.mobile-bar-social{
	padding:10px;
	font-size:25px;
}





.header{
	background:#ebebeb;
	padding:10px 0;
}
.head-left{
	float:left;
}
.head-right{
	padding-top:25px;
	float:right;
}



/*-----Slider-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.box-slider .bx-wrapper{
	border:0;
	margin-bottom:0;
}
.box-slider .bx-wrapper .bx-pager{
	bottom:30px;
}
.box-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .box-slider .bx-wrapper .bx-pager.bx-default-pager a.active, .box-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #FFF;
}
.box-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #CCC;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.bx-wrapper img {
    width: 100%;
    display: block;
}

/*-----Slider-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




.box-welcome{
	background:#ff4500;
	padding:5% 0;
}
.welcome-1{
	font-size:45px;
	text-transform:uppercase;
	color:#FF0;
	line-height:0.8;
	padding-left:19%;
}
.or-separate {
	border-top: 2px solid #FF0;
	text-align: center;
	margin: 30px auto 10px auto;
	width: 100%;
	font-size: 40px;
}
.or-separate span {
	background: #ff4500;
	position: relative;
	top: -40px;
	padding: 8px;
	font-family: 'NameSmile';
	color:#FFF;
}

.box-welcome-title{
	font-size:30px;
	margin:10px 0;
	font-weight:bold;
}
.box-welcome-about{
	width:100%;
	background:#FFF;
	padding:28px;
	text-align:center;
	font-size:20px;
	line-height:1.5;
}





.box-product{
	padding:5% 0;
}
.box-product-title{
	font-size:30px;
	width:270px;
	display:block;
	text-align:center;
	padding:0 20px;
	border-bottom:3px solid #0f0;
	margin:0 auto;
}
.product-list{
	position:relative;
}
.product-list-name{
	height:70px;
	width:100%;
	font-size:23px;
	position:absolute;
	bottom:0;
	padding:20px 5px;
	text-align:center;
	background:rgba(0,0,0,0.65);
	color:#FFF;
	transition: all 0.3s;
	line-height:1.2;
}
.product-list-detail{
	margin-top:10px;
	display:none;
}
.product-list:hover .product-list-name{
	height:200px;
}
.product-list:hover .product-list-detail{
	display:block;
}

.product-list-img{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom:200%;	
	background:#333;
	transition: all 0.3s;
}
.product-list-img img {
	position:absolute;
/*	height:auto;*/
/*	height:100%;*/
/*	width:100%;*/
	min-height:600px;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%) scale(1);
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	transition: all 0.3s;		
}
.product-list-img:hover img{
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}


.footer{
	background:#252525;
	color:#FFF;
	padding:60px 0 0 0;
}
.copyright{
	color:#FFF;
	background:#1b1b1b;
	text-align:center;
	padding:20px 0;
	margin-top:40px;
	letter-spacing:1.3px;
}
.footer-title{
	font-size:27px;
	margin-bottom:10px;
}
.footer a:hover{
	color:#ff4500;
}
.footer-spac div{
	display:inline-block;
	width:80px;
}





.btn-viewall{
	width:250px;
	display:block;
	background:#0f0;
	padding:10px 20px;
	margin:0 auto;
	text-align:center;
	transition: all 0.3s;		
}
.btn-viewall:hover{
	color:#FFF;
	background:#1cb71c;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/*-----News-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.box-title-news {
	font-size:1.2rem;
	border-bottom:1px solid #afafaf;
}
.box-detail{
	background:#fe612e;
	padding:5px 10px;
	display:inline-block;
	line-height:1;
	color:#ffffff;
	border-radius: 5rem;
	border: 2px solid #ffffff;
	float: right;
	font-size: 1rem;
}
.clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.5 * 3);
}
.box-detail:hover{
	transition: all 0.3s;
	background: rgb(255, 255, 255);
	color: rgb(254, 97, 46);
    border: 2px solid rgb(254, 97, 46);
}

.readmore{
	background:#f5873b;
	padding:0 10px;
	display:inline-block;
	color:#ffffff;
	font-size: 1.2rem;
	/*border-radius: 5rem;*/
	border: 2px solid #ffffff;
}
.readmore:hover {
	transition: all 0.8s ;
	background: rgb(255, 255, 255);
	color: rgb(245, 135, 59);
    border: 2px solid rgb(245, 135, 59);
}

/*///////////////////////////////////////////////////////////////////////////loading///////////////////////////////////////////////////////////////////////////*/
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
#progress{
/*  height:2px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/*///////////////////////////////////////////////////////////////////////////loading///////////////////////////////////////////////////////////////////////////*/


/*-----dropdown-submenu-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.navbar-nav li:hover &gt; ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu&gt;.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu &gt; li:hover &gt; a:after {
    text-decoration: underline;
    transform: rotate(-90deg);
	
}
.dropdown-menu &gt; li &gt; a:after{
	float: right;
    margin-top: 10px;
}
.slim.navbar ul.dropdown-menu.show a ,
.navbar ul li.nav-item.active.dropdown.show ul.dropdown-menu.show a{
	padding:0 10px  !important;
	display: inline-block;
}
.navbar ul li.nav-item.active.dropdown.show ul.dropdown-menu.show li.dropdown-submenu a:hover{
	background: #4682b4;
    color: #FFF !important;
}
.navbar-nav .dropdown-menu{
	min-width: 25rem;
	
}
.dropdown-menu li,
.dropdown-menu a{
	text-transform: none;
	font-size: 24px !important;
	padding: 2px 0 !important;
}
.dropdown-submenu li,
.dropdown-submenu a{
	text-transform: none;
	font-size: 24px !important;
	padding: 2px 0 !important;
	margin-left: 10px;
}

.dropdown &gt;dropdown-menu&gt;li.dropdown-submenu:focus a,
.dropdown&gt;.dropdown-menu&gt;li.dropdown-submenu:hover a{
	color:#FFF;
}
.dropdown&gt;.dropdown-menu&gt;li.dropdown-submenu&gt;.dropdown-menu&gt;li a.dropdown-item ,
.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu a,
.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu a{
	color:#4682b4;
}

.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu li:focus ,
.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu li:hover  ,
.dropdown .dropdown-menu li:focus,
.dropdown .dropdown-menu li:hover{
	background:#4682b4 ;
	/*color:#FFF;*/
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4682b4;
}
.dropdown-item:focus,
.dropdown-item:hover{
	color:#4682b4;
}
/*.dropdown-item.active, .dropdown-item:active {
	background:#4682b4 ;
	color:#FFF;
}
.dropdown-submenu:hover a{ color:#FFF;}*/
.box-sub-cate:hover{
    transition: all 0.4s;
	color:#ff6a37;
}

/*-----dropdown-submenu-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*-----Cate-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.main-cate {
	list-style:none ;
	text-align:center !important;
}
.main-cate li{
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
	color:#464646;
    text-transform: uppercase;
	padding: 0px 15px;
    /*outline: 1px solid #464646;*/
    margin: 0 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
}
.main-cate li.active,
.main-cate li:hover{
    color: #FFF;
    background: #fe612e;
   /*outline: 1px solid #f5873b;*/
}


.box-main-cate{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom:10px;
}
.box-main-cate-img{
	position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}
.box-main-cate-img img{
	height: auto;
     height: 100%; 
    /*width: 100%;*/
     width: auto; 
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.box-sub{
	font-size:18px;
}
.right{
	/*text-align:right;    */
	float: right;
}
.box-sub2 {
    display: none;
}
.box-sub2.active {
	display:inline-block;
}
.box-sub-cate2 a.active,
.box-sub-cate a.active,
.box-main-cate a.active{
	color:#F60;
}
.detail-view{
	word-wrap: break-word;
}
.click-color { cursor:pointer; }
.red{ color:#FF0000;}
.bg-content{
	min-height:50vh;
}

/*///////////////////////////////////////////////////////////////////////////contact-us///////////////////////////////////////////////////////////////////////////*/
.font-head {
	color: #696969;
	font-size: 2rem;
    border-bottom: 2px solid #fe612e;
}
.font-topic {
	color: #696969;
	font-size: 1.5rem;
}
.btn { font-size:inherit; }
.right { float:right; }
.contact-list{
	list-style: none;
	float:left;
}
.contact-list a:hover i{
	color: #b00713;
}
.contact-list a h1 .svg-inline--fa:hover {
	padding:0 3px;
	border-radius:3px;
	transition: all 0.6s;
}
.contact-list a h1 .fa-youtube-square:hover {
	color:#FFF;
    background: #d72a26;
}
.contact-list a h1 .fa-pinterest-square:hover {
	color:#FFF;
    background: #e60023;
}

.contact-list a h1 .fa-facebook-square:hover{
	color:#FFF;
	background:#314987;
}
.contact-list a h1 .fa-instagram:hover{
	color:#FFF;
	background-image: linear-gradient(-135deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
}
.contact-list a h1 .fa-map:hover{
	color:#FFF;
	background:#ee7600;
}
.contact-list a h1 .fa-line:hover{
	color:#FFF;
	background:#00b900;
}

.btn-send{
	color: #f9f9f9;
	background: #464646;
	border:none;
	text-align:center;
	padding:0 10px;
	width:100%;
}
.btn-send:hover{
	transition: all 0.6s;
	color: #ffffff;
	background: #fe612e;
}
.list-country{ font-size:0.8rem; font-weight: bold; }
.border-blue{
	border-right:1px solid #4682b4;
}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
 float:right;
 padding:5px;
 border-radius:0px;
 margin:0 5px 20px 5px;
}
.pagelist li{
 display:inline-block;
 font-size:22px;
 cursor:pointer;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0px 12px;
	font-style:italic;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist&gt;li:first-child&gt;a, .pagelist&gt;li:first-child&gt;span , .pagelist&gt;li:last-child&gt;a, .pagelist&gt;li:last-child&gt;span {
 border-radius:0px;
}

.pagelist li a:hover{
    color: #0c65a4;
	transition: all 0.4s;
    border-bottom: 1px solid #0c65a4;
}
.pagelist li.active a {
    color: #f5873b;
    border-bottom: 1px solid #ffffff;
}

.flat-table, th {
    background-color: #78aac3;
    color: #e8e9e9;
	text-align: center;
}
.flat-table, td {
    background-color: white;
    color: black;
}

/*-----box-quotes-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.box-about{
	letter-spacing:1px;
}
.topic-quotes {
	width:100%;
    /*margin: 30px auto;*/
	text-align: left;
	color: #ff4500;
    font-size: 3rem;
   /* border-bottom: 2px solid #96968e;*/
    line-height: 0.1em;
	/*margin:10px 0;*/
}
.topic-quotes span {
    background: #fff;
    font-family: 'kit65f';
    padding: 0 20px;
}
.topic-quotes2 {
    text-align: right;
}

.box-quotes{
	/*color:#002959;*/
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
}
.list-about{
	line-height:2;
	padding-left: 30px;
	margin: 5px 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color:#ffffff ;
	background: #ff4500;
    outline: 1px solid #e24912;
}

/*-----Media-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px ) {
	
body{
	max-width: 100% !important;
}
.navbar {
	background:#ff4500;
	padding:5px;
}
.navbar-collapse{
	padding:5px;
	position: fixed;
	width: 240px;
	background: #fff;
	height: 100% !important;
	max-height: none !important;
	top: 0;
	display: block;
	left: -250px;
	margin: 0 !important;
	z-index: 9999;
	transition: all 0.8s !important;
}
.navbar-collapse.in{
	left:0 !important;
}
.navbar li {
    padding: 0px 10px;
}
.navbar li a{
	font-size:20px;
}
.navbar-default, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
	transition: all 0.5s !important;
	/*background: #f27125;*/
}
.all-container{
	width: 100%;
}
.all-container.-collapse{
	margin-left: 250px;
}

.name-web{
	font-family: 'NameSmile';
	color:#FFF;
}


.or-separate {
	font-size:20px;
}
.or-separate span {
	top: -20px;
}




.box-welcome{
	padding:20px 0 0 0;
}
.box-welcome-about{
	width:94%;
	margin:3%;
	padding:15px;
}
.product-list{
	position:relative;
	margin-bottom:20px;
}
.product-list-img{
	padding-bottom:100%;		
}

 
 
}

/*-----END Media-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




















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