/*
 * Theme Name: UIStart
 * Description: Uikit starter theme
 * Theme URI: meocss.com
 * Version: 1.0
 * Theme Author: KV
 * Author URI: http://meocss.com
 * Tags: starter theme, framework theme, customize
 * Text-domain: uistart
 */

@import 'css/reset.css';
@import 'css/uikit.min.css';
@font-face { font-family: 'logo'; src: url(fonts/logo.ttf); }


*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
em {color: #555}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration: none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
	text-decoration: none;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
html {
	font-family: roboto;
	height: 100%;
	background: #d2c9c9;
}
body {
	height: 100%;
	background: #d2c9c9;
}
#container {
	background-color: #fff;
}
.container {
	width: 100%;
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.menu {
	background: #eaeaea;
	border-bottom: 1px solid #f5f5f5;
	position: fixed;
    width: 100%;
    z-index: 9999;
}
.menu-ul {margin: 0; padding: 0; list-style: none;}
.menu-ul>li {float: left;}
.menu-ul>li>a {padding: 10px 14px; display: block; font-size: 13px;}
.menu-ul::after {content: ''; display: block; clear: both;}
.functions {background: #FFCC33;}
.functions .logo {margin: 20px auto; display: block;}
.function-item {padding: 28px 0;}
.function-item i {float: left; font-size: 42px; line-height: 48px; margin: 0 10px 0 0;}
.function-item p {margin: 0; line-height: 20px; font-size: 14px; display: block; padding-top: 3px;}
.function-item label {margin: 0; line-height: 24px; font-size: 14px; font-weight: bold; display: block; text-transform: uppercase;}
.smenu-search {background: red; padding: 12px 0;}
#search-product {display: block; width: 100%; padding: 6px; height: 32px; border: 0px; outline: none!important;}
.slider {margin-top: 10px;}
.home-cat-box {margin-top: 16px; position: relative;}
.home-cat-box>h2 {background: #fff; font-size: 20px; line-height: 37px; position: absolute; left: 0; top: 0; padding-right: 10px; color: #d35400;}
.home-cat-box>a {background: #fff; font-size: 13px; line-height: 37px; position: absolute; right: 0; top: 0; padding-left: 10px; color: #d35400;}
.home-cat-box::before {content: ''; display: block; height: 19px; border-bottom: 1px solid #555;}
.home-cat-box-content {margin-top: 22px;}
.item {background: #FFCC33; border: 1px solid #f5f5f5; padding: 16px; display: block; margin-bottom: 25px!important;}
.item p, .item h2 {font-size: 18px; text-align: center; line-height: 28px; height: 56px; margin-top: 4px; margin-bottom: 0; border: 0; background: none; font-size: 15px; overflow: hidden;}
.item label {font-size: 15px; font-weight: bold; text-align: right; line-height: 28px; height: 28px; overflow: hidden; display: block; width: 100%;color:red;}
.item .img-wrap {height: 0; /*padding-bottom: 100%*/; overflow: hidden;}
.item .img-wrap img {width: 100%;}
.widget-box {background: #eaeaea; border: 1px solid #f5f5f5; padding: 12px 8px; display: block; margin-bottom: 25px!important; border-radius: 6px;}
.widget-box>h2, .widget-box>h1 {font-size: 18px; font-weight: bold; background: #c0aeae; border-left: 4px solid #d35400; margin: 0 -9px; line-height: 30px;}
.widget-box>h2 span, .widget-box>h1 span {text-indent: 8px; color: #fff; background: #646464; line-height: 30px; padding: 0 16px 0 8px; display: inline-block; margin: 0;}
.new-item {margin-top: 10px; margin-bottom: 0px; font-size: 15px;width: 100%;}
.new-item>a {text-decoration: none;text-transform: uppercase;font-weight: bold;}
.new-item>a>img {width: 25%; float: left; margin-right: 10px;}
.new-item::after {content: ''; display: block; clear: both;}
footer {background: rgb(255, 204, 51); padding: 16px; font-size: 13px;}
footer h2 {margin: 0; font-size: 20px;}
footer .container>div {padding: 16px 0}
.smenu {position: relative; height: 32px; z-index: 999;}

.smenu ul {position: absolute; top: 42px; list-style: none; padding: 0; margin: 0; width: 100%; left: 0;}
.smenu:hover>span>ul {display: block;}
.smenu ul li {width: 100%; position: relative;}
.smenu>span>ul>li:after {content: "\f054"; position: absolute; right: 8px; top: 12px; width: 32px; font-size: 14px; display: inline-block; text-align: right; font: normal normal normal 14px/1 FontAwesome; color: #484848;}
.smenu ul li a {background: #dbdada; color: #464646; line-height: 20px; font-size: 14px; font-weight: bold; display: block; padding: 6px 11px; border-bottom: 1px solid #e8e8e8;}
.smenu ul li a i {position: absolute; right: 8px; top: 14px;}
.smenu ul li ul {top: 0; left: 100%; border-left: 1px solid #e8e8e8; display: none;}
.smenu ul li:hover ul {display: block;}
.bxslider {margin: 0; padding: 0; list-style: none; width: 100%;}
.bx-wrapper {left: 5px;}
.bx-wrapper img {margin: 0 auto;}
.widget-title {margin: 20px 0 0; text-transform: uppercase; background: red; color: #fff; padding: 6px 10px; font-size: 15px; font-weight: bold; text-align: center;}
.gotop a {position: fixed; bottom: 139px; right: 64px;}
.gotop a i {font-size: 18px; background: #383838; opacity: 0.6; border-radius: 100%; padding: 16px; color: #fff;}
.gotop a i:after {margin-left: -2px;}
.gotop a:hover i {opacity: 1;}
.product-content {font-size: 15px; margin-top: 12px;}
.product-content img {width: 100%;}
.product-content h1 {font-size: 20px; margin-bottom: 16px; line-height: 26px;}
.product-content label {margin-bottom: 4px; display: block; position: relative;}
.product-content label span {font-weight: bold; font-size: 17px; position: absolute; left: 94px;}
.news-detail {margin-top: 12px; font-size: 15px; line-height: 23px;}
.news-detail header {border-bottom: 1px dashed #dbdbdb; padding-bottom: 8px; margin-bottom: 10px;}
.news-detail header h1 {font-size: 22px; line-height: 1.5; font-weight: bold; margin-bottom: 4px;}
.news-detail header > span {font-size: 15px;}
.ac_results {position: absolute; top: 142px; width: auto; right: 20px; background: #eee; list-style: none; padding: 0; margin: 0;}
.ac_results li {padding: 10px 16px;}
.ac_results a{display: none;}
.ac_over {color: #d35400; font-weight: bold;}
.tags-cloud {}
.tags-cloud a {padding: 4px 4px 6px;}
#lct-widget-giai-phap {list-style: none; padding: 0; margin: 0;background-color: #FC3;}
#lct-widget-giai-phap li {font-size: 15px; line-height: 48px; text-indent: 48px; position: relative; font-weight: bold; text-transform: uppercase;border: 1px solid #fff;}
#lct-widget-giai-phap a {padding-left: 20%;}
#lct-widget-giai-phap li::before {content: '';
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 3px;
	left: 3px;
}
#lct-widget-giai-phap li:nth-child(odd)::before {
	background: url('http://thegioidungcucobacbip.com/wp-content/uploads/2016/08/dd727203099e16e6e24619ed905f2d6e.png') center center no-repeat;
	background-size: 100%;
	width: 30%;
}
#lct-widget-giai-phap li:nth-child(even)::before {
	background: url('http://thegioidungcucobacbip.com/wp-content/uploads/2016/08/d4065f750fb864fbb90bfcc5c47dc516.png') center center no-repeat;
	background-size: 100%;
	width: 30%;
}
.margin-main {display: none;}
@media screen and (max-width: 768px) {
	.menu-ul li {display: none;}
	.menu-ul li:first-child {display: block;}
	.sidebar {float: right;}
	.smenu {height: 16px;}
	.smenu span {bottom: -100px;}
	.home-cat-box>h2 {max-width: 60%; line-height: 1.3; font-size: 15px;}
	.home-cat-box-content {margin-top: 32px;}
	.sidebar {display: none;}
	.item label {height: 50px;line-height: 25px;}
	.functions {display: block;z-index: 9999999;position: fixed;width: 100%;margin-top: -40px;background-color: #fff;}
	.functions .logo {margin: 5px auto;height: 40px;}
	.menu {display: none;}
	.smenu-active {display: block!important;}
	.product-content label {}
	.product-content label span {font-size: 15px; white-space: nowrap; left: 84px;}
	.text-footer {font-size : 13px;word-wrap: break-word;}
}
.cate_2 ul li {    list-style: none;overflow: hidden;}
.cate_2 ul li img{width:40%;float:left;}