@font-face {
	font-family: 'font-awesome';
	src: url('./fonts/Open Sans.eot'); /* IE9 Compat Modes */
	src: url('./fonts/Open Sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/Open Sans.woff') format('woff'), /* Modern Browsers */ url('./fonts/Open Sans.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/Open Sans.svg#YourWebFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Open Sans';
	src: url('./fonts/Open Sans.eot'); /* IE9 Compat Modes */
	src: url('./fonts/Open Sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/Open Sans.woff') format('woff'), /* Modern Browsers */ url('./fonts/Open Sans.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/Open Sans.svg#YourWebFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url('./fonts/Open Sans Bold.eot'); /* IE9 Compat Modes */
	src: url('./fonts/Open Sans Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/Open Sans Bold.woff') format('woff'), /* Modern Browsers */ url('./fonts/Open Sans Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/Open Sans Bold.svg#YourWebFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('./fonts/HelveticaNeue.eot'); /* IE9 Compat Modes */
	src: url('./fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/HelveticaNeue.woff') format('woff'), /* Modern Browsers */ url('./fonts/HelveticaNeue.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/HelveticaNeue.svg#YourWebFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Helvetica Neue-Bold';
	src: url('./fonts/HelveticaNeue-Bold.eot'); /* IE9 Compat Modes */
	src: url('./fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/HelveticaNeue-Bold.woff') format('woff'), /* Modern Browsers */ url('./fonts/HelveticaNeue-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/HelveticaNeue-Bold.svg#YourWebFontName') format('svg'); /* Legacy iOS */
}
.site-navbar .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.site-header .input-group form .form-control{
	height: 38px;
}
* {
	padding: 0;
}

body {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
	background-color: #f9f9f9;
}

a {
	color: #666666;
}
.services-container .productlist-references-title{
	color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 5px;
    font-family: "Helvetica Neue-Bold";
}
.pro_loading{
	position: relative;
}
.pro_loading:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	animation: spinnerFour 1s linear infinite;
	border: solid 7px transparent;
	border-top: solid 7px #1998b7;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	z-index: 3;
}
.fetching{
	position: relative;
}
.fetching:after {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
    backdrop-filter: blur(1px);
    z-index: 2;
    background: rgba(255,255,255,.5);
}

@keyframes spinnerFour {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.email-info:hover {
	color: #00447c;
}

.site-header .site-search {
	border-right: none;
}

.btn-search {
	width: 96px;
}

.input-group {
	margin: 35px 0;
}

.btn {
	border-radius: 0rem 0.25rem 0.25rem 0rem;
}

.logo-part {
	margin: 20px auto;
}

.formgroup {
	flex: 1 1 0%;
	display: flex;
}

.form-control {
	border-radius: 0.25rem 0 0 0.25rem;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder{
	font-style:italic;
	color:#8097be;
	font-size:14px;
}

.navbar-nav > li a {
	color: #ffffff;
	display: block;
	padding: 0.8rem 1.5rem;
	text-transform: none;
}

.navbar-nav > li a:hover,
.navbar-nav > li a:focus {
	text-decoration: none;
}

.navbar-nav > li a.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.navbar-nav > li a {
	border-left: 3px solid hsla(0, 0%, 100%, 0);
}


.dropdown a {
	white-space: nowrap;
}

.dropdown a::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown a:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	margin: 0;
	background-color: #40749d;
	border-bottom: 4px solid #ffc324;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0rem;
}

.dropdown-menu a {
	color: #ffffff;
}

.dropdown-menu a::after {
	display: none;
}

.dropdown-menu a:hover {
	color: #ffc324;
	background-color: #f9f9f9;
}


.dropdown:hover > .dropdown-menu {
	Display: block;
}

.site-navbar {
	position: sticky;
	top: 0px;
	z-index: 1000;
	font-family: "open sans";
	font-size: 16px;
	text-transform: uppercase;
}

.site-navbar .navbar-dark .navbar-nav > li a:hover,
.show > .dropdown-menu {
	color: rgba(255, 255, 255, 0.75);
	color: #ffc324;
	border-left: 3px solid #ffc324;
}

.site-navbar .navbar {
	padding: 0 5%;
}

.site-navbar .bg-dark {
	background-color: #00447c !important;
}

.site-navbar .dropdown-item {
	color: #666;
}

.dropdown > .dropdown-toggle:active {
	pointer-events: none;
}


.site-navbar .dropdown-item {
	color: #00447c;
}

h1,
.h1 {
	/*font-size: 3.5rem;*/
	/*color: #ffffff;*/
	/*text-shadow: 2px 2px 2px #00447c;*/
	/*font-family: "Helvetica Neue-Bold";*/
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}

h2,
.h2 {
	font-size: 32px;
	font-family: "Helvetica Neue-bold";
	color: #00447c;
}

b, strong {
	font-weight: bolder;
	font-family: "Open Sans Bold";
}

.rowbg {
	z-index: 1;
	display: flex;
	background: url(../images/about-our-service.png) no-repeat center;
	background-size: cover;
	border-radius: 0 0.25rem 0.25rem 0;
	color: #FFFFFF;
	padding: 20px;
}
.rowbg:after {
	position: absolute;
	z-index: -1;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0px;
	background: #00447c;
	opacity: .5;
}
.rowbg span i{
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.rowbg span i:hover{
	color: #f9c925;
	border: 1px solid #00447c;
	background-color: rgba(0, 68, 124, 1);
}

.col-md-4 {
	text-align: center;
}

h4,
.h4 {
	font-size: 18px;
	color: #666666;
}

.aboutleft {
	background: url(../images/aboutleft.png) no-repeat center;
	background-size: cover;
	border-radius: 0.25rem 0 0 0.25rem;
}
.aboutleft:after {
	position: absolute;
	z-index: 1;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0px;
	background: #00447c;
	opacity: .5;
}

.about-company {
	text-align: left;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
}


.about-company img{
	width: 23px;
	margin-right: 11px;
}

@media screen and (max-width: 450px) {
	.col-md-3 .product-message {
		background-color: rgba(255, 255, 255, 0) !important;
	}
}
@media screen and (max-width: 700px) {
	.col-md-3 .product-message {
		background-color: rgba(255, 255, 255, 0) !important;
	}
}
.carousel-control{
	height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/80% rgba(0,0,0,.5) !important;
}
.carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/80% #00447c !important;
}
.carousel-control.carousel-control-prev{
	left: 15px;
	right: auto;
	transform: rotate(180deg) translateY(50%);
}
.carousel-control.carousel-control-next{
	right: 15px;
}
.about-company b {
	font-family: "Open Sans Bold", sans-serif;
}

.about-company a {
	color: #666666;
}

.about-company a:hover {
	color: #f9c925;
	text-decoration: none;
}

.site-products .productCol1 {
	padding: 30px 30px 35px 50px;
	background: url(../images/ourProduct1.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
}

.site-products .productCol2 {
	padding: 55px 30px 65px 30px;
	background: url(../images/ourProduct2.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
}

.site-products .productCol3 {
	padding: 55px 30px 65px 30px;
	background: url(../images/ourProduct3.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
}

.site-products .productCol4 {
	padding: 55px 30px 65px 30px;
	background: url(../images/ourProduct4.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
}

.site-products .productCol5 {
	padding: 55px 30px 65px 30px;
	background: url(../images/ourProduct5.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
}

.site-products .productCol6 {
	padding: 35px 30px 55px 30px;
	background: url(../images/ourProduct6.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
}

.site-products .productCol7 {
	padding: 35px 30px 55px 30px;
	background: url(../images/ourProduct7.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
}

.site-products .productCol8 {
	padding: 35px 30px 55px 30px;
	background: url(../images/ourProduct8.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
}
.site-products .ourProduct h3 {
	font-family: 'Helvetica Neue-Bold';
	margin-top: 20px;
	margin-bottom: 25px;
	color: #ffffff;
}
.site-products .ourProduct p {
	margin-bottom: 27px;
	color: #ffffff;
}
.site-products .ourProduct a {
	margin-top: 20px;
	background-color: #ffc324;
	color: #ffffff;
	font-style: italic;
	border: 1px solid #ffc324;
	padding: 5px 10px;
	border-radius: 5px;
}
.site-products .ourProduct a:hover {
	color: #ffc324;
	border: 1px solid #00447c;
	background-color: rgba(0, 68, 124, 1);
}

.site-footer {
	margin-top: 50px;
	padding-top: 45px;
	padding-bottom: 45px;
	color: #ffffff;
	height: auto;
	background-color: #063a64;
}
.site-footer a {
	color: #ffffff;
}
.site-footer b {
	font-weight: inherit;
	font-family: 'Open Sans';
}
.site-footer .textleft img{
	width: 90%;
}
@media screen and (max-width: 700px) {
	.site-footer .textleft img{
		width: 50%;
	}
}


.site-footer .footer-address{
	border-right: #f9c925 solid 1.5px;
	padding-right: 8px;
}
.site-footer .footer-address img{
	width: 170px;
}
.site-footer .footer-mail{
	padding-left: 8px;
	/*padding-top: 18px;*/
	text-align:left
}
.site-footer .footer-mail #xload-f{
	padding-bottom: 9px;
}
.site-footer .footer-leftLink{
	border-right: #f9c925 solid 1.5px;
	padding-right: 8px;
}
.site-footer .footer-rightLink{
	padding-left: 8px;
	text-align:left;
}
@media screen and (max-width: 700px) {
	.site-footer .footer-address{
		border-right: #f9c925 solid 1.5px;
		padding-right: 8px;
	}
	.site-footer .footer-address img{
		width: 170px;
	}
	.site-footer .footer-mail{
		padding-left: 8px;
		text-align:left
	}
	.site-footer .footer-leftLink{
		border-right: #f9c925 solid 1.5px;
		padding-right: 8px;
	}
	.site-footer .footer-rightLink{
		padding-left: 8px;
		text-align:left;
	}
}

.textleft {
	text-align: right;
}

.site-aboutus a:hover {
	color: #f9c925;
	text-decoration: none;
}

.site-footer a:hover {
	color: #f9c925;
	text-decoration: none;
}

.site-footerdown {
	background-color: #093256;
	padding: 9px 0;
	height: auto;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

.site-footerdown a {
	color: #ffffff;
}

.site-footerdown a:hover {
	color: #f9c925;
}

.site-footer .follow {
	text-align: center;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

.banner-inpage {
	background: url(../images/product-default.png) no-repeat center;
	background-size: cover;
}

.banner-inpage .title {
	height: 230px;
	line-height: 200px;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px 2px #00447c;
	font-size: 32px;
	font-weight: bold;
	font-family: "Open Sans Bold";
	margin-bottom: 0;
}

.background-aboutus {
	background: url(../images/aboutus%20banner.png) no-repeat center;
	background-size: 100% auto;
}

.background-aboutus .title {
	height: 230px;
	line-height: 200px;
	text-align: center;
	color: #00447c;
	font-size: 32px;
	font-weight: bold;
}

.carousel-item > img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.fa {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	font-size: 40px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	cursor: pointer;
	color: #FFFFFF;
}

.fa:hover{
	color: #f9c925;
	background-color: rgba(255, 255, 255, 0.8);
}

.products-content {
	margin-top: 40px;
}

.right-content {
	padding: 20px;
	margin-top: 20px;
	color: #666666;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.right-content a {
	color: #666666;
	text-decoration: none;
}

.container {
	padding-right: 0px;
	padding-left: 0px;
}
.footer-address{
	position: relative;
}
.footer-address p{
	position: absolute;
	font-size: 15px;
	color: #fff;
	font-family: 'Open Sans';
	right: 0px;
	right: 8px;
    bottom: 20px;
    margin-bottom: 0px;
}

.leftnav {
	font-size: 14px;
	margin: 20px 0px 20px 0px;
	width: 100%
}

.leftnav .products-top {
	font-weight: bold;
	background-color: #dae0e6;
	padding-left: 15px;
	width: 250px;
	height: 35px;
	line-height: 35px;
	color: #666666;
	text-align: left;
}

.leftnav-normal {
	margin: 4px 0px;
	padding-left: 10px;
	font-size: 15px;
	height: auto;
	line-height: 24px;
	color: #000000;
	text-align: left;
	border-top: none;
	padding: 8px 0px;
}
.leftnav-normal.level1{
	padding: 0px 0px;
	margin: 10px 0px;
}
.leftnav-normal.level1>a{
	padding-left: 35px;
	background: url(../images/chemistry.svg) no-repeat 5px 6px/20px;
	padding: 5px 4px 5px 35px;
    display: inline-block;
    transition: all 0s;
}
.leftnav>ul>li>ul{
	padding-left: 35px !important;
}
.leftnav>ul>li>span::before{
	margin-top: 5px;
}
.leftnavtitle{
	padding-left: 20px;
}

.leftnav-normal:hover {
	background-color: #f9c925;
	/*border-left-color: #00447c;
	border-right-color: #00447c;*/
	border-radius: 0.25rem;
	color: #ffffff;
}
.leftnav-normal.level1.actives{
	background-color: #f9c925;
	border-radius: 0.25rem;
}

.leftnav-normal a:hover  {
	color: #00447c;
}

.leftnav-bgtop {
	background-color: #dae0e6;
	padding-left: 15px;
	border: #dae0e6 solid 1px;
	border-radius: 0.25rem;
	height: 36px;
	line-height: 36px;
	color: #666666;
	text-align: left;
	border-top: none;
}

.leftnav-normal > img {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 8px;
	flex-shrink: 0;
	margin-top: 2px;
}

.leftnav-normal a {
	color: #666666;
}

.leftnav-normal a:hover {
	color: #00447c;
	text-decoration: none;
}


.leftnav .col-md-2 {
	padding-left: 0;
	padding-right: 0;
}

.leftnav ul {
	padding: 15px 10px;
	background-color: #ffffff;
	list-style-type: none;
}

.leftnav a {
	color: #666666;
	text-decoration: none;
}

/*.leftnav .active {
	color: #FFFFFF;
	background-color: #00447c;
	border-color: #00447c;
	border-radius: 0.25rem;
}*/

.leftnav .active a {
	color: #FFFFFF;
	text-transform: uppercase;
}

.leftnav .active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.leftnav .in {
	padding-left: 40px;
	border: #dae0e6 solid 1px;
	height: 30px;
	line-height: 30px;
}

.leftnav .in a {
	color: #666666;
}


.sidenav{
	margin: 20px 0px 20px 0px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 15px 10px 0px;
}
.sidenav .side-title{
	font-size: 16px;
	margin-bottom: 0px;
    line-height:  1.3;
    color: #fff;
    display: block;
    background: #00447c;
    text-transform: uppercase;
    padding: 14px 10px;
    border-radius: 6px;
}
.sidenav .side-title a{
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: bolder;
    font-family: "Open Sans Bold";
}
.leftnavli{
	width: 100%;
	height: auto;
	padding: 0px 0px 0px;
}
.leftnavli>ul{
	width: 100%;
	height: auto;
	margin-bottom: 0px !important;
}
.leftnavli ul li a{
	font-size: 15px;
	line-height: 22px;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 16px);
}
.leftnavli ul li a.active,
.leftnavli ul li a:hover{
	color: #00447c;
}
.leftnavli ul{
	margin-top: 0px;
	margin-bottom: 7px;
}
.leftnavli ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    /*border-bottom: 1px solid #f3f3f3;*/
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
	border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
}
.leftnavli>ul>li:last-child{
	border-bottom: 0px solid #8cc7b5;
    margin-bottom: 0px;
}
.leftnavli ul li span{
	float: right;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 14px;
	margin-top: 7px;
	font-size: 18px;
}
.leftnavli ul li span::before{
	content: '+';
    color: #000;
    cursor: pointer;
    transition: all .5s;
    font-size: 18px;
    font-weight: bold;
}
.leftnavli ul li span.down::before{
    content: '-';
}
.leftnavli ul li ul{
	display: none;
	padding-left: 8px;
	margin-top: 10px;
}
.leftnavli>ul>li{
	padding: 10px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.leftnavli ul li ul li{
	padding: 3px 0px 3px;
	margin-bottom: 0px;
}
.leftnavli>ul>li>ul{
	border-top: 1px solid #e6e6e6;
	padding-left: 10px;
	padding-top: 10px;
}


.formbox {
	margin-top: 12px;
	background-color: #ffffff;
}

.formbox form {
	background-color: #ffffff;
}

.formbox .form-group {
	margin-bottom: -10px;
	color: #00447c;
	text-align: left;
	width: 100%;
	padding: 5px 10px;
	display: block;
}

.formbox .form-group i {
	font-weight: 700;
	margin: 0 4px;
}

.inquiry-form .row .form-group {
	width: 100% !important;
	padding: 5px;
}

.formbox .flex {
	display: flex;
}
.formbox .form-group select {
	width: 50%;
	margin-left: 5px;
}

.inquiry-form .row2 .form-group {
	padding: 5px;
}

.formbox .row2 .verifyCodeInput {
	position: relative;
	float: left;
	width: 50%;
}

.formbox .row2 .verifycoderefresh {
	width: 135px;
	height: 35px;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 2%;
}

.leftnav-form{
	padding: 15px 10px 25px;
}
.leftnav-form .row>div{
	width: 100%;
	max-width: 100%;
    flex: auto;
}
.leftnav-form .form-group{
	padding: 5px 0px;
}
.leftnav-form .form-horizontal .row2:nth-child(4)>.form-group>div{
	width: 100% !important;
}
.leftnav-form .form-horizontal .row2:nth-child(4)>.form-group img{
	width: 135px !important;
	margin-left: 0% !important;
}
.leftnav-form textarea[name='topic']{
	height: 100px;
}

.formbox .form-title {
	width: 100%;
	margin: 4px 0px;
    padding-left: 10px;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    border-top: none;
	color: #fff;
    background-color: #00447c;
    border-color: #00447c;
    border-radius: 0.25rem;
}

.formbox .form-group .form-control {
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #00447c;
	border-radius: 0.25rem;
	padding: 0px 8px;
	height: 40px;
}
.formbox .form-group textarea.form-control {
	padding: 10px 8px;
	height: 120px;
}
.formbox .input-left {
	float: left;
	width: 61.5%;
	margin-right: 10px;
}

.formbox .select-right {
	float: left;
	width: 35%;
}

.formbox .btn {
	border-radius: 0rem 0rem 0rem 0rem;
}

.formbox .btn-primary {
	color: #fff;
	font-family: 'Helvetica Neue-Bold';
	background-color: #f9c925;
	border-color: #00447c;
	padding: 5px 10px 5px 10px;
	border: 0;
	border-radius: 0.25rem;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.formbox .btn-primary:hover{
	color: #ffc324;
	background-color: rgba(0, 68, 124, 1);
}

.inquiry-form .container .form-group {
	margin: 0 auto;
	width: 40% !important;
}

.page-message {
	margin-top: 20px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 20px;
}


.path a {
	color: #00447c !important;
	text-decoration: none;
}

.path a:hover {
	color: #f9c925;
	text-decoration: none;
}

.page-message a {
	color: #666666;
}
.page-message .row a {
	color: #007bff;
}
.page-message .row a:hover {
	color: #063a64;
}

.table-responsive > table {
	color: #666666;
	table-layout: auto;
}

.product-td-left {
	width: 200px;
	text-align: right;
	padding-right: 20px !important;
}

.product-td-right {
	width: 700px;
	text-align: left;
}

.product-td-right > img {
	width: 30%;
}

.product-quote th {
	background-color: #00447c;
	color: #ffffff;
	border: #dae0e6 solid 1px;
	white-space: nowrap;
}

.product-quote th:nth-child(2) {
	text-align: left;
}

.product-quote td {
	color: #666666;
	border: #dae0e6 solid 1px;
	height: 30px;
	width: auto;
}

.product-quote td:nth-child(2) {
	text-align: left;
}

.product-quote td:first-child {
	white-space: nowrap;
}

.product-quote td:nth-child(3) {
	white-space: nowrap;
}

.product-quote td > img {
	width: 100%;
	text-align: left;
}

.product-quote a:hover {
	color: #f9c925;
	text-decoration: none;
}

.product-quote .order {
	float: left;
	position: relative;
	left: 10%;
	height: 25px;
	line-height: 25px;
	border: #666666 solid 1px;
	margin: 5px 5px 5px 12px;
}

.table {
	font-size: 14px;
	color: #666666;
}

.table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td, .table > thead > tr > th, table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 10px 4px;
}

.table-inquiry {
	background-color: #eeeeee;
	color: #00447c;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 0.25rem;
	text-align: center;
	padding: 3px 8px 6px 8px;
	margin: 2px;
	display: block;
	width: 75px;
}

.pages{
	text-align: center;
	margin: 30px 0px;
}
.pagination li{
	list-style: none !important;
}
.pagination>li>a, .pagination>li>span{
	margin:0px 4px 8px 0px !important;
	color: #666666 !important;
	border: 1px solid #666 !important;
	padding: 3px 12px !important;
	font-size: 14px !important;
	display: inline-block !important;
}
.pages .pagination{
	margin-top: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 0px !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff !important;
    background-color: #00447c !important;
    border-color: #00447c !important;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #fff !important;
    background-color: #00447c !important;
    border-color: #00447c !important;
}

.E404 {
	width: 100%;
	margin: 70px auto auto auto;
	border: 0px solid #ff0000;
	margin-left: 30%;
	margin-right: 10%;
}

.leftcontent {
	padding: 20px;
	margin-top: 20px;
	color: #666666;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-left: 10%;
}

.leftcontent a {
	color: #666666;
}

.about-contact-right {
	padding: 20px;
}

.contact-company-msg {
	background-color: #00447c;
	height: 500px;
	margin-top: 20px;
	padding-top: 50px;
}

.contact-company-msg .detail {
	float: left;
	width: 100%;
	font-family: "Open Sans Bold";
}

.contact-company-msg .detail > img {
	width: 35px;
	float: left;
	margin: 0 30px 20px 70px;
	padding-top: 10px
}

.contact-company-msg .detail span {
	color: #ffffff;
	margin-top: 20px;
}

.contact-company-msg a {
	color: #ffffff;
}
.seemore{
	background: url(../images/arrow-right.svg) no-repeat 90% center/15px;
    transition: all ease-out .3s;
    padding-right: 26px;
    margin-left: 10px;
    display: inline-block;
}
.services-container a.seemore:hover{
	background: url(../images/arrow-right.svg) no-repeat 92% center/15px;
    padding-left: 5px;
    transition: all ease-out .3s;
    background-color: #9f808514;
}
.services-container a.seemore:hover{
    color: #00447c !important;
}
.titlelist2{
	display: flex;
	justify-content: flex-start;
	column-gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.titlelist2 a{
	margin-bottom: 10px;
	margin-right: 0px;
}
.bannertext{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    padding: 0px 15%;
    text-align: center;
}
.bannertext .banner-title{
	font-size: 3rem;
	text-shadow: 3px 3px 3px #00447c;
	text-transform: uppercase;
	/*transition: all 1s;*/
	opacity: 0;
	transform: translateY(-30px);
	color: #fff;
	line-height: 1.3;
}
.bannertext .banner-title span{
	font-size: 2.5rem;
}
.bannertext p{
	font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-top: 20px;
    text-shadow: 1px 1px 3px #555555;
    /*text-transform: capitalize;*/
    /*transition-duration:0.8s;
    transition-delay:0.2s;*/
    opacity: 0;
	transform: translateY(-30px);
}
.readmore{
	background: #ffc324;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	text-transform: capitalize;
	padding: 5px 12px;
    border-radius: 5px;
    margin-top: 15px;
    /*transition-duration:1s;
    transition-delay:0.3s;*/
    opacity: 0;
	transform: translateY(-30px);
}
.readmore:hover{
	background: #00447c;
	color: #fff;
}
/*.carousel-inner .carousel-item.active .bannertext .banner-title,
.carousel-inner .carousel-item.active .bannertext p,
.carousel-inner .carousel-item.active .bannertext .readmore
{
	opacity: 1;
	transform: translateY(0px);
}
.carousel-inner .carousel-item:first-child.active .bannertext .banner-title,
.carousel-inner .carousel-item:first-child.active .bannertext p,
.carousel-inner .carousel-item:first-child.active .bannertext .readmore
{
	opacity: 0;
	transform: translateY(-30px);
}*/

.carousel-inner .carousel-item .bannertext .banner-title{
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
}
.carousel-inner .carousel-item .bannertext p{
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
     animation-iteration-count:1;
     animation-fill-mode:forwards;
     animation-delay: 0.8s;
}
.carousel-inner .carousel-item .bannertext .readmore{
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
     animation-iteration-count:1;
     animation-fill-mode:forwards;
     animation-delay: 1s;
}


@-webkit-keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.carousel-inner>.carousel-item.thanksgiving-banner .thanksgiving-banner-pic{
	display: flex;
	justify-content: center;
	width: 800px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 170px;
}
.carousel-inner>.carousel-item.thanksgiving-banner .thanksgiving-banner-pic img{
	width: 100%;
	height: auto;
}


#navbarSupportedContent ul li ul li ul{
	left: 100%;
	top: 0px;
	padding: 0px 0px;
}
#navbarSupportedContent ul li ul li a{
	padding: 0.5rem 50px 0.5rem 15px;
}
.leftnav ul li span{
	float: right;
	position: relative;
}
.leftnav ul li span::before{
	content: "+";
    color: #062134;
    font-weight: bold;
    position: absolute;
    right: 15px;
    position: absolute;
    cursor: pointer;
}
.leftnav ul li span.down::before{
	content: "-";
    color: #004b8d;
}
.leftnav ul li ul {
    padding: 15px 0px 10px 0px;
}
.leftnav ul li ul li{
	line-height: 24px;
	margin-bottom: 10px;
}
.leftnav ul li ul li:last-child{
	margin-bottom: 0px;
}
.leftnav ul li ul a:hover{
	color: #00447c;
}



@media screen and (max-width: 2048px) {
	.logo-part {
		padding: 0;
	}

	.input-group {
		padding: 0;
	}

	.site-products h4 {
		margin-top: 15px;
		margin-bottom: 0;
		height: 20px;
		line-height: 20px;
	}

	.E404 {
		margin-left: 30%;
	}
}

@media screen and (max-width: 1440px) {
	.E404 {
		margin-left: 20%;
	}
}

@media screen and (max-width: 1280px) {
	.E404 {
		margin-left: 15%;
	}
	.bannertext .banner-title{
		font-size: 22px;
	}
	.bannertext .banner-title span{
		font-size: 20px;
	}
	.bannertext p{
		font-size: 18px;
	    line-height: 24px;
	}
}


@media screen and (max-width: 1024px) {
	.banner-inpage {
		background-size: cover;
	}

	.background-aboutus {
		background-size: auto 100%;
	}

	.leftnav .input-left {
		width: 61%;
	}
	.site-products .container .row{
		margin: 0px 0px 0px !important;
	}
	
}

@media screen and (max-width: 768px) {
	.site-products h4 {
		height: 35px;
		margin-top: 20px;
	}

	.leftnav .input-left {
		width: 59%;
	}

	.table {
		font-size: 14px;
	}

	.page-message > table {
		margin-top: 20px;
		color: #666666;
		overflow-x: auto;
		table-layout: auto;
		width: 100%;
	}

	.product-td-right > img {
		width: 60%;
	}

	.E404 {
		margin-left: 5%;
	}
	.bannertext .banner-title{
		font-size: 18px;
	}
	.bannertext p{
		font-size: 15px;
	    line-height: 20px;
	}
}

@media screen and (max-width: 414px) {
	.leftnav {
		width: 100%;
	}

	.input-group {
		margin: 10px;
	}


	.carousel-caption h1 {
		font-size: 1.5rem;
	}

	.site-products h4 {
		height: 18px;
	}

	.leftnav .input-left {
		width: 62%;
	}

	.contact-company-msg .detail > img {
		margin: 0px 20px 20px 25px;
	}
}

@media screen and (max-width: 375px) {
	.leftnav .input-left {
		width: 61.5%;
	}
}

@media screen and (max-width: 320px) {
	.carousel-caption h1 {
		font-size: 1.1rem;
	}

	.leftnav .input-left {
		width: 61%;
	}

	.product-td-right > img {
		width: 100%;
	}

	.contact-company-msg .detail > img {
		width: 30px;
		float: left;
		margin: -10px 5px 60px 5px;
		padding-top: 11px;
	}
}


.product-message {
	margin-top: 20px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 20px;
}

.product-message .clearfix .proshowlist {
	margin-top: 20px;
}

.product-message p {
	font-size: 15px;
}

@media screen and (max-width: 450px){
	.product-message p {
		display: inline-block;
	}
}

.product-message tr {
	border-bottom: #dae0e6 solid 1px;
}

.product-message .table th, .product-message .table td {
	border-top: 1px solid #dae0e6;
}

.productDetailTable {
	margin-top: 20px;
	color: #666666;
	table-layout: auto;
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	font-size: 14px;
	text-align: center;
}

.productDetailTable tr th {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00447c;
}

@media screen and (min-width: 768px) and (max-width: 1000px){


	.leftnav-normal > img {
		margin-right: 5px;
	}

	.leftnav a {
		display: table-cell;
		line-height: 25px;
	}
}

@media screen and (max-width: 1024px){
	.leftnav .leftnav-normal {
		/*display: -webkit-box;*/
	}

	.leftnav-normal > img {
		margin-right: 5px;
	}

	.leftnav a {
		/*display: table-cell;*/
	}
}

.form-group img{
	width:auto !important;
	height: 35px !important;
}
.pagecontent{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.pagecontent .leftnav-box{
	width: 310px;
}
.pagecontent .page-message{
	width: calc(100% - 340px);
}
.page-message {
	margin-top: 20px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 20px;
}
.breadcrumb-ul{
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.path {
	height: auto;
	line-height: 26px;
	font-size: 14px;
	padding: 0px 0 0px 0;
	color: #666666;
}
.path li{
	display: inline-block;
	margin-right: 5px;
}
.path li:first-child {
    padding-left: 20px;
    background: url(../images/icon-home.svg) no-repeat left 5px/15px;
}
.path li:after{
	content: '>';
	margin-left: 5px;
}
.path li:last-child:after{
	content: none;
}
.path a {
	color: #00447c !important;
	text-decoration: none;
}

.path a:hover {
	color: #ffc324 !important;
	text-decoration: none;
}
.table.detail-table tr td{
	padding: 10px 15px !important;
}
.table.detail-table tr td:first-child{
	font-weight: bold;
}
.service-piclist{
	overflow: hidden;
	margin-bottom: 10px;
}
.service-piclist li{
	width: 48%;
	float: left;
	margin-bottom: 15px;
	height: auto;
}
.service-piclist li:nth-child(2n){
	float: right;
}
.services-container .service-piclist a {
    display: block;
    padding: 6px 10px;
    background: #8b8b8b;
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 15px;
}
.services-container .service-piclist a:hover {
    background: #00447c;
    color: #fff !important;
}


.info-list1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-list1 .list-item{
	width: 48%;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 50px;
	position: relative;
}
.info-list1 .list-item .pic{
	width: 120px;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 30px;
}
.info-list1 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-list1 .list-item .text{
	width: 100%;
	height: 100%;
	padding: 15px 15px 15px 90px;
	border: 1px solid #00447c;
}
.info-list1 .list-item .text h4{
	font-size: 16px;
}
/*.info-list1 .list-item .text h4 a{
	color: #000 !important;
}
.info-list1 .list-item .text h4 a:hover{
	color: #00447c !important;
}
.info-list1 .list-item .text h4:after{
	content: '>';
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #00447c;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 30px;
}*/
.info-list1 .list-item .text p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.info-list2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-list2 .list-item{
	width: 48%;
	margin-bottom: 30px;
	margin-top: 10px;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}
.info-list2 .list-item .pic{
	width: 100%;
	padding-bottom: 65%;
	position: relative;
	overflow: hidden;
}
.info-list2 .list-item .pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-list2 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-list2 .list-item .text{
	padding: 25px 0px;
}
.info-list2 .list-item .text h4{
	font-size: 16px;
	padding: 0px 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.info-list2 .list-item .text p{
	padding: 0px 20px;
	padding-bottom: 0px;
	position: relative;
}
.info-list2 .list-item .text p:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #00447c;
}

.info-list3{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0px 0px;
	column-gap: 4%;
}
.info-list3 p{
	width: 22%;
	margin-bottom: 20px;
	padding: 0px 0px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 200px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right, rgba(0,176,240),rgba(0,112,192));
}
.info-list4 p{
	width: 30%;
}


 .row{
	margin-left: -10px;
	margin-right: -10px;
}
.services-container .row.center{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.services-container .row.center img{
	margin-bottom: 0px;
}
.bg-color{
	width: 100%;
	height: auto;
	padding: 20px 25px 10px;
	background: #f2f2f2;
	margin-bottom: 20px;
	margin-top: 10px;
}
.info-item1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.info-item1 .pic{
	width: 38%;
}
.info-item1 .pic img{
	width: 100%;
	height: auto;
}
.info-item1 .text{
	width: 60%;
	background: #F2F2F2;
	padding: 20px 20px 15px;
}
.info-item1 .text p{
	padding-bottom: 5px;
}
.info-item1 .text .text-btn{
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 20px;
	flex-wrap: wrap;
}
.info-item1 .text .text-btn a{
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 15px;
	border: 1px solid #00447C;
	color: #00447C;
	font-size: 15px;
}
.info-item1 .text .text-btn a:hover{
	background: #00447C;
	color: #fff !important;
}
.services-container .table-responsive .table-style1{
	border: none;
	border-bottom: 1px solid #00447C;
}
.services-container .table-responsive .table-style1 tr td{
	border: none;
}
.services-container .table-responsive .table-style1 tr:nth-child(2n) td{
	background: #F2F2F2;
}
.services-container .table-responsive .table-style1 tr:first-child td{
	background: #00447C;
	color: #fff !important;
}
.info-item2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.info-item2 .pic{
	width: 120px;
}
.info-item2 .pic img{
	width: 100%;
	height: auto;
}
.info-item2 .text{
	width: calc(100% - 140px);
}
.info-item2 .text p:last-child{
	padding-bottom: 0px;
}
.info-item2 .text ul:last-child{
	padding-bottom: 0px;
}
.ullist.list-icon1{
	padding-left: 22px;
}
.ullist.list-icon1>li{
	padding-left: 0px !important;
	position: relative;
	list-style:none;
}
.ullist.list-icon1>li:before{
	content: '\2714';
	position: absolute;
	top: 7px;
	left: -22px;
	font-size: 16px;
	line-height: 12px;
	color: #00447C;
} 
.ullist.list-icon2{
	padding-left: 19px;
}
.ullist.list-icon2>li{
	padding-left: 0px !important;
	position: relative;
	list-style:none;
}
.ullist.list-icon2>li:before{
	content: '';
	position: absolute;
	top: 8px;
	left: -19px;
	width: 8px;
	height: 8px;
	background: #00447c;
	transform: rotate(45deg);
	border-radius: 0px;
} 
.ullist.list-icon3{
	padding-left: 22px;
}
.ullist.list-icon3>li{
	padding-left: 0px !important;
	position: relative;
	list-style:none;
	color: #fff;
}
.ullist.list-icon3>li:before{
	content: '\2714';
	position: absolute;
	top: 7px;
	left: -22px;
	font-size: 16px;
	line-height: 12px;
	color: #fff;
} 
.info-item3{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	padding: 25px 25px;
	background: #F2F2F2;
}
.info-item3 .pic{
	width: 250px;
	position: relative;
}
.info-item3 .pic img{
	width: 100%;
	height: auto;
}
.info-item3 .text{
	width: calc(100% - 270px);
}
.info-item3 .text h3{
	margin-top: 0px;
}
.info-item3 .text p:last-child{
	padding-bottom: 0px;
}
.info-item3 .text ul:last-child{
	padding-bottom: 0px;
}
.info-item4{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 2%;
	flex-wrap: wrap;
}
.info-item4 .list-item{
	width: 32%;
	margin-bottom: 30px;
	border: 1px solid #00447C;
	padding: 20px 15px 60px;
	position: relative;
}
.info-item4 .list-item:hover{
	background: #00447C;
}
.info-item4 .list-item .pic{
	width: 100%;
	padding-bottom: 65%;
	border-radius: 25px 0px 25px 0px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.info-item4 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item4 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item4 .list-item .text{
	width: 100%;
}
.info-item4 .list-item .text p{
	width: 100%;
	text-align: center;
	line-height: 1.4;
}
.info-item4 .list-item:hover .text p{
	color: #fff;
}
.info-item4 .list-item .text .style2{
	font-size: 14px !important;
	line-height: 1.5;
}
.info-item4 .list-item .text span{
	display: inline-block;
	padding: 7px 16px;
	border: 1px solid #808080;
	color: #808080;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	line-height: 1.2;
	font-size: 14px;
}
.info-item4 .list-item:hover .text span{
	border: 1px solid #fff;
	color: #fff;
}
.info-item4 .list-item:hover .text span:hover{
	background: #fff;
	color: #00447C;
}
.info-item5{
	width: 100%;
	height: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}
.info-item5:before{
	content: '';
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #F9C925;
}
.info-item5-info{
	width: 100%;
	height: auto;
	background: #00447C;
	padding: 30px 30px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item5-info .info-item5-btn{
	flex-shrink: 0;
	margin-left: 20px;
}
.info-item5-info .info-item5-btn a{
	display: inline-block;
	padding: 8px 16px;
	background: #F9C925;
	color: #000 !important;
	line-height: 1.2;
	font-size: 15px;
	white-space: nowrap;
}
.info-item5-info .info-item5-btn a:hover{
	background: #fff;
	color: #00447C;
}
.info-item5-info .text p{
	color: #fff;
}
.info-item5-info .text p:last-child{
	padding-bottom: 0px;
}
.info-item5-info .text .style1{
	font-size: 17px !important;
}
.info-item6{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.info-item6 .pic{
	width: 160px;
	height: auto;
}
.info-item6 .pic img{
	width: 100%;
	height: auto;
}
.info-item6 .text{
	width: calc(100% - 200px);
	padding: 30px 30px;
	position: relative;
}
.info-item6 .text:before{
	content: '';
	width: 80px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/arrow1.png) no-repeat left top/contain;
}
.info-item6 .text:after{
	content: '';
	width: 80px;
	height: 60px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/arrow2.png) no-repeat right bottom/contain;
}
.info-item6 .text p:last-child{
	padding-bottom: 0px;
}
.info-item7{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	padding-top: 10px;
}
.info-item7 .list-item{
	width: 32%;
	margin-bottom: 30px;
	background: #00447C;
}
.info-item7 .list-item .list-pic{
	cursor: pointer;
}
.info-item7 .list-item .list-pic .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.info-item7 .list-item .list-pic .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item7 .list-item:hover .list-pic .pic img{
	transform: scale(1.1); 
}
.info-item7 .list-item .list-pic p{
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	line-height: 1.3;
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px !important;
}
.info-item7 .list-item .list-text{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
.info-item7 .list-item .list-text .list-bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.info-item7 .list-item .list-text .text-info{
	width: 800px;
	max-width: 100%;
	height: auto;
	max-height: 95vh;
	background: #fff;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: auto;
	padding: 40px 40px 20px;
	border: 1px solid #00447C;
}
.info-item7 .list-item .list-text .text-info .list-close{
	width: 14px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #00447C;
	cursor: pointer;
}
.info-item7 .list-item .list-text .text-info .list-close:before{
	content: '\2716';
}
.info-item7 .list-item .list-text .text-info .list-close:hover{
	color: #F9C925;
}
.info-item7 .list-item .list-text .text-info .list-title{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.info-item7 .list-item .list-text .text-info .list-title h2{
	display: inline-block;
	margin: 0px 0px;
	padding-bottom: 10px;
	color: #00447C;
	position: relative;
}
.info-item7 .list-item .list-text .text-info .list-title h2:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #F9C925;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.info-item7 .list-item .list-text .text-info .list-content{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item7 .list-item .list-text .text-info .list-content p{
	width: 48%;
	padding-bottom: 0px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.info-item7 .list-item .list-text .text-info .list-content p:before{
	content: '';
	position: absolute;
	top: 9px;
	left: 0px;
	width: 8px;
	height: 8px;
	background: #F9C925;
	transform: rotate(45deg);
	border-radius: 0px;
}
.info-item7 .list-item .list-text .text-info .list-content p.style2{
	width: 100%;
}
.info-item8{
	width: 100%;
	height: auto;
	padding: 25px 25px 10px;
	background: #F2F2F2;
	margin-bottom: 25px;
	position: relative;
	margin-top: 25px;
}
.info-item8:before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 25px;
	top: -20px;
	background: url(../images/arrow3.png) no-repeat right bottom/contain;
}
.info-item9{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.info-item9 .pic{
	width: 300px;
	height: auto;
	padding: 30px 30px;
	position: relative;
}
.info-item9 .text{
	width: calc(100% - 330px);
	background: #F2F2F2;
	padding: 25px 20px 10px;
}
.info-item9 .pic img{
	width: 100%;
	height: auto;
}
.info-item9 .pic:before{
	content: '';
	width: 80px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/arrow1.png) no-repeat left top/contain;
}
.info-item9 .pic:after{
	content: '';
	width: 80px;
	height: 60px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/arrow2.png) no-repeat right bottom/contain;
}
.info-item9 .text p{
	padding-bottom: 5px;
}
.info-item9 .text .text-btn{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	margin-top: 15px;
}
.info-item9 .text .text-btn a{
	padding: 7px 15px;
	line-height: 1.2;
	color: #00447C;
	border: 1px solid #00447C;
	margin-bottom: 15px;
	font-size: 14px;
}
.info-item9 .text .text-btn a:hover{
	color: #fff !important;
	background: #00447C;
}
.info-item10{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
}
.info-item10 .pic{
	width: 190px;
	height: auto;
	padding-bottom: 15px;
}
.info-item10 .text{
	width: calc(100% - 210px);
}
.info-item10 .pic img{
	width: 100%;
	height: auto;
}
.info-item11{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item11 .pic{
	width: 200px;
	padding: 15px 15px;
	background: #F2F2F2;
	margin-bottom: 20px;
}
.info-item11 .info-item-bg{
	width: calc(100% - 220px);
}
.info-item11 .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.info-item-bg{
	background: #00447C;
	padding: 15px 15px 0px;
	margin-bottom: 20px;
}
.info-item12{
	width: 100%;
	height: auto;
}
.info-item12 .info-item12-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	column-gap: 70px;
}
.info-item12 .info-item12-title h2{
	font-size: 18px;
	cursor: pointer;
	color: #000;
	position: relative;
}
.info-item12 .info-item12-title h2.shows{
	color: #00447c;
}
.info-item12 .info-item12-title h2:after{
	content: '';
	width: 3px;
	height: 15px;
	background: #D9D9D9;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
}
.info-item12 .info-item12-title h2:last-child:after{
	content: none;
}
.info-item12 .info-item12-info{
	width: 100%;
	height: auto;
}
.info-item12 .info-item12-info .info-content{
	width: 100%;
	height: auto;
	display: none;
}
.info-item12 .info-item12-info .info-content:first-child{
	display: block;
}
.info-item13{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 3.5%;
}
.info-item13 .list-item{
	width: 31%;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
	background: #2E75B6;
}
.info-item13 .list-item .pic{
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
}
.info-item13 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item13 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item13 .list-item p{
	width: 100%;
	height: auto;
	padding: 10px 10px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}
.info-item13 .list-item:hover{
	background: #00447c;
}
.services-container .info-title-style1{
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 15px;
}
.services-container .info-title-style1:after{
	content: '';
	width: 100px;
	height: 3px;
	background: #2E75B6;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.faq-list{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.faq-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background: #F2F2F2;
}
.faq-list .list-item .list-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
}
.faq-list .list-item .list-title p{
	font-weight: bold;
	padding: 0px;
}
.faq-list .list-item .list-title p .q-icon{
	color: #1F4E79;
}
.faq-list .list-item .list-title .list-title-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #000;
	font-size: 22px;
	cursor: pointer;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 25px;
}
.faq-list .list-item .list-title .list-title-btn:after{
	content: '+';
	line-height: 12px;
}
.faq-list .list-item .list-title .list-title-btn.shows:after{
	content: '-';
}
.faq-list .list-item .list-text{
	width: 100%;
	height: auto;
	padding: 5px 15px 5px;
	display: none;
}
.faq-list .list-item .list-text .a-icon{
	color: #ED7D31;
	font-weight: bold;
}
.faq-list .list-item.shows .list-text{
	display: block;
}
.blog-bg{
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 40px;
}
.blog-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-bg p{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px !important;
	font-weight: bold;
	width: 100%;
	padding: 0px 20px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.blog-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.blog-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.blog-list .list-item .pic{
	width: 260px;
	position: relative;
	overflow: hidden;
}
.blog-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
.blog-list .list-item .text{
	width: calc(100% - 280px);
	padding: 5px 0px;
}
.blog-list .list-item .text .text-title{
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.blog-list .list-item .text .text-title a{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.blog-list .list-item .text .text-title a:hover{
	color: #00447c;
}
.blog-list .list-item .text p{
	padding-bottom: 10px;
}
.blog-list .list-item .text .more-box{
	margin-top: 5px;
	text-align: right;
}
.blog-list .list-item .text .more-box a{
	display: inline-block;
	background: #00447c;
	color: #fff;
	padding: 6px 24px;
	border-radius: 50px;
	font-size: 15px;
}
.blog-list .list-item .text .more-box a:hover{
	background: #f9c925;
}
.formbox .verification-code{
	position: relative;
	margin-bottom: 20px;
}
.formbox .verification-code input {
	width: 100%;
	margin-bottom: 0px;
}
.formbox .verification-code img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-left: 0px;
	width: 100px !important;
	height: 100% !important;
}
.formbox .verification-code .check-fa{
	position: absolute;
	right: 110px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}
.formError .formErrorContent{
	white-space: nowrap;
}
.icon-right:before{
	content: '\2714';
}
.icon-x:before{
	content: '\2716';
}
.related-product-list{
	width: 100%;
	padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 30px auto;
    position: relative;
}
.related-product-list .swiper-container{
	padding: 5px;
}
.related-product-list .swiper-slide{
	height: auto;
	border: 1px solid #ddd;
	padding: 10px;
}
.related-product-list .swiper-slide .img{
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.related-product-list .swiper-slide .img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.related-product-list .swiper-slide p{
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 0px;
	word-break: break-all;
}
.related-product-list .swiper-slide:hover p{
	color: #00447c;
}
.related-product-list .swiper-button-next{
	right: -10px;
}
.related-product-list .swiper-button-prev{
	left: -10px;
}
.related-product-list .swiper-button-next,.related-product-list .swiper-button-prev{
	background: #00447c;
	width: 28px;
    height: 32px;
    border-radius: 0px;
    border: none;
    top: 50%;
}
.related-product-list .swiper-button-next:after,.related-product-list .swiper-button-prev:after{
	color: #fff !important;
	font-size: 16px;
}
.related-product-list .swiper-button-next:hover,.related-product-list .swiper-button-prev:hover{
	background: #ffc324;
}
.related-product-list .swiper-button-next:hover:after,.related-product-list .swiper-button-prev:hover:after{
	color: #fff !important;
}
.info-pic-left{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    column-gap: 25px;
}
.info-pic-left .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-pic-left .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-left .text{
	width: 100%;
}
.info-pic-left .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-left .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    column-gap: 25px;
}
.info-pic-right .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-pic-right .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-right .text{
	width: 100%;
}
.info-pic-right .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-right .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.killingpage-content h1{
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.killingpage-content h2{
	margin-bottom: 25px;
	font-size: 25px;
}
.killingpage-content h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.page-title-list-box{
	width: 100%;
	height: auto;
	position: sticky;
	top: 54px;
	overflow: auto;
	background: #fff;
	z-index: 60;
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.page-title-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	column-gap: 10px;
}
.page-title-list .list-item{
	font-size: 16px;
	line-height: 1.3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.page-title-list .list-item:hover{
    color: #00447c;
}
.page-title-list .list-item.shows{
    color: #00447c;
    border-bottom: 1px solid #00447c;
}
.killingpage-section1{
	padding: 60px 0px 45px;
    background: #eff6fb;
    margin-bottom: 25px;
}
.killingpage-section1 .style1{
	font-size: 18px;
}
.killingpage-section1 .info-pic-right{
	margin-bottom: 15px;
}
.killingpage-section1 .info-pic-left{
	margin-bottom: 15px;
}
.killingpage-section1 .text-btn{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 15px;
	flex-wrap: wrap;
}
.killingpage-section1 .text-btn a{
	margin-top: 5px;
}
.services-container .more-btn{
	display: inline-block;
	padding: 9px 20px;
	border-radius: 6px;
	background: #00447c;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
}
.services-container .more-btn:hover{
	background: #54a9be;
	color: #fff;
}
.killingpage-section2{
	padding: 0px 0px 40px;
}
.killingpage-section2-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.killingpage-section2-list>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.killingpage-section2-list>.row:before{
	content: none;
}
.killingpage-section2-list>.row:after{
	content: none;
}
.killingpage-section2-list>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.killingpage-section2-list .list-item{
	width: 100%;
	height: 100%;
	display: block;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	padding: 30px 15px 15px;
	position: relative;
}
.killingpage-section2-list .list-item:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: #00447c;
}
.killingpage-section2-list .list-item:hover:before {
    height: 100%;
    top: 0;
}
.killingpage-section2-list .list-item .pic{
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	z-index: 3;
}
.killingpage-section2-list .list-item .pic img{
	width: auto;
	height: 60px;
	position: relative;
	z-index: 2;
	display: none;
}
.killingpage-section2-list .list-item .pic img:nth-child(1){
	display: block;
}
.killingpage-section2-list .list-item:hover .pic img:nth-child(1){
	display: none;
}
.killingpage-section2-list .list-item:hover .pic img:nth-child(2){
	display: block;
}
.killingpage-section2-list .list-item .pic:before{
	content: '';
	width: 30px;
	height: 30px;
	background: #84d3ff;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	bottom: 3px;
	transition: .2s;
}
.killingpage-section2-list .list-item:hover .pic:before{
	left: 10px;
	bottom: 15px;
}
.killingpage-section2-list .list-item .text{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
}
.killingpage-section2-list .list-item .style1{
	font-size: 18px;
	font-weight: bold;
	color: #00447c;
}
.killingpage-section2-list .list-item:hover .style1{
	color: #fff;
}
.killingpage-section2-list .list-item:hover p{
	color: #fff;
}
.killingpage-section2-list .list-item:hover ul li{
	color: #fff;
}
.killingpage-section3{
	width: 100%;
	height: auto;
	padding: 0px 0px 40px;
}
.killingpage-section3-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.killingpage-section3-list>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.killingpage-section3-list>.row:before{
	content: none;
}
.killingpage-section3-list>.row:after{
	content: none;
}
.killingpage-section3-list>.row>div{
    padding: 0px 10px;
	margin-bottom: 30px;
}
.killingpage-section3-list .list-item{
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	transition: all .3s;
}
.killingpage-section3-list .list-item:hover{
	transform: translateY(-6px);
}
.killingpage-section3-list .list-item .pic{
	width: 100%;
	padding-bottom: 65%;
	overflow: hidden;
	position: relative;
}
.killingpage-section3-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.killingpage-section3-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.killingpage-section3-list .list-item .text{
	width: 100%;
	padding: 20px 15px 5px;
}
.killingpage-section4{
	width: 100%;
	height: auto;
	padding: 70px 0px 55px;
	background: #f7f8f9;
	margin-bottom: 70px;
}
.killingpage-section4 h2{
	margin-bottom: 30px;
}
.killingpage-section5{
	width: 100%;
	height: auto;
	padding: 0px 0px 70px;
}
.killingpage-section5-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.killingpage-section5-info .pic{
	width: 260px;
	height: auto;
}
.killingpage-section5-info .pic img{
	width: 100%;
	height: auto;
}
.killingpage-section5-info .text{
	width: calc(100% - 360px);
}
.killingpage-section5-list{
	width: 100%;
	padding-bottom: 40px;
	position: relative;
}
.killingpage-section5-list .swiper-container{
	padding: 10px;
}
.killingpage-section5-list .swiper-slide{
	height: auto;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.13);
	padding: 20px 25px 5px;
}
.killingpage-section5-list .swiper-slide .style1{
	font-weight: bold;
	font-size: 18px;
}
.killingpage-section5-list .swiper-button-next{
	right: -20px;
}
.killingpage-section5-list .swiper-button-prev{
	left: -20px;
}
.killingpage-section5-list .swiper-button-next,.killingpage-section5-list .swiper-button-prev{
	background: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	width: 40px;
    height: 40px;
    border-radius: 0px;
    border: none;
    top: 50%;
}
.killingpage-section5-list .swiper-button-next:after,.killingpage-section5-list .swiper-button-prev:after{
	color: #00447c !important;
}
.killingpage-section5-list .swiper-button-next:hover,.killingpage-section5-list .swiper-button-prev:hover{
	background: #00447c;
	box-shadow: 0px 0px 6px rgba(255,255,255,.2);
}
.killingpage-section5-list .swiper-button-next:hover:after,.killingpage-section5-list .swiper-button-prev:hover:after{
	color: #fff !important;
}
.killingpage-section5-list .swiper-pagination{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.killingpage-section5-list .swiper-pagination-bullet{
	margin: 0px 5px;
	background: #999;
	width: 14px;
	height: 14px;
	border-radius: 500px;
	border: none;
}
.killingpage-section5-list .swiper-pagination-bullet-active{
	background: #00447c;
}
.killingpage-section6{
	width: 100%;
	height: auto;
	padding: 0px 0px 70px;
}
.killingpage-section6 h2{
	margin-bottom: 30px;
}
.killingpage-section6-content{
	width: 100%;
	height: auto;
	padding: 30px 30px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
}
.killingpage-section6-content .killingpage-section6-content-title{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}
.killingpage-section6-content .killingpage-section6-content-title:after{
	position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #00447c;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.killingpage-section6-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.killingpage-section6-info .text{
	width: 100%;
}
.killingpage-section6-info .pic{
	width: 450px;
	max-width: 100%;
	padding: 15px;
	background: #d6ddf4;
	margin-top: 15px;
}
.killingpage-section6-info .pic img{
	width: 100%;
	height: auto;
}
.killingpage-section6-info .pic p{
	padding-bottom: 0px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	text-align: center;
}
.killingpage-section7{
	width: 100%;
	height: auto;
	padding: 70px 0px 80px;
	background: #00447c;
}
.killingpage-section7 h2{
	color: #fff;
	margin-bottom: 30px;
}
.killingpage-section7-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.killingpage-section7-info .pic{
	width: 300px;
	height: auto;
}
.killingpage-section7-info .pic img{
	width: 100%;
	height: auto;
}
.killingpage-section7-info .text{
	width: calc(100% - 380px);
	background: #fff;
}
.killingpage-section7-list{
	width: 100%;
	height: auto;
	position: relative;
}
.killingpage-section7-list .swiper-slide{
	height: auto;
	padding: 30px 25px 60px;
	position: relative;
}
.killingpage-section7-list .star{
	width: 160px;
	height: 24px;
	margin-bottom: 20px;
	display: inline-block;
	background-image: url(../images/star-color.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: center left;
}
.killingpage-section7-list .star4{
	width: 128px;
}
.killingpage-section7-list .star3{
	width: 95px;
}
.killingpage-section7-list .star2{
	width: 62px;
}
.killingpage-section7-list .star1{
	width: 30px;
}
.killingpage-section7-list .list-text{
	padding: 10px 35px 10px;
	position: relative;
}
.killingpage-section7-list .list-text:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/arrow4.png) no-repeat left center/contain;
	position: absolute;
	left: 0px;
	top: 0px;
}
.killingpage-section7-list .list-text:after{
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/arrow5.png) no-repeat left center/contain;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.killingpage-section7-list .list-style2{
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 5px;
	padding: 0px 30px;
}
.killingpage-section7-list .list-style2 p{
	margin-bottom: 8px;
	line-height: 1.4;
}
.killingpage-section7-list .swiper-button-next, .killingpage-section7-list .swiper-button-prev{
	width: 40px;
    height: 40px;
    background: #54a9be;
    border-radius: 5px;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
}
.killingpage-section7-list .swiper-button-next{
	right: -30px;
}
.killingpage-section7-list .swiper-button-prev{
	left: -30px;
}
.killingpage-section7-list .swiper-button-next:after, .killingpage-section7-list .swiper-button-prev:after{
	color: #fff;
	font-size: 22px;
}
.killingpage-section7-list .swiper-button-next:hover, .killingpage-section7-list .swiper-button-prev:hover{
    background: #ccc;
}
.killingpage-section7-list .swiper-button-next:hover:after, .killingpage-section7-list .swiper-button-prev:hover:after{
	color: #00447c;
}
.killingpage-product-list{
	width: 100%;
	height: auto;
	padding: 0px 0px 70px;
}
.foot-form{
	width: 100%;
	padding: 70px 0px 10px;
}
.foot-form h2{
    font-family: "Helvetica Neue-Bold";
    font-size: 25px;
}
















@media screen and (max-width: 2048px) {
	.logo-part {
		padding: 0;
	}

	.input-group {
		padding: 0;
	}

	.site-products h4 {
		margin-top: 15px;
		margin-bottom: 0;
		height: 20px;
		line-height: 20px;
	}

	.E404 {
		margin-left: 30%;
	}
}

@media screen and (max-width: 1440px) {
	.E404 {
		margin-left: 20%;
	}
	.navbar-nav > li a{
		padding: 13px 10px;
	}
}

@media screen and (max-width: 1280px) {
	.E404 {
		margin-left: 15%;
	}
}

@media screen and (max-width: 1200px) {



.killingpage-section7-info{
	flex-wrap: wrap;
	justify-content: center;
}
.killingpage-section7-info .pic{
	width: 250px;
	margin-bottom: 30px;
}
.killingpage-section7-info .text{
	width:100%;
}
.killingpage-section5-info{
	flex-wrap: wrap;
	justify-content: center;
}
.killingpage-section5-info .pic{
	width: 220px;
	margin-top: 30px;
}
.killingpage-section5-info .text{
	width: 100%;
}
.killingpage-section3-list>.row>div{
    width: 50%;
}
.page-title-list-box{
	top: 60px;
}
.page-title-list{
	width: auto;
	column-gap: 15px;
}
.page-title-list .list-item{
	flex-grow: 1;
	white-space: nowrap;
}
.info-list3{
	column-gap: 5%;
}
.info-list3 p{
	width: 30%;
}
.pagecontent{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.info-list1 .list-item{
	width: 100%;
}
.site-navbar .navbar {
    padding: 0 15px;
}
.navbar-nav > li a{
	padding: 13px 8px;
}
.footlogo{
	width: 260px;
    margin-top: 30px;
}
.pagecontent{
	flex-direction: column-reverse;
}
.container .leftnav{
	width: 100%;
	max-width: 100%;
}
.container .leftnav-box{
	width: 100%;
	max-width: 100%;
}
.container .page-message{
	width: 100%;
	max-width: 100%;
	padding: 20px 10px;
}
.site-footer .footer-address{
	border-right: none;
	text-align: left;
}
.site-footer .footer-mail{
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
}


}

@media screen and (max-width: 992px) {


.killingpage-section2-list>.row>div{
    width: 100%;
}
.killingpage-content h1{
	font-size: 24px;
}
.killingpage-content h2{
	font-size: 22px;
}
.killingpage-content h3{
	font-size: 17px;
}
.swiper-button-next{
	right: -10px !important;
}
.swiper-button-prev{
	left: -10px !important;
}
.page-title-list-box{
	top: 39px;
}
.info-pic-right{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-right .pic{
	max-width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-right .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-right .text{
	width: 100%;
}

.info-pic-left{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-left .pic{
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-left .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-left .text{
	width: 100%;
}
.site-header .row{
	margin: 0px;
}
.site-header .row .input-group{
	margin: 0px 0px 10px;
}
.info-item13{
	justify-content: space-between;
	column-gap: 0%;
}
.info-item13 .list-item{
	width: 48%;
}
.info-item4{
	justify-content: space-between;
	column-gap: 0px;
}
.info-item4 .list-item{
	width: 48%;
}
.container{
	width: 100%;
	max-width: 100%;
	padding: 0px 30px;
}
.info-list3{
	column-gap: 0%;
	justify-content: space-between;
}
.info-list3 p{
	width: 48%;
}
.services-container .row>div{
	width: 100%;
	max-width: 100%;
}
.services-container .row.center{
	display: inherit;
}
.navbar-nav>li>ul{
	max-height: 60vh;
	overflow: auto;
}
.logo-part img {
    width: 220px;
}
.dropdown a {
    white-space: inherit;
    line-height: 24px;
}
.dropdown a::after{
	display: none;
}
.dropdown span{
	display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #fff;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 15px;
    right: 10px;
}
.navbar-nav > li a{
	padding: 10px 5px;
    display: inline-block;
}
#navbarSupportedContent{
	padding-bottom: 20px;
}
#navbarSupportedContent ul li ul li ul{
	padding: 0px 0px 0px 15px;
}
.dropdown:hover > .dropdown-menu{
	display: none;
}


}
@media screen and (max-width: 1024px) {
	
	
.blog-list .list-item .text{
	width: 100%;
	padding: 30px 0px 0px;
}
.blog-list .list-item .pic{
	height: 200px;
	margin-bottom: 0px;
	max-width: 100%;
}
.blog-list .list-item{
	flex-wrap: wrap;
	justify-content: center;
}
	.banner-inpage {
		background-size: cover;
	}

	.background-aboutus {
		background-size: auto 100%;
	}

	.leftnav .input-left {
		width: 61%;
	}
	
	.banner-inpage .title{
		font-size: 30px;
	}

	.container>.row {
		flex-direction: inherit;
	}
	.container .pagecontent{
		flex-direction: column-reverse;
	}

	.site-footer .footer-address {
		float: none !important;
	}

	
	.site-products .productCol6{
		padding: 52px 30px 71px 30px;
	}

	.site-products .productCol7{
		padding: 52px 30px 71px 30px;
	}
	.site-footer .row>div{
		flex: none;
		width: auto;
		max-width: none;
	}
	.site-footer .row>div .float-left{
		float: none !important;
	}
	.site-footer .footer-leftLink{
		border-right: none;
		padding-right: 0px;
		text-align: left;
		margin-bottom: 25px;
	}
	.site-footer .footer-rightLink{
		padding-left: 0px;
	}
	
}

@media screen and (max-width: 768px) {
	


.killingpage-section3-list>.row>div{
    width: 100%;
}
.killingpage-section7-list .swiper-slide {
    padding: 30px 10px 60px;
}
.killingpage-section6-content{
	padding: 20px 10px;
}
.carousel-inner>.carousel-item.thanksgiving-banner .bannertext{
	padding: 0px 15px;
}
.container{
	padding: 0px 15px;
}
.info-item12 .info-item12-title h2.shows{
	border: 1px solid #00447c;
	background: #00447c;
	color: #fff;
}
.info-item12 .info-item12-title h2:after{
	content: none;
}
.info-item12 .info-item12-title h2{
	width: 100%;
	padding: 7px 10px;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.info-item12 .info-item12-title{
	flex-wrap: wrap;
}
.info-item11{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item11 .pic{
	max-width: 100%;
	background: none;
	padding: 0px 0px;
}
.info-item11 .info-item-bg{
	width: 100%;
	margin-bottom: 20px;
	
}

.info-item10{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item10 .pic{
	max-width: 100%;
}
.info-item10 .text{
	width: 100%;
}

.info-item9{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item9 .pic{
	width: 280px;
	padding: 0px 0px;
	max-width: 100%;
	margin-bottom: 20px;
}
.info-item9 .text{
	width: 100%;
}
.info-item9 .pic:before{
	content: none;
}
.info-item9 .pic:after{
	content: none;
}

.info-item8{
	padding: 25px 15px 10px;
}
.info-item7{
	justify-content: space-between;
	column-gap: 0px;
}
.info-item7 .list-item{
	width: 48%;
}
.info-item7 .list-item .list-text .text-info .list-content p{
	width: 100%;
	margin-bottom: 0px;
}
.info-item7 .list-item .list-text .text-info{
	padding: 25px 10px 25px;
}
.info-item6{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item6 .pic{
	max-width: 100%;
}
.info-item6 .text{
	width: 100%;
	padding: 0px 0px;
	margin-bottom: 25px;
}
.info-item6 .text:before{
	content: none;
}
.info-item6 .text:after{
	content: none;
}

.info-item5-info .info-item5-btn {
    margin-left: 0px;
}
.info-item5-info .text{
	width: 100%;
	margin-bottom: 25px;
}
.info-item5-info{
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 15px;
}
.info-item4 .list-item{
	width: 100%;
}
.info-item3{
	flex-wrap: wrap;
	justify-content: center;
	padding: 25px 15px;
}
.info-item3 .pic{
	max-width: 100%;
	margin-top: 20px;
}
.info-item3 .text{
	width: 100%;
}

.info-item2{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item2 .pic{
	max-width: 100%;
	margin-top: 20px;
}
.info-item2 .text{
	width: 100%;
}

.info-item1{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item1 .pic{
	width: 300px;
	max-width: 100%;
	margin-bottom: 20px;
}
.info-item1 .text{
	width: 100%;
	padding: 20px 15px 15px;
}	
	.row{
		display: block;
	}
	.info-list2 .list-item{
		width: 100%;
	}
	.site-footer .footer-address{
		display: flex;
		flex-direction: column;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.site-footer .footer-mail{
		display: flex;
		flex-direction: column;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.site-footer .footer-leftLink{
		display: flex;
		flex-direction: column;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.site-footer .footer-rightLink{
		display: flex;
		flex-direction: column;
		line-height: 30px;
	}
	.site-footer .footer-address br{
		display: none;
	}
	.site-footer .footer-address br:last-child{
		display: none;
	}
	.site-footer .footer-mail br{
		display: none;
	}
	.site-footer .footer-leftLink br{
		display: none;
	}
	.site-footer b{
		font-weight: bold;
	}
	.site-footer .footer-rightLink br{
		display: none;
	}
	.site-footer .follow{
		text-align: left;
	}
	.site-footer .row>div {
	    width: 100%;
	}
	.site-products h4 {
		height: 35px;
		margin-top: 20px;
	}

	.leftnav .input-left {
		width: 59%;
	}

	.table {
		font-size: 14px;
	}

	.page-message > table {
		margin-top: 20px;
		color: #666666;
		overflow-x: auto;
		table-layout: auto;
		width: 100%;
		border: none;
	}

	.product-td-right > img {
		width: 60%;
	}

	.E404 {
		margin-left: 5%;
	}
	.service-piclist li{
		width: 100%;
		margin-bottom: 13px;
	}
	.footlogo{
	width: 220px;
    margin-top: 20px;
}
	
}
@media screen and (max-width: 576px) {


.info-item13 .list-item{
	width: 100%;
}
.site-footer .container{
	padding: 0px 15px !important;
}
	
}

@media screen and (max-width: 414px) {
	
	
	.info-item7 .list-item{
	width: 100%;
}
	.leftnav {
		width: 100%;
	}

	.input-group {
		margin: 10px;
	}


	.carousel-caption h1 {
		font-size: 1.5rem;
	}

	.site-products h4 {
		height: 18px;
	}

	.leftnav .input-left {
		width: 62%;
	}

	.contact-company-msg .detail > img {
		margin: 0px 20px 20px 25px;
	}
}

@media screen and (max-width: 375px) {
	.leftnav .input-left {
		width: 61.5%;
	}
}

@media screen and (max-width: 320px) {
	.carousel-caption h1 {
		font-size: 1.1rem;
	}

	.leftnav .input-left {
		width: 61%;
	}

	.product-td-right > img {
		width: 100%;
	}

	.contact-company-msg .detail > img {
		width: 30px;
		float: left;
		margin: -10px 5px 60px 5px;
		padding-top: 11px;
	}
}

.product-message {
	margin-top: 20px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 20px;
}

.product-message .clearfix .proshowlist {
	margin-top: 20px;
}

.product-message p {
	font-size: 15px;
}

@media screen and (max-width: 450px){
	
	
	.info-list3 p{
		width: 100%;
	}
	
	.product-message p {
		display: inline-block;
	}
}

.product-message tr {
	border-bottom: #dae0e6 solid 1px;
}

.product-message .table th, .product-message .table td {
	border-top: 1px solid #dae0e6;
}



.protypeName {
	margin-bottom: 15px;
	padding: 8px 0px;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	font-weight: bolder;
	color: #00447c;
	font-family: "Open Sans Bold";
	font-size: 19px;
	line-height: 1.3;
}

.productDetailTable {
	margin-top: 20px;
	color: #666666;
	table-layout: auto;
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	font-size: 14px;
	text-align: center;
}

.productDetailTable tr th {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00447c;
}

.leftnav ul li ul{
	display: none;
}
.protitle{
	margin-bottom: 20px;
	margin-top: 10px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}
.protitle h1 {
    font-weight: 400;
    line-height: 30px;
    font-size: 22px;
    color: #1d2846;
    float: left;
    margin-bottom: 0px;
    text-transform: inherit;
	font-family: "Helvetica Neue-Bold";
}
.titlelist{
	float: right;
	display: flex;
	flex-direction: column;
}
.titlelist a{
	margin-bottom: 10px;
}
.titlelist a:last-child{
	margin-bottom: 0px;
}
.probtn{
    float: right;
    color: #fff !important;
    padding: 8px 12px 8px 35px;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #00447c;
    line-height: 20px;
    margin-left: 0px;
    background: url(../images/Product-chemistry.svg) no-repeat 10px center/18px #00447c;
}
.probtn:hover{
	color: #fff !important;
    background: url(../images/Product-chemistry.svg) no-repeat 10px center/18px #0a68b6;
}

.spec-btn{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	background: #00447c;
	color: #fff !important;
	padding: 4px 10px;
	font-size: 15px;
	flex-shrink: 0;
	margin-left: 20px;
}
.spec-btn:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/icon-download.svg) no-repeat center center/contain;
	margin-right: 8px;
	margin-bottom: 3px;
}
.spec-btn:hover{
	background: #ffc324;
	color: #fff !important;
}





@media screen and (min-width: 768px) and (max-width: 1000px){
	.leftnav-normal > img {
		margin-right: 5px;
	}

	.leftnav a {
		display: table-cell;
		line-height: 25px;
	}
}

@media screen and (max-width: 1024px){
	.leftnav .leftnav-normal {
		/*display: -webkit-box;*/
	}

	.leftnav-normal > img {
		margin-right: 5px;
	}

	.leftnav a {
		display: inline;
	}
}

.form-group img{
	width:auto !important;
	height: 35px !important;
}

@media screen and (max-width: 1100px){



.spec-btn{
	margin-left: 0px;
	margin-top: 10px;
}
.table.detail-table tr td{
	padding: 0px 0px 5px !important;
}
.protitle{
	flex-direction: column;
	justify-content: flex-start;
    align-items: flex-start;
}
.protitle h1{
	margin-bottom: 10px;
}
.titlelist{
	margin-top: 10px;
}

}

.page-h2-style h2{ text-transform: inherit;}
.dw-msds{
	background-color: #f9c925;
	color: #fff !important;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 2px;
}
.dw-msds:hover{
	background: #00447c;
	color: #fff !important;
}