body, html {
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	font-family: "Myriad Pro", "Arial", "Tahoma";
	font-size: 20px;
	line-height: 20px;
}

a {
	color: #1f9046;
}
a:hover {
	color: #656565;
	text-decoration: underline;
}
a.current {
	color: #656565;
}

h1 {
	color: #1f9046;
	font-size: 32px;
}

h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-weight: bold;
	font-size: 36px;
}

h3 {
	font-size: 26px;
	color: #1f9046;
	font-weight: bold;
}

h4 {
	font-size: 20px;
}

strong {
	color: #1f9046;
}

.container {
	width: 970px !important;
}

#areaMainMenu .nav-tabs {
	border-bottom: none;
	padding-top: 20px;
}

#areaMainMenu .nav-tabs > li > a {
	border: none;
	color: #656565;
	font-weight: bold;
	padding: 0;
	border-radius: 10px 10px 0 0;
	font-size: 22px;
}
#areaMainMenu .nav-tabs > li > a > span {
	display: block;
	padding: 2px 13px;
}

#areaMainMenu .nav-tabs > li {
	margin-bottom: 0;
	position: static;
	margin-left: 5px;
}

#areaMainMenu .nav-tabs > li.active > a > span, .nav-tabs > li:hover > a > span {
	background-image: URL("../../_images/menu-border-right.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px 13px;
}

#areaMainMenu .nav-tabs > li.active > a, #areaMainMenu .nav-tabs > li.active > a:hover, #areaMainMenu .nav-tabs > li.active > a:focus, #areaMainMenu .nav-tabs > li:hover > a {
	border: none;
	background-image: URL("../../_images/menu-border-left.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1f9046;
	color: #fff;
}

.sub-nav {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9;
	border-top: 3px solid #1f9046;
}

.nav-tabs > li:hover .sub-nav {

}

.sub-nav-continer {
	height: 108px;
	background-color: #f6f6f6;
}
.sub-nav-continer ul {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.sub-nav-continer ul li {
	float: left;
	width: 300px;
	margin: 0 5px;
	position: relative;
}
.sub-nav-continer ul li a {
	color: #555555;
	font-size: 22px;
	padding: 27px 0;
	font-weight: bold;
	display: block;
}
.sub-nav-continer ul li a img {
	margin-right: 15px;
}
.sub-nav-continer ul li a span {
	position: absolute;
	padding-top: 5px;
	background-image: none;
}

.sub-nav-continer ul li:hover a {
	color: #1f9046;
	text-decoration: none;
}

.btn-success {
	background-color: #1f9046;
	padding: 1px 20px;
	border-radius: 12px;
	font-size: 18px;
	line-height: 12px;
}

#areaMainMenu {
	border-bottom: 3px solid #1f9046;
	width: 100%;
	min-width: 930px;
	background-color: #fff;
	z-index: 1;
}
.home #areaMainMenu {
	position: absolute;
}
#areaMainMenu .row {
	padding-top: 10px;
}

.logo {
	position: absolute;
}

#areaFooter{
	border-top: 1px solid #e8e8e8;
	padding: 10px 0;
	min-width: 930px;
}

.footerMenu {
	color: #656565;
}
.footerMenu a {
	color: #656565;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
}

.home #areaFooter {
	display: none;
}

#areaHome {
	z-index: 0;
	min-width: 930px;
	height: 100%;
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

.containerHomeSlide {
	height: 100%;
	width: 400%;
}

.homeSlide {
	height: 100%;
	width: 25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}

.homeSlide.slide-01 {
	background-image: URL("../../_images/home-01.jpg");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../_images/home-01.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../_images/home-01.jpg', sizingMethod='scale')";
}
.homeSlide.slide-02 {
	background-image: URL("../../_images/home-02.jpg");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../_images/home-02.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../_images/home-02.jpg', sizingMethod='scale')";
}
.homeSlide.slide-03 {
	background-image: URL("../../_images/home-03.jpg");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../_images/home-03.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../_images/home-03.jpg', sizingMethod='scale')";
}
.homeSlide.slide-04 {
	background-image: URL("../../_images/home-04.jpg");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../_images/home-04.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../_images/home-04.jpg', sizingMethod='scale')";
}

.slide-container {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

.slide-content {
	position: absolute;
	top: 95px;
	width: 500px;
	font-size: 20px;
	line-height: 24px;
}
.slide-content-max {
	width: 100%;
}

.slide-header {
	width: 600px;
	margin: 0 auto 40px auto;
}

#areaHome p {
	font-size: 24px;
}

.super,#areaHome p.super {
	color: #1f9046;
	font-size: 42px;
	font-weight: bold;
}

.homeMenu {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: URL("../../_images/homeMenuOverlayContainer.png");
}
.homeMenuContainer {
	width: 970px;
	margin: 0 auto;
}

.homeMenuContainer > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.homeMenuContainer > ul > li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 25%;
}

.homeMenuContainer > ul > li > a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
	opacity: 0.5;
	font-weight: bold;
}

.homeMenuContainer > ul > li:hover > a, .homeMenuContainer > ul > li.actived > a {
	background-image: URL("../../_images/homeMenuOverlay.png");
	opacity: 1;
}
.homeMenuContainer > ul > li:hover > span, .homeMenuContainer > ul > li.actived > span {
	background-color: #e6e6e6;
}

.homeMenuContainer > ul > li > span {
	display: block;
	height: 4px;
	background-color: #fff;
}
.homeMenuContainer > ul > li > span > span {
	display: block;
	width: 0%;
	height: 4px;
	background-color: #199046;
	background-image: URL("../../_images/homeMenuGD.jpg");
	background-position: right center;
}

.slide-item {
	display: block;
	float: left;
	margin: 0 5px;
	width: 300px;
}

.header-container {
	width: 930px;
}

#areaHeader {
	min-width: 930px;
	background-position: right top;
	background-repeat: repeat;
	height: 107px;
}

.headerBackground {
	height: 107px;
	min-width: 930px;
	background-position: right top;
	background-repeat: no-repeat;
}

#areaHeader.background-01 { background-image: URL("../../_images/banner-background-01.png"); }
#areaHeader.background-02 { background-image: URL("../../_images/banner-background-02.png"); }
#areaHeader.background-03 { background-image: URL("../../_images/banner-background-03.png"); }
#areaHeader.background-04 { background-image: URL("../../_images/banner-background-04.png"); }

.about-us .headerBackground { background-image: URL("../../_images/banner-about-us.jpg"); }
.products-services .headerBackground { background-image: URL("../../_images/banner-products-services.jpg"); }
.our-group .headerBackground { background-image: URL("../../_images/banner-our-group.jpg"); }
.contact-us .headerBackground { background-image: URL("../../_images/banner-contact-us.jpg"); }

#areaHeader h1 {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 42px;
	font-weight: bold;
}

.breadcrumb {
	background-color: transparent;
	padding: 20px 0 0 0;
	margin-bottom: 10px;
}

.mainContent {
	padding-bottom: 50px;
	padding-top: 20px;
}
.mainContent img {
	max-width: 100%;
}

.about-left {
	width: 50%;
	display: inline-block;
	float: left;
	padding-top: 10px;
}
.about-right {
	width: 50%;
	display: inline-block;
	padding-top: 10px;
}
.about-left p, .about-right p {
	padding-right: 20px;
}

.column-left {
	float: left;
	width: 680px;
	padding-right: 20px;
	border-right: 1px solid #e8e8e8;
}

.column-right {
	float: left;
	width: 250px;
	padding-left: 25px;
}

.tab-content {
	border: 1px solid #e8e8e8;
	padding: 20px;
}

.nav-tabs.nav-justified  {
	border-left: 1px solid #e8e8e8;
	padding:0;
}
.nav-tabs.nav-justified > li > a {
	border: 1px solid #e8e8e8;
	border-left: none;
	border-bottom: none;
	border-radius: 0;
	padding: 0px 0 8px 0;
	color: #1f9046;
	font-weight: bold;
	font-size: 24px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > li:hover > a {
	border-bottom: none;
	color: #fff;
	background-color: #1f9046;
}

.areaTabs {
	padding: 30px 0;
}
.contact-us .tab-content {
	padding: 0px;
	position: relative;
}

iframe {
	display: block;
}

.overflow-address {
	width: 280px;
	position: absolute;
	display: block;
	background-color: #fff;
	padding: 20px;
	top: 10px;
	left: 10px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
		box-shadow:  1px 1px 5px rgba(0, 0, 0, .25);

}

.form-group {
	clear: both;
}
.form-group label {
	font-weight: normal;
	display: inline-block;
	width: 125px;
}

.form-group .input-text {
	border: 1px solid #e8e8e8;
	background-color: #f6f6f6;
	color: #656565;
	padding: 5px;
	width: 280px;
	resize: none;
	vertical-align: text-top;
	font-size: 14px;
}
select.input-text {
	font-size: 14px;
}
.form-group .inputError {
	border: 1px solid #990000;
}

#areaOverflow {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #000;
	opacity: 0.5;
}

#areaOverflowContent {
	display: none;
	position: fixed;
	width: 800px;
	height: 604px;	
	background-color: #fff;
	z-index: 102;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -300px;
}

.modalContent {
	display: none;
}

.btn-print {
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.btn-close {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}
#frmContact {
	padding-bottom: 20px;
}
#con_inquiry {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background-image: URL("../../_images/select-arrow.png");
	background-repeat: no-repeat;
	background-position: 260px 13px;
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: left;
	width: 33.33%;
}

.button-home {
	display: block;
	float: left;
	background-image: URL("../../_images/button-home.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 128px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}
.button-home:hover {
	color: #fff;
}

.button-contact {
	background-image: URL("../../_images/button-contact.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 89px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	margin-right: 5px;
	border: none;
	font-weight: normal;
}
.button-contact:hover {
	color: #fff;
}
