.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-lg-4, .col-sm-6, .col-md-3, .col-lg-3,
.col-xs-7, .col-sm-7, .col-xs-5, .col-sm-5, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9
.col-xs-4, .col-sm-4, .col-md-4, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-lg-6{
	padding: 0px;
	margin: 0px;
}
.container{
	padding: 0px;
}
body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.container-fluid{
	padding-right: 0px !important;
}
.content{
	min-height: 600px;
}
.footer{
	text-align: center;
	padding: 10px;
	border-top: solid 1px #fff;
	background: #1f1f1f;
	min-height: 250px;
}
.footer-bottom{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 1em;
}
.about-us{
	color: #fff;
	text-align: left;
}
.contentabout{
	padding-right: 20px;
}
.title-about{
	width: 100%;
	font-size: 1.4em;
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold; 
}
.tags{
	text-align: left;
	color: #fff;
}
ul.tag-in li {
    display: inline-block;
}
ul.tag-in li a {
    color: #fff;
    font-size: 0.9em;
    text-decoration: none;
    display: block;
}
ul.tag-in li a:hover{
	color: #47B75E;
}
ul.tag-in{
	padding: 0px;
	margin: 0px;
}
ul.tag-in li{
	padding: 0px;
}
.title-tag{
	width: 100%;
	font-size: 1.4em;
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    font-weight: bold; 
}

.time-today{
	text-align: center;
}
.shopping-cart{
	text-align: right;
	font-size: 20px;
	padding: 33px 0px;
}
.shopping-cart > a{
	border: solid 1px #ccc;
	padding: 15px;
	color: #777;
}
.shopping-cart > a:hover{
	text-decoration: none;
	background: #47B75E;
	color: #fff;
	border: solid 1px #fff;
}
.dropdown-menu{
	background: #fff;
	border-radius: 0px;
}
.form-control{
	border-radius: 0px;
}
.head-content{
	padding: 0px;
}
.right-header{
	border-bottom: solid 1px #e7e7e7;
	min-height: 50px;
	line-height: 40px;
}
.right-header > ul{
	float: right;
	padding-left: 0px;
}
.right-header > ul > li{
	float: left;
	margin: 0px 13px;
	list-style: none;
	font-size: 16px;
	font-family: arial;
}
.right-header > ul > li > a{
	color: #90979d;
}
.right-header > ul > li > a:hover{
	color: #47B75E;
	text-decoration: none;
}
.right-header-1{
	float: right;
}
.welcome-msg {
    color: #d85715;
    padding: 10px 25px;
    display: table;
}
.img-logo{
	margin-top: 5px;
}
.btn-search {
    margin-top: 10px;
    float: right;
    width: 20%;
    border-radius: 0px;
    background: #47B75E;
    color: #fff;
    border: solid 1px #47B75E;
}
.input-search {
    width: 80%;
    margin-top: 10px;
    float: left;
}
.group-search{
	margin-bottom: 20px;
	margin-top: 20px;
	border-right: solid 1px #e7e7e7;
	padding-right: 20px;
	padding-bottom: 10px;
}
.scrollTopBtn{
	background: #666;
	width: 36px;
	height: 37px;
	color: #fff;
	position: fixed;
	right: 15px;
	bottom: 110px;
	padding: 10px;
	text-align: center;
	visibility: hidden;
}.scrollTopBtn:hover{
	background: #47B75E;
	color: #fff;
}
.tencongty{
	font-size: 18px;
	font-weight: 700;
}
@media (min-width: 992px){
	.nav-custom{
		background: #f8f9fb;
		border: solid 1px #f8f9fb;
		border-radius: 0px;
		height: 64px;
	}
	#main-menu{
		padding: 0px;
		height: 64px;
	}
	#main-menu > li{
		float: left;
		padding: 25px 0px;
		height: 64px;
	}
	#main-menu > li:hover ul{
		display: block;
	}
	#main-menu > li > a{
		line-height: 16px;
		text-transform: uppercase;
		font-size: 16px;
		border-right: 1px solid #6a747e;
		padding: 0 24.5px;
		font-weight: 700;
	}
	#main-menu > li:nth-child(7) > a{
		border: medium none;
	}
	#main-menu > li > a:hover{
		color: #47B75E;
	}
	.dropdown-menu{
		background: #F5F5F5;
	    border-radius: 0 0 10px 10px;
	    display: none;
	    padding: 15px 0 10px;
	    position: absolute;
	    top: 55px;
	    min-width: 200px;
	    z-index: 9999;
	}
	.dropdown-menu > li{
		border-bottom: 1px solid hsl(0, 0%, 92%);
	}
	.dropdown-menu > li > a{
		font-size: 14px;
		color: #6a747e;
    	padding: 5px 24.5px;
    	text-transform: uppercase;
	}
	.dropdown-menu > li > a:hover{
		color: #47B75E;
	}
	.dropdown-menu > a{
		padding: 10px 24.5px;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 16px; 
		color: #d85715;
	}
	.dropdown-menu > a:hover{
		text-decoration: none;
		color: #47B75E;
	}
}
@media (max-width: 768px){
	.content{
		padding: 15px;
	}
	.nav-custom{
		border-radius: 0px;
		background: #f8f9fb;
		border: solid 1px #f8f9fb;
	}
	#main-menu > li > a{
		line-height: 16px;
		text-transform: uppercase;
		font-size: 16px;
		padding: 15px 24.5px;
	}	
	.dropdown-menu > li{
		border-bottom: 1px solid hsl(0, 0%, 92%);
	}
	.dropdown-menu > li > a{
		font-size: 14px;
		color: #6a747e;
    	padding: 8px 24.5px;
    	text-transform: uppercase;
	}
	.dropdown-menu > a{
		padding: 10px 24.5px;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 16px; 
		color: #d85715;
	}
	.shopping-cart{
		text-align: right;
		font-size: 16px;
		padding: 10px 0px;
	}
	.shopping-cart > a{
		border: solid 1px #ccc;
		padding: 15px;
		color: #777;
	}
	.right-header > ul{
		padding: 0px;
	}
	.group-search{
		padding: 0px 20px;
	}
	.Hotline{
		position: absolute;
		top: 10px;
    	left: 10px;
	}
}

.silder-home{
	width: 100%;
}
.alert-admin{
	float: right;
	top: 0px;
	color: #fff !important;
	z-index: 1000;
	width: 100%;
	position: absolute;
	right: 0px;
	height: 80px;
	border-radius: 0px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
.alert-admin.success{
	background-color: #f67777;
}
.alert-admin.warning{
	background-color: orange;
}
.guilienhe{
	padding-left: 20px;
}