@font-face {
	font-family: 'opensans';
	src: url('../fonts/opensans.eot');
	src: url('../fonts/opensans.eot?#iefix') format('opensans'),
		url('../fonts/opensans.woff2') format('woff2'),
		url('../fonts/opensans.woff') format('woff'),
		url('../fonts/opensans.ttf') format('truetype'),
		url('../fonts/opensans.svg#opensans') format('svg');
}

.scrolltopcontrol {
	width: 50px;
	height: 50px;
	background-color: #005caa;
	border-radius: 50px;
}
.scrolltopcontrol:before {
	content: "\f077";
	font-family: 'FontAwesome';
	cursor: pointer;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 10px;
}
#topcontrol {
	z-index: 9999;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #32305e;
	transition: all .3s;
}
a:hover {	
	color: #005caa;	
	font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'opensans', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1px;
}
p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 12px;
}
.center {
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'opensans', Arial, sans-serif;
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	-webkit-text-size-adjust: none;
	/*color: #32305e;*/
	color: #2a2f33;
	letter-spacing: 0.1px;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	vertical-align: top;
}
sub, sup {
   position: relative;
   font-size: 50%;
   line-height: 0;
}
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: 0;
}
.btn {
	font-family: 'opensans', Arial, sans-serif;
	padding: 0.5em 2.7em;
	clear: both;
	color: #fff;
	background-image: -moz-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
	background-image: -webkit-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
	background-image: -ms-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
	text-decoration: none;
	font-size: 18px;
	margin-top: 15px;
	display: inline-block;
	font-weight: bold;
	word-spacing: 0.2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
}
.btn:hover {
	color: #fff;
	font-weight: normal;
	background: #005caa;
}
.row {
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
}
.pageheadline {
	display: none;
}
.clear {
	clear: both;
}


.menu-mobile {
	display: none;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
.menu-mobile:after {
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 1.5rem;
	padding: 9px 0 0 0;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	color: #fff;
}
.navi-submenu:before {
	content: "\f105";
	font-family: "FontAwesome";
	display: none;
	cursor: pointer;
	float: right;
	color: #333;
	display: block;
	padding: 2px 1em 0 0;
}
.navi-menu-4,
.navi-menu-5 {
	display: none;
}
.menu {
	width: 100%;
	text-align: right;
	padding: 0;
	z-index: 9999;
}
.menu>ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.menu>ul:before,
.menu>ul:after {
	content: "";
	display: table;
}
.menu>ul:after {
	clear: both;
}
.menu>ul>li {
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.menu>ul>li a {
	text-decoration: none;
	padding: 1.25em 1.5em;
	color: #272727;
	display: inline-block;
}
@media (min-width: 1025px) and (max-width: 1279px) {
	.menu>ul>li a {
		padding: 1.25em 1.05em;
	}
}
.menu>ul>li.switch-btn a {
	padding: 1.2em;
}
.menu>ul>li>a {
	color: #272727;	
	font-family: "opensans";
	text-transform: uppercase;
}

.menu>ul>li:hover {
	transition: background-color .3s;
	background: #f2f2f2;
}
.menu>ul>li:hover>a{
	color: #0087db;
}
.menu>ul>li:nth-child(6)>a {
	padding: 0.4em 1em;
	background: #0087db;
	color: #fff;
}
.menu>ul>li:nth-child(6):hover>a {
	background: #005caa;
	color: #fff;
}

.menu>ul>li>ul {
	display: none;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 9999;
	top: 70px;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	-moz-box-shadow: 0 0 5px #eee;
	-webkit-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
	border-radius: 0 0 5px 5px;
	height: auto;
	overflow: hidden;
}

.menu>ul>li>ul>li {
	margin: 0;
	list-style: none;
	display: inline-block;
	font-weight: bold;
}

.normal-sub>li{
	padding-bottom: 0 !important;
}

.menu>ul>li>ul>li>a:hover{
	color: #333;
}

.menu>ul>li>ul>li a {
	padding: .1em 1.5em;
	width: 85%;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #aaa;
}
.menu>ul>li>ul>li>a {
	font-size: 14px;
}
.menu>ul>li>ul>li a span {
	float: right;
	text-align: right;
	padding-right: 10px;
}

.menu>ul>li>ul>li>ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
	content: "";
	display: table;
}

.menu>ul>li>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li>ul>li {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 14px;
	padding: 0;
}

.menu>ul>li>ul>li>ul>li a {
	border: 0;
	color: #333;
	width: auto;
}

.menu>ul>li>ul>li>ul>li a:hover {
	border: 0;
	color: #5a9ed6;
}

.navi-submenu ul{
	display: none;
}

@media (min-width: 1025px) {
	.menu>ul>li>ul {
		background-color: rgba(255, 255, 255, 1);
		padding: 20px 0;
	}
	.menu>ul>li>ul::before {
		display: inline-block;
		content: "";
		width: 1px;
		position: absolute;
		top: 20px;
		left: 34%;
		z-index: 99;
		background: #aaa;
	}
	.menu>ul>li>ul::after {
		display: inline-block;
		content: "";
		width: 305px;
		height: 192px;
		position: absolute;
		top: 70px;
		left: 37%;
	}
	.menu>ul>li>ul>li {
		display: block;
		width: 33%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.menu>ul>li>ul>li>a {
		border: 0;
		padding: .4em .5em .4em 15px;
		/*overflow: hidden;
        white-space: nowrap;
		text-overflow:ellipsis;*/
		width: 90%;
	}	
	.menu-depth-1>.menu-item-has-children>.navi-submenu {
		display: inline-block;
		cursor: pointer;
	}
	.menu-depth-2>.menu-item-has-children>.navi-submenu {
		display: inline-block;
		cursor: pointer;
	}
	.menu>ul>li>ul>li .navi-submenu {
		float: right;
		margin-top: 5px;
	}
	.menu>ul>li>ul>li>.navi-submenu:before {
		padding: 2px 1em 0 0;
	}
	.menu>ul>li>ul>li.menu-on {
		cursor: pointer;
	}
	.menu>ul>li>ul>li.menu-on>a {
		color: #0076bd;
	}
	.menu>ul>li>ul>li.menu-on>.navi-submenu:before {
		color: #0076bd;
	}
	.menu>ul>li>ul>li>ul {
		display: none;
		width: 66%;
		position: absolute;
		top: 20px;
		left: 36%;
		z-index: 99;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		background: #fff;
	}	
	.menu>ul>li:nth-child(2)>ul>li>ul>li>ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		column-width: 100%;
		column-gap: 10px;
		width: 100% !important;
	}
	.menu>ul>li:nth-child(2)>ul>li>ul>li>ul>li {
		break-inside: avoid;
	}

	/*.menu>ul>li>ul>li>ul>li>ul>li {	
		height: 32px;
	}
	.menu>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(1)>ul>li {
		height: 24px;
	}*/
	.menu>ul>li>ul>li>ul>li.menu-on>a {
		color: #0076bd;
	}
	.menu>ul>li>ul>li>ul>li.menu-on>.navi-submenu:before {
		color: #0076bd;
	}
	.menu>ul>li>ul>li>ul>li>a {
		display: inline-block;
		width: 85%;
		line-height: 24px;
		padding: .4em 1em;
	}
	.menu>ul>li>ul>li>ul>li>ul {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		width: 30%;
		border-left: 1px solid #aaa;
		background-color: rgba(255, 255, 255, 1);
	}
	.menu>ul>li>ul>li>ul>li>ul a {
		display: block;
		font-size: 13px;
		line-height: 24px;
		padding: .1em 1em;
		/*overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;*/
	}
	.menu>ul>li>ul {
		height: 320px;
	}
	.menu>ul>li>ul>li {
		width: 33%;
	}
	.menu>ul>li>ul::before {
		height: 280px;
		left: 33%;
	}
	.menu>ul>li>ul>li>ul {
		width: 33%;
		height: 280px;
		left: 33%;
	}
	.menu>ul>li>ul>li>ul>li>ul {
		width: 100%;
		height: 280px;
		left: 100%;
	}	
	.menu>ul>li:nth-child(2)>ul {
		height: 430px;
	}
	.menu>ul>li:nth-child(2)>ul>li {
		width: 25%;
	}
	.menu>ul>li:nth-child(2)>ul::before {
		height: 420px;
		left: 25%;
	}
	.menu>ul>li:nth-child(2)>ul>li>ul {
		width: 25%;
		height: 410px;
		left: 25%;
	}
	.menu>ul>li:nth-child(2)>ul>li>ul>li>ul {
		width: 200%;
		height: 410px;
		left: 100%;
	}
}

@media (min-width: 1280px) {
	.menu>ul>li>ul {
		height: 280px;
	}
	.menu>ul>li>ul::before {
		height: 260px;
	}
	.menu>ul>li>ul>li>ul {
		height: 260px;
	}
	.menu>ul>li>ul>li>ul>li>ul {
		height: 260px;
	}		
	.menu>ul>li:nth-child(2)>ul {
		height: 430px;
	}
	.menu>ul>li:nth-child(2)>ul>li {
		width: 25%;
	}
	.menu>ul>li:nth-child(2)>ul::before {
		height: 420px;
		left: 25%;
	}
	.menu>ul>li:nth-child(2)>ul>li>ul {
		width: 25%;
		height: 410px;
		left: 25%;
	}
	.menu>ul>li:nth-child(2)>ul>li>ul>li>ul {
		width: 155%;
		height: 410px;
		left: 100%;
	}
}

.menu>ul>li>ul.normal-sub {
	width: 300px;
	height: auto;
	left: auto;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
}
.menu>ul>li>ul.normal-sub::before {
	display: none;
}
.menu>ul>li>ul.normal-sub>li {
	width: 100%;
}
.menu>ul>li>ul.normal-sub>li a {
	width: 100%;
	border: 0;
	padding: .3em .5em;
	font-weight: bold;
	color: #444;
	line-height: 24px;
}
.menu>ul>li>ul.normal-sub>li span.navi-submenu {
	display: none;
}
.menu>ul>li>ul.normal-sub>li ul.navi-menu-3 {
	display: none !important;
}
.menu>ul>li>ul.normal-sub>li.menu-on>a {
	background: none;
}
.menu>ul>li>ul.normal-sub>li a:hover {
	color: #0076bd;
}

@media only screen and (max-width: 1024px) {
	.menu-container {
		width: 100%;
	}
	.menu-mobile {
		display: block;
		font-size: 18px;
	}
	.menu-dropdown-icon:before {
		display: block;
		padding: 1.5em 2em;
	}
	.menu>ul {
		margin: 0;
		display: none;
		padding: 0;
		background-color: #f5f5f5;
	}
	.menu>ul>li {
		width: 100%;
		float: none;
		display: block;
		position: relative;
		border-bottom: 1px solid #ccc;
	}
	.menu>ul>li a {
		padding: 0.7em;
		width: 100%;
		color: #272727;
		display: block;
	}
	.menu>ul>li.switch-btn a {
		padding: 0.7em;
	}
	.menu>ul>li:hover {
		background: #f5f5f5;
	}
	.menu>ul>li:hover>a{
		color: #005caa;
	}
	.menu>ul>li>ul {
		position: relative;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		column-width: 100%;
		column-gap: 0;
		padding: 1%;
	}
	.menu>ul>li>ul {
		background: rgba(0, 0, 0, 0);
		top: 0;
	}
	.menu>ul>li>ul.normal-sub {
		width: 100%;
	}
	.menu>ul>li>ul>li {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.menu>ul>li>ul>li:first-child {
		margin: 0;
	}
	.menu>ul>li>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul>li>ul>li {
		float: none;
	}
	.menu>ul>li>ul.normal-sub>li a {
		color: #272727;
	}
	.menu .show-on-mobile {
		display: block;
	}
	.menu .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;
	}
	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #272727;
		z-index: 99;
	}
	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #272727;
		z-index: 99;
	}
	.navi-submenu {
		display: none;
	}
	.navi-menu-4 {
		display: none;
	}
	.menu>ul>li>ul>li a {
		width: 100%;
		padding-left: 5px;
	}
	.menu>ul>li>ul>li>ul>li a{
		font-weight: normal;
	}
	.menu>ul>li>ul>li>ul>li>ul>li a {
		padding: 0 2.5em;
		font-weight: normal;
	}
}

.nav-images{
	margin:0;
	position: absolute;
	top: 20px;
	right:0;
	width: 75%;
	z-index: 99999;
	padding: 0 10px;
	display: none;
}
.nav-images img{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.nav-images .col-md-4{ padding: 0 10px;}
.nav-images a{ width: 100% !important; padding: 0 !important; border: none !important;}
.nav-images .title{ font-weight: bold; font-size: 15px; padding-bottom: 4px; padding-top: 10px;}
.nav-images .desc{font-size: 13px; line-height: 20px;}
.nav-images a:hover .title{ color: #0076bd; }

@media only screen and (max-width: 1024px) {
	.nav-images{
		display: none !important;
		position: inherit;
		width: 100% !important;
	}
}
@media only screen and (max-width: 991px) {
	.nav-images .col-md-4{ width: 100% !important;}
}
.banner {
	position: relative;
	width: 100%;
	/*height: 760px;*/
	height: 86vh;
	min-height: 500px;
	background-color: #fff;
	overflow: hidden;
}
.banner ul.flicks {	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998;
	width: 10000%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.banner ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	background-position: center;
	background-size: cover;
	display: table;	
	position: relative;
}
.banner ul.flicks>li .flick-inner {
	position: relative;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	padding-top: 0;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}
.banner ul.flicks>li .flick-inner .flick-content {
	max-width: 1280px;
	padding: 0 25px;
	margin-left: auto;
	margin-right: auto;
}
.banner ul.flicks>li .flick-inner .flick-content h1,
.banner ul.flicks>li .flick-inner .flick-content h2 {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 58px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 45%;
}
.banner ul.flicks>li .flick-inner .flick-content p {
	color: #fff;
	line-height: 36px;
	text-align: left;
	font-size: 18px;
	width: 45%;
}
.banner .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 80px;
	top: 10%;
	z-index: 999;
	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 .dot-navigation {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.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: 30px;
	height: 8px;
	margin: 0px 6px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-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 .dot:hover {
	cursor: pointer;
	background-color: #0087db;
}
.banner .dot-navigation .dot.active {
	background-color: #0087db;
}
.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 {
	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_inpage {
	width: 100%;
	position: relative;
	height: 320px;
}
.banner-table {
	width: 100%;
	display: table;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	padding-top: 0;
}
.banner-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.auto-container {
	margin: 0 auto;
	max-width: 1280px;
    padding: 36px;
}
.auto-container h1 {
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0;
	letter-spacing: 0.1px;
	font-size: 36px;
	line-height: 42px;
}
.auto-container p {
	color: #fff;
	text-align: center;
}

@media (max-width: 1024px) {
	.banner {
		height: 500px;
	}
	.banner ul.flicks>li .flick-inner {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.banner ul.flicks>li .flick-inner .flick-content {
		text-align: center;
		max-width: 80%;
	}
	.banner ul.flicks>li .flick-inner .flick-content h1,
	.banner ul.flicks>li .flick-inner .flick-content h2 {
		width: 100%;
		text-align: center;
	}
	.banner ul.flicks>li .flick-inner .flick-content p {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 700px) {
	.banner ul.flicks>li .flick-inner .flick-content {
		max-width: 100%;
	}
	.auto-container h1,
	.banner ul.flicks>li .flick-inner .flick-content h1,
	.banner ul.flicks>li .flick-inner .flick-content h2 {
		font-size: 24px;
		line-height: 35px;
	}
	.banner ul.flicks>li .flick-inner .flick-content p {
		line-height: 27px;
		font-size: 15px;
	}
	.banner .btn {
		padding: 0.3em 2em;
		font-size: 16px;
	}
}


table {
	border-collapse: collapse;
	margin: 1.25em 0 0;
	width: 100%;
	border: 1px solid #ddd;
}
table tr,
table th,
table td {
	border: 1px solid #ddd;
}
table th,
table td {
	padding: 8px 12px;
	text-align: left;
	line-height: 26px;
}
table thead tr {
	background-image: -moz-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
	background-image: -webkit-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
	background-image: -ms-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
}
table th {
	color: #fff;
	font-size: 1em;
}
table tr td {
	background: #fff;
	color: #272727;
	font-size: 0.9em;
}
table tr td a {
	text-decoration: none;
}
table tr:nth-of-type(2n+2) td {
	background: #f9f9f9;
}
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: bold;
	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;
}

.pagenav {
	text-align: right;
	font-size: 14px;
	text-decoration: none;
	margin: 10px 0 0;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.pagenav .pagination li {
	display: inline-block;
}
.pagenav .pagination li a.active {
	color: #005caa;
	text-decoration: none;
	background: #f2f3f9;
}
.pagenav a {
	margin-left: 5px;
	color: #272727;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 5px;
}
.pagenav a:hover {
	color: #005caa;
	text-decoration: none;
	background: #f2f3f9;
}
.successinfo {
	padding-left: 2px;
	line-height: 30px;
	color: #888888;
	padding-right: 2px;
	padding-bottom: 20px;
}
.successinfo table{
	border: none !important;
}
.successinfo .iconarea .iconunit {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #7b9d3c;
	color: #ffffff;
	line-height: 40px;
	font-weight: bolder;
	font-size: 22px;
	position: relative;
	z-index: 9;
}
.successinfo .tit {
	font-size: 26px;
	font-weight: bold;
	color: #7b9d3c;
	display: block;
	padding: 6px 0 15px 0;
}
.successinfo .iconarea .iconunit img {
	top: 10px;
	left: 5px;
	position: absolute;
	z-index: 10;
}
.bread-crumb {
	position: relative;
	font-size: 15px;
	padding: 12px 25px 12px;
	max-width: 1280px;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
}
.bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 0.95em;
	margin-right: 20px;
	color: #0085bb;
	line-height: 30px;
}
.bread-crumb li span {
	font-size: 1.5em;
	padding-top: 1px;
	vertical-align: middle;
}
.bread-crumb li:last-child {
	margin-right: 0px;
}
.bread-crumb li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -18px;
	top: 2px;
	width: 10px;
	line-height: 26px;
	font-size: 16px;
	color: #888;
}
.bread-crumb li:last-child:after {
	display: none;
}
.bread-crumb li a {
	color: #888;
	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: #0085bb;
}
h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 15px 0 8px 0;
}
h4 {
	font-size: 1.05em;
	margin: 0;
	padding: 10px 0 5px 0;
}
.container-left h3,.right-container h3,.container-left h4,.right-container h4 {
	font-family: 'opensans', Arial, sans-serif;
	font-weight: bold;
}
.service-tit {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.service-tit h2 {
	position: relative;
	font-size: 1.7em;
	padding-bottom: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.service-tit h2::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #00a7fe;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.service-tit .col-md-3 {
	text-align: right;
}
.service-tit .btn{
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0.2em 2em;
	color: #fff;
}

@media (max-width: 991px) {
	.service-tit .col-md-3 {
		text-align: left;
	}
	.service-tit .btn {
		border-radius: 0;
		margin-top: 10px;
	}
}
.serviceshowpic {
	font-size: 0.95em;
	text-align: center;
	line-height: 1.7em !important;
	color: #666666;
}
.serviceshowpic img {
	margin: auto;
}
.serviceshowleftpic {
	float: left;
	margin-right: 20px !important;
	padding-bottom: 5px !important;
	text-align: center;
	color: #666666;
	display: inline-block;
}
.serviceshowrightpic {
	float: right;
	margin-left: 20px !important;
	padding-bottom: 5px !important;
	text-align: center;
	color: #666666;
	display: inline-block;
}
.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
	font-size: 0.95em;
	text-align: center !important;
	line-height: 1.7em !important;
}
.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
}

.ullist {
	padding: 0px 0px 10px 19px;
	margin: 0px;
}
.ollist {
	padding: 0px 0px 10px 19px;
	margin: 0px;
}
.ullist li,
.ullist.disc li {
	list-style: disc !important;
}
.ollist li,
.ollist.decimal li {
	list-style: decimal !important;
}
.ullist .ullist li {
	list-style: circle !important;
}
.ullist.square li {
	list-style: square !important;
}
.star {
	padding: 0;
}
.star li {
	list-style: none !important;
	margin: 0;
	padding-top: 5px;
    padding-bottom: 12px;
    /*background: url(../images/icon-star.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 16px 24px;
    padding-left: 28px;
	padding-bottom: 0;
	line-height: 28px;*/
}
.ul-arrow {
	padding: 0;
}
.ul-arrow li {
	list-style: none !important;
    margin: 0;
	padding-top: 5px;
    padding-bottom: 12px;
    /*background: url(../images/icon-star.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 16px 24px;
    padding-left: 28px;
	padding-bottom: 0;
	line-height: 28px;*/
}
.ul-diamond {
	padding: 0px 0px 5px 0px;
}
.ul-diamond li {
	list-style: none !important;
    background: url(../images/icon-diamond.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 16px 24px;
    padding-left: 28px;
	padding-bottom: 0;
	line-height: 28px;
}

.ullist.lightgraybg,
.ullist.lightpinkbg,
.ullist.lightpurplebg,
.ullist.lightbluebg,
.ullist.lightgreenbg,
.ullist.lightorangebg {
	padding: 5px 10px 5px 19px;
	/*margin-top: 8px;
	margin-bottom: 8px;*/
}
/*.lightgraybg {	
    background: #edf0e9;
}
.lightpinkbg {
    background: #fdedda;
}
.lightpurplebg {
    background: #f6e9ed;
}
.lightbluebg {
    background: #deebf7;
}
.lightgreenbg {
    background: #edf0e9;
}
.lightorangebg {
    background: #fdedda;
}*/
div.ullist.lightgraybg,
div.ullist.lightpinkbg,
div.ullist.lightpurplebg,
div.ullist.lightbluebg,
div.ullist.lightgreenbg,
div.ullist.lightorangebg {
	padding: 5px 10px 5px 9px;
}

.reference {
	padding-top: 20px;
	padding-bottom: 10px;
	/*color: #727272 !important;*/
	text-indent: 0 !important;
}
.ollist.reference-ol li {
	list-style: decimal;
	font-size: 1em !important;
	line-height: 28px !important;
	/*color: #727272 !important;*/
	padding-bottom: 5px !important;
}

.container-row-a {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.container-row-a li {
	margin-bottom: 10px;
	break-inside: avoid;
	padding: 8px;
	background: #f6f7f8;
}
.container-row-a li:after{
	display: table;
	content: " ";
}
.container-row-a li:after{
	clear: both;
}
.container-row-a li span {
	display: inline-block;
	float: left;
	padding-left: 5px;
	line-height: 26px;
	padding-right: 15px;
}
.container-row-a li a {
	color: #272727;
	display: inline-block;
	float: left;
	max-width: 90%;
	line-height: 26px;
}
.container-row-a li:hover {
	background-image: -moz-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
	background-image: -webkit-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
	background-image: -ms-linear-gradient(left, #00a7fe 0%, #24d6ba 100%);
	color: #fff;
}
.container-row-a li:hover a {
	color: #fff;
}
@media (min-width: 1025px) {
	.container-row-a {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		column-width: 50%;
		column-gap: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.container-row-a {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		column-width: 50%;
		column-gap: 20px;
	}
}
@media (max-width: 767px) {
	.container-row-a {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		column-width: 100%;
		column-gap: 0;
	}
}
.tablecontentshow {
	margin: 5px auto 15px auto;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.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) {
	.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: 690px;
	}
	.table-responsive .tableimgshow tr,
	.table-responsive .tableimgshow th,
	.table-responsive .tableimgshow td {
		padding: 5px 0;
		text-align: left;
		background: #fff;
	}
}

.E404 img {
	display: block;
	max-width: 100%;
	height: auto;
}
.E404 {
	width: 570px;
	margin: 10px auto auto auto;
	border: 0;
}
.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;
	margin-right: 10px;
	background-color: #efefef;
}
.E404 .btn:hover {
	background-color: #005caa;
	color: #ffffff;
}
@media only screen and (max-width: 1024px) {
	.E404 {
		width: 90%;
		margin: 0px auto auto auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}
