/*
Theme Name: Thiết kế web Hoàng Long media
Theme URI: http://underscores.me/
Author: Webgiadinh
Author URI: http://wordpress.org
Description: Giao diện website được thiết kế bởi công ty TNHH Hoàng Long media
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* ----------------------  $custom css ------------------------------------------------------------------------------------------------*/
body{
	font-size: 14px;
	font-family: Arial, helvetica ,  sans-serif;
	color:#333;
	background: #291e11;
}



/* ----------------------  $plugin -----------------------------------------------------------------------------------------------------------*/
.wp-pagenavi{
	text-align: center;
	padding: 20px 0;
}

.wp-pagenavi a,
.wp-pagenavi span{
	padding: 5px 10px;
}

.wp-pagenavi span.current {
    font-weight: bold;
    border-color: royalblue;
    background: royalblue;
    color: white;
}

.breadcrumbs {
    margin-bottom: 10px;
    padding: 5px 0px;
}

.breadcrumbs > span {
    margin-right:16px;
    color: #444;
}
.cate-date{
	padding: 10px 0px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-size: 13px;
    color: #b0b0b0;
}
.brc-cat .breadcrumbs{
    border-bottom: 1px solid #DDE;
    padding-bottom: 20px;
}
.breadcrumbs span a {
    color: #444;
    font-weight: normal;
    padding-right: 5px;
    font-family: FontAwesome;
    position: relative;
}

.breadcrumbs > span a::after {
    color: #d3d3d3;
    content: "\f105";
    font-size: 15px;
    position: absolute;
    right: -10px;
    top: -3px;
}

.cpd {
	padding: 0 10px;
	margin: 0;
}

.cpd li {
    color: blue;
    font-size: 12px;
    padding: 5px 18px;
    position: relative;
}

.cpd li::after {
    color: green;
    content: "\f0c0";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 8px;
}

.btn-top {
    background: url("images/btn_top.png") no-repeat 0 0/100% 100%;
    border: medium none;
    bottom: 50px;
    cursor: pointer;
    display: none;
    height: 50px;
    outline: medium none;
    padding: 0;
    position: fixed;
    right: 20px;
    width: 50px;
    z-index: 9999;
}

.list-socal ul li {
	display: inline-block;

	margin-bottom: 10px;
}

.list-socal ul li img {
	width: 33px;
    height: 31px;
    border-radius: 3px;
}

.list-socal ul li img:hover {
	opacity: 1;
}

/* ----------------------  $menu --------------------------------------------------------------------------------------------------------------*/
.menu-ul{
	margin: 0;
	padding: 0;
}
.nav-menu ul ul{
	display: none;
}
.nav-menu li{
	list-style: none;	
}
.nav-menu-standard-type li{
	position: relative;	
}
.nav-menu .menu-ul  > li{
	float: left;	
}

.nav-menu-standard-type .menu-ul > li:hover > ul{
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
}
.nav-menu-standard-type .menu-ul > li:last-child:hover > ul {
	left: auto;
	right: 0;
}
.nav-menu-standard-type  .menu-ul ul > li:hover > ul{
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 999;	
}

.nav-menu ul ul ul ul{
	display: none !important;
}
/* ----------------------  $global ----------------------------------------------------------------------------------------------------------*/
#site-wrapper{
	overflow: hidden;
}
#site-inner{
	min-width: 1100px;
}

.container{
	width: 982px;
	margin-left: auto;
	margin-right: auto;
}

.site-main-wrapper{
	//margin: 20px 0;
	//background: white;
}
.main{
	background: #fff;
    padding: 2px;
}


.site-main{	
	min-height:400px;
}

.tmp-title-bar{
	margin:10px 0 20px;
	padding-bottom: 5px;
}

.section-header .title{
	margin-top: 10px;
    font-size: 24px;
}


.message{
	font-weight: bold;
    border: 1px solid #ccc;
    background: aliceblue;
    border-radius: 5px;
}

.message-success{
	color: green;
}

.message-danger{
	color: red;
}

.message-warning {
	color: brown;
}

.thumb{
	text-align: center;
}

.thumb img{
	display: block;
}

.hidden {
	display: none;
}

.message-danger .title-404 a {
	color: green;
}

.message-danger {
	color: red;
	text-align: center;
	background-color: #f2f2f2;
}

.message-danger img {
	margin-top: 20px;
	max-width: 400px;
}

/* ----------------------  $header ------------------------------------------------------------------------------------------------------------*/
.site-header {
	//background-color: #000;
}
.col-box .title-logo {
	margin: 0;
}

.widget-content-banner {
	height: inherit;
}

.banner img {
	width: 100%;
	height: 100%;
}

.botton-menu {
	padding: 5px 8px;
	font-weight: bold;
	cursor: pointer;
	font-size: 22px;
	display: none;
	text-transform: uppercase;
	overflow: hidden;
}

.title-menu {
	float: left;
}

.icon-menu{
	float: right;
	padding:0 10px;
	border-radius: 2px;
	border:1px solid #ddd;
}
.menu-header{
	background: linear-gradient(to bottom, #22a013 0%, #37be27 100%);
   margin-bottom: 10px;
}
.tparrows{
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.05);
}
.tparrows:hover{
	background: #494b56;
}
.header-left{
	width: 85%;
	float: left;
}
.cart{
    width: 15%;
    padding-top: 3px;
}
.search-social {
    width: 47%;
    padding-top: 4px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: #444;
    padding-bottom: 2px;
}
.search-field{
	width: 80%;
	border: none;
	height: 26px;
	font-size: 12px;
	padding-left: 6px;
    line-height: 26px;
    border-radius: 3px;

}
.social ul{
    margin-bottom: 3px;
    padding-top: 4px;
}
.social ul li{
    background: #fff;
    min-width: 20px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 2px;
}
.box-search {
    width: 75%;
    float: left;
    margin-left: 5px;
}

.col-box{
    position: relative;
}
.social ul li img{
    width: 20px;
    height: 18px;
    margin-right: 4px;
}
.search-submit{
	width: 16%;
	height: 26px;
    background: #fff;
    color: #444;
    font-size: 12px;
    text-align: center;
    border:1px solid #fff;
    padding: 0px;
    border-radius: 3px;
}
.home-slide{
    background: #fff url(images/bg-n-d.png);
    background-position: bottom;
    padding-bottom: 21px;
    background-repeat: repeat-x;
    background-size: 14px;
}
#primary-menu {
	clear: both;
	
}
#primary-menu li {
	position: relative;
    border-right: 2px solid #fff;
    text-transform: uppercase;
    margin-left: 4px;
}
#primary-menu li:last-child{
    border-right: none;
}
#primary-menu .menu-ul li a:hover  {
	background: #0c6136 url(images/LinkHover.png) no-repeat top center;
}
#primary-menu .menu-ul > li > a{
	display: block;
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 38px;
    padding: 0px 11px 0;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    height: 36px;
    position: relative;
   text-decoration: none;
}

#primary-menu .menu-ul > li:first-child > a{
	
}

#primary-menu .menu-ul li.current-menu-item{
	background: #0c6136 url(images/LinkHover.png) no-repeat top center;
}

#primary-menu .sub-menu{	
	width: 220px;
    background: rgba(91, 7, 0, 0.5);
    border-radius: 4px;
    padding-bottom: 10px;
    z-index: 9999;
    padding-top: 6px;
}

#primary-menu .sub-menu li{
	padding: 5px 10px;
	border-right: none;

}
#primary-menu .sub-menu li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#primary-menu .sub-menu li a:hover{
	color: #00AEEF;
	background: none;
    padding: 4px 5px 4px 2px;
}

.block-2{
	background: #fff url(images/bg-n-d.png);
    background-position: top;
    padding-top:20px;
    background-repeat: repeat-x;
    background-size: 14px;
}
 .giohang {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 3px;
    float: left;
    position: relative;
   
}
#minicart a {
    text-decoration: none;
    font-weight: bold;
    padding-left: 6px;
}
#minicart .view {
    font-size: 13px;
    text-transform: uppercase;
    color: #22a013;
    text-decoration: none;
    background: url(images/bg_cart.png) center right no-repeat;
    padding-right: 35px;
}
.so-sp {
    position: absolute;
    right: -7px;
    top: 6px;
    display: block;
    background: #0c6136;
    border-radius: 18px;
    border: 1px solid #0c6136;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}
/* ----------------------  $footer ----------------------------------------------------------------------------------------------------------*/
.site-footer{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #22a013 url(images/Bfoot.png);
    background-repeat: repeat-x;
	color: #fff;
}

.site-footer .company-info{
	padding: 40px 0;
	text-align: center;
}

.site-footer .fanpage{
    text-align: center;
}
.ft-h{
	margin-top: 8px;
}
 .copyright{
    font-size: 10px;   
    padding: 5px;
    font-family: arial;
    text-align: center;
    color: #888	;
}

.copyright a {
}
.menu-ft{
	margin-top: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.menu-ft ul{
	text-align: center;
}
.menu-ft li{
	display: inline-block;
    height: 30px;
    line-height: 30px;
}
.menu-ft li a {
    color: #fff;
    padding: 0px 15px;
    border-right: 1px solid;
    text-decoration: none;
    text-transform: uppercase;
}
.list-socal img{
	margin-right: 10px;
}
.list-socal{
	text-align: center;
}
.ngan-hang{
	padding-right: 0px;
	padding-left: 0px;
}
/* ----------------------  $sidebar -----------------------------------------------------------------------------------------------------------*/
.sidebar{

}

.box-sidebar {
	margin-bottom: 10px;
}

.col-sidebar {
    padding: 0px;
    padding-top: 0px;
    background: url(images/border-f.png) #fff repeat-y right; 
    background-size: 16px;
    padding-right: 18px;
    margin-bottom: 20px;
}
.rich_ads_left {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 5px;
}
.rich_ads_left, .rich_ads_right {
    top: 50% !important;
    transform: translate(0,-50%);
}
.rich_ads_right {
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 5px;
}
 .f-block-title {
    text-align: center;
    color: #fff;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 15px;
    background: linear-gradient(to bottom, #22a013 0%, #37be27 100%);
}
.block-news  ul  li{
	background:#acdcaa;
}
.block-news  ul  li  a{
	color: #000;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 10px 0 10px 24px;
    background: url(images/Arrow.png) no-repeat 5px 12px ;
    text-decoration: none;
    text-transform: uppercase;
}
.block-news  ul .sub-menu li a{
	color: #414141;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 100%;
    background: #fff url(images/icoSub.gif) no-repeat 5px 8px;
    text-transform: capitalize;
    background-size: 8px;
    line-height: 38px;
    padding: 0 0 0 20px;

    background-position: 5px 15px;
}
#nt-example1{
	height: 200px !important;
}
#nt-example2{
	height: 220px !important;
}
#nt-example3{
	height: 200px !important;
}
.tin-tuc-moi{
	padding: 10px;
	text-align: center;
		padding-bottom: 0px;
}
.tin-tuc-moi .cate-title, .name-and{
	margin-top: 10px;
	font-size: 12px;
	min-height: 35px;
}
#nt-example3 li{
	padding: 5px 5px;
}
/* ----------------------  $404 ----------------------------------------------------------------------------------------------------------*/
#e404-tmp {
	
}

#e404-content{
	
}


/* ----------------------  $category ----------------------------------------------------------------------------------------------------------*/
.cate-dat{
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	color: #B6B6B6;
    font-size: 12px;
	margin-top: 15px;
}

.category-tmp-posts .cate-post-item{
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.cate-post-thumb{
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 3px;
}
.cate-post-title{
	margin-top: 0;
}
.cate-post-title a{
	text-decoration: none;
	line-height: 20px;
    font-weight: 400;
    font-size: 18px;
}
.cate-post-title a:hover{
	color: #3498db;
}
.read-more{
	float: right;
}
.cate-post-date{
	color: #777;
	font-size: 13px;
	margin-bottom: 5px;
}

.cate-post-excerpt{
	font-size: 13px;
}

.cate-post-item .read-more{
 
    font-size: 12px;
}
.col-img{
	padding-left: 0px;
}

/* ----------------------  $single ----------------------------------------------------------------------------------------------------------*/
#single-tmp{
	
}
.single-post .wp-caption  {
    max-width: 100%;
}
section.singular-content{
    text-align: justify;
}
.singular-content .section-main{
	padding-top: 15px;
}
.singular-content .section-main a {color: blue;}
.single-related-posts {
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    padding-top: 12px;
}
.tieude {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #8f0000;
    padding-left: 15px;
}
.single-sp-thumb .owl-controls{
    display: none !important;
}
#list-small-img-sp {
    margin-top: 5px;
}
#list-small-img-sp img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 3px;
}
.single-sp-thumb .owl-item{
    margin-right: 4px;
}
.single-sp-related-posts .owl-buttons{
    display: none;
}
.list-item-news li {
    position: relative;
    padding: 2px;
}
.list-item-news li a {
    padding-left: 12px;
    text-decoration: none;
}
.list-item-news li a::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: 3px;
    top: 3px;
    color: #444 !important;
}
.related-title-bar span{
	display: inline-block;
    padding: 8px;
    font-weight: bold;
}

.single-related-posts ul{
	
}

.single-related-posts li{
	//list-style: url('images/new-post.png') inside;
	margin: 10px 0;
    font-size: 13px;
}


/* ----------------------  $page  ----------------------------------------------------------------------------------------------------------*/

/* ----------------------  $search ----------------------------------------------------------------------------------------------------------*/
#search-tmp{
	
}

.search-tmp-title{
	font-size: 16px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    font-style: italic;
}

.search-tmp-title .search-keywords{
	font-weight:bold;
	font-size:18px;
	color: royalblue;
}

.search-result-items{

}


.section-header-search {
	background-color: #f8f8f8;
}

.search-tmp-title{
	font-size: 16px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-style: italic;
}

.search-tmp-title .search-keywords{
	font-weight:bold;
	font-size:18px;
	color: royalblue;
}


/* ----------------------  $archive ----------------------------------------------------------------------------------------------------------*/
#archive-tmp {
	
}

.archive-sp-item {
    position: relative;
}
	
.giam-gia {
	position: absolute;
	top: 1px;
	width: 80px;
	height: 80px;
	text-align: center;
	color: white;
	left: 1px;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; 
}


.archive-list-sp {
	overflow: hidden;
}

.archive-list-sp-container {

}

.archive-sp-item {
    margin-bottom: 10px;
    vertical-align: top;
    text-align: center;
    box-shadow: 1px 1px 2px 1px #dddddd;
    padding: 5px;
    padding-bottom: 20px;
}

.archive-sp-item-meta {
padding: 5px 5px;
}

.archive-sp-item .ten-sp, .ma-sp {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
    margin-top: 6px;
}
.archive-sp-item .ten-sp a:hover{
	text-decoration: none;
}
.archive-sp-item .gia-sp {
	font-size: 16px;
    color: #22a013;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: normal;
    line-height: 23px;
}
.gia-sp-1goc {
	float: left;
	color: #444;
	margin-right: 10px;
}
.chi-sp{
	margin-top: 2px;
    float: left;
    background: #22a013;
    padding: 1px 5px;
    border-radius: 2px;
}
.btn-cart{
    float: right;
}
.btn-cc{
    margin-top: 10px;
}

.chi-sp a{
	
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.name-and-sale{
	min-height: 52px;
}
/* ----------------------  $single sp ----------------------------------------------------------------------------------------------------------*/
#single-sp-tmp {

}

.single-sp-info {
	margin-bottom: 15px;
	margin-top: 30px;
}

.single-sp-fields .ten-sp {
	font-size: 26px;
	border-bottom: 1px solid #F3F3F3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.single-sp-fields .ten-sp h1{
	margin-top: 0px;
	font-size: 16px;
    color: #333;
    text-align: left;
    margin: 0 0 8px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-sp-thumb{
	text-align: center;
	padding-top: 30px;
}
.single-sp-fields .field-row{
	padding: 2px 0;
}
.field-row label{
	margin-right: 4px;
	margin-bottom: 0px;
}
.gia-sp-not-km span{
	font-size: 15px;
}
.value-goc{
	font-size: 20px;
    color: #22a013;
}
.single-sp-fields  .gia-sp .value{
	font-size: 26px;
	color: red;
}
.dh{
	margin-top: 10px;
}
.dh a{
	border: none !important;
    padding: 10px 10px;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #FFF;
    width: 46%;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    outline: none;
  background: linear-gradient(to bottom, #22a013 0%, #37be27 100%); 
    text-decoration: none;
}
.single-sp-fields .buy-sp{
	display: inline-block;
	margin: 20px;
	border: none;
	background: #9933ff;
	color: white;
	font-weight: bold;
	padding: 10px 15px;
}
#cart-notice{
	display: none;
}
#cart-notice {
  position: fixed;
  top: 20px;
  right: 20px;
  width: auto;
  z-index: 300;
  padding: 20px;
  background: white;
  text-align: center;
  border: 1px solid #bbb;
}
#cart-notice span,
#cart-notice a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 10px;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #bbb;
}
.no-padding{
    padding: 0px;
}
.table-detail-pro > div:nth-child(1) > a > h4 {
    border-right: 1px solid #d7d7d7;
}
.table-detail-pro h4 {
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}
.table-detail-pro {
    border: 1px solid #d7d7d7;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.body-tdp.contact {
    border-right: 1px solid #d7d7d7;
    padding: 0 15px 15px;
}
.single-sp-content {

}
.single-sp-content .header-tab-group{
	margin-bottom: 20px;
    border-bottom: 1px solid;
}

.single-sp-content .header-tab{
	 display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
}

.single-sp-content .content-tab-group{
	
    text-align: justify;
}

.single-sp-content .content-tab {
	
}
.related-title-bar{
	margin-bottom: 10px;
	background: #a34215;
	color: #fff;
	font-size: 16px;
}
.content-box ul li a {
    color: #414141;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 100%;
    background: #fff url(images/icoSub.gif) no-repeat 5px 8px;
    text-transform: capitalize;
    background-size: 8px;
    line-height: 35px;
    padding: 0 0 0 20px;
    background-position: 5px 15px;
}
.title-h{
    float: left;
    width: 100%;
    padding: 5px 10px;
    background: #acdcaa;
    color: #000;
    font: bold 12px/30px arial;
    /* padding-left: 10px; */
    display: inline-block;
    margin-bottom: 10px;

}
.block-2 .category-item {
    height: 268px;
}
.block-2 .widget-post li:first-child {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    padding: 0px;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.block-2 .widget-post li:first-child .title-item-post-home a {
    height: 42px;
    font-size: 15px;
    color: #22a013;
}
.block-2 .widget-post .title-item-post-home a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    line-height: 16px;
    font-size: 13px;
    color: #000;
}
.block-2 .widget-post li .thumbnail-home, .block-2 .widget-post li .content-post {
    display: none;
}
.block-2 .widget-post li:first-child .thumbnail-home, .block-2 .widget-post li:first-child .content-post {
    display: block;
}
.block-2 .thumbnail-home img {
    border: solid 1px #cdcdcd;
    border-radius: 5px;
    width: 33%;
    height: 90px;
    margin-right: 10px;
    float: left;
}
.block-2 .content-post {
    font-size: 12px;
}
.block-2 .widget-post li {
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
    padding: 3px 0px;
}
/* ----------------------  $home  ----------------------------------------------------------------------------------------------------------*/
.home-block {
	margin-bottom: 15px;
	clear: both;
}

.home-block .block-title{
	    height: 37px;
    position: relative;
    z-index: 2;
    width: 100%;
    float: left;
    background: #22a013 !important;
   margin-bottom: 10px;
   line-height: 37px;
}
.block-title span{
	padding-left: 28px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
.block-title a:hover{
	color: #fff;
	text-decoration: none;
}
.home-block .block-content{

}
.col-sp{
	padding-left:8px;
	padding-right: 8px;
	margin-bottom: 15px;
}
/*.col-sp:hover{
    box-shadow: 1px 1px 2px #dddddd;
}*/
.block-content .row{
	margin-right: -8px;
	margin-left: -8px;
}
/* ----------------------  $custom template -----------------------------------------------------------------------------------------------------------*/
.btn-top {
	margin-bottom: 50px;
}
#page-tmp .wpcf7-form label:after {
    content: '*';
    color: #DB2828;
    margin-left: 3px;
}
.wpcf7-text, .wpcf7-textarea,.wpcf7-number{
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    tap-highlight-color: rgba(255,255,255,0);
    line-height: 1.2142em;
    padding: .57861429em 1em;
    font-size: 1em;
    background: #FFF;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease,border-color .1s ease;
    transition: color .1s ease,border-color .1s ease;
    margin-bottom: 5px;
    width: 	100%;
}
.wpb_wrapper label{
	display: inline-block;
}
.wpcf7-textarea {
    height: 100px;
}

.wpcf7-submit {
    background-color: #22a013;
    color: #FFF;
    border: none;
    padding: 4px 15px;
    font-size: 16px;
    border-radius: 3px;
}
#call-now {
    position: fixed;
    left: 45%;
    bottom: 0;
    z-index: 9999;
    background: #0c6136;
    padding: 5px;
    border-radius: 10px;
    transform: translate(-50%,0);
}
#call-now > a {
    color: yellow;
    font-size: 14px;
    text-decoration: none;
}
a.mobile_to_pc {
    position: fixed;
    z-index: 999;
    background: #0c6136;
    color: yellow;
    max-width: 100%;
    line-height: 20px;
    text-align: center;
    right: 35%;
    bottom: 0px;
    padding: 5px;
    border-radius: 10px;
    text-decoration: none;
}
.mobile-search-form {
  position: relative;
}
.mobile-search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#mobile-menu ul {
  margin: 0;
  padding: 0;
}
#mobile-menu li {
  list-style-type: none;
}
#mobile-menu a {
  color: inherit;
}
#mobile-menu ._menu_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #22a013;
  color: white;
  z-index: 99999;
}
#mobile-menu ._menu_bar li {
  float: left;
  font-size: 14px;
  line-height: 40px;
  padding: 0 12px 0 15px;
  height: 40px;
}
#mobile-menu ._menu_toggle {
  border-right: 1px solid #ccc;
  position: fixed;
  top: 40px;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: white;
  z-index: 2000;
  overflow: auto;
  transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
}
#mobile-menu ._menu_toggle._active {
  left: 0;
}
#mobile-menu ._search {
  position: relative;
  margin: 15px;
}
#mobile-menu ._search ._search_input {
  padding-right: 40px;
}
#mobile-menu ._search ._btn_search {
  position: absolute;
  right: 0;
  top: 0;
 background: linear-gradient(to bottom, #22a013 0%, #37be27 100%);
  border-color: #22a013;
  color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#mobile-menu ._menu {
  border-top: 1px solid #ccc;
}
#mobile-menu ._menu li {
  position: relative;
  color: #111;
}
#mobile-menu ._menu li a {
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
#mobile-menu ._menu li.menu-item-has-children > a {
  margin-right: 40px;
}
#mobile-menu ._menu li.menu-item-has-children:after {
  content: "\f107";
  font-family: 'fontawesome';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  padding-top: 10px;
  border-left: 1px solid #ccc;
  text-align: center;
}
#mobile-menu ._menu > li {
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}
#mobile-menu ._menu .sub-menu {
  display: none;
  margin-left: 20px;
  border-left: 1px solid #ccc;
}
#mobile-menu ._menu .sub-menu li {
  border-top: 1px solid #ccc;
}
@media (max-width: 992px) {
  body {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  #mobile-menu {
    display: none !important;
  }
}
body.admin-bar #mobile-menu ._menu_bar {
  top: 32px;
}
body.admin-bar #mobile-menu ._menu_toggle {
  top: 72px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #mobile-menu ._menu_bar {
    top: 46px;
  }
  body.admin-bar #mobile-menu ._menu_toggle {
    top: 86px;
  }
}
.col-main{
    float: right;
    padding-left: 10px;
}
.float-fb-msg{
  position:fixed;
  bottom:0px;
  left:0;
  width:260px;
  z-index: 999999;
  border: 1px solid #ccc;
  border-top: none;
}
@media (max-width: 767px) {
  .float-fb-msg {
    display: none;
  }
}
.float-fb-msg .box-title{

    color: yellow;
 
}
.float-fb-msg .box-main {
  background:white;
  display:none;
  height:320px;
  padding: 5px 10px;
  border-top: 10px solid #0c6136;
}

.float-fb-msg .box-title i{
  float:right;
  margin-right:10px;
}
.float-fb-msg .wpcf7-submit {
    padding: 5px 5px;
    width: 100%;
    margin-top: 18px;
}
.float-fb-msg .wpcf7-textarea {
    height: 60px;
}
.float-fb-msg label{
    font-weight: 300;
    font-size: 14px;
}
.float-fb-msg  .box-main .ht{
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
    color: #0c6136;
    font-weight: bold;
}
.float-fb-msg  .box-main.placehoder{
    font-weight: 300;
}
.archive-sp-item .ten-sp{
    min-height: 43px;
}

