/* CSS Document */

*{ margin:0; padding:0;}
body{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px;  text-align:center}
div{ margin:0; padding:0}
img { border:none}
ul ,li{ list-style:none}
a { text-decoration:none; color:black }
.clear{ clear:both}
input.button {
	width: auto !important;
	padding: 4px 15px 4px 15px !important;
	background: #3cb44b;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
input.button:hover {
	background: #009BCD;
}


.left-content h2, .right-content h2{ text-align:left; font-size:12px;  text-transform:uppercase;  padding-left:15px;  color:#ffffff; line-height:34px; height:30px; margin-bottom:2px; }
.left-content h3{ line-height:25px; color:white; background:#0066cc url(../images/icon-row.png) 8px  center no-repeat; padding-left:25px; margin:5px 0 5px 0 }
.left-content h3 a{ color:white; font-weight:normal; font-family:Arial, Helvetica, sans-serif}
.bg-title{ background:#444; overflow:hidden;padding-top:6px; padding-bottom:6px; }
h3.title, h1.title{font-size:12px; text-align:left; padding:0 0px 0 0px; margin:0px 0 0px 0px; width:auto; overflow:hidden;  color:white; background:#3cb44b; padding-left:10px}
div.title{ position: relative; height:34px; line-height:34px; overflow:hidden; background:url(../images/bg-title-content.png) left center repeat-x;}
div.title2{ height:34px; line-height:34px; overflow:hidden; background:url(../images/bg-title-left2.png) left center repeat-x;}
.background{ background:url(../images/bg-top.png) top repeat-x; text-align:center; margin:auto; }
.box-shadown{-moz-box-shadow: 0 0 3px 3px #afafaf;
-webkit-box-shadow: 0 0 3px 3px #afafaf;
box-shadow: 0 0 3px 3px #afafaf;width:980px; margin:auto; position:relative;}
.box-cover {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	z-index: 1100;
}
.breakline_pc,
.breakline_tablet,
.breakline_mobile {
	clear: both;
	content: ' ';
}
.breakline_pc {
	display: block;
}
.breakline_tablet,
.breakline_mobile {
	display: none;
}
@media (min-width: 768px) {
	.container {
		margin: auto;
	}
}

.overflow {
	overflow: hidden;
	position: relative;
}
.main_title {
	line-height: 32px;
	height: 32px;
	color: #fff;
	font-weight: bold;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-size: 100% 40px;
	text-align: center;
	background-color: #0da2d4;
	position: relative;
	padding: 0px 12px;
}
.main_title.inline {
	display: inline-block;
}
.overflow .line {
	position: absolute;
	bottom: 0px;
	border-bottom: 3px solid #009BCD;
	width: 2000px;
}
.main_title.shadow {
	line-height: 30px;
	height: 40px;
	background-image: url(../images/title-shadow-bg.png);
	background-color: initial;
}
.main_title.inclined {
	background-image: url(../images/title-inclined-bg.png);
	background-position: 100% 100%;
	background-size: 32px 32px;
	background-color: #009BCD;
	padding-right: 32px;
}
.main_title.inclined:hover {
	background-size
}
.main_title span {}
.main_title i {
	position: absolute;
	top: 7px; left: 9px;
}

/******************* Header ********************************/
#header {
}
#header .supporters {

}
#header .supporters a,
#header .supporters img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
#header .supporters img.logo {
	width: 100%;
	margin-bottom: 0px;
	max-width: 255px;
}
#header .supporters .support-name {
	font-size: 13px;
	color: #424242;
	font-weight: bold;
}
#header .supporters .support-cell {
	font-size: 13px;
	color: #f00;
	font-weight: bold;
}

.banner_top {
	padding: 20px 0px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner_top line.utm_beautiful {
	font-size: 34px;
	font-weight: bold;
	color: #1e00ff;
}
.banner_top .branch_title > line:first-child {
	float: left;
}
.banner_top .branch_title > line:last-child {
	float: right;
}
.banner_top .hotline {
	background-image: url(../images/header-hotline.png);
	padding-left: 42px;
	background-repeat: no-repeat;
	line-height: 38px;
}
.banner_top .hotline > span {
	font-weight: 600;
	color: #d33;
	display: inline-block;
	/*background: -webkit-linear-gradient(#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	text-shadow: 2px 0 3px #fff, -2px 0 3px #fff, 0 2px 3px #fff, 0 -2px 3px #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}
.banner_top .hotline > span:first-child {
	font-size: 20px;
	margin-right: 4px;
}
.banner_top .hotline > span:last-child {
	font-size: 24px;
}

.menu_top {
	background-color: #0da2d4;
	margin-bottom: 20px;
}
.menu_top .menu_handler { display: none; }
.menu_top .txt_search {
	margin-top: 5px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 98%;
	padding-right: 28px;
	border-radius: 0px;
	border: 1px solid #018BB8;
}
ul#menu-top {

}
ul#menu-top > li {
	float: left;
	position: relative;
	background: linear-gradient(to top, #0da2d4 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: left bottom;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul#menu-top > li.active {
	background: #d70;
}
ul#menu-top > li.active:hover {
	color: #fff;
}
ul#menu-top > li > a {
	padding: 12px 12px;
	display: block;
	text-transform: uppercase;
	color: #fff;
}
ul#menu-top li > a {
	white-space: nowrap;
	padding: 12px;
	display: block;
	font-weight: bold;
}
ul#menu-top li > ul {
	visibility: hidden;
	position: absolute;
	left: 0px; top: 200%;
	opacity: 0;
	text-align: left;
	min-width: 80px;
	z-index: 1000;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul#menu-top > li:hover {
	background-color: #fff;
	border-top: 3px solid #B88B01;
    background-position: left top;
}
ul#menu-top > li:hover > a {
	text-decoration: none;
	color: #0da2d4;
	font-weight: bold;
	padding-top: 9px;
}
ul#menu-top li:hover > ul {
	visibility: visible;
	top: 100%;
	opacity: 1;
}
ul#menu-top li > ul > li {
	position: relative;
	background: linear-gradient(to left, #fff 50%, #def 50%);
    background-size: 200% 100%;
    background-position: left bottom;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
ul#menu-top li > ul > li:hover {
	background-position: right bottom;
}
ul#menu-top li > ul > li:hover > a {
	text-decoration: none;
}
ul#menu-top > li > ul > li > ul {
	left: 200%;
	top: 0%;
}
ul#menu-top > li > ul > li:hover > ul {
	left: 100%;
	top: 0%;
}
ul#menu-top > li > ul > li > ul > li {}
#support-handler {
	display: none;
	position: fixed;
	bottom: 80px; right: 3px;
	background: #444;
	padding: 3px 0px 3px 6px;
	border-radius: 5px;
	z-index: 10000;
}
#btn-to-top {
	display: none;
	position: fixed;
	bottom: 22px; right: 3px;
	background: #444;
	padding: 3px;
	border-radius: 5px;
	z-index: 10000;
}
#support-handler,
#btn-to-top {
	background: linear-gradient(to left, #666 50%, #444 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#support-handler:hover,
#btn-to-top:hover {
    background-position: right bottom;
}
.ads-carousel {
	max-height: 350px;
	overflow: hidden;
}
.ads-carousel .owl-carousel .owl-item img {
	max-height: 350px;
}


/************************LEFT CONTENT****************************/
.left-wrapper {}
.left-wrapper #certificate {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: center;
	padding: 0px 0px 12px;
	overflow: hidden;
	height: 358px;
}
.left-wrapper #certificate img {
	width: 94%;
	margin: auto;
	margin-top: 6px;
}
.left-wrapper #certificate {}
.left-wrapper #top-product {
	border: 1px solid #ddd;
	height: 544px;
	overflow: hidden;
	margin-top: 7px;
}
.slick-list {
	height: 100% !important;
}
.left-wrapper #top-product .main_title {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 5px;
}
.left-wrapper #top-product .item {
	height: 84px;
	margin-bottom: 7px;
	margin-top: 8px;
	padding: 0px 4px;
}
.left-wrapper #top-product .img-wrapper {
	width: 102px; height: 84px;
	text-align: center;
	border: 1px solid #ddd;
	position: absolute;
	border: 1px solid #ddd;
}
.left-wrapper #top-product .img-wrapper .helper {
	vertical-align: middle;
	display: inline-block;
	height: 4%;
}
.left-wrapper #top-product img {
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.left-wrapper #top-product p {
	padding-left: 110px;
	text-transform: uppercase;
	max-height: 80px;
	overflow: hidden;
}


/*****************************  Content ************************************************/
#content{
	overflow:hidden;
	text-align:left;
	background:#FFF;

	margin-top: 20px;
}
#catmenu-navigator {
	height: 30px;
	display: none;
}
#catmenu-navigator li.navigation {
	position: absolute;
	background-color: #484;
	z-index: 8888;
	cursor: pointer;
}
#catmenu-navigator li.prev {
	left: 15px;
}
#catmenu-navigator li.next {
	display: none;
	right: 15px;
}
#catmenu-navigator li.navigation i {
	padding: 6px 12px;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
}
#category-tabs {
	border-bottom: none;
}
#category-tabs li {
	margin-right: 6px;
}
#category-tabs li a {
	border-radius: 0px;
	background-color: #aaa;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 6px 12px;
}
#category-tabs li.active a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009bcd+0,009bcd+12,96c2ff+18,009bcd+30,009bcd+100 */
	background: #009bcd; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #009bcd 0%, #009bcd 12%, #96c2ff 18%, #009bcd 30%, #009bcd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #009bcd 0%,#009bcd 12%,#96c2ff 18%,#009bcd 30%,#009bcd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #009bcd 0%,#009bcd 12%,#96c2ff 18%,#009bcd 30%,#009bcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009bcd', endColorstr='#009bcd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	background-size: 200% 100%;
	background-position: 60%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#category-tabs li.active:hover a {
	background-position: -100%;
}
.category_wrapper .tab-content {
	margin-top: 20px;
}
.category_wrapper .tab-content .tab-pane {
	margin-left: -10px;
	margin-right: -10px;
}
.category_wrapper > .tab-content {
	
}
.category_wrapper .item_wrapper {
	padding-right: 10px;
	padding-left: 10px;
}
.category_wrapper .category-item {
	border: 1px solid #ddd;
	height: 279px;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.category_wrapper .category-item:hover {
}
.category_wrapper .category-item img {
	max-height: 215px;
	max-width: 95%;
    margin: auto;
}
.category_wrapper .category-item h4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
}
.category_wrapper .category-item div.img {
	height: 215px;
	overflow: hidden;
	padding: 6px;
	margin-bottom: 12px;
	text-align: center;
}

.btn-user-option {
	font-size: 18px;
	padding: 2px 4px;
	position: absolute;
	right: 10px; top: 6px;
	cursor: pointer;
	display: none;
}
.wrapper_regis .formatbutton {
	padding: 0 16px;
	height: 18px;
	float: right;
	color: #FFF;
	text-align: center;
	line-height: 18px;
	border-right: 1px solid #eee;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
}
.wrapper_regis .regis_login > .formatbutton:first-child {
	border-right: none;
}
.wrapper_regis .top-info > div {
	float: left;
	margin-right: 25px;
}
.wrapper_regis .top-info > div > img {
	margin-right: 6px;
}

.form-search {
	background-color: #333;
	padding: 4px;
	position: relative;
}
.form-search .btn-search {
	width: 36px; height: 36px;
	border: none;
	background-image: url(../images/ico-search.png);
	background-size: 36px 36px;
	position: absolute;
	top: 4px; right: 4px;
}
.form-search .txt-keyword,
.form-search select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: 36px;
	padding-left: 15px;
}
.form-search .txt-keyword {
	width: 70%;
}
.form-search select {
	width: 30%;
	background-color: #fff;
}
.page-content .news-item {
	overflow:hidden;
	margin-right: 4%;
	line-height:20px;
	text-align:justify;
	border-bottom: 1px solid #ccc;
}
.page-content .news-item .row {
	padding-top: 12px;
	padding-bottom: 12px;
}
.page-content .news-item .img_wrapper {}
.page-content .news-item .img_wrapper span.helper {}
.page-content .news-item .img_wrapper img {
	width: 90%;
	max-width: 250px;
	max-height: 150px;
	float: right;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.page-content .news-item h4 {
	margin-bottom: 5px;
	margin-top: 0px;
}
.page-content .news-item h4 a {
	font-size: 15px;
	color: #018BB9;
	font-weight: bold;
}
.page-content .news-item:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	float: left;
}
.new-product {}
.new-product .item {}
.new-product .item .img {}
.new-product .item img {}
.new-product .item h5 {}
.footer_home .tab-pane {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.footer_home .item_wrapper {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.footer_home .intro-wrapper {
	margin-bottom: 20px;
}
.footer_home .intro-wrapper > div {
	text-align: left;
}
.footer_home .intro-wrapper #top-article {}
.footer_home .intro-wrapper #top-article .news-item {
	margin-top: 20px;
}
.footer_home .intro-wrapper #top-article img {
	width: 120px; height: auto;
	max-height: 80px;
	position: absolute;
}
.footer_home .intro-wrapper #top-article p {
	padding-left: 132px;
	font-size: 14px;
}
.footer_home .intro-wrapper #top-article h4 {
	padding-left: 132px;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 16px;
}
.footer_home #aboutus {}
.footer_home #aboutus .img {
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}
.footer_home #aboutus img {
	width: 100%;
}
.footer_home #aboutus .sapo {
	text-align: justify;
}
.footer_home #aboutus {}

.warrantly {
	padding: 12px 32px;
	background-color: #eee;
	margin-bottom: 15px;
	margin-right: 4px;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(227,227,227,1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(227,227,227,1);
	box-shadow: 4px 4px 0px 0px rgba(227,227,227,1);
}
.warrantly .w-item {
	float: left;
	width: 25%; height: 48px;
	position: relative;
	padding-left: 56px;
	padding-top: 12px;
	font-size: 15px;
	color: #111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.warrantly .w-item > img {
	position: absolute;
	top: 0px; left: 0px;
	width: 48px; height: 48px;
}

.registerTrade{
clear:both;
float:none;
padding:10px;
color: black;
line-height: 1.7;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.left_trade{
float:left;
width: 227px;
margin-left:10px;
}
.left_trade a{
color:#FFF !important;

}
.left_trade a:hover{
color:#F93 !important;

}
/********************************** Left *******************************/

dl  {width: 100%; overflow:hidden; text-align:left}

dt{ border-bottom:1px dashed #90cadc; padding:3px 0 3px 0; text-align:center}
dt a, p.category a {color: white;}
dd { display:none}
dd.active{ display:block}
dd a {color: black;}
dd ul li{ background:url(../images/bg-li.png) center no-repeat; line-height:26px; padding:2px 0 2px 35px; margin-bottom:1px}
dd ul li a{ color:#000}
ul#category{margin:0px 0 0px 0px; background:#FFF}
ul#category li{padding:0px 0 1px 0px;text-align:left; margin-bottom:0px; background:#fff; line-height:30px; font-weight:normal; text-indent:12px; font-size: 15px;}
ul#category li:last-child{ border-bottom:none}
ul#category li a{ text-transform:none; font-weight:normal; color:#000; text-transform:uppercase; }
ul#category li i.fa { font-size: 6px; margin-right: 10px; }
ul#category li a:hover,ul#category li a.active{}
ul#category li ul{ margin-left:0px; display: none;}
ul#category li:hover ul { display: block; }

ul#category li ul li{ background:#eee; padding-left: 40px;}
ul#category li li a{ text-transform:none}
.left-content{width:20%;float:left; padding:0px 5px 0 0px; overflow:hidden; text-align:left; clear:left;}
.block-left{overflow:hidden; margin:0px 0 10px 0; border: 1px solid #ccc; }
.block-left .middel{ overflow:hidden !important; background:url(../images/bg-middel-block.png) center repeat-y; margin:0 !important; float:left;width:100% }

.block-left h2 { overflow:hidden; background:url(../images/bg-top-block.png) center no-repeat; height:40px; line-height:30px; color:white; text-transform:none; text-align:center; margin:0}
p.list-news a{ color:#3c3c3c; font-weight:bold}

/******************************** SUPPORT ****************************/
.support{ overflow:hidden;  padding:5px 0 5px 0 ; margin:10px 0px 0px 0px;  text-align:center;  margin:auto; font-size:15px }
.support  img{ float:right; margin:0px 10px 0 20px;}
.support p{ overflow:hidden; margin:0px 0 0 0px;   line-height:30px; text-align:center; font-weight:bold;}
.support p span{ color:#c60000}

/******************************** Counter ****************************/

.counter{  overflow:hidden;  padding:10px 0 10px 80px; background:url(../images/bg-counter.png) left center no-repeat }
.counter p{ line-height:28px; font-weight:bold; overflow:hidden;  text-align:left; }

.counter p span{ text-align:right; margin-right:5px; float:right }
.left-content  .block-left .img-ads{ width:240px; overflow:hidden; margin:5px 0 10px 0; text-align:center}



.rate{ overflow:hidden;}
.rate table td{height:20px; padding-left:10px}
.rate p.curentcy{ background:url(../images/icon-rate.png) left center no-repeat; padding-left:30px; line-height:30px; text-align:left}
 .rate p.gold{ background:url(../images/icon-gold.png) left center no-repeat; padding-left:25px; line-height:30px; float:left; clear:both}
.rate p.source{ font-style:italic; color:#bfbfbf; float:right; margin:5px 25px 0 0; clear:both; overflow:hidden}

/***************************  News *******************************/
.otherNews{ overflow:hidden; margin-bottom: 30px;}
.otherNews p{ line-height:20px; margin:10px 0 0 0; background:url(../images/icon/icon-list-news.png) left center no-repeat; padding-left:20px}
/*************************** RIGHT ********************************/
.right-content{ overflow:hidden; width:19%; float:right; border-left:1px solid #CCC; padding-left:5px}
.block-right{ overflow:hidden; text-align:center; margin-bottom:10px}
.block-right img{max-width:190px; margin:10px 0 10px 0;}
.block-right .news{ overflow:hidden; text-align:justify; line-height:22px; margin:5px 2px 5px 0}
.block-right .news img{ float:left; margin:0 5px 0 0 !important}
.block-right marquee{ margin-bottom:15px; text-align:center}
/**************** Main -content****************/
.main-content{overflow:hidden; text-align:left; margin:0 auto;}
#content .main-content p.top{height:17px; background:url(../images/bg-top-block-2.png) center}
#content .main-content .middel{background:url(../images/bg-middel-block-22.png)1px top repeat-y; overflow:hidden; }

#content .main-content p.bottom{height:17px; background:url(../images/bg-bottom-block-2.png) center}
.main-content .block-home{overflow:hidden;width:656px; margin:5px 0 15px 0}
.main-content .block-home p.top{ height:15px; background:url(../images/bg-top-blck-content.png) top center no-repeat}
.main-content .block-home p.bottom{ height:15px; background:url(../images/bg-bottom-blk-content.png) bottom center no-repeat; }
.main-content .block-home .middel{ overflow:hidden; background:url(../images/bg-midel-blk-content.png) center repeat-y; padding:0 5px 10px 10px; line-height:25px !important}
.main-content .block-home p.read-more{ float:right; margin:5px 5px 0 0}
.main-content .block-home p.read-more a{color:#2995a4; }

.list-product{
	overflow:hidden;
	margin: 0;
}
.list-product .product-item {
	overflow:hidden;
	width: 25%;
	float:left;
	text-align:center;
	background:#fff;
	padding: 10px 15px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-right: none;
}
.list-product.wrap-inline-5 .make-padding {
	padding: 0 15px;
	width: 20%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-product > .product-item:last-child {
	border-right: 1px solid #ddd;
}
.row > .list-product:last-child .product-item {
	border-top: none;
}
.list-product.wrap-inline-5 .make-padding .product-item {
	width: 100%;
	float: none;
	border: 1px solid #ddd;
}

.list-product .product-item-last{overflow:hidden; width:24%; float:right; text-align:center; margin-right:0px; background:#fcfcfc }
.list-product .img {text-align:center;overflow:hidden; height:180px ;border: 1px solid #FFF;}
.list-product .img:hover {
	border: 1px solid #3cb44b;
}
.list-product .img img{max-width: 100%; max-height: 180px;}
.list-product .sapo{ overflow:hidden; text-align:justify; margin-top:3px; }
.list-product .name{text-align:center;font-weight: bold; height:auto !important; padding:3px 0 0 0}
.list-product .name a{ line-height:18px}
.list-product .vote { margin-top: 10px; height: 10px; }
.list-product .price{color:#000; font-size: 15px; line-height:28px; margin-bottom: 5px; }
.list-product .price span.new{ color: #f00; font-weight: bold; }
.list-product .price span.old{ text-decoration: line-through; }

.page-content .list-product p.detail{ line-height:25px;}
.page-content .list-product p.code{ background:#e4e2e3; font-weight:bold}
.list-product p.order a{ color:white}
.list-product p.detail a{ color:white}
.list-product p.detail { background:#3f8ac4;}


/********* OWL CAROUSEL *********/
.owl-carousel {
	overflow: hidden;
}
.owl-carousel .owl-pagination {
	position: absolute;
	width: 100%;
	bottom: 4px;
}
.owl-carousel .owl-pagination .owl-page {
	width: 18px; height: 18px;
	display: inline-block;
	border: 2px solid #fff;
	background-color: #0DA2D4;
	border-radius: 12px;
	opacity: 0.6;
	margin-right: 5px;
	cursor: pointer;
}
.owl-carousel .owl-pagination .owl-page.active {
	opacity: 1;
}
.owl-carousel .owl-pagination .owl-page span {}
.owl-carousel .owl-buttons {
	position: absolute;
	width: 100%;
	bottom: 4px;
}
.owl-carousel .owl-buttons > div {
	width: 56px; height: 30px;
	display: block !important;
	position: absolute;
	border: 2px solid #fff;
	bottom: 0px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 27px;
	z-index: 9999;
	background: linear-gradient(to left, #0079ab 50%, #009bcd 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.owl-carousel .owl-buttons > div:hover {
	background-position: right bottom;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 3px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 3px;
}
#owl-customer .owl-pagination { display: none; }


/****************************** User ******************************/
#frmLogin{ margin: 20px auto; }
#frmLogin input{width:180px; padding:2px}
#frmLogin input.button {
	margin-bottom: 4px;
}
#frmLogin .error{ color:red; margin-left:120px}
#fldLogin{ overflow:hidden; width:400px; margin:auto; border: 1px solid #CCC; padding:10px}
#fldLogin p{ overflow:hidden; margin:10px 0 10px 0}
#fldLogin p label{ float:left;width:120px}
#fldLogin p.btn{ margin-left:120px}


/*************** Footer ****************************************************************/
#footer {}
#footer .customer-wrapper {
	padding: 15px 0px;
	background-color: #f1f1f1;
}
#footer .customer-wrapper .owl-carousel .item {
	width: 170px; height: 100px;
	background-color: #fff;
	margin: auto;
}
#footer .customer-wrapper .owl-carousel .item img {

}
#footer .customer-wrapper .owl-carousel .item .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#footer .customer-wrapper {}
.web_name_wrapper {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	background: linear-gradient(to left, #22adde 50%, #009bcd 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	padding: 15px 0px;
	border-bottom: 1px solid #0083af;
}
.web_name_wrapper:hover {
	background-position: right bottom;
}
.branch_detail_wrapper {
	border-top: 1px solid #16b2e5;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#018ab7+1,0096c8+50 */
	background: #018ab7; /* Old browsers */
	background: -moz-linear-gradient(top,  #018ab7 1%, #0096c8 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #018ab7 1%,#0096c8 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #018ab7 1%,#0096c8 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018ab7', endColorstr='#0096c8',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #16b2e5;
}
.branch_detail_wrapper .branch_item {
	text-align: left;
	padding: 20px 15px;
	color: #fff;
}
#footer .line_color {
	border-bottom: 1px solid #0096c8;
}
.counter_wrapper {
	border-top: 1px solid #0083af;
	background-color: #0096c8;
	padding: 16px 0px;
	color: #fff;
}




.menuFooter{ overflow:hidden; height:30px; background:#570303; line-height:30px}
.menuFooter ul{ overflow:hidden; height:30px;width:100%}
.menuFooter li{ float:left; text-align:center; line-height:30px;  overflow:hidden; padding:0 32px 0 32px }
.menuFooter li:last-child{ background:none; }
.menuFooter li a{ color:white; text-transform:uppercase}
.paging{ float:right; margin:15px 120px 0 0; font-size:12px; clear:both}
.paging div{ float:left;padding:0 2px 0 2px; color:black;  display:inline; margin-left:5px }
.paging  .num{padding:8px; font-size:12px; background:url(../images/bg-page.png) center; margin-right:5px; font-weight:bold}
.paging .curent {  color:red !important;padding:5px; font-weight:bold;background:url(../images/bg-page.png) center; margin-right:5px }
.paging img{ margin:10px 0px 0 0px; }


#lbOverlay {position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer;}



#lbCenter, #lbBottomContainer {	position: absolute; z-index: 9999; overflow: hidden; background-color: #fff;}



.lbLoading {background: #fff url(../images/loading.gif) no-repeat center;}



#lbImage {position: absolute; left: 0; top: 0; border: 10px solid #fff; background-repeat: no-repeat; }



#lbPrevLink, #lbNextLink {display: block; position: absolute; top: 0; width: 50%; outline: none; }



#lbPrevLink {left: 0;}



#lbPrevLink:hover {	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;}



#lbNextLink {right: 0;} 



#lbNextLink:hover {	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;}



#lbBottom {font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #fff; border-top-style: none;}



#lbCloseLink {display: block; float: right; width: 66px; height: 22px; background: transparent url(../images/closelabel.gif) no-repeat center; margin: 5px 0; outline: none; }



#lbCaption, #lbNumber {margin-right: 71px; }



#lbCaption {font-weight: bold;}	



.block-left .partner{ overflow:hidden; text-align:center}
.block-left .partner img{ margin:10px 0 10px 0}


.page-content{ overflow:hidden; margin:0 0px 0px 0px;}

.block-cate{ overflow:hidden; background:url(../images/bg-bottom-cate.png) bottom center no-repeat; padding-bottom:13px;}
.block-cate ul{ background:#edd890;margin: 0 2px 0 5px}
.block-cate ul li{ background:url(../images/icon-li.png) left center no-repeat; padding-left:25px; line-height:30px; border-bottom:1px dashed #a1702a;margin:0 5px 0 5px}
.block-cate a{ color:#773700; text-transform:uppercase}
.block-left p.news{ overflow:hidden; line-height:20px; margin:5px 5px 10px 5px; font-weight:bold}
.block-left p.news img{ float:left; margin-right:5px}


/********************************* BreadCrumd ************************************/
.breadcrumb{ height:20px; line-height:20px;}
.breadcrumb li{ float:left; color:white; font-family:Verdana, Geneva, sans-serif; font-size:11px}
.breadcrumb li a{color:white}
/************************* SLIDE ********************/

.newsHome { overflow:hidden; float:right;width:400px;}
.newsHome p{ overflow:hidden; line-height:25px; background:url(../images/icon-news.png) left center no-repeat; padding-left:20px; font-weight:bold}
.newsHome a:hover{ color:red}
.supportFooter{ overflow:hidden;  width:350px; float:left; margin-left:40px; color:#565656; line-height:20px}
.supportFooter label{width:60px; float:left; font-weight:bold}
.adsLeft{ overflow:hidden; text-align:center}
.adsLeft img{ width:210px; margin:10px 0 10px 0}

#frmSearch{ overflow:hidden; margin:0 20px 0 20px;}
#frmSearch p{ overflow:hidden; margin-bottom:10px}
#frmSearch input, #frmSearch select{width:180px; background:#b6b5b3; padding:1px; border:none; color:#e3e1e2}
#frmSearch #submit{ width:auto; float:right; padding:3px 15px 3px 15px; margin-right:23px; color:black; cursor:pointer; font-weight:bold}
.block{ overflow:hidden; border-left:2px solid #dbd5d5;; border-bottom:2px solid #dbd5d5;; border-right:2px solid #dbd5d5; padding:5px; margin:0px 0 15px 0}
.title .view-more{ float:right; margin-right:15px; color:white}

.block-ads{ overflow:hidden; text-align:center}
.block-ads img{ margin:10px 0 10px 0; max-width:230px}



.page-content div.img-detail{overflow:hidden; text-align: center;
margin: 10px 0px; min-height: 278px; position: relative;}
.page-content .img-detail img {
	max-width: 310px;
	max-height: 250px;
	display: inline-block;
	vertical-align: middle;
}
.page-content .img-detail .wrap-cover {
	width: 320px; height: 260px;
	text-align: center;
	position: absolute;
	top: 0px; left: 0px;
	border: 1px solid #ddd;
}
.page-content .img-detail .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.page-content .pr-detail {
	float: left;
	padding-left: 338px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	width: 100%;
}
.page-content .pr-detail .pr-name {
	color: #d00;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 16px;
}
.page-content .pr-detail .pr-price {}
.page-content .pr-detail .pr-statistics {
	margin-top: 12px;
	line-height: 26px;
	font-size: 14px;
}
.page-content .pr-detail .pr-statistics img {
	max-width: 100%;
	max-height: 100%;
	height: 100% !important;
}
.page-content .pr-detail .pr-price {
	margin-top: 20px;
}
.page-content .pr-detail .pr-price b {
	font-size: 16px;
	color: #f00;
	font-weight: bold;
}
.page-content .pr-detail .pr-social {
	margin-top: 20px;
}
.page-content .pr-detail {}
.page-content .pr-detail {}
.page-content .pr-vote { margin-top: 12px; }
.page-content .pr-vote .notify { line-height: 32px; }

div.info {width:45%;margin:10px 0 0 0px; padding-left:20px;  overflow:hidden; float:left;  position:relative;}
div.info p{  font-size:12px;  line-height:30px;}
div.info .artists{ text-transform:uppercase; font-weight:bold; color:black}
div.info .name{ text-transform:uppercase}
div.info .shopnow{ background:#b00900; color:white; font-weight:normal; padding:5px 15px 5px 15px; text-transform:uppercase;}
.info .intro{ line-height:25px}
.info .intro h3{ border-bottom:1px solid #d5d5d5}
div.info p.price{ color:red }
div.info p label{width:60px; float:left; font-weight:bold}
.detail-product h3{ float:left; font-weight:bold;font-size:14px; margin:0 0 15px 0px; padding:0 0 5px 0;  display:block; width:100%; background:none; color:black; text-transform:none; border-bottom:1px solid #d5d5d5} 

.detail-product{ margin:10px 0 15px 0; overflow:hidden; clear:both;  }
#frmWeblink select{width:200px; margin:10px 0 10px 10px}
.listAds{ overflow:hidden; text-align:center; margin:10px 0 10px 0}
.listAds a{ font-weight:bold; color:#2568ac}
.listAds img{ max-width:200px; width:auto !important;width:200px}
.block-right table{width:200px; margin: 10px auto; background:#CCC}
.block-right table tr{ background:#FFF}
.block-right table th, .block-right table td{ line-height:25px}
.block-right .news{ overflow:hidden; padding:5px}
.block-right .news  a{ color:#872603}
.productRight{ overflow:hidden; height:300px}
.productRight li{ overflow:hidden; height:150px}
.sagscroller{width: 230px; height: 550px;overflow:hidden;
position:relative; z-index:0; margin:auto
}



.sagscroller a{

font-weight:bold;

}



.sagscroller ul{

position:absolute;

margin:0;

padding:0;

list-style:none; padding-top:10px;

width: 100%;

}



.sagscroller ul li{

 overflow:hidden; margin:10px 0 10px 0; text-align:center; height:180px

}

.sagscroller ul li img{}

.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/

    font:12px ; text-decoration:none;

}



.sagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/

margin-top:5px;

font-size:12px;

clear: both;

}
.bao_slide{
	padding: 1px;
}
.slide_left{
	float: left;
	width: 50%;
}
.slide_right{
	float: right;
	width: 50%;
}
.title_h1{
	padding:10px;
	font-size: 14px;
}
.title_special{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.left-content .bg-title {
	margin-bottom: 0px;
}
.left-content h2 i
{
	font-size: 22px;
	margin-top: 4px;
	float: left;
	margin-right: 5px;
}
ul#category li ul li:hover {
    background: #bc3e4e;
}
ul#category li ul li:hover a{
	color: #FFF;
}
.f-content{
	width: 70%;
	float: left;
}
.f-content ul{
	margin: 10px auto;
	padding: 0px;
}
.f-content ul li{
	width: 32%;
	float: left;
}
.f-content ul li a{
	color: #FFF;
}
.slider{
	margin-bottom: 10px;
}
.hotline{
	position: absolute;
	top: 15px;
	right: 5px;
	line-height: 25px;
}
.hotline img{
	float: left;
	margin-right: 5px;
}
.about{
	width: 55%;
	float: left;
	padding: 15px 5px;
}
.map{
	width: 42%;
	float: right;
	padding: 15px 0px;
}
#map_canvas {
   width: 100%;
   height: 300px;
   border:solid 1px #ccc;
}
.viewall{
	position: absolute;
	top: 0px;
	right: 10px;
	color: #FFF;
}
.search{
	height: 40px;
	border: 1px solid #dddddd;
	width: 60%;
	float: left;
}
.search i{
	float: left;
	display: inline-block;
	line-height: 40px;
	padding: 0px 20px;
	border-right: 1px solid #dddddd;
}
.search input#keyword{
	height: 24px;
	width: 60%;
	margin-top: 7px;
	border: none;
	float: left;
	margin-left: 10px;
	padding-left: 5px;
}
.search input#submit{
	float: right;
	background: #3cb44b;
	color: #FFF;
	border: none;
	display: inline-block;
	line-height: 40px;
	padding: 0px 10px;
	cursor: pointer;
}
.item-hot{
	width: 90%;
	margin: 10px 0px;
	text-align: center;
}
.item-hot img{
	max-width: 100%;
}
.img_hot{
	height: 140px;
	overflow: hidden;
	border: 1px solid #FFF;
}
.img_hot:hover{
	border: 1px solid #3cb44b;
}
.item-hot h3{
	font-size: 13px;
	padding: 3px 0px;
}
.page-pro{
	width: 100%;
	margin: 16px auto;
}
.div_cart{
	width: 38%;
	float: right;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #3e3e3e;
	color: #FFF;
}
#tabs{
	padding: 0px;
	margin: 0px;
	position:relative;
	border-bottom: 1px solid #ddd;
	padding-left: 30px;
}
#tabs li{
	float: left;
	padding: 10px 16px;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: none;
	font-weight: normal;
	background-color: #f0f0f0;
	margin-right: 8px;
}
#tabs li.active {
	background-color: #fff;
}
#tabs li a {
	text-transform: uppercase;
	font-size: 14px;
}
#tabs li.active a{
	color: #000;
	font-weight: bold;
}
.tabs_text{
	margin-bottom: 30px;
}
.addcart{
	margin-left: 20px;
}
.addcart:hover{
	color: #3cb44b;
}
.share{
	width: 30%;
	float: right;
	padding-top: 20px;
}
.share ul{
	margin: 0px;
	padding: 0px;
}
.share ul li{
	float: left;
	margin: 0px 5px;
}
.thongke{
	width: 173px;
	height: 19px;
	background:url(../images/bg-thongke.png) no-repeat;
}
.thongke span{
	float: right;
	margin-right: 5px;
	font-size: 10px;
	line-height: 19px;
}