@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans.woff2') format('woff2'),
         url('../fonts/OpenSans.woff') format('woff'),
         url('../fonts/OpenSans.ttf') format('truetype'),
         url('../fonts/OpenSans.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/OpenSans-CondensedLight.eot');
    src: url('../fonts/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondensedLight.woff2') format('woff2'),
         url('../fonts/OpenSans-CondensedLight.woff') format('woff'),
         url('../fonts/OpenSans-CondensedLight.ttf') format('truetype'),
         url('../fonts/OpenSans-CondensedLight.svg#OpenSansCondensedLight') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.woff2') format('woff2'),
         url('../fonts/OpenSans-Light.woff') format('woff'),
         url('../fonts/OpenSans-Light.ttf') format('truetype'),
         url('../fonts/OpenSans-Light.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold.svg#OpenSansExtraBold') format('svg');
}

/*
 * OVERVIEW
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    margin:0px;
    padding:0px;
    border: 0;
    outline: none;
}
html {
    line-height: 1.5;
}
body { 
    margin: 0px auto;
    overflow-x: hidden;
    font-size: 16px;
	background-color: #e6e5e5;
	color: #333333;
    font-family: 'OpenSans', Arial, sans-serif;
}
img { 
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}
input:focus, input,
select:focus, select {
	outline: none !important;
}
ul,li,ol{ 
    list-style: none; 
}
table { 
    border-spacing: 0; 
}
a, a:hover, a:focus { 
    text-decoration:none; 
    color: inherit;
	outline: none;
}
select, textarea, input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
    font-family: 'OpenSans', Arial, sans-serif;
}
.clr {
    clear: both;
}
.divclr::after {
    content: '';
    display: block;
    clear: both;
}
.vta {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.vta1 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.no-padding {
	padding: 0;
}
#content main {
	position: relative;
}
header .topbar {
	position: relative;
	z-index: 10;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(230,229,229,1) 60%, rgba(230,229,229,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(230,229,229,1) 60%,rgba(230,229,229,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(230,229,229,1) 40%,rgba(230,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e5e5',GradientType=1 );
}
header .topbar .right {
	width: 50%;
}
header .topbar ul {
	width: 50%;
	position: relative;
	font-size: 12px;
	background-color: #e6e5e5;
	padding-top: 7px;
	padding-bottom: 7px;
}
header .topbar ul:before {
    content: '';
    width: 50px;
    height: 24px;
    background: url(../img/topbar-shape.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: -40px;
}
header .topbar ul li {
	color: #666;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
    font-family: 'OpenSansLight', Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	padding-right: 10px;
	margin-right: 6px;
	border-right: 1px solid #a6a6a5;
}
header .topbar ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right-width: 0;
}
header .mid {
	margin-top: -24px;
	background-color: #fff;
}
header .mid .col-left,
header .mid .col-right {
	width: 50%;
}
header .mid .col-left .logo {
	padding-top: 17px;
	padding-bottom: 17px;
}
header .mid .col-left form.form {
	width: 190px;
    margin-top: 39px;
}
header .mid .col-left form.form input {
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
}
header .mid .col-left form.form input::-webkit-input-placeholder {
	color: #cccccc;
    font-weight: bold;
}
header .mid .col-left form.form input::-moz-placeholder {
	color: #cccccc;
    font-weight: bold;
}
header .mid .col-left form.form input:-ms-input-placeholder {
	color: #cccccc;
    font-weight: bold;
}
header .mid .col-left form.form input:-moz-placeholder {
	color: #cccccc;
    font-weight: bold;
}
header .mid .col-right ul {
	margin-top: 12px;
}
header .mid .col-right ul li {	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 145px;
	line-height: 35px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	text-align: center;
	font-size: 14px;
}
header .mid .col-right ul li:first-child {
	background-color: #cccccc;
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin-right: 12px;
}
header .mid .col-right ul li:last-child {
	background-color: #f7941d;
	font-weight: bold;
	color: #fff;
}
header .mid .col-right ul li a {
	display: block;
}
header .mid .col-right ul li:first-child a:before {
	content: '';
	width: 17px;
	height: 35px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	background: url(../img/header-mid-icon-1.png) no-repeat center center;
	margin-right: 15px;
}
header .bottom {
	background-color: #27bdbf;
	position: relative;
} 
header .bottom .main-menu > li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	padding: 9px 10px;
}
header .bottom .main-menu li.home {
	padding-left: 0;
}
header .bottom .main-menu > li a {
	color: #fff;	
}
header .bottom .main-menu > li > a {
	text-transform: uppercase;
	display: block;
	line-height: 27px;
	font-weight: bold;
}
header .bottom .main-menu li.home a {
	width: 27px;
	height: 27px;
	background: url(../img/main-menu-home.png) no-repeat center center;
	display: block;
}
header .bottom .main-menu > li > a:hover {
	color: #f58634;
}
header .bottom .main-menu li.home a:hover {
	background: url(../img/main-menu-home-hover.png) no-repeat center center;
}
header .bottom .main-menu > li.has-child {
	position: relative;
	padding-right: 20px;
}
header .bottom .main-menu > li.has-child:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	margin: auto;
	width: 0; 
	height: 0; 
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #fff;
}
header .bottom .main-menu > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
    z-index: 150;
	background-color: #27bdbf;
    width: 165px;
	display: none;
}
header .bottom .main-menu > li.has-child:hover > ul {
	display: block;
}
header .bottom .main-menu > li > ul li {
	font-size: 12px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;	
}
header .bottom .main-menu > li > ul li:hover {
	background-color: #f58634;
}
header .bottom .main-menu > li > ul li a {
	display: block;
	text-transform: uppercase;
}
header .bottom .main-menu > li > ul > li.has-children {
	position: relative;
}
header .bottom .main-menu > li > ul > li.has-children:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 0; 
	height: 0; 
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #fff;	
}
header .bottom .main-menu > li > ul > li.has-children ul {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #27bdbf;
    width: 165px;
	display: none;
}
header .bottom .main-menu > li > ul > li.has-children:hover ul {
	display: block;
}
header .bottom .hotline ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	line-height: 45px;
}
header .bottom .hotline ul li:first-child {
	font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	color: #96dcfb;
	margin-right: 12px;
}
header .bottom .hotline ul li:last-child {
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	margin-left: 4px;
}
header .bottom #menu-toggle {
	width: 23px;
	height: 23px;
	background: url(../img/menu-toggle-1.png) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11px;
	margin: auto;
	cursor: pointer;
}
header .bottom #menu-toggle.open {
	background: url(../img/menu-toggle-2.png) no-repeat center center;
}
section#slider {
	padding-top: 8px;
}
section#slider .owl-carousel .owl-nav .owl-prev,
section#slider .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 32px;
	height: 32px;
	opacity: .4;
}
section#slider .owl-carousel .owl-nav .owl-prev {
	left: 15px;
	background: url(../img/icon-prev.png) no-repeat center center;
}
section#slider .owl-carousel .owl-nav .owl-next {
	right: 15px;
	background: url(../img/icon-next.png) no-repeat center center;
}
section#slider .owl-carousel .owl-nav > div:hover {
	opacity: 1;
}
section#services {
	margin-top: 19px;
}
section#services .item {
	width: 20%;
	height: 320px;
	overflow: hidden;
	background-color: #ffffff;
	border-right: 1px solid #e6e5e5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 23px;
}
section#services .item img.icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e6e5e5;
}
section#services .item h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f58634;
    margin-top: 15px;
}
section#services .item p {
	font-size: 12px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin-top: 9px;
    line-height: 14px;
	min-height: 42px;
}
section#services .item ul {
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 39px;
}
section#services .item ul li {	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #efeded;
	width: 39px;
	line-height: 39px;
	margin-right: 3px;
}
section#services .item ul li:last-child {
	margin-right: 0;
}
section#services .item ul li:hover {
	background-color: #ff6600;
}
section#services .item ul li a {
	display: block;	
}
section#services .item ul li:hover a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);	
}
section#services .item .more {
    font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;
    text-decoration: underline;
}
section#services .item .more:hover {
	color: #f7941d;
}
section#sidebar-fixed {	
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,1,1,.3);
	-moz-box-shadow: 0 0 10px rgba(0,1,1,.3);
	box-shadow: 0 0 10px rgba(0,1,1,.3);
	z-index: 999;
	-webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateX(-212px);
    -moz-transform: translateX(-212px);
    -ms-transform: translateX(-212px);
    -o-transform: translateX(-212px);
    transform: translateX(-212px);
}
section#sidebar-fixed.open {
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);	
}
section#sidebar-fixed.fixed {
	position: fixed;
}
section#sidebar-fixed .col-left {
	background-color: #27bdbf;
	width: 212px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
section#sidebar-fixed .col-left .scroll {
	overflow-y: auto;
}
section#sidebar-fixed .col-left .scroll::-webkit-scrollbar-track {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
}
section#sidebar-fixed .col-left .scroll::-webkit-scrollbar {
	width: 7px;
	background-color: transparent;
}
section#sidebar-fixed .col-left .scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #27bdbf;
}
section#sidebar-fixed .col-left h4 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #27bdbf;
	padding-left: 3px;
	padding-right: 3px;
    margin-top: 10px;
    padding-bottom: 10px;
}
section#sidebar-fixed .col-left .category-product ul {
	padding-left: 3px;
	padding-right: 3px;	
	border-bottom: 1px solid #27bdbf;
    padding-bottom: 10px;
    padding-top: 10px;
}
section#sidebar-fixed .col-left .category-product ul li {
	text-transform: uppercase;
	color: #fff;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding-bottom: 10px;
	font-size: 12px;
}
section#sidebar-fixed .col-left .category-product ul li:last-child {
	padding-bottom: 0;
}
section#sidebar-fixed .col-left .category-product ul li a {
	display: block;
}
section#sidebar-fixed .col-left .category-product ul li a:hover {
    color: #f7cd9b;
    font-weight: bold;	
}
section#sidebar-fixed .col-left .phone {	
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #27bdbf;
    position: absolute;
	bottom: 0;
    left: 10px;
    right: 10px;
    margin: auto;
}
section#sidebar-fixed .col-left .phone span {
	position: relative;
	padding-left: 21px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
section#sidebar-fixed .col-left .phone span:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/sidebar-fixed-icon-phone.png) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
section#sidebar-fixed .col-right {
	width: 60px;
}
section#sidebar-fixed .col-right .request li {
	color: #666;
	font-size: 11px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	border-bottom: 1px solid #e6e5e5;
	padding-top: 12px;
	padding-bottom: 12px;
}
section#sidebar-fixed .col-right .request li img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
section#sidebar-fixed .col-right .service li {
	padding-top: 5px;
	padding-bottom: 5px;	
}
section#sidebar-fixed .col-right .service li a img {
	width: 50px;
	margin-left: auto;
	margin-right: auto;  
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
section#sidebar-fixed .col-right .service li a:hover img {
	-webkit-filter: none;
	filter: none;
}
section#contact-form .inner {
	background-color: #27bdbf;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
section#contact-form .inner .title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
section#contact-form .inner .title span {
	font-size: 12px;
	font-weight: normal;
    font-family: 'OpenSansLight', Arial, sans-serif;
}
section#contact-form .inner form {
	margin-top: 10px;
	font-size: 14px;
}
section#contact-form .inner form > div.left {
	width: calc(100% - 210px);
}
section#contact-form .inner form > div.left .left {
	width: 30.32128514056225%;
	margin-right: 3.012048192771084%;
}
section#contact-form .inner form > div.right {
	width: 210px;
}
section#contact-form .inner form >.left input[type="text"],
section#contact-form .inner form >.left select {
	height: 37px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
section#contact-form .inner form >.left .col-select {
	position: relative;	
}
section#contact-form .inner form >.left input[type="text"]:first-child {
	margin-bottom: 10px;
}
section#contact-form .inner form >.left .col-select:after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;  
	border-top: 5px solid #27bdbf;
	position: absolute;
	top :0;
	bottom: 0;
	right: 8px;
	margin: auto;
}
section#contact-form .inner form >.left textarea {
	height: 84px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	resize: none;
    padding-top: 9px;
}
section#contact-form .inner form > .right input[type="submit"] {
	height: 42px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	background-color: #f58634;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
} 
section#contact-form .inner form > .right p {
	font-size: 12px;
	color: #fff;
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin-top: 12px;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
section#why {
	padding-top: 24px;
	padding-bottom: 56px;
	background: url(../img/why-bg.png) no-repeat center bottom;
}
section#why .logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
section#why .title {
    font-size: 31px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin-top: 9px;
	position: relative;
	z-index: 2;
}
section#why .sub-text {
    font-size: 43px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-top: -23px;
    color: #27bdbf;
    opacity: .2;
    font-weight: bold;
    font-family: 'OpenSansExtraBold', Arial, sans-serif;
}
section#why .desc {
	margin-top: 17px;
}
section#why .desc .item:last-child {
	margin-top: 75px;
}
section#why .desc .text-right .item {
	padding-right: 131px;
}
section#why .desc .text-left .item {
	padding-left: 131px;
}
section#why .desc .item img {
    padding: 17px;
	background-color: #27bdbf;
}
section#why .desc .text-right .item img {
	margin-left: 22px;
}
section#why .desc .text-left .item img {
	margin-right: 22px;
}
section#why .desc .item .info h4 {
    font-family: 'OpenSansExtraBold', Arial, sans-serif;
	font-size: 18px;
	color: #27bdbf;
}
section#why .desc .item .info p {
	font-size: 14px;
	color: #666;
    font-family: 'OpenSansLight', Arial, sans-serif;
    margin-top: 3px;
}
section#list-cat {
	margin-top: 50px;
}
section#list-cat .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
section#list-cat .sub-title {
	font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	text-align: center;
    margin-top: 5px;
}
section#list-cat .nav-tabs {
	border: none;
    text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	margin-top: 20px;
}
section#list-cat .nav-tabs > li {
    float: none;
    margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
section#list-cat .nav > li {
    position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}
section#list-cat .nav > li > a {
    position: relative;
    display: block;
    padding: 0;
}
section#list-cat .nav-tabs > li > a {
    margin-right: 0;
    line-height: 30px;
    border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding-left: 35px;
    padding-right: 35px;
	font-size: 14px;
}
section#list-cat .nav-tabs > li.active > a,
section#list-cat .nav-tabs > li.active > a:focus,
section#list-cat .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #ff6600;
    border: none;
}
section#list-cat .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
section#list-cat .nav > li > a:focus,
section#list-cat .nav > li > a:hover {
    text-decoration: none;
    background-color: #ff6600;
    color: #fff;
}
section#list-cat .tab-content {
	margin-top: 23px;
}
section#list-cat #list-product article .img {
	display: block;
	position: relative;
}
section#list-cat #list-product article .img .status {
	width: 43px;
	line-height: 17px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	position: absolute;
	top: 4px;
	right: 4px;
	text-transform: uppercase;
}
section#list-cat #list-product article .img img {
	width: 100%;
}
section#list-cat #list-product article .img .status.new {
	background-color: #27bdbf;
}
section#list-cat #list-product article .img .status.old {
	background-color: #999;
}
section#list-cat #list-product article h4 {
	font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;	
	margin-top: 12px;
	min-height: 30px;
}
section#list-cat #list-product article .price {
	margin-top: 5px;
	min-height: 32px;
}
section#list-cat #list-product article .price > span {
	display: block;
}
section#list-cat #list-product article .price .regular-price,
section#list-cat #list-product article .price .sale-price,
section#list-cat #list-product article .price .contact-price {
	color: #ff6600;
	font-size: 18px;
    line-height: 20px;
}
section#list-cat #list-product article .price .del-price {
    color: #333;
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
}
section#list-news-sale {
	margin-top: 35px;
}
section#list-news-sale .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
section#list-news-sale .inner {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
}
section#list-news-sale .inner > .left {
	padding-left: 10px;
	padding-right: 10px;	
}
section#list-news-sale .inner .col-1 {
	width: 31.20689655172414%;	
}
section#list-news-sale .inner .col-1 a {
	position: relative;
	display: block;
}
section#list-news-sale .inner .col-1 a img {
	width: 342px;
	height: 260px !important;
}
section#list-news-sale .inner .col-1 a h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    color: #ff6600;
    font-weight: bold;
    padding: 15px;
    font-size: 18px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
section#list-news-sale .inner .col-1 a:hover h4 {
	background-color: rgba(0, 0, 0, .75);;
}
section#list-news-sale .inner .col-2 {
	width: 34.39655172413793%;
}
section#list-news-sale .inner .col-2 article {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 9px;
    margin-bottom: 9px;
}
section#list-news-sale .inner .col-2 article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
}
section#list-news-sale .inner .col-2 article > .img {
	width: 97px;
}
section#list-news-sale .inner .col-2 article > .img img {
	width: 97px;
	height: 74px !important;
}
section#list-news-sale .inner .col-2 article > h4 {
	width: calc(100% - 110px);
    font-family: 'OpenSansLight', Arial, sans-serif;
}
section#list-news-sale .inner .col-2 article > h4:hover {
	color: #ff6600;
	font-weight: bold;
}
section#produce {
	margin-top: 40px;
}
section#produce .inner {
	background-color: #fff;
	padding-top: 18px;
	padding-bottom: 18px;
	position: relative;
}
section#produce .inner .col-left {
	width: 50%;
	padding-left: 42px;
	padding-right: 42px;
}
section#produce .inner .col-left .logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e6e5e5;
    padding: 9px;
}
section#produce .inner .col-left p {
	font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	text-align: justify;
    line-height: 18px;
    margin-top: 15px;
}
section#produce .inner .col-left p span {
	font-weight: bold;
	font-family: 'OpenSans', Arial, sans-serif;
}
section#produce .inner .col-left p .span-1 {
	color: #27bdbf;
}
section#produce .inner .col-left p .span-2 {
	color: #f58634;	
}
section#produce .inner .col-left .sign {
	margin-top: 12px;
}
section#produce .inner .col-left .sign .left {
	margin-top: 29px;
}
section#produce .inner .col-right {
	width: 50%;
	padding-right: 42px;
	padding-left: 74px;
}
section#produce .inner .col-right h3 {
	font-size: 30px;
	font-weight: bold;
	color: #27bdbf;
}
section#produce .inner .col-right h3 span {
	font-size: 24px;
	color: #898686;
    font-family: 'OpenSansLight', Arial, sans-serif;
	display: block;
	font-weight: normal;
}
section#produce .inner .col-right form {
	margin-top: 20px;
}
section#produce .inner .col-right form input[type="text"] {
	height: 35px;
	border-bottom: 1px solid #000;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
section#produce .inner .col-right form input.left,
section#produce .inner .col-right form input.right {
	width: calc(50% - 11px);
}
section#produce .inner .col-right form input[type="text"]::-webkit-input-placeholder {
	color: #000;
}
section#produce .inner .col-right form input[type="text"]::-moz-placeholder {
	color: #000;
}
section#produce .inner .col-right form input[type="text"]:-ms-input-placeholder {
	color: #000;
}
section#produce .inner .col-right form input[type="text"]:-moz-placeholder {
	color: #000;
}
section#produce .inner .col-right form input[type="text"]:focus::-webkit-input-placeholder {
	font-size: 10px;
}
section#produce .inner .col-right form input[type="text"]:focus::-moz-placeholder {
	font-size: 10px;
}
section#produce .inner .col-right form input[type="text"]:focus:-ms-input-placeholder {
	font-size: 10px;
}
section#produce .inner .col-right form input[type="text"]:focus:-moz-placeholder {
	font-size: 10px;
}
section#produce .inner .col-right form input[type="submit"] {	
	width: 233px;
	height: 41px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #f58634;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
    display: block;
	font-size: 18px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	color: #fff;
}
section#produce .inner .caravat {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #27bdbf;
    width: 38px;
    height: 125px;
    text-align: center;
	padding-top: 5px;
}
section#produce .inner .caravat:after {
	content: '';
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #27bdbf;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px
}
section#testimonial {
	margin-top: 28px;
}
section#testimonial .title {
	width: 50px;
	height: 175px;
	background-color: #f58634;
}
section#testimonial .testimonials {
	width: calc(100% - 63px);
}
section#testimonial .testimonials .item {
	background-color: #fff;
	min-height: 175px;
	max-height: 175px;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
}
section#testimonial .testimonials .item .left {
	width: 110px;
}
section#testimonial .testimonials .item .left .avatar img{
    border: 1px solid #cccccc;
    padding: 3px;
	width: 80px;
}
section#testimonial .testimonials .item .left .name {
	font-size: 13px;
    margin-top: 6px;
    height: 45px;
    line-height: 15px;
    overflow: hidden;
}
section#testimonial .testimonials .item .left .rating {
    color: #dedede;
}
section#testimonial .testimonials .item .left .rating label {
	float: left;
	margin-right: 3px;
}
section#testimonial .testimonials .item .left .rating label:last-child {
	margin-right: 0;
}
section#testimonial .testimonials .item .left .rating label:before {
    font-family: FontAwesome;
    content: "\f005";
}
section#testimonial .testimonials .item .left .rating label.star-half:before {
    content: "\f089";
    position: absolute;
}
section#testimonial .testimonials .item .left .rating label.light {
	color: #f1c40f;
}
section#testimonial .testimonials .item .right {
	width: calc(100% - 110px);
}
section#testimonial .testimonials .item .right p {
	font-size: 13px;
	font-style: italic;
	background: url(../img/testimonial-quote.png) no-repeat top left;
    padding-left: 35px;
}
section#gallery {
	margin-top: 28px;
}
section#gallery .item img {
	width: 100%;
}
footer {
	margin-top: 30px;
	margin-bottom: 52px;
}
footer #brands .item {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
footer .mid {
	margin-top: 30px;
	background-color: #fff;
	padding: 12px 30px;
	background: url(../img/footer-mid-bg-1.png) left bottom no-repeat, url(../img/footer-mid-bg-2.png) right bottom no-repeat, #fff;
}
footer .mid .services {
	border-bottom: 1px solid #e6e5e5;
	padding-bottom: 5px;
}
footer .mid .services .item {
	width: 20%;
	border-right: 1px dotted #d3d3d3;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
    min-height: 199px;
}
footer .mid .services .item:first-child {
	padding-left: 0;
}
footer .mid .services .item:last-child {
	border-right-width: 0;
}
footer .mid .services .item h4 {
	font-size: 18px;
	font-weight: bold;
}
footer .mid .info {
	padding-top: 30px;
}
footer .mid .services .item ul {
	margin-top: 25px;
}
footer .mid .services .item ul li {
	font-size: 14px;
	margin-top: 15px;
}
footer .mid .services .item ul li:first-child {
	margin-top: 0;
}
footer .mid .services .item ul li a {
	text-decoration: underline;
}
footer .mid .services .item ul li a:hover {
	font-weight: bold;
	color: #ff6600;
}
footer .mid .info {
	margin-bottom: 25px;
}
footer .mid .info .left .address {
	font-size: 14px;
	margin-top: 22px;
}
footer .mid .info .left .address span {
	font-weight: bold;
	text-transform: uppercase;
}
footer .mid .info .left .hotline {
	font-size: 30px;
	margin-top: 10px;
} 
footer .mid .info .left .hotline span {
	font-weight: bold;
	color: #ff6600;
}
footer .mid .info .right {
	width: 465px;
}
footer .mid .info .right .title {
	font-weight: bold;
	font-size: 14px;
}
footer .mid .info .right .title span {
	font-style: italic;
	color: #ff0000;
}
footer .mid .info .right form {
	margin-top: 10px;
}
footer .mid .info .right form input[type="text"] {
	width: 218px;
	height: 39px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #e6e5e5;
	float: left;
	margin-right: 7px;
}
footer .mid .info .right form .col-select {
	position: relative;
    width: 143px;
	float: left;
}
footer .mid .info .right .col-select:after {
	content: '';
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #27bdbf;
	margin: auto;
}
footer .mid .info .right form .col-select select {
	width: 100%;
	height: 39px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #e6e5e5;
}
footer .mid .info .right form input[type="submit"] {
    width: 91px;
    height: 39px;
    background-color: #27bdbf;
    float: right;
    color: #fff;
    text-transform: uppercase;
}
footer .mid .info .right p {
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin-top: 20px;
}
footer .mid .social li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	background-color: #e6e5e5;
	margin-right: 8px;
}
footer .mid .social li:last-child {
	margin-right: 0;
}
footer .mid .social li:hover {
	background-color: #ff6600;
}
footer .mid .social li a {
	display: block;
}
footer .fixed {
	height: 45px;
	background-color: #f58634;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
    padding-top: 5px;
}
footer .fixed ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;		
	color: #fff;
	margin-right: 12px;
}
footer .fixed ul li:last-child {
	margin-right: 0;
}
footer .fixed ul li.btn-1 {
    width: 175px;
    line-height: 29px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: solid 1px #fff;
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-size: 14px;
	margin-top: 3px;
}
footer .fixed ul li.btn-2 {	
	width: 225px;
	line-height: 35px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #27bdbf;
	-webkit-box-shadow: 0 1px 3px rgba(245,134,52,.75);
	-moz-box-shadow: 0 1px 3px rgba(245,134,52,.75);
	box-shadow: 0 1px 3px rgba(245,134,52,.75);
	background-image: -webkit-linear-gradient(bottom, #054967, #27bdbf);
	background-image: -moz-linear-gradient(bottom, #054967, #27bdbf);
	background-image: -o-linear-gradient(bottom, #054967, #27bdbf);
	background-image: -ms-linear-gradient(bottom, #054967, #27bdbf);
	background-image: linear-gradient(to top, #054967, #27bdbf);
}
footer .fixed ul li a {
	display: block;	
}
footer .fixed ul li.btn-2  a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
footer #back-to-top {
	width: 27px;
	height: 27px;
	background: url(../img/back-to-top.png) no-repeat center center;
	position: fixed;
	right: 25px;
	bottom: 105px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
footer #back-to-top.active {
	opacity: 1;
	visibility: visible;
}
footer #messenger .icon-messenger {
	width: 36px;
	height: 36px;
	background: url(../img/messenger-icon.png) no-repeat center center;
	position: fixed;
	bottom: 62px;
	right: 20px;
	cursor: pointer;
}
footer #messenger .box-chat {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 200;
	overflow: hidden;
	display: none;
}
footer #messenger #messenger-close {
	background: url(../img/messenger-close.png) no-repeat center center;
	width: 26px;
	height: 26px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
	cursor: pointer;
}
main .default-page {
	padding-top: 15px;
}
main .default-page h1 {
	font-size: 24px;
	color: #27bdbf;
	font-weight: bold;
}
main #breadcrumb ul li {	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
    font-family: 'OpenSansLight', Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
main #breadcrumb ul li:after {
	content: '//';
	margin-left: 4px;
	margin-right: 2px;
}
main #breadcrumb ul li:last-child:after {
	content: none;
}
main #pagination {
	text-align: center;
	margin-top: 15px;
}
main #pagination ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;	
	line-height: 28px;
	width: 28px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
}
main #pagination ul li:last-child {
	margin-right: 0;
}
main #pagination ul li a,
main #pagination ul li span {
	display: block;
}
main #pagination ul li.active,
main #pagination ul li:hover {
	background-color: #27bdbf;
	color: #fff;
}
main .row-content {
    margin-top: 10px;
    margin-right: 240px;
}
main #sidebar {
    width: 260px;
    margin-right: -260px;
}
main #sidebar .category-product {
	margin-bottom: 15px;
}
main #sidebar .category-product h4 {
	line-height: 40px;
	background-color: #27bdbf;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	color: #fff;
}
main #sidebar .category-product > ul {
    font-family: 'OpenSansLight', Arial, sans-serif;	
}
main #sidebar .category-product > ul > li {
	line-height: 40px;
	background-color: #27bdbf;
	padding-left: 18px;
	color: #fff;
	border-top: 1px solid #fff;
}
main #sidebar .category-product > ul > li > a {
	display: block;
	position: relative;
	z-index: 1;
}
main #sidebar .category-product > ul > li.has-child {
	position: relative;
}
main #sidebar .category-product > ul > li.has-child ul {
	display: none;
	margin-left: -18px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #fff;
	color: #27bdbf;
}
main #sidebar .category-product > ul > li.has-child .sub {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 2;
}
main #sidebar .category-product > ul > li.has-child .sub:hover {
	background-color: #ff6600;
}
main #sidebar .category-product > ul > li.has-child .sub:before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;  
	border-top: 4px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
main #sidebar .category-product > ul > li.has-child ul li {
	border-bottom: 1px dotted #e9e8e9;	
}
main #sidebar .category-product > ul > li.has-child ul li:last-child {
	border-bottom-width: 0;
}
main #sidebar .form-consultant {
	background-color: #fff;
	padding: 18px;
	margin-bottom: 15px;
}
main #sidebar .form-consultant h4 {
	font-weight: bold;
}
main #sidebar .form-consultant h4 span {
	font-size: 30px;
	color: #27bdbf;
	display: block;
    line-height: 28px;
}
main #sidebar .form-consultant form {
    font-family: 'OpenSansLight', Arial, sans-serif;		
}
main #sidebar .form-consultant form .col-select {
	position: relative;
	margin-top: 8px;
} 
main #sidebar .form-consultant form input[type="text"],
main #sidebar .form-consultant form select {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	height: 30px;
	border: 1px solid #e6e5e5;
	font-size: 14px;
}
main #sidebar .form-consultant form input[type="text"] {
	padding-right: 12px;	
	margin-top: 8px;
}
main #sidebar .form-consultant form select {
	padding-right: 27px;
}
main #sidebar .form-consultant form input[type="submit"] {	
    background-color: #f58634;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: 100%;
    height: 33px;
    color: #fff;
    text-transform: uppercase;
	margin-top: 13px;
}
main #sidebar .lastest-news {
    background-color: #fff;
    padding: 18px;	
}
main #sidebar .lastest-news h4 {
	font-size: 14px;
	font-weight: bold;
}
main #sidebar .lastest-news ul {
    margin-top: 18px;
}
main #sidebar .lastest-news ul li {
    font-family: 'OpenSansLight', Arial, sans-serif;	
	font-size: 14px;	
    line-height: 16px;
    border-bottom: 1px solid #e6e4e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
main #sidebar .lastest-news ul li:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;	
}
main #sidebar .lastest-product {
    background-color: #fff;
    padding: 18px;
}
main #sidebar .lastest-product h4 {
	font-size: 14px;
	font-weight: bold;
} 
main #sidebar .lastest-product .owl-carousel  {
    margin-top: 18px;
}
main #sidebar .lastest-product .owl-carousel .item .img {
	border: 1px solid #e6e4e5;
	position: relative;
	display: block;
}
main #sidebar .lastest-product .owl-carousel .item .img img {
	width: 100%;
}
main .row-content #list-article {
	background-color: #fff;
	padding: 17px;
}
main #sidebar .lastest-product .owl-carousel .item .img .status {
	width: 43px;
	line-height: 17px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	position: absolute;
	top: 4px;
	right: 4px;
	text-transform: uppercase;
}
main #sidebar .lastest-product .owl-carousel .item .img .status.new {
	background-color: #27bdbf;
}
main #sidebar .lastest-product .owl-carousel .item .img .status.old {
	background-color: #999;
}
main #sidebar .lastest-product .owl-carousel .item h5 {
	font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;	
	margin-top: 12px;
}
main #sidebar .lastest-product .owl-carousel .item .price {
	margin-top: 5px;
}
main #sidebar .lastest-product .owl-carousel .item .price > span {
	display: block;
}
main #sidebar .lastest-product .owl-carousel .item .price .regular-price,
main #sidebar .lastest-product .owl-carousel .item .price .sale-price,
main #sidebar .lastest-product .owl-carousel .item .price .contact-price {
	color: #ff6600;
	font-size: 18px;
    line-height: 20px;
}
main #sidebar .lastest-product .owl-carousel .item .price .del-price {
    color: #ccc;
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
}
.owl-dots {
	text-align: center;
}
.owl-dots > .owl-dot {	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: bottom;
	zoom: 1;
	*display: inline;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999999;
	margin-right: 7px;
}
#list-cat #list-product .owl-dots > .owl-dot {
	margin-right: 15px;
}
.owl-dots > .owl-dot.active {
	background-color: #27bdbf;
}
.owl-dots > .owl-dot:last-child {
	margin-right: 0;
}
.owl-dots > .owl-dot > span {
	display: block;
}
main .row-content #list-article .banner-featured {
	margin-bottom: 20px;
}
main .row-content #list-article article {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e4e5;
}
main .row-content #list-article article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
}
main .row-content #list-article article .img {
	width: 152px;
}
main .row-content #list-article article .info {
	width: calc(100% - 177px);
}
main .row-content #list-article article .info h4 {
	font-weight: bold;
}
main .row-content #list-article article .info h4:hover {
	color: #ff6600;
}
main .row-content #list-article article .info p {
	margin-top: 7px;
    line-height: 18px;
    font-size: 14px;
}
main .post-page h1 {
	margin-top: 10px;
}
main .post-page .row-content article {
	background-color: #fff;
}
main .post-page .row-content article .meta {
	border-bottom: 1px solid #e6e4e5;
	font-size: 12px;
	padding-bottom: 9px;
	padding-top: 9px;
}
main .post-page .row-content article .meta > .left {
	line-height: 21px;	
	padding-left: 25px;
}
main .post-page .row-content article .meta > .right {
	padding-right: 25px;
}
main .post-page .row-content article .meta > ul.left > li {
	border-right: 1px solid #e6e4e5;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
main .post-page .row-content article .meta > ul.left > li:last-child {
	margin-right: 0;
	border-right-width: 0;
}
main .post-page .row-content article .meta > ul.left .author {
	font-weight: bold;
    color: #f58634;
}
main .post-page .row-content article .meta > ul.left .date {
	color: #a8a7a8;
    font-family: 'OpenSansLight', Arial, sans-serif;	
}
main .post-page .row-content article .meta > ul.left .view {
	position: relative;
	padding-left: 21px;
}
main .post-page .row-content article .meta > ul.left .view:before {
	content: '';
	width: 15px;
	height: 8px;
	background: url(../img/meta-view.png) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
main .post-page .row-content article .description {
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
    font-family: 'OpenSansLight', Arial, sans-serif;	
}
main .post-page .row-content article .description p,
main .post-page .row-content article .description h2,
main .post-page .row-content article .description h3,
main .post-page .row-content article .description h4,
main .post-page .row-content article .description h5,
main .post-page .row-content article .description ul,
main .post-page .row-content article .description ol li,
main .post-page .row-content article .description table {
	margin-bottom: 15px;
}
main .post-page .row-content article .description h2,
main .post-page .row-content article .description h3,
main .post-page .row-content article .description h4,
main .post-page .row-content article .description h5 {
    font-weight: bold;	
}
main .post-page .row-content article .description h2 {
	position: relative;
	font-size: 16px;
	color: #27bdbf;
	padding-left: 33px;
	border-bottom: 2px solid #27bdbf;
	line-height: 25px;
}
main .post-page .row-content article .description h2:before {
	content: '';
	width: 23px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/post-icon-h2.png) no-repeat center center;
}
main .post-page .row-content article .description h2
main .post-page .row-content article .description h3 {
    font-size: 20px;	
}
main .post-page .row-content article .description h4 {
    font-size: 18px;
}
main .post-page .row-content article .description h5 {
	font-size: 16px;
}
main .post-page .row-content article .description ol {
	padding-left: 18px;
}
main .post-page .row-content article .description ol,
main .post-page .row-content article .description ol li {
	list-style-type: decimal;
}
main .post-page .row-content article .description ul li:before {
	content: '-';
	margin-right: 5px;
}
main .post-page .row-content article .description ul.ul-1 li:before {
    content: '\f046';	   
	font: normal normal normal 14px/1 FontAwesome;
}
main .post-page .row-content article .description table {
    width: 100%;
    border-collapse: collapse;
}
main .post-page .row-content article .description table tr th,
main .post-page .row-content article .description table tr td {
    border: 1px solid #e6e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
}
main .post-page .row-content article .description table tr th:first-child,
main .post-page .row-content article .description table tr td:first-child {
    border-left-width: 0;
    padding-right: 10px;
}
main .post-page .row-content article .description .hotline-gif {
	padding-top: 15px;
	padding-bottom: 15px;
}
main .post-page .row-content article .fb-comments-plugin {
	padding-left: 17px;
	padding-right: 17px;
}
main .post-page .row-content .relative-post {
	margin-top: 15px;
}
main .post-page .row-content .relative-post h3 {
    font-size: 30px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	position: relative;
	padding-left: 23px;
    line-height: 60px;
}
main .post-page .row-content .relative-post h3:before {
	content: '';
	width: 9px;
	height: 16px;
	background: url(../img/relative-post-icon-1.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.product-page article.single-post .top {
	background-color: #fff;
	padding: 20px;
}
.product-page article.single-post .top .img {
	width: 400px;
}
.product-page article.single-post .top .info {
	width: calc(100% - 440px);
}
.product-page article.single-post .top .info .price {
	font-weight: bold;
	font-size: 18px;
}
.product-page article.single-post .top .info .price .regular-price,
.product-page article.single-post .top .info .price .sale-price,
.product-page article.single-post .top .info .price .contact-price {
	color: #ff0033;
	font-size: 24px;
}
.product-page article.single-post .top .info .price .del-price {
    color: #ccc;
    font-size: 18px;
    text-decoration: line-through;
}
.product-page article.single-post .top .info .price .contact-price {
	margin-left: 10px;
}
.product-page article.single-post .top .info .status {
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}
.product-page article.single-post .top .info .status span {
	width: 84px;	
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-left: 7px;
}
.product-page article.single-post .top .info .status span.new {
	background-color: #27bdbf;
}
.product-page article.single-post .top .info .status span.old {
	background-color: #999;
}
.product-page article.single-post .top .info .support {
    border: solid 1px #ccc4b6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    padding: 15px;
	margin-top: 16px;
}
.product-page article.single-post .top .info .support ul li {
    margin-bottom: 3px;	
    font-family: 'OpenSansLight', Arial, sans-serif;
    position: relative;
    padding-left: 16px;
}
.product-page article.single-post .top .info .support ul li:last-child {
	margin-bottom: 0;	
}
.product-page article.single-post .top .info .support ul li:before {
	content: '\f00c';
	font-family: FontAwesome;
    margin-right: 6px;
    color: #00ff99;
    position: absolute;
    top: 1px;
    left: 0;
}
.product-page article.single-post .top .info .contact{
    width: 100%;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e6e4e5;
    background-image: -webkit-linear-gradient(bottom, #f74406, #f78704);
    background-image: -moz-linear-gradient(bottom, #f74406, #f78704);
    background-image: -o-linear-gradient(bottom, #f74406, #f78704);
    background-image: -ms-linear-gradient(bottom, #f74406, #f78704);
    background-image: linear-gradient(to top, #f74406, #f78704);
}
.product-page article.single-post .mid {
    background-color: #fff;
    padding: 25px;
    margin-top: 15px;
    font-family: 'OpenSansLight', Arial, sans-serif;
}
.product-page article.single-post .mid .nav-tabs {
	border-width: 0;
	font-size: 18px;
}
.product-page article.single-post .mid .nav-tabs > li {
    float: left;
    margin-bottom: 0;
}
.product-page article.single-post .mid .nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 0 0 5px 0;
	font-size: 18px;
    margin-right: 20px;
    border-width: 0;
}
.product-page article.single-post .mid .nav-tabs > li:last-child {
	margin-right: 0;
}
.product-page article.single-post .mid .nav > li > a:focus,
.product-page article.single-post .mid .nav > li > a:hover {
	background-color: transparent;
	border-width: 0;
	border-bottom: 2px solid #fff;
}
.product-page article.single-post .mid .nav-tabs > li.active > a,
.product-page article.single-post .mid .nav-tabs > li.active > a:focus,
.product-page article.single-post .mid .nav-tabs > li.active > a:hover {
	color: #555;
    cursor: default;
	border-width: 0;
	border-bottom: 2px solid #27bdbf;
	font-weight: bold;
}
.product-page article.single-post .mid .tab-content {
	padding-top: 20px;
}
.product-page article.single-post .mid .tab-content h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.product-page article.single-post .mid .tab-content p {
	margin-bottom: 15px;
}
.product-page article.single-post .mid .tab-content strong {
	color: #27bdbf;
}
.product-page article.single-post .mid .tab-content table {
    width: 100%;
    border-collapse: collapse;
}
.product-page article.single-post .mid .tab-content table tr th,
.product-page article.single-post .mid .tab-content table tr td {
    border: 1px solid #e6e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-page article.single-post .mid .tab-content table tr th:first-child,
.product-page article.single-post .mid .tab-content table tr td:first-child {
	border-left-width: 0;
	padding-right: 10px;
}
.product-page article.single-post .mid .tab-content table tr th:last-child,
.product-page article.single-post .mid .tab-content table tr td:last-child {
	border-right-width: 0;
	padding-left: 10px;
}
.category-product-page #list-product {
	margin-left: -8px;
	margin-right: -8px;
}
.category-product-page #list-product .filter-box {	
    margin-left: 8px;
    margin-right: 8px;
    background: #fff url(../img/filter-box-icon-1.png) no-repeat center left 30px;
    min-height: 51px;
	padding-left: 80px;
}
.category-product-page #list-product .filter-box > div {
	float: left;
}
.category-product-page #list-product .filter-box .custom-radio {
	position: absolute;
	display: none;
}
.category-product-page #list-product .filter-box .custom-radio[disabled] {
	cursor: not-allowed;
}
.category-product-page #list-product .filter-box .custom-radio + label {
	position: relative;
	display: block;
	padding-right: 18px;
	cursor: pointer;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
    font-family: 'OpenSansLight', Arial, sans-serif;
	font-weight: normal;
}
.category-product-page #list-product .filter-box #newproduct + label {
	margin-right: 15px;
}
.category-product-page #list-product .filter-box .col-radio {
	margin-right: 25px;
    margin-top: 16px;
}
.category-product-page #list-product .filter-box .custom-radio + label:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;	
	bottom: 0;	
	margin: auto;
	width: 13px;
	height: 13px;
	border: 1px solid #aeaeae; 
}
.category-product-page #list-product .filter-box .custom-radio + label:after{
	content: '';
	position: absolute;
	display: none;
}
.category-product-page #list-product .filter-box .custom-radio[disabled] + label {
	cursor: not-allowed;
	color: #e4e4e4;
}
.category-product-page #list-product .filter-box .custom-radio[disabled] + label:hover,
.category-product-page #list-product .filter-box .custom-radio[disabled] + label:before,
.category-product-page #list-product .filter-box .custom-radio[disabled] + label:after {
	cursor: not-allowed;
}
.category-product-page #list-product .filter-box .custom-radio + label:hover:before {
	border: 1px solid #27bdbf;
}
.category-product-page #list-product .filter-box .custom-radio[disabled] + label:hover:before {
	border: 1px solid #e4e4e4;
	border-color: transparent;
}
.category-product-page #list-product .filter-box .custom-radio[disabled] + label:before {
	border-color: #e4e4e4;
}
.category-product-page #list-product .filter-box .custom-radio:checked + label:before{
	border-color: transparent;
}
.category-product-page #list-product .filter-box .custom-radio:checked + label:after {
	display: block;
}
.category-product-page #list-product .filter-box .custom-radio + label:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.category-product-page #list-product .filter-box .custom-radio + label:after {
	top: 0;
	right: 3px;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #27bdbf;
}
.category-product-page #list-product .filter-box .custom-radio:checked + label:before {
	border: 1px solid #27bdbf;
}
.category-product-page #list-product .filter-box .custom-radio:checked[disabled] + label:before {
	border: 1px solid #c9e2f9;
}
.category-product-page #list-product .filter-box .custom-radio:checked[disabled] + label:after {
	background: #c9e2f9;
}
.category-product-page #list-product .filter-box .col-select {
	margin-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.category-product-page #list-product .filter-box .custom-select {
    font-family: 'OpenSansLight', Arial, sans-serif;	
    color: #666666;
    font-size: 14px;
	position: relative;
}
.category-product-page #list-product .filter-box .custom-select .custom-select-trigger {	
    line-height: 31px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #aeaeae;
    width: 115px;
    display: block;
	position: relative;
	padding-left: 15px;
	cursor: pointer;
}
.category-product-page #list-product .filter-box .custom-select .custom-select-trigger:after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #27bdbf;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 9px;
	margin: auto;
}
.category-product-page #list-product .filter-box .custom-select .custom-options {
	position: absolute;
	display: block;    
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 99;
    width: 140px;
    border: 1px solid #aeaeae;
    margin-top: 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0,1,1,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,1,1,.3);
    box-shadow: 0 3px 5px rgba(0,1,1,.3);
	padding: 10px;
}
.category-product-page #list-product .filter-box #range-price-product + .custom-select .custom-options {
	width: 200px;
}
.category-product-page #list-product .filter-box .custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.category-product-page #list-product .filter-box .custom-select .custom-options > span {
	display: block;
    padding: 5px;
    border-bottom: 1px dotted #e6e5e5;
    cursor: pointer;
}
.category-product-page #list-product .filter-box .custom-select .custom-options > span:last-child {
	border-bottom-width: 0;
}
.category-product-page #list-product .filter-box .custom-select .custom-options > span:hover {
	color: #f60;
	font-weight: bold;
}
.category-product-page #list-product article {	
	width: 25%;
	padding-left: 8px;
	padding-right: 8px;
}
.category-product-page #list-product article .img {
	border: 1px solid #e6e4e5;
	position: relative;
	display: block;
	background-color: #fff;
}
.category-product-page #list-product article .img img {
	width: 100%;
}
main .row-content #list-article {
	background-color: #fff;
	padding: 17px;
	min-height: 284px;
}
.category-product-page #list-product article {
	margin-top: 30px;
}
.category-product-page #list-product article .img .status {
	width: 43px;
	line-height: 17px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	position: absolute;
	top: 4px;
	right: 4px;
	text-transform: uppercase;
}
.category-product-page #list-product article .img .status.new {
	background-color: #27bdbf;
}
.category-product-page #list-product article .img .status.old {
	background-color: #999;
}
.category-product-page #list-product article h4 {
	font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;	
	margin-top: 12px;
	min-height: 30px;
}
.category-product-page #list-product article .price {
	margin-top: 5px;
	min-height: 32px;
}
.category-product-page #list-product article .price > span {
	display: block;
}
.category-product-page #list-product article .price .regular-price,
.category-product-page #list-product article .price .sale-price,
.category-product-page #list-product article .price .contact-price {
	color: #ff6600;
	font-size: 18px;
    line-height: 20px;
}
.category-product-page #list-product article .price .del-price {
    color: #333;
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
}
main .contact-page {
	background-color: #fff;
}
main .contact-page .top {
	background: url(../img/contact-bg.jpg) no-repeat center center;
	background-size: 100% auto;
}
main .contact-page .top > div {
	position: relative;
	height: 150px;
}
main .contact-page h1 {
    font-size: 36px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
	color: #27bdbf;
    font-family: 'OpenSansExtraBold', Arial, sans-serif;
}
main .contact-page #breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    font-weight: bold;
    text-align: center;
}
main .contact-page .mid {
	position: relative;
	z-index: 2;
}
main .contact-page .mid .description {
    width: 526px;
    border: 4px solid #27bdbf;
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
    padding: 0 20px 20px 20px;
}
main .contact-page .mid .description .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e6e5e5;
    padding: 9px;
}
main .contact-page .mid .description p {
	font-size: 14px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	text-align: justify;
    line-height: 18px;
    margin-top: 15px;
}
main .contact-page .mid .description p span {
	font-weight: bold;
	font-family: 'OpenSans', Arial, sans-serif;
}
main .contact-page .mid .description p .span-1 {
	color: #27bdbf;
}
main .contact-page .mid .description p .span-2 {
	color: #f58634;	
}
main .contact-page .mid .description .sign {
	margin-top: 12px;
}
main .contact-page .mid .description .left {
	margin-top: 29px;
}
main .contact-page .mid form {
    width: 526px;
    margin-left: auto;
    margin-right: auto;
}
main .contact-page .mid form .title {
    width: 213px;
    height: 32px;
    background-color: #27bdbf;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff;
    line-height: 25px;
}
main .contact-page .mid form input[type="text"] {
	height: 40px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	border: solid 2px #d0cccc;
    font-size: 16px;
}
main .contact-page .mid form textarea{
	height: 70px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	background-color: #fff;
	border: solid 2px #d0cccc;
    font-size: 16px;
	resize: none;
}
main .contact-page .mid form input[type="submit"] {
    width: 249px;
    height: 38px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #27bdbf;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 27px;
}
main .contact-page .bot {
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}
main .contact-page .bot > div {
	position: relative;
	overflow: hidden;
}
main .contact-page .bot .line {
	background-color: #fff;
	border: 5px solid #f58634;
	width: 637px;
	height: 122px;
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.page-404 {
    background-color: #fff;
    margin-top: 15px;
	padding-bottom: 40px;
}
.page-404 h2 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 15px;
}
.page-404 .back-home {
    width: 400px;
    line-height: 47px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #27bdbf;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 15px;
}
/* === Override toàn bộ các màu xanh sang #27bdbf === */
header .bottom,
header .bottom .main-menu > li > ul,
header .bottom .main-menu > li.has-child:before,
header .bottom .main-menu > li > ul > li.has-children:after,
section#sidebar-fixed .col-left,
section#sidebar-fixed .col-left h4,
section#sidebar-fixed .col-left .category-product ul,
section#sidebar-fixed .col-left .phone,
section#contact-form .inner,
section#contact-form .inner form >.left .col-select:after,
section#why .sub-text,
section#why .desc .item img,
section#why .desc .item .info h4,
main #sidebar .category-product h4,
main #sidebar .category-product > ul > li,
main #sidebar .category-product > ul > li.has-child ul,
main #sidebar .category-product > ul > li.has-child .sub:before,
main #sidebar .form-consultant h4 span,
main #sidebar .lastest-product .owl-carousel .item .img .status.new,
main #sidebar .form-consultant form input[type="submit"],
.owl-dots > .owl-dot.active,
main #sidebar .lastest-product .owl-carousel .item .img .status.new,
main #sidebar .form-consultant form input[type="submit"],
section#list-cat #list-product article .img .status.new,
main .post-page .row-content article .description h2,
main .post-page .row-content article .description h2:before,
main .post-page .row-content article .description h2,
main .post-page .row-content article .description h2:before,
.product-page article.single-post .top .info .status span.new,
main .contact-page h1,
main .contact-page .mid .description,
main .contact-page .mid form .title,
main .contact-page .mid form input[type="submit"],
footer .fixed ul li.btn-2,
footer .mid .info .right .col-select:after,
footer .mid .info .right form input[type="submit"] {
	background-color: #27bdbf !important;
	border-color: #27bdbf !important;
	color: #fff !important;
}
main #sidebar .category-product > ul > li.has-child ul {
	color: #27bdbf !important;
}
main #sidebar .form-consultant h4 span,
main .post-page .row-content article .description h2,
main #sidebar .form-consultant form input[type="submit"] {
	color: #27bdbf !important;
}
section#sidebar-fixed .col-left .category-product ul li a:hover,
main #sidebar .category-product > ul > li.has-child .sub:hover {
	color: #27bdbf !important;
	background-color: #f7cd9b !important;
}
main #sidebar .form-consultant form .col-select:after {
	border-top: 5px solid #27bdbf !important;
}
section#contact-form .inner form >.left .col-select:after,
footer .mid .info .right .col-select:after,
.category-product-page #list-product .filter-box .custom-select .custom-select-trigger:after {
	border-top: 3px solid #27bdbf !important;
}
.category-product-page #list-product .filter-box .custom-radio + label:before,
.category-product-page #list-product .filter-box .custom-radio + label:after,
.category-product-page #list-product .filter-box .custom-radio:checked + label:before {
	border-color: #27bdbf !important;
	background: #27bdbf !important;
}
section#produce .inner .col-left p .span-1,
main .contact-page .mid .description p .span-1,
main #breadcrumb ul li {
	color: #27bdbf !important;
}
header .bottom .hotline ul li:first-child {
	color: #27bdbf !important;
}
