/* RESET CSS */
* {
	margin: 0px;
	padding: 0px;
}

/* COMMON CSS */
body {
	background-color: #FBFBFB;
	color: #5A5A5A;
	font-size: 13px;
	font-family: LFTEtica, Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 1.3;
}

ul {
	margin: 0px;
	list-style: none;
}

.no-padding {
	padding: 0px;
}

input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
select.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	outline: none;
	border: 2px solid #3cb8ba;
}

input[type=radio],
input[type=checkbox] {
	margin-top: 2px;
}

/* HEADER */
.container {
	max-width: 980px !important;
	padding: 0;
}

header {
	background-color: #fff;
}

#menu {}

#menu ul {
	padding: 10px 0px;
}

#menu ul li {
	display: inline-block;
	border-right: 1px solid #ccc;
	padding: 0px 10px;
}

#menu ul li:last-child {
	border-right: none;
}

#menu ul li a {
	text-decoration: none;
	color: #5A5A5A;
}

#menu ul li a:hover {
	color: #F9423A;
}

#quan-bar {
	background-color: #F9423A;
	padding: 0px 20px;
	min-height: 80px;
}

#logo {}

#login {
	padding: 15px 0px;
}

#login button {
	height: 50px;
	color: #fff;
	font-size: 20px;
	border: none;
	background: none;
}

#btn-login {
	font-weight: bold;
}

#btn-post {
	width: 250px;
	font-weight: bold;
	background: #bf312c !important;
}

#logged {
	margin-right: 15px;
	min-width: 200px;
}

#logged button {
	border: 1px solid #fff;
	border-radius: 4px;
	font-weight: bold;
	width: 100%;
}

#logged .dropdown-menu {
	background: #F9423A;
	min-width: 200px;
}

#logged .dropdown-menu li a {
	color: #fff;
	font-size: 16px;
	padding: 10px;
}

#logged .dropdown-menu li a:hover {
	background: #bf312c;
}

#logged .dropdown-menu li a i {
	padding: 0px 10px;
}

/* MAIN */
main {
	background-color: #fff;
}

#search {
	padding: 30px 20px;
	background-color: #F7F5F1;
	margin-bottom: 20px;
}

#search form {}

#search form h3 {
	margin: 0px;
	padding: 10px 5px 10px 0px;
}

#search form .form-group {
	padding-right: 0px;
}

#search form .form-group:first-child {
	padding-left: 0px !important;
}

#search form input,
#search form select,
#search form button {
	width: 100%;
	height: 50px;
}

#search form input:focus,
#search form select:focus {
	box-shadow: none;
	border: 2px solid #0097A6;
}

.search-submit,
.search-submit:hover {
	background: #0097A6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border: none;
}

#content {
	padding-bottom: 20px;
}

#category-hot,
#area {
	margin: 40px 0px;
}

#category-hot h2 {
	margin: 0px 0px 15px;
}

#category-hot-top {
	background: #e4f2f2;
	padding: 10px 0px;
	border-radius: 5px;
	margin-bottom: 15px;
}

#category-hot-top p {
	font-size: 16px;
	line-height: 34px;
	text-align: center;
}

.cat-hot-item {
	display: block;
	text-decoration: none;
	padding: 0px 5px;
	color: #0097A6;
	margin-bottom: 10px;
}

.cat-hot-item:hover {
	text-decoration: none;
}

.cat-hot-item:last-child {
	padding-right: 15px;
}

.cat-hot-item>div {
	height: 130px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.cat-hot-item .cat-icon {
	height: 80px;
	text-align: center;
	font-size: 60px;
}

.cat-hot-item .cat-name {
	padding: 5px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.cat-hot-item:hover>div {
	background-color: #0097A6;
}

.cat-hot-item:hover .cat-icon,
.cat-hot-item:hover .cat-name {
	color: #fff;
	text-decoration: none;
}

#area {}

#area-city {}

#area-city ul li {
	padding: 5px 0px;
	text-align: right;
}

#area-city ul li a {
	color: #0097A6;
	text-decoration: none;
	outline: none;
}

#area-city ul li a:hover {
	color: #3cb8ba;
	text-decoration: underline;
}

#banner {
	margin-bottom: 30px;
}

#banner img {
	width: 100%;
}

#category {}

#category>h4 {
	color: #F9423A;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

#category>ul>li {
	display: inline-block;
	padding-left: 0px;
	min-height: 120px;
}

#category>ul li h4 {
	font-size: 12px;
	height: 35px;
	display: inline-block;
	margin-bottom: 10px;
	color: #5A5A5A;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	font-weight: bold;
}

#category>ul li>ul li a {
	font-size: 12px;
	color: #969696;
	text-decoration: none;
	outline: none;
}

#category>ul li>ul li a:hover {
	color: #BEBEBE;
	text-decoration: underline;
}

/* FOOTER */
footer {}

#menu-footer {
	padding: 30px 0px;
}

#menu-footer>div {
	min-height: 120px;
}

#menu-footer>div ul li {}

#menu-footer>div ul li a {
	font-size: 14px;
	color: #969696;
	text-decoration: none;
	outline: none;
}

#menu-footer>div ul li a:hover {
	color: #BEBEBE;
	text-decoration: underline;
}

#bottom-footer {
	text-align: center;
	padding-bottom: 150px;
	padding-top: 20px;
}