@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');
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}
/*
 * 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 { 
	max-width: 1920px;
    margin: 0px auto;
    overflow-x: hidden;
    font-size: 16px;
    background-color: #e3f2f7;
	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{
	position: relative;
	z-index: 2;
}
header .header-line-top{
	background: url(../img/header-line-top.png);
	height: 6px;
}
header .topbar {
	position: relative;
	z-index: 10;
	background-color: #003b2c;
	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;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*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: #ffffff;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	padding-right: 10px;
	margin-right: 6px;
	border-right: 1px solid #a6a6a5;
	padding: 2px 0;
}
header .topbar ul li img{
	margin: 0 5px;
}
header .topbar ul li img:last-child{
	margin-right: 0;
}
header .topbar ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right-width: 0;
}
header .mid {
	background-color: #003b2c;
}
header .mid .col-left,
header .mid .col-right {
	width: 100%;
}
header .mid .col-left{
	position: relative;
	display: flex;
    align-items: center;
}
header .mid .col-left .header-time{
	font-size: 12px;
	color: #398975;
}
header .mid .col-left .header-time span{
	color: #fefefe;
	border-radius: 4px;
	padding: 2px 6px;
	border: solid 1px #ffffff;
}
header .mid .col-left .header-time span > span{
	padding: 0;
	border: none;
}
header .mid .col-left .header-time span#point{
	-moz-animation:mymove 1s ease infinite;
	-webkit-animation:mymove 1s ease infinite;
}
@-webkit-keyframes mymove 
{
	0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
	50% {opacity:0; text-shadow:none; }
	100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}
@-moz-keyframes mymove 
{
	0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
	50% {opacity:0; text-shadow:none; }
	100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	
}
header .mid .col-left .logo {
	margin: auto
}
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;
	background: #444;
	color: #003b2c;
}
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-left .booking {
	position: absolute;
	right: 0
}
header .mid .col-left .booking span{
	color: #ffffff;
	font-size: 12px;
	position: absolute;
    left: 35px;
    top: 4px;
}
header .mid .line-menu{
	text-align: center;
}
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;
	text-align: center;
	font-size: 14px;
}

header .mid .col-right ul li a {
	display: block;
	padding: 26px 0px;
	border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
    font-family: 'OpenSans', Arial, sans-serif;
}

header .bottom {
	position: relative;
}
header .bottom .container{
	position: relative;
	border-top: 34px solid #003b2c;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0px;
    width: 1115px;
    margin: 0 auto;
}
header .bottom .main-menu{
	top: -35px;
	text-align: center;
	position: absolute;
    left: 0;
    right: 0;
}
header .bottom .main-menu > li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	padding: 0px 15px;
}
header .bottom .main-menu li.home {
	padding-left: 0;
}
header .bottom .main-menu > li a {
	color: #ffffff;	
}
header .bottom .main-menu > li > a {
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
}
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: #003b2c;
    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;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;	
}
header .bottom .main-menu > li > ul li a{
	padding: 13px 0;
	border-top: none;
    border-bottom: none;
    font-weight: bold;
}
header .bottom .main-menu > li > ul li:hover {
	color: #003b2c;
	background-color: #ffffff;
	width: 100%;
}
header .bottom .main-menu > li > ul li:hover a{
	color: #003b2c;
}
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: #003b2c;
    width: 165px;
	display: none;
}
header .bottom .main-menu > li > ul > li.has-children:hover ul {
	display: block;
}
header .bottom .container form{
	position: absolute;
    right: 0;
    top: -35px;
    padding: 3px 8px;
    border-radius: 50%;
}
header .bottom .container form #search {
	background-color: #022c22;
    width: 32px;
    height: 28px;
    border-radius: 50%;
    background: url(../img/icon-search.png) no-repeat center left 8px #022c22;
    transition: 0.6s ease-in-out;
    cursor: pointer;
}
header .bottom .container form #search:focus{
    width: 150px; 
    border-radius: 5px;
    background: #022c22;
    color: #ffffff;
    padding-left: 5px;
    font-size: 12px; 
}
header .bottom .container .language{
   	position: absolute;
   	top: -30px; 
}
header .bottom .container .language img{
   	margin-right: 5px; 
}
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: #003b2c;
	margin-right: 12px;
}
header .bottom .hotline ul li:last-child {
	font-size: 14px;
	font-weight: bold;
	color: #f7941d;
	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{
	position: relative;
	top: -105px;
}
section#slider img{
	width: 100%;
}
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 {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	margin-top: -160px;
}
section#services .item {
	width: 25%;
	height: 107px;
	overflow: hidden;
	background-color: #003b2c;
	border-right: 1px solid #03281f;
	border-left: 1px solid #035b45;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}
section#services .item:last-child{
	border-right: none;
}
section#services .item h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 15px;
}
section#services .item p {
	font-size: 13px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin-top: 9px;
    line-height: 18px;
	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#services .description{
	height: 500px;
	background-color: #ffffff;
	background-image: url(../img/bg-service.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
section#services .description .des-left, section#services .description .des-right{
	width: 50%;
	padding: 18px 0;
}
section#services .description .des-left{
	text-align: center;
}
section#services .description .des-left div:nth-child(1){
	margin-top: 14px;
}
section#services .description .des-left div:nth-child(2){
	margin: 30px 0;
}
section#services .description .des-left div:last-child{
	margin: 20px 0;
}
section#services .description .des-left p{
	font-size: 12px;
	color: #666666;
	padding: 0 35px;
}
section#services .description .des-left span.book1{
	background-color: #003b2c;
	padding: 13px 4px;
}
section#services .description .des-left span.book2{
	background-color: #003b2c;
	color: #ffffff;
	padding: 10px 45px;
	border: solid 1px #ffffff;
}
section#services .description .des-right div.book3{
	border-top: solid 18px #003b2c;
	border-left: solid 18px #003b2c;
	border-right: solid 18px #003b2c;
	height: 293px;
	width: 550px;
}
section#services .description .des-right .slide-service{
	padding: 6px 10px;
	position: relative;
}
section#services .description .des-right .slide-service .owl-dots{
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
}
section#sidebar-fixed {	
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #444;
	-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: #003b2c;
	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: #0a5c81;
}
section#sidebar-fixed .col-left h4 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #7b6955;
	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 #bfa88e;
    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 #44c3fb;
    position: absolute;
	bottom: 0;
    left: 10px;
    right: 10px;
    margin: auto;
}
section#sidebar-fixed .col-left .phone span {
	position: relative;
	padding-left: 21px;
	font-size: 11px;
	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: #e6e5e5;
	font-size: 11px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	border-bottom: 1px solid #383737;
	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{
	background-color: #efefef;
}
section#contact-form .container{
	padding: 30px 0;
}
section#contact-form .inner {
	background: url(../img/bg-contact-form.png) no-repeat center;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
section#contact-form .inner .title {
	font-family: 'OpenSansLight', Arial, sans-serif;
	font-size: 24px;
	color: #fff;
}
section#contact-form .inner .title span.red{
	font-family: 'OpenSansExtraBold', Arial, sans-serif;
	font-size: 48px;
	color: #003b2c;
}
section#contact-form .inner .title p{
	font-size: 13px;
	color: #d0d0d0;
}
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: 30px;
	font-size: 14px;
}
section#contact-form .inner form > div.left {
	width: calc(100% - 210px);
}
section#contact-form .inner form > div.left .left {
	width: 28.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%;
	margin-bottom: 30px;
	border-radius: 20px;
}
section#contact-form .inner form >.left .col-select {
	position: relative;	
}
section#contact-form .inner form >.left input[type="text"]:first-child {
	margin-bottom: 30px;
}
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 #003b2c;
	position: absolute;
	top :0;
	bottom: 30px;
	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: #003b2c;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
} 
section#contact-form .inner form > .right p {
	font-size: 12px;
	color: #666666;
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin-top: 12px;
	line-height: 14px;
	padding-left: 8px;
	padding-right: 8px;
}
section#why {
	margin-top: 340px;
	padding-top: 24px;
}
section#why .title {
	position: relative;
    font-size: 27px;
    font-family: 'OpenSans', Arial, sans-serif;
	color: #003b2c;
	margin-top: 35px;
}
section#why .title:before{
	content: '';
    height: 4px;
    width: 103px;
    position: absolute;
    bottom: 33%;
    left: 28.5%;
    background: linear-gradient(180deg, #bfd4db 50%, white 50%);
    z-index: 1;
}
section#why .title:after{
	content: '';
    height: 4px;
    width: 103px;
    position: absolute;
    bottom: 33%;
    right: 28.5%;
    background: linear-gradient(180deg, #bfd4db 50%, white 50%);
    z-index: 1;
}
section#why .title span{
	font-weight: bold;
}
section#why .sub-text {
    font-size: 13px;
    margin-top: 5px;
    font-family: 'OpenSans', Arial, sans-serif;
    letter-spacing: 12px;
    color: #003b2c;
}
section#why .item{
	width: 16.66666666666667%;
	padding: 35px 0;
}
section#why .item h4{
	color: #003b2c;
	font-size: 14px;
	margin-top: 14px;
}
section#list-cat {
	margin-top: 15px;
}
section#list-cat .container{
	
}
section#list-cat .title {
	position: relative;
    font-size: 27px;
    font-family: 'OpenSans', Arial, sans-serif;
	color: #003b2c;
	
}
section#list-cat .title:before{
	content: '';
    height: 4px;
    width: 103px;
    position: absolute;
    bottom: 33%;
    left: 29.5%;
    background: linear-gradient(180deg, #bfd4db 50%, white 50%);
    z-index: 1;
}
section#list-cat .title:after{
	content: '';
    height: 4px;
    width: 103px;
    position: absolute;
    bottom: 33%;
    right: 29.5%;
    background: linear-gradient(180deg, #bfd4db 50%, white 50%);
    z-index: 1;
}
section#list-cat .title span{
	font-weight: bold;
}
section#list-cat .sub-text {
    font-size: 13px;
    margin-top: 5px;
    font-family: 'OpenSans', Arial, sans-serif;
    letter-spacing: 12px;
    color: #003b2c;
}
section#list-cat .nav-tabs {
	border: none;
    text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	background-color: #fff;
}
section#list-cat .nav-tabs > li {
    float: none;
    margin-bottom: 0;
}
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;
    font-family: 'OpenSansLight', Arial, sans-serif;
    padding-left: 35px;
    padding-right: 35px;
	font-size: 14px;
}
.nav-tabs>li>a{
	border-radius: 0;
}
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: #003b2c;
    cursor: default;
    border-top: solid 3px #003b2c;
}

section#list-cat .nav > li > a:focus,
section#list-cat .nav > li > a:hover {
    text-decoration: none;
    color: #003b2c;
    background-color: #fff !important;
    border-top: solid 3px #003b2c;
}
section#list-cat .tab-content {
	margin-top: 23px;
	position: relative;
}
section#list-cat .tab-content .chef{
	width: 225px;
	float: left;
	position: absolute;
	top: -65px;
}
section#list-cat .tab-content #list-product{
	display: inline-block;
	padding-left: 250px;
	width: 1140px;
}
section#list-cat .tab-content #list-product .type-product{
    float: left;
    margin: 0 5px;
}
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%;
	border-radius: 5px;
}
section#list-cat #list-product article .img .status.new {
	background-color: #f7941d;
}
section#list-cat #list-product article .img .status.old {
	background-color: #999;
}
section#list-cat #list-product article h4 {
	font-size: 14px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: bold;
	margin-top: 6px;
	min-height: 30px;
	color: #003b2c;
}
section#list-cat #list-product article .price {
	margin-top: 5px;
	min-height: 90px;
}
section#list-cat #list-product article .price .dollar{
	font-weight: bold;
	color: #ff6600;
}
section#list-cat #list-product article .price .country{
	padding-bottom: 12px;
}
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,
section#list-cat #list-product article .price .country {
	color: #333333;
	font-size: 14px;
    line-height: 20px;
}
section#list-cat #list-product article .price .contact-price .dolla, {
	color: #ff6600;
	font-weight: bold;
}
section#list-cat #list-product article .price .call-order {
	background-color: #003b2c;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 4px;
}
section#list-cat #list-product article .price .del-price {
    color: #333;
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
}
section#list-cat .tab-content #list-product .owl-dots{
	margin-left: -250px;
}
section#list-news-sale{
	background: url(../img/bg-news.png) no-repeat 100% 100%;
	height: 472px;
	margin-top: 20px;
}
section#list-news-sale .title {
	font-size: 23px;
	text-align: left;
	color: #ffffff;
	padding: 20px 0;
	font-weight: bold;
}
section#list-news-sale .title > a{
	font-size: 14px;
	float: right;
	font-weight: normal;
	color: #daf9f1;
	text-decoration: underline;
}
section#list-news-sale .inner {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
}
section#list-news-sale .inner > .left {
	padding-left: 10px;
	padding-right: 10px;	
}
section#list-news-sale .inner .col-1 {
	width: 25%;
}
section#list-news-sale .inner .col-1 a {
	position: relative;
	display: block;
}
section#list-news-sale .inner .col-1 a img {
	width: 260px;
	height: 192px !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
section#list-news-sale .inner .col-1 .box{
	background-color: #ffffff;
	width: 260px;
	min-height: 150px;
	padding: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
section#list-news-sale .inner .col-1 .box h4{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
    line-height: 18px;
}
section#list-news-sale .inner .col-1 .box p{
	color: #999999;
	font-size: 12px;
	padding-bottom: 10px;
}
section#produce {
	margin-top: 40px;
	background-color: #efefef;
}
section#produce .container {
	background-color: #ffffff;
}
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: #444;
}
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: #003b2c;
}
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: #003b2c;
	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: #003b2c;
    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 #003b2c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px
}
section#testimonial {
	
}
section#testimonial .title {
	position: relative;
    font-size: 27px;
    font-family: 'OpenSans', Arial, sans-serif;
	color: #003b2c;
	margin-top: 35px;
}
section#testimonial .title:before{
	content: '';
    height: 4px;
    width: 103px;
    position: absolute;
    bottom: 33%;
    left: 29.5%;
    background: linear-gradient(180deg, #bfd4db 50%, white 50%);
    z-index: 1;
}
section#testimonial .title:after{
	content: '';
    height: 4px;
    width: 103px;
    position: absolute;
    bottom: 33%;
    right: 29.5%;
    background: linear-gradient(180deg, #bfd4db 50%, white 50%);
    z-index: 1;
}
section#testimonial .title span{
	font-weight: bold;
}
section#testimonial .sub-text {
    font-size: 13px;
    margin-top: 5px;
    font-family: 'OpenSans', Arial, sans-serif;
    letter-spacing: 12px;
    color: #003b2c;
}
section#testimonial .testimonials {
	width: calc(100% - 13px);
	margin-top: 30px;
}
section#testimonial .testimonials .item {
	background: linear-gradient(to bottom, #e3f2f7 0%,#e3f2f7 20%,#e3f2f7 10%,white 10%,white 100%);
	min-height: 210px;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	border-radius: 5px;
}
section#testimonial .testimonials .item .left {
	width: 100%;
	display: flex;
	border-bottom: dotted 1px #c6d1ce;
	padding-bottom: 10px;
}
section#testimonial .testimonials .item .left .avatar{
	float: left;
	width: 100px;
}
section#testimonial .testimonials .item .left .box{
	float: right;
	width: 300px;
}
section#testimonial .testimonials .item .left .avatar img{
	width: 72px;
    border-radius: 50%;
}
section#testimonial .testimonials .item .left .name {
	font-size: 16px;
    margin-top: 35px;
    line-height: 20px;
    color: #003b2c;
    font-weight: bold;
}
section#testimonial .testimonials .item .left .rating {
   
}
section#testimonial .testimonials .item .left .rating label {
	float: left;
	margin-right: 5px;
}
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: #003b2c;
}
section#testimonial .testimonials .item .left .add {
	font-size: 12px;
	color: #666666;
}
section#testimonial .testimonials .item .left .like {
	position: absolute;
    right: 10px;
    top: 45px;
}
section#testimonial .testimonials .item .right {
	
}
section#testimonial .testimonials .item .right p {
	font-size: 13px;
	font-style: italic;
    padding-top: 10px;
    color: #003b2c;
}
.owl-dots {
	text-align: center;
	margin: 10px 0
}
.owl-dots > .owl-dot {	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: bottom;
	zoom: 1;
	*display: inline;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999999;
	margin-right: 7px;
}
#testimonial .owl-dots > .owl-dot {
	margin-right: 15px;
}
.owl-dots > .owl-dot.active {
	background-color: #003b2c;
}
.owl-dots > .owl-dot:last-child {
	margin-right: 0;
}
.owl-dots > .owl-dot > span {
	display: block;
}

section#gallery {
	border-top: solid 2px #003b2c;
	border-bottom: solid 2px #003b2c;
	padding: 2px 0;
}
section#gallery img {
	display: block;
	 -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.tint {
    position: relative;
    float: left;
    -webkit-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    width: 100%;
    height: 100%;  
  }
  
  .tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,59,44, 0.5);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.tint:hover:before {
    background: none; 
}
.tint:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
    position: absolute;
    top: 0;
}
footer {
	
}
footer .top-footer{
	height: 264px;
	position: relative;
	background: url(../img/bg-top-footer.png) left top no-repeat;
	background-size: contain;
}
footer .top-footer .container{
	text-align: center;
	line-height: 15;
}
footer .mid-footer{
	position: relative;
	background-color: #003b2c;
    background-image: url(../img/bg-mid-footer.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
footer #brands{
	background-color: #ffffff;
	padding: 25px;
	width: 670px;
	margin: 0 auto;
	border-radius: 10px;
	position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}
footer #brands .item {
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
footer .mid {
	margin-top: 30px;
	padding: 12px 30px;
}
footer .mid .info {
	padding-top: 30px;
	margin-bottom: 25px;
}
footer .mid .info .left {
	font-size: 12px;
	color: #ffffff;
}
footer .mid .info .left div{
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	padding-left: 25px;
}
footer .mid .info .left div:first-child{
	padding-left: 10px;
}
footer .mid .info .left div:first-child:before{
	content: none;
}	
footer .mid .info .left div:before{
	content: '';
    height: 100%;
    width: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
footer .mid .info .left .name{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}
footer .mid .info .left .address:before{
	background: url(../img/icon-ft-map.png) no-repeat;
}
footer .mid .info .left .phone:before{
	background: url(../img/icon-ft-phone.png) no-repeat;
}
footer .mid .info .left .hotline:before{
	background: url(../img/icon-ft-hotline.png) no-repeat;
}
footer .mid .info .left .email:before{
	background: url(../img/icon-ft-mail.png) no-repeat;
}
footer .mid .info .left .website:before{
	background: url(../img/icon-ft-web.png) no-repeat;
}
footer .mid .info .left .website{
	margin-bottom: 20px;
}
footer .mid .info .left a.direct{
	border: solid 1px #ffffff;
	color: #ffffff;
	font-family: 'OpenSansSemiBold', Arial, sans-serif;
	font-size: 12px;
	padding: 8px 60px;
	position: relative;
	border-radius: 15px;
	margin-left: 10px;
}
footer .mid .info .left a.direct:before{
	content: '';
    height: 100%;
    width: 15px;
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 1;
    background: url(../img/icon-ft-direct.png) no-repeat;
}
footer .mid .info .ft-menu, footer .mid .social, footer .right{
	float: left;
	color: #ffffff;
	margin: 20px 0;
	font-size: 12px;
	margin-left: 120px;
}
footer .mid .info .ft-menu div{
	margin-top: 10px;
}
footer .mid .info .ft-menu  .title, footer .mid .social .title,  footer .right .title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}
footer .mid .info .right {
	width: 235px;
	margin-left: 100px;
}
footer .mid .info .right .title {
	font-weight: bold;
	font-size: 14px;
}
footer .mid .info .right .title span {
	font-style: italic;
	color: #003b2c;
}
footer .mid .info .right form {
	width: 265px;
	background-color: #00291e;
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
	position: relative;
}
footer .mid .info .right form input[type="text"], footer .mid .info .right form textarea[name="notes"]{
	width: 200px;
	height: 30px;
	margin-left: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #003b2c;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 12px;
}
footer .mid .info .right form textarea[name="notes"] {
	height: 60px;
	padding-top: 5px;
}
footer .mid .info .right form input[type="submit"] {
    width: 90px;
    height: 30px;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    bottom: -35px;
}
footer .mid .info .right p {
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    font-family: 'OpenSansLight', Arial, sans-serif;
	margin-top: 20px;
}
footer .mid .social li {
	display: block;
	margin-top: 15px;
}
footer .bottom-footer {
	height: 60px;
	background-color: #000000;
}
footer .bottom-footer ul li {
	color: #fff;
}
footer .bottom-footer ul li.btn-1 {
    width: 245px;
    float: left;
    color: #666666;
    font-size: 10px;
    line-height: 6;
}
footer .bottom-footer ul li.btn-2 {	
	margin-top: 10px;
    float: left;
    padding: 10px 60px;
    background-color: #003b2c;
    margin-left: 51%;
}
footer .bottom-footer ul li a {
	display: block;	
}
footer .bottom-footer ul li.btn-2  a {
	font-size: 14px;
}
footer .bottom-footer ul li.btn-3{
	 float: right;
	 margin-top: 10px;
	 background-color: #00120e;
	 padding: 10px 10px 5px 10px;
}
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 h1 {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
main .post-page .bg-cat{
	background:none;
}
main .post-page h1, main .product-page h1{
	font-size: 22px;
	color: #003b2c;
	text-transform: none;
	font-weight: bold;
}
main #breadcrumb ul li {	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
    font-family: 'OpenSans', Arial, sans-serif;
	font-size: 12px;
	color: #003b2c;
}
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: 36px;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	font-weight: bold;
	font-size: 14px;
	margin-right: 15px;
	border:solid 3px #a1a1a1;
}
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: #003b2c;
	color: #fff;
	border-color: #003b2c;
}
main .row-content {
   	position: relative;
    margin-top: -90px;
}
main #sidebar {
    width: 260px;
    margin-right: -260px;
}
main #sidebar .category-product {
	margin-bottom: 15px;
}
main #sidebar .category-product h4 {
	line-height: 40px;
	background-color: #003b2c;
	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: #003b2c;
	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: #003b2c;
}
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: #003b2c;
	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: #003b2c;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: 100%;
    height: 33px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
	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: #003b2c;
}
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: #003b2c;
	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;
	margin-bottom: 20px
}
.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: #003b2c;
}
.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;
}
main .row-content #list-article article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom-width: 0;
}
main .row-content #list-article article.post-active .img{
	width: 350px;
	position: relative;
}
main .row-content #list-article article.post-active .info {
    width: calc(100% - 370px);
    background-color: #fff;
    padding: 35px;
    position: relative;
    top: 20px;
    left: -48px;
    min-height: 215px;
}
main .row-content #list-article article.post-active .info h4{
	font-size: 26px;
}
main .row-content #list-article article.post-active .info p{
	margin-bottom: 20px;
}
main .row-content #list-article article.post-active span.book1{
	border-top: solid 2px #003b2c;
    border-bottom: solid 2px #003b2c;
    border-left: solid 2px #003b2c;
    border-right: solid 2px #003b2c;
    padding: 4px 0px;
    padding-top: 1px;
}
main .row-content #list-article article.post-active span.book2{
	background-color: #003b2c;
    color: #ffffff;
    padding: 5px 35px;
    border: solid 1px #ffffff;
    font-size: 12px;
}
main .row-content #list-article article .img {
	width: 152px;
}
main .row-content #list-article article .info {
	width: calc(100% - 172px);
}
main .row-content #list-article article .info h4 {
	color: #003b2c;
	font-size: 20px;
	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;
    color: #666666;
}
main .post-page h1 {
	margin-top: 10px;
}
main .row-content #list-post {
	border: 14px solid #B88846;
    border-image: url(../img/cat-border.png) 14;
    width: 100%;
    height: auto;
}
main .post-page .row-content article .meta {
	border-bottom: 1px solid #e6e4e5;
	font-size: 12px;
	padding-bottom: 9px;
	padding-top: 9px;
	color: #999999;
}
main .post-page .row-content article .meta > .left {
	line-height: 21px;	
	padding-left: 25px;
}
main .post-page .row-content article .meta > .right {
	display: inline-flex;
	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-size: 12px;
    color: #999999;
}
main .post-page .row-content article .meta > ul.left .author span{
	font-weight: bold;
    color: #003b2c;
}
main .post-page .row-content article .meta > .right .date {
	margin-left: 30px;
    font-family: 'OpenSans', Arial, sans-serif;	
}
main .post-page .row-content article .meta > ul.left .view {
	position: relative;
}
main .post-page .row-content article .description {
	margin-left: 25px;
	margin-right: 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: 18px;
	color: #003b2c;
	padding-left: 15px;
	line-height: 25px;
	font-family: 'OpenSansSemiBold', Arial, sans-serif;	
	text-transform: none;
}
main .post-page .row-content article .description h2:before {
	content: '';
	width: 4px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 0;
	background: #003b2c;
}
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: #003b2c;
	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: #003b2c;
}
.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 #42a8e0;
	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: #003b2c;
}
.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;
}
.bg-cat{
	background: url(../img/bg-cat.png) no-repeat center;
	height: 181px;
	position: relative;
	top: -50px;
	width: 100%;
	text-align: center;
	display: table;
}
.bg-cat > span{
	display: table-cell;
  	vertical-align: middle;
}
.wap{
	width: 100%;
	background-color: #fff;
	display: inline-block;
	padding: 7px;
}
.cat-img-bottom{
	margin-top: 10px;
	margin-bottom: 10px;
}
.category-product-page #list-product .cat-des{
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.category-product-page #list-product {
	border: 7px solid #B88846;
  	border-image: url("../img/cat-border.png") 7;
  	width: 100%;
  	height: auto;
  	padding-top: 15px;
  	padding-bottom: 15px;
}
.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 #3e97eb;
}
.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: #3e97eb;
}
.category-product-page #list-product .filter-box .custom-radio:checked + label:before {
	border: 1px solid #3e97eb;
}
.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 #003b2c;
	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 {
	position: relative;
	display: block;
}
.category-product-page #list-product article .img img {
	width: 100%;
	border-radius: 5px;
}
main .row-content #list-article {
	border: 14px solid #B88846;
  	border-image: url("../img/cat-border.png") 14;
  	width: 100%;
  	height: auto;
  	padding-top: 15px;
  	padding-bottom: 15px;
}
main .row-content .col-xs-12{
	padding-left: 0;
	padding-right: 0;
}
.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: #003b2c;
}
.category-product-page #list-product article .img .status.old {
	background-color: #999;
}
.category-product-page #list-product article h4 {
	font-size: 14px;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: bold;
    color: #003b2c;
	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,
.category-product-page #list-product article .price .country {
	color: #333333;
	font-size: 14px;
    line-height: 20px;
}
.category-product-page #list-product article .price .country{
	padding-bottom: 12px;
}
.category-product-page #list-product article .price .contact-price .dollar{
	color: #ff6600;
    font-weight: bold;
}
.category-product-page #list-product article .price .call-order{
	background-color: #003b2c;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 4px;
}
.category-product-page #list-product article .price .del-price {
    color: #333;
    font-size: 12px;
    line-height: 12px;
    text-decoration: line-through;
}
.cat-line{
	height: 4px;
	background-color: #d4d4d4;
	margin-top: 30px;
}
main .contact-page {
	position: relative;
	margin-top: -35px;
	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: #003b2c;
    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 #003b2c;
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
    padding: 0 20px 20px 20px;
}
main .contact-page .mid .description .logo {
	background-color: #003b2c;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    padding: 9px;
}
main .contact-page .mid .description p {
	font-size: 14px;
    font-family: 'OpenSans', 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: #0098da;
}
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: #003b2c;
    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: #003b2c;
    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 #003b2c;
	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: #003b2c;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 15px;
}