@import url('font-awesome.css');
@charset "utf-8";

@font-face {
	font-family: 'Raleway';
	src: url('fonts/Raleway.eot');
	src: url('fonts/Raleway.eot?#iefix') format('Raleway'),
		url('fonts/Raleway.woff') format('woff'),
		url('fonts/Raleway.woff2') format('woff2'),
		url('fonts/Raleway.ttf') format('truetype'),
		url('fonts/Raleway.svg#Raleway') format('svg');
}

@font-face {
	font-family: 'RalewayBold';
	src: url('fonts/Raleway-Bold.eot');
	src: url('fonts/Raleway-Bold.eot?#iefix') format('Raleway-Bold'),
		url('fonts/Raleway-Bold.woff') format('woff'),
		url('fonts/Raleway-Bold.woff2') format('woff2'),
		url('fonts/Raleway-Bold.ttf') format('truetype'),
		url('fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}


ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#topcontrol {
	z-index: 2;
}
.grecaptcha-badge {
	z-index: 2;
}

a:hover {
	transition: color .3s;
}
strong {
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: 300;
	font-size: 16px;
	line-height: 27px;
	-webkit-text-size-adjust: none;
	color: #000;
	letter-spacing: 0.2px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x:hidden;
}
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus{
	outline: 0;
}
.clear {
	clear: both;
}

.red {
	color: #ff0000;
}

sup,
sub
{line-height: 0}



.auto-header {
	max-width: 90%;
	margin: 0 auto;
}

.nav {
	position: relative;
	z-index: 9999;
	width: 100%;
	/*margin-top:30px;*/
}

.logo {
	display: block;
	width: 256px;
	height: 60px;
	float: left;
	border: 0px;
	margin: 10px 0;
}

.logo img {
	max-width: 100%;
}

.fixed {
	position: fixed;
	z-index: 999;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(125, 161, 196, 0.97);
	border-bottom: none;
}

.fixed .logo {
	display: block;
	width: 180px;
	height: 59px;
	margin: 5px 0;
	background: url(../images/logo-white.png) no-repeat;
	background-size: 180px 42px;
}

.fixed .logo img {
	display: none;
}

.fixed #cssmenu {
	margin-top: 0;
}

.fixed #cssmenu>ul>li>a {
	color: #fff;
}

.fixed #cssmenu>ul>li:hover>a {
	background: #6c91b5;
	color: #fff;
}
.fixed #cssmenu ul li:hover>ul>li {
	background-color: rgba(125, 161, 196, 0.97);
}
.fixed #cssmenu ul ul li a {	
	color: #fff;	
}

.fixed #cssmenu ul ul li:hover>a,
.fixed #cssmenu ul ul li a:hover {
	background: #6c91b5;
	color: #fff;
}

.fixed #cssmenu>ul>li.has-sub>a::after {
	border-color: #fff;
}

#cssmenu>ul>li:nth-child(4)>ul>li:nth-child(1)>a {
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-size: 30px 13px;
	background-position: 82px 8px;
}

@media (min-width: 993px) and (max-width: 1279px) {
	.auto-header {
		max-width: 95%;
		margin: 0 auto;
	}

	.nav {
		position: relative;
		z-index: 9999;
		width: 100%;
	}

	.logo {
		width: 180px;
		height: 50px;
		float: left;
		border: 0px;
		margin: 10px 0;
	}

	.fixed .logo {
		display: block;
		width: 180px;
		height: 50px;
		background-size: 180px 42px;
	}

	#cssmenu>ul>li>a {
		padding: 20px 25px 20px 15px !important;
	}
	.submit_search button {
		font-size: 18px !important;
	}
	.fixed {
		position: fixed;
		z-index: 999;
		display: inline-block;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 992px) {
	.auto-header {
		max-width: 100%;
		margin: 0 auto;
	}

	.nav {
		position: relative;
		z-index: 9999;
		width: 100%;
		height: 136px;
		background: #fff;
	}

	.logo {
		width: 200px;
		height: 46px;
		border: 0px;
		margin: 20px 0;
		margin-left: 20px;
	}

	.fixed {
		position: relative;
		z-index: 999;
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		background-color: #363636;
	}
}

#cssmenu {
	font-family: 'Raleway', sans-serif;
	margin-top: 10px;
	margin-right: 0;
	float: right;
	font-size: 16px;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 199;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
}

#cssmenu>ul>li {
	float: left;
}

#cssmenu.align-center>ul {
	font-size: 0;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li>a {
	padding: 20px 25px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

/* #cssmenu>ul>li.active>a {
	color: #7da1c4;
} */

#cssmenu>ul>li:hover>a {
	background: #7da1c4;
	color: #fff;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
	position: absolute;
	top: 28px;
	right: 12px;
	width: 4px;
	height: 4px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	border-color: #000;
}

#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #fff;
}

#cssmenu>ul>li.has-sub.active>a::after {
	border-color: #fff;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
	height: auto;
	background: #fff;
}

#cssmenu ul ul li a {
	padding: 10px 15px;
	width: 350px;
	line-height: 22px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	background: #7da1c4;
	color: #fff;
}

#cssmenu ul ul li.has-sub>a::after {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	border-color: #000;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #000;
}

@media all and (max-width: 992px) {	
	#cssmenu {
		width: 100%;
		background: #7da1c4;
		margin: 0;
	}
	.headtop{
		display: none !important;
	}
	.fixed .headtop{
		display: none;
	}
	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center>ul,
	#cssmenu.align-right ul ul {
		text-align: left;
	}

	#cssmenu ul li,
	#cssmenu ul ul li,
	#cssmenu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		color: #FFF;
	}

	#cssmenu>ul>li>a {
		padding: 10px 20px !important;
	}

	#cssmenu>ul>li,
	#cssmenu.align-center>ul>li,
	#cssmenu.align-right>ul>li {
		float: none;
		display: block;
	}

	#cssmenu ul ul li a {
		padding: 10px 20px 10px 30px;
		font-size: 16px;
		color: #fff;
		background: #7da1c4;
	}

	.fixed #cssmenu ul li:hover>a,
	.fixed #cssmenu ul li a:hover,
	#cssmenu ul li:hover>a,
	#cssmenu ul li a:hover,
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		color: #fff;
		border: 0;
		background: #7da1c4;
	}

	.fixed #cssmenu>ul>li>a {
		color: #fff;
	}

	#cssmenu ul ul ul li a {
		padding-left: 40px;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}

	#cssmenu>ul>li.has-sub>a::after,
	#cssmenu ul ul li.has-sub>a::after {
		display: none;
	}

	#menu-line {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 15px 20px;
		color: #fff;
		cursor: pointer;
		font-size: 20px;
	}

	#cssmenu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff;
	}

	#cssmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 299;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	}

	#cssmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #fff;
		z-index: 99;
	}

	#cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #fff;
		z-index: 99;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		display: none;
	}

	#cssmenu>ul>li:nth-child(4)>ul>li:nth-child(1)>a {
		background-position: 105px 8px;
	}
}


.banner {
	width: 100%;
	height: 728px;
	background-color: #e6e6e6;
	overflow: hidden;
}

.banner ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.banner ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table;
}

.banner ul.flicks>li .flick-inner {
	height: 100%;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding-top: 80px;
}

.banner ul.flicks>li .flick-inner .flick-content {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.banner ul.flicks>li .flick-inner .flick-content .h1 {
	color: #333;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	margin: 20px 0;
	width: 100%;
	font-family: 'Raleway';
	letter-spacing: 2px;
	font-weight: 700;
}

.banner ul.flicks>li .flick-inner .flick-content p {
	font-family: 'Raleway';
	color: #333;
	line-height: 32px;
	text-align: center;
	font-size: 22px;
	width: 100%;
}

.banner-page .btn {
	padding: 2px 30px;
	clear: both;
	color: #FFF;
	font-weight: 700;
	border: 3px solid #7da1c4;
	background: #7da1c4;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	line-height: 40px;
	margin-top: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.banner-page .btn:hover {
	color: #333;
	transition: background-color .3s;
	border-radius: 5px;
	border: 3px solid #7da1c4;
	background: none;
}

.banner .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 5%;
	top: 10%;
	z-index: 100;
	overflow: hidden;
}

.banner .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.banner .arrow-navigation:hover,
.banner .arrow-navigation .arrow:hover {
	cursor: pointer;
}

.banner .arrow-navigation.left {
	left: 0%;
}

.banner .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("../images/arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: left
}

.banner .arrow-navigation.right {
	right: 0%
}

.banner .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("../images/arrow-right-light.png");
	background-repeat: no-repeat;
	background-position: right
}

.banner .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 0px;
}

.banner .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 0px;
}

.banner.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}

.banner.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}

.banner .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.banner .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px;
}

.banner .dot-navigation ul li {
	display: inline-block;
	float: none
}

.banner .dot-navigation .dot {
	width: 40px;
	height: 8px;
	margin: 0px 6px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}

.banner .dot-navigation ul li:last-child .dot {
	background-color: #ff0000;
}


.banner .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6);
}

.banner .dot-navigation .dot.active {
	background-color: #7da1c4;
}

@media (min-width: 769px) and (max-width: 1279px) {
	.banner {
		top: -74px;
		height: 600px;
	}

	.banner ul.flicks>li .flick-inner .flick-content {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.banner ul.flicks>li .flick-inner .flick-content .h1 {
		color: #333;
		text-align: center;
		font-size: 36px;
		line-height: 40px;
		margin: 20px 0;
		width: 100%;
	}

	.banner ul.flicks>li .flick-inner .flick-content p {
		color: #333;
		line-height: 28px;
		text-align: center;
		font-size: 24px;
		width: 100%;
	}

}

@media (max-width: 768px) {
	.banner {
		top: 0;
		height: 400px;
	}

	.banner ul.flicks>li .flick-inner {
		padding-top: 0;
	}

	.banner ul.flicks>li .flick-inner .flick-content {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.banner ul.flicks>li .flick-inner .flick-content .h1 {
		color: #333;
		text-align: center;
		font-size: 30px;
		line-height: 34px;
		margin: 20px 0;
		width: 100%;
	}

	.banner ul.flicks>li .flick-inner .flick-content p {
		color: #333;
		line-height: 27px;
		text-align: center;
		font-size: 18px;
		width: 100%;
	}

}


.tableimgshow {
	margin: 0 0 15px 0;
}

.tableimgshow tr,
.tableimgshow th,
.tableimgshow td {
	padding: 5px 12px;
	border-bottom: none;
	text-align: center;
	background: #fff;
}

table {
	border-collapse: collapse;
	margin: 10px 0 20px 0;
	width: 100%;
	border: 1px solid #ddd;
}

table tr,
table th,
table td {
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: .875rem;
}

table th,
table td {
	padding: 10px 12px;
	text-align: left;
}

table th {
	background: #7da1c4;
	color: #fff;
	text-transform: uppercase;
}

table tr td {
	background: #fff;
	color: #333;
}

table tr td a {
	color: #7da1c4;
	text-decoration: none;
}

table tr:nth-of-type(2n+2) td {
	background: #f5f5f5;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
	font-size: .875rem;
	padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
	padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
	display: inline-block;
	padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
	padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
	padding-bottom: 10px;
}


table.bt thead,
table.bt tbody th {
	display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
	border: none;
	display: block;
	vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
	content: attr(data-th) ": ";
	font-weight: 700;
	width: 30%;
	display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
	display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
	vertical-align: top;
	width: 55%;
	display: inline-block;
	padding-top: 10px;
}

.inquiry_btn {
	padding: 0.3em 0.8em;
	clear: both;
	color: #FFF;
	background-color: #a7c44c;
	text-decoration: none;
	border-radius: 10px 0 10px 0;
	font-size: 14px;
	display: inline-block;
}

.inquiry_btn:hover {
	color: #FFF;
	transition: background-color .3s;
	border-radius: 10px 0 10px 0;
	background: #94ae44;
}

h4 {
	font-size: 1em;
	margin: 0;
	padding: 8px 0 5px;
}

.right_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 60px 0 60px 0;
	background: #f6f6f6;
	margin: 30px 0;
	font-weight: 600;
}


.list_dl h1 {
	font-size: 18px;
	padding-left: 20px;
	color: #555;
	font-family: "Century Gothic";
	padding-top: 20px;
}

.list_dl h2 {
	font-size: 18px;
	padding-left: 20px;
	color: #6b8d00;
	font-weight: 700;
	padding-top: 10px;
}

.list_dt {
	color: #555;
	padding: 0 20px;
	line-height: 22px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.list_dt p {
	color: #555;
	font-size: 14px;
	padding: 5px 0;
}

.list_dt p a {
	color: #555;
	text-decoration: none;
}

.list_dt p a:hover {
	color: #6b8d00;
}

.list_dt:hover ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#open ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #a7c44c;
}

.list_dt_icon {
	position: absolute;
	right: 10px;
	top: 12px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/off.png") no-repeat;
}

#open .list_dt_icon {
	background: url("../images/open.png") no-repeat;
}

.list_dd {
	display: none;
}

.list_li {
	list-style-type: none;
	padding: 8px 0;
	line-height: 22px;
	font-size: 14px;
	padding-right: 10px;
}

.list_li a {
	color: #6b8d00;
	text-decoration: none;
}

.list_li a:hover {
	color: #333;
	text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1279px) {
	.right_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 60px 0 60px 0;
		background: #f6f6f6;
		margin: 30px 0;
		font-weight: 600;
	}

	
	.list_dl h1 {
		font-size: 18px;
		padding-left: 20px;
		color: #555;
		font-family: "Century Gothic";
		padding-top: 20px;
	}

	.list_dl h2 {
		font-size: 18px;
		padding-left: 20px;
		color: #6b8d00;
		font-weight: 700;
		padding-top: 10px;
	}

	.list_dt {
		color: #555;
		padding: 0 20px;
		line-height: 22px;
		cursor: pointer;
		overflow: hidden;
		text-overflow: ellipsis;
		position: relative;
	}

	.list_dt p {
		color: #555;
		font-size: 14px;
		padding: 5px 0;
	}

	.list_dt p a {
		color: #555;
		text-decoration: none;
	}

	.list_dt p a:hover {
		color: #6b8d00;
	}

	.list_dt:hover ._after {
		display: block;
		width: 3px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	#open ._after {
		display: block;
		width: 3px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #a7c44c;
	}

	.list_dt_icon {
		position: absolute;
		right: 10px;
		top: 12px;
		display: block;
		width: 16px;
		height: 16px;
		background: url("../images/off.png") no-repeat;
	}

	#open .list_dt_icon {
		background: url("../images/open.png") no-repeat;
	}

	.list_dd {
		display: none;
	}

	.list_li {
		list-style-type: none;
		padding: 8px 0;
		line-height: 22px;
		font-size: 14px;
	}

	.list_li a {
		color: #6b8d00;
		text-decoration: none;
	}

	.list_li a:hover {
		color: #333;
		text-decoration: none;
	}
}

@media (max-width: 768px) {
	.right_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 60px 0 60px 0;
		background: #f6f6f6;
		margin: 30px 0;
		font-weight: 600;
	}

	
	.list_dl h1 {
		font-size: 18px;
		padding-left: 20px;
		color: #555;
		font-family: "Century Gothic";
		padding-top: 20px;
	}

	.list_dl h2 {
		font-size: 18px;
		padding-left: 20px;
		color: #6b8d00;
		font-weight: 700;
		padding-top: 10px;
	}

	.list_dt {
		color: #555;
		padding: 0 20px;
		line-height: 22px;
		cursor: pointer;
		overflow: hidden;
		text-overflow: ellipsis;
		position: relative;
	}

	.list_dt p {
		color: #555;
		font-size: 14px;
		padding: 5px 0;
	}

	.list_dt p a {
		color: #555;
		text-decoration: none;
	}

	.list_dt p a:hover {
		color: #6b8d00;
	}

	.list_dt:hover ._after {
		display: block;
		width: 3px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	#open ._after {
		display: block;
		width: 3px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #a7c44c;
	}

	.list_dt_icon {
		position: absolute;
		right: 10px;
		top: 12px;
		display: block;
		width: 16px;
		height: 16px;
		background: url("../images/off.png") no-repeat;
	}

	#open .list_dt_icon {
		background: url("../images/open.png") no-repeat;
	}

	.list_dd {
		display: none;
	}

	.list_li {
		list-style-type: none;
		padding: 8px 0;
		line-height: 22px;
		font-size: 14px;
	}

	.list_li a {
		color: #6b8d00;
		text-decoration: none;
	}

	.list_li a:hover {
		color: #333;
		text-decoration: none;
	}
}


.pro_list {
	width: 98%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #e6e6e6 solid;
	padding: 10px 0;
	margin: 5px 0;
}

.pro_list_title {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.pro_list_title a {
	color: #2751a3;
	text-decoration: none;
}

.pro_list_title span {
	font-size: 14px;
	font-weight: normal;
}

.pro_inquriy_btn {
	float: right;
	display: inline-block;
	width: 200px;
}

.pro_inquriy_btn a {
	vertical-align: top;
	font-size: 14px;
	padding-left: 10px;
}

@media (min-width: 769px) and (max-width: 1279px) {
	.pro_list {
		width: 98%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px #e6e6e6 solid;
		padding: 10px 0;
		margin: 5px 0;
	}

	.pro_list_title {
		display: block;
		font-size: 18px;
		font-weight: 700;
	}

	.pro_list_title a {
		color: #2751a3;
		text-decoration: none;
	}

	.pro_list_title span {
		font-size: 14px;
		font-weight: normal;
	}

	.pro_inquriy_btn {
		float: right;
		display: inline-block;
		width: 200px;
	}

	.pro_inquriy_btn a {
		vertical-align: top;
		font-size: 14px;
		padding-left: 10px;
	}

	.inquiry_btn {
		padding: 0.3em 0.8em;
		clear: both;
		color: #FFF;
		background-color: #94ae44;
		text-decoration: none;
		border-radius: 10px 0 10px 0;
		font-size: 14px;
		display: inline-block;
		float: right;
	}

	.inquiry_btn:hover {
		color: #FFF;
		transition: background-color .3s;
		border-radius: 10px 0 10px 0;
		background: #ff9900;
	}
}

@media (max-width: 768px) {
	.pro_list {
		width: 98%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px #e6e6e6 solid;
		padding: 10px 0;
		margin: 5px 0;
	}

	.pro_list_title {
		display: block;
		font-size: 18px;
		font-weight: 700;
	}

	.pro_list_title a {
		color: #2751a3;
		text-decoration: none;
	}

	.pro_list_title span {
		font-size: 14px;
		font-weight: normal;
	}

	.pro_inquriy_btn {
		float: left;
		display: inline-block;
		width: 100%;
		margin: 5px 0;
	}

	.pro_inquriy_btn a {
		vertical-align: top;
		font-size: 14px;
		padding-left: 10px;
	}

	.inquiry_btn {
		padding: 0.3em 0.8em;
		clear: both;
		color: #FFF;
		background-color: #94ae44;
		text-decoration: none;
		border-radius: 10px 0 10px 0;
		font-size: 14px;
		display: inline-block;
		float: right;
	}

	.inquiry_btn:hover {
		color: #FFF;
		transition: background-color .3s;
		border-radius: 10px 0 10px 0;
		background: #ff9900;
	}
}


.related_title {
	font-size: 18px;
	font-weight: 700;
	padding: 20px 0;
}

.related_services li {
	width: 48%;
	display: inline-block;
	float: left;
	padding: 5px 0;
	font-size: 14px;
	background: url(../images/content.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 10px;
}

.related_services li a {
	color: #2751a3;
	text-decoration: none;
}

.related_services li a:hover {
	color: #6b8d00;
	text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1279px) {
	.related_title {
		font-size: 18px;
		font-weight: 700;
		padding: 20px 0;
	}

	.related_services li {
		width: 100%;
		display: inline-block;
		float: left;
		padding: 5px 0;
		font-size: 14px;
		background: url(../images/content.png);
		background-repeat: no-repeat;
		padding-left: 20px;
		background-position: 0 10px;
	}

	.related_services li a {
		color: #2751a3;
		text-decoration: none;
	}

	.related_services li a:hover {
		color: #6b8d00;
		text-decoration: none;
	}
}

@media (max-width: 768px) {
	.related_title {
		font-size: 18px;
		font-weight: 700;
		padding: 20px 0;
	}

	.related_services li {
		width: 100%;
		display: inline-block;
		float: left;
		padding: 5px 0;
		font-size: 14px;
		background: url(../images/content.png);
		background-repeat: no-repeat;
		padding-left: 20px;
		background-position: 0 10px;
	}

	.related_services li a {
		color: #2751a3;
		text-decoration: none;
	}

	.related_services li a:hover {
		color: #6b8d00;
		text-decoration: none;
	}
}



.pro_datesheets {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	margin: 0;
	padding-top: 10px;
}

.pro_datesheets a {
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	vertical-align: top;
}

.pro_datesheets a:hover {
	color: #6b8d00;
}


.pagenav {
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}

.pagenav a {
	margin-left: 8px;
	color: #333;
	text-decoration: none;
	border: 1px #d3d3d3 solid;
	padding: 2px 10px;
	border-radius: 5px;
}

.pagenav a:hover {
	color: #fff;
	text-decoration: none;
	background: #a7c44c;
	border: 1px #a7c44c solid;
}


.Inquiry_container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.Inquiry_container h1 {
	font-size: 36px;
	color: #a7c44c;
	font-family: "Century Gothic";
}

.Inquiry_form ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

.Inquiry_form li {
	position: relative;
	width: 100%;
	display: inline-block;
}

.Inquiry_form label {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 10px 0;
	font-size: 14px;
}
.Inquiry_form label big{
	font-size: 20px;
}
.inquiry-article .Inquiry_form input,
.inquiry-article .Inquiry_form textarea {
	background: #f0f0f0;
}
.Inquiry_form input {
	height: 38px;
	width: 96%;
	background: #fff;
	border: 0;
	padding-left: 10px;
	outline: none;
}

.Inquiry_form textarea {
	padding-left: 10px;
	width: 96%;
	background: #fff;
	border: 0;
	outline: none;
}

.Inquiry_form .submit {
	display: inline-block;
	text-align: center;
	padding: 1em 3em;
	clear: both;
	color: #fff;
	text-decoration: none;
	background-color: #a7c44c;
	border: 0px;
	cursor: pointer;
	border: 2px #a7c44c solid;
	font-weight: 700;
	margin-top: 10px;
}

.Inquiry_form .submit:hover {
	background: #fff;
	color: #000;
	transition: background-color .3s;
	border: 2px #a7c44c solid;
	font-weight: 700;
}

.Inquiry_form .Code {
	width: 50%;
}

.Inquiry_form textarea {	
	padding-top: 10px;
}

@media (min-width: 769px) and (max-width: 1279px) {
	.Inquiry_container {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}

	.Inquiry_container h1 {
		font-size: 36px;
		color: #a7c44c;
		font-family: "Century Gothic";
	}

	.Inquiry_form ul {
		list-style-type: none;
		list-style-position: outside;
		margin: 0px;
		padding: 0px;
	}

	.Inquiry_form li {
		position: relative;
		width: 100%;
		display: inline-block;
	}

	.Inquiry_form label {
		width: 100%;
		display: inline-block;
		text-align: left;
		padding: 10px 0;
		font-size: 14px;
	}

	.Inquiry_form input {
		height: 38px;
		width: 96%;
		background: #f0f0f0;
		border: 0;
		padding-left: 10px;
		outline: none;
	}

	.Inquiry_form textarea {
		padding-left: 10px;
		width: 96%;
		background: #f0f0f0;
		border: 0;
		outline: none;
	}

	.Inquiry_form .submit {
		display: inline-block;
		text-align: center;
		padding: 1em 3em;
		clear: both;
		color: #fff;
		text-decoration: none;
		background-color: #a7c44c;
		border: 0px;
		cursor: pointer;
		border: 2px #a7c44c solid;
		font-weight: 700;
		margin-top: 10px;
	}

	.Inquiry_form .submit:hover {
		background: #fff;
		color: #000;
		transition: background-color .3s;
		border: 2px #a7c44c solid;
		font-weight: 700;
	}

	.Inquiry_form .Code {
		width: 50%;
	}

	.Inquiry_form textarea {
		font-family: 'Raleway', sans-serif;
		padding-top: 10px;
	}
}

@media (max-width: 768px) {
	.Inquiry_container {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}

	.Inquiry_container h1 {
		font-size: 36px;
		color: #a7c44c;
		font-family: "Century Gothic";
	}

	.Inquiry_form ul {
		list-style-type: none;
		list-style-position: outside;
		margin: 0px;
		padding: 0px;
	}

	.Inquiry_form li {
		position: relative;
		width: 100%;
		display: inline-block;
	}

	.Inquiry_form label {
		width: 100%;
		display: inline-block;
		text-align: left;
		padding: 10px 0;
		font-size: 14px;
	}

	.Inquiry_form input {
		height: 38px;
		width: 96%;
		background: #f0f0f0;
		border: 0;
		padding-left: 10px;
		outline: none;
	}

	.Inquiry_form textarea {
		padding-left: 10px;
		width: 96%;
		background: #f0f0f0;
		border: 0;
		outline: none;
	}

	.Inquiry_form .submit {
		display: inline-block;
		text-align: center;
		padding: 1em 3em;
		clear: both;
		color: #fff;
		text-decoration: none;
		background-color: #a7c44c;
		border: 0px;
		cursor: pointer;
		border: 2px #a7c44c solid;
		font-weight: 700;
		margin-top: 10px;
	}

	.Inquiry_form .submit:hover {
		background: #fff;
		color: #000;
		transition: background-color .3s;
		border: 2px #a7c44c solid;
		font-weight: 700;
	}

	.Inquiry_form .Code {
		width: 50%;
	}

	.Inquiry_form textarea {
		font-family: 'Raleway', sans-serif;
		padding-top: 10px;
	}
}

.successinfo {
	line-height: 30px;
	line-height: 22px;
	color: #888888;
	padding-right: 20px;
	padding-bottom: 20px;
}

.successinfo table {
	border: 0 !important;
}

.successinfo .iconarea {}

.successinfo .iconarea .iconunit {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #a7c44c;
	color: #ffffff;
	line-height: 40px;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	z-index: 9;
}

.successinfo .tit {
	font-size: 20px;
	font-weight: 700;
	color: #a7c44c;
	display: block;
}

.successinfo .iconarea .iconunit img {
	top: 10px;
	left: 5px;
	position: absolute;
	z-index: 10;
}

.Inquiry_success strong {
	display: inline-block;
	width: 22%;
}

.Inquiry_success li {
	padding-bottom: 5px;
	padding-top: 5px;
}


.contact_bottom {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #55565a;
}

.contact_container {
	/* max-width: 90%;
	margin: 40px auto; */
	max-width: 95%;
	margin: 40px 0 10px 5%;
	padding: 0;
	position: relative;
	height: auto;
	overflow: hidden;
	color: #fff;
}
.contact_container h2{
	color: #fff !important;
}
.contact_item .btn:hover {
	color: #FFF;
	transition: background-color .3s;
	background: #94ae44;
}

.customer_bottom img {
	text-align: center;
}

.customer_bottom p {
	text-align: center;
	font-size: 14px;
}

.contact_bottom h4 {
	color: #fff;
	padding: 0;
}

@media (min-width: 1280px) {}

@media (min-width: 769px) and (max-width: 1279px) {}

@media (max-width: 768px) {}

.bottom_cop {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	background-color: #363636;
	font-size: 14px;
}


.services-container {
	position: static;
	max-width: 1200px;
	margin: 50px auto;
}

.services-container p {
	line-height: 30px;
	margin: 0;
	padding-bottom: 20px;
}

.services-container p a {
	color: #2f57a6;
	text-decoration: none;
}

.inpage_left {
	width: 800px;
	height: auto;
	overflow: hidden;
	display: inline-block;
}

.inpage_section_title {
	margin: 0 auto;
	font-family: "Century Gothic";
	text-align: left;
}

.inpage_section_title h1 {
	font-size: 28px;
}

.inpage_section_title hr {
	height: 4px;
	width: 70px;
	text-align: left;
	position: relative;
	background: #a7c44c;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
	display: inline-block;
}

.ServiceShowPic {
	font-size: 0.75em;
	text-align: center;
	line-height: 1.7em !important;
	color: #666666;
}

.ServiceShowPic img {
	margin: auto;
}

.ServiceShowleftPic {
	float: left;
	margin-right: 15px;
	text-align: center;
	color: #666666;
	display: inline-block;
}

.ServiceShowrightPic {
	float: right;
	margin-left: 15px;
	text-align: center;
	color: #666666;
	display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
	font-size: 0.75em;
	text-align: center;
	line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

.ullist {
	padding: 0px 0px 10px 19px;
	margin: 0px;
}

.ollist {
	padding: 0px 0px 10px 19px;
	margin: 0px;
}
.ullist li {
	list-style: disc ;
}
.ollist li {
	list-style: decimal;
}

.ollist .ullist li {
	list-style: disc ;
}

.ullist .ullist li{
	list-style: circle  ;
}

.ollist li a,
.ullist li a{
	color: #7da1c4;
}
.ollist li a:hover,
.ullist li a:hover{
	text-decoration: underline;
}
.disc li{
	list-style: disc !important;
}
.roman li{
	list-style: lower-roman !important;
}
.hollow-disc li{
	list-style-type:circle !important;
}

.decimal li {
	list-style: decimal !important;
}


.greek li {
	list-style: lower-greek !important;
}

.latin li {
	list-style: lower-latin !important;
}

.upper-latin li {
	list-style: upper-latin !important;
}

.Reference {
	padding-bottom: 0px;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #888888 !important;
}

.Referencemargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0px !important;
}

.Referencemargin strong {
	font-size: 14px !important;
}

.Referencemargin li {
	padding-bottom: 8px !important;
}

.tablecontentshow {
	margin: auto auto 15px auto;
}

.tablecontentshow td {
	padding: 8px;
}

.tablecontentshow .servicetheadbg {
	background-color: #7da1c4;
	color: #ffffff;
}


@media (min-width: 769px) and (max-width: 1279px) {
	.services-container {
		position: static;
		max-width: 95%;
		margin: 50px auto;
	}

	.services-container p {
		line-height: 30px;
		margin: 0;
		padding-bottom: 20px;
	}

	.services-container p a {
		color: #2f57a6;
		text-decoration: none;
	}

	.inpage_left {
		width: 60%;
		height: auto;
		overflow: hidden;
		display: inline-block;
	}

	.inpage_section_title {
		margin: 0 auto;
		font-family: "Century Gothic";
		text-align: left;
	}

	.inpage_section_title h1 {
		font-size: 28px;
	}

	.inpage_section_title hr {
		height: 4px;
		width: 70px;
		text-align: left;
		position: relative;
		background: #a7c44c;
		margin: 0 auto;
		margin-bottom: 20px;
		border: 0;
		display: inline-block;
	}

	.ServiceShowleftPic,
	.ServiceShowrightPic {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.ServiceShowleftPic img,
	.ServiceShowrightPic img {
		margin-bottom: 15px;
	}

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 768px) {
	.services-container {
		position: static;
		max-width: 95%;
		margin: 50px auto;
	}

	.services-container p {
		line-height: 30px;
		margin: 0;
		padding-bottom: 20px;
	}

	.services-container p a {
		color: #2f57a6;
		text-decoration: none;
	}

	.inpage_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: inline-block;
	}

	.inpage_section_title {
		margin: 0 auto;
		font-family: "Century Gothic";
		text-align: left;
	}

	.inpage_section_title h1 {
		font-size: 28px;
	}

	.inpage_section_title hr {
		height: 4px;
		width: 70px;
		text-align: left;
		position: relative;
		background: #a7c44c;
		margin: 0 auto;
		margin-bottom: 20px;
		border: 0;
		display: inline-block;
	}

	.ServiceShowleftPic,
	.ServiceShowrightPic {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.ServiceShowleftPic img,
	.ServiceShowrightPic img {
		margin-bottom: 15px;
	}

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive table {
		width: 770px;
	}
}

.Searchresult li {
	padding-bottom: 5px !important;
}

.Searchnoresult {
	line-height: 30px;
	line-height: 22px;
	color: #888888;
	padding-right: 20px;
	padding-bottom: 20px;
}

.Searchnoresult table {
	border: 0 !important;
}

.Searchnoresult .iconarea {}

.Searchnoresult .iconarea .iconunit {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #ff0000;
	color: #ffffff;
	line-height: 40px;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	z-index: 9;
}

.Searchnoresult .tit {
	font-size: 20px;
	font-weight: 700;
	color: #ff0000;
	display: block;
}

.Searchnoresult .iconarea .iconunit img {
	top: 10px;
	left: 5px;
	position: absolute;
	z-index: 10;
}


.E404 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.E404 {
	width: 510px;
	margin: 70px auto auto auto;
	border: 0px solid #ff0000;
}

.E404 .Etit {
	font-size: 25px;
	line-height: 35px;
	color: #525151;
}

.E404 .content {
	color: #767676;
}

.E404 a {
	color: #525151;
	text-decoration: none;
}

.E404 .btn {
	border: 1px solid #dddddd;
	padding: 5px 10px 5px 10px;
	/* border-radius: 5px; */
	margin-right: 10px;
	background-color: #efefef;
}

.E404 .btn:hover {
	background-color: #7da1c4;
	color: #ffffff;
}

@media only screen and (max-width: 1024px) {
	.E404 {
		width: 90%;
		margin: 0px auto auto auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}


.Services_bg {
	background: url(../images/Services_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.Application_bg {
	background: url(../images/Application_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.products_bg {
	background: url(../images/products_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.about_bg {
	background: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.contact_bg {
	background: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.banner_inpage {
	width: 100%;
	position: relative;
	background-size: cover;
}

.auto-container .h1 {
	font-family: 'Raleway';
	color: #393939;
	/* text-transform: uppercase; */
	width: 100%;
	margin: 15px 0;
	letter-spacing: 1px;
}

.Product-container .h1 {
	font-family: 'Raleway';
	color: #393939;
	/* text-transform: uppercase; */
	width: 100%;
	margin: 15px 0;
	font-size: 30px;
	letter-spacing: 1px;
	padding: 5px 0 7px;
}

.auto-container p {
	color: #FFF;
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	padding-top: 15px;
	text-align: center;
	line-height: 28px;
}

@media (min-width: 1280px) {
	.banner_inpage {
		height: 180px;
	}	
	.auto-container {
		/* margin: 10px auto; */
		/* padding: 140px 0 0 0; */
	}

	.auto-container h1 {
		font-size: 36px;
		line-height: 50px;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.banner_inpage {
		height: 260px;
	}
	.auto-container {
		width: 95%;
		margin: 0 auto;
		padding: 120px 0 0 0;
	}

	.auto-container h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 768px) {
	.banner_inpage {
		height: 240px;
	}
	.auto-container {
		width: 100%;
		margin: 0 auto;
		/* padding: 90px 0 90px 0; */
		/* position: absolute; */
	}
	.auto-container h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

.bread-crumb {
	position: relative;
	font-size: 14px;
	margin-bottom: 5px;
}

.bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 13px;
	margin-right: 24px;
	color: #7da1c4;
	line-height: 24px;
}

.bread-crumb li:last-child {
	margin-right: 0px;
}

.bread-crumb li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -20px;
	top: -1px;
	width: 10px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}

.bread-crumb li:last-child:after {
	display: none;
}

.bread-crumb li a {
	color: #666;
	font-weight: 400;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration: none;
}

.bread-crumb li a:hover {
	color: #7da1c4;
}


.social-icon-two {
	padding-top: 15px;
	list-style-type: none;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.social-icon-two li {
	margin-right: 15px;
	margin-left: 0px;
	float: left;
}

.social-icon-two li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #7da1c4;
	color: #55565a;
	font-size: 16px;
	text-align: center;
}

.social-icon-two li a:hover {
	color: #fff;
}


.col-sm-6 {
	padding-bottom: 20px;
}

.col-sm-6 h2 {
	margin: 0;
}

.list-style-two {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding-top: 15px;
}

.list-style-two li {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	color: #dddddd;
	line-height: 30px;
	padding-left: 27px;
}
.list-style-two.serviceslisttwo li{
	padding-left: 0;
}
.list-style-two li .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 30px;
	color: #dddddd;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	border-radius: 100%;
	padding-top: 5px;
}

.list-style-two li .fa-map-marker {
	font-size: 18px;
}

.list-style-two li a {
	color: #dddddd;
	text-decoration: none;
}

.list-style-two li a:hover {
	color: #fff;
	text-decoration: underline;
}



.about-missionbox{
	background: url(../images/about-missionbox.jpg)  no-repeat;
	background-position: right center;
	display: table;
	width: 100%;
	min-height: 120px;
	padding: 0 !important;
	margin: 5px 0 15px 0 !important;
	border-radius: 20px;
	color: #fff;
}
.about-missionbox span{
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	/* font-weight: bold; */
}
@media (min-width: 769px) {
	.about-missionbox span{
		font-size: 20px;
		line-height: 32px
	}
}

@media (max-width: 768px) {
	.about-missionbox span{
		font-size: 18px;
		line-height: 28px
	}
}

.inquiry-tablebox,
.inquiry-tablebox tr,
.inquiry-tablebox tr td{
	border: 0;
	padding: 0;
	background: #fff;
	line-height: 22px;
	margin: 0;
}

.inquiry-check{
	text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #7da1c4;
    color: #ffffff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
	z-index: 9;
}

.inquiry-check img{
	top: 10px;
    left: 5px;
    position: absolute;
    z-index: 10;
}
.inquiry-successfully{
	font-size: 24px !important;
	color: #7da1c4 !important;
	font-weight: bold;
	margin-bottom: 0;	
}
.fullpage-webimarok {
	padding: 0 75px !important;
}
.w-p-list-add > div {
	margin-top: 30px;
}


:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

.an-1 {
    transition: all ease .3s;
    transform: translateY(0);
}
.an-1:hover {
    box-shadow: var(--bs-box-shadow-lg) !important;
    transform: translateY(-10px);
}
.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
em {
	display: contents;
}


.carousel-container {
    margin:auto;
    overflow: hidden;
    position: relative;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}
.carousel-item-card {
   flex: 0 0 auto;
   box-sizing: border-box;
   overflow-wrap: break-word !important; word-wrap: break-word !important;
   height:100%;
}
/*.carousel-item img {
    width: 100%;
    vertical-align: middle;
    border-radius: 8px;
}*/
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--v);
    color: #fff;
    width:40px;
    height:40px;
    cursor: pointer;
    font-size:20px;
    border-radius: 40px;
    text-align: center;
    line-height:40px;
    z-index: 1;
    user-select: none;
}
.carousel-arrow:hover{background-color:#7da1c4;}
.carousel-arrow.left {
    left: 10px;
}
.carousel-arrow.right {
    right: 10px;
}
.carousel-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.carousel-dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.carousel-dot.active {
    background-color: #444;
}