@charset "utf-8";
@import url("bootstrap.min.css");
@import url("public.css");
@import url("reset.css");

.ullist.list-icon1>li{
	color: #0869A5;
}
.ullist.list-icon1>li span{
	color: #000;
}

.ullist.list-icon2{
	padding-left: 22px;
}
.ullist.list-icon2>li{
	padding-left: 0px !important;
	position: relative;
	list-style:none;
}
.ullist.list-icon2>li:before{
	content: '✔';
	position: absolute;
	top: 1px;
	left: -22px;
	width: 8px;
	height: 8px;
	color: #0869A5;
} 

.services-container ul{
	margin-top: -15px;
}
.services-container .ullist{
	margin-top: -15px;
}

.product-tags {
	background-color: #fff;
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
.product-tags .row {
	padding: 0px 0px;
	margin: 0px 0px;
}
.product-tags .row div[class*="col-md"] {
	padding: 0 15px;
}
.product-tags .row div[class*="col-md"] a {
	padding-left: 5px;
	display: block;
	color: #000;
	background-color: #F4F8FC; 
	padding: 8px 15px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px;
	transition: all 0s;
	text-align: center;
}
.product-tags .row div[class*="col-md"]:hover a {
	color: #ffffff;
	background-color: #38B5E1;
}


.successtable table tr td{
	font-size: 16px;
	background: #fff;
	color: #000;
}
.successinfo .tit{
	font-size: 20px;
	display: block;
	font-weight: bold;
}
.successinfo {padding-left: 2px;line-height: 30px;color: #888888;padding-right: 2px;padding-bottom: 0px;}
.successinfo .iconarea .iconunit {text-align: center;display: block;width: 40px;height: 40px;border-radius: 40px;background-color: #024A93;color: #ffffff;line-height: 40px;font-weight: bolder;font-size: 22px;position: relative;z-index: 9;}
.successtable table{
	border: 1px solid #ddd;
}
.successinfo table{
	border: 1px solid #ddd;
	margin-bottom: 0px;
}
.successinfo table tr td{
	font-size: 16px;
	background: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.maincon{
	width: 1320px;
	height: auto;
	margin: auto;
}
p{
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;	
}
p a{
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
.push{
	margin-top: 90px;
}
.thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
	max-width: none;
	height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
	-webkit-animation: upDown2 35s ease-out;
    animation: upDown2 35s ease-out;
    animation-iteration-count:infinite;
    animation-fill-mode:forwards;
}
.carousel-indicators{
	display: none;
}
.carousel-control{
	height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 100px;
    top: auto;
    bottom:  100px;
    background: url(../images/carousel-right.svg) no-repeat center center/80% rgba(0,0,0,20%) !important;
}
.carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/80% #0869A5 !important;
}
.carousel-control:focus{
	opacity: 1;
}
.carousel-control.right{
	left: 9%;
}
.carousel-control.left{
	left: 5%;
	right: auto;
	transform: rotate(180deg);
}
.carousel-inner>.item{
	height: 800px;
	overflow: hidden;
}
.carousel-inner>.item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.carousel-indicators li{
	width: 12px;
	height: 12px;
	border-radius: 50px;
	margin: 0px 5px;
	background: rgba(255,255,255,50%);
	border: none;
}
.carousel-indicators .active{
	background: #fff;
	margin: 0px 5px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
}
.carousel-inner>.item .small-pic{
	width: 400px;
	height: 400px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	border-radius: 300px;
	overflow: hidden;
	z-index: 3;
	border: 3px solid #fff;
}
.carousel-inner>.item .small-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannertext{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 0% 0px 0%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 5;
    text-align: center;
}
.bannertext .text{
	width: 1000px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
}
.bannertext h1,.bannertext h2{
	text-align: center;
	font-size: 50px;
	line-height: 1.4;
    color: #fff;
    margin: auto;
    margin-top: 0px;
    padding-top: 0px;
	opacity: 0;
	transform: translateY(-15px);
	-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;
    white-space: break-spaces;
    /*text-shadow: 0px 3px 6px rgba(0,0,0,.4);*/
}
.bannertext h1 a,.bannertext h2 a{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	font-weight: inherit;
}
.bannertext h1 a:hover,.bannertext h2 a:hover{
	color: #fff;
}
.bannertext p{
	font-size: 35px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0px;
	white-space: normal;
	display: block;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.7s;
    text-align: center;
    position: relative;
    margin-top: 0px;
    /*text-shadow: 0px 3px 6px rgba(0,0,0,.4);*/
}
.bannertext p span{
	font-size: 45px;
	font-family: 'Montserrat-Medium';
}
.learnmore{
	width: auto;
	height: 44px;
	padding: 0px 30px;
	border-radius: 0px;
	color: #fff;
	background: #0869A5;
	font-size: 16px;
	margin-top: 0px;
	position: relative;
    transition: 400ms;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    align-items: center;
    transition: all 0s;
}
.learnmore:hover{
	background: #2D4B7E;
	color: #fff;
}
.bannertext .learnmore{
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
    margin-top: 40px;
}
@-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);
    }
}

@-webkit-keyframes upDown2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes upDown2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.toper{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	background: #fff;
}
.toper.fixed {
    box-shadow: 1px 2px 10px rgba(0,0,0,15%);
    background: #fff;
}
.nav-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 40px;
}
.searchicon {
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 70px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #0869A5;
}
.searchicon:before{
	content: '\e900';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 22px;
    /*margin-bottom: 4px;*/
}
.searchicon:hover{
	color: #fff;
	background: #0869A5;
}
.searchicon.shows:before{
	content: '✖';
}
.toper-nav{
	width: 100%;
	height: auto;
	padding: 10px 0px;
}
.toper-nav .maincon{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logos{
	width: auto;
}
.logos img{
	height: 65px;
	width: auto;
	display: block;margin: auto;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#004080;width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.nav-box{
	width: auto;
	height: auto;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	color: #000;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #ffc000;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 70px;
	line-height: 70px;
	float: left;
	margin-left: 25px;
	position: relative;
	padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>a{
	font-weight: normal;
	color: #000;
}
.navs>ul>li:after{
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background: #fff;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #707070;
    font-size: 14px;
    transition: all 0s;
}
.navs>ul>li>span::before{
	content: '\e968';
	font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
	color: #000000;
}
.navs>ul>li>span.act::before{
	color: #000000;
}
.navs>ul>li:hover:after{
	width: 100%;
}
.navs>ul>li:hover>a{
	color: #0869A5;
}
.navs>ul>li:hover>span{
	color: #0869A5;
}
.navs>ul>li:hover:after{
	background: #0869A5;
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span{
	position: absolute;
	top: 13px;
    right: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.navs ul li ul li span::before{
	content: ">";
	color: #062134;
	font-weight: bold;
}
.navs ul li ul li a{
	font-size: 15px;
	line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: 90%;
    transition: all .1s ease-out;
}
.navs ul li ul li:hover>a{
	color: #0869A5;
}
.navs ul li ul li:hover>span::before{
	color: #0869A5;
}
.navs ul li ul li a.shows{
	color: #0869A5;
}
.navs>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 90%;
	background: #fff;
	width: 280px;
	height: auto;
	display: none;
	z-index: 101;
}
.navs ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 100%;
	height: auto;
	display: none;
}
.navs>ul>li.text-nowrap ul{
	width: auto;
	min-width: 280px;
}
.navs>ul>li.text-nowrap ul li a{
	white-space: nowrap;
}
.top-search{
	width: 100%;
	height: auto;
	padding: 10px 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
	z-index: 5;
}
.top-search .maincon{
	position: relative;
}
#search-form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 6px;
	box-shadow: none;
	height: 44px;
	width: 100%;
	box-shadow: 1px 2px 3px rgba(0,0,0,.2);
}
#search-form input{
	width: 100%;
	height: 100%;
	border: none;
	background: #fff;
	box-shadow: none;
	padding: 0px 15px;
	font-size: 16px;
	border: none;
	color: #000;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
#search-form button{
	height: 100%;
    width: auto;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #0869A5;
    flex-shrink: 0;
    padding: 0px 20px;
    border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
#search-form button:hover{
	color: #fff;
	background: #2D4B7E;
}
.footer{
	width: 100%;
	height: auto;
	background: #0869A5;
	position: relative;
}
.footer:before{
	content: '';
	width: 55%;
	height: 100%;
	background: #1D76AC;
	position: absolute;
	left: 0px;
	top: 0px;
	clip-path: polygon(0% 0%,80% 0%,100% 100%,0% 100%);
}
.footer p{
	color: #D0D6E2;
	margin-bottom: 5px;
}
.footer a{
	color: #D0D6E2;
}
.footer a:hover{
	color: #fff;
}
.footer .foottitle{
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}
.foot-info{
	position: relative;
	z-index: 2;
	padding: 50px 0px 35px;
}
.foot-logo{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.foot-logo img{
	width: auto;
	height: 60px;
}
.foot-link-icon{
	margin-top: 0px;
}
.foot-link-icon a{
	font-size: 17px;
	margin-left: 20px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.foot-link-icon a:hover{
	background: #fff;
	color: #0869A5;
}
.foot-contact-list{
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.foot-contact-list p{
	padding-left: 30px;
	margin-bottom: 0px;
}
.foot-contact-list p:nth-child(1){
	background: url(../images/foot-address.svg) no-repeat 0px center/18px;
}
.foot-contact-list p:nth-child(2){
	background: url(../images/foot-phone.svg) no-repeat 0px center/19px;
}
.foot-contact-list p:nth-child(3){
	background: url(../images/foot-fax.svg) no-repeat 0px center/22px;
}
.foot-contact-list p:nth-child(4){
	background: url(../images/foot-email.svg) no-repeat 0px center/20px;
}
.foot-nav{
	width: 100%;
	height: auto;
}
.foot-nav-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.foot-nav-list .lists{
	width: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.foot-nav-list .lists .list-item{
	margin-right: 150px;
}
.foot-nav-list .lists .list-item:last-child{
	margin-right: 0px;
}
.foot-nav-list .foot-text{
	width: auto;
	max-width: 500px;
}
.copyright{
	width: 100%;
	height: auto;
	padding: 12px 0px;
	position: relative;
	z-index: 2;
}
.copyright p{
	text-align: center;
	padding: 0px 15px;
	margin-bottom: 0px;
	color: #D0D6E2;
	font-size: 15px;
}
.go_top{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	background-image: url(../images/top.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	background-color: #0869A5;
	position: fixed;
	right: 5px;
	bottom: 120px;
	opacity: 0;
	z-index: 5;
}
.go_top:hover{
	background-color: #3c84ff;
}
.mainsection1{
	width: 100%;
	height: auto;
	padding: 100px 0px;
}
.mainsection1-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection1-info .pic{
	width: 380px;
	position: relative;
}
.mainsection1-info .pic img{
	width: 100%;
	height: auto;
}
.mainsection1-info .pic-text span{
	font-size: 18px;
	color: #6C6C6C;
	position: absolute;
}
.mainsection1-info .pic-text span:nth-child(1){
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.mainsection1-info .pic-text span:nth-child(2){
	top: 35%;
	right: 5%;
}
.mainsection1-info .pic-text span:nth-child(3){
	top: 75%;
	right: 7%;
}
.mainsection1-info .pic-text span:nth-child(4){
	bottom: 8%;
	left: 20%;
}
.mainsection1-info .pic-text span:nth-child(5){
	top: 50%;
	left: 5%;
}
.mainsection1-info .pic-text span.text-title{
	color: #2D4B7E;
	font-size: 24px;
	font-weight: bold;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding-left: 20px;
}
.mainsection1-info .text{
	width: calc(100% - 500px);
	background-image: url(../images/index-pic2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}
.maintitle{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	text-align: left;
}
.maintitle .titles{
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
}
.maintitle .titles:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #0869A5;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.titles{
	font-size: 32px;
	color: #0869A5;
	font-family: 'Poppins-SemiBold';
}
.maintitle p{
	margin-top: 20px;
	margin-bottom: 0px;
}
.maintitle.center{
	text-align: center;
}
.maintitle.center .titles:before{
	left: 50%;
	transform: translateX(-50%);
}
.foot-inquiry{
	margin-top: 60px;
}
.mainsection1-info .text h3{
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.mainsection1-info .text p{
	line-height: 34px;
}
.mainsection1-info .maintitle .titles{
	padding-bottom: 0px;
}
.mainsection1-info .maintitle .titles:before{
	content: none;
}
.mainsection1-info .text .learnmore{
	margin-top: 25px;
}
.mainsection1-info .text .text-btn{
	text-align: center;
}
.mainsection2{
	width: 100%;
	height: auto;
	background: #F4F6F8;
	padding: 100px 0px 88px;
}
.mainsection2-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 12px;
}
.mainsection2-list .list-item1{
	width: calc(50% - 9px);
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 12px;
}
.mainsection2-list .list-item1 .maintitle{
	margin-bottom: 0px;
}
.mainsection2-list .list-item{
	width: calc(25% - 9px);
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}
.mainsection2-list .list-item .pic{
	width: 100%;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
.mainsection2-list .list-item .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection2-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection2-list .list-item .text{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 15px;
	z-index: 2;
	background: rgba(45,75,126,.4);
	opacity: 0;
	transform: scale(1.1);
	transition: all .5s; 
}
.mainsection2-list .list-item .text h3{
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}
.mainsection2-list .list-item:hover .text{
	transform: scale(1);
	opacity: 1;
}
.mainsection2-list .list-item2{
	width: calc(50% - 9px);
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.mainsection2-list .list-item2 a{
	display: inline-flex;
	color: #0869A5;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
}
.mainsection2-list .list-item2 a img{
	width: auto;
	height: 46px;
	margin-left: 30px;
}
.mainsection2-list .list-item2 a:hover{
	color: #2D4B7E;
}


.mainsection3{
	width: 100%;
	height: auto;
	padding: 100px 0px 88px;
}
.mainsection3-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 12px;
}
.mainsection3-list .list-item1{
	width: calc(50% - 9px);
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 12px;
}
.mainsection3-list .list-item1 .maintitle{
	margin-bottom: 0px;
}
.mainsection3-list .list-item{
	width: calc(25% - 9px);
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}
.mainsection3-list .list-item .pic{
	width: 100%;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
.mainsection3-list .list-item .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection3-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection3-list .list-item .text{
	position: absolute;
	width: 95%;
	height: 85%;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 15px 15px;
	z-index: 2;
	background: rgba(255,255,255,.8);
	clip-path: polygon(0% 0%,100% 0%,0% 100%,0 0%);
	transition: all .5s; 
}
.mainsection3-list .list-item .text h3{
	text-align: center;
	color: #2D4B7E;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 5%;
}
.mainsection3-list .list-item:hover .text{
	background: rgba(255,255,255,.8);
}
.mainsection3-list .list-item2{
	width: calc(50% - 9px);
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.mainsection3-list .list-item2 a{
	display: inline-flex;
	color: #0869A5;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
}
.mainsection3-list .list-item2 a img{
	width: auto;
	height: 46px;
	margin-left: 30px;
}
.mainsection3-list .list-item2 a:hover{
	color: #2D4B7E;
}

.mainsection4{
	width: 100%;
	height: auto;
	background: #F4F6F8;
	padding: 100px 0px 100px;
}
.mainsection4-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection4-sustainability{
	width: 46%;
}
.mainsection4-sustainability .info-list{
	width: 100%;
	height: calc(100% - 85px);
}
.mainsection4-sustainability .info-list .list-item{
	width: 100%;
	height: 47%;
	box-shadow: 0px 6px 15px rgba(0,0,0,.25);
	margin-bottom: 6%;
	background: #fff;
	display: inline-block;
}
.mainsection4-sustainability .info-list .list-item:last-child{
	margin-bottom: 0px;
}
.mainsection4-sustainability .info-list .list-item .pic{
	width: 100%;
	height: calc(100% - 48px);
	position: relative;
	overflow: hidden;
}
.mainsection4-sustainability .info-list .list-item .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection4-sustainability .info-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection4-sustainability .info-list .list-item p{
	padding: 10px 15px;
	color: #0869A5;
	margin-bottom: 0px;
	text-align: center;
}
.mainsection4-news{
	width: 46%;
}
.mainsection4-news .info-list{
	width: 100%;
	height: auto;
	padding: 0px 0px 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid #9C9C9C;
}
.mainsection4-news .info-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.mainsection4-news .info-list .list-item p{
	margin-bottom: 10px;
}
.mainsection4-news .info-list .list-item p a{
	color: #000000;
	line-height: 1.4;
}
.mainsection4-news .info-list .list-item p a:hover{
	color: #0869A5;
}
.mainsection4-news .info-list .list-item span{
	color: #9C9C9C;
	font-size: 15px;
}
.mainsection4-news .info-btn{
	width: 100%;
	text-align: center;
}
.mainsection4-news .info-btn a{
	display: inline-flex;
	color: #0869A5;
	align-items: center;
	justify-content: flex-start;
	font-size: 20px;
}
.mainsection4-news .info-btn a img{
	width: auto;
	height: 46px;
	margin-left: 30px;
}
.mainsection4-news .info-btn a:hover{
	color: #2D4B7E;
}

.pagebanner{
	width: 100%;
	height: 500px;
	position: relative;
}
.pagebanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,75,126,.2);
    z-index: 2;
}
.pagebanner>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagebanner .text{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	transform: translateY(-50%);
}
.pagebanner h1{
	font-size: 40px;
    line-height: 1.4;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
.pagebanner p{
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
}
.crumbnav{
	width: 100%;
	height: auto;
	padding: 15px 0px 15px;
	text-align: left;
	margin-top: 0px;
}
.crumbnav ul{
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 15px;
	color: #000;
}
.crumbnav ul li{
	font-size: 16px;
	color: #0869A5;
	display: inline-block;
	margin-right: 5px;
}
.crumbnav ul li a{
	font-size: 16px;
	color: #000;
	display: inline-block;
}
.crumbnav ul li a:hover{
	color: #0869A5;
}
.crumbnav ul li::before{
	content: "/";
	color: #000;
	margin-right: 7px
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 40px 0px 60px;
}
.page-title{
	width: 100%;
	margin-bottom: 30px;
}
.page-title h2,.page-title .page-title-info{
	color: #0869A5;
	padding-bottom: 14px;
	font-size: 25px;
	position: relative;
	display: inline-block;
	font-family: 'Poppins-SemiBold';
}
.page-title h2:before,.page-title .page-title-info:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #0869A5;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.products-section1{
	width: 100%;
	height: auto;
	padding: 30px 0px 50px;
}
.products-section2{
	width: 100%;
	height: auto;
	background: #F4F6F8;
	padding: 60px 0px 20px;
}
.products-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 3.5%;
}
.products-list .list-item{
	width: 31%;
	margin-bottom: 40px;
	position: relative;
	padding: 0px 30px;
}
.products-list .list-item:before{
	content: '';
	width: 100%;
	height: 70%;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	box-shadow: 0px 6px 15px rgba(0,0,0,.25);
}
.products-list .list-item:hover:before{
	box-shadow: 0px 6px 15px rgba(42,70,123,.25);
}
.products-list .list-item .pic{
	width: 100%;
    padding-bottom: 60%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.products-list .list-item .pic img{
	width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
}
.products-list .list-item:hover .pic img{
	transform: scale(1.1);
}
.products-list .list-item .text{
	width: 100%;
    height: auto;
    padding: 15px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.products-list .list-item .text h3{
	width: 100%;
	height: 70px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0869A5;
	background: url(../images/icon-arrow2.svg) no-repeat left bottom/15% auto,url(../images/icon-arrow3.svg) no-repeat right top/15% auto;
	font-size: 18px;
	line-height: 1.3;
}
.products-list .list-item:hover .text h3{
	color: #2D4B7E;
}
.products-list .list-item .text .icon{
	width: 46px;
	height: 46px;
	display: inline-block;
	background: url(../images/icon-arrow.svg) no-repeat center center/95% auto;
	margin-top: 10px;
	transition: all .5s;
}
.products-list .list-item:hover .text .icon{
	transform: rotate(90deg);
}
.products-section3{
	width: 100%;
	height: auto;
	background: #EAEFF7;
	padding: 60px 0px 20px;
}
.about-section1{
	width: 100%;
	height: auto;
	padding: 30px 0px 35px;
}
.about-section1-info{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about-section1-info .text-info-left{
	width: 700px;
	max-width: calc(100% - 550px);
}
.about-section1-info .text-info-left p{
	line-height: 32px;
}
.about-title{
	font-size: 20px;
	color: #0869A5;
	margin-bottom: 20px;
}
.about-section1-info .text-info-right{
	width: 500px;
}
.about-section1-info .text-info-right .text-list{
	padding-left: 80px;
	margin-bottom: 20px;
}
.about-section1-info .text-info-right .text-list:nth-child(1){
	background: url(../images/about-pic8.png) no-repeat left center/60px auto;
}
.about-section1-info .text-info-right .text-list:nth-child(2){
	background: url(../images/about-pic9.png) no-repeat left center/60px auto;
}
.about-section1-info .text-info-right .text-list:nth-child(3){
	background: url(../images/about-pic10.png) no-repeat left center/60px auto;
}
.about-section1-info .text-info-right h4{
	font-size: 18px;
	color: #0869A5;
	margin-bottom: 10px;
}
.about-section1-info .text-info-right p{
	color: #0869A5;
	margin-bottom: 0px;
	line-height: 22px;
}
.about-section2{
	width: 100%;
	height: auto;
	padding: 40px 0px;
	background: #0869A5;
}
.about-section2 p{
	color: #fff;
	margin-bottom: 0px;
}
.about-section3{
	width: 100%;
	height: auto;
	padding: 60px 0px 60px;
}
.about-section3-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-section3-info .pic{
	width: 45%;
}
.about-section3-info .pic img{
	width: 100%;
	height: auto;
}
.about-section3-info .text{
	width: 45%;
}
.about-section3-info .text .list-item{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.about-section3-info .text .list-item:last-child{
	margin-bottom: 0px;
}
.about-section3-info .text .list-item img{
	width: auto;
	height: 62px;
	margin-right: 20px;
	flex-shrink: 0;
}
.about-section3-info .text .list-item p{
	margin-bottom: 0px;
	color: #2D4B7E;
}
.about-section4-info{
	width: 100%;
	height: auto;
	background: #F4F6F8;
	padding: 60px 0px 45px;
}
.about-section4-info .info-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about-section4-info .info-list .list-item{
	width: 340px;
	flex-shrink: 0;
}
.about-section4-info .info-list .list-item2{
	width: 160px;
	flex-shrink: 0;
}
.about-section4-info .info-list .pic{
	width: 30%;
	margin: 0px 50px;
}
.about-section4-info .info-list .pic img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 20px;
}
.about-section4-info .info-list .list-item h4{
	color: #0869A5;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}
.about-section4-info .info-list .list-item h4:before{
	content: '';
    width: 70px;
    height: 2px;
    background: #0869A5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.about-section4-info .info-list .list-item ul{
	margin-bottom: 50px;
	padding-left: 19px;
}
.about-section4-info .info-list .list-item ul:last-child{
	margin-bottom: 0px;
}
.about-section4-info .info-list .list-item ul li{
	list-style: disc;
	margin-bottom: 5px;
}
.about-section4-info .info-list .list-item2 h4{
	text-align: left;
	padding-left: 15px;
}
.about-section4-info .info-list .list-item2 h4:before{
	left: 13px;
	transform: none;
}
.about-section5{
	width: 100%;
	height: auto;
	margin: 130px 0px;
	background: linear-gradient(to bottom,#fff,#88A7DB 75%,#0869A5);
}
.about-section5-info{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	position: relative;
}
.about-section5-info .text{
	width: calc(100% - 350px);
}
.about-section5-info .text p:last-child{
	margin-bottom: 0px;
}
.about-section5-info .pic{
	width: 290px;
	height: calc(100% + 100px);
	position: absolute;
	top: -50px;
	right: 0px;
}
.about-section5-info .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 40px 0px 60px;
}
.service-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.leftnav{
	width: 330px;
}
.rightcon{
	width: calc(100% - 380px);
}
.sidenav{
	width: 100%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 40px;
	border: 1px solid #EBEBEB;
	padding: 30px 15px 20px;
}
.leftnav h3{
	font-size: 20px;
	display: block;
	padding: 0px 0px 0px;
	color: #000;
	margin-bottom: 15px;
}
.leftnav h3 a{
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}
.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: 16px;
	line-height: 22px;
    color: #000;
    display: inline-block;
    max-width: 90%;
}
.leftnavli ul li ul li a{
	font-size: 15px;
}
.leftnavli>ul>li>a{
	color: #000;
	font-size: 16px;
}
.leftnavli>ul>li>ul>li>a{
	color: #6d6d6d;
}
.leftnavli ul li a:hover{
	color: #0869A5;
}
.leftnavli ul{
	margin-top: 0px;
	margin-bottom: 7px;
}
.leftnavli ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
	border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 5px 0px 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: 18px;
	height: 18px;
	margin-top: 5px;
}
.leftnavli ul li span::before{
	content: '\e982';
    font-family: 'icomoon';
	font-weight: bold;
	color: #0869A5;
	cursor: pointer;
	font-size: 16px;
}
.leftnavli ul li span.down::before{
	content: '\e980';
}
.leftnavli ul li ul{
	display: none;
	padding-left: 12px;
	margin-top: 10px;
}
.leftnavli>ul>li{
	padding: 8px 0px 8px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.leftnavli>ul>li.shows>a{
	color: #222;
	font-weight: bold;
}
.leftnavli ul li ul li{
	padding: 4px 0px 4px;
	margin-bottom: 0px;
}
.leftnavli>ul>li>ul{
	padding: 0px 0px 10px 5px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.leftnavli>ul>li>ul>li>ul{
	background: #F8F8F8;
	padding: 10px 10px 15px;
	border-radius: 6px;
}
.forms .form_control {
    width: 100%;
    height: 44px;
    border: 1px solid #bdbdbd;
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 5px;
    background: none;
}
.forms .form_group{
	margin-bottom: 20px;
}
.forms textarea.form_control{
	height: 80px;
	padding: 10px 10px;
	line-height: 22px;
	display: inherit;
}
.forms label{
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
	margin-left: 5px;
}
.forms{
	width: 100%;
}
.forms .inquiry-quantity{
	width: 100%;
}
.forms .form_button{
	margin-top: 10px;
	text-align: left;
}
.forms .submit-btn{
	padding: 8px 70px;
	background: #0869A5;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 5px;
}
.forms .submit-btn:hover{
	background: #2D4B7E;
}
.inquiry-quantity{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inquiry-quantity input.form_control {
	color: #000;
	width: calc(100% - 120px);
	float: left;
	padding-right: 20px;
}
.inquiry-quantity select.form_control {
	color: #000;
	width: 110px;
	margin-left: 0px;
	font-family: auto;
	outline: none;
}
.inquiry-quantity select.form_control option{
	height: 50px;
}
.pro-detail-section1{
	margin-bottom: 30px;
}
.detail-table{
	border-top: none;
	border-left: none;
}
.detail-table th{
	background: #8597B0;
	color: #fff;
	border-bottom: none;
    border-right: none;
}
.detail-table tr, .detail-table td{
	border-bottom: 1px solid #e5e5e5;
    border-right: none;
    color: #545454;
    background: none;
    padding: 10px 15px 10px 0px;
}
.detail-table tr:nth-child(2n) td {
     background: #fff; 
}
.detail-table .table-title{
	color: #393939;
	font-weight: bold;
	padding-left: 15px;
}
.datasheet{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: #F87458;
	font-size: 16px;
}
.datasheet span{
	color: #F87458;
	margin-left: 5px;
}
.datasheet:hover span{
	color: #088e2d;
}
.datasheet img{
	width: auto;
	height: 30px;
}
.services-container .pro-detail-title{
	font-size: 18px;
	color: #2D4B7E;
	background: #D8E7FF;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.pro-detail-section2{
	margin-bottom: 30px;
}
.pro-detail-section2 .detail-table .table-title{
	padding-left: 15px;
}
.related-title {
    color: #000 !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-size: 20px;
}
.related{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 2%;
	margin-top: 15px;
	margin-bottom: 20px;
}
.related a{
	width: 49%;
	padding: 0px 0px 0px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    transition: all 0s;
}
.related a strong{
	color: #000;
}
.related a:before{
	content: '•';
    position: absolute;
    left: 0px;
    top: 0px;
    color: #545454;
}
.related a:hover{
	color: #0869A5;
}
.related a:hover strong{
	color: #0869A5;
}
.related a:hover{
	color: #0869A5;
}
.notice{
	background: url(../images/notice.svg) no-repeat 15px 13px/20px #0869A5;
    color: #fff !important;
    padding: 8px 15px 8px 50px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.side-inquiry{
	width: 100%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 40px;
	border: 1px solid #EBEBEB;
	padding: 30px 15px 40px;
}
.side-inquiry .forms{
	padding-top: 20px;
}
.side-inquiry .forms label{
	display: none;
}
.side-inquiry .forms .row>div{
	width: 100%;
}
.pagetitle{
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-top: 0px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #0869A5;
}
.pagetitle h2,.pagetitle .page-title-info{
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    margin-top: 0px;
    text-align: left;
    color: #0869A5;
    position: relative;
    font-family: 'Poppins-SemiBold';
    line-height: 1.3;
}

.pagetitle .to_inquiry {
    color: #fff;
    padding: 9px 10px;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    line-height: 16px;
    margin-left: 20px;
    background: #0869A5;
    flex-shrink: 0;
    margin-left: 25px;
}
.pagetitle .to_inquiry:hover{
	background: #2D4B7E;
	color: #fff;
}
.pagetitle.style2{
	border-bottom: none;
	margin-bottom: 0px;
	justify-content: center;
}
.pagetitle.style2 h2{
	text-align: center;
}
.page-title-small{
	width: 100%;
	padding-bottom: 30px;
}
.page-title-small h3{
	text-align: center;
	font-size: 24px;
    color: #0869A5;
    text-transform: uppercase;
    font-family: 'Times-New-Roman';
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.titanium-section3{
	width: 100%;
	height: auto;
	padding: 10px 0px 30px;
}
.titanium-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 3.5%;
}
.titanium-list .list-item{
	width: 31%;
	margin-bottom: 40px;
	position: relative;
	box-shadow: 0px 6px 15px rgba(0,0,0,.25);
	padding-bottom: 50px;
}
.titanium-list .list-item:hover{
	box-shadow: 0px 6px 15px rgba(42,70,123,.25);
}
.titanium-list .list-item .pic{
	width: 100%;
    padding-bottom: 65%;
    position: relative;
    z-index: 2;
}
.titanium-list .list-item .pics{
	width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
}
.titanium-list .list-item .pic img{
	width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
}
.titanium-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.titanium-list .list-item .pic:after{
	content: '';
	width: 20%;
	padding-bottom: 20%;
	border-radius: 200px;
	box-shadow: 0px 4px 4px rgba(0,0,0,.25);
	position: absolute;
	left: 50%;
	transform: translate(-50%,50%);
	bottom: 0%;
	background: url(../images/about-titanium-dioxide-icon.jpg) no-repeat center 60%/70% auto #fff;
}
.titanium-list .list-item .text{
	width: 100%;
	height: auto;
	padding: 70px 20px 30px;
}
.titanium-list .list-item .text h3{
	color: #0869A5;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.4;
	text-align: center;
}
.titanium-list .list-item:hover .text h3{
	color: #2D4B7E;
}
.titanium-list .list-item .text .list-btn{
	width: 100%;
	bottom: 30px;
	left: 0px;
	padding: 0px 20px;
	position: absolute;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #0869A5;
}
.titanium-list .list-item .text .list-btn:after{
	content: '';
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/icon-arrow.svg) no-repeat center center/95% auto;
	margin-left: 14px;
	transition: all .3s;
}
.titanium-list .list-item:hover .text .list-btn:after{
	transform: rotate(90deg);
}
.inquiry-box{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
}
.inquiry-box .inquiry-box-form{
	width: 60%;
	height: auto;
	background: #fff;
}
.inquiry-box .inquiry-box-text{
	width: 32%;
}
.inquriy-text{
	margin-bottom: 25px;
}
.inquriy-text h3{
	font-size: 20px;
}
.inquiry-box .inquiry-box-form .forms{
	width: 100%;
}
.inquiry-box .inquiry-box-form .forms label{
	display: none;
}
.nomain-inquiry-data
{
    position: relative;
    width: 100%;
    border: 1px solid #0869A5;
    padding:130px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 96px;
    border-radius: 5px;
}
.nomain-inquiry-data .nomain-orangedata{
	margin: 10px 0px 10px;
	color: #000;
	font-size: 17px;
	text-align: center;
}
.nomain-inquiry-data h3{
	margin-top: 20px;
	font-size: 17px;
}
.nomain-inquiry-data p{
	text-align: center;
}
.nomain-inquiry-title
{
    padding: 6px;
    position: absolute;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 1px solid #0869A5;
    top: -98px;
    background:rgba(255,255,255,1);
}
.nomain-inquiry-title>img
{
    display: block;
}
.nomain-inquiry-data ul
{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0 10px;
}
.nomain-inquiry-data ul>li
{
    margin: 0 10px;
}
.nomain-inquiry-data ul>li a
{
    font-size: 17px;
	margin-right: 0px;
	border: 1px solid #0869A5;
	color: #0869A5;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.nomain-inquiry-data ul>li a:hover
{
    color:#fff;
    background: #0869A5;
}
.contact-section1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}
.contact-form-box{
	width: calc(100% - 500px);
}
.contact-info-box{
	flex-shrink: 0;
	width: 400px;
	max-width: 100%;
	background: #0869A5;
	padding: 50px 30px 35px;
}
.contact-info-list{
	width: 100%;
}
.contact-info-list .list-item{
	margin-bottom: 20px;
}
.contact-info-list .list-item:last-child{
	margin-bottom: 0px;
}
.contact-info-list .list-item .contact-head{
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
	display: block;
	font-weight: bold;
	color: #fff;
}
.contact-info-list .list-item p{
	color: #A9C7F9;
}
.contact-info-list .list-item p a:hover{
	color: #fff;
}
.contact-form-box .forms label{
	display: none;
}
.maps{
	width: 100%;
	height: 450px;
}
.maps iframe{
	width: 100%;
	height: 100%;
}
.row.center{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info-item1{
	width: 100%;
	height: auto;
	padding-left: 15px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
.info-item1 .list-item{
	width: calc(50% - 30px);
	margin-bottom: 50px;
	background: #F2F2F2;
	padding: 30px 30px 70px;
	position: relative;
}
.info-item1 .list-item:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 15px;
	background: #EDF3F7;
	z-index: -1;
}
.info-item1 .list-item:after{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	background: url(../images/arrow1.png) no-repeat center center/98%;
}
.info-item1 .list-item h3{
	text-align: center;
	padding-top: 10px;
	border-top: 2px solid #0869A5;
	color: #0869A5;
}
.info-item1 .list-item p{
	text-align: center;
}
.info-item1 .list-item.list-style2{
	background: #0869A5;
}
.info-item1 .list-item.list-style2 h3{
	border-top: 2px solid #fff;
	color: #fff;
}
.info-item1 .list-item.list-style2 p{
	color: #fff;
}
.info-item1 .list-item.list-style2:after{
	background: url(../images/arrow2.png) no-repeat center center/98%;
}
.info-item2{
	width: 100%;
	height: auto;
	padding: 30px 50px;
	background: #0869A5;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.info-item2:before{
	content: '';
	width: 190px;
	height: 150px;
	background: url(../images/icon1.png) no-repeat center center/98%;
}
.info-item2 .text{
	width: auto;
	max-width: calc(100% - 260px);
	text-align: center;
	margin-left: 70px;
}
.info-item2 .text p:nth-child(1){
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.info-item2 .text p{
	color: #fff;
}
.info-item2 .text a{
	display: inline-block;
	padding: 6px 30px;
	background: #f2f2f2;
	border-radius: 100px;
	font-weight: bold;
	color: #0869A5;
	margin-top: 10px;
}
.info-item2 .text a:hover{
	background: #fff;
}
.services-container .text-date{
	text-align: right;
	color: #666;
	font-size: 14px;
}
.services-container .text-source{
	color: #666;
	font-size: 14px;
}
.services-container .table-style1{
	border-bottom: 1px solid #4472C4;
}
.services-container .table-style1 th{
	background: #4472C4;
	border-right: none;
}
.services-container .table-style1 tr td{
	background: none;
}
.sustainability-list{
	width: 100%;
	height: auto;
}
.sustainability-list .list-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 50px;
}
.sustainability-list .list-item .pic{
	width: calc(50% + 70px);
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.sustainability-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.sustainability-list .list-item .text{
	width: 50%;
	padding: 30px 0px;
}
.sustainability-list .list-item .text .text-content{
	width: 100%;
	height: auto;
	padding: 30px 20px;
	background: #fff;
	position: relative;
	z-index: 2;
	box-shadow: 1px 2px 6px rgba(0,0,0,.3);
	text-align: center;
}
.sustainability-list .list-item .text p{
	text-align: left;
}
.sustainability-list .list-item .text .more-btn{
	width: 220px;
	height: auto;
	padding: 6px 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0869A5;
	color: #fff;
}
.sustainability-list .list-item .text .more-btn:after{
	content: '';
	width: 24px;
	height: 24px;
	margin-left: 10px;
	background: url(../images/arrow2.png) no-repeat center center/98%;
}
.sustainability-list .list-item .text .more-btn:hover{
	background: #2D4B7E;
}
.sustainability-list .list-item:nth-child(2n){
	justify-content: flex-start;
}
.sustainability-list .list-item:nth-child(2n) .pic{
	right: 0px;
	left: auto;
}
.news-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list .list-item{
	width: 48%;
	margin-bottom: 20px;
	padding-top: 25px;
	border-top: 1px solid #0869A5;
	position: relative;
}
.news-list .list-item:before{
	content: '';
	width: 70px;
	height: 6px;
	background: #0869A5;
	position: absolute;
	left: 0px;
	top: 0px;
}
.news-list .list-item h2{
	color: #000;
}
.news-list .list-item .pic{
	width: 100%;
	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.news-list .list-item .text{
	width: 100%;
	height: auto;
}
.news-list .list-item .text p{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}




.info-item3{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #0869A5;
}
.info-item3:before{
	content: '';
	width: 300px;
	height: 100px;
	background: url(../images/logo.svg) no-repeat center center/80%;
}
.info-item3 .text{
	width: calc(100% - 300px);
	background: #0869A5;
	padding: 50px 50px;
}
.info-item3 .text p{
	padding-bottom: 0px;
	color: #fff;
}
.info-item4{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	background: #d2e2ea;
	margin-bottom: 25px;
}
.info-item5{
	width: 100%;
	height: auto;
	background: linear-gradient(to bottom,#d2e2ea 0%,#d2e2ea 50%,#f5f5f5 50%,#f5f5f5 100%);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
	margin-bottom: 25px;
}
.info-item5 img{
	width: 24%;
	height: 180px;
	object-fit: cover;
}
.info-item5 img:nth-child(n+3){
	margin-top: 50px;
}
.info-item5:before{
	content: '';
	width: 30px;
	height: 15px;
	background: #d2e2ea;
	position: absolute;
	right: 25%;
	transform: translateX(50%);
	top: -14px;
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
.info-item5:after{
	content: '';
	width: 30px;
	height: 15px;
	background: #f5f5f5;
	position: absolute;
	left: 25%;
	transform: translateX(-50%);
	bottom: -14px;
	clip-path: polygon(0% 0%,100% 0%,50% 100%);
}
.info-item6{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	background: #f5f5f5;
	margin-bottom: 25px;
}
.info-item7{
	width: 100%;
	height: auto;
	border-bottom: 20px solid #5296c0;
	background: url(../images/sustainability-bg1.jpg) no-repeat right bottom;
	background-size: 100% auto;
	position: relative;
	padding: 40px 40px 10px;
}
.info-item7.bg-pic2{
	background: url(../images/sustainability-bg2.jpg) no-repeat left top;
	background-size: 100% auto;
}
.info-item7:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(8,105,165,.7);
	position: absolute;
	left: 0px;
	top: 0px;
}
.info-item7 .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.info-item7 .list-item:nth-child(2n){
	flex-direction: row-reverse;
}
.info-item7 .list-item .pic{
	width: 220px;
	height: auto;
}
.info-item7 .list-item .pic img{
	width: 100%;
	height: auto;
}
.info-item7 .list-item .text{
	width: calc(100% - 260px);
}
.info-item7 .list-item .text h2{
	color: #fff;
}
.info-item7 .list-item .text p{
	color: #fff;
	padding-bottom: 0px;
}
.services-container .table-style2{
	border: none;
	border-bottom: 1px solid #4472C4;
}
.services-container .table-style2 tr td{
	border: none;
}
.info-item8{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.info-item8 .pic{
	width: 380px;
}
.info-item8 .pic img{
	width: 100%;
	height: auto;
}
.info-item8 .text{
	width: calc(100% - 400px);
}

.page-banner-pic{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
}
.page-banner-pic .pic1{
	width: 33%;
	height: 100%;
}
.page-banner-pic .pic1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-banner-pic .pic2{
	width: 33%;
	height: 100%;
}
.page-banner-pic .pic2 img:nth-child(1){
	width: 100%;
	height: 80%;
	object-fit: cover;
}
.page-banner-pic .pic2 img:nth-child(2){
	width: 100%;
	height: 20%;
	object-fit: cover;
}
.page-banner-pic .pic3{
	width: 34%;
	height: 100%;
}
.page-banner-pic .pic3 img:nth-child(1){
	width: 100%;
	height: 70%;
	object-fit: cover;
}
.page-banner-pic .pic3 img:nth-child(2){
	width: 100%;
	height: 30%;
	object-fit: cover;
}
.pagebanner .page-banner-pic{
	display: flex;
}
.pagebanner .pic-hide{
	display: none;
}
.pagebanner .pic-show{
	display: block !important;
}




@media screen and (max-width:1580px){





.titles{
	font-size: 30px;
}
.bannertext h1, .bannertext h2{
	font-size: 40px;
}
.carousel-inner>.item{
	height: 700px;
}
.toper .maincon{
	width: 100%;
	padding: 0px 50px;
}
.maincon{
	width: 100%;
	padding: 0px 9%;
}
	
}


@media screen and (max-width:1400px){




.info-item8 .pic{
	width: 320px;
}
.info-item8 .text{
	width: calc(100% - 350px);
}
.info-item7{
	background-size: cover;
	padding: 40px 20px 10px;
}
.sustainability-list .list-item .pic{
	width: 50%;
}
.sustainability-list .list-item .text{
	width: 58%;
}
.info-item1 .list-item{
	padding: 30px 15px 70px;
}
.about-section1-info .text-info-left p {
    line-height: 28px;
}
.mainsection4-sustainability .info-list {
    height: calc(100% - 78px);
}
.carousel-inner>.item .small-pic{
	width: 300px;
	height: 300px;
}
.mainsection1-info .text h3{
	font-size: 18px;
}
.mainsection1-info .text {
    width: calc(100% - 520px);
}
.titles{
	font-size: 26px;
}
.carousel-control.right {
    left: 80px;
}
.carousel-control.left{
	left: 20px;
}
.bannertext h1, .bannertext h2,.pagebanner h1{
	font-size: 35px;
}
.carousel-inner>.item{
	height: 600px;
}
.navs>ul>li{
	margin-left: 20px;
}
.logos img{
	height: 50px;
}
.toper .maincon{
	padding: 0px 15px;
}
.maincon{
	padding: 0px 6%;
}

}

@media screen and (max-width:1200px){




.about-section1-info .text-info-left {
    max-width: calc(100% - 450px);
}
.about-section1-info .text-info-right {
    width: 400px;
}
.mainsection4-sustainability .info-list {
    height: calc(100% - 60px);
}
.contact-form-box {
    width: calc(100% - 400px);
}
.contact-info-box{
	width: 350px;
}
.titanium-list{
	column-gap: 0px;
	justify-content: space-between;
}
.titanium-list .list-item{
	width: 48%;
}
.leftnav{
	width: 100%;
}
.rightcon{
	width: 100%;
	margin-bottom: 50px;
}
.service-content{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.about-section5-info{
	padding: 40px 0px;
}
.about-section3-info .text {
    width: 50%;
}
.about-section3-info .text .list-item img{
	height: 50px;
}
.products-list{
	justify-content: space-between;
	column-gap: 0px;
}
.products-list .list-item{
	width: 48%;
}
.mainsection1-info .text h3{
	font-size: 16px;
}
.maintitle{
	margin-bottom: 30px;
}
.foot-nav-list .lists .list-item {
    margin-right: 50px;
}
.foot-link-icon a{
	margin-left: 0px;
	margin-right: 15px;
}
.foot-logo img{
	margin-bottom: 10px;
	height: 50px;
}
.foot-logo{
	flex-direction: column;
	align-items: flex-start;
}
.foot-contact-list p{
	width: 100%;
	margin-bottom: 15px;
}
.foot-contact-list{
	flex-wrap: wrap;
}
.bannertext h1, .bannertext h2,.pagebanner h1{
	font-size: 30px;
}
.push {
    margin-top: 60px;
}
.nav-right{
	margin-left: 0px;
	margin-right: 30px;
}
.logos img{
	height: 40px;
}
.toper-nav{
	padding: 10px 0px;
}
.sp_nav {
    display: block;
    margin-left: 0px;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    right: 0px;
    bottom: auto;
    background: #0869A5;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 99;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.navs a{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
    line-height: 50px;
    display: block;
    margin-left: 0px;
    z-index: 999;
    padding: 0px 20px;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
.navs>ul{
	width: 100%;
	height: auto;
}
.navs ul li a{
	font-size: 15px;
	line-height: 40px;
    color: #fff;
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: none;
    padding: 0px 0px;
    font-weight: normal;
}
.navs ul{
	margin-top: 0px;
}
.navs ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 0px;
    line-height: 40px;
    border-bottom: 1px solid #417ce0;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #417ce0;
    margin-bottom: 0px;
}
.navs ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 15px;
    position: absolute;
    right: 20px;
}
.navs ul li ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 20px;
    position: absolute;
    right: 20px;
}
.navs ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs ul li ul{
	display: none;
	padding-left: 10px;
	overflow: hidden;
}
.navs ul li ul li{
	padding: 0px 0px;
}
.navs ul li ul li:last-child{
	border-bottom: none;
}
.navs ul li ul li a{
	line-height: 22px;
	padding: 10px 0px;
	font-weight: normal;
	white-space: normal !important;
}
.navs>ul>li>ul{
	position: static;
	width: 100% !important;
	padding-left: 20px;
	background: none;
}
.navs ul li ul li ul{
	position: static;
	width: 100% !important;
}
.navs ul li ul li ul {
    position: static;
    width: 100%;
}
.navs>ul>li:hover{
	padding-bottom: 0px;
}
.navs>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul li span{
	float: right;
	margin-right: 15px;
	font-weight: bold;
	font-size: 16px;
}
.navs ul li span::before{
	color: #fff;
    content: "+";
    font-weight: bold;
    font-size: 18px;
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
    font-weight: bold;
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #417ce0;
}
.navs ul li ul li span::before{
	color: #fff;
	content: "+";
}
.navs ul li ul li span.down::before{
	content: "-";
}
.navs ul li ul li:hover>span::before{
	color: #fff;
}
.navs ul li ul li{
	border-bottom: 1px solid #417ce0;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #417ce0;
}
.navs>ul>li:after{
	content: none;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 20px;
}
.navs ul li ul li span::before{
	top: 18px;
}
.navs a:hover{
	color: #fff;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs ul li ul li:hover>a{
	color: #fff;
}
.navs>ul>li>a{
	line-height: 22px;
	margin: 8px 0px;
	max-width: calc(100% - 40px);
}

}

@media screen and (max-width:1000px){




.info-item8{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item8 .pic{
	max-width: 100%;
}
.info-item8 .text{
	width: 100%;
}

.row.center{
	display: block;
}
.products-list .list-item .text h3{
	font-size: 16px;
}
.titanium-list .list-item .text h3{
	font-size: 16px;
}
.mainsection4-sustainability{
	margin-bottom: 40px;
}
.mainsection4-sustainability .info-list {
    height: auto;
}
.mainsection4-sustainability .info-list .list-item .pic{
	height: 250px;
}
.carousel-inner>.item .small-pic{
	width: 200px;
	height: 200px;
}
.contact-info-box{
	width: 100%;
}
.contact-form-box {
    width: 100%;
    margin-bottom: 40px;
}
.contact-section1{
	flex-wrap: wrap;
}
.inquiry-box{
	flex-wrap: wrap;
}
.inquiry-box .inquiry-box-form {
    width: 100%;
}
.inquiry-box .inquiry-box-text {
    width: 100%;
}
.nomain-inquiry-data{
	margin-top: 140px;
}
.page-title-small h3{
	font-size: 18px;
}
.detail-table tr:first-child th{
	padding: 15px 10px;
}
.detail-table tr th{
	display: block;
	width: 100% !important;
    text-align: left;
    padding: 15px 10px 5px !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
}
.detail-table tbody tr{
	padding: 10px 0px 15px;
	border-top: none;
	border-bottom: 1px solid #dee2e6;
	display: block;
}
.detail-table tr td{
	display: block;
	border: none !important;
	width: 100% !important;
	padding: 0px 0px 5px !important;
	background: none !important;
}
.pagetitle h2,.pagetitle .page-title-info{
	font-size: 20px;
}
.pagetitle .to_inquiry{
	margin-left: 0px;
	margin-top: 20px;
}
.pagetitle{
	flex-direction: column;
}
.about-section5{
	margin: 50px 0px;
}
.about-section5-info .text {
    width: 100%;
    margin-bottom: 30px;
}
.about-section5-info .pic{
	position: static;
	height: auto;
	max-width: 100%;
}
.about-section4-info .info-list{
	flex-wrap: wrap;
}
.about-section4-info .info-list .list-item{
	width: 100%;
}
.about-section4-info .info-list .pic{
	max-width: 100%;
	margin: 30px 0px;
	width: 400px;
}
.about-section4-info .info-list .list-item h4{
	text-align: left;
}
.about-section4-info .info-list .list-item h4:before{
	left: 0px;
	transform: none;
}
.about-section4-info .info-list .list-item2 h4{
	padding-left: 0px;
}

.about-section3-info .text {
    width: 100%;
}
.about-section3-info .pic {
    width: 400px;
    max-width: 100%;
    margin-bottom: 30px;
}
.about-section3-info{
	flex-wrap: wrap;
}
.about-section1-info .text-info-right h4{
	font-size: 18px;
}
.about-title{
	font-size: 18px;
}
.about-section1-info .text-info-right {
    width: 100%;
}
.about-section1-info .text-info-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.about-section1-info{
	flex-wrap: wrap;
}
.page-title h2,.page-title .page-title-info{
	font-size: 20px;
}
.mainsection4-news {
    width: 100%;
}
.mainsection4-sustainability {
    width: 100%;
}
.mainsection4-info{
	flex-wrap: wrap;
}
.mainsection4 {
    padding: 50px 0px 50px;
}
.mainsection4-news .info-btn a{
	font-size: 16px;
}
.mainsection4-news .info-btn a img{
	height: 40px;
    margin-left: 20px;
}
.mainsection3-list .list-item2 a img {
    height: 40px;
    margin-left: 20px;
}
.mainsection3-list .list-item2 a{
	font-size: 16px;
}
.mainsection3{
	padding: 50px 0px 38px;
}
.mainsection3-list .list-item{
	width: calc(50% - 6px);
}
.mainsection3-list .list-item2{
	width: 100%;
	padding: 40px 15px;
}
.mainsection3-list .list-item1{
	width: 100%;
	padding: 40px 15px;
}
.mainsection3-list {
	justify-content: space-between;
	column-gap: 0px;
}


.mainsection2-list .list-item2 a img {
    height: 40px;
    margin-left: 20px;
}
.mainsection2-list .list-item2 a{
	font-size: 16px;
}
.mainsection2{
	padding: 50px 0px 38px;
}
.mainsection2-list .list-item{
	width: calc(50% - 6px);
}
.mainsection2-list .list-item2{
	width: 100%;
	padding: 40px 15px;
}
.mainsection2-list .list-item1{
	width: 100%;
	padding: 40px 15px;
}
.mainsection2-list {
	justify-content: space-between;
	column-gap: 0px;
}
.mainsection1{
	background-size: 60% auto;
}
.mainsection1-info .text .learnmore {
    margin-top: 10px;
}
.mainsection1{
	padding: 50px 0px;
}
.mainsection1-info .pic-text span{
	font-size: 16px;
}
.mainsection1-info .pic-text span.text-title{
	font-size: 17px;
}
.mainsection1-info .pic {
    max-width: 100%;
    margin-bottom: 30px;
}
.mainsection1-info .text {
    width: 100%;
}
.mainsection1-info{
	flex-wrap: wrap;
	justify-content: center;
}
.titles{
	font-size: 22px;
}
.foot-nav-list .lists{
	margin-bottom: 15px;
}
.foot-nav-list{
	flex-direction: column;
}
.bannertext h1, .bannertext h2,.pagebanner h1{
	font-size: 26px;
}
.maincon{
	padding: 0px 30px;
}
}

@media screen and (max-width:800px){


.news-list .list-item{
	width: 100%;
}
.info-item7 .list-item{
	flex-wrap: wrap;
	flex-direction: row !important;
	justify-content: center;
}
.info-item7 .list-item .pic{
	width: 200px;
	height: auto;
}
.info-item7 .list-item .text{
	width: 100%;
	margin-bottom: 30px;
}
.info-item3:before{
	width: 240px;
}
.info-item3 .text{
	width: 100%;
	padding: 50px 20px;
}
.info-item3{
	flex-wrap: wrap;
	justify-content: center;
}
.sustainability-list .list-item .text {
    width: 100%;
    padding: 0px 0px;
}
.sustainability-list .list-item .pic{
	width: 100%;
	position: relative;
	height: 250px;
}
.sustainability-list .list-item{
	flex-wrap: wrap;
	flex-direction: row !important;
}
.info-item2 .text{
	margin-left: 0px;
	width: 100%;
	max-width: 100%;
}
.info-item2:before{
	width: 150px;
    height: 130px;
    margin-bottom: 20px;
}
.info-item2{
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 15px;
}
.info-item1 .list-item{
	width: 100%;
}
.mainsection3-list .list-item .text h3{
	font-size: 16px;
}
.mainsection2-list .list-item .text h3{
	font-size: 16px;
}
.mainsection4-news .info-list .list-item {
    margin-bottom: 25px;
}
.titanium-list .list-item{
	width: 100%;
}
.related a {
    width: 100%;
}
.products-list .list-item{
	padding: 0px 15px;
}
.bannertext h1 br, .bannertext h2 br{
	display: none;
}
.carousel-inner>.item .small-pic{
	width: 170px;
	height: 170px;
}
.carousel-control.right {
    right: 10px;
    left: auto;
}
.carousel-control.left {
    left: 10px;
}
.carousel-control{
	top: 45%;
}
.maincon{
	padding: 0px 15px;
}
}

@media screen and (max-width:600px){




.info-item5 img:nth-child(n+3) {
    margin-top: 0px;
}
.info-item5{
	flex-wrap: wrap;
	padding: 20px 15px 10px;
}
.info-item5 img{
	width: 49%;
	margin-bottom: 10px;
}
.info-item2 .text p:nth-child(1){
	font-size: 18px;
}
.products-list .list-item {
    width: 100%;
}
.mainsection4-news .info-list {
    padding: 0px 0px 10px;
}
.mainsection3-list .list-item {
    width: 100%;
}
.mainsection2-list .list-item {
    width: 100%;
}
.mainsection1{
	background-size: 100% auto;
}
.foot-nav-list .lists .list-item{
	width: 100%;
}
.foot-nav-list .lists{
	width: 100%;
	flex-wrap: wrap;
}
.foot-nav-list .foot-text{
	width: 100%;
	max-width: 100%;
}
.bannertext h1, .bannertext h2,.pagebanner h1{
	font-size: 22px;
}
.nav-right {
    margin-right: 20px;
}
#search-form{
	height: 40px;
}
#search-form button{
	font-size: 15px;
	padding: 0px 10px;
}

}