@font-face {
  font-family:'UVF Lobster12';
  src:url(../fonts/UVF Lobster12.tff);
    
}
body {
	font-family:Verdana;
	font-weight: 400;
	color: #333;
	font-size: 13px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 22px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 1px 0px 1px 0;
	margin: 0 0 12px 0;
	height: 34px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */

/* search */
#search {
	margin-top: 8px;
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 9px 15px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;

}
/* menu */

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
	#menu {
	background-color: #55ab00;
	background-image: linear-gradient(to bottom, #55ab00, #55ab00);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
}
	#menu .nav > li > a {
	color: #fff;
	padding: 14px 13px 14px 13px;
	min-height: 15px;
	background-color: transparent;
	text-transform:uppercase;
	font-weight:bold;
	
}
.image_cate{float:left;padding-right: 4px;}
.timeworking{font-size: 13px;padding-bottom: 10px;}
#logo {
	margin: 15px 0 15px 0;
}
.list-menu-left
{
	padding-top: 15px;
	display:flex;  
	list-style:none;
	text-transform:uppercase;
	
}
.list-menu-left a {
	
	padding-left: 29px;
	color:#fff;
	font-weight:bold;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#menu {
	background-color: #0089ad;
	background-image: linear-gradient(to bottom, #0089ad, #0089ad);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
}
	#menu .nav > li > a {
	color: #fff;
	padding: 14px 4px 14px 4px;
	min-height: 15px;
	background-color: transparent;
	text-transform:uppercase;
	font-weight:bold;
	
	
}
.hotline{font-size: 16px;  font-weight: bold; color:#ff3334;}
.image_cate{float:left;padding-right: 4px;}
.list-group a{font-weight:500!important;}
.timeworking{font-size: 12px;padding-bottom: 10px;}
#logo {
	margin: 15px 0 15px 0;
}
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 260px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 25px;
	color: #333333;
	font-size: 15px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #7c533f;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #4b7303;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #4b7303;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #ff3334;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #55ab00;
	border-top: 1px solid #ddd;
	color: #fff;
}
.footer-bg
{
	background: url("../image/background_footer2_02.jpg");
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #dddddd;
}
footer h5 {
	font-family:Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 5px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a{
	color:#333;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb
{
	background-color:#fff !important;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.btn_ {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 22px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-searchf {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #ff3334;
	background-image: linear-gradient(to bottom, #ff3334, #ff3334);
	background-repeat: repeat-x;
	border-color: #ff3334 #ff3334 #ff3334 #ff3334;
}
.btn-primary {
	color: #4b7303;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	border-color: #4b7303 #4b7303 #4b7303;
	font-size: 14px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #4b7303;
	background-position: 0 -45px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 10px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #a90208;
	background: #fff;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	font-size: 16px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}
.wp-top{
	background: url("../image/template/backgroup_header.jpg") no-repeat scroll center top;
    width: 100%;
	min-height: 728px;
}
.search_top{color: #333 !important; }
#search .form-control::-moz-placeholder{color:#333;}
.input-group-btn  .btn{box-shadow:none;}

.news-cat-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(111, 155, 13, 1) 0%, rgba(111, 155, 130, 71, 185, 1) 15%, rgba(111, 155, 13, 1) 33%, rgba(246, 246, 246, 1) 59%, rgba(246, 246, 246, 1) 100%) repeat scroll 0 0;
    margin-bottom: 15px;
	margin-top: 15px;
    padding-left: 12px;
}
.news-cat-title span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.news-cat-title > div {
    padding: 7px 0 6px 15px;
	
}
.title-cate{font-size: 13px; font-weight: none;}
.title-product{font-size: 16px;font-weight:bold; color:#ff3334;}
.title-price{font-size: 14px;font-weight:bold;}
.font_about{line-height: 30px;}
.font_about a{color:#ff3334; padding-right:10px; font-weight:bold;font-size: 13px;text-transform:uppercase;}
/*button-new*/
#buttons {
  text-align: center;
}

/* start da css for da buttons */
.btns {
  border: 1px solid #fff;
  padding: 4px 8px;
  text-decoration: none;
  margin: 5px 0px 5px 0px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.btns:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.blue {
  background-color: none;
}

.blue:hover {
  background-color: #6FC6FF;
}

.green {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15B358;
}

.green:hover {
  background-color: #48E68B;
}

.red {
  background-color: #e74c3c;
  box-shadow: 0px 5px 0px 0px #CE3323;
}

.red:hover {
  background-color: #FF6656;
}

.purple {
  background-color: #9b59b6;
  box-shadow: 0px 5px 0px 0px #82409D;
}

.purple:hover {
  background-color: #B573D0;
}

.orange {
  background-color: #e67e22;
  box-shadow: 0px 5px 0px 0px #CD6509;
}

.orange:hover {
  background-color: #FF983C;
}

.yellow {
  background-color: #f1c40f;
  box-shadow: 0px 5px 0px 0px #D8AB00;
}

.yellow:hover {
  background-color: #FFDE29;
 
}
.color_product{color: #4b7303;}
.endli{border-right:none; padding:10px 0 0 15px;}
.nav > li:last-child{border-right:none;}
.news-cat-title-home {
    background: #1b9c00 none repeat scroll 0 0;
    margin-bottom: 1px;
	font-family:'UVF Lobster12';
    /*margin-top: 15px;*/
}
.news-cat-title-home span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.news-cat-title-home span a {
    color: #fff;
}
.news-cat-title-home > div {
    padding-top:7px ;
	padding-bottom:9px ;
	text-align:center;
}
.list-group a{color:#333;font-weight: 600;}
.support_online{text-align:center;color:#333;font-weight:bold;}
.support_phone{text-align:center;color: red;font-weight:bold;}
.support_email{text-align:center;color: #001aaf;padding-bottom:10px;font-weight:bold;}
.cate_main{text-align:center; font-weight:bold;}
.shadow{ box-shadow: 3px 3px 5px #888888;}
.about_us12{padding-left: 15px; padding-right:15px;	text-align: justify;}
.hr_customer{border-color:#ff3334;margin-bottom: 10px;margin-top: 10px;border-width: 2px 0 0;}
.box-idea {
	
    padding: 12px 10px 5px;
    
}
.home {
    padding: 12px 0px 5px 0;
	border: 1px solid #dddddd;
}
.box-idea p img {
    float: left;
    margin: 3px 5px 3px 3px;
}
.box-idea .linkdetail {
    color: #333;
}
.box-idea .moredetail:hover, .box-idea .linkdetail:hover {
    text-decoration: underline;
}
.box-idea p {
	border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
	height:77px;
}
.box-idea p:last-child{
	border-bottom: none;
}
.box-idea p a {color:#333;font-weight:bold;}
.box-idea p a :hover{color:#a90208;}
.box-idea .moredetail {
    color: #ed6000;
    font-weight: bold;
    padding-left: 190px;
}
.sidebar{margin-bottom: 20px;}
.tag1s_{   
	border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 12px;
    padding: 7.5px 12px;
}
.tag2s_
{
    background-color: #9cdffa;
    background-image: linear-gradient(9cdffa);
    background-repeat: repeat-x;
    border-color: #6dcff6;
    color: #445059;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.tag1s_
{
	  -moz-user-select: none;
    background-image: none;
    border: 1px solid #6dcff6;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#footer .newsletter form {
    max-width: 250px;
    width: 100%;
}
#footer .newsletter form input.form-control {
    height: 34px;
    padding: 6px 12px;
}

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
	.image_fix{width:200px; height:276px; }
	.hotline{font-size: 17px;  font-weight: bold; color:#ff3334;}
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
	.image_fix{width:200px; height:236px; }
}
.title-category{padding: 0 30px;text-align: center; font-size:12px;}
.descript_pro{font-weight: bold;}
.padd_model{padding-right: 19px;}
.padd_man{padding-right: 40px;}
.padd_po{padding-right: 47px;}
.padd_sku{padding-right: 42px;}
.padd_stock{padding-right: 40px;}
.padd_price{padding-right: 95px;}
.fa-sort-desc{padding-top: 2px; padding-left: 3px;}
.image_cate{float:left;padding-right: 4px;}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }
.nav > li > a{color:#4b7303;text-transform: uppercase;}
.dropdown-menu{min-width:200px;}
.title-widget h3, .product-category h3.title-widget {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #e4e3e2 url("images/bg-widget-title.gif") repeat scroll 0 0;
    border-color: #e4e4e4 #e4e4e4 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.title-widget h3 a, .product-category h3.title-widget a {
    color: #2f67b2;
    text-shadow: 1px 1px #fff;
}
.product-block-content {
    border: 1px solid #e4e4e4;
    margin: 0 15px;
    padding: 30px 15px 0;
}
.product-categories .product-category {
    padding: 0 15px;
}
.product-categories .entry-title {
    font-size: 14px;
    font-weight: 600;
}
.product-categories .row {
    margin-bottom: 30px;
}
.featured-mobitivi
{
	font-size:18px;
	color:#0060af;
}
.box-idea {
	
    padding: 12px 10px 5px;
    
}
.home {
    padding: 12px 0px 5px 0;
	border: 1px solid #dddddd;
}
.box-idea p img {
    float: left;
    margin: 3px 5px 3px 3px;
}
.box-idea .linkdetail {
    color: #333;
}
.box-idea .moredetail:hover, .box-idea .linkdetail:hover {
    text-decoration: underline;
}
.box-idea p {
	border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
	height:77px;
}
.box-idea p:last-child{
	border-bottom: none;
}
.box-idea p a {color:#333;font-weight:bold;}
.box-idea p a :hover{color:#a90208;}
.box-idea .moredetail {
    color: #ed6000;
    font-weight: bold;
    padding-left: 190px;
}
/*document*/
  #bs-example-navbar-collapse-1 a{
		color:#7cca14;
		padding: 15px 35px;
	}
	#bs-example-navbar-collapse-1 a:hover{
		color: #fff;
		background:#7cca14;
	}
	#bs-example-navbar-collapse-1 .active a{
		color: #7cca14;
		background:#7c533f;
	}
	#bannerright{
		padding:0;
		background:#eceff4;
		height:100%;
		background-size:cover;
		max-height: 430px;
	}
	.buttonpink{
		background: #d13c69;
		color: #7cca14;
		border-radius: 25px;
		font-size: 24px;
		padding: 5px 25px;
		box-shadow: 0 0 2px #333;
	}
	.buttonpink:hover{
		background:#0060af;
		color: #fff;
	}
	.buttonyellow{
		font-size: 15px;
		background: #ffad01;
		color: #fff;
		border-radius: 25px;
		padding: 5px 20px;
		box-shadow: 0 0 2px #333;
	}
	.buttonpink:hover{
		background:#0060af;
		color: #fff;
	}
	.buttongreen{
		background:#7db751;
		font-size: 15px;
		width: 95%;
		color: #fff;
		border-radius: 25px;
		padding: 5px 20px;
		box-shadow: 0 0 2px #333;
	}
	.buttongreen:hover{
		background:#0060af;
		color: #fff;
	}
	.khungdichvu{
		margin:0 0 10px;
		background: #deeefb;
		padding: 0;
		border-radius: 5px;
	}
	.khungdichvudo{
		background: #f02127;
		padding: 0;
		border-right-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		min-height: 133px;
		color:#fff;
	}
	.khungdichvuxanh{
		background:#005aaa;
		padding: 0;
		border-right-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		min-height: 133px;
		color:#fff;
	}
	.khungdichvulacay{
		background:#59b400;
		padding:0;
		border-right-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		min-height: 133px;
		color:#fff;
	}
	.tinhnang{
		padding: 10px 30px;
		color: #fff;
		background: #0060af;
		font-weight: 300;
	}
	.khungtinhnang{
		margin:0;
		padding:10px;
		border:1px solid #0060af;
		position:relative;
		margin-top: 25px;
	}
	p{
		padding:5px 0;
	}
	.inputform{
		border-radius:0;
		box-shadow:none;
		border:1px solid #0060af;
		height:35px;
	}
	.buttondangki{
		background: #0060af;
		color: #fff;
		border-radius: 0;
		font-size: 16px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.footerlist{
		padding:0;
		list-style-type:none;
	}
	.footerlist li{
		padding: 3px 0;
	}
	.footerlist a{
		color:#fff;
		font-size:13px;
	}
	@media(min-width:320px) and (max-width:480px){
		.lienhe{
			line-height: 30px !important;
			margin-top:10px !important;
		}
		#lienhe{
			text-align:center;
		}
		#footer2{
			margin-top:10px;
		}
		#footer3{
			margin-top:10px;
		}
		.tinhnang{
			font-size:16px;
			width:100% !important;
		}
	}
.h4-footer
{
	font-family: Verdana;
	color: #fff;
	font-size: 18px;
}

.logo-infor
{
	height: 186px;
	position: absolute;
	top: 3px; 
	width: 241px;
	z-index: 60;
	left: 50%;
	margin-left: -97px !important;
	display:overflow;
}
/* footer */
footer{margin-top: 0px; border-top: none;}
.bg-footer{ height: 2px; width: 100%; background: #f47d0b;}
footer .home_signups{position: relative; padding-right:40px;}
footer .home_signups input.txt-sigups{height: 43px; line-height: 43px; border: 0 none; display: block;
    font-size: 14px; padding-bottom: 9px; padding-left: 11px; padding-top: 9px; resize: none; width: 80%;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;
}
footer .home_signups .submit_button {
    background: #fff601 none repeat scroll 0 0; height: 37px; line-height: 37px; right: 0; top: 3px;
    position: absolute; right: 0; color: #333; text-align: center; display: block; width: 80px; margin-right:148px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;font-family:"UVF Lobster12";
}
footer .home_signups input.txt-sigups{color: #a2a1a1;}
footer ul.list-icon-sco{}
footer ul.list-icon-sco li{float: left; margin-right: 10px;} 
footer img.tit-socio{margin-top: 10px; margin-right: 10px;}
footer .home_signups span.ry-email{font-size: 9px;}
footer .link-bottom{margin-top: 30px;}
footer .link-bottom ul li{float: left; margin-bottom: 20px; margin-right: 20px; }
footer .link-bottom ul li a{font-size: 13px; }
footer  .cp-right{font-size: 13px;}
.social-profile-icons { overflow: hidden;margin-top: 15px;}
.social-profile-icons ul {
  margin-left: -3px;
  margin-right: -3px;
  list-style: outside none none;
}

.social-profile-icons ul {  
  margin: 0;
  padding-left: 0px;
  line-height: 1.2;
}
.social-profile-icons ul li{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none !important;
  float: left;
  list-style-type: none;
  margin: 0 7px 10px !important;
  padding: 0 !important;
}
.social-profile-icons ul li a {
  border-radius: 10%;
  color: #fff !important;
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 34px;
}
.social-profile-icons ul li i {
  font-size: 16px;
  line-height: 32px;
}
.social-profile-icons ul li a i {
  margin-top: 2px;
  font-size: 32px;
}
.hotline-foter
{
	font-weight:bold;
	font-size: 18px;
	font-family:"UVF Lobster12";
	padding-top: 12px;
}
.hotline-after
{
	padding-top: 12px;
	font-weight:bold;
	font-size: 18px;
	font-family:"UVF Lobster12";
	color:#ffdb00;
}
.h4-news {
    color: #3b291f;
    font-family: Verdana;
    font-size: 18px;
	font-weight:bold;
	padding-bottom: 20px;
}
.hr-border
{
	border-color:#427400;
	border-width: 3px 0 0;
	margin-bottom:40px;
	
}

/* end footer */
.box-sale{position: absolute; right:7%; top: -2%; color: #fff; font-size: 14px;}
.box-sale .bg-green{background: #7c533f; padding: 10px; display: none;}
.box-sale .bg-green span{font-size: 14px;}
.box-sale .bg-orange{background: #7cca14; padding: 10px 5px; font-size: 14px;}
.margin-bottom-news{padding-bottom: 20px;}
.color-font-new
{
	color:#4b7303;
	font-size: 16px;
}
.intro-infor
{
	margin-top: 50px;
}
div#centerDiv {
	width: 100%;
	text-align: center;
	border: 1px solid #fb8000;
}
ul.centerUL {
	margin: 2px auto;
	line-height: 1.4;
	padding-left: 0;
}
.centerUL li {
	display: inline;
	text-align: center;
}
.centerUL li a{
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.linhnguyen-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}	
	.linhnguyen-modal {
		visibility: hidden;
		text-align:center;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 590px;
		position: absolute;
		z-index: 101;
		padding: 10px 20px 14px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.linhnguyen-modal.small 		{ width: 200px; margin-left: -140px;}
	.linhnguyen-modal.medium 		{ width: 400px; margin-left: -240px;}
	.linhnguyen-modal.large 		{ width: 650px; margin-left: -347px; height: 488px;}
	.linhnguyen-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.linhnguyen-modal .close-linhnguyen-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		}
.section-title1 {
    border-bottom: 1px solid #ff3334;
    z-index: 1;
}
.nav-tabs
{
	border-top: 1px solid #ed3338;
	border-bottom: none!important;
}
.section-title1 span {
    color: #ff6014;
    display: inline-block;
    font-size: 16px;
	text-transform:uppercase;
    margin: 0;
    padding: 12px 60px 12px 15px;
	font-weight:bold;
}		
.secondary-nav {

}
.secondary-nav::before {
	margin-top: 15px;
    height: 1px;
    position: absolute;
    width: 100%;
}
.secondary-nav .scroll-content::after {
    clear: both;
    content: "";
    display: table;
}
.secondary-nav .nav-list {
    text-align: left;
	margin-top: 10px;
}
.secondary-nav .contact > a, .secondary-nav .nav-item.active, .secondary-nav .nav-item > a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
.secondary-nav .nav-item {
    display: inline-block;
    float: none;
    margin-left: 25px;
    position: relative;
}
.secondary-nav .nav-item.active > a {
    color: #2bafe9;
    position: relative;
}
.secondary-nav .nav-item.active > a::before {
    border-bottom: 9px solid #2bafe9;
    border-left: 9px solid rgba(255, 255, 255, 0);
    border-right: 9px solid rgba(255, 255, 255, 0);
    height: 0;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    transition: opacity 0.2s linear 0s;
    width: 0;
}
.secondary-nav .nav-item.active > a::after {
    background-color: #2bafe9;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.secondary-nav .nav-item._hover-open {
    background-color: transparent;
}
.secondary-nav .nav-item._hover-open > a {
    color: #848484;
}
.secondary-nav .nav-item._hover-open.dropdown > a::before {
    border-top-color: #2bafe9;
}
.secondary-nav .nav-item:first-child {
    margin-left: 0;
}
.secondary-nav .nav-item > a {
	color: #4d566f;
    line-height: 33px;
	font-family: 'Roboto', sans-serif !important;
	padding-bottom: 3px;
}

.secondary-nav .contact {
    background-color: #2bafe9;
    float: right;
    margin-top: 5px;
    padding: 0;
    text-transform: uppercase;
    transition: background-color 120ms linear 0s;
}
.secondary-nav .contact a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 13.5px 41px;
}
.secondary-nav .contact:focus, .secondary-nav .contact:hover {
    background-color: #008cc9;
}
.secondary-nav .contact:focus a, .secondary-nav .contact:hover a {
    color: #fff;
}
.secondary-nav .dropdown > a {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.secondary-nav .dropdown > a::before {
    border-left: 6px solid rgba(255, 255, 255, 0);
    border-right: 6px solid rgba(255, 255, 255, 0);
    border-top: 6px solid #d4d4d4;
    content: "";
    height: 0;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: border-top-color 50ms linear 0s;
    width: 0;
}
.secondary-nav .sub-nav {
    border-top: 2px solid #2bafe9;
    box-sizing: content-box;
    left: -30px;
    padding: 30px;
    top: 48px;
    width: 200px;
}
.secondary-nav .sub-nav-item a:hover {
    color: #bbb;
}
.secondary-nav .sub-nav-header {
    display: none;
}
.secondary-nav a {
	font-family: 'Roboto', sans-serif;
    color: #4d566f;
    text-decoration: none;
    transition: color 0.2s linear 0s;
	
}
@media screen and (max-width: 1180px) {
.secondary-nav::before {
    bottom: 1px;
}
.secondary-nav .scroll-cover {
    height: 51px;
    overflow-y: hidden;
}
.secondary-nav .scroll-cover::after, .secondary-nav .scroll-cover::before {
    content: "";
    height: 31px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.2s linear 0s;
    width: 55px;
    z-index: 1;
}
.secondary-nav .scroll-cover::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 0px, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    left: -1px;
}
.secondary-nav .scroll-cover::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #fff 100%) repeat scroll 0 0;
    right: -1px;
}
.secondary-nav .scroll-cover._mask-left::before, .secondary-nav .scroll-cover._mask-right::after {
    opacity: 1;
}
.secondary-nav .scroll-container {
    overflow-y: hidden;
    padding-bottom: 18px;
    text-align: center;
    white-space: nowrap;
}
.secondary-nav .scroll-content {
    display: inline-block;
    width: auto;
}
.secondary-nav .contact, .secondary-nav .nav-item {
    display: inline-block;
    float: inherit;
    margin-left: 40px;
}
.secondary-nav .nav-item {
    position: static;
}
.secondary-nav .sub-nav {
    white-space: normal;
}
}
@media screen and (max-width: 767px) {
.secondary-nav {
    margin: 0;
    width: 100%;
}
.secondary-nav .dropdown._sub-nav-open .sub-nav {
    opacity: 1;
}
.secondary-nav .dropdown._display-block .sub-nav {
    display: block;
}
.secondary-nav .scroll-cover::after, .secondary-nav .scroll-cover::before {
    max-width: 120px;
    width: 33%;
}
.secondary-nav .scroll-cover::after {
    right: 0;
}
.secondary-nav .scroll-container {
}
.secondary-nav .scroll-content {
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
}
.secondary-nav .nav-item._hover-open > a {
    color: #333;
}
.secondary-nav .sub-nav {
    border-top: 0 none;
    bottom: 0 !important;
    display: none;
    font-size: 18px;
    left: 0 !important;
    min-width: inherit !important;
    opacity: 0.5;
    overflow-y: scroll;
    padding: 0;
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    transition: opacity 120ms ease 0s;
    width: 100%;
    z-index: 1000;
}
.secondary-nav .sub-nav-header, .secondary-nav .sub-nav-item {
    margin-top: 0;
}
.secondary-nav .sub-nav-header {
    display: block;
    padding: 31px 10%;
}
.secondary-nav .sub-nav-item > a {
    display: block;
}
.secondary-nav .close-sub-nav {
    display: block;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}
.secondary-nav .close-sub-nav::after, .secondary-nav .close-sub-nav::before {
    background-color: #c7c7c7;
    content: "";
    height: 1px;
    position: absolute;
    right: 27px;
    top: 55%;
    width: 40px;
}
.secondary-nav .close-sub-nav::before {
    transform: rotate(45deg);
}
.secondary-nav .close-sub-nav::after {
    transform: rotate(-45deg);
}
.secondary-nav .sub-nav-title {
    display: inline-block;
    padding-right: 70px;
}
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	border-color:#fff;
}
.bg-shipping
{
	background: url('../image/vanchuyen/bg-delivery1.jpg') no-repeat;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li
{
	margin-bottom: 35px;
	padding-top: 35px;
}
.Shipping h5 {
    color: #fff !important;
    font-family: "OpenSans-Bold" !important;
    font-size: 15px !important;
}
.Shipping_big_row .Shipping p {
    color: #fff !important;
    line-height: 30px;
    margin-bottom: 0;
}
.Shipping_big_row .Shipping_head h3 {
    color: #fff !important;
    font-family: "iCiel Pacifico" !important;
    font-size: 33px;
}
.Shipping .left {
    margin: 0 auto;
    max-width: 100%;
    transition: all 0.5s ease 0s;
}
.Shipping .right {
    margin: 0 auto;
    max-width: 100%;
    transition: all 0.5s ease 0s;
}
.Shipping .center {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.Shipping_big_row {
    color: #fff;
}
.shipping_step {
    border: 1px solid;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
    text-align: center;
    width: 40px;
}
.Shipping .left:hover .shipping_step {
    background-color: #8db835;
    transition: all 0.5s ease 0s;
}
.Shipping .right:hover .shipping_step {
    background-color: #8db835;
    transition: all 0.5s ease 0s;
}
.Shipping .center:hover .shipping_step {
    background-color: #8db835;
    transition: all 0.5s ease 0s;
}
.ecslideshow.rtl{
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) { 
	#menu {
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
}
#logo {
	margin: 15px 0 15px 0;
}
.hotline{font-size: 17px;  font-weight: bold; color:#ff3334;}
}
 /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
	#menu {
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
}
#logo {
	
}
.hotline{font-size: 17px;  font-weight: bold; color:#ff3334;}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
	
#logo {
	
}
.hotline{font-size: 17px;  font-weight: bold; color:#ff3334;}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

/* Styles */
	#menu {
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
}
#logo {
	
}
.hotline{font-size: 17px;  font-weight: bold; color:#ff3334;}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	#menu {
	background-color: #b6c9d8;
	background-image: linear-gradient(to bottom, #b6c9d8, #b6c9d8);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
	
}
#logo {
	margin: 15px 0 15px 220px;
}
.list-menu-left
{
	padding-top: 15px;
	display:flex;  
	list-style:none;
	text-transform:uppercase;
	
}
.list-menu-left a {
	
	padding-left: 15px;
	color:#fff;
	font-weight:bold;
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
	#menu {
	background-color: #ff800d;
	background-image: linear-gradient(to bottom,#ff800d, #ff800d);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
	top:-55px;
}
#logo {
	margin: 15px 0 15px 0;
}
.list-menu-left
{
	padding-top: 15px;
	display:flex;  
	list-style:none;
	text-transform:uppercase;
	
}
.list-menu-left a {
	
	padding-left: 15px;
	color:#fff;
	font-weight:bold;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
#logo {
	margin: 15px 0 15px 0;
}
#menu {
	background-color: #ff800d;
	background-image: linear-gradient(to bottom, #ff800d, #ff800d);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
	
}
.list-menu-left
{
	padding-top: 15px;
	display:flex;  
	list-style:none;
	text-transform:uppercase;
	
}
.list-menu-left a {
	
	padding-left: 15px;
	color:#fff;
	font-weight:bold;
}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
#logo {
	margin: 15px 0 15px 0;
}
#menu {
	background-color: #ff800d;
	background-image: linear-gradient(to bottom, #ff800d, #ff800d);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
	top:-55px;
}
.list-menu-left
{
	padding-top: 15px;
	display:flex;  
	list-style:none;
	text-transform:uppercase;
	
}
.list-menu-left a {
	
	padding-left: 15px;
	color:#fff;
	font-weight:bold;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
#menu {
	background-color: #ff800d;
	background-image: linear-gradient(to bottom, #ff800d, #ff800d);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
	
}
.hotline{font-size: 16px;  font-weight: bold; color:#ff3334;}
}

/* Desktops and laptops ----------- */
/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
#menu {
	background-color: #ff800d;
	background-image: linear-gradient(to bottom, #ff800d, #ff800d);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
}
#logo {
	margin: 15px 0 15px 0;
}
.hotline{font-size: 17px;  font-weight: bold; color:#ff3334;}
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	
/* Styles */
#menu {
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;
}
#logo {
	margin: 15px 0 15px 25px;
}
.hotline{font-size: 17px;  font-weight: bold; color:#ff3334;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	
	#menu {
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;

}
	#logo {
		margin: 15px 0 15px 25px;
	}
}
@media only screen and (min-device-width : 1025px) and (max-device-width : 1920px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	
	#menu {
	background-color: #ff800d;
	background-image: linear-gradient(to bottom, #ff800d, #ff800d);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #dddddd;
	min-height: 50px;

}
	#logo {
		margin: 15px 0 15px 25px;
	}
	.hotline{font-size: 17px;  font-weight: bold; color:#ff3334;}
}
.navbar{margin-bottom:3px!important;}
.bgs{background:#ebebeb }

