body{
	font-family:Arial, Helvetica, sans-serif;
	background:#f0f0f0;
}
.sales{
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 24%;
}
/* general selector */
.navbar-default {
	background-color:#fff;
	box-shadow:0 8px 7px -5px #9c9c9c;
	-webkit-box-shadow:0 8px 7px -5px #9c9c9c;
	-moz-box-shadow:0 8px 7px -5px #9c9c9c;
	-o-box-shadow:0 8px 7px -5px #9c9c9c;
	border-radius:0;
	-webkit-border-radius:0;
	border-color:#fff;
}
.navbar-toggle{
	background:#ddd;
	border:#ddd;
}
.navbar-default ul.navbar-nav  li a{
	color:#fff;
}
.container-top{
	height:98px;
}
.container-top .form-search{
	margin-top:16px;
	width:100%;
	position: relative;
}
.container-top .form-search .form-group{
	display:inline;
}
#button-search{
	width: 73px;
    height: 31px;
    position: absolute;
    right: 50px;
    top: 4px;
    background-color: #e65c13;
    border: none;
    font-size: 12px;
    color: #fff;
}
.container-top .form-search input[type="text"]{
	width:80%;
	height:35px;
	font-size:12px;
}
header{
	height:70px;
	background:#fff;
	margin-top:5px;
	
}

#logo{
	margin-top:8px;
}
section#top{
	background-color:#fff;
}
.carousel-control.left{
	background:none;	
}
.carousel-control.right{
	background:none;
}
.form-search input[type='text']{
	border-radius:0;
	-webkit-border-radius:0;
	box-shadow:0;
	-webkit-box-shadow:0;
}



.item-featured-cat{
	margin-bottom:5px;
	background:#54992f;
	height:110px;
	margin-left:4%;

}
.item-featured-cat img{
	width:60px;
	margin:auto;
	display:block;
	
	
}
.item-featured-cat img { 
-webkit-transition: all 1s ease-in-out; 
-moz-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out; 
} 


.item-featured-cat img:hover{ 
	-webkit-transform: rotate(360deg); 
	-moz-transform: rotate(360deg); 
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg); 
}

h3.title-featured-cat{
	font-size:14px;
	margin:0;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	
}

.home-item-product img{
	margin:auto;
}

.menu-top2{
	 background-color: #3366cc;
	  box-shadow: none;
	  min-height: 40px !important;
	  height: 40px;
	  margin-top: -60px;
}
.menu-top2 ul li.active{
	    color: #3366cc;
	background:none !important;
}
.menu-top2 ul li.active >a{
	    color: #3366cc !important;
}
.menu-top2 ul li a{
	  color: #fff !important;
	  font-size: 12px;
	  padding-top: 9px;
	  padding-bottom: 7px;
}
/* end general selector */
footer{
	font-size:11px;
	color:#666;
	background-color:#f0f0f0;
	min-height:200px;
	margin-top:10px;
}
footer .copyright{
	color:#555;
	padding:0px 10px;
}

.navbar-featured-cat{
	border-bottom:1px solid #ddd;
	min-height:43px !important;
}
.navbar-featured-cat ul{
	margin-left:20px;
}
.navbar-featured-cat ul.navbar-nav{
	height:40px;
}
.navbar-featured-cat .navbar-header::after{
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	border-top: 10px solid #194800;
	border-left: 7px solid transparent;
	left: -10px;
	bottom: -7px;
}
.navbar-brand{
	height: 40px;
	background: #3366cc;
	float: left;
	color: #fff;
	line-height: 70px;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	display: block;
	z-index: 1;
	margin-top: -1px;
}
.navbar-brand::before{
	content: '';
	height: 40px;
	width: 10px;
	position: absolute;
	background: #3366cc;
	display: block;
	left: -10px;
	top: 0;
}
.navbar-brand::after{
	position: absolute;
	content: '';
	right: -17px;
	width: 15px;
	height: 0;
	border-top: 21px solid transparent;
	border-left: 17px solid #3366cc;
	border-bottom: 19px solid transparent;
	top: 0px;
}
.navbar-featured-cat ul li a{
	color:#666;
	font-size:12px;
}
.navbar-featured-cat a.navbar-brand h2{
	color: #fff;
	text-transform: normal !important;
	margin: 0;
	font-size: 12px;
	font-family: arial;
	line-height: 12px;
	font-weight: bold;
}
.home-cat-product{
	margin-bottom:10px;
	border: 1px solid #ddd;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	background-color:#fff;
        padding:0px;
}
.home-item-product:hover{
	border:1px solid #3366cc;
}

.list-item-site-link{
	margin-top:20px;
}

.list-item-site-link img{
	display:block;
	margin:auto;
}
hr{
	border-top:1px solid #ddd;
}
.cart-page{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0px 8px #BDBDBD;
    background-color: #fff;
}

.action-cart-page{
    margin-bottom: 17px;
}
.cart-page .title-page{
    font-size:17px;
    font-weight:bold;
    color:#3366cc;
}
.clear{
	clear:both;
}
/* Icon social */
.social-top {
	float: right;
	list-style: none;
}
.social-top li {
	float: left;
	margin-left: 10px;
}
.icon-social {
	border: 0;
	color: #fff;
	border-radius: 100%;
	display: inline-block !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0;
}

.icon-social.icon-facebook {
  background: #3366cc;
}
.icon-social.icon-facebook:hover {
  background: #ddd;
}
.icon-social.icon-google-plus{
  background: #3366cc;
}
.icon-social.icon-google-plus:hover {
    background: #ddd;
}
.icon-social.icon-twitter {
  background: #3366cc;
}
.icon-social.icon-twitter:hover {
    background: #ddd;
}
.icon-social.icon-youtube {
  background: #3366cc;
}
.icon-social.icon-youtube:hover {
   background: #ddd;
}

.slideshow{
    padding:0px;
}
ul.menu-left-home li a:hover{
    color:red;
}
/* End icon social */
.mess-cart{
  width: 100%;
  height: 37px;
  border: 1px solid #ddd;
  margin-top: 20px;
}
.mess-cart2{
	  width: 100%;
          margin-top: 6px;

}
.mess-cart2{
    font-style:italic;
}

.img-icon-cart{
	width:35px;
	height:35px;
	float:left;
}
.quantiy-cart{	
	font-size:9px;
	text-align:center;
	line-height:35px;
	text-transform:uppercase;
}
.quantiy-cart p{
	text-align:center;
}
ul.menu-footer{
	color:#538b35;
	font-size:16px;
	list-style-type:none;
	padding-left:0px;
}
ul.menu-footer li{
	margin-bottom:10px;
}
ul.menu-footer li a{
	color:#555;
	font-size:12px;
	
}
footer .title-menu-footer{
	font-size: 13px;
	color: #3366cc;
	font-weight: 600;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	height: 36px;
	line-height: 30px;
	text-align:center;
	text-transform:uppercase;
}

.saleoff{
	width:50px !important;
	height:51px !important;
	position: absolute;
	left:0;
}
ul.member{
	float:right;
	list-style-type:none;
}

ul.member li{
	float:right;
	margin-left:10px;
	margin-top:5px;
	color:#fff;
}
ul.member li a{
	font-size:10px;
	color:#fff;
	padding-right:5px;
	text-transform:uppercase;
}
/* List of Product */
.left-block{
	padding-left:0;
	margin-top:10px;
        padding-right:0;
        background-color:#fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 0px 8px #BDBDBD;
}
.left-block .title-left-block{
	min-height:40px;
	color:#3366cc;
	line-height:40px;
	padding-left:15px;
	margin:0;
	font-size:13px;
	padding-right:25px;
	border:1px solid #e7e7e7;
	font-weight:600;
	
}
.left-block .item-brand{
	width:69px;
	height:69px;
	float:left;
	margin-left:9px;
	border: 1px solid #ddd;
	margin-top: 5px;
}
.left-block .divider{
	width:100%;
	height:2px;
	margin:auto;
}
.left-block-content{
	width:100%;
	border:1px solid #e7e7e7;
	border-top:0;
}
.left-block-content ul{
	padding-top:10px;
	color:#3366cc;
}
.left-block-content ul li{
	margin-bottom:5px;
}
.left-block-content ul li a{
	color:#3366cc;
}
.breadcrumb{
	background:none;
	padding-left:0;
	margin-bottom:0;
}
.breadcrumb > li + li:before{
	color: #666;
	content: ">\00a0";
}
.breadcrumb > li.active{
	color:#3366cc;
	font-size:12px;
}
.breadcrumb > li a{
	color:#555;
	font-size:12px;
}
.colum-right{
	padding-right:0;
}
.right-layout .home-item-product{
	margin-bottom:10px;	
}
.filter-product{
	background-color:#e7e7e7;
	min-height:100px;
	margin-bottom:10px;
}
.filter-product .title-filter h4{
	font-size:40px;
	margin-bottom:0;
}
.filter-product .title-filter p{
	font-size:14px;
}
.form-filter select{
	margin-top:10px;
	margin-bottom:10px;
}
.form-filter label{
	padding-left:0;
}
.item-support{
	width:95%;
	margin-left:10px;
	padding-top:10px;
	margin-bottom:10px;
	margin:auto;
	min-height:35px;
}
.item-support img{
	margin-right:5px;
	margin-left:10px;
}
.item-support a{
	color:#666;
	font-size:13px;
}

.item-support .number-support{
	color:red;
}

.right-block{
	background-color: #f7f7f7;
}
.left-block-content .services{
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	min-height:35px;
}
.left-block-content .services img{
	margin-top:-7px;
}
.block-services{
	border:1px solid #e7e7e7;
}
.list-product-right{
	margin:auto;
	width:100%;
}
.list-product-right img{
	margin:auto;
}
.list-product-right .price{
	color:#3366cc;
	text-align:center;
	font-weight:bold;
}
.img-detailproduct{
	
	border:1px solid #ddd;
	margin-bottom:10px;
}

.top-detail-page{
	height:37px;
	border:1px solid #ddd;
	background-color:#ddd;
	padding-left:0;
	padding-right:0;
}
/* End list of Product */

/* Comment facebook */
.fb-comments,
.fb-comments iframe[style],
.fb-like-box, 
.fb-like-box iframe[style], 
.fb-comments span, 
.fb-comments iframe span[style], 
.fb-like-box span, 
.fb-like-box iframe span[style] 
{
	width: 100% !important;
}
/* End comment facebook */
h1.title-detail-product{
	font-size:24px;
	margin:0;
	text-align:center;
}
.content-summary{
	font-size:12px;
	color:#555;
}
/* Detail Product */

.detail-product{
	border-top:1px solid #e7e7e7;
	margin-bottom:20px;
	padding-left:0;
}
.detail-product .quantity-product{
	height:100px;
}
.image-detail-product img{
	margin:auto;
}
.detail-product h1.title-product{
	color:#3366cc;
	font-size:20px;
	margin-left:0;
	padding-left:0;
	text-transform:uppercase;
}

.detail-product h2.price-detail-product{
	font-size:31px;
	color:#CE0013;
}
.detail-product .form-group{
	width:280px;
	float:left;
}
.detail-product select{
	width:70px;
	height:28px;
}
.detail-product label{
	color:#666;
}
.detail-product #cart-button{
	width:130px;
	color:#fff;
	height:36px;
	line-height:30px;
	text-align:center;
	float:right;
	background:url(../../imagesfrontend/cart-icon.jpg) no-repeat;
	margin-top:-2px;
        border:none;
}
.support-custommer{
	
	padding-left:0;
	padding-right:0;
}
.support-custommer h4{
	color:#666;
	text-transform:uppercase;
	font-size:16px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:5px;
}

.item-quick-support{
	width:250px;
	height:auto;
	margin-bottom:5px;
}
.item-quick-support img{
	margin-right:5px;
}

.summary-product{
	padding-left:0;
	padding-right:0;
}
.summary-product h4{
	text-transform: uppercase;
	color:#3366cc;
	border-bottom:1px solid #3366cc;
	height:40px;
	line-height:40px;
}
.summary-product .content-summary-product{
	width:100%;
	padding:20px 0;
	line-height:30px;
}

h4.title-related-product{
	text-transform: uppercase;
	color:#3366cc;
	border-bottom:1px solid #3366cc;
	height:40px;
	line-height:40px;
}
.nav-tabs{
	border-bottom:1px solid #3366cc;
}
.nav-tabs li a{
	color:#3366cc;
	font-weight:bold;
	border:1px solid #3366cc;
	border-bottom:0;
}
.nav-tabs li.active a{
	background-color:#f7f7f7;
	border:1px solid #3366cc;
	border-bottom:0;
}

.nav-tabs li a:hover{
	background-color:#f7f7f7;
		border:1px solid #3366cc;
}

.modal-title{
	color:#3366cc;
	font-size:14px;
}

/* End detail product */


/* Contact */
.content-contact{
	padding-left:0;
/*	background:url(../images/bg-contact.jpg);*/
	background-size:cover;
}
h1.title-contact{
	font-size:24px;
	color:#3366cc;
	text-transform:uppercase;
	font-weight:bold; 
	border-bottom:1px solid #e7e7e7;
	height:40px;
	line-height:40px;
}
.content-contact .address{
	font-size:21px;
	color:#3366cc;
	font-weight:bold;
}
.map-contact{
	padding-top:10px;
	padding-bottom:10px;
}
.map-contact iframe{
	width:100%;
}
.map-contact{
	border:1px solid #ccc;
}

/* End contact */
.promotion-product{
	border:1px solid #ddd;
	margin-bottom:10px;
}
.compare-product{
	font-size:12px;
	color:#555;
	text-align:center;
}
.compare-product .title-compare-product{
	float: left;
	text-align: center;
	margin-left: 59px;
	margin-right: 5px;
	margin-top: 2px;
}
.compare-product .p_check{
	float:left;
}
.product-filter{
	width: 50px;
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}
.product-filter .glyphicon{
	font-size:21px;
	color:#787878;
}
p.title-head-compare{
	float: left;
	font-size: 12px;
	color: #555;
	margin-left: 5px;
	margin-top: 10px;
	font-weight:bold;
}
select.sort_product{
	float:left;
	background: #f4f4f4;
	border: 1px solid #E4E4E4;
	padding: 5px;
	margin: 5px;
	font-size:13px;
	color:#555;
	height:28px;
	width:157px;
	line-height:25px;
}
.list-products:before{
	border-top:none !important;
}

.description-cat{
	font-size:12px;
	color:#555;
	text-align:justify;
	padding-bottom:10px;
}

/* Pagination */

.pagination{
	border-radius:0;
	-webkit-border-radius:0;
	font-size:12px;
	display:block;
	float:right;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-radius:0;
	font-size:12px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius:0;
	font-size:12px;
}
.pagination > li > a, .pagination > li > span{
	color:#555;
	font-weight:bold;
}
/* End pagination */
.navbar-default{
    border:none;
}

.right-layout{
    background-color:#fff;
    -webkit-border-radius: 5px;
  box-shadow: 0 0px 8px #BDBDBD;
}
.connect-to-our{
    box-shadow: 0 0px 8px #BDBDBD;
    background-color:#fff;
    margin-top:20px;
    padding-top:10px;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 2000px) and (min-width : 1400px)  {
	.home-item-product {
		padding-left: 0px;
		padding-right: 0px;
		height: 280px;
		font-family: Arial;
	}
	.home-item-product img {
    width: 150px;
    height: 150px;
    margin: auto;
}

	h2.title-home-product {
    font-size: 14px;
    color: #0e62aa;
    text-align: center;
    line-height: 17px;
    width: 80%;
    margin: auto;
}

.home-item-product p.price {
    color: #f23a0f;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

/*-- Left menu -- */
	.title-menu-left {
		background-color: #3366cc;
		color: #fff;
		height: 35px;
		line-height: 35px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	ul.menu-left-home {
		border: 1px solid #ddd;
		position: relative;
		width: 100%;
		background-color: #fff;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		box-shadow: 0 0px 8px #BDBDBD;
	}
	ul.menu-left-home li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding-left: 5px;
		position: static;
	}
	ul.menu-left-home li a {
		font-size: 13px;
		color: #000;
		font-weight: bold;
		padding: 5px 7px;
		background: url(../images/bullet_3.png) no-repeat left center;
	}
}
@media only screen and (max-width : 1980px) and (min-width : 940px)  {
	.gsc-control-cse{
	    
	    width: 300px !important;
	    padding:0 !important;
	        padding-top: 3px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    float: right;
	}
.menu-top{
	height:43px;
	min-height:0;
        background-color:#3366cc;
}
.menu-top ul.navbar-nav li a{
	padding-top: 10px;
	padding-bottom: 11px;
}
.menu-top .navbar-form{
	margin-top:6px;
}
.navbar-featured-cat ul li a{
	line-height:10px;
}
.form-search input[type='text']{
	width:300px;
	height:30px;
}

/* Menu left */
ul.menu-left-home{
	border:1px solid #ddd;
	position: relative;
	width:100%;
	background-color:#fff;
	-webkit-border-bottom-left-radius:5px; 
	-webkit-border-bottom-right-radius:5px; 
	box-shadow: 0 0px 8px #BDBDBD;
}
ul.menu-left-home li{
	float:none;
	width:100%;
	border-bottom:1px solid #ddd;
	padding-left:5px;
	position: static;
}
ul.menu-left-home li:last-child{
	border:none;
}
ul.menu-left-home li a{
	font-size:12px;
	color:#000;
	font-weight:bold;
	padding:5px 7px;
	background: url(../images/bullet_3.png) no-repeat left center;
}
ul.menu-left-home li a.active{
	background:none;
}
ul.menu-left-home li a:hover{
	background:none;
	background: url(../images/bullet_3.png) no-repeat left center;
}


ul.menu-left-home li ul.submenu{
	position: absolute;
  left: 225px;
  z-index: 999;
  top: -35px;
  width: 200px;
  min-height: 282px;
  border: 2px solid #3366cc;
  display: none;
  background: #fff;
  padding: 5px 10px;
  list-style-type:none;

}
ul.menu-left-home ul.submenu .img-submenu{
	float:right;
}
ul.menu-left-home li ul.submenu p.title-sub-menu{
	color:#3366cc;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	line-height:35px;
	height:35px;
}
ul.menu-left-home li ul.submenu ul{
	list-style-type:none;
	padding-left:0;
}
ul.menu-left-home li ul.submenu li{
	border:none;
	float:left;
	width:200px;
	padding-left:0;
}
ul.menu-left-home li ul.submenu li a{
	background:none;
	padding-left:0;
}
.title-menu-left{
	background-color:#3366cc;
	color:#fff;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:5px; 
	-webkit-border-top-right-radius:5px; 
}

/* Promotion */
.promotion-product hr{
	margin-top:2px;
}
.promotion-product:before{
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	border-top: 10px solid #bf7728;
	border-left: 7px solid transparent;
	left: -8px;
	top: 40px;
}
.title-promotion-product{
	font-size:11px;
	height:40px;
	width:132px;
	line-height:40px;
	background-color:#3366cc;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0px;
	float:left;
}
.title-promotion-product:before{
	content: '';
	height: 40px;
	width: 10px;
	position: absolute;
	background: #3366cc;
	display: block;
	left: -9px;
	top: 0;
}
.title-promotion-product:after{
	position: absolute;
	content: '';
	left:132px;
	width: 15px;
	height: 0;
	border-top: 21px solid transparent;
	border-left: 17px solid #3366cc;
	border-bottom: 19px solid transparent;
	top: 0px;
	
}
/* End promotion */
.title-menu-left p{
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
/* End menu left */
.featured-cat{
	padding-left:0;
}

/* Home page */
.home-item-product{
	padding-left:0px;
	padding-right:0px;
	height:280px;
	font-family:Arial;
	
}
.home-item-product img{
	width:150px;
	height:150px;
	margin:auto;
	
}
.slideshow img{
	height:350px !important;
}

.last-home-item-product{
	border-right:1px solid #ddd;
}
h2.title-home-product{
	font-size: 13px;
	color: #0e62aa;
	text-align: center;
	line-height: 17px;
	width: 80%;
	margin: auto;
}
.home-item-product p.price{
	color: #f23a0f;
	font-weight: 700;
	font-size: 16px;
	padding: 0;
	width:80%;
	margin:auto;
	margin-top:10px;
	text-align:center;
}
.home-item-product p.total-view{
	width:80%;
	font-size:12px;
	margin:auto;
	margin-top:10px;
	color:#666;
}
ul.list-item-site-link{
	list-style-type:none;
}
ul.list-item-site-link li{
	float:left;
	margin-left:10px;
}

.owl-carousel .owl-item{
	margin-left:11px;
}
.title-list-news-right{
    font-size:15px;
}
.title-list-news-right a{
    color:#3366cc;
    font-weight:bold;
}
.title-list-news{
    font-size:15px;
}
.title-list-news a{
    color:#3366cc;
    font-weight:bold;
}
/* End home page */


/* page-footer */

.page-footer{
	border:1px solid #ddd;
	border-radius:5px;
	-webkit-border-radius:5px;
	  box-shadow: 0 0px 8px #BDBDBD;
	height:347px;
	background-color:#fff;
}

.first-item-footer{
	padding-left:0;
}
.last-item-footer{
	padding-right:0;
}

.page-content{
	width:90%;
	margin:auto;
	font-size:11px;
	text-align:justify;
	
}
/* End page footer */




}

@media only screen and (max-width: 939px) and (min-width: 769px){
.menu-top{
	height:43px;
	min-height:0;
}
.navbar-collapse{
	padding:0;
}
.menu-top ul.navbar-nav li a{
	padding-top: 10px;
	padding-bottom: 11px;
}
.menu-top .navbar-form{
	margin-top:4px;
}
.navbar-featured-cat ul li a{
	line-height:10px;
}



.home-item-product{
	padding-left:0px;
	padding-right:0px;
	min-height:280px;
	font-family:Arial;
}

.home-item-product img{
	width:160px;
	height:160px;
	margin:auto;
	
}
h2.title-home-product{
	font-size: 13px;
	color: #0e62aa;
	text-align: center;
	line-height: 17px;
	width:80%;
	margin:auto;
}
.home-item-product p.price{
	color:#f23a0f;
	font-family:arial;
	font-size:12px;
	font-weight:600;
	width:80%;
	margin:auto;
	margin-top:10px;
	text-align:center;
}
.home-item-product p.total-view{
	width:80%;
	font-size:12px;
	margin:auto;
	margin-top:10px;
	color:#666;
}
.owl-carousel .owl-item{
	margin-left:11px;
}
.title-list-news-right{
    font-size:15px;
}
.title-list-news-right a{
    color:#3366cc;
    font-weight:bold;
}

.title-list-news{
    font-size:15px;
}
.title-list-news a{
    color:#3366cc;
    font-weight:bold;
}
	
}


@media only screen and (max-width: 767px){
    
    #button-search {
    width: 73px;
    height: 34px;
    position: absolute;
    right: 50px;
    top: 11px;
    background-color: #e65c13;
    border: none;
    font-size: 12px;
    color: #fff;
}

.navbar-default ul.navbar-nav  li a{
	color:#000;
}

#navbarCollapse4{
    margin-top:0 !important;
}

ul.menu-left-home li {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #fff;
    background: #fff !important;
}
.navbar-nav li a {
    font-weight: bold;
    font-size: 14px !important;
    font-weight: 200;
    color: #000 !important;
}

.mess-cart {
    margin-bottom: 20px;
}
}

/*call me*/
#callme {
    
    position: fixed;
    left: 40px;
    bottom: 90px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 006700;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(207,8,8);
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA2NzAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.wrap{
      display: none;  
}
.mnv-tuvan{
    display: block;
}

    #callmeMain {
        display: block !important;

    }

#logo{
	width:240px;
	margin-top:8px;
	margin:auto;
}
/* Home page */
.container-top .form-search{
	display:none;
}
.container-top .form-search #button-search{
	width: 73px;
	height: 35px;
	position: absolute;
	right: 1%;
	top: 18%;
	background-color: #3366cc;
	border: none;
	font-size: 12px;
	color: #fff;
}

.slide{
	margin-bottom:20px !important;
}

/* menu left home */
.title-menu-left{
	display:none;
}
ul.menu-left-home{
	margin:0;
}
ul.menu-left-home li{
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #fff;
	background: #f2f2f2;
}
ul.menu-left-home div.submenu{
	display:none;
}
ul.menu-left-home div.submenu ul{
	list-style-type:none;
	
}
ul.menu-left-home div.submenu ul li{
	border:none;
}
ul.menu-left-home div.submenu .title-sub-menu{
	display:none;
}
ul.menu-left-home div.submenu .img-submenu{
	display:none;
}
ul.menu-left-home ul li a{
	font-size:12px;
	color:#000;
	font-weight:bold;
}
ul.menu-left-home div.submenu > ul > li > a{
	font-size:12px;
	color:#000;
}
.navbar-header{
	background-color:#3366cc;
}

.navbar-header .icon-bar{
	background:#888;
}

.slideshow{
	margin-top:10px;
}
/* End menu left home */

.item-featured-cat2{
	margin-left:0px;
	padding:5px 0px;
}
.item-featured-cat{
	margin-bottom:5px;
	margin-left:0px;
	padding:5px 0px;
}
.carousel-inner img{
	height:auto !important;
}
.home-cat-product{
	box-shadow:none;
}
.home-item-product{
    font-family:Arial;
    margin-bottom:5px;
	
}
h2.title-home-product{
    font-size: 13px;
    color: #0e62aa;
    text-align: center;
    line-height: 17px;
    width:90%;
    margin:auto;
}
.home-item-product p.price{
    color:#f23a0f;
    font-family:Arial;
    font-size:12px;
    font-weight:600;
    width:90%;
    margin:auto;
    margin-top:10px;
    text-align:center;
}
.home-item-product p.total-view{
    width:90%;
    font-size:12px;
    margin:auto;
    margin-top:10px;
    color:#666;
    text-align:center;
}
.navbar-brand{
    background:none !important;
}
.navbar-brand::before{
    display:none;
}
.navbar-brand::after{
    display:none;
}
.navbar-featured-cat .navbar-header::after{
    border:none;
}
.navbar-featured-cat{
    background-color:#3366cc;
}
.navbar-featured-cat ul.navbar-nav{
    height:auto;
}
.navbar-featured-cat ul.navbar-nav li a{
	color:#fff;
}
.navbar-featured-cat .icon-bar{
	background:#888;
}
.copyright{
    text-align:center;
}
.social-top{
    margin:auto;
    padding:0;
    float:none;
}
.left-block{
    padding-left:0;
    padding-right:0;
    margin-bottom:20px;
}
	
/*End home page*/
.item-support{
	width:97%;
}

/* Detail product */
.support-custommer{
	padding-right:0;
}

/* End detail product */

/* Promotion */
.promotion-product hr{
	margin-top:2px;
}
.promotion-product:before{
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	border-top: 10px solid #bf7728;
	border-left: 7px solid transparent;
	left: -8px;
	top: 40px;
}
.title-promotion-product{
	font-size:11px;
	height:40px;
	width:132px;
	line-height:40px;
	background-color:#3366cc;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
}
.product-filter .glyphicon{
	display:none;
}
.title-promotion-product:before{
	content: '';
	height: 40px;
	width: 10px;
	position: absolute;
	background: #3366cc;
	display: block;
	left: -9px;
	top: 0;
}
.title-promotion-product:after{
	position: absolute;
	content: '';
	left:132px;
	width: 15px;
	height: 0;
	border-top: 21px solid transparent;
	border-left: 17px solid #3366cc;
	border-bottom: 19px solid transparent;
	top: 0px;
	
}
/* End promotion */
.navbar-nav  li a{
	font-weight:bold;
	font-size:12px;
	font-weight:200;
}
.navbar-nav div.submenu ul{
	width:250px;
}
.navbar-nav div.submenu li a{
	color:#555;
	font-size:12px;
	font-weight:200;
}
.title-list-news-right{
    font-size:15px;
}
.title-list-news-right a{
    color:#3366cc;
    font-weight:bold;
}

.title-list-news{
    font-size:15px;
}
.title-list-news a{
    color:#3366cc;
    font-weight:bold;
}
.page-footer {
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0px 8px #BDBDBD;
  height: 347px;
  background-color: #fff;
  margin-bottom:10px;
 
}
.page-footer .page-content{
    width:90%;
    margin:auto;
}
}

@media only screen and(max-width:940px){
.home-item-product{
	border-left:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	padding-left:0px;
	padding-right:0px;
	height:280px;
	font-family:Arial;
}

	
}
    /* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
/* Home page */
.slide{
    margin-bottom:20px !important;
}
/*End home page*/
}
@media (min-width: 1200px){
.container {
  width: 1124px;
}
}


/*Banner góc phải màn hình */
#fl813691 {
    bottom: 0;
    color: #666666;
    font: 12px Arial,Helvetica,sans-serif;
    height: 115px;
    position: fixed;
    right: 0;
    width: 316px;
    z-index: 2147483647;
}
#eb951855 {
    background: url("../../imagesfrontend/right1.gif") no-repeat scroll right top transparent;
    height: 150px;
    padding-right: 3px;
    width: 316px;
}
#cob263512 {
    background: url("../../imagesfrontend/left1.gif") no-repeat scroll left top transparent;
    height: 150px;
    padding-left: 5px;
}
#coh963846 {
    color: #669900;
    display: block;
    font-size: 11px;
    height: 15px;
    line-height: 20px;
    width: 310px;
}
#co453569 {
    border-color: #111111 #999999 #999999 #111111;
    border-style: solid;
    border-width: 0;
    display: block;
    height: 135px;
    line-height: 1.6em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 307px;
}
#coc67178 {
    float: right;
    height: 15px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#coc67178 li a {
    background-image: url("../../imagesfrontend/button.gif");
    background-repeat: no-repeat;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    width: 30px;
}
#coc67178 li a.max {
    background-position: -60px 0;
}
#coc67178 li a.min {
    background-position: -30px 0;
}
#coc67178 li a.min:hover {
    background-position: -30px -15px;
}
#coc67178 li a.max:hover {
    background-position: -60px -15px;
}

