body{
    font:14px/23px Tahoma, Geneva, sans-serif;
    background:#14A533 url("images/noise_pattern.png");
    color: #222;
    padding: 0;
    margin: 0
}
* {border: 0; padding: 0; margin: 0}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #0075b1;
}
ul{list-style-type:none}
.clear {clear: both}
input[type=text],input[type=password] {
    border: 1px #dcdcdc solid;
    color: #595959;
    margin: 0;
    padding: 1px
}
.center{text-align: center}
.left{text-align: left}
.right{text-align: right}
table {
    border-collapse: collapse;
    table-layout: auto
}
.martop15{margin-top:15px;}
.main_border{border:1px solid gainsboro; background-color:#fff}
.main_wrap{width:1160px; margin:0 auto;}
/*Figure*/
figure.captionedImage{display:table !important; margin:0 auto;}
figure.captionedImage > img{display:block !important; margin:0 !important; padding:0 !important; max-width:100% !important;}
figure.captionedImage figcaption{display:table-caption;caption-side:bottom; font-size:0.929em; line-height:1.286em; padding:5px; box-sizing: border-box;}

blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
blockquote{border-left: 5px solid #0D62BC;color: #222;margin: 15px 0 15px 10px;padding: 5px 5px 5px 20px; background-color:#f9f9f9}
blockquote a{font-weight:bold}
blockquote p{padding:5px 0 !important; margin:0 !important}
#wrapper{overflow:hidden;}

/*POP UP*/
.popup_addcart{
	display: none;
	position: fixed;
	top: 30%;
	width: 500px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	z-index: 30;
	border-radius: 5px;
	left: 0;
	right: 0;
	z-index: 99999;
	text-align: center;
	box-sizing: border-box;
}
.popup_addcart h3 i{color:#34B324; font-size: 1.5em; margin-right: 8px;}
.popup_addcart h3{font-size: 1.125em; font-weight: normal; line-height: 1.5em; margin-bottom: 15px}
.popup_addcart p.btn_gocart{text-align: center; margin: 0 auto; display: table;}
.popup_addcart p.btn_gocart a{
	margin: 0 5px;
	background-color: #34B324;
	padding: 7px 8px;
	border-radius: 5px;
	color: #fff;
}
.popup_addcart p.btn_gocart a:hover{background-color: #1a8e0b}
.popup_addcart p.btn_gocart a.btn_gocart_link{background-color: #FA6900}
.popup_addcart p.btn_gocart a.btn_gocart_link:hover{background-color: #d65900}
.popup_addcart_notice{font-style: italic; color: #494949; margin-top: 10px; font-size: 0.875em}
#popup_preload{
	background: none repeat scroll 0 0 #000;
	color: #fff;
	display: none;
	width: 360px;
	height: 40px;
	line-height: 20px;
	margin: 0 auto;
	opacity: 0.8;
	padding: 10px 0;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 50%;
	text-align: center;
	z-index: 99999;
	transform: translate(0,-50%);
	box-shadow: 0 0 2px 4px rgba(0,0,0,.15);
	box-sizing: border-box;
}
.popup_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 999;
	margin: auto;
}
/*HEADER*/
header{}
#top_header{overflow:hidden; padding:5px 0;}
#top_header .logo{float:left; margin:0}
#top_header .logo img{height: 50px; padding: 10px 4px; width: auto;}
#top_header .logo a{display:inline-block; width:100%}
#ads_header{float:right}
#top_header .rightinfo{
	float:right;
	position:relative;
	margin:10px 0 0
}
#top_header .rightinfo>div{margin: 0 10px}
#top_header .rightinfo .shopcart{
	float:left;
	position: relative;
}
#top_header .rightinfo .shopcart a{display: block;}
#top_header .rightinfo .shopcart .cartbox{margin-top: 2px; font-size: 13px}
#top_header .rightinfo .shopcart .cartcount{
	background-color: #ff9d06;
	border-radius: 50%;
	color: #fff !important;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 3px;
	position: absolute;
	right: 0;
	top: -5px;
	width: 25px;
}
#top_header .rightinfo .contactinfo{float: left}
#top_header .rightinfo .contactinfo .callme{float: left;}
#top_header .rightinfo .contactinfo i{
	color: #fefefe;
	font-size: 46px;
	line-height: 46px;
	padding-right: 8px;
	float: left;
}
#top_header .rightinfo .contactinfo p{font-size: 0.929em; color: #555}
#top_header .rightinfo .contactinfo p span{
	font-size: 1.429em; color: #ff0000
}
#top_header .rightinfo .contactinfo p.tel span{color: #eee; font-size: 1.286em}

/*MAIN SEARCH*/
.msearch{display:block; width:340px; height:40px; line-height:40px; margin:5px 10px 0 !important; float: left;}
.msearch .minput {
	background: #f6f6f6;
	/*border: 1px solid #c2c2c2;*/
	color: #666;
	display:block;
	float: left;
	font-size: 15px;
	height: 40px;
	line-height:40px;
	padding: 10px 10px 10px 10px;
	width: 85%;
	box-sizing:border-box;
}
.msearch .mbtnsearch{background-color:#944f95; height:40px; line-height:40px; display:block; text-align:center;}
.msearch .mbtnsearch i{color:#fff; font-size:20px; padding:10px 0}

#main_nav{background:#3ab92f; width:100%; z-index:9999;}
#main_nav ul{display:inline-block}
#main_nav ul li{float:left; position:relative;}
#main_nav ul li a{
	display:inline-block; 
	color:#fff; font-size:17px;
	padding:15px 14px;
	text-transform:uppercase;
	white-space:nowrap;
}
#main_nav ul li a.aparent::after {
	content: "";
	font-family: FontAwesome;
	margin-left: 5px;
}
#main_nav > ul > li:first-child a{
	border-left:none;
}
#main_nav ul li:last-child a{border-right:none;}
#main_nav ul li:hover a{background:#179C0C;}
#main_nav ul li a.selected{}
#main_nav ul li ul.submenu{top:100%;left:0; height:auto; width:180px; z-index:999; overflow:visible; position:absolute; display:none}
#main_nav ul li:hover ul.submenu{display:block}
#main_nav ul li ul.submenu li{position:relative; width:100%;}
#main_nav ul li ul.submenu li a{
	background:#179C0C; 
	position:relative; display:list-item;
	font-size:14px;
	padding: 7px 10px;
	/*border-top:1px solid #019e90;
	border-bottom:1px solid #006b62;*/
}
#main_nav ul li ul.submenu li:hover a{background:#3AB92F}

/*MENU MOBILE*/
#menumobile{background:#3ab92f; padding:8px 0; display:block; position:relative; display:none}
#menumobile h3#disMenu{
	background-color: rgba(255, 255, 255, 0.1);
	background-image: url("images/menu-mobile.png");
	background-position: 11px center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	padding-right: 15px;
	text-align: right;
	width: 95px;
}
#menumobile h3#disSearch{ 
	position:absolute; top:0px; right:0px;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 22px;
}
#menumobile h3#disSearch i{padding: 12px 15px}
#menumobile ul{
	display: none;
	margin: 8px 10px 3px;
	overflow: hidden;
	width: auto;
}
#menumobile ul.submenu{margin: 0}
#menumobile ul li{
	position:relative;
}
#menumobile ul li a{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	line-height: 32px;
	margin-bottom: 1px;
	overflow: hidden;
	padding: 3px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}
#menumobile ul li.aparent ul li a{font-size: 0.929em}
#menumobile ul li.aparent ul li a:before{
	content: "";
	color: #fff;
	font-family: FontAwesome;
	margin-right: 5px;

}
#menumobile ul li.aparent ul a{padding: 0 0 0 30px}
#menumobile ul li.aparent::after {
	content: "";
	cursor: pointer;
	color: #fff;
	font-family: FontAwesome;
	margin-left: 5px;
	position: absolute;
	right: 10px;
	top: 7px;
}
#menumobile ul#showLang li a{text-align:right;}

/*MOBILE SEARCH*/
.mmsearch{display:inline-block; width:100%; height:40px; line-height:40px; margin: 10px 0; padding: 0 10px; box-sizing: border-box; display: none}
.mmsearch .minput {
	background: #f6f6f6;
	/*border: 1px solid #c2c2c2;*/
	color: #666;
	display:block;
	float: left;
	font-size: 15px;
	height: 40px;
	line-height:40px;
	padding: 10px 10px 10px 10px;
	width: 85%;
	box-sizing:border-box;
}
.mmsearch .mmbtnsearch{background-color:#944f95; height:40px; line-height:40px; display:block; text-align:center;}
.mmsearch .mmbtnsearch i{color:#fff; font-size:20px; padding:10px 0}

/*MAIN PAGE*/
#main_page{
	position:relative; 
	background-color: #fff;  
	box-sizing: border-box; 
	width: 1160px; 
	margin: 0 auto; 
	box-shadow: 4px 0 4px -2px rgba(50, 50, 50, 0.7),-4px 0 4px -2px rgba(50, 50, 50, 0.7);
}
#main_page .wrapper{width:100%; box-sizing:border-box; padding:0 0 15px; display:inline-block;}
#left_page{width:78%; float:left; position:relative; overflow:hidden; box-sizing:border-box; padding-right:15px;}
.div_box{padding: 15px; background-color: #fff; position: relative; display: block;}
#full_page{width: 100%; position: relative; overflow: hidden;; box-sizing: border-box; background-color: #fff; padding: 15px}
.page_detail{float:right !important; padding-right:0 !important; padding-left:40px}
#sidebar{width:22%; float:left; overflow:hidden}
.homeslider{width:100%; margin:0 0 15px; min-height: 281px !important;}
.homeslider .flex-control-paging{display: none}
.homeslider .slide_banner{box-sizing: border-box;}
.homeslider .flexslider.loading{min-height: 290px;}
.left_page_full{width: 100% !important; padding-right:0 !important}

/*HOME TOP*/
.hometop{display:inline-block; width:100%; overflow:hidden; margin:0 0 20px}
.hometop .topcate{
	display:block; float:left;
	width:30%; height:inherit; 
	padding-right:15px; box-sizing:border-box;
	height:100%;
}
.hometop #slide{display:block;}
.hometop .topcate .title{
	background-color: #f5821f;
	padding:7px 10px;
}
.hometop .topcate .title:before{
	content:"";
	font-family:FontAwesome;
	display:block;
	float:left;
	color:#fff;
	font-size:20px;
}
.hometop .topcate .title h2{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	box-sizing:border-box;
	padding-left:25px
}
.hometop .topcate ul{display:inline-block; width:100%;background-color:#efefef; height:100%}
.hometop .topcate li{display:list-item}
.hometop .topcate li a{display:block; width:inherit;padding:7px 10px; box-sizing:border-box; border-bottom:1px solid #e1e1e1; text-transform:uppercase}
.hometop .topcate li a:before{
	font-family:FontAwesome;
	content:"";
	margin-right:5px;
}
.hometop .topcate li:last-child a{border:none}
.hometop .topcate li a:hover{background-color:#30a9de; color:#fff}

/*MENUCATE*/
.menucate{
	display:block; float:left;
	width:100%; height:auto; 
	box-sizing:border-box;
	height:100%;
	margin-bottom:20px;
}
.menucate .title{
	background-color: #f5821f;
	padding:7px 10px;
}
.menucate .title:before{
	content:"";
	font-family:FontAwesome;
	display:block;
	float:left;
	color:#fff;
	font-size:20px;
}
.menucate .title h2{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	box-sizing:border-box;
	padding-left:25px
}
.menucate ul{display:inline-block; width:100%;background-color:#efefef; height:100%}
.menucate li{display:list-item}
.menucate li a{display:block; width:inherit;padding:7px 10px; box-sizing:border-box; border-bottom:1px solid #e1e1e1; text-transform:uppercase}
.menucate li a:before{
	font-family:FontAwesome;
	content:"";
	margin-right:5px;
}
.menucate li:last-child a{border:none}
.menucate li a:hover{background-color:#30a9de; color:#fff}

/*HOME PRODUCT*/
.home_product{display: inline-block; width: 100%; margin: 0 0 10px}
.home_list{
	background-color: #fff; 
	padding: 10px; 
	margin: 0 0 10px; 
	box-shadow:0 0 3px 0 rgba(0,0,0,.2);
	border-radius: 4px
}
.home_list:last-child{margin: 0}
.home_list .title{
	position:relative;
	display:inline-block; width:100%;
	box-sizing: border-box;
	margin: 5px 0 15px;
	text-align: center;
}
.home_list .title h2{
	font-size: 1.75em; 
	line-height: 1.375em; 
	color: #27A39C; 
	font-weight:normal; 
	text-transform: uppercase;
}
.home_list .title p.intro{font-size: 1em; color: #666}
.home_list .title h1{
	font-size:1.857em; line-height: 1.4; 
	text-transform:uppercase; 
	color:#009cde; 
	font-family: "Segoe UI","Open Sans",Arial;
}
.home_list .title p.headerdesc{color:#888; line-height: 1.1;font-family: "Segoe UI","Open Sans",Arial; font-size: 1.2em}
.home_list ul.list{display:inline-block; margin:0px -5px}
.home_list.child_list1 ul.list{margin:10px -5px}
.home_list ul.list li{
	float:left; width:20%; 
	padding:5px; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:2px;
}
.home_list ul.list li{
	float:left; width:20%; 
	padding:5px; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home_list.child_list1 ul.list li{
	float:left; width:25%; 
	padding:5px; 
}
.home_list ul.list li .list_item{
	background:#f2f2f2; 
	/*border:1px solid #ccc;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:relative
}
.home_list ul.list li .list_item .proimg{position:relative; width:100%; display:inline-block}
.home_list ul.list li .list_item .procate{display:block; position:absolute; top:3px; left:3px; background:rgba(95, 180, 53, 0.75); padding:3px 5px}
.home_list ul.list li .list_item .procate > span{color:#fff; font-size:13px}
.home_list ul.list li:hover .list_item .btn_act{display:block}
.home_list ul.list li .list_item .btn_act{width:100%; cursor: pointer;}
.home_list ul.list li .list_item .btn_act_buy{
	display:table; 
	margin:0 auto; 
	background-color:#34B324; 
	padding:3px 7px;
	border-radius: 5px;
}
.home_list ul li .list_item .btn_act_buy:hover{background-color:#1a8e0b}
.home_list ul.list li .list_item .btn_act_buy.btn_act_expire{background-color: #ff4343}
.home_list ul.list li .list_item .btn_act_buy.btn_act_expire:hover{background-color: #fc2525}
.home_list ul.list li .list_item .btn_act_buy > span{color:#fff; font-size:1em; margin:0 3px; text-transform:uppercase; font-weight:bold}
.home_list ul.list li .list_item a{display:block}
.home_list ul.list li img{width:100%}
.home_list ul.list li .info{padding:5px 5px 10px}
.home_list ul.list li .info h4{color:#494949; font-size:1em; line-height:1.5em; height:1.5em; text-align:center; overflow:hidden;}
.home_list ul.list li .info h4:hover{color:#0075B1}
.home_list ul.list li .info p{font-size:13px; text-align:center}
.home_list ul.list li .info span{margin-right:3px;}
.home_list ul.list li .info p.price{height:1.8em; line-height:1.8em; overflow:hidden; margin: 3px 0}
.home_list ul.list li .info p.price span{text-align:left; font-size:1.143em; font-weight:bold; color:#fe1a19}

/*TOP LIST*/
.home_list ul.toplist{display:inline-block;}
.home_list.child_list1 ul.toplist{margin:10px -5px}
.home_list ul.toplist li{
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:2px;
	padding: 5px 0;
}
.home_list ul.toplist li .list_item{
	/*background:#f2f2f2; 
	border:1px solid #ccc;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:relative
}
.home_list ul.toplist li .list_item .proimg{position:relative; width:100%; display:inline-block}
.home_list ul.toplist li .list_item .procate{display:block; position:absolute; top:3px; left:3px; background:rgba(95, 180, 53, 0.75); padding:3px 5px}
.home_list ul.toplist li .list_item .procate > span{color:#fff; font-size:13px}
.home_list ul.toplist li:hover .list_item .btn_act{display:block}
.home_list ul.toplist li .list_item .btn_act{width:100%; cursor: pointer;}
.home_list ul.toplist li .list_item .btn_act_buy{
	display:table; 
	margin:0 auto; 
	background-color:#944f95;
	padding:3px 7px; 
	border-radius: 5px;
}
.home_list ul.toplist li .list_item .btn_act_buy:hover{background-color:#922f93}
.home_list ul.toplist li .list_item .btn_act_buy > span{color:#fff; font-size:1em; margin:0 3px; text-transform:uppercase; font-weight:bold}
.home_list ul.toplist li .list_item a{display:block}
.home_list ul.toplist li img{width:100%; border-radius: 50%}
.home_list ul.toplist li .info{padding:5px 5px 10px}
.home_list ul.toplist li .info h4{color:#494949; font-size:1em; line-height:1.5em; height:1.5em; text-align:center; overflow:hidden;}
.home_list ul.toplist li .info h4:hover{color:#0075B1}
.home_list ul.toplist li .info p{font-size:13px; text-align:center}
.home_list ul.toplist li .info span{margin-right:3px;}
.home_list ul.toplist li .info p.price{height:1.8em; line-height:1.8em; overflow:hidden; margin: 3px 0}
.home_list ul.toplist li .info p.price span{text-align:left; font-size:1.143em; font-weight:bold; color:#fe1a19}

/*HOME COMMIT*/
.commit{display:inline-block; width:100%; margin:20px 0}
.commit .item{float:left; width:33.33%;box-sizing:border-box; padding:10px 20px; color:#fff; cursor:pointer}
.commit .item-wrap{
    background-color:#0084B1; 
    text-align:center;
    box-sizing:border-box; padding:20px;
}
.commit .item-wrap.bg1{background-color:#944F95}
.commit .item-wrap.bg2{background-color:#E06098}
.commit .item i{font-size:80px}
.commit .item h3{font-size:1.3em; padding:10px 0}
.commit .item p.desc{font-size:1em; line-height:1.4em}

/*My Address*/
.myaddress{display:inline-block; width:100%;}
.myaddress .title{text-align:center; margin:30px auto; width:70%}
.myaddress .title h2{
    text-transform:uppercase; 
    font-size:1.8em; 
    line-height:1.3em; 
    font-weight:normal;
    color:#91218E; 
}
.myaddress .title p{font-size:1em; color:#666}
.myaddress .title p span{color:#00983B; font-size:1.15em; font-weight:bold}
.myaddress .title p span.hotline{color:#D04322; font-size:1.2em}

/*HOME NEWS*/
.home_news{
	background-color: #fff; 
	padding: 10px 20px; 
	display: inline-block; width: 100%; 
	box-sizing: border-box;
}
.home_news .home_list_news{display:inline-block; width:100%; margin:10px 0 15px}
.home_news .home_list_news .title{
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	line-height: 23px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	position: relative;
	width: 100%;
}
.home_news .home_list_news .title h2{
	color: #2196f3;
	font-size:20px;
	display: inline-block;
	float: left;
	font-weight: normal;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;	
}
.home_news .home_list_news .title h2::before {
	background-color: #E06098;
	bottom: -7px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.home_news .home_list_news .list_wrapper{margin:0 -15px; display:flex; flex-wrap:wrap;}
.home_news .home_list_news .list_item{width:20%; float:left; display:block; padding:15px; box-sizing:border-box}
.home_news .home_list_news .list_item a{display:block}
.home_news .home_list_news .list_item h4{font-size:1.071em; line-height:1.286em; font-weight:normal; margin-top:5px}
.home_news .home_list_news .list_item p.newsdesc{font-size:13px; line-height:18px; color:#666}
.home_news .home_list_news .list_item img{width:100%}

/*HOME INTRO*/
.home_intro{padding: 25px 0; background-color: #f6f6f6}
.home_intro .intro_title{}
.home_intro .intro_title h1{
	font-size:1.571em; line-height: 1.4;
	margin: 5px 0 15px;
	text-transform:uppercase; 
	color:#009cde;
	font-family: "Segoe UI","Open Sans",Arial;
}
.home_intro .intro_title h1 span{color:#fe1a19}
.home_intro .intro_desc{color:#555; line-height: 1.5em; font-size: 1.143em; text-align: justify;}

/*CATE LIST*/
.cate_list .cateintro{display:block; width:70%; margin: 0 auto}
.cate_list .cateintro .cateintro_wrap{display:inline-block; width:100%; margin-bottom: 10px}
.cate_list .cateintro .title{
	position:relative;
	display:block;
	text-align: center;
	box-sizing:border-box;
}
.cate_list .cateintro .title h1{
	font-size: 1.75em;
	line-height: 1.375em;
	color: #27A39C;
	font-weight: normal;
	text-transform: uppercase;
}
.cate_list .cateintro .title h2{font-size:1.429em; text-transform:uppercase; font-weight:normal;}
.cate_list .noproduct{display: inline-block; width: 100%; box-sizing: border-box; margin:20px 0; text-align: center; padding: 20px; border: #a2d246 1px solid; border-radius:5px;}
.cate_list .noproduct h3{font-size: 1.429em; font-weight: normal; color: #444}
.cate_list .cateintro .catecontent{line-height:1.4; color:#444; margin-bottom: 10px; text-align:center}
.cate_list ul.list{margin:5px -5px; display:flex; flex-wrap:wrap;}
.cate_list ul.list li{
	float:left; width:20%; 
	padding:8px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cate_list.morelist{margin-top: 15px; border-top: 1px solid #e5e5e5}
.cate_list.morelist ul.list li{
	float:left; width:25%; 
	padding:5px; 
}
.cate_list ul.list li .list_item{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:relative
}
.cate_list ul.list li .list_item .proimg{position:relative; width:100%; display:inline-block;}
.cate_list ul.list li .list_item .procate{display:block; position:absolute; top:3px; left:3px; background-color:#5fb435; padding:3px 5px}
.cate_list ul.list li .list_item .procate > span{color:#fff; font-size:13px}
.cate_list ul.list li:hover .list_item .btn_act{display:block}
.cate_list ul.list li .list_item .btn_act{width:100%; cursor: pointer;}
.cate_list ul.list li .list_item .btn_act_buy{
	display:table; 
	margin:0 auto; 
	background-color:#34B324; 
	padding:3px 7px;
	border-radius: 5px;
}
.cate_list ul li .list_item .btn_act_buy:hover{background-color:#1a8e0b}
.cate_list ul.list li .list_item .btn_act_buy.btn_act_expire{background-color: #ff4343}
.cate_list ul.list li .list_item .btn_act_buy.btn_act_expire:hover{background-color: #fc2525}
.cate_list ul.list li .list_item .btn_act_buy > span{color:#fff; font-size:1em; margin:0 3px; text-transform:uppercase; font-weight:bold}
.cate_list ul.list li .list_item a{display:block}
.cate_list ul.list li img{width:100%; border-radius: 50%;}
.cate_list ul.list li .info{padding:5px 5px 10px}
.cate_list ul.list li .info h4{color:#494949; font-size:1em; line-height:1.5em; height:1.5em; text-align:center; overflow:hidden;}
.cate_list ul.list li .info h4:hover{color:#0075B1}
.cate_list ul.list li .info p{font-size:13px; text-align:center}
.cate_list ul.list li .info span{margin-right:3px;}
.cate_list ul.list li .info p.price{height:1.8em; line-height:1.8em; overflow:hidden; margin: 3px 0}
.cate_list ul.list li .info p.price span{text-align:left; font-size:1.143em; font-weight:bold; color:#fe1a19}

/*POST LIST*/
.post_list{}
.post_list .title{display:inline-block; width:100%; border-bottom:1px solid #efefef; padding-bottom:5px}
.post_list .title h1{float:left; color:#27A39C; font-size:1.571em; line-height:1.3em; font-weight:normal; text-transform:uppercase}
.post_list .list{ display:flex; flex-wrap:wrap; margin:10px -10px}
.post_list .list li{
	width:25%; 
	padding:10px; 
	box-sizing:border-box;
}
.post_list .list li .postitem{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
.post_list .list li a{display:block}
.post_list .list li .aimg{
	display:block; width:100%; height:auto;
	overflow:hidden; margin:0; padding:0;
}
.post_list .list li .aimg img{
	transform:scale(1);
	width:inherit;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.post_list .list li .aimg:hover img{
	transform:scale(1.3);
}
.post_list .list li .info{}
.post_list .list li .info h4 a{margin:5px 0; font-size:1.125em; line-height:1.25em; color:#111; font-weight: normal;}
.post_list .list li .info h4 a:hover{color:inherit !important}
.post_list .list li .info p.desc{font-size:0.929em; line-height:1.429em; color:#666;}

/*PRO DETAIL*/
.pro_detail{width:100%; display:inline-block; margin:0}
.pro_detail .ptitle{border-bottom: 1px solid #e5e5e5; margin-bottom: 15px}
.pro_detail .ptitle h1{font-size:1.714em; line-height:1.2em; color:#333; font-weight:normal; font-family: Helvetica,Arial; padding: 7px 0}
.pro_detail .binfo{display: inline-block; width: 100%; margin-bottom: 15px; padding: 15px; box-sizing: border-box; background-color: #fff; position: relative;}
.pro_detail .binfo .linfo{float:left; width:55%; margin-top: 5px; display: block;}
.pro_detail .binfo .linfo img{
	width:100%;
	/*border:1px solid #e2e2e2; padding:5px; 
	box-shadow:0 5px 6px -6px #000; 
	-webkit-box-sizing: 0 5px 6px -6px #000; 
	-moz-box-sizing: 0 5px 6px -6px #000;*/
	box-sizing: border-box;
}
.pro_detail .binfo .linfo .flex-control-nav{bottom: -20px !important}
.pro_detail .binfo .linfo .flexslider{margin-bottom: 15px !important}
.pro_detail .binfo .linfo .loading{background-image: url(images/loading_green.gif) !important;}
.pro_detail .binfo .rinfo{float:right; width:45%; padding-left: 30px; box-sizing: border-box;}
.pro_detail .binfo .rinfo p{font-size:1em; margin:3px 0}
.pro_detail .binfo .rinfo p.noprice{}
.pro_detail .binfo .rinfo p.noprice a{font-size: 1.25em; color: #ff0000; font-weight: bold; }
.pro_detail .binfo .rinfo p span{
	margin:0 1px; 
	float: left; 
	word-spacing: normal; 
	letter-spacing: normal;
	display: inline-block;
}
.pro_detail .binfo .rinfo .price{margin-bottom:10px; font-size: 1.143em; display: inline-block;}
.pro_detail .binfo .rinfo .price span.sprice{font-size:1.714em; color:#d0021b; font-weight: bold; font-family: Helvetica,Arial}
.pro_detail .binfo .rinfo .price span.rprice{text-decoration: line-through; color: #666}
.pro_detail .binfo .rinfo .price span.pricecur{margin:0 2px 0 0;}
.pro_detail .binfo .rinfo .contact{line-height: 1.3;}
.pro_detail .binfo .rinfo .contact a span{color:#0075b1; font-size:1.286em;}
.pro_detail .binfo .rinfo .contact .contactman{color: #222 !important; font-size: 1em !important}
.pro_detail .binfo .rinfo a.btn_buy{
	background-color: #FA6900;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1.143em;
	overflow: hidden;
	padding: 9px 0;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	margin-top: 10px;
	line-height: 1.2;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-family: Helvetica,Arial
}
.pro_detail .binfo .rinfo a.btn_buy span {
	color: #fff;
	display: block;
	font-size: 0.857em;
	text-transform: none;
}
.pro_detail .binfo .rinfo a.btn_buy.callorder{background-color: #288ad6}
.pro_detail .binfo .rinfo a.btn_buy.nobuy{background-color: #ff4343}
.pro_detail .binfo .rinfo a.btn_buy.nobuy:hover{background-color: #fc2525}
.pro_detail .binfo .rinfo a.btn_buy:hover{background-color: #F38630}
.pro_detail .binfo .rinfo a.btn_buy.callorder:hover{background-color: #288ad6}
/*.pro_detail .binfo .rinfo a.btn_buy:before{
	font-family: FontAwesome;
	font-size: 1.286em;
	margin-right: 7px;
	content: "";
}*/
.pro_detail .binfo .rinfo .moredesc{border-radius:5px; background:#f2f2f2; border:1px solid #e1e1e1; padding:10px}
.pro_detail .binfo .rinfo .moredesc li{list-style-type:disc; margin-left:20px; padding: 2px 0}
.pro_detail .binfo .rinfo .promotion{
	display: inline-block;
	width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    margin: 6px 0 6px;
    background: #fff;
    padding: 8px 8px 10px;
    box-sizing: border-box;
}
.pro_detail .binfo .rinfo .promotion_detail{font-size: 14px}
.pro_detail .binfo .rinfo .promotion strong{text-transform: uppercase; padding-bottom: 4px; display: inline-block; width: 100%}
.pro_detail .binfo .rinfo .promotion li{list-style-type:disc; margin-left:20px; padding: 0;}
.pro_detail .minfo{display:inline-block; width:100%; border-top: 1px solid #e5e5e5}
.pro_detail .minfo .div_box{padding: 15px 30px;}
.pro_detail .minfo .product_content p,
.pro_detail .minfo .product_content span,
.pro_detail .minfo .product_content div,
.pro_detail .minfo .product_content h2{
	font-size:1em; margin:10px 0; line-height:1.6em; text-align:justify
}
.pro_detail .minfo .product_content h2{font-size:1.429em; line-height:1.2em; padding:5px 0 0; color: #111; font-weight: normal; text-align: left;}
.pro_detail .minfo .product_content h3{font-size:1.143em; margin:5px 0; font-weight: normal; text-align: left;}
.pro_detail .minfo .product_content a{color:#0075b1;}
.pro_detail .minfo .product_content a:hover{color:#005a87}
.pro_detail .minfo .product_content table{margin:0 auto; max-width:99% !important}
.pro_detail .minfo .product_content img{max-width:100%; height:auto !important; margin:10px auto 5px; display:block}
.pro_detail .minfo .product_content li{ list-style-type:disc; margin-left:20px; padding:3px 0}

.boxbuy_ftpro{margin: 0; padding: 15px 0; display: inline-block; width: 100%; border-top: 1px solid #e5e5e5}
.boxbuy_ftpro .detail_left{float: left; width: 60%; box-sizing: border-box; padding-right: 20px}
.boxbuy_ftpro .detail_right{float: right; width: 40%; box-sizing: border-box;}
.boxbuy_ftpro .ftproinfo{}
.boxbuy_ftpro .ftproinfo img{float: left; margin:0 10px 10px 0}
.boxbuy_ftpro .ftproinfo h3{font-size: 1.143em; text-transform: uppercase; margin: 0 0 5px 0}
.boxbuy_ftpro .ftproinfo .ftdesc{line-height: 1.4; font-size: 1em; color: #666;}
.boxbuy_ftpro .ftproinfo p{margin: 0; padding: 0}
.boxbuy_ftpro .ftproinfo .ftsprice span{
	font-size: 1.714em;
	line-height: 1.4;
	color: #d0021b;
	font-weight: bold;
	font-family: Helvetica,Arial;
}
.boxbuy_ftpro .ftproinfo .ftrprice {
	text-decoration: line-through;
	color: #666;
}
.boxbuy_ftpro .detail_right a.btn_buy {
	background-color: #FA6900;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1.143em;
	overflow: hidden;
	padding: 7px 0;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	margin-top: 10px;
	line-height: 1.2;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-family: Helvetica,Arial;
}
.boxbuy_ftpro .detail_right a.btn_buy span {
	color: #fff;
	display: block;
	font-size: 0.857em;
	text-transform: none;
	line-height: 1em;
	margin: 5px 0 !important;
	text-align: center !important;
}
.boxbuy_ftpro .detail_right a.btn_buy.callorder {
	background-color: #288ad6;
}


#main_page .box_left{width:100%; float:left; margin-bottom:20px}
#main_page .box_left .title{height:30px; line-height:35px; border-bottom:solid #CC3300 2px; text-transform:uppercase; font-size:16px}
#main_page .box_left .content{padding:10px 0}

.botbanner{width:94%; padding:3%; text-align:center; border-top:1px solid gainsboro; clear:both; background:none}
.botbanner img{max-width:100%}

/*PRODUCT ORDER*/
#product_order .order{width:100%; float:left}
#product_order .order_content{width:50%; float:left; margin-top:5px}
#product_order .order_info{width:50%; float:left}
#product_order .order_info_wrap{padding:10px 0 0 60px}
#product_order .order label{
	display: block;
	font-size: 1.1em;
	line-height: 28px;	
}
#product_order .order_info .topinfo{width:90%; padding:5%; background-color:#F6F6F6; float:left; border-radius:6px}
#product_order .order_info .topinfo p.price{margin:3px 0 0;}
#product_order .order_info .topinfo p.price span{color:#fe1a19; font-weight:bold; font-size:18px}
#product_order .order_info .topinfo li{padding:5px 0; display:list-item;}
#product_order .order_info .topinfo li span{margin:0 5px}
#product_order .order_info .topinfo img{margin-bottom:10px; width:100%}
#product_order .order_info .topinfo h1{font-size:16px; text-transform:uppercase; line-height:28px; font-weight:bold}
#product_order .order_info .botinfo{padding:10px 0}
#product_order .order_info .botinfo h4{font-size:16px; text-transform:uppercase; padding:2px 0; border-bottom:1px solid #ccc; margin:0 0 7px}
#product_order .order_info .botinfo li .icon{
	background:url(images/main-icon-1.png) no-repeat -270px -44px; 
	width:22px;
	height:20px;
	display:block;
	float:left;
	margin-top:4px
}
#product_order .order_info .botinfo li{
	font-size:15px;
	padding:3px 0;
	width:100%;
	line-height:20px
}
#product_order .order .frm-input{
	border: 1px solid #ccc;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-sizing:border-box;
	display: block;
	font-size: 14px;
	font-family:inherit;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 1.5%;
	width: 100%;
	transition:box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s
}
#product_order .btn-buy{
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	line-height: 10px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1.4444;
	padding: 15px 0;
	width: 230px;
	background-color: #6ABC3A;
	color: #fff;
	margin:20px 0 0		
}


/*ORDER SUCCESS*/
.order-success{text-align:center; min-height:250px}
.order-success h2.title{font-size:24px; margin:20px 0 30px; text-transform:uppercase}
.order-success p.content{font-size:16px; line-height:24px;}

/*CART*/
.maincart{margin:0 0 16px;}
.maincart .ordersuccess{width: 100%; display: inline-block;box-sizing: border-box;}
.maincart .ordersuccess h1{font-size: 1.5em; line-height: 1.375em; text-align: center; margin: 0 0 16px; color: #27A39C; text-transform: uppercase;}
.maincart .ordersuccess .ordersuccessmsg{
	display: inline-block; 
	width: 100%; 
	font-size: 1em; 
	line-height: 1.375em;
	border: 1px solid #d8d8d8;
	padding: 16px;
	box-sizing: border-box;
	margin: 0 0 12px;
	text-align: center;
}
.maincart .ordersuccess .ordersuccessinfo{display: inline-block; border:1px solid #ddd; width: 100%; box-sizing: border-box; margin-bottom: 15px}
.maincart .ordersuccess .ordersuccessinfo .ostitle{background-color: #ebebeb; padding: 7px 10px; width: 100%; box-sizing: border-box; text-align: center; font-weight: bold; border-bottom: 1px solid #ddd}
.maincart .ordersuccess .ordersuccessinfo ul{width: 50%; float: left; padding: 10px; box-sizing: border-box;}
.maincart .ordersuccess .ordersuccessinfo ul.orinfo{border-left: 1px solid #ddd; box-sizing: border-box; min-height: 160px}
.maincart .ordersuccess li{width: 100%; display: block; float: left; padding: 5px 0; list-style-type: none; padding-left: 10px; box-sizing: border-box;}
.maincart .ordersuccess li:before{font-family: FontAwesome; content: ""; font-size: 1em; margin-right: 3px}
.maincart .cartheader{margin-bottom: 15px; width: 100%; display: inline-block;}
.maincart .cartheader a{display: block; float: left; font-size: 16px}
.maincart .cartheader a span{margin-left: 5px}
.maincart .cartheader h2{display: block; float: right;  font-size: 16px; font-weight: normal;}
.maincart .cartlist h2{font-size: 1.286em; margin: 15px 0; text-align: center; text-transform: uppercase; font-weight: normal;}
.maincart .carttable{width: 100%; display: inline-block; border: 1px solid #ddd; box-sizing: border-box;}
.carttable .rowitem{width: 100%; display: flex; border-bottom: 1px solid #ddd;}
.carttable .rowitem.noproduct{padding: 20px 0; display: block; color: #444; font-size: 1.143em}
.carttable .rowitem.noproduct span{text-align: center; display: block;}
.carttable .rowitem.hdrow{background-color: #ebebeb;}
.carttable .rowitem.hdrow .cellitem{font-weight: bold; line-height: 1.2}
.carttable .rowitem:last-child{border: none}
.carttable .cellitem{
	line-height:42px; 
	padding:9px 5px;display: block; float: left; 
	width: 25%; box-sizing: border-box;
	text-align: center; border-left: 1px solid #ddd;
	font-size: 1em;
}
.carttable .cellitem i{font-size: 16px; margin: 13px 0}
.carttable .cellitem:first-child{border: none}
.carttable .cellpro{width: 37%;}
.carttable .cellpro .proinfo{width: 100%}
.carttable .cellpro .proinfo img{width: 42px; height: auto; float: left; box-sizing: border-box; margin-right: 15px}
.carttable .cellpro .rproinfo{display: block; box-sizing: border-box; padding-left: 10px; text-align: left; line-height: 1.3}
.carttable .cellpro .rproinfo a{font-weight: bold; color: #0075b1; display: block; }
.carttable .cellpro .rproinfo a:hover{text-decoration: underline; }
.carttable .cellpro .rproinfo .proprice{text-align: left; width: 100%; font-size: 1em; line-height: 1.4}
.carttable .cellpro .rproinfo .proprice span{font-size: 1em; font-weight: bold; color: #ff0000}
.carttable .cellquan{width:30%}
.carttable .cellquan input[type='number']::-webkit-outer-spin-button,.carttable .cellquan input[type='number']::-webkit-innner-spin-button{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.carttable .cellquan input[type='number']{-moz-appearance:textfield;}
.carttable .cellquan .itemcount{
	height:24px; width: 24px; 
	background-color: #fff; 
	border: 1px solid #ddd; 
	text-align: center; 
	padding:0 margin:0;
	box-sizing: border-box;
	cursor: pointer;

}
.carttable .cellquan .itemcount:after{clear: both; float: none; display: block;}
.carttable .cellquan input.itemcount{width: 28px; height: 28px; cursor: text;}
.carttable .celltotal{width: 25%}
.carttable .celldel{width: 8%}
.carttable .celldel .delitem{cursor: pointer;}

.maincart .orderinfo .frm-input{
	border: 1px solid #ccc;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-sizing:border-box;
	display: block;
	font-size: 14px;
	font-family:inherit;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 1.5%;
	width: 100%;
	transition:box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
	margin-bottom:12px;
}
.maincart .orderinfo input::placeholder,.maincart .orderinfo textarea::placeholder {
	color:#000;
}
.maincart .orderinfo .orderbtn{width: 100%; margin-top: 7px; font-size: 1.143em; background-color: #ff4343; padding: 5px 30px}
.maincart .orderinfo .orderbtn:hover{background-color: #fc2525}
.maincart .shipinfo ul{}
.maincart .shipinfo ul li{padding: 5px 0}
.maincart .shipinfo ul li .icon{
	color: #2ca9e1;
	display: inline-block;
	float: left;
	font-size: 36px;
	line-height: 1.3;
	margin-right: 15px;
}
.maincart .shipinfo ul li .info{}
.maincart .shipinfo ul li h4{font-size: 1em; color: #333; margin-bottom: 5px}
.maincart .shipinfo ul li p{font-size: 0.929em; color: #555; line-height: 1.4}

/*ORRDER INFO*/
.orderinfo{width: 100%; display: inline-block; margin: 0}
.orderinfo>div{width: 50%; display: block; float: left;}
.orderinfo .frmorder{width: 45%}
.orderinfo .title{width: 100%; text-align: center; margin:15px 0 20px}
.orderinfo .title h2{font-size: 1.714em; text-transform: uppercase; font-weight: normal;}
.orderinfo .shipinfo{width:55%; box-sizing: border-box; padding-left: 30px;}
.orderinfo .shipinfo_wrap{background-color: #f6f6f6; padding: 15px}
.orderinfo .shipinfo h3{
	border-bottom: 1px solid #ccc;
	font-size: 1.143em;
	margin: 0 0 7px;
	padding: 2px 0;
	text-transform: uppercase;
}
.maincart .btn{
	background-color: #009cde;
	border: medium none;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	line-height: 40px;
	overflow: hidden;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.maincart .btn:hover{background-color: #2b84bb}
.maincart .btn:before{
	font-family: FontAwesome;
	font-size: 1em;
	margin-right: 5px;
	content: "";
}
.maincart .contbuy{text-align: center; margin: 20px 0 0}
.maincart .contbuy p{padding: 10px 0}

/*FOOOTER*/
footer>div{width: 100%; display: inline-block; padding: 20px 0}
.topft{box-sizing: border-box; /*background: #3ab92f url("images/noise_pattern.png")*/}
.topft .ftitem{width: 17%; display: block; float: left;}
.topft .ftitem.ft_fb_page{width: 26% !important}
.topft .ftitem h3{
	color: #eee;
	font-size: 1em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.topft .ftitem ul li{}
.topft .ftitem ul li::before{
	content: "\f105";
	font-family:FontAwesome; 
	display: block; float: left; 
	font-size: 1em;
	margin-right:4px;
	color: #efefef;
}
.topft .ftitem ul li a{color: #efefef; font-size: 1em}
.topft .ftitem ul li a:hover{color: #fff}
.topft .ftitem.infocom{width: 40%; display: block; float: left;}
.topft .ftitem.infocom h3{font-size: 1.25em}
.topft .ftitem.infocom li::before{content:""; font-family:FontAwesome; font-size:18px; color: #efefef; margin-right:1px; width: 20px}
.topft .ftitem.infocom li.tel{font-weight: bold;}
.topft .ftitem.infocom li.tel::before{content:"";}
.topft .ftitem.infocom li.phone{font-weight: bold;}
.topft .ftitem.infocom li.phone::before{content:""; font-size:26px; float:left; margin-right: 0px}
.topft .ftitem.infocom li.chat::before{content:"\f232";}
.topft .ftitem.infocom li.chat{font-weight: bold;}
.topft .ftitem.infocom li.email::before{content:"";}
.topft .ftitem.infocom li.skype::before{content:"";}
.topft .ftitem.infocom li{color: #efefef;}

.botft{background-color:#183544; padding: 10px 0; box-sizing: border-box; border-bottom:1px solid #ccc}
.botft>div>div{display: block; float: left;}
.botft .ftsupport{color: #f1f1f1; font-size: 16px; line-height: 46px}
.botft .ftsupport span{font-size: 20px; font-weight: normal;}
.botft .ftsocial{float:right;}
.botft .ftsocial h3{float: left; line-height: 46px; color: #999; font-weight: normal; margin-right: 10px}
.botft .ftsocial ul{display: block; float: left;}
.botft .ftsocial ul li{float: left; margin: 0 5px; display: inline-block;}
.botft .ftsocial ul li a{
	display: inline-block;
	line-height: 46px;
	vertical-align: top;
	text-align: center;
}
.botft .ftsocial ul li a i{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #999;
	border-radius: 50%;
	color: #999;
	display: inline-block;
	font-size: 22px;
	height: 46px;
	line-height: 44px;
	transition: all 0.2s ease-in-out 0s;
	vertical-align: top;
	width: 46px;	
}

/*NEWS DETAIL*/
.news_detail{padding:10px}
.news_detail a{color:#0075b1}
.news_detail a:hover{color:#005a87}
.news_detail *{font-family:Arial, Helvetica, sans-serif !important}
.news_detail ul{display: inline-block; margin: 5px 0}
.news_detail li{list-style-type:disc !important; margin-left:20px; font-size:1em; line-height: 1.4; padding: 5px 0}
.news_detail h1{font-size:1.75em; margin:5px 0 15px; color:#27A39C; line-height:1.25em; font-weight: normal;}
.news_detail h2{font-size:1.5em; line-height:1.125em; padding:3px 0 0; color: #111; font-weight: normal; text-align: left;}
.news_detail h3{font-size:1.125em; line-height:1em; padding:3px 0 0; color: #333; font-weight: normal; text-align: left;}
.news_detail .title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 5px;
}
.news_detail .infopost{
	border-top: 1px solid #e2e2e2;
	clear: both;
	color: #999;
	margin-top: 10px;
	padding: 5px 0 10px;
	text-transform: capitalize;
	width: 100%;
	font-size:12px;
}
.news_detail .infopost a{color:#555}

.news_detail .desc{color:#333; font-size:1em; font-weight:bold; margin:20px 0 15px; width:100%; line-height:20px}
.news_detail .content{color:#222; margin:20px 0}
.news_detail .content p{font-size:1em; margin:10px 0; line-height:23px; text-align:justify}
.news_detail .content table{margin:0 auto}
.news_detail .noteimg, .news_detail .noteimg span{margin:0}
.news_detail .content img{max-width:100%; margin:10px auto 5px; display:block; height:auto !important}


/*OTHER LISTS*/
.other_list{width:100%; float:left; box-sizing:border-box; margin-bottom:15px; padding: 0 10px}
.other_list .title{
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	line-height: 23px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	position: relative;
	width: 100%;
}
.other_list .title h3{
	color: #2196f3;
	font-size: 20px;
	display: inline-block;
	float: left;
	font-weight: normal;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
}
.other_list .title h3::before {
	background-color: #e94c6f;
	bottom: -7px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.other_list .title i{margin-right:5px}
.other_list .list{display:flex; flex-wrap:wrap; margin-left:-10px; margin-right:-10px}
.other_list li{width:33.3333%; box-sizing:border-box; float:left}
.other_list li .item{display:inline-block; padding:10px; position:relative; width:100%; box-sizing:border-box}
.other_list li .item > a{display:block}
.other_list li .img{width:100%; box-sizing:border-box}
.other_list li .img img{width:100%;}
.other_list li .info{width:100%;}
.other_list li .info .desc{margin-top:7px; height:54px; overflow:hidden; font-size:13px; line-height:18px}
.other_list li h4 a{font-size:1.143em; line-height:1.4}
.other_list li h4{margin-top:5px}

/*RIGHT PRODUCT*/
.product_right{margin-bottom:20px; width:100%; display:inline-block}
.product_right .title {
	background-color: #f7f7f7;
	font-size: 1.1em;
	border-left: 3px solid #16D481;
	padding: 7px 0 7px 7px;
	color: #555;
	text-transform: uppercase;
}
.product_right .list{margin-top: 8px}
.product_right li{float:left; width:100%; margin-bottom:10px; box-sizing:border-box; background-color: #f7f7f7; border: 1px solid #e5e5e5}
.product_right li a{display:block}
.product_right li img{width:100%;}
.product_right li h4{text-align:center; font-weight:normal; padding:4px 6px 2px; line-height: 20px;}
.product_right li p{text-align:center; font-size:1em; padding: 0 4px 6px}
.product_right li p span{color:#fe1a19; font-size:1.143em; font-weight: bold;}

/*RIGHT NEWS*/
.news_right{margin-bottom:20px; width:100%; display:inline-block; background:#f7f7f7}
.news_right .title{
	background-color: #f7f7f7;
	font-size: 1.1em;
	border-left: 3px solid #16D481;
	padding: 7px 0 7px 7px;
	color: #555;
	text-transform: uppercase;
}
.news_right .list{}
.news_right li{float:left; width:100%; border-top:4px solid #fff; padding: 6px; box-sizing: border-box;}
.news_right li img{width:45%; margin-right:8px; float:left}
.news_right li h4{font-size:1.071em; font-weight:normal; line-height:1.3em}

/*BREADCRUMB*/
.boxhdinfo{margin: 12px 0;}
.boxhdinfo .editbackend{position: absolute; top: 0; right: 10px}
.boxhdinfo .editbackend a{color: #ddd}
.breadcrumb{display: inline-block; padding:0 0 0px;}
.breadcrumb div{margin:0 3px; font-size:1em; height: 1.25em; line-height: 1.25em; display:block; float: left; white-space:nowrap}
.breadcrumb div.arrow{}
.breadcrumb div.arrow::before{
	font-family: "FontAwesome"; 
	content: "\f105"; 
	display:block;  
	float:left; 
	color: #ddd
}
.breadcrumb div a{color: #ddd}

/*STATIC PAGE*/
.staticpage{}
.staticpage h1{font-size:16px; text-transform:uppercase; line-height:24px; border-bottom: 2px solid #CC3300; font-weight:bold}
.staticpage .content{margin-top:15px}

/*CONTACT PAGE*/
.contact_page{min-height:400px !important; padding-left: 10px;}
.contact_page > article > div{padding:10px 0; display:inline-block; width:100%; box-sizing: border-box;}
.contact_page h1{margin-top: 0 !important}
.contact_page .contact_intro{text-align: justify; font-size: 1em; margin: 0; padding: 0}
.contact_page .infocompany{}
.contact_page .infocompany h2{color:#135494; font-size:1.286em; line-height:1.2; padding:10px 0 15px}
.contact_page .infocompany li{
	display:list-item; list-style-type: none !important; 
	margin: 0; line-height: 1.3 !important; 
	width:100%; float:left; color:#222; 
	font-size:16px; padding:5px 0;
}
.contact_page .infocompany li::before{content:""; font-family:FontAwesome; font-size:18px; color:#135494; margin-right:5px}
.contact_page .infocompany li.tel::before{content:"";}
.contact_page .infocompany li.phone::before{content:""; font-size:26px; margin-right: 7px}
.contact_page .infocompany li.chat::before{content:"\f232";}
.contact_page .infocompany li.chat{font-weight: bold;}
.contact_page .infocompany li.email::before{content:"";}
.contact_page .infocompany li.skype::before{content:"";}


/*SUPPORT ONLINE*/
.support_online{
	height:55px; margin-top:8px;
	box-shadow:1px 1px 3px #555; 
	-moz-box-shadow:1px 1px 3px #555; 
	-webkit-box-shadow:1px 1px 3px #555;
	width:100%; overflow:hidden
}
.support_online li{float:left; margin:5px; height:47px; line-height:47px; font-size:16px}
.support_online li img{vertical-align:middle}

/*ADS RIGHT*/
.ads_right{width:100%}
.ads_right li{float:left; margin-bottom:10px;}
.ads_right li img{
	border: 1px solid #d7d7d7;
	/*box-shadow: 1px 2px 5px -4px #000;
	padding: 4px;*/
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*SOCIAL*/
.newssocial{display:inline-block; margin: 7px 0; float: right}
.newssocial li{float:left; display:inline-block; margin:0 3px; line-height: 1.3}
.newssocial li a{display: block;}
.prosocial{display:inline-block; margin: 15px 0; width: 100%;}
.prosocial li{float:left; display:inline-block; margin:0 3px; line-height: 1.3}
.prosocial li a{display: block;}
.social{display:inline-block; margin: 7px 0; float: right}
.social li{float:left; display:inline-block; margin:0 3px}
.social li a{display: block; line-height: 1.3}

/*GROUP LIKE*/
.fixed_social{position:fixed; top:200px; left:0px; text-align:center; background-color:#7ECEFD; border-radius:0 6px 6px 0; padding:8px 6px}
.fixed_social li{display:block; margin:5px 0}

/*BOTTOM NEWS*/
.bottom_news{width:1020px; margin:0 auto; background-color:#f3f3f3; margin-top:20px}
.bottom_news .title{padding:10px 0}
.bottom_news .title a{
	display:block-inline; background-color:#007F74; 
	height:30px; line-height:30px; 
	text-align:center; font-size:15px; color:#fff; 
	padding:5px 20px 5px 15px; margin-left:-7px;
	width:200px; font-weight:bold
}
.bottom_news .title .tshadow{background-color:#00665D; height:10px;width:10px; transform: rotate(45deg); position:absolute; margin:-7px 0 0 -5px; z-index:-999}
.bottom_news ul{}
.bottom_news ul li{display:inline-flex; width:180px; padding:6px}
.bottom_news ul li:first-child{margin-left:0}
.bottom_news ul li img{width:100%}
.bottom_news ul li h2{font-size:12px; font-weight:normal; padding:5px}

.zalochat2{position: fixed; width: 65px; height: 65px; display: none; bottom: 80px; right: 15px; z-index: 9999}
.zalochat2 a{display: block; /*box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);*/}
.zalochat2 a img{}

.zalochat{
	position: fixed; 
	bottom: 85px; 
	right: 15px; 
	z-index: 9999;
	background-color: #0D94E4;
	border-radius: 50%;
	box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5); 
}
.zalochat a{
	width: 60px; height: 60px; 
	display: block;
	line-height: 60px;
	text-align: center;
	padding: 21px 0;
	box-sizing: border-box;
}
.zalochat a img{width: 44px; height: auto;}


/*PAPER*/
.divPager{
    text-align: right;
    float: right;
    padding:20px 0;
}

.divPager ul{
    float: left;
}
.divPager ul li{float:left; margin:0 4px 0 0}
.divPager ul li a,.divPager ul li span{
	background-color: #fff;
	border: 1px solid #ebebeb;
	color: #656e7d;
	display: inline-block;
	float: left;
	font-weight: bold;
	line-height: 1.2em;
	padding: 8px 12px;
	text-decoration: none;
	transition:background-color 0s ease 0s, color 0.2s linear 0s;
}
.divPager ul li .selected,.divPager ul li:hover a, .divPager ul li:hover span{background-color:#0075B1; color:#fff}
.banggia {
	max-width:99% !important;
	border-collapse:collapse;
	line-height:none;
	margin-bottom:20px;
}
.banggia td {
	border:1px solid #dddddd;
	padding:7px 6px;
}
.banggia th {
	border:1px solid rgba(255,255,255,0.2);
	border-top:none;
	border-bottom:none;
	background-color:#0084B1;
	color:white !important;
	padding:10px 5px;
	font-weight:bold;
	text-align:center;
}
.banggia th *{color:white !important}
.banggia th p{text-align:inherit !important}
.banggia th:first-child { border-left:none; }
.banggia th:last-child { border-right:none; }
.banggia p {
	margin:0 !important;
	text-align:inherit !important;
}
.banggia img {
	padding:0;
	border:none;
}
/*Image Caption*/
.imgcap{
	background-color:#f8f8f8; 
	max-width:100%; 
	border:1px solid #e6e6e6; 
	text-align:center !important; 
	width:auto !important; 
	display:table;
	margin:0 auto 10px !important;
	padding:5px !important;
}
.imgcap img{
	border: 0 none;
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	max-width:100% !important;
}
.imgcap p{
	font-size:0.929em !important;
	padding:2px 0 !important;
	margin:0 0 3px !important;
}
.imgcap.nobor{border:none !important;}
.imgcap.nobg{background:none !important;}
.imgcap.nopad{padding:0 !important;}

/* Owl */
.owl-mytheme.owl-carousel .owl-nav div {
	width: 30px;
	height: 50px;
	font-size: 50px;
	line-height: 40px;
	text-align: center;
	background: rgba(255, 255, 255, .8);
	border: 1px solid;
	border-color: #ff5c00;
	color: #ff5c00;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	font-family: -webkit-body;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.owl-mytheme:hover .owl-nav div {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.owl-mytheme:hover .owl-nav div:hover{
	background: #ff5c00;
	color: #fff;
}
.owl-mytheme.owl-carousel .owl-nav div.disabled{
	display: none;
	background: #ff5c00;
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60); 
	-khtml-opacity: 0.6;      
	-moz-opacity: 0.6;
}
.owl-mytheme.owl-carousel .owl-nav div.owl-next {
	right: 0px;
}

.owl-mytheme.owl-carousel .owl-nav div.owl-prev {
	left: 0px;
}

.owl-mytheme:hover .owl-controls .owl-nav div.owl-next {
	right: 0px;
}

.owl-mytheme:hover .owl-controls .owl-nav div.owl-prev {
	left: 0px;
}

.owl-mytheme .owl-controls .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
	line-height: 1;
	font-size: 0;
	padding: 5px;
	/*background: rgba(0, 166, 81, .2); */
	background: #f4f8fa;
	display: none !important;
}

.owl-mytheme .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid;
	border-color: #ff5c00;
	margin: 0px 3px;
	line-height: 1;
}

.owl-mytheme .owl-dots .owl-dot.active {
	background: #ff5c00 !important;
}

.owl-mytheme .owl-dots {
	display: block !important;
	text-align: center;
}
.owl-mytheme.notDots .owl-dots {
	display: none !important;
}

/*CSS RWD*/
@media screen and (max-width: 1025px){
	#menumobile{display:block}
	#main_nav{display:none}
	#main_page{width:100%}
	#full_page{padding: 10px}
	#sidebar{display:none}
	.social{right:0}
	#left_page{width:100%; padding:0}
	.main_wrap{width:100%;}
	.wrapper > section{padding: 0 10px; box-sizing: border-box;}
	.homeslider{min-height: auto !important;}
	.homeslider .flex-control-nav{bottom: 4px}
	.homeslider .flex-control-paging{display: block}
	.homeslider .flex-control-paging li{margin: 0 2px}
	.homeslider .flex-control-paging li a{width: 8px; height: 8px}
	.homeslider .flex-direction-nav{display: none}
	.home_intro{padding: 10px !important;}
	.myaddress .title{width: 90%;}
	.bottom_news{display:none}
	.msearch{display: none;}
	.maincart{padding: 0 8px}
	.topft, .botft{padding-left: 10px; padding-right: 10px}
	.googlemap{
		overflow:hidden;
		padding-bottom:56.25% !important;
		position:relative;
		height:0 !important;
	}
	.googlemap iframe{
		left:0;
		top:0;
		height:100% !important;
		width:100% !important;
		position:absolute !important;
	}
	.contact_page > article > div{padding:10px}	

	.content_video {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	.content_video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.topbanner{width:100%}
	.topbanner .bleft{width:49%; margin-right:2%}
	.topbanner .bright{width:49%; float:left}
	.topbanner img{width:100%}
	.fixed_social{display:none}
}
@media screen and (max-width: 801px) {
	.tright{display:none}
	.homeslider .flexslider.loading{min-height: auto !important;}
	.home_list{box-shadow:none; padding:0}
	.home_list ul.list li{width:50%; padding: 2px}
	.home_list .title ul.seemore{display:none}
	.home_list .title h2{font-size:1.25em}
	.commit .item{padding:10px;}
	.home_news .home_list_news .list_item{width:50%;}
	.home_news .home_list_news .list_item:last-child{display: none;}
	.myaddress .title{width: 100%}
	.cate_list .cateintro{width: 100%}
	.cate_list ul.list li,.cate_list.morelist ul.list li{width:50%}
	.cate_list .cateintro ..cate_list ul.list lititle{width:100%}
	.post_list .list li{width:50%;}
	.post_list .list li .info p.desc{display:none}
	.carttable .cellpro .proinfo img{display: none}
	.carttable .cellitem{font-size: 0.929em;}
}
@media screen and (max-width: 751px) {
	/*#sidebar{display:block; width:100%; margin-top:20px;}*/
	body{font-size:16px}
	.commit{padding-left: 0 !important; padding-right: 0 !important}
	.commit .item{width:100%; padding:0}
	.commit .item-wrap{padding: 12px}
	.commit .item h3{font-size: 1.125em; padding: 4px 0}
	.commit .item p.desc{display: none}
	.commit .item i{font-size: 50px}
	.pro_detail .ptitle h1{font-size: 1.5em}
	.pro_detail .minfo img{max-width:98% !important; height:auto !important}
	.pro_detail .minfo .product_content h2{font-size:1.5em; line-height:1.125em;}
	.pro_detail .minfo .product_content h3{font-size:1.25em;}
	.news_detail{padding-right:0}
	.news_detail .desc, .news_detail .content p, .news_detail .content span, .news_detail .content div, .news_detail .content table{font-size:16px !important; line-height:22px}
	.news_detail .content img{max-width:100% !important; height:auto !important}
	.other_list li{width:50%}
	.other_list li h4 a{font-size:1em}
	.other_list li .info .desc{display:none}
	.social{display:none}
	/*CART*/
	.carttable .cellitem{font-size:0.813em; padding: 9px 2px}
	.carttable .cellpro .rproinfo{}
	.orderinfo .title h2{font-size: 1.429em}
	.orderinfo .frmorder{width: 100%; padding: 10px 0; box-sizing: border-box;}
	.orderinfo .shipinfo{width: 100%; padding: 10px 0; box-sizing: border-box;}
}
@media screen and (max-width: 581px) {
	#main_page .wrapper{padding:0}
	.div_box{padding: 10px}
	#left_page .div_box{padding: 10px 0 !important}
	#left_page .pro_detail .div_box{padding: 10px !important}
	.news_detail h1{padding-right: 10px !important; padding-left: 10px !important}
	.news_detail .content p,
	.news_detail .content div,
	.news_detail .content table,
	.news_detail .content h2,
	.news_detail .content h3,
	.news_detail .content h4,
	.news_detail .content h5,
	.news_detail .content ul,
	.news_detail .content ol,
	.contact_page .infocompany{
		padding-right: 10px; padding-left: 10px
	}
	.news_detail .content .img-post,.news_detail .content .img-post img{padding-left: 0px !important; padding-right: 0px !important}
	.popup_addcart, .popup_preload{width: 95% !important;}
	.popup_addcart h3{font-size: 1em; line-height: 1em;}
	.popup_addcart h3 i{font-size: 1.25em;}
	.pro_detail .minfo .div_box{padding: 10px}
	#top_header .logo img{height: 40px; padding: 0 4px}
	#top_header .rightinfo > div{margin: 0 4px}
	#top_header .rightinfo{margin: 0}
	#top_header .rightinfo .contactinfo i{font-size: 46px; line-height: 46px}
	#top_header .rightinfo .shopcart a{padding:10px 5px 0 0;}
	#top_header .rightinfo .shopcart .cartbox{margin-top: 1px}
	#top_header .rightinfo .shopcart .cartbox .carttext{font-size: 12px; display: none}
	#top_header .rightinfo .shopcart .cartcount{padding: 0; top:0;}
	#top_header .rightinfo .contactinfo p{display: none}
	.home_intro .intro_title h1{font-size:1.375em; line-height: 1.3;}
	.home_intro .intro_desc{font-size: 1em; line-height: 1.3}
	.msearch{display: none}	
	.home_list .title h1{font-size: 1.5em;}
	.home_list .title p.headerdesc{display: none;}
	.hometop{height:auto !important}
	.hometop .topcate{display:none}
	.hometop #slide{width:100%}
	.cate_list .cateintro .title{}
	.cate_list .cateintro .title h1{font-size: 1.25em;}
	.cate_list .cateintro .catecontent{font-size: 0.875em}
	.cate_list.morelist{padding-left: 8px; padding-right: 8px}
	.pro_detail .binfo .ptitle{border: none; margin-bottom:0;}
	.pro_detail .binfo .ptitle h1{font-size: 1.25em; font-weight: bold;}
	.pro_detail .binfo .linfo{width:100%}
	.pro_detail .binfo .linfo .loading{min-height: 100px !important}
	.pro_detail .binfo .rinfo{width:100%; float:left; margin:20px 0 0; padding-left: 0}
	.pro_detail .binfo .rinfo .price span{font-size: 1.125em}
	.pro_detail .binfo .rinfo .price span.sprice{font-size: 1.5em}
	.pro_detail .binfo .rinfo .price span.rprice{display: none}
	.pro_detail .binfo .rinfo .moredesc{font-size: 0.875em}
	.boxbuy_ftpro .detail_left{width: 100%; padding-right: 0px; display: none}
	.boxbuy_ftpro .detail_right{width: 100%;}
	#product_order .order_content{width:100%; float:left}
	#product_order .order_info{width:100%; float:left}
	#product_order .order_info_wrap{padding:10px 0 0 0}
	.news_detail{padding: 0}
	.news_list li .imgthumb{width:100%}
	.news_list li .imgthumb img{width:auto; max-width:100%}
	.home_news_cate{width:100%; margin:0 -1px 0 0}
	.breadcrumb span{font-size:16px;}
	.breadcrumb span a{font-size:16px;}
	.maincart .cartheader h2{display: none;}
	.maincart .ordersuccess .ordersuccessinfo{padding: 0}
	.maincart .ordersuccess .ordersuccessinfo ul{width: 100%; padding: 0;}
	.maincart .ordersuccess .ordersuccessinfo ul.orinfo{border: none; height: auto; min-height: inherit;}
	.topft{padding: 10px}
	.topft .ftitem{width: 100%; margin-bottom: 15px}
	.topft .ftitem.ft_fb_page{width: 100% !important}
	.topft .ftitem.infocom{width: 100%}
	.botft .ftsocial{display: inline-block; text-align: center; float: none !important}
	.botft .ftsocial h3{display: none}
	.botft .ftsocial ul{display: block; width: 174px; text-align: center; vertical-align: top;}
	.botft .ftsupport{text-align: center;}
	/*ZALO*/
	.zalochat{bottom: 80px; right: 21px;}
	.zalochat a{width: 48px; height: 48px; line-height: 48px; padding: 16px 0;}
	.zalochat a img{width: 36px; height: auto;}
}
@media screen and (max-width: 401px) {
	.boxhdinfo{display:none}
	.pro_detail{}
}
@media screen and (max-width: 351px) {
	#top_header .logo img{height: 30px}
	#top_header .rightinfo .contactinfo i{font-size: 36px; line-height: 36px}
	#top_header .rightinfo .shopcart .cartcount{display: none}
	#top_header .rightinfo .shopcart a{padding-top: 0 !important}
	#top_header .rightinfo .shopcart img{height: 30px; width: auto}
	.home_news .home_list_news .list_wrapper{margin:0}
	.home_news .home_list_news .list_item{width:100%;}
	.home_news .home_list_news .list_item:last-child{display: block;}
	.home_list ul.list li{width:100%; padding: 0}
	.cate_list ul.list li{width:100%}
	.post_list .list li{width:98%; margin:1%; padding:10px; height:auto;}
	.post_list .list li img{width:40%; float:left; margin-right:15px;}
	.post_list .title a.readmore{display:none}
	.post_list .list li .info{padding:0; height:auto; width: auto}
	.post_list .list li .info h4{font-size:0.8em; margin:0 0 5px; height:auto; font-size:1em; max-height:none}
	.post_list .list li .info p{font-size:0.9em; height:auto;}
	#footer .fwrapper ul a{font-size:12px}
	.other_list{width:100%; padding:0 !important}
	.post_list .list li .info p{font-size:0.9em; height:auto; display:none}
}
.fb-comments iframe{width:100% !important;}