@charset "utf-8";
/* ======================= START SET FONT ======================= */
@font-face{
	font-family:'FontAwesome';
	src:url('../fonts/ThaiSansNeue-Light.eot');
	src:url('../fonts/ThaiSansNeue-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/ThaiSansNeue-Light.woff') format('woff'),url('../fonts/ThaiSansNeue-Light.ttf') format('truetype'),url('../fonts/ThaiSansNeue-Light.svg#fontawesomeregular') format('svg');
	font-weight:normal;font-style:normal}
	
	@font-face{
	font-family:'FontAwesomeBold';
	src:url('../fonts/ThaiSansNeue-Bold.eot');
	src:url('../fonts/ThaiSansNeue-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/ThaiSansNeue-Bold.woff') format('woff'),url('../fonts/ThaiSansNeue-Bold.ttf') format('truetype'),url('../fonts/ThaiSansNeue-Bold.svg#fontawesomeregular') format('svg');
	font-weight:normal;font-style:normal}

/* ======================= START SET BACKGROUND ======================= */
html {
	
}
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
/*
img {
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
		}
		body {
			-webkit-filter: grayscale(100%);
		} */

#website{
	position:relative;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: center -150px;
	background-image: url(../img_theme/bg-top-loader1.png);
	z-index:10;
}

#website.sub{
	background-repeat: repeat-x;
	background-position: center -50px;
	background-image: url(../img_theme/bg-top-loader2.jpg);	
}

#wrapper {
	width: 1064px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {
	text-decoration:none;
	color: #f7a62f;
}

a:hover{
	color: #f00;
}
.clear {
	clear: both;
}

#header {
	color: #333;
	width: 1064px;
	position: relative;
	background-image: url(../img_theme/bg-header.PNG);
	background-repeat: repeat-x;
	height: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom:2px solid #33a0d6;
}

.logo {
	position:absolute;
	text-align: left;
	float: left;
	top:28px;
	left:25px;
	margin:0;
	padding:0;
	z-index:11;
}

.logo img{
	height:45px;	
}

.menu-mobile{
	display: none;
	position:absolute;
	top:53px;
	left:20px;
	background-image: url(../img_theme/menumobile2.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 24px;
	z-index:1000;
}

.language{font-family:'FontAwesome'; position:absolute; top:5px; right:18px; float:right;}
.language a{ font-size:22px; font-weight:bold; color:#fff; float:left; display:block;}
.language a:hover,.language a.current{color: #ffc600;}
.language span{ font-size:16px; font-weight:bold; color:#fff; float:left; display:block; margin:4px 10px 0;}


.social-top{ position:absolute; top:3px; right:100px; float:right;}
.social-top img{ width:30px}

#search{
	position:absolute;
	float:left;
	top:5px;
	right:150px;
}

#search .input-search{
	font-family:'FontAwesome';
	height: 28px;
	width: 155px;
	padding-left:10px;
	line-height: 22px;
	font-size: 18px;
	color:#ade9ff;
	border:0;
	float: left;
	background-color: transparent;
	border:0;

}
 
#search .bt-search{
	float: left;
	height: 28px;
	width: 22px;
	border: 0px;
	cursor:pointer;
	background-color:transparent;
	background-image: url(../img_theme/bt-search.png);
	background-repeat: no-repeat;
	background-position:center center;
}

#navigation {
	position:relative;
	margin-top:60px;
	color: #333;
	float: right;
	width: auto;
	margin-right:10px;
	z-index:10;
}

#navigation .menu {
	width: auto;
	margin:0 auto;
	position:relative;
	width:100%;
	float: left;
}

#navigation .menu ul {
	float: left;
	width:100%;
}

#navigation .menu ul li  {
	font-family:'FontAwesome';
	float: left;
	height:25px;
	line-height: normal;
	padding:0;
	margin:0;
	padding-left:5px;
	text-align: left;
	display: inline-block;

}


#navigation .menu ul li a{
	display:block;
	float:left;
	color:#fff;
	font-size:22px;
	line-height:20px;
	font-weight: normal;
	text-align:center;
	padding:1px 12px 4px 12px;
	transition-duration: 0.3s;
    transition-timing-function: linear;
}

#navigation .menu ul li span{
	display:block;
	color:#fff;
	font-size:18px;
	line-height:22px;
	float:left;
	margin-left:5px;
	font-weight:bold;
	
}

#navigation .menu ul li:hover a{
	color: #00ff4a;

}

#navigation .menu ul li.current a{
	color:#49c9f5;
	background-color:#fff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.menu-main{
	display: none;
	position: absolute;
	top:55px;
	left:0;
	width:100%;
	background-color:#68d9f3;
	border-bottom:1px solid #f0f0f0;
	float:left;
	z-index:1001
}

.menu-main ul{
}

.menu-main ul li{
	display:inline-block;
	clear:both;
	float:left;
	margin:0;
	width:100%;
	border-top:1px solid #f0f0f0;
}

.menu-main ul li span{ display:none;}

.menu-main ul li:hover{
	background-color:#fff;
}

.menu-main ul li a{
	font-family:'FontAwesome';
	display:block;
	font-weight: normal;
	padding:8px 10px 8px 15px;
	font-size:20px;
	color:#fff;
}

.menu-main ul li:hover a{
	color:#00bcff;
}



#container {
	position: relative;
	float:left;
	width:100%;
}

.web-content{
	width:1064px;
	float:left;
	position:relative;
}

.box-banner{
	z-index:1;
	position:relative;
	width:1064px;
	height: auto;
	overflow:hidden;
	margin:0px auto 0 auto;

}

.box-banner .bg-banner{
	width:100%;
}

.box-banner .banner-text{
	text-align:center;
	font-family:'FontAwesomeBold';
	font-size:42px;
	letter-spacing:0.05em;
}

.box-banner .banner-text .p1{ position:absolute; top:50px; right:50%; width:50%; text-align:right;}
.box-banner .banner-text .p2{ position:absolute; top:50px; left:50%; width:50%; text-align:left;}

.box-banner .banner-bg{ position:absolute; top:135px; left:0; width:100%; z-index:1}
.box-banner .banner-bg img { width:100%; }

.box-banner .banner-img1{ position:absolute; top:150px; left:170px; z-index:3}
.box-banner .banner-img1 img { width:32px; }

.box-banner .banner-img2{ position:absolute; top:137px; left:360px; z-index:3}
.box-banner .banner-img2 img { width:38px; }

.box-banner .banner-img3{ position:absolute; top:139px; left:688px; z-index:3}
.box-banner .banner-img3 img { width:26px; }

.box-banner .banner-img4{ position:absolute; top:155px; right:0; z-index:3}
.box-banner .banner-img4 img { width:160px; }

.box-banner .banner-img5{ position:absolute; width:100%; top:165px; left:0; z-index:2}
.box-banner .banner-img5 img { width:100%; }

.box-banner .banner-img6{ position:absolute; width:80px; bottom:55px; right:20px; z-index:2}
.box-banner .banner-img6 img { width:80px; }


.box-banner2{
	width:100%;
}

.box-banner2 .bg-banner{ 
	width:100%;
}

.box-banner2 .icon-share{
	position:absolute;
	right:30px;
	top:15px;
}
.box-banner2 .icon-share img{
	width:60px;
}


.banner-slide{
	background-image: url(../img_theme/bg-banner.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 137px;
	width: 100%;
	margin-top:30px;
	margin-bottom:15px;
}

.video-main .title{
	font-size:18px;
	padding:12px 0;
	width:95%;
	padding-left:5%;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
	z-index:10;
	background-image: url(../img_theme/bg-content.png);
}


.box-news-main{ 
	position:relative;
	width:94%;
	float:left;
	padding:15px 3%;
	background-color:#fbfbfb;
	margin-top:40px;
	margin-bottom:0px;
	
}

.tab-news-main{
	width:740px;
	margin:0 auto;
}

.tab-news-main ul li{
	float:left;
	margin:0;
	display:inline-block;
	padding-bottom:5px;
	width:180px;
	margin-left:5px;
	border-bottom:3px solid #f2f2f2;
}

.tab-news-main ul li a{
	float:left;
	font-family:'FontAwesome';
	color:#7d7d7d;
	font-size:24px;
	font-weight: normal;
	display:block;
	width:100%;
	height:40px;
	line-height:34px;
	text-align:center;
	background-color:#f2f2f2;
	transition-duration: 0.3s;
    transition-timing-function: linear;
}

.tab-news-main ul li:hover, .tab-news-main ul li.current{
	border-bottom:3px solid #68d9f3;
}

.tab-news-main ul li:hover a, .tab-news-main ul li.current a{
	color:#fff;
	background-color:#68d9f3

}

.news-main{
	width:50%;
	margin-top:10px;
	float:left;
	padding:10px;
	height:230px;
	border:3px dashed #68d9f3;
}



.news-main .n-title{
	font-family:'FontAwesome';
	padding:0;
	width:100%;
	color:#68d9f3;
	font-size:18px;
	text-align:center;
	margin-top:35px;
}

.news-main .n-title .date{font-size:22px; display:block; padding-bottom:10px; font-weight:bold;}

.news-main .n-title strong{
	display:block;
	font-size:26px;
	padding:0;
	display:block;
	line-height:30px;
	text-align:center;
	font-weight:bold;
}

.news-main .n-title a{
	color:#68d9f3;
}

.news-main .n-title a:hover{
	color:#FC0;	
}

.news-main .img{
	margin-right:10px;
	float:left;
	width:300px;
	height:163px;
	overflow:hidden;
	border:1px solid #f0f0f0;
}

.news-main .img img{
	max-width:100%;
}

.news-main .more{
	position:absolute;
	bottom:19px;
	right:0;
	clear:both;
	display:block;
	float:right;
	font-size:13px;
	margin-right:20px;
	color:#fda800;

}

.news-main  .more:hover{
	color:#f00	
}
.news-main table{
	margin-bottom:5px;
}

.news-main table tr th{
	font-family:'FontAwesome';
	background-color:#76dcf4;
	height:30px;
	padding:0 5px;
	font-size:22px;
	line-height:26px;
	font-weight:normal;
}

.news-main table tr th a{
	color:#fff;
}
.news-main table tr th a:hover{
	color:#ff6633;	
}

.table-news{
	float:left;
	width:43%;
	height:230px;
	padding:10px;
	margin-top:10px;
	margin-left:10px;
	overflow:hidden;
	border:3px dashed #68d9f3;
}

.table-news table tr th{
	font-family:'FontAwesome';
	background-color:#76dcf4;
	height:30px;
	padding:0 5px;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
}

.table-news table tr th a{
	color:#fff;
}
.table-news table tr th a:hover{
	color:#ff6633;	
}

.table-news table tr td{
	font-family:'FontAwesome';
	background-color:#f5f5f5;
	height:26px;
	font-size:18px;
	padding:0 5px;
	color:#5ed5f1;
}

.table-news table tr.last td{
	background-color:#ededed;
}

.table-news table tr td a{
	color:#8b8b8b;
}

.table-news table tr td a:hover{
	color:#ff6633;
}

.brand-slide{
	float:left;
	width:100%;
	padding:10px 5px;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
	border-right:0;
	border-left:0;
	margin:10px 0 5px -4px;
}

.brand-slide.fast{
	border-left:1px solid #ccc;
}

.brand-slide.last{
	border-right:1px solid #ccc;		
}

.brand-slide img{
	max-width:90%;
	height:50px;
}

.product-main{
	float:left;
	width:100%;
	margin-top:40px;
	position:relative;
}

.product-main .title-product{
	position:absolute;
	top:-65px;
	left:120px;
}

.box-product-main{
	display:block;
	float:left;
	width:23%;
	margin-right:1%;
	margin-left:1%;
	margin-bottom: 20px;
	transition-duration: 0.3s;
    transition-timing-function: linear;
}

.box-product-main.last{
	margin-right:0;
	margin-left:0;
}

.box-product-main .name{
	font-family:'FontAwesomeBold';
	color:#181818;
	font-size:20px;
    line-height: 24px;
    height: 48px;
	text-align:center;
	font-weight:bold;
}


.box-product-main .img{
	position:relative;
	height:130px;
	margin-left:0px;
	background-color:#fff;
	overflow:hidden;
	text-align:center;
}

.box-product-main .img img{
	max-width: 100%;
    max-height: 100%;
}

.box-product-main:hover .img img{
	margin-top:-3%;
	margin-left:0;
	transition-duration: 0.3s;
    transition-timing-function: linear;
	
}


.box-product-list{
	float:left;
	width:100%;
}	
	
	
.box-product-list li{
	position:relative;
	width:45%;
	margin-bottom:40px;
	margin-left:2.5%;
	margin-right:2.5%;
	float:left;
	
}	
.box-product-list li .product-image{
	position:relative;
	width:100%;
	height:200px;
	border:2px solid #a2040b;
	background-color:#f2f2f2;
	overflow:hidden;
}





.box-product-list li .product-price{
	width:100%;
	text-align:center;
	padding:5px 0;
	color:#fff;
	font-weight:normal;
	border:2px solid #a2040b;
	background-color:#a2040b;

}
			
.box-product-list li .product-code{
	font-family:'FontAwesome';
	width:100%;
	float:left;
	color:#f60101;
	line-height:55px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	border:2px solid #111111;
	background-color:#111111;

}
			
.box-product-list li .buy{
	display:block;
	float:left;
	background-image: url(../img_theme/buy.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 52px;
	margin:3px 0px 3px 20px;
}
	
.box-product-list li .best{ 
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

.box-product-list li .sold{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-50px;
	z-index:100;

}
/*----------------------------------------Container-----------------------------------------------*/


.site_address {
	top:108px;
	left:340px;
	position:absolute;
	font-family:'FontAwesome';
	height: 20px;
	line-height: 20px;
	font-size: 19px;
	float:left;
	font-weight: normal;
	padding:0px;
}

.site_address .site_home {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 0px;
	padding-left:30px;
	background-image: url(../img_theme/home.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.site_address .site_link {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 0px;
}
.site_address .site_in {
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 0px;
	color: #00bafd;
}
.site_address a {
	color:#333;
}
.site_address a:hover {
	color:#ff9c00;
}

.product-list{
	width:100%;
	margin-top:10px;
}
.product-list ul{
	display:block;
}

.product-list ul li{
	float:left;
	position:relative;
	width: 228px;
	margin:0;
	border:1px solid #cfcfcf;
	margin-right:20px;
	margin-bottom:20px;
}

.product-list ul li.lest{
	margin-right:0;
}

.product-list .product-image{
	height:100px;
	padding:5px 0;
	width:100%;
	text-align:center;
	overflow:hidden;
}

.product-list .product-image img{
	max-width:100%;
	max-height:120%;	
}

.product-list .product-code{
	font-family:'FontAwesome';
	color:#000;
	font-weight:bold;
	font-size:22px;
	height:28px;
	margin:5px 0;
	padding:0 0px 0 45px;
	line-height:28px;
	overflow:hidden;
	background-image: url(../img_theme/search2.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}



.product-list .product-name{
	clear:both;
	color:#666;
	margin-top:5px;
	padding:0 10px;
	height:18px;
	line-height:18px;
	font-size:11px;
	text-align: center;
	overflow:hidden;
	margin-bottom:10px;
}

.product-list .product-option{ 
	position:absolute;
	top:55px;
	left:5px;
}

.product-list .buy{
	position:absolute;
	top:10px;
	right:5px;
	background-image: url(../img_theme/add-cart.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 49px;
}

#fullcolumn {
	position:relative;
	color: #333;
}

#leftcolumn {
	position:relative;
	color: #333;
	float: left;
	width: 270px;
	margin:0;
	padding:0;
}


.left-top{
	position:absolute;
	left:0px;
	top:-35px;
	font-family:'FontAwesomeBold';
	font-size:32px;
	color: #68d9f3;
	font-weight: normal;
	text-align: center;
	padding:0px;
	width: 100%;
	margin:0;
}

.left-title{
	font-family:'FontAwesome';
	font-size:23px;
	color: #68d9f3;
	font-weight: normal;
	text-align: center;
	padding:0px;
	width: 100%;
	margin:0;
	margin-bottom:0px;
}

.leftmenu_center {
	margin-top:50px;
}

.none-margin{
	margin-top:0;
}

.leftmenu_center ul {
	font-family:'FontAwesome';
	display: block;
	margin-left: 0;
	margin-right: 0px;
	padding-bottom:0px;
}

.leftmenu_center ul li {
	position: relative;
	display: inline-block;
	width:100%;
	padding:0;
	margin:0;
	margin-top:-1px;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	z-index:1;
}

.leftmenu_center ul li a{
	color:#444444;
	font-weight: normal;
	display: block;
	font-size: 24px;
	line-height:20px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(../img_theme/nev-menu1.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	transition-duration: 0.3s;
    transition-timing-function: linear;
	-moz-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.leftmenu_center ul li:hover, .leftmenu_center ul li.current {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	z-index:2;
}

.leftmenu_center ul li:hover a, .leftmenu_center ul li.current a {
	color:#fff;
	background-color:#68d9f3;
	background-image: url(../img_theme/nev-menu2.png);
	background-repeat: no-repeat;
	background-position: right center;

}

.company-year{
	font-family:'FontAwesome';
	font-size:26px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
}


#rightcolumn {
	float: left;
	color: #5a5a5a;
	width: 750px;
	margin-top:45px;
	margin-left:35px;
	margin-bottom:20px;
}

#rightcolumn2 {
	float: left;
	color: #5a5a5a;
	width: 730px;
	padding-bottom:50px;
}

.box-product{
	width:944px;
	min-height:300px;
	position: relative;
	margin-top:250px;
	margin-left:18px;
	z-index:2;
}

.line-title{
	background-image: url(../img_theme/line-title.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 2px;
	width: 100%;
}

.page-title{
	font-family:'FontAwesomeBold';
	float:left;
	display: block;
	font-size: 24px;
	line-height: normal;
	color: #000000;
	margin-top:0px;
	width:96%;
	padding:0 2% 3px 2%;
	font-weight: normal;
	border-left:5px solid #ed1c24;
	border-bottom:1px solid #ed1c24;
}

.page-title h1{
	font-size:26px;
} 
 
 
.right_detail  {
	clear:both;
	padding:10px 0px;

}

.right-title {
	font-family:'FontAwesomeBold';
	float:left;
	display: block;
	font-size: 28px;
	line-height: normal;
	color: #68d9f3;
	margin-top:0px;
	width:96%;
	padding:0;
	margin-bottom:20px;
	font-weight: normal;
}

.right-title h1{
	font-size: 28px;
	font-weight: normal;
}


.right-title h2{
	font-size: 25px;
	font-weight: normal;
	display:block;
	margin-top:20px;
}

.right-title2 {
	font-family:'FontAwesome';
	float:left;
	display: block;
	height:40px;
	font-size: 24px;
	line-height:40px;
	color: #fff;
	width:96%;
	padding:0 2% 0 2%;
	font-weight: normal;
	background-color:#ed1c24;
}

.right-title2 h1{
	display:block;
	font-size:26px;
	line-height:36px;
	font-weight: normal;
	
}

.button-download{
	position:absolute;
	top:130px;
	font-family:'FontAwesome';
	display:block;
	float:left;
	color:#fff;
	font-size:21px;
	line-height:25px;
	height:28px;
	margin-top:20px;
	margin-left:10%;
	padding:0px 20px ;
	background-color:#68d9f3;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	transition-duration: 0.3s;
    transition-timing-function: linear;
	z-index:100;
}

.button-download:hover{
	color:#fff;
	background-color:#ff9c00;
}

a.button{
	font-family:'FontAwesome';
	display:block;
	float:left;
	color:#fff;
	font-size:22px;
	line-height:16px;
	height:20px;
	margin-top:20px;
	margin-left:0;
	padding:7px 15px ;
	background-color:#00bfec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition-duration: 0.3s;
    transition-timing-function: linear;
}

a.button:hover{
	color:#fff;
	background-color:#ff9c00;
}

.box-business{
	font-family:'FontAwesomeBold';
	float:left;
	color:#fff;
	font-size:17px;
	line-height:18px;
	text-align:center;
	height: 56px;
	width: 125px;
	padding:5px 10px;
	margin-top:30px;
	margin-right:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition-duration: 0.3s;
    transition-timing-function: linear;
	background-color:#2acdf3;
		-webkit-box-shadow: inset 0px 2px 5px #87e8ff;
	-moz-box-shadow: inset  0px 2px 5px #87e8ff;
	box-shadow: inset 0px 2px 5px #87e8ff;
}

.box-business:hover, .box-business.current{
	cursor:pointer;
	background-color:#02abe7;
		-webkit-box-shadow: inset 0px 2px 5px #87e8ff;
	-moz-box-shadow: inset  0px 2px 5px #87e8ff;
	box-shadow: inset 0px 2px 5px #87e8ff;
}


.product-title{
	font-family:'FontAwesome';
	display: block;
	font-size:26px;
	line-height:30px;
	color: #333;
	margin-top:0px;
	padding-left:10px;
	padding-bottom:5px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom:1px solid #ed1c24;
	
}

.product-title2{
	font-family:'FontAwesome';
	display: block;
	font-size:26px;
	line-height:30px;
	color: #333;
	font-style:italic;
	margin-top:0px;
	padding-left:30px;
	padding-bottom:5px;
	font-weight: bold;
	text-transform:uppercase;
	border:1px solid #e1e0e0;
	background: rgba(244,244,244,1);
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(0%, rgba(237,237,237,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
}

.product-title2 img{
	height:28px;
	float:right;
	margin-top:3px;
	margin-right:10px;
}


.title-product-detail{
	font-family:'FontAwesome';
	text-align:center;
	font-size:15px;
	color:#fff;
	width:312px;
	height:36px;
	line-height:36px;
	font-weight: normal;
	padding:0px 10px;
	margin-bottom:20px;
	background-image: url(../img_theme/title-pdetail.png);
	background-repeat: no-repeat;
}

.title-product-detail h1{
	display:block;
	width:100%;
	float:left;
	line-height:36px;
	text-align: center;
	font-size:20px;
	color:#fff;
	
}

.page-content {
	position:relative;
	line-height:165%;
	color: #525151;
	font-size:14px;
	padding-bottom: 20px;
}

.page-content img{
	max-width:100%;
	height:auto;
}

.news-title{
	font-size:14px;
	color:#fb3f3f;
}


.box-content-left{
	float:left;
	width:330px;
}

.box-content-right{
	float:left;
	font-size:12px;
	width:300px;
	padding:0;
	margin-top:-10px;
}

.page-content h2{
	display:block;
	color:#1e5e7f;
	font-size:14px;
	padding-bottom:2px;
	margin-bottom:5px;
	background-image: url(../img_theme/line-h2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.product-main-title{
	position:relative;
	color:#3c3c3c;
	height:50px;
	font-size:19px;
	font-weight:bold;
	line-height:50px;
	padding-left:65px;
	margin-bottom:10px;
	background-color:#f6f6f6;
	background-image: url(../img_theme/title-pmain.png);
	background-repeat: no-repeat;
	background-position: 15px center;
		-webkit-box-shadow: 0px 2px 5px #e9e9e9;
	-moz-box-shadow:   0px 2px 5px #e9e9e9;
	box-shadow:         0px 2px 5px #e9e9e9;
}

.product-main-title select{
	font-size:13px;
	font-weight:normal;
	position:absolute; 
	right:60px;
	top:15px;
	padding:2px 5px;
}

.product-main-title .line{
	position:absolute;
	top:5px;
	right:15px;
}


.list-news{
	width: 100%;
	clear: both;
	float: left;
	border-bottom:1px dotted #E9E9E9;
	padding: 20px 0;
}

.list-news .test_img{
	width: 250px;
	float: left;
	text-align: left;
	padding:0px;
	height:150px;
	overflow:hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right:30px;
	border:3px solid #f0f0f0;
	text-align:center;
	
}

.list-news .test_img img{
	max-width:100%;
	margin:0;
	padding:0;
}

.list-news .test_data{
	float: left;
	width: 450px;
	text-align: left;
}
.list-news .test_data .t_title{
	font-family:'FontAwesomeBold';
	font-size: 19px;
	color: #2accf2;
	line-height: 20px;
}

.list-news .test_data .t_title a{
	color: #2accf2;
	transition-duration: 0.3s;
    transition-timing-function: linear;
}

.list-news .test_data .t_title a:hover{
	color: #ff9c00;
	text-decoration:underline;
}

.list-news .test_data .t_content{
	font-size:13px;
	line-height:20px;
	color: #6d6d6d;
	padding-top:5px;
}


.list-news .test_data  .news-date {
	color:#666;
	display: block;
	font-size:10px;
	padding-bottom:3px;
	border-bottom:1px dotted #666;
	
}

.list-news .test_data  .more{
	font-family:'FontAwesomeBold';
	display:block;
	clear:both;
	float:right;
	height:24px;
	line-height:22px;
	color:#fff;
	font-size:18px;
	margin-top:15px;
	font-weight:bold;
	padding:0 15px;
	background-color:#77dcf4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transition-duration: 0.3s;
    transition-timing-function: linear;
}

.list-news .test_data  .more:hover{
	color:#fff;
	background-color:#ff9c00;
	
}

.box_video{
	display:none;
	position:fixed;
	width:650px;
	height:650px;
	left:50%;
	margin-left:-325px;
	top:100px;
	border:8px solid #000;
	z-index:10;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #1A1A1A;
}

.shadow {
	-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
	box-shadow: 0px 0px 7px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#overlay{
	display:none;
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1;
	background-image: url(../img_theme/bg_pop.png);
}

#close_compare2{
	display:block;
	position:absolute;
	background:url(../img_theme/close.png) no-repeat;
	top:-20px;
	right:-20px;
	width:30px;
	height:30px;
	z-index: 100;
}

/*----------------------------------------End Container-----------------------------------------------*/

#footer {
	font-family:'FontAwesome';
	margin:0;
	width: 100%;
	height:231px;
	color: #333;
	font-size: 9px;
	margin:0 auto;
	position: relative;
	background-image: url(../img_theme/bg-bottom-loader.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#footer .footer-content{
	position:relative;
	width:1064px;
	height:231px;
	margin:0 auto;
	padding:0px;
	position: relative;
	z-index:5;
	background-image: url(../img_theme/bg-footer.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
}


.logo-footer{
	float:left;
	margin-top:20px;
	width:100%;
	text-align: center;
	
}

.logo-footer img{
	height:35px;
}

.menu-footer{ text-align:center; color:#fff; padding-top:10px; display:block;}

.menu-footer li{ display:inline; padding-left:10px; margin:0}

.menu-footer li a{ color:#fff; font-size:22px;}
.menu-footer li a:hover{ color:#ffe71c;}
.menu-footer li span{ color:#fff; font-size:18px; padding-left:10px}

.footer-center{
	width:300px;
	margin:0 auto;
}
.footer-tel{
	background-image: url(../img_theme/tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 120px;
	line-height:26px;
	font-size:22px;
	padding-left:30px;
	text-align:left;
	float:left;
}

.footer-fax{
	background-image: url(../img_theme/fax.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 120px;
	line-height:26px;
	font-size:22px;
	padding-left:30px;
	text-align:left;
	float:left;
}

.address-footer{
	width: 100%;
	float:left;
	font-size:18px;
	line-height:20px;
	margin-top:10px;
	color:#fff;
	text-align:center;
}

#footer .copy {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	clear:both;
	float: left;
	color:#fff;
	margin-left:0;
	margin-top:0px;
	font-size:20px;
	line-height:20px;
	text-align: center;
}

#footer .copy span{
	display:block;	
}

#footer .copy img{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}


#footer .copy img:hover{
  -webkit-filter:none;
  -webkit-filter: none;
  filter: none;
}

#footer .copy a{
	color:#fff;
}


/*----------------------------------Page Next-------------------------------------------*/
.pagination{
	padding:13px;
	font-size:11px;
	font-weight:bold;
	margin-top: 10px;
}
.pagination a {
	text-decoration:none;
	color:#333;
}
.no_page{ color:#CCC;}
.pagination a:hover{
	cursor:pointer;
	color:#06F;
}

.pagination .prew_page{
	width:30%;
	float:left;
	text-align:left;
}

.pagination .next_page{
	width:22%;
	text-align:right;
	float:right;
}

.pagination .num_page{
	float:left;
	padding-left:17%;
}

.pagination .num_page span{
	color:#06F;
}

/*----------------------------------Page Next Product-------------------------------------------*/
.pagination2{
	padding:10px;
	font-size:13px;
	margin-top: 10px;
	float:right;
}
.pagination2 a {
	text-decoration:none;
	color: #F90;
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.no_page{ color:#CCC;}

.pagination2 a:hover{
	cursor:pointer;
	color: #F30;
	background-color: #FFF;
}

.pagination2 .prew_page{
	float:left;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
}

.pagination2 .next_page{
	float:left;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
}

.pagination2 .num_page{
	float:left;
}

.pagination2 .num_page span{
	color:#666;
	display:block;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}



/*----------------------------------Page Next Product-------------------------------------------*/
.pagination3{
	padding:10px;
	font-size:14px;
	margin-top: 10px;
	float:right;
}
.pagination3 a {
	text-decoration:none;
	color:#666;
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
}
.no_page{ color:#CCC;}

.pagination3 a:hover{
	cursor:pointer;
	color:#000;
}

.pagination3 a img{
	float:left;
	padding:0;
	margin:0;
	margin-top:1px;
}

.pagination3 .prew_page{
	float:left;
	text-align:center;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
}

.pagination3 .next_page{
	float:left;
	padding:0;
	margin:0;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
}

.pagination3 .num_page{
	float:left;
}

.pagination3 .num_page span{
	color:#1e5e7f;
	display:block;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
}

.pagination3 .num_page p{
	color:#999;
	display:block;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	margin-left:2px;
	padding-right: 3px;
	padding-left: 3px;
}



.phpsearch_list {
}

.phpsearch_list li{
	display:inline-block;
	width:100%;
	margin:0;
	margin-top: 20px;
	clear: both;
	float: left;
	padding-bottom:10px;
	border-bottom:1px dashed #f0f0f0;	
}

.phpsearch_list_item h3{ font-size:16px; line-height:20px;}

.phpsearch_list_item h3 a{
	color:#1c9fcd;
	text-decoration:underline;
}
.phpsearch_list_item h3 a:hover{color:#e83436; text-decoration:underline;}

.phpsearch_link a{
	color: #fd8181;
}
.phpsearch_link a:hover{
	color:#BF0000;
	text-decoration:underline
}


.contact-top{
	float: right;
	color:#faf8f8;
	margin-top:-20px;
}
.contact-top ul{
	display:block;
	float:left;
	width:100%;
	padding:0px 0 40px 0;
}


.contact-top ul li{
	display:inline-block;
	float:left;
	margin:0;
	padding:0px 10px;
	border-right:1px solid #424242;
	border-left:1px solid #000;
}

.contact-top ul li a{
	color:#fff;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}

.contact-top ul li a:hover{
	color:#f00;

}

.contact-top ul li a.current{
	color:#f29733;
}

.contact-left{
	float:left;
	width:50%;
	color:#faf8f8;
}

.contact-right{
	background-color:#000;
	float:left;
	width:40%;
	color:#faf8f8;
	margin-bottom:30px;
}
.contact-right ul{
	display:block;
	float:left;
	width:100%;
	padding:20px 0 40px 0;
}


.contact-right ul li{
	display:inline-block;
	width:90%;
	margin:0;
	padding:20px 5% 30px 5%;
	background-image: url(../img_theme/shadow-dealer.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

.contact-right ul li a{
	color:#fff;
	font-size:16px;
	line-height:20px;
}

.contact-right ul li a:hover{
	color:#f00;

}

.contact-right ul li a.current{
	color:#f29733;
}



#form-contact{
	display:block;
	margin-top:0px;
	float:left;
	width:50%;
}

#form-contact p{
	display:block;
	padding:5px 10px;
}

#form-contact label{
	display:block;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	padding:4px 0;
}

#form-contact .text{
	width:300px;
	height:35px;
	font-size:14px;
	line-height:25px;
	padding:0 5px;
	background-color:#b4b4b3;
	border:1px solid #1c1c1c;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#form-contact .select{
	width:300px;
	height:25px;
	font-size:14px;
	line-height:25px;
	padding:2px;
	background-color:#b4b4b3;
	border:1px solid #1c1c1c;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


#form-contact .textarea{
	width:400px;
	height:100px;
	font-size:14px;
	line-height:20px;
	padding:5px;
	background-color:#b4b4b3;
	border:1px solid #1c1c1c;	
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


#form-contact .botton{
	float:left;
	background-color: #900d14;
	border:1px solid #900d14;
	height:35px;
	padding:0 40px;
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	cursor: pointer;
	color:#fff0f3;
	margin:0	;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#form-contact .botton:hover{
	background-color: #ed010e;
	border:1px solid #ed010e;

}

/*
#form-contact .botton[disabled=disabled]{
	color:#999;
	background-color: #ccc;
	border:1px solid #ccc;	
}*/

#form-contact .botton2{
	display:block;
	float:left;
	border:1px solid #ccc;
	font-weight:bold;
	text-align:center;
	color:#1e5e7f;
	height:26px;
	padding:0 30px;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	margin-left:20px;
	background-color:#f0f0f0;
	cursor: pointer;
}

#form-contact .botton2:hover{
	background-color:#ccc;
}

.find-face{
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#a1a0a0;
	margin-bottom:15px;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}


.member-left{
	width:100%;
	float:left;
	margin-bottom:40px;
}

.member-left .member-img{
	position:relative;
	width:180px;
	height:180px;
	overflow:hidden;
	margin:0 auto;
}
.member-left .member-img .inline{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.member-left .member-img .inline:hover{
	background-image: url(../img_theme/change2.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

.member-left .change-img{
	padding-left:40px;
	padding-top:10px;
	
}

.member-left .change-img a{
	display:block;
	height:20px;
	line-height:20px;
	padding-left:22px;
	font-size:11px;
	color:#afafaf;
	background-image: url(../img_theme/change.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.member-left .change-img a:hover{
	color:#666;
}



.part-image1{
	width:100%;
	float:left;
	color:#999;
}

.profile-photo{
	width:180px;
	height:180px;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
	position:relative;
	-moz-box-shadow:0px 0px 4px #cccccc;
	-webkit-box-shadow:0px 0px 4px #cccccc;
	box-shadow:0px 0px 4px #cccccc;
	border:1px solid #d2d0d0;
}

#response{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:180px;
	height:180px;
	background-image: url(../img_theme/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.bt-browse{
	padding:2px 10px;
	width:160px;
	font-size:13px;
	line-height:25px;
	margin:5px auto 2px auto;
	text-align:center;
	background-color:#404040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow:0px 0px 3px #404040;
	-webkit-box-shadow:0px 0px 3px #404040;
	box-shadow:0px 0px 3px #404040;
	border:1px solid #383838;
	cursor:pointer;
	color:#fff;
	
}

.bt-browse:hover{
	background-color:#1e5e7f;
		-moz-box-shadow:0px 0px 3px #1e5e7f;
	-webkit-box-shadow:0px 0px 3px #1e5e7f;
	box-shadow:0px 0px 3px #1e5e7f;
	border:1px solid #1e5e7f;
}

#tree-catalog{
	float:right;
	font-size:13px;
	margin-right:60px;
}

#tree-catalog .tree-catalog-nav{ 
	width: 180px;
	height:53px;
	float:left;
	position:relative;
	z-index:900;
}

#tree-catalog .tree-catalog-nav strong{
	display:block;
	height:33px;
	line-height:33px;
	margin-top:10px;
	cursor:pointer;
	color:#fff;
	text-align:center;
	background-color:#1e5e7f;
}

#tree-catalog ul{
	display:none;
	position:absolute;
	float:left;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	width: 180px;
	top:53px;
	background: #f4f4f4;
	padding:0px;
	z-index:1000;
	border:1px solid #e3e3e3;
}


#tree-catalog ul li {
	position:relative;
	width: 160px;
	float:left;
	margin:0;
	padding:0 10px;
	margin:0px 0px;
	background-color: #f4f4f4;
	border-bottom:1px solid #e3e3e3;
}

#tree-catalog ul li:hover{
	background-color: #1e5e7f;
}

#tree-catalog ul li a{
	display:block;
	width:100%;
	color:#000;
	float:left;
	font-size:13px;
	margin:0;
	padding:3px 0px;
	line-height:30px;
	font-weight:bold;
	background-image:none;
}

#tree-catalog ul li:hover a{
	color:#fff;
}

#tree-catalog ul li ul{
	display: none;
	position: absolute;
	top:-1px;
	left:181px;
	margin-top:0;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	width: 180px;
	background: #f4f4f4;
	padding:0px;
	z-index:1000;
	border:1px solid #e3e3e3;
}

#tree-catalog ul li:hover ul li a{
	display:block;
	width:100%;
	color:#000;
	float:left;
	font-size:13px;
	margin:0;
	padding:3px 0px;
	line-height:30px;
	font-weight:bold;
	background-image:none;
}

#tree-catalog ul li ul li:hover a{
	color:#fff;
}


.box-reward-order{ 
	background-color:#215d7c; 
	padding:40px 20px;
	color:#fff;
	float:left;
	width:92%;
	font-size:13px;
	line-height:160%;
	margin:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.box-reward-order span{
	display:block;
	padding:10px 0 0 0;
	font-size:26px;
	font-weight:bold;
}



.shout_box {
	background: #0d4663;
	width: 260px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 50px;
	z-index:1000;
}
.shout_box .header .close_btn {
	background: url(../img_theme/close_btn.png) no-repeat 0px 0px;
	float: right;
	width: 15px;
	height: 15px;
}
.shout_box .header .close_btn:hover {
	background: url(../img_theme/close_btn.png) no-repeat 0px -16px;
}

.shout_box .header .open_btn {
	background: url(../img_theme/close_btn.png) no-repeat 0px -32px;
	float: right;
	width: 15px;
	height: 15px;
}
.shout_box .header .open_btn:hover {
	background: url(../img_theme/close_btn.png) no-repeat 0px -48px;
}
.shout_box .header{
	padding: 5px 3px 8px 8px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	color:#fff;
	border: 1px solid rgba(0, 39, 121, .76);
	border-bottom:none;
	cursor: pointer;
}
.shout_box .header:hover{
	background-color: #0d4663;
}
.shout_box .message_box {
	background: #FFFFFF;
	height: 240px;
	padding-top:5px;
	overflow:auto;
	border: 1px solid #CCC;
}

.shout_msg{
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	margin-bottom: 5px;
	display: block;
	padding: 0;
	clear:both;
	float:left;
	width:100%;
}


.shout_msg_admin{
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	margin-bottom: 5px;
	display: block;
	padding: 0;
	clear:both;
	float:left;
	width:100%;
}


.message_box:last-child {
	border-bottom:none;
}

.shout_msg .message{
	display:block;
	color:#333;
	float:right;
	max-width:180px;
	font-size:11px;
	line-height:16px;
	margin-right:5px;
	padding:3px 8px;
	border:1px solid #a3b6d0;
	background-color:#d4eaf5;
	-webkit-box-shadow: 0px 1px 2px #cccccc;
	-moz-box-shadow:    0px 1px 2px #cccccc;
	box-shadow:         0px 1px 2px #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.shout_msg_admin .message{
	display:block;
	color:#333;
	float:left;
	max-width:180px;
	font-size:11px;
	line-height:16px;
	margin-left:5px;
	padding:3px 8px;
	border:1px solid #c7c7c7;
	background-color:#f2f2f2;
	-webkit-box-shadow: 0px 1px 2px #cccccc;
	-moz-box-shadow:    0px 1px 2px #cccccc;
	box-shadow:         0px 1px 2px #cccccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.shout_msg time{
	display:block;
	clear:both;
	font-size: 10px;
	margin-right:5px;
	margin-top:2px;
	font-weight: normal;
	float:right;
	color: #D5D5D5;
}

.shout_msg_admin time{
	display:block;
	clear:both;
	font-size: 10px;
	margin-left:5px;
	margin-top:2px;
	font-weight: normal;
	float:left;
	color: #D5D5D5;
}

.shout_msg .username{
	margin-bottom: 10px;
	margin-top: 10px;
}
.user_info input {
	width: 253px;
	height: 25px;
	border: 1px solid #CCC;
	border-top: none;
	padding: 5px 0px 5px 5px;
	font: 11px 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.shout_msg .username{
	font-weight: bold;
	display: block;
}




.box-condition{
	font-size:13px;
	margin:50px 5px 10px 5px;
}

.box-sub-condition{
	margin-bottom:10px;
	background-color:#fdfcfc;
	border:1px solid #bcbcbc;
}

.box-sub-condition .title{
	font-weight:bold;
	margin:2px;
	padding:10px 10px 10px 10px;
	background-color:#efefef;
	border-bottom:1px solid #fff;
}
.box-sub-condition .title strong{
	font-size:14px;
	display:block;
	color:#F00;
}

.box-sub-condition .content{
	padding:10px 10px;
	color:#6a6a6a;
	line-height:160%;
	height:250px;
	overflow: auto;
}



.cart-right{
	position: relative;
	float:left;
	width:190px;
	margin-top:40px;
	margin-bottom:30px;
	margin-left:50px;
	overflow:hidden;
	padding:15px 10px;
	font-size:12px;
	background-color:#f0f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.view-cart{
	display:block;
	width:100px;
	text-align:center;
	height:30px;
	line-height:30px;
	padding-left:15px;
	color:#fff;
	font-size:13px;
	margin:20px auto 10px auto;
	background-color: #F60;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image: url(../img_theme/cart.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.view-cart:hover{
	color:#fff;
	background-color: #29ab00;	
}

.tablerow1{
	margin:5px 0;
	background-color:#fff;	
}

.tablerow1 thead tr td{
	color:#fff;
	background-color:#2bc1f6;	
	padding:5px 7px;
	border-bottom:0;
}

.tablerow1 tr td{
	padding:5px 7px;
	border-bottom:1px solid #f0f0f0;
}

.tablerow1 tbody tr:nth-child(even) {background: #f5f5f5}
.tablerow1 tbody tr:nth-child(odd) {background: #fff}

.full{
	margin:5px 0;
	background-color:#fff;	
	border:1px solid #1f419b;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}



.full thead tr td{
	font-weight:bold;
	font-size:11px;
	color:#fff;
	background-color:#1f419b;	
	padding:5px;
	border:1px solid #fff;
}

.full tr td{
	padding:5px;
	color:#1f419b;
	font-weight:bold;
	font-size:12px;
	border:1px solid #1f419b !important;;
}

.full tbody tr:nth-child(even) {background-color: #e2f4fe}
.full tbody tr:nth-child(odd) {background-color: #fff}


.box-share, .box-share2{
	background-color:#00a052;
	padding:10px 15px 20px 15px;
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.box-share .title, .box-share2 .title{
	font-family:'FontAwesome';
	color:#fff;
	font-size:22px;
	text-align:center;
	padding-bottom:7px;
	
}

.share-table tr td, .share-table2 tr td{ border:2px solid #fff; padding:5px 3px; font-size:12px; color:#000;}

.totop{
	position: fixed;
	bottom:120px;
	right:30px;
	background-image: url(../img_theme/top.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 30px;
	display:none;
	z-index:1500;
	opacity: 0.7;
} 

.totop:hover{
	opacity: 1;	
}


@media (min-width: 980px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {

	#website{
		background-repeat: repeat-x;
		background-position: center -450px;
		background-image: url(../img_theme/bg-top-loader1.png);	
	}
	
	#website.sub{
		background-repeat: repeat-x;
		background-position: center -200px;
		background-image: url(../img_theme/bg-top-loader2.jpg);	
	}
	
	#wrapper {
		width: 100%;
	}
	
	
	#header {
		color: #333;
		width: 100%;
		height:40px;
		position: fixed;
		top:0;
		left:0;
		background-color:#fff;
		z-index:1000;
	}
	
	.logo{
		position:absolute;
		text-align: left;
		float: left;
		top:7px;
		left:50px;
		margin:0;
		padding:0;
		z-index:11;
	}
	
	.logo img{
		height:25px;	
	}
	
	.tel-top{ display:none;}
	
	.title-site {
		top:3px;
		left:100px;
		font-size:10px;
		line-height:15px;
	}

	.title-site strong{
		font-family:'FontAwesome';
		font-size:18px;
	}
		
	
	#search{
		display:none;
	}
	
	.button-search{
		top:5px;
		right:10px;
	}
	
	
	#navigation {
		display:none;
		overflow:hidden;
	}
	
	
	.bg-menu {
		display:none;
	}
	
	#navigation .menu {
		display:none;
	}

	.menu-mobile{
		display:block;
		position:absolute;
		top:5px;
		left:10px;
	}
	
	.menu-main{
		top:55px;
	}
	
		
	.box-banner{
		z-index:1;
		position:relative;
		width:100%;
		height: auto;
		margin-top:0;
	}
	
	.box-banner .bg-banner{
		width:100%;
	}
	
	.box-banner .banner-text{
		text-align:center;
		font-family:'FontAwesomeBold';
		font-size:28px;
		letter-spacing:0.05em;
	}
	
	.box-banner .banner-text .p1{ position:absolute; top:35px; right:50%; width:50%; text-align:right;}
	.box-banner .banner-text .p2{ position:absolute; top:35px; left:50%; width:50%; text-align:left;}
	
	.box-banner .banner-bg{ position:absolute; top:35%; left:0; width:100%; z-index:1}
	.box-banner .banner-bg img { width:100%; }
	
	.box-banner .banner-img1{ position:absolute; top:38.5%; left:15%; z-index:3}
	.box-banner .banner-img1 img { width:40%; }
	
	.box-banner .banner-img2{ position:absolute; top:38.5%; left:34%; z-index:3}
	.box-banner .banner-img2 img { width:40%; }
	
	.box-banner .banner-img3{ position:absolute; top:38.5%; left:65%; z-index:3}
	.box-banner .banner-img3 img { width:40%; }
	
	.box-banner .banner-img4{ position:absolute; width:15%; top:40%; right:0; z-index:3}
	.box-banner .banner-img4 img { width:100%; }
	
	.box-banner .banner-img5{ position:absolute; width:100%; top:37%; left:0; z-index:2}
	.box-banner .banner-img5 img { width:100%; }
	
	.box-banner .banner-img6{ position:absolute; width:9%; bottom:8%; right:5px; z-index:2}
	.box-banner .banner-img6 img { width:100%; }

	
	.box-banner2{
		width:100%;
	}
	
	.box-banner2 .bg-banner{ 
		width:125%;
		float:right;
	}
	
	.box-banner2 .icon-share{
		position:absolute;
		right:15px;
		top:50px;
	}
	.box-banner2 .icon-share img{
		width:45px;
	}

	
	
	.site_address {
		top: inherit;
		left: inherit;
		position: relative;
		font-family:'FontAwesome';
		height: 20px;
		line-height: 20px;
		font-size: 17px;
		margin-left:10px;
		margin-top:10px;
		float:left;
		font-weight: normal;
		padding:0px;
		margin-bottom:0;
	}	
		
	#container {
		position: relative;
		float:left;
		width: 100%;
		padding:0;
		padding-top:40px;
	}
	
	#container2{
		position: relative;
		float:left;
		width: 100%;
		padding:0 ;
		padding-top:40px;
	}
	
			
	.box-banner-product{
			width:100%;
			margin-top:0px;
	}
	
	
	.product-main{
		float:left;
		width:100%;
		padding:0;
		margin:0;
		margin-top:40px;
		position:relative;
	}
	
	.product-main .title-product{
		position: relative;
		top: inherit;
		left: inherit;
		margin-bottom:25px;
		margin-left:20px;
	}
	
	.product-main .title-product img{
		height:18px;
	}
	
	.box-product-main{
		display:block;
		float:left;
		width:48%;
		margin-right:1%;
		margin-left:1%;
		transition-duration: 0.3s;
		transition-timing-function: linear;
		margin-bottom:20px;
		padding-bottom:10px;
		border-bottom:1px solid #f0f0f0;
	}
	
	.box-product-main.last{
		margin-right:0;
		margin-left:0;
	}
	
	.box-product-main .name{
		font-family:'FontAwesomeBold';
		color:#181818;
		font-size:18px;
		line-height:20px;
		height:40px;
		text-align:center;
		font-weight:bold;
	}
	
	
	.box-product-main .img{
		position:relative;
		height:80px;
		margin-left:0px;
		background-color:#fff;
		overflow:hidden;
		text-align:center;
	}
	
	.box-product-main .img img{
		width: auto;
		max-width:100%;
		max-height:100%;
		
	}
	
	.box-product-main:hover .img img{
		margin-top:0%;
		margin-left:0%;
		width: auto;
		transition-duration: 0.3s;
		transition-timing-function: linear;
		
	}
	
	
	.box-news-main{ 
		position:relative;
		width:100%;
		float:left;
		padding:10px 0%;
		background-color:#fbfbfb;
		margin-top:10px;
		margin-bottom:0px;
		
	}
	
	.tab-news-main{
		width:100%;
		margin:0 auto;
	}
	
	.tab-news-main ul li{
		float:left;
		margin:0;
		display:inline-block;
		padding-bottom:5px;
		width:24%;
		margin-left:1%;
		border-bottom:3px solid #f2f2f2;
	}
	
	.tab-news-main ul li a{
		float:left;
		font-family:'FontAwesome';
		color:#7d7d7d;
		font-size:18px;
		font-weight: normal;
		display:block;
		width:100%;
		height:40px;
		line-height:18px;
		padding:3px 0;
		text-align:center;
		background-color:#f2f2f2;
		transition-duration: 0.3s;
		transition-timing-function: linear;
	}

	
	.news-main{
		width:93.5%;
		margin-top:20px;
		float:left;
		padding:2%;
		height:  auto;
		border:3px dashed #68d9f3;
	}
	
	
	
	.news-main .n-title{
		font-family:'FontAwesome';
		padding:0;
		width:100%;
		color:#68d9f3;
		font-size:18px;
		text-align:center;
		margin-top:35px;
		padding-bottom:10px;
	}
	
	.news-main .n-title .date{ clear:both; font-size:22px; display:block; padding-bottom:10px; padding-top:5px; font-weight:bold;}
	
	.news-main .n-title strong{
		display:block;
		font-size:26px;
		padding:0;
		display:block;
		line-height:30px;
		text-align:center;
		font-weight:bold;
	}
	
	.news-main .n-title a{
		color:#68d9f3;
	}
	
	.news-main .n-title a:hover{
		color:#FC0;	
	}
	
	.news-main .img{
		margin-right:10px;
		float:left;
		width:100%;
		height: auto;
		overflow:hidden;
		text-align:center;
		background-color:#fff;
		border:1px solid #f0f0f0;
	}
	
	.news-main .img img{
		max-width:100%;
	}
	
	.news-main .more{
		position:absolute;
		bottom:19px;
		right:0;
		clear:both;
		display:block;
		float:right;
		font-size:13px;
		margin-right:20px;
		color:#fda800;
	
	}
	
	.news-main  .more:hover{
		color:#f00	
	}
	
	.table-news{
		width:93.5%;
		margin-top:20px;
		float:left;
		padding:2%;
		height:  auto;
		margin:0;
		margin-top:15px;
		border:3px dashed #68d9f3;
	}
	
	.table-news table tr th{
		font-family:'FontAwesome';
		background-color:#76dcf4;
		height:30px;
		padding:0 5px;
		font-size:16px;
		line-height: normal;
		font-weight:normal;
	}
	
	.table-news table tr th a{
		color:#fff;
	}
	.table-news table tr th a:hover{
		color:#ff6633;	
	}
	
	.table-news table tr td{
		font-family:'FontAwesome';
		background-color:#f5f5f5;
		height:26px;
		font-size:16px;
		padding:0 5px;
		color:#5ed5f1;
	}
	
	.table-news table tr.last td{
		background-color:#ededed;
	}
	
	.table-news table tr td a{
		color:#8b8b8b;
	}
	
	.table-news table tr td a:hover{
		color:#ff6633;
	}
	
	.table-news table tr th.th-more{
		display:none;
	
	}
	
	.table-news table tr td.td-more{
		display:none;
	
	}
	
	.brand-slide{
		padding:10px 5px;
		text-align:center;
		background-color:#fff;
		border:1px solid #e1e1e1;
		margin:10px 0 10px;
	}
	
	.brand-slide.fast{
		border-left:0
	}
	
	.brand-slide.last{
		border-right:0
	}

		
	#leftcolumn {
		color: #333;
		float: left;
		width: 100%;
		padding:0;
		margin:0;
		padding-bottom:20px;
	}
	
	
	.leftmenu_center {
		margin-top:20px;
	}
	
	.none-margin{
		margin-top:0;
	}
	
	
	.left-top{
		position: relative;
		left: inherit;
		top: inherit;
		font-family:'FontAwesome';
		font-size:30px;
		font-weight: normal;
		line-height: 35px;
		text-align: left;
		height:  auto;
		color:#fff;
		background-color:#68d9f3;
		padding:0px 0 5px 5%;
		margin-bottom:10px;
		width: 95%;
	}
	
	.left-title{
		font-family:'FontAwesome';
		font-size:23px;
		color: #68d9f3;
		font-weight: normal;
		text-align: center;
		padding:0px;
		width: 100%;
		margin:0;
		margin-bottom:0px;
		margin-top:60px;
	}

	#leftcolumn .left-top a, #leftcolumn .left-title a{
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		cursor:pointer;
		background-image:url(../img_theme/nav-menu1.png);
		background-repeat:no-repeat;
		background-position:right center;
	}
	
	#leftcolumn .left-top a.current, #leftcolumn .left-title a.current{
		background-image:url(../img_theme/nav-menu2.png);
		background-repeat:no-repeat;
		background-position:right center;
	}
	
	.leftmenu_center ul {
		display:none;
	}
	
	.button-download{
		position:absolute;
		top:-10px;
		font-family:'FontAwesome';
		display:block;
		float:left;
		color:#fff;
		font-size:21px;
		line-height:25px;
		height:28px;
		margin-top:20px;
		width:70%;
		padding:0;
		text-align:center;
		margin-left:15%;
	}
		
	#rightcolumn {
		float: left;
		color: #5a5a5a;
		width: 100%;
		margin-left:0px;
		margin-bottom:10px;
		margin-top:20px;
	}
	
	#rightcolumn2 {
		float: left;
		color: #5a5a5a;
		width: 100%;
		padding-bottom:20px;
	}

	
	
	.page-title{
		font-family:'FontAwesomeBold';
		float:left;
		display: block;
		font-size: 24px;
		line-height: normal;
		color: #000000;
		margin-top:0px;
		width:96%;
		padding:0 2% 3px 2%;
		font-weight: normal;
		border-left:5px solid #ed1c24;
		border-bottom:1px solid #ed1c24;
	}
	
	.page-title h1{
		font-size:26px;
	} 
	 
	 
	.right_detail  {
		clear:both;
		padding:0px 0px;
	
	}
	
	.right-title {
		font-family:'FontAwesomeBold';
		float:left;
		display: block;
		font-size: 24px;
		line-height: normal;
		color: #68d9f3;
		margin-top:0px;
		width:96%;
		padding:0 2%;
		margin-bottom:10px;
		font-weight: normal;
	}
	
	.right-title h1{
		font-size: 24px;
		font-weight: normal;
	}
	
	
	.right-title h2{
		font-size: 25px;
		font-weight: normal;
		display:block;
		margin-top:20px;
	}
	
	.right-title2 {
		font-family:'FontAwesome';
		float:left;
		display: block;
		height:40px;
		font-size: 24px;
		line-height:40px;
		color: #fff;
		width:96%;
		padding:0 2% 0 2%;
		font-weight: normal;
		background-color:#ed1c24;
	}
	
	.right-title2 h1{
		display:block;
		font-size:26px;
		line-height:36px;
		font-weight: normal;
		
	}
	
	.botton-faq{ display:none;}
	.botton-product{ display:none;}
	
	.banner-slide{
		height: 90px;
		width: 100%;
		margin-top:30px;
		margin-bottom:15px;
	}

	.page-content {
		position:relative;
		line-height:150%;
		color: #333;
		font-size:13px;
		padding:10px 2px;
		padding-bottom: 40px;
		min-height: inherit;
	}
	
	.list-news{
		width: 100%;
		clear: both;
		float: left;
		border-bottom:2px dotted #ccc;
		padding:20px 0 10px 0;
	}
	
	.list-news .test_img{
		width: 100%;
		float: left;
		text-align: center;
		padding:0px;
		height: auto;
		overflow:hidden;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		margin-right:0;
		margin-bottom:10px;
		border:0;
		
	}
	
	.list-news .test_img img{
		max-width:99%;
		width:auto;
		height: auto;
		margin:0;
		padding:0;
		border:1px solid #f0f0f0;
			-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
	.list-news .test_data{
		float: left;
		width: 100%;
		text-align: left;
	}

	
	.list-news .test_data  .news-date {
		color:#666;
		display: block;
		font-size:11px;
		padding-bottom:3px;
		border-bottom:1px dotted #666;
		
	}
	
	.news-title{
		font-size:14px;
		color:#fb3f3f;
		line-height:20px;
		clear:both;
	}
	
	.box-business{
		font-family:'FontAwesomeBold';
		float:left;
		color:#fff;
		font-size:20px;
		line-height:18px;
		text-align: left;
		height:  auto;
		width: 92%;
		padding:20px 3%;
		margin:10px 1%;
	}
	

		
	#footer {
		margin:0;
		width: 100%;
		color: #333;
		font-size: 9px;
		margin:0 auto;
		position: relative;
		border-top:1px solid #dadada;
		border-bottom:5px solid #ed1c24;
	}
	
	
	#footer .footer-content{
		position:relative;
		width:100%;
		margin:0 auto;
		padding:10px 0 10px ;
		position: relative;
		z-index:5;
	}
	
	.footer-content-right{
		clear:both;
		color:#191a1b;
		font-size:8px;
		float: left;
		width:100%;
		border-top:1px solid #f0f0f0;
		text-align:center;
		line-height:14px;
		font-weight:bold;
		margin-right:0px;
		margin-top:10px;
		padding-top:10px;
	}
	
	.menu-footer{ text-align:center; color:#fff; padding-top:10px; display:block;}
	
	.menu-footer li{ display:inline; padding-left:5px; margin:0}
	
	.menu-footer li a{ color:#fff; font-size:16px;}
	.menu-footer li span{ color:#fff; font-size:16px; padding-left:5px}
	
	.social-footer{ 
		float:left; 
		margin-top:10px;
		margin-left:10px;
	 clear:both;
	}
	
		 
	#footer .copy {
		width:100%;
		bottom:5px;
		font-size:14px;
		line-height:20px;
	}	
	
	.slide-top{
		display:block;
		background-image: url(../img_theme/top.png);
		background-repeat: no-repeat;
		height: 18px;
		width:109px;
		position:absolute;
		right:10px;
		bottom:0px;
		cursor:pointer;
	}
	
	
	.product-brand li{
		display:inline-block;
		width:96%;
		float:left;
		text-align:center;
		margin:10px 2%;
		border:1px solid #d4d4d4;
		background-color:#f0f0f0;
	}
	
	
	
	.product-list ul li{
		float:left;
		position:relative;
		width: 100%;
		margin:0;
		border:1px solid #cfcfcf;
		margin-right:0px;
		margin-bottom:15px;
	}
	
	.product-list ul li.lest{
		margin-right:0;
	}
	
	.product-list .product-image{
		height: auto;
		padding:5px 0;
		width:100%;
		text-align:center;
		overflow:hidden;
	}
	
	.product-list .product-image img{
		max-width:100%;
		max-height:100%;	
	}
	
	.product-list .product-code{
		font-family:'FontAwesome';
		color:#000;
		font-weight:bold;
		font-size:22px;
		height:28px;
		margin:5px 0;
		padding:0 0px 0 45px;
		line-height:28px;
		overflow:hidden;
		background-image: url(../img_theme/search2.png);
		background-repeat: no-repeat;
		background-position: 10px top;
	}
	
	
	
	.product-list .product-name{
		clear:both;
		color:#666;
		margin-top:5px;
		padding:0 10px;
		height:18px;
		line-height:18px;
		font-size:11px;
		text-align: left;
		overflow:hidden;
		margin-bottom:10px;
	}
	
	.product-list .product-option{ 
		position:absolute;
		top:55px;
		left:5px;
	}
	
	.product-list .buy{
		position:absolute;
		top:10px;
		right:5px;
		background-image: url(../img_theme/add-cart.png);
		background-repeat: no-repeat;
		height: 56px;
		width: 49px;
	}
		
	
	.box-product-image{
		position:relative;
		width:100%;
		height: auto;
		float:left;
	}
	
	
	.box-product-image .detall_image{
		position:relative;
		width:100%;
		height:230px;
		float:left;
		text-align:center;
		border:1px solid #e2e2e2;
		margin:20px 0px 0px 0px;
	}

	
	.box-product-data{
		position: relative;
		width:100%;
		height: auto;
		float:left;
		font-size:13px;
		line-height:150%;
		margin-top:20px;
		margin-left:0px;
		font-family:Arial;
	}


	.down-catalog{
		display:block;
		position: relative;
		bottom:0;
		left:0;
		float: left;
		margin-right:20px;
		margin-top:50px;
	}	
	

.other-product{
	margin-top:30px;
	margin-bottom:10px;
}

.other-product ul{
	display:block;
	width:100%;
	float:left;
	
}

.other-product ul li{
	float:left;
	display:inline-block;
	color:#999;
	width:96%;
	padding:0 2%;
	line-height:16px;
	font-size:14px;
	text-align: center;
	margin:10px 0 20px 0;
	border-right:0px dotted #666;
}

.other-product ul li a{
	color:#999;
}

.other-product ul li.last{
	border-right:0;
}

.other-product ul li .img{
	float:left;
	width:100%;
	height: auto;
	margin:0;
	margin-left:-5px;
	margin-right:0px;
	margin-bottom:5px;
	overflow:hidden;
	text-align:center;
	
}

.other-product ul li .img img{
	max-width:100%;
	max-height:100%;
	margin:0;
}

.other-product ul li strong{
	display:block;
	font-family:FontAwesome;
	font-size:22px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	color: #858585;
}

.pagination3{
	padding:10px 0;
	font-size:12px;
	margin:0;
	margin-top: 10px;
	float:right;
}



.tablerow1{
	margin:5px 0;
	background-color:#fff;	
}

.tablerow1 thead tr td{
	color:#fff;
	background-color:#2bc1f6;	
	padding:5px 3px;
	border-bottom:0;
	word-break: break-all;
}

.tablerow1 tr td{
	padding:5px 3px;
	border-bottom:1px solid #f0f0f0;
	word-break: break-all;
}

.tablerow1 tbody tr:nth-child(even) {background: #f5f5f5}
.tablerow1 tbody tr:nth-child(odd) {background: #fff}

.full{
	margin:5px 0;
	background-color:#fff;	
	border:1px solid #1f419b;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}



.full thead tr td{
	font-weight:bold;
	font-size:9px;
	color:#fff;
	background-color:#1f419b;	
	padding:5px 2px;
	border:1px solid #fff;
	word-break: break-all;
}

.full tr td{
	padding:5px  2px;
	color:#1f419b;
	font-weight:bold;
	font-size:10px;
	border:1px solid #1f419b;
	word-break: break-all;
}

.box-share{ display:none}

	.totop{
		bottom:10px;
		right:10px;
	} 
	
	.bg-video-slide{
		width:100%;
		height:100%;
	}
	
}

@media (max-width: 479px) {
	
	.tel-top{ display:none;}
	
	.title-site {
		top:3px;
		left:100px;
		font-size:10px;
		line-height:15px;
	}

	.title-site strong{
		font-family:'FontAwesome';
		font-size:18px;
	}
		
	
	#search{
		display:none;
	}
	
	.button-search{
		top:5px;
		right:10px;
	}
	
	
	#navigation {
		display:none;
		overflow:hidden;
	}
	
	
	.bg-menu {
		display:none;
	}
	
	#navigation .menu {
		display:none;
	}

	.menu-mobile{
		display:block;
		position:absolute;
		top:5px;
		left:10px;
		width:24px;
		height:28px;
	}
	
	.menu-main{
		top:40px;
	}
	

	.box-banner2 .icon-share{
		position:absolute;
		right:5px;
		top:50px;
	}
	.box-banner2 .icon-share img{
		width:35px;
	}
	
	.title-product-detail{
		padding:0 5%;
		width:90%;
		background-color:#ed1c24;
	
	}

	
	.footer-center{
		width:80%;
		margin:0 auto;
	}
	
	.footer-tel{
		width: 30%;
		line-height:26px;
		font-size:18px;
		padding-left:30px;
	}
	
	.footer-fax{
		float:right;
		width: 30%;
		line-height:26px;
		font-size:18px;
		padding-left:30px;
	}

	.address-footer{
		width: 100%;
		float:left;
		font-size:12px;
		line-height:normal;
		padding-left:0%;
		padding-right:0%;
		border-left:0;
		border-right:0;
		margin-top:5px;
		border-bottom:0;
	}
	
	.brand-slide{
		float:left;
		width:100%;
		padding:10px 0px;
		text-align:center;
		background-color:#fff;
		border:1px solid #ccc;
		border-right:0;
		border-left:0;
		margin:10px 0 5px 0px;
	}
	
	.discount-main{
		padding:10px;
	}
	
	.discount-main img{
		width:30%;	
	}
	
		
	.footer-content-right{
		font-size:10px;
		line-height:14px;

	}
	
	
	.box-banner .banner-text{
		text-align:center;
		font-family:'FontAwesomeBold';
		font-size:20px;
		letter-spacing:0.05em;
	}
	
	.box-banner .banner-text .p1{ position:absolute; top:25px; right:50%; width:50%; text-align:right;}
	.box-banner .banner-text .p2{ position:absolute; top:25px; left:50%; width:50%; text-align:left;}
	
	.box-banner .banner-bg{ position:absolute; top:35%; left:0; width:100%; z-index:1}
	.box-banner .banner-bg img { width:100%; }
	
	.box-banner .banner-img1{ position:absolute; top:33%; left:15%; z-index:3}
	.box-banner .banner-img1 img { width:30%; }
	
	.box-banner .banner-img2{ position:absolute; top:33%; left:34%; z-index:3}
	.box-banner .banner-img2 img { width:30%; }
	
	.box-banner .banner-img3{ position:absolute; top:33%; left:65%; z-index:3}
	.box-banner .banner-img3 img { width:30%; }
	
	.box-banner .banner-img4{ position:absolute; width:15%; top:40%; right:0; z-index:3}
	.box-banner .banner-img4 img { width:100%; }
	
	.box-banner .banner-img5{ position:absolute; width:100%; top:37%; left:0; z-index:2}
	.box-banner .banner-img5 img { width:100%; }
	
	.box-banner .banner-img6{ position:absolute; width:9%; bottom:8%; right:5px; z-index:2}
	.box-banner .banner-img6 img { width:100%; }

	
}
