.content{
	width: 1400px;
	height: auto;
	margin: auto;
}
.maincon{
	width: 1400px;
	height: auto;
	margin: auto;
}
.push{
	margin-top: 128px;
}
.pagination>li>a, .pagination>li>span{
	font-size: 16px;
}
.inquiry-info{
	margin-top: 30px;
}
.inquiry-info>div{
	width: 100% !important;
}
.search-list{
	margin-bottom: 20px;
}
.search-list h3{
	margin-bottom: 10px;
	font-size: 18px;
}
.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;
    object-position: center bottom;
}
.carousel-indicators{
	/*display: none;*/
}
.carousel-control{
	height: 35px;
    width: 35px;
    opacity: 1;
    border-radius: 100px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/100% #3f73cf !important;
}
.carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/100% #2e9cd4 !important;
}
.carousel-control:focus{
	opacity: 1;
}
.carousel-control.right{
	right: 1%;
	transform: translateY(0%);
}
.carousel-control.left{
	left: 1%;
	right: auto;
	transform: rotate(180deg);
}
.carousel-inner>.item{
	height: calc(100vh - 128px);
	min-height: 700px;
}
.carousel-inner>.item:before{
	content: '';
	width: 100%;
	height: 100%;
	/*background: rgba(2,33,62,.3);*/
	position: absolute;
	left: 0px;
	top: 0px;
}
.carousel-indicators li{
	width: 12px;
	height: 12px;
	border-radius: 50px;
	margin: 0px 3px;
	background: #fff;
	border: none;
}
.carousel-indicators .active{
	background: #EF3A29;
	margin: 0px 3px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
}
.learnmore{
	height: 54px;
	padding: 0px 54px;
	border-radius: 0px;
	color: #fff;
	font-size: 20px;
	margin-top: 0px;
	position: relative;
    overflow: hidden;
    transition: 400ms;
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.learnmore:hover{
	background: #EF3A29;
	border: 2px solid #EF3A29;
	color: #fff;
}
.bannertext{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 0% 0px 0%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    z-index: 2;
}
.bannertext .banner-title{
	text-align: center;
	font-size: 65px;
	line-height: 120%;
    color: #fff;
    margin-bottom: 60px;
    text-shadow: 1px 1px 2px #000;
	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;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
}
.bannertext p{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	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.8s;
    text-align: center;
    text-shadow: 1px 1px 2px #000;   
}
.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: 1.2s;
    margin-top: 60px;
}
@-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);
    }
}
p{
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;	
}
.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,16%);
}
.nav-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.searchicon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #EF3A29;
	font-size: 24px;
}
.searchicon:after{
	content: "\e997";
    font-family: 'icomoon' !important;
}
.searchicon.shows:after{
	content: "\2716";
}
.searchicon:hover{
	color: #000;
}
.nav-inquiry{
	padding: 10px 20px 10px 55px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background: url(../images/inquiry-icon.svg) no-repeat 20px center/24px #EF3A29;
	flex-shrink: 0;
	margin-left: 60px;
}
.nav-inquiry:hover{
	color: #fff;
	background: url(../images/inquiry-icon.svg) no-repeat 20px center/24px #000;
}
.toper-nav{
	width: 100%;
	height: auto;
	background: #fff;
}
.toper-nav .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logos img{
	height: 55px;
	width: auto;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#EF3A29;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)}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #ffc000;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 90px;
	line-height: 90px;
	float: left;
	margin-left: 40px;
	position: relative;
	padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>a{
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	font-size: 17px;
}
.navs>ul>li:after{
	/*content: '';*/
	position: absolute;
	width: 0%;
	height: 2px;
	background: #000;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #000000;
    font-size: 16px;
    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: #EF3A29;
}
.navs>ul>li:hover>span{
	color: #EF3A29;
}
.navs>ul>li:hover:after{
	background: #EF3A29;
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
    content: "\e96a";
	color: #062134;
	top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    font-family: 'icomoon';
    font-size: 18px;
}
.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;
    font-weight: bold;
}
.navs ul li ul li:hover{
	/*background: #062134;*/
	/*border-bottom: 1px solid #062134;*/
}
.navs ul li ul li:hover>a{
	color: #41baff;
}
.navs ul li ul li:hover>span::before{
	color: #41baff;
}
.navs ul li ul li a.shows{
	color: #41baff;
}
.navs ul li ul li img{
	height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}
.navs ul li 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{
	position: absolute;
	left: 0px;
	top: 80%;
	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;
}
.top-contact {
    width: 100%;
    height: auto;
    background: #EF3A29;
    padding: 5px 0px;
}
.top-contact-content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 30px;
}
.top-contact-content p {
    color: #fff;
    margin-bottom: 0px;
    padding-left: 24px;
}
.top-contact-content p a {
    color: #fff;
    font-size: inherit;
}
.top-contact-content p:nth-child(1) {
    background: url(../images/top-email.svg) no-repeat left 5px/16px;
}
.top-search{
	width: 100%;
	height: auto;
	padding: 10px 0px;
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
	z-index: 100;
}
.top-search .content{
	position: relative;
}
#serach-form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 6px;
	box-shadow: none;
	height: 44px;
	width: 100%;
}
#serach-form select{
	width: 160px;
	height: 100%;
	background: #fff;
	border: none;
	box-shadow: none;
	outline: none;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	font-size: 15px;
	padding: 0px 10px;
	flex-shrink: 0;
	border-right: 1px solid #f0f0f0;
}
#serach-form input{
	width: calc(100% - 260px);
	height: 100%;
	border: none;
	background: #fff;
	box-shadow: none;
	padding: 0px 15px;
	font-size: 16px;
	border: none;
	color: #000;
}
#serach-form button{
	height: 100%;
    width: 100px;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #EF3A29;
    flex-shrink: 0;
    padding: 0px 10px;
    text-align: center;
    border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
#serach-form button:hover{
	color: #fff;
	background: #000;
}
.toper.fixed .top-search .content{
    box-shadow: 1px 2px 10px rgba(0,0,0,16%);
}
.mainsection1{
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.mainsection1 .maincon{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection1 .pic{
	width: 35%;
}
.mainsection1 .pic img{
    width: 100%;
    box-shadow: 1px 2px 5px #a3a3a3;
    height: 100%;
    object-fit: cover;
}
.mainsection1 .text{
	width: 60%;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.main-title{
	margin-bottom: 35px;
}
.main-title h2{
	font-size: 35px;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	color: #222;
}
.main-title h2:before{
	content: '';
	width: 100px;
	height: 5px;
	background: #EF3A29;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.main-title.left h2{
	text-align: left;
}
.main-title.left h2:before{
	left: 0%;
	transform: translateX(0%);
}
.main-title h1{
	font-size: 35px;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	color: #222;
}
.main-title h1:before{
	content: '';
	width: 100px;
	height: 5px;
	background: #EF3A29;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.main-title.left h1{
	text-align: left;
}
.main-title.left h1:before{
	left: 0%;
	transform: translateX(0%);
}
.main-title .titles{
	font-size: 35px;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
	color: #222;
	font-family: "Montserrat",sans-serif;
    font-weight: bold;
}
.main-title .titles:before{
	content: '';
	width: 100px;
	height: 5px;
	background: #EF3A29;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.main-title.left .titles{
	text-align: left;
}
.main-title.left .titles:before{
	left: 0%;
	transform: translateX(0%);
}


.section1-scroll{
	margin-top: 30px;
	width: 100%;
}
.section1-scroll .scroll-list{
	margin-bottom: 15px;
}
.section1-scroll .scroll-list:last-child{
	margin-bottom: 0px;
}
.section1-scroll .scroll-list .scroll-title{
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.section1-scroll .scroll-list .scroll-title h3{
	font-size: 17px;
	color: #222;
}
.section1-scroll .scroll-list .scroll-title span{
	font-size: 16px;
	color: #222;
	font-weight: bold;
}
.scroll-box{
	width: 0%;
	height: 24px;
	background: #EF3A29;
	display: inline-block;
}
.mainsection2{
	width: 100%;
	height: auto;
	padding: 65px 0px;
	background: #f4f9ff;
}
.mainsection2 p{
	color: #000;
	text-align: justify;
}
.mainsection2 p.text2{
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 40px;
}
.mainsection2 p.text2:before{
	content: '';
	width: 60px;
	height: 2px;
	background: #000;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 3px;
}
.mainsection3{
	width: 100%;
	height: auto;
	padding: 80px 0px 50px;
}
.pic-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.pic-list .list-item{
	width: calc(50% - 15px);
	height: auto;
	display: inline-block;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.pic-list .list-item img{
	width: 100%;
	height: 100%;
	object-fit: over;
	transition: all .5s;
}
.pic-list .list-item:hover img{
	transform: scale(1.1);
}
.pic-list .list-item p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
	padding: 15px 15px;
	text-align: center;
	background: rgba(239,58,41,.7);
	color: #fff;
	font-size: 18px;
}
.pic-list-services{
	margin-bottom: 30px;
}
.footer{
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 1px solid #eaeaea;
}
.footer p{
	color: #000;
	margin-bottom: 5px;
}
.footer p a{
	color: #000;
}
.footer p a:hover{
	color: #EF3A29;
}
.footer .foot-title{
	color: #000;
	margin-bottom: 25px;
	font-size: 18px;
	font-family: "Montserrat",sans-serif;
    font-weight: bold;
}
.footer .foot-title a{
	color: inherit;
	font-weight: inherit;
}
.footer .foot-title a:hover{
	color: #EF3A29;
}
.footer-content{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 60px 0px 50px;
	column-gap: 40px;
}
.foot-logo{
	width: auto;
	max-width: 450px;
}
.foot-logo img{
	height: 65px;
	margin-bottom: 30px;
}
.footcontact p{
	margin-bottom: 10px;
	padding-left: 28px;
}
.footcontact p:nth-child(1){
	background: url(../images/foot-address.svg) no-repeat 0px 3px/15px;
}
.footcontact p:nth-child(2){
	background: url(../images/foot-phone.svg) no-repeat 0px 5px/17px;
}
.footcontact p:nth-child(3){
	background: url(../images/foot-email.svg) no-repeat 0px 4px/18px;
}
.foot-nav{
	flex-shrink: 0;
}
.foot-nav-list {
    padding-left: 19px;
}
.foot-nav-list li {
    list-style: disc;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 28px;
}
.foot-nav-list li a{
    color: #000;
}
.foot-nav-list li a:hover{
    color: #EF3A29;
}
.foot-share-icon{
	margin-top: 30px;
}
.foot-share-icon a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    background: none;
    border: 2px solid #fff;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.foot-share-icon a:last-child {
    margin-right: 0px;
}
.foot-share-icon a span{
    font-size: 20px;
    color: #fff;
}
.foot-share-icon a:hover {
    background: #EF3A29;
    border: 2px solid #EF3A29;
}
.copyright{
	width: 100%;
	height: auto;
	padding: 10px 0px;
	background: #EF3A29;
}
.copyright p{
	text-align: center;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.copyright p a{
	color: #fff;
}
.go_top{
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #EF3A29;
	color: #fff !important;
	position: fixed;
	right: 5px;
	bottom: 120px;
	opacity: 0;
	z-index: 333;
	cursor: pointer;
}
.go_top:before{
	font-family: 'icomoon' !important;
    content: '\e96b';
    font-size: 20px;
}
.go_top:hover{
	color: #fff !important;
	background-color: #000;
}


.pagebanner{
	width: 100%;
	height: 500px;
	position: relative;
}
.pagebanner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 52, 107, 0.3);*/
}
.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: 2;
	transform: translateY(-50%);
}
.pagebanner h1,.pagebanner .pagebanner-title{
	font-size: 65px;
	line-height: 120%;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px #000;
	font-family: "Montserrat",sans-serif;
    font-weight: bold;
}
.pagebanner p{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 2px #000;
}
.crumbnav{
	width: 100%;
	height: auto;
	padding: 15px 0px;
	text-align: left;
}
.crumbnav ul{
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 15px;
	color: #666666;
}
.crumbnav ul li{
	font-size: 16px;
	color: #666666;
	display: inline-block;
	margin-right: 5px;
}
.crumbnav ul li a{
	font-size: 16px;
	color: #666666;
	display: inline-block;
}
.crumbnav ul li a:hover{
	color: #EF3A29;
}
.crumbnav ul li:first-child{
	padding-left: 26px;
	background: url(../images/icon-home.svg) no-repeat 0px 2px/16px;
}
.crumbnav ul li::before{
	content: "/";
	color: #666666;
	margin-right: 7px
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 40px 0px 80px;
}
.about-section1{
	margin-bottom: 50px;
}
.about-section2-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 10px;
}
.about-section2-list .list-item{
	width: 31%;
	border: 1px solid #e3e3e3;
	padding: 15px 15px;
}
.about-section2-list .list-item .pic{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	overflow: hidden;
}
.about-section2-list .list-item .pic img{
	width: 100%;
	height: auto;
	transition: all .5s;
}
.about-section2-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.about-section2-list .list-item .text{
	width: 100%;
	height: auto;
}
.about-section2-list .list-item .text .text-title{
	text-align: center;
	margin-bottom: 25px;
	    color: #000;
    margin-top: 5px;
    font-size: 20px;
    font-weight: bolder;
    font-family: "Montserrat",sans-serif;
}
.about-section2-list .list-item .text p{
	text-align: center;
	margin-bottom: 0px;
}
.maps{
	width: 100%;
	height: 430px;
}
.maps iframe{
	width: 100%;
	height: 100%;
}
.contact-section1{
	margin-bottom: 50px;
}
.contact-section2{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.contact-info {
	display: flex;
	flex-wrap: wrap;
	/* width: 430px; */
	gap: 30px;
	padding: 50px 50px 20px;
	background: #EF3A29;
	flex-shrink: 0;
}

.contact-info h2{
	font-size: 30px;
	margin-bottom: 30px;
	color: #fff;
}
.contact-info h3{
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 28px;
	color: #fff;
	padding-left: 28px;
}
.contact-info p{
	margin-bottom: 10px;
	color: #fff;
	padding-bottom: 0px;
	padding-left: 28px;
}
.contact-info p a{
	color: #fff;
}
.contact-info p a:hover{
	color: #daedff;
}
.contact-info .address{
	background: url(../images/address.png) no-repeat 0px 3px/15px;
}
.contact-info .phone{
    background: url(../images/tel.png) no-repeat 0px 5px/18px;
}
.contact-info .email{
	    background: url(../images/email.png) no-repeat 0px 7px/18px;
}
.contact-text{
	width: 100%;
	padding: 30px 60px;
	border: 1px solid #e3e3e3;
	border-left: none;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.contact-text p{
	font-size: 20px;
	margin-bottom: 30px;
}
.contact-text .contact-inquiry{
	text-align: right;
	color: #fff;
	width: 100%;
	padding-top: 20px;
}
.contact-text .contact-inquiry .nav-inquiry{
	color: #fff;
	margin-left: 0px;
}
.forms .form_control {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0px 10px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border: 1px solid #ced4da;
}
.forms textarea.form_control{
	height: 140px;
	padding: 15px 10px;
}
.forms textarea.Services-input{
	height: 60px;
}
.forms label{
	margin-bottom: 10px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.forms .main-btn{
	width: 100%;
	height: auto;
	padding: 12px 10px;
	background: #EF3A29;
	color: #fff;
	font-size: 16px;
	border: none;
	box-shadow: none;
	margin-top: 10px;
}
.forms .main-btn:hover{
	background: #000;
}
.inquiry-box{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	border: 1px solid #ced4da;
	padding: 60px 60px;
}
.forms .vilidate{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.forms .vilidate input{
	margin-bottom: 0px;
}
.forms .Verifipic{
	height: 100%;
	width: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.inquiry-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.inquiry-list .list-item{
	width: 49%;
}
.inquiry-list .list-item h3{
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	padding: 0px 30px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: #EF3A29;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    font-weight: bold;
}
.inquiry-list .list-item a{
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding: 0px 30px;
	font-size: 16px;
	line-height: 22px;
	color: #444444;
	background: #f4f4f4;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0s;
}
.inquiry-list .list-item a:hover{
	color: #fff;
	background: #EF3A29;
}

.service-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.leftnav{
	width: 400px;
	flex-shrink: 0;
}
.rightcon{
	width: 100%;
	margin-left: 50px;
}
.sidenav{
	width: 100%;
	height: auto;
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 40px;
	border: 1px solid #ededed;
	padding: 0px 0px;
}
.sidenav h3{
	font-size: 22px;
	margin-bottom: 0px;
	display: block;
    color: #222222;
    padding: 30px 0px 25px;
    position: relative;
    margin-top: 0px;
    text-transform: uppercase;
}
.sidenav h3 a{
    color: #222222;
    font-weight: bold;
}
.sidenav h3:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 112px;
	height: 5px;
	background: #EF3A29;
}


.leftnav .side-title {
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #000;
    margin-top: 0px;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    background: url(../images/ace-logo.svg) no-repeat center right/auto 96% #F2F2F2;
    padding: 15px 15px;
    position: relative;
    border-bottom: 1px solid #ED3D2B;
}

.leftnav .side-title:before {
    content: '';
    width: 100px;
    height: 3px;
    background: #ED3D2B;
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 2;
}

.leftnavli{
	width: 100%;
	height: auto;
	padding: 20px 15px 25px;
}
.leftnavli>ul{
	width: 100%;
	height: auto;
	margin-bottom: 0px !important;
}
.leftnavli ul li a{
	font-size: 16px;
	line-height: 22px;
    color: #1a1a1a;
    display: inline-block;
    max-width: 90%;
}
.leftnavli ul li ul li a{
	font-size: 16px;
}
.leftnavli ul li a:hover{
	color: #EF3A29;
}
.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;
    padding: 10px 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: 2px;
}
.leftnavli ul li span::before{
	content: '+';
	font-weight: bold;
	color: #EF3A29;
	cursor: pointer;
	font-size: 22px;
}
.leftnavli ul li span.down::before{
	content: '-';
    color: #EF3A29;
}
.leftnavli ul li ul{
	display: none;
	padding-left: 12px;
	margin-top: 10px;
}
.leftnavli>ul>li{
	padding: 5px 0px 5px;
    margin-bottom: 5px;
}
.leftnavli>ul>li.shows>a{
	color: #222;
	font-weight: bold;
}
.leftnavli ul li ul li{
	padding: 6px 0px 6px;
	margin-bottom: 0px;
}
.leftnavli>ul>li>ul{
	padding: 10px 10px 20px;
	background: #f5f6f7;
	margin-top: 10px;
	margin-bottom: 0px;
}
.side-inquiry{
	width: 100%;
	height: auto;
}
.side-inquiry h3{
	width: 100%;
	height: auto;
	padding: 15px 15px;
	background: #EF3A29;
	color: #fff;
	font-size: 22px;
}
.side-inquiry .side-inquiry-title{
	width: 100%;
	height: auto;
	padding: 15px 15px;
	background: #EF3A29;
	color: #fff;
	font-size: 22px;
	font-family: "Montserrat",sans-serif;
    font-weight: bold;
}
.side-inquiry .forms{
	width: 100%;
	height: auto;
	padding: 25px 15px;
	border: 1px solid #ededed;
	border-top: none;
}
.side-inquiry .forms .row>div{
	width: 100%;
	height: auto;
}
.side-inquiry .forms label{
	font-size: 16px;
}
.side-inquiry .forms .form_control{
	height: 50px;
	margin-bottom: 20px;
}
.side-inquiry .forms textarea.form_control{
	height: 140px;
}
.side-inquiry .forms textarea.Services-input{
	height: 100px;
}
.side-inquiry .forms .vilidate{
	margin-bottom: 20px;
}
.side-inquiry .forms .vilidate input{
	margin-bottom: 0px;
}
.page-title{
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.page-title:before{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 4px;
	background: #EF3A29;
}
.page-title h2{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    margin-top: 5px;
    color: #006f50;
}
.notice{
	color: #EF3A29 !important;
	margin-top: 40px;
}
.ullist.list-icon1{
	padding-left: 30px;
}
.ullist.list-icon1>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon1>li:before{
	content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon1.png) no-repeat 0px center/17px;
}
.ullist.list-icon2{
	padding-left: 30px;
}
.ullist.list-icon2>li{
	padding-left: 0px;
	position: relative;
	list-style: none;
}
.ullist.list-icon2>li:before{
	content: '';
    position: absolute;
    top: 4px;
    left: -30px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon2.png) no-repeat 0px center/14px;
}
.Careers-section1 {
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Careers-section1 .text{
	width: 55%;
}
.Careers-section1 .text p{
	margin-bottom: 0px;
}
.Careers-section1 .pic{
	width: 35%;
}
.Careers-section1 .pic img{
	width: 100%;
	height: auto;
}
.Careers-section1 h2{
	font-size: 26px;
}





.Careers-section3{
	width: 100%;
	height: auto;
	padding: 50px 0px 50px;
	margin-top: 20px;
	border-top: 1px solid #EF3A29;
}
.Careers-section3 .list-notice{
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}
.Careers-section3 h2 {
    font-size: 26px;
}
.Careers-section3-list{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.Careers-section3-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.Careers-section3-list .list-item .title{
	width: 100%;
	height: 60px;
	padding: 0px 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	background-image: url(../images/arrow-bottom.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 30px) center;
	background-size: 22px auto;
	background-color: #EF3A29;
}
.Careers-section3-list .list-item .title.shows{
	background-color: #000;
}
.Careers-section3-list .list-item .title h3{
	font-size: 18px;
	color: #fff;
}
.Careers-section3-list .list-item .text{
	display: none;
	padding: 30px 30px 10px;
}
.Careers-section3-list .list-item .text h4{
	margin-bottom: 15px;
}
.Careers-section3-list .list-item .text ul{
	margin-bottom: 15px;
}
.Careers-section4 h2 {
    font-size: 26px;
}
.forms .input-file{
	padding-top: 15px;
}
.application-form .forms .main-btn{
	width: 200px;
}



.product-list table{
	border: none;
}
.product-list table tr, .product-list table th, .product-list table td{
	border-bottom: 1px solid #D8DDDF;
    border-right: none;
    color: #000;
    padding: 14px 8px;
    line-height: 22px;
    font-size: 15px;
}
.product-list table th{
	background: #EF3A29;
	color: #fff;
}
.product-list table td a.inquiry-btn{
	color: #fff;
	font-size: 15px;
	line-height: 22px;
    padding: 7px 10px;
    height: auto;
    background: #EF3A29;
    text-transform: inherit;
    font-weight: normal;
}
.product-list table td a.inquiry-btn:hover{
	background: #000;
	color: #fff;
}
.pagination>li>a, .pagination>li>span{
	margin-left: 8px;
	color: #666666;
	border: 1px solid #666;
	padding: 6px 14px;
	margin-bottom: 10px;
	font-size: 16px;
}
.pages{
	text-align: center;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff;
    background-color: #EF3A29;
    border-color: #EF3A29;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #fff;
    background-color: #EF3A29;
    border-color: #EF3A29;
}
.filter-box{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
.filter-type{
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.filter-type h4{
	margin-right: 20px;
	color: #000;
	flex-shrink: 0;
	margin-top: 3px;
	font-size: 20px;
}
.filter-type-list{
	width: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.filter-type-list p{
	margin-right: 20px;
	padding: 3px 10px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	background: #EF3A29;
	color: #fff;
	margin-bottom: 15px;
}
.filter-type-list p span{
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	cursor: pointer;
}
.filter-type-list p span:before{
	content: "\e929";
	font-family: 'icomoon' !important;
	color: #fff;
	font-size: 12px;
	transform: rotate(45deg);
}

.filter-shell {
	position: relative;
	margin: 0px 0 0px;
}
.filter-shell ul,
.filter-shell li {
	list-style-type: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none
}
.filter-shell>ul {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 45px;
}
.filter-shell>ul::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.filter-shell>ul>li {
	margin: 0px 0px 10px;
	float: left;
	padding: 15px 0px;
	font-size: 1em;
	width: calc(33.33% - 30px);
	border-bottom: 1px solid #7C8D93;
	cursor: pointer;
	font-size: 16px;
}
.filter-shell>ul>li a{
	color: #0B1033;
}
.filter-shell>ul>li:hover>a {
	color: #0B1033;
}
.filter-shell>ul>li>a::after {
	position: absolute;
	top: 20px;
	right: 12px;
	content: '\e968';
    font-family: 'icomoon';
    font-size: 16px;
    color: #0B1033;
}
.filter-shell>ul>li:hover>a::after {
	color: #71B9FE;
}
.filter-shell>ul>li>ul {
	position: absolute;
	-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;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 1px 3px 10px #878787;
	width: 100%;
	z-index: 999;
	display: none;
	font-size: 16px;
	max-height: 250px;
	overflow-y: auto
}
.filter-shell>ul>li:hover>ul {
	display: block
}
.filter-shell>ul>li>ul>li {
	position: relative;
	padding: 8px 12px;
	-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;
	font-size: 16px
}
.filter-shell>ul>li>ul>li:hover {
	background: #71B9FE;
	color: #fff;
}
.filter-shell>ul>li>ul>li:hover a{
	color: #fff;
}
.filter-shell>ul>li input[type="checkbox"]{
	width: 13px;
	height: 13px;
	margin-right: 6px;
}


.pro-detail{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.pro-detail-title{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 2px solid #EF3A29;
	padding-left: 0px;
	font-size: 17px;
}
.pro-detail-title a{
	padding: 11px 40px 8px;
    color: #33B48C;
    margin-right: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.pro-detail-title a.shows{
	background: #EF3A29;
    color: #fff;
}
.pro-detail-list{
	width: 100%;
	height: auto;
}
.pro-detail-list .j-tab-con{
	width: 100%;
	height: auto;
}
.pro-detail-list .j-tab-con .tab-con-item{
	width: 100%;
	height: auto;
	display: none;
}
.pro-detail-list .j-tab-con .tab-con-item.shows{
	display: block;
}
.pro-detail table{
	border: none;
}
.pro-detail table tr, .pro-detail table th, .pro-detail table td{
	border-bottom: 1px solid #D8DDDF;
    border-right: none;
    color: #7C8D93;
    padding: 15px 12px;
}
.pro-detail table th{
	background: #71B9FE;
	color: #fff;
}
.pro-detail table td a{
	color: #EF3A29;
}
.pro-detail table td a:hover{
	color: #3986b8;
}
.pro-detail table td a.learnmore{
	color: #fff;
	font-size: 15px;
	height: 44px;
    padding: 0px 30px;
}
.pro-detail table tr td:first-child{
	color: #000;
}
.pro-detail-list .datepdf{
	display: flex;
	align-items: center;
	padding-left: 15px;
	text-transform: uppercase;
}
.pro-detail-list .datepdf img{
	margin-right: 10px;
	width: 20px;
	height: auto;
}


table.text-center th, table.text-center td{
	text-align: center;
}
.product-list table tr.list-item .view-icon{
	cursor: pointer;
}
.product-list table tr.list-item .view-icon.down{
	color: #EF3A29;
}
.product-list table tr.list-item .view-icon:hover{
	color: #EF3A29;
}
.product-list table tr.view-info{
	display: none;
}
.product-list table tr.view-info td{
	text-align: center;
	background: #f5f5f5;
}
.row.center{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-list3{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.product-list3 table{
	border-top: 1px solid #EF3A29;
    border-left: 1px solid #EF3A29;
}
.product-list3 table th{
	background: #EF3A29;
	border-bottom: 1px solid #EF3A29;
    border-right: 1px solid #EF3A29;
}
.product-list3 table tr td{
	background: #fff;
	border-bottom: 1px solid #EF3A29;
    border-right: 1px solid #EF3A29;
    padding: 12px 22px;
}
.product-list3 table tr td .text{
	margin-top: 20px;
	display: none;
}
.product-list3 table tr td .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-list3 table tr td .title p{
	padding-bottom: 0px;
}
.product-list3 table tr td .title .down-btn{
	display: inline-block;
	width: 30px;
	height: 40px;
	background: url(../images/down-icon.png) no-repeat center center/80%;
	cursor: pointer;
	transform: rotate(180deg);
	transition: all .5s;
}
.product-list3 table tr td .title .down-btn.down{
	transform: rotate(0deg);
}

.main-title2{
	text-align: center;
	margin-bottom: 30px;
}
.main-title2 h2{
	color: #000;
	font-size: 24px;
}
.main-title3 {
	margin-bottom: 5px;
}
.main-title3 h3{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	position: relative;
}
.main-title3 h3:before{
	content: '';
    width: 100px;
    height: 3px;
    background: #EF3A29;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.main-title3 h3 a{
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}
.main-title3 h3 a:hover{
	color: #EF3A29;
}

.services-container .search-title{
	font-size: 24px;
	margin-bottom: 30px;
}
.services-container .search-results-list{
	margin-bottom: 10px;
}
.services-container .search-results-list h3{
	font-size: 17px;
	margin-bottom: 8px;
}
.search-pagenav .pagination{
	margin: 0px 0 30px;
}
.services-container  .search-product-list h3{
	margin-bottom: 15px;
}
.product-pagenav{
	margin-top: 30px;
}
.product-list3-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.product-list3-title .inquiry-btn{
	color: #fff;
	flex-shrink: 0;
	margin-left: 30px;
	cursor: pointer;
}
.product-list3-title .inquiry-btn:hover{
	color: #deffed;
}
.product-list-tab{
	width: 100%;
	height: auto;
	padding-top: 15px;
}
.product-list-tab .list-tab-title{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-bottom: 1px solid #EF3A29;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 20px;
}
.product-list-tab .list-tab-title span{
	display: inline-block;
	padding: 10px 25px;
	font-size: 18px;
	line-height: 1.3;
	color: #EF3A29;
	background: #ededed;
	font-weight: bold;
	text-align: center;
	border-radius: 6px 6px 0px 0px;
	cursor: pointer;
	min-width: 210px;
}
.product-list-tab .list-tab-title span.shows{
	color: #fff;
	background: #EF3A29;
}
.product-list-tab .list-tab-info{
	width: 100%;
	height: auto;
}
.product-list-tab .list-tab-info .list-item{
	width: 100%;
	height: auto;
	display: none;
}
.product-list-tab .list-tab-info .list-item.shows{
	display: block;
}
.product-list-tab .list-tab-info .list-item.list-overview h3{
	color: #EF3A29;
}




@media screen and (max-width:1580px){




.toper-nav .content{
	width: 100%;
	padding: 0px 30px;
}
.navs>ul>li{
	margin-left: 20px;
}
.bannertext .banner-title,.pagebanner h1,.pagebanner .pagebanner-title{
	font-size: 55px;
}
.content{
	width: 100%;
	padding: 0px 120px;
}
.maincon{
	width: 100%;
	padding: 0px 120px;
}
	
}


@media screen and (max-width:1400px){





.filter-shell>ul{
	column-gap: 0px;
	justify-content: space-between;
}
.filter-shell>ul>li{
	width: 48%;
}
.leftnav{
	width: 320px;
}
.mainsection1 .pic{
	width: 45%;
}
.mainsection1 .text{
	width: 50%;
}
.main-title h2{
	font-size: 28px;
}
.main-title h2:before{
	width: 80px;
    height: 4px;
}
.main-title .titles{
	font-size: 28px;
}
.main-title .titles:before{
	width: 80px;
    height: 4px;
}
.toper-nav .content{
	padding: 0px 15px;
}	
.logos img {
    height: 40px;
}	
.navs>ul>li{
	margin-left: 20px;
}
.navs>ul>li>a{
	font-size: 15px;
}
.nav-inquiry{
	padding: 8px 10px;
	background: #EF3A29;
	margin-left: 25px;
}
.nav-inquiry:hover{
	background: #3986b8;
}
	
}


@media screen and (min-width:1200px){





.navs{
	position: static;
}
.navs>ul>li.spread-nav{
	position: static;
}
.navs>ul>li.spread-nav:after{
	content: none;
}
.navs>ul>li.spread-nav>ul{
	width: 1400px;
	max-width: 100%;
	max-height: calc(100vh - 140px);
	overflow-y: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 20px 20px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	flex-wrap: wrap;
	top: calc(100% - 2px);
	align-items: stretch;
}
.navs>ul>li.spread-nav>ul::-webkit-scrollbar {
        width: 5px;     
       background: #1e1e1e;
    }
.navs>ul>li.spread-nav>ul::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 0px #ab7525;
        background: #EF3A29;
        width: 5px;     
        height: 5px;
    }
.navs>ul>li.spread-nav>ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px #1e1e1e;
        border-radius: 0px;
        background: #fff;
    } 
    
.navs>ul>li.spread-nav>ul .navbox-level1{
	width: 400px;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li{
	float: none;
	border-bottom: none;
	padding: 10px 10px;
	position: relative;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li>a{
	font-weight: bold;
	color: #000;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li>span:before {
    color: #000;
    font-size: 17px;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act {
    background: #F4F8FD;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act>a {
    color: #EF3A29;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act>span:before {
    color: #EF3A29;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li:after{
	content: '';
	width: 3px;
	height: 0px;
	background: #EF3A29;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.navs>ul>li.spread-nav>ul .navbox-level1>li.act:after{
	height: 100%;
}

.navs>ul>li.spread-nav>ul .navbox-level2{
	width: calc(100% - 400px);
	border-left: 1px solid #d2d7da;
	padding-left: 40px;
	display: block;   
}
.navs>ul>li.spread-nav>ul .navbox-level2>li{
	display: none;
	float: none;
	border-bottom: none;
	padding: 0px 0px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li.shows{
	display: block;
}
.navs>ul>li.spread-nav>ul .navbox-level2 ul{
	display: none;
	position: static;
	box-shadow: none;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li{
	width: 48%;
	float: none;
	border-bottom: none;
	padding: 2px 0px;
	margin-bottom: 10px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>a{
	color: #000;
	font-weight: bold;
	width: calc(100% - 16px);
}
.navs>ul>li.spread-nav>ul .navbox-level2 a:hover{
	color: #EF3A29;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0px;
	top: 8px;
	cursor: pointer;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>span:before{
	position: static;
	transform: none;
	line-height: 12px;
	font-weight: bold;
	font-size: 14px;
	transition: all .2s;
	color: #000;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>span.down:before{
	transform: rotate(90deg);
	transition: all .2s;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul{
	padding-left: 5px;
	padding-top: 5px;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li{
	padding: 3px 0px;
	border-bottom: none;
	float: none;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li a{
	font-weight: normal;
	color: #666;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li span{
	display: none !important;
}
.navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li ul{
	display: none !important;
}

}



@media screen and (max-width:1200px){



.foot-logo{
	margin-bottom: 25px;
}
.foot-logo img{
	margin-bottom: 20px;
}
.Careers-section1{
	margin-top: 20px;
    padding-bottom: 20px;
}
.main-title h2,.main-title .titles{
    font-size: 20px;
}
.service-content{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.rightcon{
	margin-left: 0px;
	margin-bottom: 50px;
}
.leftnav {
    width: 100%;
}
.forms label{
	font-size: 16px;
}
.forms .form_control{
	height: 50px;
}
.contact-info h3{
	margin-bottom: 5px;
}
.contact-info p{
	margin-bottom: 20px;
}
.contact-info h2 {
    font-size: 24px;
    margin-bottom: 30px;
}	
.contact-info{
	padding: 30px 30px 10px;
}
.contact-text{
	padding: 30px 30px;
}
.contact-text p{
	font-size: 16px;
	margin-bottom: 0px;
}
.footer-content{
	flex-wrap: wrap;
}
.foot-logo {
    width: 100%;
    max-width: 100%;
}
.pic-list .list-item p{
	font-size: 16px;
}
.main-title {
    margin-bottom: 25px;
}
.main-title h2{
	font-size: 24px;
	padding-bottom: 20px;
}
.main-title h2:before{
	width: 70px;
    height: 3px;
}
.main-title .titles{
	font-size: 24px;
	padding-bottom: 20px;
}
.main-title .titles:before{
	width: 70px;
    height: 3px;
}
.carousel-inner>.item{
	height: calc(100vh - 98px);
}
.push{
	margin-top: 98px;
}
.toper .toper-nav{
	padding: 10px 0px;
}
.pagebanner{
	height: 400px;
}
.pagebanner p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 30px;
}
.bannertext p{
	font-size: 16px;
	line-height: 28px;
}
.pagebanner h1,.pagebanner .pagebanner-title{
	font-size: 40px;
}
.bannertext .banner-title{
	font-size: 40px;
	margin-bottom: 40px;
}	
.bannertext .learnmore{
	margin-top: 40px;
}
.learnmore{
	font-size: 16px;
	height: 46px;
	padding: 0px 42px;
}
.carousel-inner>.item {
    height: 550px;
}


.go_top{
	bottom: 100px;
	width: 32px;
	height: 32px;
	right: 0px;
}
.sp_nav {
    display: block;
    margin-left: 30px;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    right: 0px;
    left: 0px;
    bottom: auto;
    background: #EF3A29;
    padding-top: 0px;
    padding-left: 0px;
    z-index: 101;
    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 #ff5241;
    display: inline-block;
}
.navs ul li:last-child {
    margin-bottom: 0px;
}
.navs>ul>li:last-child {
    border-bottom: 1px solid #ff5241;
    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;
}
.navs>ul>li>ul {
    position: static;
    width: 100%;
    padding-left: 20px;
    background: none;
}
.navs ul li ul li ul {
    position: static;
}
.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 #ff5241;
}
.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 #ff5241;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #ff5241;
}
.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;
    right: 15px;
}
.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){



.footicon{
	width: 100%;
}
.foot-nav{
	width: 100%;
	margin-bottom: 25px;
}
.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: 1px solid #dee2e6;
	border-bottom: none;
	display: block;
}
.detail-table tr td{
	display: block;
	border: none !important;
	width: 100% !important;
	padding: 0px 10px 5px !important;
	background: none !important;
}

.tablebox table tr th{
	display: none;
}
.tablebox table tr{
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 15px;
    display: block;
    width: 100%;
}
.tablebox table thead{
	display: none;
}
.tablebox table tr:last-child{
	border-bottom: 0px solid #ccc;
}
.tablebox table tr td{
	display: block;
	height: auto;
	width: auto !important;
    text-align: left;
    border: 0px solid #ccc;
    padding: 0px 10px 10px !important;
    background: none !important;
}
.tablebox table tr td .table-inquiry{
	display: inline;
}
.tablebox table tr td a{
	display: inline !important;
	word-break: break-all;
}
.tablebox table tr td a.learnmore{
	display: inline-flex !important;
}


.product-list table tr.view-info td{
	padding: 10px 10px 10px !important;
}
.product-list table tr.view-info td b{
	display: none;
}

.Careers-section1 .text {
    width: 100%;
    margin-bottom: 20px;
}
.Careers-section1 .pic {
    width: 350px;
    max-width: 100%;
}
.Careers-section1{
	flex-wrap: wrap;
}
.contact-section2{
	flex-direction: column;
}
.contact-info{
	width: 100%;
}
.contact-text{
	width: 100%;
	border-left: 1px solid #e3e3e3;
    border-top: none;
}
.pagecontent{
	padding: 20px 0px 40px;
}
.about-section1 {
    margin-bottom: 20px;
}
.about-section2-list{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.about-section2-list .list-item{
	width: 450px;
	max-width: 100%;
	margin-bottom: 30px;
}
.about-section2-list .list-item:last-child{
	margin-bottom: 0px;
}
.pic-list-services {
    margin-bottom: 20px;
}
.mainsection3 {
    padding: 50px 0px 20px;
}
.mainsection2{
	padding: 45px 0px;
}
.main-title h2,.main-title .titles{
	font-size: 22px;
}
.mainsection1 .pic {
    width: 400px;
    max-width: 100%;
    margin-bottom: 30px;
}
.mainsection1 .text {
    width: 100%;
}
.mainsection1 .maincon{
	flex-direction: column;
	align-items: center;
}
.mainsection1 {
    padding: 50px 0px;
}
.content{
	padding: 0px 30px;
}
.maincon{
	padding: 0px 30px;
}
	
}


@media screen and (max-width:800px){




.product-list3 table tr td {
    padding: 12px 10px;
}
.filter-shell>ul>li {
    width: 100%;
}
.Careers-section3-list .list-item .title h3{
	font-size: 16px;
}
.Careers-section3-list .list-item .text {
    padding: 20px 10px 10px;
}
.Careers-section3-list .list-item .title{
    padding: 0px 25px 0px 10px;
    background-position: calc(100% - 10px) center;
    background-size: 18px auto;
}
.inquiry-list .list-item{
	width: 100%;
}
.inquiry-list{
	flex-wrap: wrap;
}
.inquiry-box {
    margin-bottom: 50px;
    border: none;
    padding: 0px 0px;
}
.contact-info {
    padding: 30px 15px 10px;
}
.contact-text {
    padding: 30px 15px;
}
.contact-text .contact-inquiry .nav-inquiry{
	display: inline-block !important;
}
.contact-info h2{
	font-size: 22px;
}
.pic-list{
	justify-content: center;
}
.pic-list .list-item{
	width: 500px;
	max-width: 100%;
}
.pagebanner h1,.pagebanner .pagebanner-title{
	font-size: 28px;
}
.bannertext .banner-title{
	font-size: 28px;
	margin-bottom: 25px;
}	
.bannertext .learnmore{
	margin-top: 25px;
}	
.content{
	padding: 0px 15px;
}
.maincon{
	padding: 0px 15px;
}	
	
}


@media screen and (max-width:600px){


#serach-form button{
	width: 100%;
	border-radius: 0px;
}
#serach-form input{
	width: 100%;
	margin-bottom: 5px;
}
#serach-form select{
	width: 100%;
	border-radius: 0px;
	margin-bottom: 5px;
}
#serach-form{
	flex-wrap: wrap;
}
.foot-logo img {
    height: 45px;
}
.inquiry-list .list-item h3{
	padding: 0px 15px;
}
.inquiry-list .list-item a{
	padding: 0px 15px;
}
.footer p{
	margin-bottom: 10px;
}
.footer-content{
	padding: 40px 0px 40px;
}
.mainsection2 p.text2:before{
	width: 50px;
}
.mainsection2 p{
	text-align: left;
}
.section1-scroll {
    margin-top: 10px;
}
.section1-scroll .scroll-list .scroll-title h3{
	font-size: 16px;
}
.section1-scroll .scroll-list .scroll-title span{
	flex-shrink: 0;
	margin-left: 15px;
}
.carousel-inner>.item{
	height: calc(100vh - 90px);
}
.push{
	margin-top: 90px;
}
.logos img {
    height: 35px;
}
.toper .toper-nav {
    position: relative;
}
.nav-right{
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}	
.nav-inquiry{
	display: none;
}	
	
}
.contact-item {
	position: relative;
	flex: 1;
	flex-shrink: 0;
	padding-right: 14px;

}
.contact-item:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 30%;
	width: 1px;
	height: 80px;
	background-color: #fff;
	transform: translateX(-50%) scaleX(1);
	transform-origin: center;
}
.contact-item .contact-item-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 0;
}