.clear {
	clear: both;
}

::-moz-selection {
	background: #ff5113;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #424343;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #ff5113;
	color: #fff;
	text-shadow: none;
}

.related-product-outer-daunguon {
	text-align: center;
}

.related-product-outer-daunguon ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    /*display: inline;*/
}

.clearfix:before, .footer-bottom-inner .list-style-none:before, .ao-pagination ul:before, .ao-pagination ul.page-numbers:before, .news_item:before, .store:before, .ao-pagination:before, .clearfix:after, .footer-bottom-inner .list-style-none:after, .ao-pagination ul:after, .ao-pagination ul.page-numbers:after, .news_item:after, .store:after, .ao-pagination:after {
	content: "";
	display: table;
}

.clearfix:after, .footer-bottom-inner .list-style-none:after, .ao-pagination ul:after, .ao-pagination ul.page-numbers:after, .news_item:after, .store:after, .ao-pagination:after {
	clear: both;
}

.form-inner .button, .product-detail-tab-control li a, .header-outer .header-top-outer, .header-outer .header-inner, .product_type__item, .product_type__item .more-link, .product_type2__item, .product_type2__item .thumbnail img, .product_type2__item .more-link, .product_lv2__thumbnail a img, .product_lv2__content .title a, .product_lv2__content .more-link, .product_categories .categories li a, .primary-products-outer .products-style-list > li .item-name a,
.home-products > li .item-name a,
.home-menu-links li a,
.home-news-inner .news-item .item-name a, .home-products > li .item-button, .foot-menu > li > a,
.foot-menu .sub-menu a,
.footer-bottom ul li a, .ao-pagination ul li > a, .ao-pagination ul li > span, .ao-pagination ul.page-numbers li > a, .ao-pagination ul.page-numbers li > span, .btn-01, .btn-02, .btn-02:before, .news_item__content .meta .category, .news_item__content .title a, .news_item__content .more-link, .filter-form input, .filter-form select, .filter-form .button, .side_widget .contacts li a, .side_widget .contacts li a p {
	transition: all 0.5s, visibility 0s;
	-ms-transition: all 0.5s, visibility 0s;
	-webkit-transition: all 0.5s, visibility 0s;
	-moz-transition: all 0.5s, visibility 0s;
}

@-webkit-keyframes upDown {
	0% {
		bottom: 40px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 40px;
	}
}
/* Standard syntax */
@keyframes upDown {
	0% {
		bottom: 40px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 40px;
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*
Theme Name: AOSmith
Theme URI: http://timeuniversal.vn
Author: Time Universal
Author URI: http://blog.timeuniversal.vn
Description: Designed by Time Universal Communications
Version: 1.0
*/
/* Reset */
*, *:after, *:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	margin: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #333333;
}

a {
	color: #107DBC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input[type="text"], input[type="email"], textarea {
	width: 100%;
	resize: none;
	outline: none;
}

button {
	outline: none;
	cursor: pointer;
	box-shadow: none;
}

.button-default {
	line-height: 34px;
	height: 34px;
	display: inline-block;
	padding: 0px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	text-transform: uppercase;
}

.button-default:hover {
	text-decoration: none;
	opacity: 0.9;
}

.button-green {
	background: #128547;
	color: #fff;
}

.tcenter {
	text-align: center;
}

.green {
	color: #128547;
}

img {
	max-width: 100%;
	border: none;
}

/* Useful styles */
.container {
	margin: 0 auto;
	/*max-width: 1200px;
	width: 94%;*/
}
.container > .row {
	margin: 0;
}

.product-tabs {
	/*max-width: 1040px;*/
	/*margin: auto !important;*/
	margin-bottom: 15px !important;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	-webkit-transform: translateX(-80vw) !important;
	-ms-transform: translateX(-80vw) !important;
	-o-transform: translateX(-80vw) !important;
	transform: translateX(-80vw) !important;
}

.mm-menu_offcanvas {
	left: auto !important;
	right: 0 !important;
}
/*#my-menu-2 {
	left: 0 !important;
	right: auto !important;
}*/

.container-small {
	max-width: 1200px;
	margin: 0 auto;
}

.feature-tab .container-small, .faq-tab .container-small {
	max-width: 800px;
	margin: 0 auto;
}

.tech-tab .container-small {
	max-width: 800px;
	margin: 0 auto;
}

/*960px*/
.fluid:before, .fluid:after {
	display: table;
	content: "";
}

.fluid:after {
	clear: both;
}

.fluid .grid-1, .fluid .grid-2, .fluid .grid-3, .fluid .grid-4, .fluid .grid-5, .fluid .grid-6, .fluid .grid-7, .fluid .grid-8, .fluid .grid-9, .fluid .grid-10, .fluid .grid-11, .fluid .grid-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.fluid .grid-1 {
	width: 8.33333333333%;
}

.fluid .grid-2 {
	width: 16.6666666666%;
}

.fluid .grid-3 {
	width: 25%;
}

.fluid .grid-4 {
	width: 33.3333333333%;
}

.fluid .grid-5 {
	width: 41.6666666666%;
}

.fluid .grid-6 {
	width: 50%;
}

.fluid .grid-7 {
	width: 58.3333333333%;
}

.fluid .grid-8 {
	width: 66.6666666666%;
}

.fluid .grid-9 {
	width: 75%;
}

.fluid .grid-10 {
	width: 83.3333333333%;
}

.fluid .grid-11 {
	width: 91.6666666666%;
}

.fluid .grid-12 {
	width: 100%;
}

/* The content */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	text-align: center;
}

.the-content {
	padding-bottom: 30px;
}

.the-content p {
	text-align: justify;
}

.the-content p,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.the-content ul,
.the-content table,
.the-content iframe {
	margin: 13px 0;
	line-height: 22.5px;
}

.the-content li {
	margin: 6.5px 0 6.5px 10px;
}

.the-content ul li,
.the-content ol li {
	list-style: none;
	position: relative;
	padding-left: 15px;
}

.the-content ul li:before,
.the-content ol li:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #107DBC;
	position: absolute;
	top: 7px;
	left: 0;
}

.the-content ul li:after,
.the-content ol li:after {
	content: "";
	clear: both;
}

.the-content ul li > ul,
.the-content ul li > ol {
	padding-left: 10px;
}

.the-content ul li > ul > li:before,
.the-content ul li > ol > li:before {
	content: "|";
	color: #128547;
	padding: 0px 10px 0px 0px;
	font-size: 0.7em;
}

.the-content img {
	max-width: 100%;
	height: auto;
}

/* *
 * WP article content default
 */
 .alignnone {
 	margin: 5px 20px 20px 0;
 }

 .aligncenter, div.aligncenter {
 	display: block;
 	margin: 5px auto 5px auto;
 }

 .alignright {
 	float: right;
 	margin: 5px 0 20px 20px;
 }

 .alignleft {
 	float: left;
 	margin: 5px 20px 20px 0;
 }

 .aligncenter {
 	display: block;
 	margin: 5px auto 5px auto;
 }

 a img.alignright {
 	float: right;
 	margin: 5px 0 20px 20px;
 }

 a img.alignnone {
 	margin: 5px 20px 20px 0;
 }

 a img.alignleft {
 	float: left;
 	margin: 5px 20px 20px 0;
 }

 a img.aligncenter {
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 }

 .wp-caption {
 	background: #fff;
 	border: 1px solid #f0f0f0;
 	max-width: 96%;
 	padding: 5px 3px 10px;
 	text-align: center;
 }

 .wp-caption.alignnone {
 	margin: 5px 20px 20px 0;
 }

 .wp-caption.alignleft {
 	margin: 5px 20px 20px 0;
 }

 .wp-caption.alignright {
 	margin: 5px 0 20px 20px;
 }

 .wp-caption img {
 	border: 0 none;
 	height: auto;
 	margin: 0;
 	max-width: 98.5%;
 	padding: 0;
 	width: auto;
 }

 .wp-caption p.wp-caption-text {
 	font-size: 11px;
 	line-height: 17px;
 	margin: 0;
 	padding: 0 4px 5px;
 }

 .page-content {
 	font-size: 15px;
 	color: #333333;
 }

 .page-content p {
 	margin-bottom: 10px;
 }

 .page-content ul {
 	padding-left: 30px;
 }

 .page-content ul li {
 	margin-bottom: 10px;
 }

 .page-content img {
 	margin-top: 10px;
 	margin-bottom: 10px;
 }

 /* Main Styles */
 .header-outer {
 	box-shadow: 0 0 12px rgba(0, 0, 0, 0.48);
 	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.48);
 	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.48);
 	position: relative;
 	z-index: 3;
 }

 .header-top-outer {
 	background: #424343;
 }

 .header-top-inner {
 	/*padding: 7.5px 0px;*/
 	padding: 7.5px 15px;
 }

 .header-phone {
 	font-family: 'Roboto Condensed';
 	font-weight: bold;
 	font-size: 22px;
 	color: #fff;
 	/*background: url("../img/header-phone.png") 0px 2px no-repeat;*/
 	/*padding-left: 28px;*/
 	text-shadow: 0 0 3px black;
 }
 .header-phone .glyphicon {
 	top: 3px;
 }

 .header-search form {
 	display: flex;
 }
 .header-search .text {
 	min-width: 200px;
 	font-size: 12px;
 	height: 30px;
 	border: none;
 	border-radius: 3px 0 0 3px;
 	-webkit-border-radius: 3px 0 0 3px;
 	-moz-border-radius: 3px 0 0 3px;
 	-o-border-radius: 3px 0 0 3px;
 	padding: 5px 10px;
 	margin-bottom: 0;
 }

 .header-search .button {
 	background: #5d5e5e;
 	color: #fff;
 	border: none;
 	font-size: 12px;
 	font-weight: bold;
 	padding: 0px 8px;
 	height: 30px;
 	white-space: nowrap;
 	-webkit-transition: all .3s;
 	-o-transition: all .3s;
 	transition: all .3s;
 }
 .header-search .button:hover {
 	background: #007E44;
 }

 .header-lang {
 	margin-left: 5px;
 	position: relative;
 	background: #fff;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	-o-border-radius: 3px;
 	height: 30px;
 }

 .header-lang .lang-active {
 	display: block;
 	padding: 6px 5px;
 	color: #414141;
 	text-decoration: none;
 	min-width: 40px;
 	position: relative;
 	z-index: 1;
 	text-transform: uppercase;
 }

 .header-lang .triangle {
 	color: #12894a;
 	font-style: normal;
 	position: absolute;
 	right: 5px;
 	top: 6px;
 	-webkit-transition: all .3s;
 	-o-transition: all .3s;
 	transition: all .3s;
 }
 .header-lang:hover .triangle {
 	color: #424343;
 }

 .header-lang > ul {
 	position: absolute;
 	top: 35px;
 	z-index: 999;
 	background: #fff;
 	padding: 6px 10px;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	-o-border-radius: 3px;
 	min-width: 40px;
 }

 .header-lang > ul li {
 	list-style: none;
 }

 .header-lang > ul li a {
 	text-decoration: none;
 	color: #414141;
 	text-transform: uppercase;
 }

 .header-inner {
 	/*padding: 20px 0px 15px 0px;*/
 	/*padding: 20px 15px 15px 15px;*/
 }

 @media screen and (max-width: 666px) {
 	.fluid .grid-1, .fluid .grid-2, .fluid .grid-3, .fluid .grid-4, .fluid .grid-5, .fluid .grid-6, .fluid .grid-7, .fluid .grid-8, .fluid .grid-9, .fluid .grid-10, .fluid .grid-11, .fluid .grid-12 {
 		width: 100% !important;
 	}

 	.header-inner {
 		padding: 5px 0;
 	}
 }
 @media screen and (min-width: 667px) {
 	.main-menu-inner {
 		padding-top: 5px;
 	}

 	.main-menu-inner > li {
 		float: left;
 		list-style: none;
 		margin-left: 5px;
 		text-align: center;
 		position: relative;
 		padding-bottom: 5px;
 	}

 	.main-menu-inner > li > a {
 		padding: 8px 15px;
 		font-size: 15px;
 		font-weight: 600;
 		display: table-cell;
 		vertical-align: middle;
 	}

 	.main-menu-inner > li > .sub-menu {
 		/*display: none;*/
 		opacity: 0;
 		pointer-events: none;
 		text-align: left;
 		position: absolute;
 		z-index: 100;
 		top: 100%;
 		left: 50%;
 		min-width: 100%;
 		margin: 0 0 0 0px;
 		/*padding: 5px 0;*/
 		color: white;
 		background: #107DBC;
 		list-style: none;
 		box-shadow: 0 0 3px black;
 		-webkit-transform: translateX(-50%);
 		-moz-transform: translateX(-50%);
 		-ms-transform: translateX(-50%);
 		-o-transform: translateX(-50%);
 		transform: translateX(-50%);
 		-webkit-transition: opacity .5s;
 		-o-transition: opacity .5s;
 		transition: opacity .5s;
 	}

 	.main-menu-inner > li .sub-menu a {
 		display: block;
 		min-width: 100%;
 		width: max-content;
 		width: -webkit-max-content;
 		padding: 0 15px;
 		color: white;
 		font-size: 13px;
 		line-height: 36px;
 		text-decoration: none;
 		-webkit-transition: all .3s;
 		-o-transition: all .3s;
 		transition: all .3s;
 	}

 	.main-menu-inner > li .sub-menu a:hover {
 		background-color: rgba(66, 67, 67, 0.4);
 	}

 	.main-menu-inner > li:hover > a {
 		text-decoration: none;
 		background-color: rgba(16,125,188,0.1);
 	}

 	.main-menu-inner > li.current-page-ancestor > a,
 	.main-menu-inner > li.menu-item > a {
 		position: relative;
 		-webkit-transition: all .5s;
 		-o-transition: all .5s;
 		transition: all .5s;
 	}

 	.main-menu-inner > li.current-page-ancestor > a:after,
 	.main-menu-inner > li.menu-item > a:after {
 		content: "";
 		position: absolute;
 		bottom: 0;
 		left: 0;
 		width: 100%;
 		height: 1px;
 		display: inline-block;
 		-webkit-transition: all .5s;
 		-o-transition: all .5s;
 		transition: all .5s;
 	}
 	.main-menu-inner > li.current-menu-item > a:after,
 	.main-menu-inner > li.menu-item:hover > a:after {
 		background-color: #107DBC;
 	}

 	.main-menu-inner .menu-item-has-children:hover > .sub-menu {
 		/*display: block;*/
 		opacity: 1;
 		pointer-events: all;
 	}

 	.main-menu-inner .sub-menu .menu-item-has-children {
 		position: relative;
 	}

 	.main-menu-inner .sub-menu .menu-item-has-children > a {
 		position: relative;
 	}

 	.main-menu-inner .sub-menu .menu-item-has-children > a:after {
 		content: "?";
 		font-family: fontawesome;
 		position: absolute;
 		top: 0;
 		right: 5px;
 		color: inherit;
 		font-size: 10px;
 		line-height: 29px;
 	}

 	.main-menu-inner .sub-menu .menu-item-has-children .sub-menu {
 		display: none;
 		position: absolute;
 		top: 0;
 		left: 200px;
 		z-index: 100;
 		width: 200px;
 		margin: 0 0 0 0px;
 		padding: 5px 0;
 		color: white;
 		background: #007e44;
 		list-style: none;
 	}

 	.main-menu-inner .sub-menu .menu-item-has-children:hover > .sub-menu {
 		display: block;
 	}
 }
 .body-outer {
 	background: #fff;
 	padding-bottom: 30px;
 }

 .home .body-outer,
 .parent-pageid-2 .body-outer {
 	background: url("assets/img/bg-pattern.png") repeat;
 	padding-bottom: 60px;
 	min-height: 400px;
 }

 .home .body-inner {
 	/*background: url('assets/img/home-water-bg.png') no-repeat center 250px;*/
 }

 .single-post .body-outer {
 	background: #fff;
 }

 .page-template-page-templatessolution-php .body-outer {
 	background: #fff;
 }

 .relates-post {
 	margin: 40px 0;
 }

 .relates-post h3 {
 	border-bottom: 1px solid #CCC;
 	padding-bottom: 5px;
 	margin-bottom: 10px;
 }

 .relates-post li {
 	margin: 5px 0px;
 	list-style: disc inside;
 }

 .home-menu-outer {
 	margin-top: 30px;
 }

 .home-menu-links li {
 	float: left;
 	width: 24.6%;
 	margin-right: 0.4%;
 	border: solid 1px #c6c6c5;
 	border-radius: 7px;
 	-webkit-border-radius: 7px;
 	-moz-border-radius: 7px;
 	-o-border-radius: 7px;
 	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
 	background-color: #fff;
 }

 .home-menu-links li:last-child {
 	margin-right: 0px;
 }

 .home-menu-links li a {
 	display: block;
 	line-height: 53px;
 	font-weight: bold;
 }

 .home-menu-links li a span {
 	display: block;
 	padding-left: 10px;
 	border-left: solid 1px #c6c6c5;
 }

 .home-menu-links li a i.aoico {
 	margin: 9px 13px 0px 18px;
 }

 .home-products-inner {
 	margin: 30px 0px 0px -2px;
 	/*overflow: auto;*/
 	position: relative;
 	overflow: hidden;
 }

 .home-products-inner li {
 	position: relative;
 }

 .home-products-inner li .new {
 	position: absolute;
 	top: 5px;
 	right: 20px;
 }

 .home-products-inner li .new img {
 	width: 50px;
 	height: 50px;
 }

 .home-products > li {
 	float: left;
 	width: 296px;
 	margin: 2px 0px 2px 3px;
 	background: #fff;
 	padding-bottom: 10px;
 	box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
 	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
 	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
 }

 .home-products > li:last-child {
 	margin-right: 0px;
 }

 .home-products > li .item-thumb {
 	width: 100%;
 	height: 295px;
 	overflow: hidden;
 	display: block;
 }

 .home-products > li .item-thumb img {
 	width: 100%;
 	height: auto;
 }

 .home-products > li .item-excerpt {
 	display: none;
 }

 .home-products > li .item-name {
 	text-indent: 15px;
 	margin-top: 13px;
 }

 .home-products > li .item-name a {
 	font-size: 18px;
 	font-weight: bold;
 }

 .home-products > li .item-price {
 	float: left;
 	display: block;
 	clear: both;
 	margin: 18px 0px 15px 15px;
 	text-align: center;
 }

 .home-products > li .item-button {
 	margin: 10px 15px 15px;
 	background: #128547;
 	display: inline-block;
 	color: #fff;
 	padding: 7px 20px;
 	text-align: center;
 	font-weight: 600;
 	border-radius: 20px;
 	-webkit-border-radius: 20px;
 	-moz-border-radius: 20px;
 	-o-border-radius: 20px;
 }

 .home-products > li .item-button:hover {
 	text-decoration: none;
 }

 .home-products.search-results > li .item-thumb {
 	height: auto;
 }

 .home-products-inner .caroufredsel_wrapper {
 	width: 1202px !important;
 	height: 412px !important;
 	margin-left: -4px !important;
 	padding-left: 4px !important;
 }

 .home-products-inner .home-products {
 	padding-left: 4px;
 }

 .home-products-inner .product-slide-control {
 	width: 33px;
 	height: 60px;
 	position: absolute;
 	top: calc(50% - 30px);
 	opacity: 0.5;
 }

 .home-products-inner .product-slide-control.prev {
 	background: url("assets/img/product-slide-prev.png") no-repeat;
 	left: 0px;
 }

 .home-products-inner .product-slide-control.next {
 	background: url("assets/img/product-slide-next.png") no-repeat;
 	right: 2px;
 }

 .home-products-inner:hover .product-slide-control {
 	opacity: 1;
 }

 .scroll-bar-wrap {
 	clear: left;
 	padding: 0 4px 0 2px;
 	margin: 0 -1px -1px -1px;
 }

 .scroll-bar-wrap .ui-slider {
 	background: none;
 	border: 0;
 	height: 2em;
 	margin: 0 auto;
 }

 .scroll-bar-wrap .ui-handle-helper-parent {
 	position: relative;
 	width: 100%;
 	height: 100%;
 	margin: 0 auto;
 }

 .scroll-bar-wrap .ui-slider-handle {
 	background: #128547;
 	outline: none;
 	cursor: default;
 	position: absolute;
 	z-index: 2;
 	width: 1.2em;
 	height: 1.2em;
 	-ms-touch-action: none;
 	touch-action: none;
 	top: .2em;
 	height: 1.5em;
 }

 .scroll-bar-wrap .ui-slider-handle .ui-icon {
 	margin: -8px auto 0;
 	position: relative;
 	top: 50%;
 }

 .home-water-outer {
 	margin-top: 5px;
 }

 .home-waters .water-item {
 	position: relative;
 	padding: 0px;
 	overflow: hidden;
 }

 .home-waters .water-item a {
 	display: block;
 	width: 100%;
 	height: 100%;
 	padding: 2px;
 }

 .home-waters .water-item img {
 	width: 100%;
 	height: 100%;
 	border: 3px solid #ddd;
 	border-radius: 10px;
 	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 }

 .home-waters .water-item .attachment-news {
 	border: 1px solid #ddd;
 	border-radius: 10px;
 }

 .home-waters .water-item h3 {
 	height: 58px;
 	overflow: hidden;
 	position: absolute;
 	bottom: 3px;
 	left: 3px;
 	font-size: 13px;
 	font-weight: bold;
 	overflow: hidden;
 	background-color: rgba(255, 255, 255, 0.75);
 	width: 100%;
 	padding: 10px 15px;
 	border-radius: 0 0 10px 10px;
 	-moz-border-radius: 0 0 10px 10px;
 	-webkit-border-radius: 0 0 10px 10px;
 	margin-left: -5px;
 }

 .home-waters .water-1 {
 	height: 462px;
 }

 .home-waters .water-2 {
 	height: 231px;
 }

 .home-news-title {
 	font-size: 28px;
 	font-weight: bold;
 	padding: 20px 0px;
 }

 .home-news-title a {
 	color: #333333;
 }

 .home-news-title a:hover {
 	text-decoration: none;
 }

 .home-news-inner .news-item {
 	padding: 0px;
 }

 .home-news-inner .news-item .item-name {
 	font-size: 14px;
 	font-weight: bold;
 }

 .home-news-inner .news-item .item-excerpt {
 	margin-top: 10px;
 }

 .home-news-inner .news-item .item-thumb {
 	float: left;
 	width: 287px;
 	height: 166px;
 	border: solid 3px #fff;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	-o-border-radius: 3px;
 	overflow: hidden;
 	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
 }

 .home-news-inner .news-item .item-thumb img {
 	width: 100%;
 	height: auto;
 }

 .home-news-inner .news-1 .item-info {
 	margin-left: 308px;
 }

 .home-news-inner .news-2-outer {
 	padding: 0px;
 	padding-left: 70px;
 }

 .home-news-inner .news-2 {
 	padding-bottom: 13px;
 	margin-bottom: 13px;
 	border-bottom: dotted 2px #b9b9b9;
 }

 .home-news-inner .news-2 .item-name {
 	display: table-cell;
 	vertical-align: middle;
 	height: 66px;
 }

 .home-news-inner .news-2 .item-thumb {
 	width: 110px;
 	height: 66px;
 }

 .home-news-inner .news-2 .item-info {
 	margin-left: 130px;
 }

 .home-news-inner .news-2:last-child {
 	border-bottom: none;
 }

 .home-slide-inner {
 	max-width: 1364px;
 	max-height: 461px;
 	margin: auto;
 	position: relative;
 	width: 100%;
 }

 .home-slide-inner .slides {
 	clear: both;
 }

 .home-slide-inner .slides > li > a > img {
 	width: 100%;
 	height: auto;
 }

 .home-slide-inner .flex-control-paging {
 	position: absolute;
 	list-style: none;
 	clear: both;
 	height: 12px;
 	text-align: center;
 	bottom: 20px;
 	padding-bottom: 2%;
 	z-index: 2;
 	width: 100%;
 }

 .home-slide-inner .flex-control-paging li {
 	display: inline-block;
 	font-size: 0px;
 	margin: 0px 3px;
 }

 .home-slide-inner .flex-control-paging li a {
 	display: block;
 	height: 12px;
 	width: 12px;
 	border: solid 2px #fff;
 	border-radius: 6px;
 	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	cursor: pointer;
 }

 .home-slide-inner .flex-control-paging li a.flex-active {
 	background: #fff;
 }

 .breadcrumb {
 	padding: 20px 0px;
 	overflow: hidden;
 }

 .breadcrumb > li {
 	display: inline;
 }

 .breadcrumb > li > a {
 	font-size: 14px;
 	color: #414141;
 	text-decoration: none !important;
 }

 .breadcrumb > li > a:hover {
 	color: #107DBC;
 }

 .breadcrumb > li > em {
 	font-style: normal;
 }

 .breadcrumb > li > span.divider {
 	background: url("assets/img/breadcrumb-separator.png") center top no-repeat;
 	display: inline;
 	padding: 10px 33px 0px 0px;
 	font-size: 0px;
 	text-indent: 9999px;
 }

 .breadcrumb > li.active {
 	max-width: 65%;
 }

 .sidebar-block {
 	background: #fff;
 	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
 	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
 	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
 	margin-bottom: 17px;
 	border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	-o-border-radius: 5px;
 }

 .sidebar-button-bg {
 	background: #128547;
 	height: 37px;
 }

 .sidebar-title {
 	border-radius: 5px 5px 0px 0px;
 	-webkit-border-radius: 5px 5px 0px 0px;
 	-moz-border-radius: 5px 5px 0px 0px;
 	-o-border-radius: 5px 5px 0px 0px;
 	line-height: 37px;
 	height: 37px;
 	overflow: hidden;
 	padding: 0px 15px;
 }

 .sidebar-title, .sidebar-title a {
 	font-size: 16px;
 	color: #fff;
 }

 .sidebar-title a:hover {
 	text-decoration: none;
 }

 .sidebar-button {
 	border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	-o-border-radius: 5px;
 	height: 37px;
 	line-height: 37px;
 	overflow: hidden;
 }

 .sidebar-button a {
 	display: block;
 	width: 100%;
 	height: 100%;
 }

 .sidebar-button a .aoico {
 	margin-top: 6px;
 }

 .sidebar-item {
 	margin-bottom: 4px;
 }

 .sidebar-item a {
 	width: 100%;
 	height: 33px;
 	line-height: 33px;
 	background: #f2f2f2;
 	border-bottom: solid 1px #dadada;
 	display: block;
 	color: #018343;
 	font-weight: bold;
 	font-size: 13px;
 }

 .sidebar-item a:hover {
 	text-decoration: none;
 }

 .sidebar-item a .aoico {
 	margin: 5px 0px 0px 15px;
 	height: 28px;
 }

 .sidebar-item a strong {
 	float: left;
 	height: 100%;
 	background: url("assets/img/sidebar-bullet.png") left 11px no-repeat;
 	padding-left: 15px;
 	margin-left: 7px;
 }

 .sidebar-item:last-child, .sidebar-item:last-child a {
 	margin-bottom: 0px;
 	border-radius: 0px 0px 5px 5px;
 	-webkit-border-radius: 0px 0px 5px 5px;
 	-moz-border-radius: 0px 0px 5px 5px;
 	-o-border-radius: 0px 0px 5px 5px;
 }

 .sidebar-item:last-child a {
 	height: 38px;
 }

 .sidebar-item.active a {
 	color: #414141;
 }

 .sidebar-choosing-product-button {
 	background-repeat: repeat-x;
 	background: #128547;
 }

 .sidebar-choosing-product-button a {
 	display: block;
 	text-align: center;
 	color: #fff;
 	font-size: 24px;
 	height: auto;
 	width: 100%;
 	padding: 17px 0px;
 	font-style: italic;
 	font-weight: 300;
 }

 .sidebar-choosing-product-button a:hover {
 	text-decoration: none;
 }

 .sidebar-item-sub {
 	padding-top: 15px;
 }

 .sidebar-item-sub li {
 	margin-left: 15px;
 	margin-bottom: 23px;
 }

 .sidebar-item-sub li a:hover {
 	text-decoration: none;
 }

 .sidebar-item-sub li.active a {
 	font-weight: bold;
 }

 .sidebar-item-sub li:before {
 	content: "|";
 	color: #128547;
 	padding: 0px 5px 0px 0px;
 }

 .sidebar-lasted-job ul {
 	padding: 15px;
 }

 .sidebar-lasted-job ul li {
 	list-style: none;
 	margin-bottom: 15px;
 }

 .body-inner > .grid-3 {
 	padding-left: 0px;
 	padding-right: 30px;
 }

 .body-inner > .grid-9 {
 	padding-right: 0px;
 	padding-left: 0px;
 }

 .primary-products-outer > li {
 	/*width: 32.9%;*/
 	width: 32.05%;
 	margin-right: 0.4%;
 	margin-bottom: 5px;
 }

 .primary-products-outer > li:nth-child(3n+0) {
 	margin-right: 0px;
 }

 .primary-products-outer .products-style-list > li {
 	width: 100%;
 	padding-bottom: 0px;
 	padding-right: 35px;
 }

 .primary-products-outer .products-style-list > li .item-thumb {
 	float: left;
 	width: 33%;
 	position: relative;
 	z-index: 1;
 	margin-top: 15px;
 	padding-left: 15px;
 	margin-bottom: 10px;
 }

 .primary-products-outer .products-style-list > li .item-info {
 	padding-left: 35%;
 	min-height: 0px;
 	position: relative;
 	margin-bottom: 20px;
 }

 .primary-products-outer .products-style-list > li .item-name {
 	text-align: left;
 	margin-top: 15px;
 }

 .primary-products-outer .products-style-list > li .item-name a {
 	font-size: 26px;
 }

 .primary-products-outer .products-style-list > li .item-excerpt {
 	display: block;
 	margin-top: 20px;
 }

 .primary-products-outer .products-style-list > li .item-excerpt b {
 	color: #128547;
 }

 .primary-products-outer .products-style-list > li .item-excerpt > ul {
 	list-style: none;
 }

 .primary-products-outer .products-style-list > li .item-excerpt > ul li {
 	position: relative;
 	padding-left: 15px;
 	margin-bottom: 10px;
 }

 .primary-products-outer .products-style-list > li .item-excerpt > ul li:before {
 	content: "";
 	width: 6px;
 	height: 6px;
 	display: inline-block;
 	background-color: #107DBC;
 	position: absolute;
 	top: 7px;
 	left: 0;
 }

 .primary-products-outer .products-style-list > li .item-excerpt > ul li:after {
 	content: "";
 	clear: both;
 }

 .primary-products-outer .products-style-list > li .item-price {
 	width: 33%;
 }

 .products-style-switcher {
 	float: right;
 	margin-top: 10px;
 }

 .products-style-switcher > a {
 	float: left;
 	width: 16px;
 	height: 16px;
 	margin-left: 5px;
 }

 .products-style-switcher .sgrid {
 	background: url("assets/img/list-style-grid.png") no-repeat;
 }

 .products-style-switcher .slist {
 	background: url("assets/img/list-style-list.png") no-repeat;
 }

 .products-style-switcher > a:hover {
 	opacity: 0.8;
 }

 .primary-title {
 	font-size: 28px;
 	color: #128547;
 	margin-bottom: 10px;
 }

 .primary-title-line {
 	border-bottom: solid 1px #e0e0e0;
 	margin-bottom: 20px;
 }

 .history-years {
 	margin-top: 25px;
 }

 .history-years li {
 	margin-bottom: 25px;
 }

 .history-years li .item-thumb {
 	padding-left: 0px;
 }

 .history-years li .item-name {
 	padding-right: 0px;
 }

 .history-years li .item-name a {
 	font-size: 18px;
 	font-weight: bold;
 	text-align: center;
 	display: table-cell;
 	vertical-align: middle;
 	height: 130px;
 	width: 100em;
 }

 .timeline-title {
 	color: #666;
 	font-size: 40px;
 	font-weight: 300;
 }

 .history-timeline-inner {
 	margin-top: 125px;
 	margin-bottom: 100px;
 }

 .history-timeline-container {
 	margin-left: 115px;
 	border-left: solid 2px #dcdcdc;
 	padding-left: 50px;
 }

 .history-timeline-container ul {
 	margin-top: -70px;
 	display: block;
 	margin-bottom: -124px;
 }

 .history-timeline-container ul li {
 	position: relative;
 	margin-bottom: 70px;
 }

 .history-timeline-container ul li .item-name {
 	position: absolute;
 	left: -170px;
 	font-size: 40px;
 	font-weight: 300;
 	color: #1abc64;
 	line-height: 129px;
 }

 .history-timeline-container ul li .item-thumb {
 	width: 177px;
 	float: left;
 	height: 129px;
 	overflow: hidden;
 	border-radius: 10px;
 	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	-o-border-radius: 10px;
 }

 .history-timeline-container ul li .item-thumb img {
 	height: 100%;
 }

 .history-timeline-container ul li .item-content {
 	margin-left: 190px;
 	font-size: 14px;
 	height: 129px;
 	overflow: hidden;
 	padding-right: 40px;
 }

 .history-timeline-container ul li .item-content-inner {
 	height: 129px;
 	display: table-cell;
 	vertical-align: middle;
 	padding-left: 25px;
 }

 .history-timeline-container ul li .item-tree {
 	position: absolute;
 	height: 2px;
 	width: 42px;
 	left: -48px;
 	top: 71px;
 	background: #dbdbdb;
 }

 .history-timeline-container ul li .item-tree:before {
 	content: "";
 	position: absolute;
 	width: 4px;
 	height: 4px;
 	background: #000;
 	left: -5px;
 	top: -1px;
 }

 .history-timeline-container ul li .item-tree:after {
 	content: "";
 	position: absolute;
 	width: 4px;
 	height: 4px;
 	background: #000;
 	right: -5px;
 	top: -1px;
 }

 .product-video {
 	border-radius: 15px;
 	-webkit-border-radius: 15px;
 	-moz-border-radius: 15px;
 	-o-border-radius: 15px;
 	width: 300px;
 	height: 165px;
 	position: relative;
 	margin-top: 90px;
 }

 .product-video img {
 	width: 100%;
 }

 .product-video .play-button {
 	background-color: rgba(0, 126, 68, 0.89);
 	display: block;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	margin: -20px 0 0 -30px;
 	width: 60px;
 	height: 40px;
 	border-radius: 8px;
 	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
 	-o-border-radius: 8px;
 	border: none;
 	cursor: pointer;
 }

 .product-video .play-button:after {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	content: "";
 	margin: -9px 0 0 -8px;
 	width: 0;
 	height: 0;
 	border-top: 9px solid transparent;
 	border-bottom: 9px solid transparent;
 	border-left: 16px solid white;
 }

 .product-video .play-button:hover {
 	background: #007e44;
 }

 .single-news-inner .name {
 	font-size: 36px;
 	font-weight: 200;
 	padding-bottom: 20px;
 	border-bottom: solid 1px #cfcfcf;
 	margin-bottom: 30px;
 }

 .single-news-inner .attrs {
 	margin-bottom: 5px;
 }

 .aowater-page-outer .primary-outer {
 	padding: 0px;
 }

 .aowater-page-outer .news-items {
 	margin-right: -10px;
 }

 .aowater-page-outer .news-items li {
 	float: left;
 	width: 293px;
 	height: 230px;
 	position: relative;
 	padding: 0px;
 	margin-right: 10px;
 	margin-bottom: 10px;
 	border-radius: 10px;
 	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	-o-border-radius: 10px;
 	overflow: hidden;
 	box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
 	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
 	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.48);
 }

 .aowater-page-outer .news-items li .thumb-wrap {
 	display: block;
 	width: 100%;
 	height: 100%;
 	overflow: hidden;
 }

 .aowater-page-outer .news-items li .thumb-wrap img {
 	width: 100%;
 	height: auto;
 }

 .aowater-page-outer .news-items li > .name {
 	position: absolute;
 	bottom: 0px;
 	width: 100%;
 	line-height: 20px;
 }

 .aowater-page-outer .news-items li > .name a {
 	background-color: rgba(255, 255, 255, 0.75);
 	display: block;
 	font-size: 13px;
 	color: #14944F;
 	text-decoration: none;
 	padding: 12px 15px;
 	min-height: 64px;
 }

 .aowater-page-outer .news-items li.long {
 	width: 596px;
 }

 .aowater-page-outer .news-items li.long .thumb-wrap,
 .aowater-page-outer .news-items li.long .info {
 	width: 50%;
 	height: 100%;
 	float: left;
 }

 .aowater-page-outer .news-items li.long .thumb-wrap img {
 	height: 100%;
 }

 .aowater-page-outer .news-items li.long .info {
 	padding: 30px 25px;
 	background: #14944f;
 	color: #fff;
 }

 .aowater-page-outer .news-items li.long .info .name a {
 	color: #fff;
 	font-size: 13px;
 	text-decoration: none;
 	display: block;
 }

 .aowater-page-outer .news-items li.long .info .excerpt {
 	margin-top: 25px;
 	max-height: 115px;
 	overflow: hidden;
 }

 .aowater-page-outer .news-items li.long-original {
 	display: none;
 }

 .pager_outer {
 	margin-top: 50px;
 }

 .pager_outer .pager_inner {
 	text-align: center;
 }

 .pager_outer .pager_inner .page-numbers {
 	font-size: 20px;
 	padding: 8px;
 	border-radius: 8px;
 	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
 	-o-border-radius: 8px;
 	display: inline-block;
 	min-width: 43px;
 	margin-right: 5px;
 }

 .pager_outer .pager_inner span.page-numbers {
 	color: #333333;
 	background: #cacaca;
 }

 .pager_outer .pager_inner a.page-numbers {
 	color: #fff;
 	background: #14944f;
 }

 .pager_outer .pager_inner a.page-numbers:hover {
 	text-decoration: none;
 }

 .form-inner .text {
 	border: 1px solid #DBDBDB;
 	border-radius: 3px;
 	padding: 7px 10px;
 	font-family: 'Open Sans';
 	font-size: 14px;
 }

 .form-inner textarea.text {
 	height: 96px;
 	font-family: 'Open Sans';
 	font-size: 14px;
 }

 .form-inner select.select {
 	border: solid 1px #dbdbdb;
 	padding: 5px;
 }

 .form-inner .button {
 	background: #128547;
 	padding: 10px 28px;
 	border: none;
 	border-radius: 5px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	-o-border-radius: 5px;
 	color: #fff;
 	font-size: 14px;
 }

 .form-inner .button:hover {
 	background-color: #000;
 }

 .page-service-outer {
 	background: #fff !important;
 }

 .page-service-inner .primary-title {
 	font-size: 16px;
 	font-weight: 600;
 }

 .page-service-inner .warranty-booking {
 	width: 26%;
 }

 .page-service-inner .primary-outer {
 	padding-left: 25px;
 	border-left: solid 1px #dbdbdb;
 }

 .page-service-inner .contact-info {
 	margin: 30px 0px 20px 0px;
 }

 .page-service-inner .contact-info li {
 	margin-bottom: 15px;
 	padding-left: 20px;
 	text-align: center;
 }

 .service-form-inner {
 	margin-bottom: 50px;
 }

 .service-form-inner .form-row {
 	margin-bottom: 20px;
 }

 .service-form-inner .label {
 	width: 25%;
 	float: left;
 }

 .service-form-inner .control {
 	width: 75%;
 	float: left;
 	padding-right: 10%;
 }

 .product-detail-outer {
 	margin-top: 25px;
 }

 .product-detail-outer div[class^="grid-"] {
 	padding: 0px;
 }

 .product-detail-outer .product-name {
 	font-size: 38px;
 	color: #128547;
 	font-weight: 600;
 	text-transform: uppercase;
 	margin-bottom: 10px;
 }

 .product-detail-outer .general-info {
 	margin-bottom: 20px;
 }

 .product-detail-outer .general-info li {
 	margin-bottom: 10px;
 }

 .product-detail-outer .general-info li strong {
 	width: 125px;
 	display: inline-block;
 }

 .product-detail-outer .general-info li em {
 	display: inline-block;
 	font-style: normal;
 }

 .product-images {
 	width: 500px;
 	height: 350px;
 	margin: auto;
 	position: relative;
 }

 .product-images ul li {
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 100%;
 	height: 100%;
 	padding: 0px 20%;
 }

 .product-images ul li img {
 	width: 100%;
 }

 .product-images .flex-direction-nav {
 	width: 100%;
 	position: relative;
 	z-index: 2;
 	list-style: none;
 }

 .product-images .flex-direction-nav li a {
 	position: absolute;
 	top: 150px;
 	width: 42px;
 	height: 60px;
 	font-size: 0px;
 }

 .product-images .flex-direction-nav .flex-prev {
 	left: 50px;
 	background: url("assets/img/product-image-nav-p.png") no-repeat;
 }

 .product-images .flex-direction-nav .flex-next {
 	right: 50px;
 	background: url("assets/img/product-image-nav-n.png") no-repeat;
 }

 .product-images-thumbs li {
 	border: solid 1px #959595;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	-o-border-radius: 3px;
 	margin: 0px 2px;
 	width: 96px !important;
 	cursor: pointer;
 	float: left;
 }

 .product-images-thumbs li img {
 	width: 100%;
 }

 .product-images-thumbs li.flex-active-slide {
 	border: solid 1px #128547;
 }

 .product-main-features {
 	text-align: center;
 }

 .product-main-features a {
 	margin: 0px 5px;
 	display: inline-block;
 }

 .product-detail-tab-control-outer {
 	margin-top: 48px;
 	width: 100%;
 }

 .product-detail-tab-control {
 	overflow: hidden;
 	background-color: #128547;
 	padding: 0 20px;
 	width: 100%;
 }

 .product-detail-tab-control ul,
 .product-detail-tab-control-blank {
 	height: 52px;
 	display: inline-block;
 }

 .product-detail-tab-control li {
 	float: left;
 	padding: 0 25px;
 }

 .product-detail-tab-control li:first-child {
 	padding-left: 0;
 }

 .product-detail-tab-control li + li {
 	position: relative;
 }

 .product-detail-tab-control li + li:before {
 	content: '';
 	display: inline-block;
 	width: 1px;
 	height: 15px;
 	position: absolute;
 	top: 18px;
 	left: 0;
 	background-color: #fff;
 }

 .product-detail-tab-control li.active a {
 	text-decoration: underline;
 	background: none;
 }

 @media screen and (max-width: 666px) {
 	.fluid .grid-1, .fluid .grid-2, .fluid .grid-3, .fluid .grid-4, .fluid .grid-5, .fluid .grid-6, .fluid .grid-7, .fluid .grid-8, .fluid .grid-9, .fluid .grid-10, .fluid .grid-11, .fluid .grid-12 {
 		width: 100% !important;
 	}

 	.product-detail-tab-control li {
 		padding: 0;
 	}

 	.product-detail-tab-control li + li {
 		border-top: 1px solid #fff;
 	}

 	.product-detail-tab-control li + li:before {
 		display: none;
 	}
 }
 .product-detail-tab-control li.active a {
 	background: none !important;
 }

 .product-detail-tab-control li a {
 	display: block;
 	line-height: 52px;
 	height: 52px;
 	font-size: 18px;
 	color: #fff;
 	text-transform: uppercase;
 	text-align: center;
 	font-weight: bold;
 }

 .product-detail-tab-control li a:hover {
 	text-decoration: underline;
 }

 .product-detail-tab-control li a:hover {
 	text-decoration: none;
 }

 .product-detail-tab-control li.active a {
 	background: #424343;
 }

 .product-detail-tab-fixed {
 	position: fixed;
 	top: 144px;
 	left: 0px;
 	margin-top: 0px;
 	z-index: 9999;
 }

 .product-desc-tab {
 	width: 500px;
 }

 .product-desc-tab li {
 	float: left;
 	width: 50%;
 	background: url("assets/img/sidebar-bullet.png") left 5px no-repeat;
 	padding-left: 22px;
 	margin-bottom: 10px;
 	font-weight: bold;
 	color: #128547;
 }

 .product-desc-tab li a {
 	font-weight: bold;
 }

 .product-desc-tab-content {
 	margin-top: 40px;
 }

 .product-live-acts {
 	margin: 15px auto 0px auto;
 }

 .product-live-acts img {
 	width: 100%;
 }

 .product-live-acts .grid-12, .product-live-acts .grid-6 {
 	padding: 5px !important;
 }

 .product-detail-tab-content {
 	min-height: 100px;
 }

 .product-detail-tab-content .tab-title {
 	font-size: 14px;
 	text-align: center;
 	font-weight: 600;
 	margin: 40px 0px 0px 0px;
 }

 .product-desc-tab-content {
 	border-bottom: solid 1px #b7b7b7;
 }

 .product-desc-tab-content .desc-tab-title {
 	text-align: center;
 	font-size: 40px;
 	color: #454545;
 	font-weight: 400;
 	margin-bottom: 15px;
 }

 .product-desc-tab-content .desc-features {
 	padding: 15px 0px 30px 0px;
 }

 .product-desc-tab-content .desc-features.gray {
 	background: #f8f8fa;
 }

 .product-desc-tab-content .desc-features .df-title {
 	text-align: center;
 	color: #128547;
 	font-weight: bold;
 	font-size: 25px;
 	margin-bottom: 10px;
 }

 .product-desc-tab-content .desc-features .df-desc {
 	margin: auto;
 	margin-bottom: 10px;
 }

 .product-desc-tab-content .desc-features .df-content {
 	line-height: 22px;
 	text-align: justify;
 }

 .product-desc-tab-content .desc-features .df-content img {
 	margin: auto;
 	display: block;
 	max-width: 100%;
 }

 .feature-accord-title {
 	position: relative;
 	color: #fff;
 	background: #128547;
 	line-height: 55px;
 	font-size: 22px;
 	padding: 0px 20px;
 	font-weight: 600;
 	cursor: pointer;
 	margin-top: 1px;
 }

 .feature-accord-title:after {
 	content: "";
 	position: absolute;
 	top: 13px;
 	right: 10px;
 	height: 30px;
 	width: 30px;
 	background: url("assets/img/f-accordtion-toggle-down.png");
 	background-size: contain;
 }

 .feature-accord-title.active:after {
 	content: "";
 	background-image: url("assets/img/f-accordtion-toggle-up.png");
 }

 .feature-accord-content {
 	padding: 15px 0px;
 	display: none;
 }

 .feature-accord-content p {
 	margin-bottom: 20px;
 }

 .feature-accord-content img {
 	display: block;
 	margin: auto;
 }

 .feature-accord-content li {
 	list-style: none;
 	padding-left: 15px;
 	position: relative;
 }

 .feature-accord-content li:before {
 	content: "|";
 	font-size: 0.9em;
 	color: #128547;
 	padding: 0px 5px 0px 0px;
 	position: absolute;
 	left: 0px;
 }

 .df-icon {
 	width: 80px;
 	height: 80px;
 	float: left;
 }

 .df-safe {
 	padding: 25px 0px 30px 60px;
 	margin-right: 50px;
 	background: url("assets/img/f-safe-bg.png") right 25px no-repeat;
 	min-height: 305px;
 }

 .df-safe li {
 	margin-bottom: 20px;
 	height: 80px;
 	max-width: 300px;
 }

 .df-safe li .df-safe-1 {
 	background: url("assets/img/f-safe-1.png") no-repeat;
 }

 .df-safe li .df-safe-2 {
 	background: url("assets/img/f-safe-2.png") no-repeat;
 }

 .df-safe li .df-safe-3 {
 	background: url("assets/img/f-safe-3.png") no-repeat;
 }

 .df-safe li span {
 	display: table-cell;
 	vertical-align: middle;
 	height: 80px;
 	padding-left: 30px;
 }

 .df-convenience {
 	padding: 25px 0px 30px 60px;
 	margin-right: 50px;
 }

 .df-convenience li {
 	margin-bottom: 20px;
 	height: auto;
 	width: 33%;
 	float: left;
 	padding-right: 30px;
 }

 .df-convenience li .df-convenience-1 {
 	background: url("assets/img/f-convenience-1.png") no-repeat;
 }

 .df-convenience li .df-convenience-2 {
 	background: url("assets/img/f-convenience-2.png") no-repeat;
 }

 .df-convenience li .df-convenience-3 {
 	background: url("assets/img/f-convenience-3.png") no-repeat;
 }

 .df-convenience li span {
 	display: table-cell;
 	vertical-align: middle;
 	height: 80px;
 	padding-left: 15px;
 }

 .product-detail-outer .product-parameters li {
 	font-size: 16px;
 	line-height: 16px;
 	overflow: hidden;
 	margin-bottom: 1px;
 	background: #f3f3f3;
 	padding: 12px 0px;
 }

 .product-detail-outer .product-parameters li strong {
 	width: 45%;
 	float: left;
 	padding-left: 25px;
 }

 .product-detail-outer .product-parameters li em {
 	width: 55%;
 	font-style: normal;
 	float: left;
 }

 .product-detail-outer .product-parameters li:nth-child(even) {
 	background: #fff;
 }

 .df-parameters .product-title {
 	font-size: 30px;
 	font-weight: 600;
 	color: #128547;
 	padding: 15px;
 	display: block;
 	border-bottom: solid 1px #e0e0e0;
 }

 .df-parameters .product-parameters-outer {
 	border-bottom: solid 1px #e0e0e0;
 }

 .df-parameters .product-parameters {
 	padding: 10px 0px;
 	display: none;
 }

 .df-parameters .product-parameters-toggle {
 	position: relative;
 	font-size: 16px;
 	font-weight: 200;
 	padding: 15px 35px;
 	color: #00853e;
 	cursor: pointer;
 }

 .df-parameters .product-parameters-toggle:before {
 	content: "+";
 	position: absolute;
 	left: 0px;
 	width: 24px;
 	height: 24px;
 	line-height: 24px;
 	background: #00853e;
 	color: #fff;
 	font-weight: bold;
 	font-size: 16px;
 	text-align: center;
 }

 .df-parameters .product-parameters-outer.open .product-parameters-toggle:before {
 	content: "-";
 	line-height: 20px;
 }

 .df-parameters .product-parameters-outer.open .product-parameters {
 	display: block;
 }

 .screen-tips-outer {
 	text-align: center;
 }

 .screen-tips {
 	display: inline-block;
 }

 .screen-tips img {
 	width: auto;
 }

 .page-template-page-templatessolution-php h3 {
 	color: #028843;
 	font-size: 16px;
 	margin-bottom: 20px;
 	margin-top: 20px;
 }

 .page-template-page-templatessolution-php h3:before {
 	content: "";
 	display: inline;
 	line-height: 20px;
 	padding-left: 53px;
 	background: #00853e;
 	margin-right: 15px;
 }

 .page-template-page-templatessolution-php img {
 	display: block;
 	margin: auto;
 }

 .solution-content .s-point-list {
 	text-align: center;
 	margin-top: 40px;
 }

 .solution-content .s-point-list li {
 	width: 33.333%;
 	padding: 0px 20px;
 	float: left;
 }

 .solution-content .s-point-list li.right {
 	float: right;
 }

 .solution-content .s-point-list li:before {
 	content: "";
 }

 .solution-content .s-point-list li .s-point-tag {
 	text-align: center;
 	margin-bottom: 18px;
 }

 .solution-content .s-point-list li .s-point-tag b {
 	background: #028843;
 	color: #fff;
 	font-size: 27px;
 	font-weight: 400;
 	padding-top: 20px;
 	width: 60px;
 	height: 60px;
 	border-radius: 20px;
 	-webkit-border-radius: 30px;
 	-moz-border-radius: 20px;
 	-o-border-radius: 20px;
 	display: inline-block;
 }

 .solution-content .s-point-list li .s-point-name {
 	border-top: solid 1px #ccc;
 	border-bottom: solid 1px #ccc;
 	padding: 10px 25px;
 	min-height: 79px;
 }

 .solution-content .s-point-list li .s-point-content {
 	padding: 10px 25px;
 	text-align: justify;
 }

 .txl-outer {
 	text-align: center;
 	margin-top: 30px;
 }

 .txl-inner {
 	width: 67%;
 	margin: auto;
 }

 .txl-title {
 	background: #028843;
 	width: 250px;
 	padding: 10px;
 	display: inline-block;
 	color: #fff;
 	font-size: 20px;
 	font-weight: 400;
 }

 .v-line {
 	width: 2px;
 	height: 57px;
 	background: #028843;
 }

 .v-line.center {
 	margin: auto;
 }

 .v-line.center.arrow {
 	float: left;
 	margin-left: calc(50% - 3px);
 }

 .v-line.left {
 	float: left;
 }

 .v-line.right {
 	float: right;
 }

 .h-line {
 	height: 2px;
 	background: #028843;
 	margin: auto;
 }

 .the-content .solution-content li,
 .the-content .solution-content ul {
 	margin: 0px;
 	padding: 0px;
 }

 .solution-content .image-mapping {
 	position: relative;
 }

 .solution-content .image-mapping .mapping-link {
 	position: absolute;
 	width: 7%;
 	height: 10%;
 }

 .solution-content .image-mapping.bietthu .mapping-link.a {
 	top: 43%;
 	left: 15%;
 }

 .solution-content .image-mapping.bietthu .mapping-link.b {
 	top: 14%;
 	left: 23%;
 }

 .solution-content .image-mapping.bietthu .mapping-link.c {
 	top: 66%;
 	right: 10%;
 }

 .solution-content .image-mapping.bietthu .mapping-link.d {
 	top: 76%;
 	left: 5%;
 }

 .solution-content .image-mapping.bietthu .mapping-link.e {
 	top: 76%;
 	left: 16%;
 }

 .solution-content .image-mapping.bietthu .mapping-link.f {
 	top: 76%;
 	left: 26%;
 }

 .solution-content .image-mapping.chungcu .mapping-link.a {
 	top: 83%;
 	left: 40%;
 }

 .solution-content .image-mapping.chungcu .mapping-link.b {
 	top: 11%;
 	left: 62%;
 }

 .solution-content .image-mapping.chungcu .mapping-link.c {
 	top: 50%;
 	right: 20%;
 }

 .solution-content .image-mapping.chungcu .mapping-link.d {
 	top: 7%;
 	left: 20%;
 }

 .solution-content .image-mapping.chungcu .mapping-link.e {
 	top: 7%;
 	left: 31%;
 }

 .faq-type-accord-items li {
 	border-bottom: solid 1px #ededed;
 	padding: 23px 0px;
 }

 .faq-type-accord-items li:last-child {
 	border: none;
 	margin-bottom: 20px;
 }

 .faq-accord-title {
 	font-weight: bold;
 	font-size: 14px;
 	cursor: pointer;
 	padding-left: 45px;
 	position: relative;
 }

 .faq-accord-title:before {
 	content: "Q";
 	background: #00853e;
 	padding: 5px 10px;
 	color: #fff;
 	font-size: 16px;
 	margin-right: 25px;
 	border-radius: 6px;
 	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	position: absolute;
 	left: 0px;
 }

 .faq-accord-content {
 	margin-left: 57px;
 	padding-top: 20px;
 	display: none;
 }

 .faq-type-accord-title {
 	position: relative;
 	color: #fff;
 	background: #128547;
 	line-height: 16px;
 	font-size: 22px;
 	padding: 20px 40px 20px 20px;
 	font-weight: 600;
 	cursor: pointer;
 	margin-top: 1px;
 	text-transform: none;
 	border-radius: 0;
 	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
 	-o-border-radius: 0;
 }

 .faq-type-accord-title:after {
 	content: "";
 	position: absolute;
 	top: 13px;
 	right: 10px;
 	height: 30px;
 	width: 30px;
 	background-size: contain;
 	background-image: url("assets/img/f-accordtion-toggle-down.png");
 }

 .faq-type-accord-title.active:after {
 	content: "";
 	background-image: url("assets/img/f-accordtion-toggle-up.png");
 }

 .branch-list li {
 	width: 30%;
 	min-height: 115px;
 	height: auto;
 	overflow: hidden;
 	border: solid 1px #cccccc;
 	margin: 20px 3% 20px 0;
 	float: left;
 	padding: 10px;
 }

 .branch-list li:nth-of-type(3n+1) {
 	clear: both;
 }

 .branch-list li a {
 	color: #128547;
 	font-weight: bold;
 }

 .branch-list li h4, .branch-list li p {
 	margin: 3px 0;
 }

 .branch-list li img {
 	width: 100%;
 	height: auto;
 }

 .branch-list li .branch-info a {
 	display: inline-block;
 	padding: 3px 5px;
 	border-radius: 3px;
 	float: right;
 	background-color: #128547;
 	color: #fff;
 }

 .branch-form-inner .form-row {
 	margin-bottom: 15px;
 }

 .branch-accord strong.color, .branch-accord a {
 	color: #128547;
 	font-weight: bold;
 }

 .branch-accord li {
 	list-style: none;
 	padding-left: 0;
 }

 .branch-accord .feature-accord-content li::before {
 	display: none;
 }

 .branch-accord .feature-accord-content p {
 	margin: 15px 0;
 }

 .branch-select li {
 	list-style: none;
 	width: 32%;
 	margin-right: 1%;
 	float: left;
 }

 #see-more-wrap {
 	display: block;
 	margin: 30px 0;
 	text-align: center;
 	display: none;
 }

 a#see_more {
 	display: inline-block;
 	padding: 10px 15px;
 	text-align: center;
 	color: #fff;
 	background-color: #128547;
 	border-radius: 1px;
 }

 body.page-template-page-templatesbranch-php {
 	position: relative;
 }

 .popup {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 9990;
 	display: none;
 }

 .popup .close-bg {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 9991;
 	background-color: rgba(0, 0, 0, 0.7);
 }

 .popup .popup-inner {
 	position: relative;
 	z-index: 9999;
 	max-width: 800px;
 	width: 90%;
 	margin: 100px auto 0;
 	background-color: #fff;
 	border-radius: 6px;
 	-webkit-border-radius: 6px;
 }

 .popup .popup-inner form {
 	margin: 30px 10px 10px 30px;
 }

 .popup .popup-inner h2 {
 	text-align: center;
 	padding: 10px;
 	background: #128547 none repeat scroll 0% 0%;
 	color: #fff;
 	font-size: 22px;
 	border-radius: 6px 6px 0 0;
 	-webkit-border-radius: 6px 6px 0 0;
 }

 .popup .tbc {
 	display: table;
 	width: 100%;
 }

 .popup .tbc .left, .popup .tbc .right {
 	vertical-align: middle;
 	display: table-cell;
 }

 .popup .tbc .left {
 	width: 200px;
 	padding: 10px;
 }

 .popup .tbc .right {
 	padding-right: 4%;
 }

 .popup .tbc input {
 	padding: 5px;
 }

 .popup .tbc .grid-4, .popup .tbc .grid-6, .popup .tbc .grid-12 {
 	padding: 5px;
 	margin: 0;
 }

 .popup .tbc.control {
 	text-align: center;
 }

 .popup .tbc.control button {
 	margin: 13px auto;
 	display: inline-block;
 }

 .all-job tr:first-child {
 	background-color: #e9e9e9;
 	border-radius: 7px;
 	-webkit-border-radius: 7px;
 	-moz-border-radius: 7px;
 	-o-border-radius: 7px;
 }

 .all-job th {
 	color: #128547;
 	font-weight: bold;
 }

 .all-job th, .all-job td {
 	padding: 10px 20px;
 	min-height: 50px;
 }

 .all-job td {
 	border-bottom: 1px solid #dadada;
 }

 .single-jobs-inner .attrs {
 	background-color: #f2f2f2;
 	padding: 15px 15px 15px 15px;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	-o-border-radius: 3px;
 	margin: 20px 20px 20px 0;
 }

 .single-jobs-inner .attrs p {
 	padding: 5px 0px;
 	float: left;
 	width: 50%;
 }

 .single-jobs-inner .attrs strong {
 	color: #128547;
 	display: inline-block;
 	width: 150px;
 }

 .single-job table {
 	width: 100%;
 	border-collapse: collapse;
 }

 .single-job table td {
 	padding: 10px;
 	border: 1px solid #ccc;
 }

 .footer-outer {
 	background: #434343;
 }

 .footer-inner {
 	padding-top: 40px;
 	position: relative;
 	min-height: 250px;
 }

 .footer-links .link-col {
 	width: 247px;
 	float: left;
 }

 .footer-links .link-col.last-col {
 	width: 394px;
 	float: right;
 }

 .footer-links .link-col-title {
 	margin-bottom: 30px;
 }

 .footer-links .link-col-title a {
 	color: #fff;
 	font-size: 14px;
 	font-weight: bold;
 }

 .footer-links .link-col > ul {
 	min-height: 150px;
 }

 .footer-links .link-col > ul li {
 	margin-bottom: 15px;
 }

 .footer-links .link-col > ul li a {
 	color: #adadad;
 	font-size: 13px;
 }

 .footer-social {
 	margin-top: -7px;
 }

 .footer-social > strong {
 	color: #fff;
 	float: left;
 	margin-right: 10px;
 	line-height: 37px;
 }

 .footer-social > a {
 	float: left;
 	width: 37px;
 	height: 37px;
 	margin-right: 5px;
 }

 .footer-social > a.facebook {
 	background: url("assets/img/facebook.png") no-repeat;
 }

 .footer-social > a.twister {
 	background: url("assets/img/twister.png") no-repeat;
 }

 .footer-social > a.youtube {
 	background: url("assets/img/youtube.png") no-repeat;
 }

 .footer-aoglobal {
 	position: relative;
 	margin-top: 25px;
 }

 .footer-aoglobal .aoglobal-label {
 	color: #06ba59;
 	font-weight: bold;
 }

 .footer-aoglobal .triangle {
 	color: #06ba59;
 	font-style: normal;
 	position: absolute;
 	right: 0px;
 }

 .footer-aoglobal .aoglobal-label {
 	float: left;
 }

 .footer-aoglobal .aoglobal-active {
 	color: #fff;
 	width: 268px;
 	padding: 0px 0px 5px 10px;
 	float: left;
 	border-bottom: solid 1px #616161;
 }

 .footer-aoglobal .aoglobal-active:hover {
 	text-decoration: none;
 }

 .footer-aoglobal ul {
 	right: 0px;
 	top: -300px;
 	width: 270px;
 	list-style: none;
 	background-color: rgba(0, 0, 0, 0.7);
 }

 .footer-aoglobal ul li {
 	padding: 0px 0px 5px 10px;
 }

 .footer-aoglobal ul li a {
 	color: #fff;
 }

 .footer-bottom {
 	min-height: 49px;
 	padding: 20px 0px 15px 0px;
 	border-top: solid 1px #717171;
 }

 .footer-bottom ul li {
 	float: left;
 	padding-right: 24px;
 	border-right: solid 1px #ffffff;
 	margin-right: 24px;
 	line-height: 16px;
 }

 .footer-bottom ul li a {
 	color: #fff;
 	font-size: 12px;
 }

 .footer-bottom ul li:last-child {
 	border: none;
 }

 .footer-copyright {
 	font-size: 12px;
 	color: #9f9f9f;
 	line-height: 16px;
 }

 .scrolltop {
 	position: fixed;
 	bottom: 40px;
 	right: 5px;
 	width: 46px;
 	height: 46px;
 	background: url("assets/img/scrolltop5e1f.png?v=2") center center no-repeat;
 	z-index: 999999;
 	cursor: pointer;
 	border-radius: 2px;
 	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	-o-border-radius: 2px;
 	transition-duration: 0.3s;
 	-webkit-transition-duration: 0.3s;
 	-moz-transition-duration: 0.3s;
 	-ms-transition-duration: 0.3s;
 	opacity: 0.7;
 }

 .related-title {
 	font-size: 40px;
 	color: #128547;
 	text-align: center;
 	font-weight: bold;
 	line-height: 100px;
 }

 .tktd-content p {
 	text-align: left;
 	margin-top: 10px;
 }

 .tktd-content div.tktd-image {
 	border: solid 1px #b7b7b7;
 }

 .foot-menu {
 	float: left;
 	width: 740px;
 }

 .foot-menu > li {
 	width: 33.33%;
 	float: left;
 	list-style: none;
 }

 .foot-menu > li > a {
 	color: #FFF;
 	font-size: 14px;
 	font-weight: bold;
 }

 .foot-menu .sub-menu {
 	margin-top: 30px;
 }

 .foot-menu .sub-menu li {
 	margin-bottom: 15px;
 	list-style: none;
 }

 .foot-menu .sub-menu a {
 	color: #ADADAD;
 	font-size: 13px;
 }

 /* Corrections */
 .clearfix:before, .footer-bottom-inner .list-style-none:before, .ao-pagination ul:before, .ao-pagination ul.page-numbers:before, .news_item:before, .store:before, .clearfix:after, .footer-bottom-inner .list-style-none:after, .ao-pagination ul:after, .ao-pagination ul.page-numbers:after, .news_item:after, .store:after {
 	content: "";
 	display: block;
 	height: 0;
 	overflow: hidden;
 }

 .clearfix:after, .footer-bottom-inner .list-style-none:after, .ao-pagination ul:after, .ao-pagination ul.page-numbers:after, .news_item:after, .store:after {
 	clear: both;
 }

 .hidden {
 	display: none;
 }

 .float-left {
 	float: left;
 }
 .logo-outer.float-left img {
 	height: 80px;
 }

 .float-right {
 	float: right;
 }
 .main-menu-outer.float-right {
 	margin-top: 20px;
 }

 .list-style-none {
 	list-style: none;
 }

 .mt0 {
 	margin-top: 0px;
 }

 .mr5 {
 	margin-right: 5px;
 }

 .mr7 {
 	margin-right: 7px;
 }

 .ml0 {
 	margin-left: 0px !important;
 }

 .ml10 {
 	margin-left: 10px !important;
 }

 .ml7 {
 	margin-left: 7px;
 }

 .pt1 {
 	padding-top: 1px;
 }

 .pt2 {
 	padding-top: 2px;
 }

 .pl7 {
 	padding-left: 7px !important;
 }

 .pr7 {
 	padding-right: 7px !important;
 }

 .footer-ads {
 	position: fixed;
 	bottom: 0px;
 	height: 260px;
 	width: 280px;
 	left: 0;
 	z-index: 3;
 }

 .footer-ads .title {
 	position: relative;
 }

 .footer-ads h3 {
 	height: 35px;
 	width: 100%;
 	text-indent: -9999px;
 	margin-bottom: -35px;
 	background: url("assets/img/ads-open.png") no-repeat right center;
 	position: relative;
 	z-index: 1;
 }

 .footer-ads h3.clickable {
 	cursor: pointer;
 }

 .footer-ads span {
 	width: 35px;
 	height: 35px;
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	background: url("assets/img/ads-close.png") no-repeat center center;
 	z-index: 1;
 	display: block;
 	text-align: center;
 	line-height: 35px;
 	text-indent: -9999px;
 	cursor: pointer;
 }

 .footer-ads span.hidden {
 	display: none;
 }

 .footer-ads.collapsed {
 	height: 35px;
 }

 .footer-ads a {
 	display: block;
 	width: 100%;
 }

 .footer-ads img {
 	position: relative;
 	display: block;
 	width: 100%;
 }

 iframe[name="google_conversion_frame"] {
 	height: 0px;
 	display: block;
 }

 .MenuMobile {
 	display: none;
 }

 .MenuHeaderMobile {
 	display: none;
 }

/* *
 * Responsive
 */
 /* Tablet landscape */
 @media screen and (max-width: 1234px) {
 	.home-menu-links li a {
 		font-size: 11px;
 		text-align: center;
 	}

 	.home-menu-links li a i.aoico {
 		display: none;
 	}

 	.home-menu-links li a span {
 		border-left: none;
 		float: none;
 	}

 	.home-menu-links li a i.aoico {
 		margin: 12px 2px 0px 10px !important;
 	}

 	.home-waters .water-item img {
 		height: 100%;
 		width: auto;
 	}

 	.home-waters .water-1 {
 		height: 340px;
 	}

 	.home-waters .water-2 {
 		height: 170px;
 	}

 	.home-products-inner .product-slide-control.next {
 		right: 0px;
 	}

 	.page-template-page-templatesaowater-php .sidebar-outer,
 	.single-water .sidebar-outer {
 		display: none;
 	}

 	.page-service-outer .sidebar-block {
 		margin-bottom: 5px !important;
 	}

 	.service-sidebar-outer {
 		margin-bottom: 30px;
 	}

 	.service-sidebar-outer img {
 		float: left;
 	}

 	.service-sidebar-outer .contact-info {
 		margin-left: 220px;
 	}

 	.page-service-inner .primary-outer {
 		border: none;
 	}

 	.branch-sidebar-outer {
 		margin-top: 30px;
 	}

 	.product-images-thumbs li {
 		width: 76px !important;
 	}

 	.related-product-outer .home-products {
 		width: 100%;
 		overflow: hidden;
 		height: 412px;
 	}

 	.related-product-outer .home-products > li {
 		margin-right: 10px;
 	}


 	.product-images {
 		height: 310px;
 	}

 	.product-detail-tab-content .tab-title {
 		font-size: 14px;
 	}

 	.df-convenience li {
 		width: 100%;
 	}

 	.product-detail-tab-control li a {
 		font-size: 14px;
 		font-weight: normal;
 	}

 	.feature-accord-title {
 		font-size: 11.5px;
 	}

 	.faq-type-accord-title {
 		font-size: 11.5px;
 	}
 }
 /* Tablet portrait */
 @media screen and (max-width: 1000px) {
 	.main-menu-inner > li > a {
 		font-size: 11px;
 		padding: 8px 6px;
 	}

 	.product-detail-outer {
 		margin-top: 30px;
 	}

 	.product-detail-outer .grid-3,
 	.product-detail-outer .grid-6,
 	.product-detail-outer .grid-9 {
 		width: 100%;
 	}

 	.product-images-thumbs .slides {
 		width: 100% !important;
 	}

 	.product-images-thumbs li {
 		width: 15.3% !important;
 	}

 	.product-video {
 		margin: 20px auto 0px auto;
 	}

 	.related-title {
 		font-size: 22px;
 	}

 	.aowater-page-outer .news-items li.long {
 		display: none;
 	}

 	.aowater-page-outer .news-items li.long-original {
 		display: block;
 	}

 	.page-template-page-templatesbranch-php .fluid .grid-9,
 	.page-template-page-templatesbranch-php .fluid .grid-9 .branch-accord {
 		width: 100%;
 	}

 	.res-hide {
 		display: none;
 	}
 }
 /* Smartphone landscape */
 @media screen and (max-width: 800px) {
 	.home-waters .water-1 {
 		height: 255px;
 	}

 	.home-waters .water-2 {
 		height: 127.5px;
 	}

 	.home-waters .water-item h3 {
 		background: rgba(255, 255, 255, 0.6);
 	}

 	.home-news-inner .news-item {
 		width: 100%;
 	}

 	.home-news-inner .news-2-outer {
 		width: 100%;
 		padding-left: 0px;
 	}

 	.home-news-inner .news-2 {
 		margin-top: 10px;
 		margin-bottom: 0px;
 	}

 	.df-parameters .product-title {
 		font-size: 20px;
 	}

 	.product-detail-outer .product-parameters li {
 		font-size: 12px;
 	}

 	.product-detail-outer .product-parameters li strong {
 		width: 60%;
 		padding-left: 5px;
 	}

 	.product-detail-outer .product-parameters li em {
 		width: 40%;
 	}

 	.footer-links .link-col {
 		width: 240px;
 	}

 	.foot-menu {
 		width: 100%;
 	}
 }
 /* Smartphone portrait */
 @media screen and (max-width: 666px) {
 	.header-search {
 		display: block;
 		margin-top: 20px;
 	}

 	.body-outer {
 		padding-bottom: 20px !important;
 	}

 	.main-menu-outer {
 		margin-top: 10px;
 	}

 	.home-menu-links li {
 		width: 100%;
 		margin-bottom: 10px;
 	}

 	.home-menu-outer {
 		margin-top: 20px;
 	}

 	.home-products {
 		width: 100% !important;
 	}

 	.home-products-inner {
 		margin-top: 10px;
 	}

 	.scroll-bar-wrap {
 		display: none;
 	}

 	.home-news-title {
 		padding: 10px 0px;
 	}

 	.home-waters .grid-6 {
 		width: 100%;
 	}

 	.home-waters .water-1 {
 		height: 231px;
 	}

 	.home-news-inner .grid-6 {
 		width: 100%;
 	}

 	.home-news-inner .news-1 .item-info {
 		margin-left: 0px;
 	}

 	.home-news-inner .news-item .item-thumb {
 		margin: 0px;
 		margin-bottom: 10px;
 		float: none;
 		display: block;
 		width: 100%;
 		height: auto;
 	}

 	.home-news-inner .news-2-outer {
 		padding-left: 0px;
 		margin-top: 15px;
 	}

 	.home-news-inner .news-2 .item-info {
 		margin-left: 0;
 	}

 	.home-news-inner .news-2 {
 		border-bottom: none;
 		margin-bottom: 0px;
 	}

 	.home-news-inner .news-2 .item-name {
 		height: auto;
 	}

 	.home-news-inner .news-item .item-excerpt {
 		display: none;
 	}

 	.home-waters .water-item img {
 		width: 100%;
 		height: auto;
 	}

  /*.home-waters .water-1{height: 231px;}
  .home-waters .water-2{height: 231px;}*/
  .home-waters .water-1, .home-waters .water-2 {
  	height: auto;
  }

  .home-slide-inner {
  	display: none;
  }


.header-outer + .pad {
    height: 72px!important;
}
  #banner_for_mobile {
  	display: block !important;
  }

  #banner_for_mobile img {
  	width: 100%;
  }

  .primary-products-outer .products-style-list > li {
  	padding: 0px;
  }

  .primary-products-outer .products-style-list > li + li {
  	margin-top: 25px;
  }

  .primary-products-outer .products-style-list > li .item-info {
  	padding: 0px;
  	display: block;
  	float: none;
  	min-height: 0px;
  	margin-bottom: 0;
  }

  /*.primary-products-outer .products-style-list > li .item-thumb{width: 100%; height: 295px; overflow: hidden; display: block; float: none;}*/
  .primary-products-outer .products-style-list > li .item-thumb {
  	width: 100%;
  	height: auto;
  	overflow: hidden;
  	display: block;
  	float: none;
  }

  .primary-products-outer .products-style-list > li .item-thumb img {
  	width: 100%;
  	height: auto;
  	display: block;
  	margin: auto;
  }

  .primary-products-outer .products-style-list > li .item-excerpt {
  	display: block;
  	padding: 0 10px;
  }

  .primary-products-outer .products-style-list > li .item-excerpt > div:last-child {
  	text-align: center !important;
  }

  .primary-products-outer .products-style-list > li .item-excerpt > div:last-child .item-button {
  	float: none;
  	display: inline-block;
  }

  .primary-products-outer .products-style-list > li .item-name {
  	margin-top: 13px;
  	text-align: center;
  }

  .primary-products-outer .products-style-list > li .item-name a {
  	font-size: 18px;
  	font-weight: bold;
  }

  .primary-products-outer .products-style-list > li .item-button {
  	position: inherit;
  	background: #128547;
  	display: block;
  	width: 106px;
  	margin-right: 15px;
  	color: #fff;
  	padding: 7px 0px;
  	text-align: center;
  	font-weight: 600;
  	border-radius: 20px;
  	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
  	-o-border-radius: 20px;
  }

  .primary-products-outer .products-style-list > li .item-button:hover {
  	text-decoration: none;
  }

  .home-products > li .item-price {
  	width: auto !important;
  }

  .products-style-switcher-outer {
  	display: none;
  }

  .product-images {
  	width: 100%;
  	height: 200px;
  }

  .product-images .flex-direction-nav li a {
  	top: 66px;
  }

  .product-images .flex-direction-nav .flex-next {
  	right: 30px;
  }

  .product-images .flex-direction-nav .flex-prev {
  	left: 30px;
  }

  .product-detail-tab-control-outer {
  	position: inherit;
  }

  .product-detail-tab-control {
  	margin-top: 20px;
  	padding: 0;
  }

  .product-detail-tab-control ul {
  	height: auto;
  	width: 100%;
  }

  .product-detail-tab-control li {
  	width: 100%;
  	margin-bottom: 1px;
  }

  .product-detail-tab-control li a {
  	height: 45px;
  	line-height: 45px;
  	font-weight: normal;
  }

  .product-desc-tab {
  	width: auto;
  }

  .df-safe {
  	background: none;
  }

  .feature-accord-content img {
  	width: 100%;
  }

  .footer-inner {
  	padding-top: 10px;
  }

  .footer-links .link-col-title {
  	margin-bottom: 10px;
  }

  .footer-links .link-col {
  	margin-top: 10px;
  }

  .footer-links .link-col ul {
  	min-height: 0px;
  }

  .footer-social {
  	float: none;
  	clear: both;
  	min-height: 50px;
  }

  .footer-bottom ul li {
  	border: none;
  	margin-bottom: 10px;
  	float: none;
  }

  .footer-copyright {
  	clear: both;
  	float: none;
  	padding-top: 10px;
  }

  .the-content {
  	padding-bottom: 20px;
  }

  .history-years {
  	margin-top: 0px;
  }

  .history-years .item-thumb,
  .history-years .item-name {
  	width: 100%;
  	padding: 0px;
  }

  .history-years li {
  	margin-bottom: 10px;
  }

  .history-years li .item-name a {
  	height: auto;
  }

  .history-years .item-thumb img {
  	width: 100%;
  }

  .history-timeline-container {
  	margin-left: 0px;
  	border-left: none;
  	padding-left: 0px;
  }

  .history-timeline-container ul {
  	padding-bottom: 20px;
  }

  .history-timeline-container ul li .item-tree {
  	display: none;
  }

  .history-timeline-container ul li .item-name {
  	bottom: 0px;
  	background: #fff;
  	opacity: 0.8;
  	border-radius: 0px 8px 0px 8px;
  	-webkit-border-radius: 0px 8px 0px 8px;
  	-moz-border-radius: 0px 8px 0px 8px;
  	-o-border-radius: 0px 8px 0px 8px;
  	line-height: normal;
  	left: 0px;
  }

  .history-timeline-container ul li .item-content {
  	padding-right: 0px;
  }

  .history-timeline-container ul li .item-content-inner {
  	padding-left: 0px;
  	text-align: justify;
  }

  .history-timeline-inner {
  	margin-top: 90px;
  }

  .history-timeline-container ul li {
  	margin-bottom: 20px;
  }

  .timeline-title {
  	font-size: 25px;
  }

  .page-service-inner .warranty-booking {
  	width: 100%;
  }

  .service-sidebar-outer {
  	margin-bottom: 15px;
  }

  .service-sidebar-outer img {
  	float: none;
  }

  .service-sidebar-outer .contact-info {
  	margin-left: 0px;
  	margin-bottom: 0px;
  }

  .footer-links .link-col.last-col {
  	width: 100%;
  }

  .header-search {
  	position: relative;
  	margin-top: 0;
  }

  .header-search .text {
  	width: 120px;
  	padding-right: 35px;
  }

  .header-search .button {
  	position: absolute;
  	text-indent: -9999px;
  	width: 30px;
  	right: 0;
  	top: 0;
  	background: url("assets/img/search.png") no-repeat center center;
  	background-size: 100%;
  }

  .scrolltop {
  	display: none !important;
  }

  .foot-menu > li {
  	width: 100%;
  }

  .popup .tbc {
  	margin: 13px 0;
  }

  .popup .tbc .left {
  	display: none;
  }

  .popup .tbc .grid-4, .popup .tbc .grid-6, .popup .tbc .grid-12 {
  	width: 100%;
  	margin: 5px 0;
  }

  .branch-list li {
  	width: 47%;
  }

  .branch-list li:nth-of-type(3n+1) {
  	clear: none;
  }

  .branch-list li:nth-of-type(2n+1) {
  	clear: both;
  }

  .feature-accord-content img {
  	width: 100%;
  	height: auto;
  	text-align: center;
  }

  .feature-accord-content .grid-6.tktd-left.pr7, .feature-accord-content .grid-6.tktd-right.pl7 {
  	padding-left: 0 !important;
  	padding-right: 0 !important;
  	margin-bottom: 5px;
  }

  .related-product-outer .home-products {
  	height: auto;
  	text-align: center;
  }

  .related-product-outer .home-products li {
  	float: none;
  	display: inline-block;
  }

  #product_images_thumbs {
  	clear: both;
  }

  .main-menu-outer {
  	display: none;
  }

  .MenuMobile {
  	display: block;
  	position: relative;
  }

  .MenuMobile .ShowMenu {
  	position: absolute;
  	right: 10px;
  	top: 0;
  }

  .MenuMobile .main-menu-outer {
  	position: absolute;
  	width: 109%;
  	top: 50px;
  	background: #fff;
  	left: -17px;
  }

  .MenuHeaderMobile {
  	clear: both;
  	border-top: 1px solid #ddd;
  	max-height: calc(100vh - 106px);
  }
}
@media screen and (max-width: 666px) and (min-width: 667px) {
	.MenuHeaderMobile {
		display: none;
	}
}
@media screen and (max-width: 666px) and (max-width: 666px) {
	.MenuHeaderMobile .main-menu-inner {
		padding: 0 15px 15px;
	}

	.MenuHeaderMobile .main-menu-inner > li > a {
		text-transform: uppercase;
	}

	.MenuHeaderMobile .main-menu-inner ul, .MenuHeaderMobile .main-menu-inner li {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		background: #fff;
		color: #107DBC !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.MenuHeaderMobile .main-menu-inner a {
		display: inline-block !important;
		padding: 5px 0;
		font-size: 12px !important;
		font-weight: bold;
	}

	.MenuHeaderMobile .main-menu-inner .sub-menu {
		padding-left: 30px;
	}
}
@media screen and (max-width: 666px) {
	.fluid .grid-1, .fluid .grid-2, .fluid .grid-3, .fluid .grid-4, .fluid .grid-5, .fluid .grid-6, .fluid .grid-7, .fluid .grid-8, .fluid .grid-9, .fluid .grid-10, .fluid .grid-11, .fluid .grid-12 {
		width: 100% !important;
	}

	.MenuHeaderMobile .main-menu-outer {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.fluid .grid-1, .fluid .grid-2, .fluid .grid-3, .fluid .grid-4, .fluid .grid-5, .fluid .grid-6, .fluid .grid-7, .fluid .grid-8, .fluid .grid-9, .fluid .grid-10, .fluid .grid-11, .fluid .grid-12 {
		width: 100% !important;
	}

	.branch-list li {
		width: 97%;
	}
}
html {
	overflow-x: hidden;
}

.header-outer {
	background-color: #fff;
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
}

.header-outer .header-inner {
	background-color: #fff;
}

.header-outer + .pad {
	height: 131px;
}

.product_type {
	margin-top: 30px;
}

.product_type.fluid .grid-4 {
	padding: 0;
}

@media screen and (max-width: 799px) {
	.product_type.fluid .grid-4 {
		width: 100%;
	}

	.product_type.fluid .grid-4 + .grid-4 {
		margin-top: 30px;
	}
}
.product_type__item {
	position: relative;
}

.product_type__item .thumbnail {
	width: 100%;
	height: 100%;
}

.product_type__item .thumbnail img {
	width: 100%;
	margin: 0;
}

.product_type__item .more-link {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #107DBC;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	border-radius: 5px;
	border: 1px solid #107DBC;
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none !important;
	display: block;
	white-space: nowrap;
	font-family: 'Roboto Condensed';
}

.product_type__item:hover {
	-webkit-box-shadow: 0px 0px 10px 4px #cccccc;
	-moz-box-shadow: 0px 0px 10px 4px #cccccc;
	box-shadow: 0px 0px 10px 4px #cccccc;
	z-index: 99;
}

.product_type__item:hover .more-link {
	background-color: #107DBC;
	color: #fff;
}

.product_type2 {
	margin-bottom: 30px;
}

.product_type2.fluid {
	margin-left: -10px;
	margin-right: -10px;
}

.product_type2.fluid .grid-4 {
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.product_type2.fluid {
		margin-left: -1px;
		margin-right: -1px;
	}

	.product_type2.fluid .grid-4 {
		padding: 0 1px;
	}
}
.fluid .grid-4 {
	width: 33.33333% !important;
}

.product_type2__item {
	position: relative;
}

.product_type2__item .thumbnail {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.product_type2__item .thumbnail img {
	width: 100%;
}

.product_type2__item .more-link {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #107DBC;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	border-radius: 5px;
	border: 1px solid #107DBC;
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none !important;
	display: block;
	white-space: nowrap;
	font-family: 'Roboto Condensed';
  /*position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto Condensed';
  text-decoration: none !important;
  letter-spacing: 0.05em;
  white-space: nowrap;*/
}

.product_type2__item .more-link:hover {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.product_type2__item .more-link {
		font-size: 10px !important;
		bottom: 7px;
		height: 25px;
		line-height: 23px;
		padding: 0 5px;
	}
}
.product_type2__item:hover .more-link {
	font-size: 16px;
}

.product_lv2 {
	margin-top: 60px;
}

.product_lv2.fluid .grid-4 {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.product_lv2.fluid .grid-4 {
		width: 100%;
	}

	.product_lv2.fluid .grid-4 + .grid-4 {
		margin-top: 30px;
	}
}
.product_lv2__thumbnail {
	overflow: hidden;
}

.product_lv2__thumbnail a {
	width: 100%;
	display: inline-block;
}

.product_lv2__thumbnail a img {
	width: 100%;
}

.product_lv2__thumbnail a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.product_lv2__content {
	text-align: center;
	padding: 50px 10px 0;
}

.product_lv2__content .title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
}

.product_lv2__content .title a {
	color: #000;
	text-decoration: none;
}

.product_lv2__content .title a:hover {
	color: #107DBC;
}

.product_lv2__content .more-link {
	display: inline-block;
	margin-top: 50px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #107DBC;
	height: 30px;
	line-height: 30px;
	padding: 0 50px;
	border: 1px solid #107DBC;
	border-radius: 5px;
	text-decoration: none !important;
}

.product_lv2__content .more-link:hover {
	background-color: transparent;
	color: #107DBC;
}

@media screen and (max-width: 767px) {
	.product_lv2__content {
		padding: 15px 0 0;
	}

	.product_lv2__content .title {
		margin-bottom: 15px;
	}

	.product_lv2__content .more-link {
		margin-top: 15px;
	}
}
.footer-bottom-inner .list-style-none {
	text-align: center;
	display: inline-block;
	margin: auto !important;
}

@media screen and (max-width: 666px) {
	.footer-inner {
		padding-top: 60px;
	}

	.footer-inner .footer-links {
		text-align: center;
	}

	.footer-inner .foot-menu .sub-menu {
		margin-top: 15px;
	}

	.footer-inner .foot-menu > * + * {
		margin-top: 30px;
	}

	.footer-inner .footer-social {
		display: inline-block;
		text-align: center;
		margin-top: 30px;
	}

	.footer-inner .footer-aoglobal {
		display: inline-block;
		margin-bottom: 25px;
	}

	.footer-inner .footer-aoglobal .aoglobal-active {
		width: 150px;
		border-bottom: none;
	}

	.footer-bottom ul li {
		padding-right: 0;
		margin-right: 0;
	}

	.footer-bottom {
		background: rgba(255, 255, 255, 0.2);
	}
}
.product_categories .title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #107DBC;
	cursor: pointer;
	padding: 10px 25px;
	margin: 10px 0;
	background: url("../../../img/icon-1.html") no-repeat right center;
}

.product_categories .categories li {
	list-style-type: none;
	display: block;
}

.product_categories .categories li a {
	display: block;
	width: 100%;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	padding: 10px 25px;
	background-color: #f2f2f2;
}

.product_categories .categories li a:hover, .product_categories .categories li.active a {
	background-color: #107DBC;
	color: #fff;
}

.product_categories .categories li + li {
	margin-top: 3px;
}

@media screen and (max-width: 767px) {
	.product_categories {
		text-align: center;
	}

	.product_categories .title {
		background: none;
	}
}
.page-layout-2 .grid-9.primary-outer {
	position: relative;
	left: 25%;
}

.page-layout-2 .grid-3.sidebar-outer {
	position: relative;
	right: 75%;
}

@media screen and (max-width: 767px) {
	.page-layout-2 .grid-9.primary-outer {
		left: auto;
		width: 100%;
		padding: 0;
	}

	.page-layout-2 .grid-3.sidebar-outer {
		right: auto;
		margin-top: 60px;
		width: 100%;
		padding: 0;
	}
}
.primary-products-outer .products-style-list > li .item-name a,
.home-products > li .item-name a,
.home-menu-links li a,
.home-news-inner .news-item .item-name a {
	text-decoration: none !important;
}

.primary-products-outer .products-style-list > li .item-name a:hover,
.home-products > li .item-name a:hover,
.home-menu-links li a:hover,
.home-news-inner .news-item .item-name a:hover {
	color: #000;
}

.home-products > li .item-button {
	border: 1px solid #107DBC;
}

.home-products > li .item-button:hover {
	background: transparent;
	color: #107DBC;
}

.foot-menu > li > a,
.foot-menu .sub-menu a,
.footer-bottom ul li a {
	text-decoration: none !important;
}

.foot-menu > li > a:hover,
.foot-menu .sub-menu a:hover,
.footer-bottom ul li a:hover {
	color: #06ba59;
}

.primary-products-outer {
	margin-left: -2px;
	margin-right: 5px;
}

.ao-pagination {
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 666px) {
	.ao-pagination {
		margin-top: 25px;
	}
}
.ao-pagination ul, .ao-pagination ul.page-numbers {
	border: none;
	margin: 0;
	display: inline-block;
}

.ao-pagination ul li, .ao-pagination ul.page-numbers li {
	list-style-type: none;
	float: left;
	margin: 0;
	cursor: pointer;
	border: none;
	display: inline-block;
	padding: 0 1px;
}

.ao-pagination ul li > a, .ao-pagination ul li > span, .ao-pagination ul.page-numbers li > a, .ao-pagination ul.page-numbers li > span {
	text-align: center;
	background: none;
	border: none;
	padding: 0 9px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-weight: normal;
	border-radius: 5px;
	text-decoration: none !important;
	min-width: 40px;
}

@media screen and (max-width: 640px) {
	.ao-pagination ul li > a, .ao-pagination ul li > span, .ao-pagination ul.page-numbers li > a, .ao-pagination ul.page-numbers li > span {
		height: 35px;
		line-height: 35px;
		min-width: 35px;
	}
}
.ao-pagination ul li a:hover, .ao-pagination ul li span.current, .ao-pagination ul.page-numbers li a:hover, .ao-pagination ul.page-numbers li span.current {
	color: #fff;
	background-color: #107DBC;
}

@media screen and (max-width: 640px) {
	.ao-pagination ul li .prev span, .ao-pagination ul li .next span, .ao-pagination ul.page-numbers li .prev span, .ao-pagination ul.page-numbers li .next span {
		display: none;
	}

	.ao-pagination ul li .prev i, .ao-pagination ul li .next i, .ao-pagination ul.page-numbers li .prev i, .ao-pagination ul.page-numbers li .next i {
		font-size: 15px;
	}
}
.ao-pagination ul li .prev:hover, .ao-pagination ul li .next:hover, .ao-pagination ul.page-numbers li .prev:hover, .ao-pagination ul.page-numbers li .next:hover {
	background-color: transparent;
	color: #000;
}

.btn-01, .btn-02 {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 30px;
	min-width: 140px;
	background-color: #107DBC;
	color: #fff;
	text-decoration: none !important;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	text-align: center;
	position: relative;
}

.btn-01 img, .btn-02 img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.btn-01 span, .btn-02 span {
	position: relative;
}

.btn-01:hover, .btn-02:hover {
	background-color: #000;
}

.btn-01 + .btn-01, .btn-02 + .btn-01, .btn-01 + .btn-02, .btn-02 + .btn-02 {
	margin-left: 9px;
}

.btn-group-01 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn-02 {
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	color: #107DBC;
}

.btn-02:before {
	content: '';
	width: 23px;
	height: 100%;
	display: inline-block;
	background-color: #006633;
	position: absolute;
	top: 0;
	left: 0;
}

.btn-02 img {
	left: 4px;
}

.btn-02:hover {
	background-color: #fff;
	color: #fff !important;
}

.btn-02:hover:before {
	width: 100%;
}

.btn-group-02 {
	margin-top: 10px;
	display: inline-block;
	float: right;
}

@media screen and (max-width: 767px) {
	.btn-group-02 {
		display: none;
	}
}
.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.blank-line {
	height: 20px;
	clear: both;
}

.push-6 {
	position: relative;
	left: 50%;
}

.pull-6 {
	position: relative;
	right: 50%;
}

@media screen and (max-width: 1000px) {
	.push-6 {
		left: 0;
	}

	.pull-6 {
		right: 0;
		margin-top: 30px;
	}
}
@media screen and (max-width: 666px) {
	.sm-center {
		text-align: center;
	}
}
.sm-visible {
	display: none;
}

@media screen and (max-width: 666px) {
	.sm-visible {
		display: inline;
	}
}
.news_item {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #acacac;
}

.news_item__thumbnail {
	width: 250px;
	float: left;
	margin-left: 0;
	margin-right: 30px;
}

.news_item__thumbnail img {
	width: 100%;
}

.news_item__thumbnail--2 {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_item__content {
	overflow: hidden;
}

.news_item__content .meta {
	font-size: 14px;
	line-height: 20px;
	color: #cccccc;
	margin-top: 10px;
}

.news_item__content .meta .category {
	color: inherit;
	text-decoration: none !important;
}

.news_item__content .meta .category:hover {
	color: #107DBC;
}

.news_item__content .title {
	margin-top: 8px;
	margin-bottom: 10px;
}

.news_item__content .title a {
	font-size: 18px;
	text-decoration: none !important;
	color: #000;
}

.news_item__content .title a:hover {
	color: #107DBC;
}

.news_item__content .more-link {
	margin-top: 20px;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	display: inline-block;
}

.news_item__content .more-link:hover {
	color: #107DBC;
}

@media screen and (max-width: 639px) {
	.news_item__thumbnail {
		display: none;
	}

	.news_item__thumbnail--2 {
		display: block;
		width: 100%;
		text-align: center;
	}

	.news_item__content {
		padding-bottom: 10px;
	}

	.news_item__content .more-link {
		display: block;
		text-align: center;
		color: #107DBC;
	}
}
.news_list + .ao-pagination {
	margin-top: 30px;
}

.form-inner .fluid {
	margin-left: -10px;
	margin-right: -10px;
}

.form-inner .fluid .grid-6 {
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.form-inner .fluid .grid-6 {
		width: 100%;
	}
}
.offices.fluid {
	margin-left: -10px;
	margin-right: -10px;
}

.offices.fluid .grid-6 {
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.offices.fluid .grid-6 {
		width: 100%;
	}
}
img {
	max-width: 100%;
}

.filter-area.fluid {
	margin-left: -20px;
	margin-right: -20px;
}

.filter-area.fluid .grid-5, .filter-area.fluid .grid-7 {
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.filter-area.fluid .grid-5, .filter-area.fluid .grid-7 {
		width: 100%;
		margin-bottom: 30px;
	}
}
.filter-form label {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.filter-form input, .filter-form select {
	height: 35px;
	line-height: 35px;
	background-color: #eaeaea;
	outline: none !important;
	box-shadow: none !important;
	display: inline-block;
	border: none;
	padding: 0 15px;
	display: block;
	width: 100%;
	font-size: 14px;
}

.filter-form select {
	cursor: pointer;
}

.filter-form .form-row + .form-row {
	margin-top: 25px;
}

.filter-form .form-row-submit {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.filter-form .form-row-submit {
		text-align: center;
	}
}
.filter-form .button {
	background: #128547;
	padding: 10px 28px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.filter-form .button:hover {
	background-color: #000;
}

.text-right {
	text-align: right;
}

.store_list {
	max-height: 400px;
	overflow-y: scroll;
	padding: 35px 20px;
	border: 2px solid #e6e6e6;
	margin-top: 30px;
}

.store_list::-webkit-scrollbar {
	width: 12px;
}

.store_list::-webkit-scrollbar-track {
	background-color: #d0d0d0;
}

.store_list::-webkit-scrollbar-thumb {
	background-color: #313131;
}

@media screen and (max-width: 639px) {
	.store_list {
		padding: 0;
	}

	.store_list::-webkit-scrollbar {
		width: 5px;
	}
}
.store {
	list-style-type: none;
	position: relative;
	padding-left: 53px;
}

.store .order {
	min-width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	background-color: #107DBC;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0;
	text-align: center;
}

.store .link-map {
	color: #04a6c0;
	margin: auto;
	display: inline-block;
}

.store .phone {
	display: inline-block;
}

.store + .store {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eaeaea;
}

.store + .store .order {
	top: 20px;
}

@media screen and (max-width: 639px) {
	.store {
		padding-left: 0;
	}

	.store a, .store p, .store span {
		line-height: 20px;
		margin-top: 5px;
		padding: 0 5px;
	}

	.store .grid-6, .store .grid-3 {
		width: 100%;
		padding: 0;
	}

	.store__name {
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #107DBC;
		padding: 5px 5px 5px 35px;
		background-color: #ebebeb;
	}

	.store .order {
		min-width: 30px;
		height: 30px;
		line-height: 30px;
		top: 0 !important;
	}

	.store .distance {
		display: inline-block;
		margin-right: 15px;
	}

	.store + .store {
		padding-top: 0;
	}
}
.full-width {
	width: 100%;
}

.side_widget {
	position: fixed;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	z-index: 99999;
}

.side_widget .contacts li {
	list-style: none;
	display: block;
}

.side_widget .contacts li + li {
	margin-top: 5px;
}

.side_widget .contacts li a {
	position: relative;
	width: 47px;
	height: 47px;
	display: inline-block;
	/* background-color: rgba(51, 51, 51, 0.6);*/
	background-color: rgba(0, 122, 65, 0.7);
	overflow: hidden;
	text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	.side_widget .contacts li a {
		width: 35px;
		height: 35px;
	}

	.side_widget .contacts li a img {
		width: 15px !important;
	}
}
.side_widget .contacts li a img {
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-webkit-transform: translate(-50%, -50%);
	/* Safari */
	transform: translate(-50%, -50%);
}

.side_widget .contacts li a p {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0px;
	-ms-transform: translate(-100%, -50%);
	/* IE 9 */
	-webkit-transform: translate(-100%, -50%);
	/* Safari */
	transform: translate(-100%, -50%);
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	padding: 0 15px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #107DBC;
	border-radius: 5px;
	background-color: #fff;
	min-width: 130px;
	text-align: center;
}

.side_widget .contacts li a p:after {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 15px;
	right: -7px;
	background-color: #fff;
	border-top: 1px solid #107DBC;
	border-right: 1px solid #107DBC;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side_widget .contacts li a:hover {
	background-color: #107DBC;
	overflow: visible;
}

.side_widget .contacts li a:hover p {
	opacity: 1;
	left: -30px;
}

.hql-faq-accord-content {
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.sidebar-outer, .primary-outer {
		width: 100% !important;
		padding: 0px !important;
	}
}
/*_____________ mobile menu hidden submenu _____________*/
@media screen and (max-width: 666px) {
	.MenuHeaderMobile .main-menu-inner .sub-menu {
		display: none !important;
	}

	.MenuHeaderMobile .main-menu-inner li {
		width: 50% !important;
		float: left !important;
	}

	.MenuHeaderMobile .main-menu-inner > li > a {
		text-transform: capitalize;
	}

	.MenuHeaderMobile {
		padding-bottom: 10px;
	}
}
/*_____________ sticky bar mobile _____________*/
@media screen and (max-width: 767px) {
	.side_widget {
		top: auto;
		bottom: 10px;
		right: auto;
		left: 10px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.side_widget .contacts li {
		float: left;
	}

	.side_widget .contacts li + li {
		margin-top: 0;
		margin-left: 5px;
	}

	.side_widget .contacts li a p {
		top: -12px;
		left: 0px;
		-ms-transform: translate(0, -100%);
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}

	.side_widget .contacts li a:hover p {
		opacity: 1;
		left: 0;
	}

	.side_widget .contacts li a p:after {
		top: auto;
		right: auto;
		bottom: -7px;
		left: 10px;
		border-top: none;
		border-bottom: 1px solid #107DBC;
		border-right: 1px solid #107DBC;
	}

	.side_widget .contacts li a {
		border-radius: 100%;
	}
}
/*_____________ popup _____________*/
form input[type=text], form input[type=email], form textarea {
	display: block;
	background-color: #fff;
	border: 1px solid #91c3e7;
	width: 100%;
	margin-bottom: 12px;
	padding: 5px 8px;
	outline: 0;
}


@media (min-width: 992px) {
	form textarea {
		height: 130px;
	}
}
.popup__content, .popup__footer_info {
	padding-left: 40px;
	padding-right: 40px;
}

.madein, .textblock {
	background-size: cover;
}

.popup, .popup__container {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.popup {
	position: fixed;
	z-index: 99999;
	display: none;
}

.popup__container {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
}

.popup__content {
	max-width: 94%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	padding-top: 40px;
	overflow-y: auto;
	-webkit-transform: translateY(-50%);
 		-moz-transform: translateY(-50%);
 		-ms-transform: translateY(-50%);
 		-o-transform: translateY(-50%);
 		transform: translateY(-50%);
}

.popup__content h3 {
	margin-top: 0;
	margin-bottom: 48px;
	color: #077025;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.popup__content form input[type=text], .popup__content form input[type=email], .popup__content form textarea {
	border-color: #c3c3c3;
	background-color: #fafafa;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}

.popup__footer {
	border-top: 1px solid #077025;}

.popup__footer_top {
	padding-top: 17px;
	padding-bottom: 25px;
	font-size: 25px;
	font-weight: lighter;
}

.popup__footer_top a {
	color: inherit;
	text-decoration: none;
}

.popup__footer_top a:hover {
	color: #077025;
}

.popup__footer_top img {
	width: 209px;
	float: left;
}

.popup__footer_top .text-right {
	float: right;
	margin-top: 12px;
}

.popup__footer_top:after {
	content: '';
	clear: both;
	display: table;
}

.popup__footer_info {
	background-color: #077025;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-top: 17px;
	margin-left: -40px;
	margin-right: -40px;
}

@media (min-width: 992px) {
	.popup__content {
		width: 960px;
	}
}
.popup form .row {
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}

.popup form .row > div.col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
	float: left;
}

.popup__footer {
	clear: both;
}

@media screen and (max-width: 767px) {
	.popup form .row > div.col-md-6 {
		float: none;
		width: 100%;
	}
}
.popup form .btn input {
	background-color: #077025;
	color: #fff;
	display: inline-block;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 16px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
	margin-bottom: 20px;
}

.popup form .btn input:hover {
	background-color: #14c346;
}

.popup {
	display: none !important;
}

.popup.show {
	display: block !important;
}

.item-001 {
	padding: 20px;
	display: block;
}
.item-001__thumb {
	float: left;
	display: inline-block;
	margin-right: 15px !important;
	width: 60px !important;
	height: 60px !important;
}
@media screen and (max-width: 800px) {
	.item-001__thumb {
		float: none;
		margin: auto !important;
	}
}
.item-001__title {
	overflow: hidden;
	color: #128547;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 5px;
}
@media screen and (max-width: 800px) {
	.item-001__title {
		text-align: center;
	}
}
.item-001__content {
	clear: both;
	padding-top: 15px;
	font-size: 16px;
}
@media screen and (max-width: 800px) {
	.item-001__content {
		text-align: center;
	}
}

.pt-0 {
	padding-top: 0;
}

.mt-0 {
	margin-top: 0 !important;
}

.fluid-item-001 {
	background-color: #FFF;
}
.fluid-item-001 .grid-4:nth-of-type(2) {
	position: relative;
}
.fluid-item-001 .grid-4:nth-of-type(2):before, .fluid-item-001 .grid-4:nth-of-type(2):after {
	content: '';
	width: 1px;
	height: calc(100% - 30px);
	top: 15px;
	left: 0;
	background-color: #107DBC;
	display: inline-block;
	position: absolute;
}
.fluid-item-001 .grid-4:nth-of-type(2):after {
	left: auto;
	right: 0;
}
@media screen and (max-width: 767px) {
	.fluid-item-001 > .grid-4 {
		width: 100% !important;
	}
}

.fluid-item-002 {
	padding: 30px 10%;
	background-color: #eff3f4;
}
.fluid.fluid-item-002.two .grid-4, .fluid.fluid-item-002 .two .grid-4{
	width: 50% !important;
}
@media screen and (max-width: 1000px) {
	.fluid-item-002 {
		padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.fluid-item-002 > .grid-4, .fluid.fluid-item-002.two .grid-4, .fluid.fluid-item-002 .two .grid-4{
		width: 100% !important;
	}
	.fluid-item-002 > .grid-4:first-child .item-002:first-child {
		border-top: none;
	}
}

.item-002 {
	margin: 0 15px;
	padding: 15px 0 0;
	min-height: 110px;
}
@media screen and (max-width: 767px) {
	.item-002 {
		border-top: 1px solid #333;
		min-height: auto;
	}
}
.item-002__title {
	text-transform: uppercase;
}
.item-002 + .item-002 {
	border-top: 1px solid #333;
}

.item-003 {
	clear: both;
}
.item-003__thumb {
	float: left;
	margin-right: 30px !important;
}
@media screen and (max-width: 767px) {
	.item-003__thumb {
		width: auto !important;
		max-width: 100% !important;
		margin: auto !important;
		float: none;
	}
	.item-003__content{
		padding-top: 30px;
	}
}
.item-003__content {
	overflow: hidden;
	padding-top: 100px;
}

.ct-title {
	font-size: 24px;
	text-transform: uppercase;
	color: #3a7ead;
}

.fluid-item-004 {
	padding: 0 30px;
}
.fluid-item-004 > .grid-6:first-child {
	padding-right: 10%;
}
@media screen and (max-width: 1000px) {
	.fluid-item-004 > .grid-6:first-child {
		padding-right: 0;
	}
}

.item-004 > div {
	padding: 15px !important;
}

.fluid-item-005 {
	padding: 0 10%;
}
.fluid-item-005 > div {
	padding: 15px !important;
}
.fluid-item-005 > div:nth-of-type(3) {
	clear: both;
}

.item-005__thumb {
	position: relative;
	overflow: hidden;
}
.item-005__thumb img {
	width: 100%;
}
.item-005__thumb:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}
.item-005__content {
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	opacity: 0;
	padding: 0 30px;
	color: #fff;
	z-index: 999;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 767px){
	.item-005__content {
		font-size: 14px;
		padding: 0 10px;
	}
}
.item-005__title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #128547;
	text-align: center;
	padding: 10px 0;
}
.item-005:hover .item-005__thumb:after, .item-005:hover .item-005__content {
	opacity: 1;
}
.item-005:hover .item-005__content {
	top: 50%;
}

.item-006 {
/*	color: #fff;
	background-color: #9acced;*/
	clear: both;

}
/*.item-006--color-2 {
	background-color: #8dc73f;
}
.item-006--color-3 {
	background-color: #27aae2;
}*/
.item-006__thumb {
	float: right;
}
@media screen and (max-width: 767px) {
	.item-006__thumb {
		float: none;
	}
}
.item-006__title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
}
.item-006__content {
	overflow: hidden;
	padding: 30px;
}
.item-006 + .item-006 {
	border-top: 2px solid #128547;
}
@media screen and (min-width: 667px) {
	.MenuHeaderMobile {
		display: none !important;
	}
}
@media screen and (max-width: 767px){
	.product_type.fluid .grid-4, .product_lv2.fluid .grid-4{
		width: 100% !important;
	}
}

@media screen and (max-width: 1300px) and (min-width: 667px){
	.product-detail-tab-control li{
		padding: 0 10px !important;
	}
}
@media screen and (max-width: 979px){
	.btn-group-02{
		display: none;
	}
}

@media screen and (max-width: 767px){
	.popup__content{
		padding: 10px 10px 0;
	}
.popup__content h3{
  margin-bottom: 15px;
  font-size: 16px !important;
}
.popup__content form input[type="text"], .popup__content form input[type="email"], .popup__content form textarea{
  margin-bottom: 8px;
  font-size: 14px !important;
}
.popup__content form textarea {
    height: 100px;
}
.popup form .btn input{
  width: 100%;
  border-radius: 15px;
}
.popup form .btn{
	position: relative;
}
.popup form .btn img{
	position: absolute;
	top: 10px;
	right: 10px;
}
.popup__footer {
    margin-top: 15px !important;
}
.popup__footer_top img {
    width: 110px;
   float: none;
}
.popup__footer_top {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
}
.popup__footer_info{
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  margin-top: 0;
  height: auto;
  line-height: 1.5em;
  padding: 5px;
}
}
.popup__content {overflow: hidden}

body div.wpcf7-response-output {
    display: inline-block !important;
    width: 100%;
    margin-left: 0;
}

.may-loc-khong-khi > li .item-thumb {
	height: auto;

}