@font-face {
    font-family: 'Noto Sans CJK KR';
    src: url('fonts/NotoSerifCJKkr-Light.otf') format('opentype');
    font-weight: normal;
}
body {
	font-family: 'Noto Sans CJK KR', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
}
body:has(#fullpage){
	opacity: 0;
}
body:has(.fullpage-wrapper) {
	opacity: 1!important;
}
article img {
    max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}
input[name="agreement"] {
    margin: 4px 7px 0;
        position: relative;
    top: 1px;
}
a:hover,
a:active,
a:focus {
	color: #0fa5a8;
	text-decoration: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}
a i.arrow-right {
	float: right;
}
a i.arrow-right:before {
	content: '';
	display: block;
	width: 45px;
	margin-top: 25px;
	border-top: 2px solid #fff;
}
a i.arrow-right:after {
	content: '';
	display: block;
	width: 15px;
	border-top: 2px solid #fff;
	transform: rotate(30deg);
	position: relative;
	top: -6px;
	left: 32px;
}
body:has(.navbar-collapse.collapse.in) ,body:has(.navbar-collapse.collapsing) {
    overflow-y: hidden;
}
.ceopersonal {
    padding-top: 25px;
}
.process-list {
    cursor: auto;
}
.modal-backdrop.in {
    opacity: 0.7;
}
.modal-content {
    box-shadow: none;
    background: none;
    border: none;
}
.modal-content button.close {
    width: 15px;
    height: 15px;
    background-image: url(../images/process_popup_close.png);
    position: absolute;
    right: 12px;
    top: 12px;
    opacity: 1;
}
.modal-open .modal.fade.in {
    display: flex!important;
    align-items: center;
}
.modal.in .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}
.modal-lg {
    width: auto!important;
}
.wrap-sticky{
	position:absolute;
}
nav.navbar.bootsnav.fixed {
	position: fixed;
	top: 0;
}
nav.navbar.bootsnav {
	z-index: 999;
	width: 100%;
	background-color: rgba(0,0,0,0);
	transition: 0.5s ease;
	border: none;
}
nav.navbar.bootsnav .side-menu {
	margin-top: 46px;
	margin-left: 55px;
	cursor: pointer;
	margin-right: 15px;
}
nav.navbar.bootsnav .side-menu i {
	width: 25px;
	height: 3px;
	background: #0fa5a8;
	display: block;
	margin: 7px;
}
nav.navbar.bootsnav ul.nav>li>a {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	padding: 0px;
	margin: 45px 80px 45px 0;;
}
nav.navbar.bootsnav ul.nav>li>a:hover {
	color: #0fa5a8;
}
nav.navbar.bootsnav ul.nav>li.dropdown:hover .dropdown-menu {
	display: block;
}
nav.navbar.bootsnav ul.nav>li:last-child > a{
	margin-right: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #fff!important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border: none;
	transition: ease 0.3s;
	display: block;
	opacity: 0;
	margin: 0;
	overflow: hidden;
	max-height: 0;
	width: auto;
	left: -30px;
	background-color: unset;
}



nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	text-align: left;
	font-size: 16px;
	color: #000;
	padding: 0;
	border: none;
	letter-spacing: -1px;
}
nav.navbar.bootsnav ul.navbar-right li:nth-child(5).dropdown ul.dropdown-menu li a {
	background:none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
	color: #41e9ec;
}
nav .navbar-brand {
	padding: 15px;
}
.dropdown-menu > li > a {
	font-size: 22px;
	font-weight: 300;
	color: #000;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
	color: #000;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
	padding-left: 0;
	border: none;
}

nav.navbar .search {
	margin: 42px 25px;
}
nav.navbar .search input {
	border: 1px solid #0fa5a8;
	border-radius: 15px;
	color: #0fa5a8;
	width:215px;
	height: 35px;
}
nav.navbar .search input::placeholder {
	color: #cdcdcd;
}
nav.navbar .search button {
	width: 30px;
	height: 30px;
	background-color: #ccc;
	border: none;
	border-radius: 15px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 2px;
	background-image: url(../images/icon-search.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
nav.navbar .language {
	margin: 32px 25px;
	border-radius: 15px;
	color: #fff;
	padding: 0 10px;
	margin-right: 0px;
}
nav.navbar .language span a {
	font-size: 20px;
	font-weight: 300;
	color: #c5c5c5;
	padding: 5px 7px;
}
nav.navbar .language span.other {
	position: absolute;
	left: 40px;
	top: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
}
nav.navbar .language:hover span.other {
	display: block;
}
nav.navbar .language span.other a {
	color: #000;
}

i.i-language {
	display: inline-block;
	position: absolute;
	top: -6px;
	margin-left: -35px;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_language.png);
}

.li_img{
	display: block;
}
nav.navbar .search ,nav.navbar .language ,nav.navbar.bootsnav ul.nav>li>a {
	transition: 0.3s ease;
}
.description,.info,.sub6-3-description,.sub3-7-hr{
	word-wrap: break-word;
}
.description div{
	text-indent: -14px;
	text-align: justify;
	margin-left: 5px;
}
.sub3-7-hr div{
	text-indent: -20px;
    text-align: justify;
    margin-left: 6px;
}
.sub6-3-description div {
	text-indent: -18px;
	text-align: justify;
	margin-left: 10px;
	white-space: nowrap;
}
.info div {
	text-indent: -17px;
	text-align: justify;
	margin-left: 10px;
}
.description div::before,.sub6-3-description div::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 0;
}
.info div::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 0;
}
nav.navbar .navbar-brand > img {
	transition: 0.3s ease;
	width: 100%;
	margin-top: 20px;
}

nav.navbar.bootsnav.fixed-small {
	background-color: rgba(0,0,0,0.5);
}
nav.navbar.bootsnav:hover {
	background-color: #fff;
	opacity: 1;
	height: 400px;
}
nav.navbar.bootsnav .navbar-brand .logo.black ,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand .logo.black{
	display: none;
}
nav.navbar.bootsnav:hover .navbar-brand .logo.black ,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand .logo.black {
	display: block;
	margin-top: 20px;
}
nav.navbar.bootsnav:hover .navbar-brand .logo.white ,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-brand .logo.white {
	display: none;
	margin-top: 20px;
}
nav.navbar.bootsnav:hover i.i-language ,.wrap-sticky nav.navbar.bootsnav.sticked i.i-language {
	background-image: url(../images/icon_language_b.png);
}
nav.navbar.bootsnav:hover ul.nav>li>a ,nav.navbar.bootsnav:hover .language span a ,.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a ,nav.navbar.bootsnav:hover .language span a {
	color: #000;
}
nav.navbar.bootsnav ul.nav>li.dropdown .dropdown-menu {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease;
}
nav.navbar.bootsnav:hover ul.nav>li.dropdown .dropdown-menu {
	max-height: 550px;
	opacity: 1;
	padding: 30px 0;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
	background-color:rgba(255,255,255,1);/*rgba(255,255,255,0.8) ;*/
	/*backdrop-filter: blur(3px);*/
}
nav.navbar.bootsnav:after {
	content: '';
	display: block;
	height: 0px;
	transition: 0.3s ease;
	position: relative;
	z-index: 0;
}
nav.navbar.bootsnav:hover:after {
	height: 250px;
}
nav.navbar.bootsnav:hover .navbar-collapse ,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-collapse{
	border-color: rgba(0,0,0,0.2);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	left: 0;
}
nav.navbar.bootsnav ul.nav>li:nth-child(1).dropdown{
	margin-right:0px;
}
nav.navbar.bootsnav ul.nav>li:nth-child(1).dropdown .dropdown-menu ,nav.navbar.bootsnav ul.nav>li:nth-child(1).dropdown .dropdown-menu{
	width: 180px;
	/*position: absolute;
	left: -80px;*/
}
nav.navbar.bootsnav ul.nav>li:nth-child(3).dropdown .dropdown-menu {
	width: 180px;
}
nav.navbar.bootsnav ul.nav>li:nth-child(5).dropdown .dropdown-menu {
	width: 180px;
}
nav.navbar.bootsnav ul.nav>li:nth-child(6).dropdown .dropdown-menu {
	min-width: 100px;
}
nav.navbar.bootsnav ul li.dropdown ul.dropdown-menu li a span {
	display: inline-block;
	color: #000;
}
nav.navbar.bootsnav ul li.dropdown ul.dropdown-menu li a span:after {
	content: '';
	width: 100%;
	height: 9px;
	background-color: #41e9ec;
	display: inline-block;
	position: relative;
	top: -20px;
	z-index: -1; 
	opacity: 0;
	transition: 0.5s ease;
}
nav.navbar.bootsnav:hover .li_sns{
	margin-right:0px;
}
nav.navbar.bootsnav:hover .li_language{
	margin-right:0px;
}
nav.navbar.bootsnav ul li.dropdown ul.dropdown-menu li a:hover span:after {
	opacity: 1;
}
nav.navbar.bootsnav:hover .li_img {
	/*display: none;*/
	margin-right:0px;
	max-height: 110px;
}
nav.navbar.bootsnav:hover #navbar-menu{
	border-bottom: 1px solid #cfd0d0;
}
.product-list-area{
	display: flex;
	align-items: stretch;
}
.product-list-row{
	position: relative;
}
.product-list-row2{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.main-banner {
	position: relative;
}
.main-banner .owl-carousel .item {
  height: 100vh; 
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-banner .owl-carousel .item .container {
	z-index: 2;
	position: relative;
}
.main-banner .owl-carousel .item video {
	width: 100vw;
	position: absolute;
	top: 0;
	opacity: 0.4;
	z-index: 1;
}
.main-banner .owl-carousel .item .txt1 {
	font-size: 35px;
	font-weight: 500;
	color: #fff;
}
.main-banner .owl-carousel .item .txt2 {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
}
.main-banner .owl-carousel .item .txt3 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 60px;
}
.default-btn {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #0fa5a8;
	width: 150px;
	padding: 0 20px;
	line-height: 48px;
	display: inline-block;
	border-radius: 30px;
	background-position: 160px 18px;
	background-repeat: no-repeat;
	box-shadow: none;
	box-sizing: unset;
	text-align: left;
	border: none;
}
.default-btn:hover {
	background-position: 165px 18px;
	color: #fff;
	opacity: 0.9;
}
.main-banner .control ,.slide .control {
	position: absolute;
	bottom: 100px;
	z-index: 98;
	left: 50%;
	display: flex;
	flex-direction: row;
	margin-left: -60px;
}
.main-banner .control .page-navi , .slide .control .page-navi{
	height: 45px;
	border-radius: 30px;
	border: 1px solid #fff;
	color: #fff;
	min-width: 125px;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.main-banner .control .page-navi .prev ,.slide .control .page-navi .prev {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url(../images/left-arrow.png);
	margin: 0 8px;
}
.main-banner .control .page-navi .next ,.slide .control .page-navi .next {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url(../images/right-arrow.png);
	margin: 0 8px;
}
.main-banner .control .page-navi .current ,.slide .control .page-navi .current {
	font-size: 19px;
	letter-spacing: 2px;
}
.main-banner .control .showall {
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #fff;
	margin-left: 15px;
	background-image: url(../images/plus.png);
	background-position: center;
	background-repeat: no-repeat;
}
.main-banner .showall-content {
	display: none;
	position: absolute;
	z-index: 99;
	background-color: rgba(255,255,255,0.8);
	height: 700px;
	width: 100%;
	overflow-y: auto;
}
.main-banner .showall-content .close {
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
}
.main-banner .showall-content i {
	display: block;
    width: 47px;
		height: 47px;
		background: url('../images/close.png') center center no-repeat;
}
.main-banner .showall-content .item {
	width: 555px;
	height: 207px;
	margin: 15px;
	float: left;
	background-size: cover!important;
}
.fixedbar {
	position: fixed;
	top: 25%;
	right: 75px;
	z-index: 9999;
}
.fixedbar ul.right_bar{
	padding: 15px 10px;
	background-color: #fff;
	border-radius: 20px;
}
.fixedbar ul li a:hover{
	color:#0fa5a8;
}
.fixedbar ul li a img{
	padding-bottom: 10px;
}
.fixedbar ul li a {
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.fixedbar ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
.fixedbar ul li:first-child {
	padding-top: 0px;
}
.fixedbar ul li:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}
.back1top{
	z-index: 999;
	position: fixed;
	top: 65%;
	right: 84px;
	cursor: pointer;
	width: 64px;
	height: 64px;
}
.back2top {
	z-index: 999;
	margin: 20px 0px 0px 14px;
	/*top: 70%;
	right: 84px;*/
	position: relative;
	cursor: pointer;
	width: 64px;
	height: 64px;
	background-color: #0fa5a8;
	background-image: url(../images/web/right_bar09.png);
	background-position: center 20px;
	background-repeat: no-repeat;
	border-radius: 15px;
	/*box-shadow: 0px 0px 10px rgba(188,188,188,0.5);*/
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding-top: 30px;
}
.main-about {
	padding: 90px 0;
	background-color: #f3f8f8;
}
.main-about .hd ,.main-product .hd ,.main-partners .hd {
	text-align: center;
}
.main-about .hd .subtitle ,.main-product .hd .subtitle ,.main-partners .hd .subtitle {
	font-size: 18px;
	color: #0fa5a8;
	font-weight: 500;
}
.main-about .hd .title ,.main-product .hd .title ,.main-partners .hd .title {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
}
.main-about .hd .description ,.main-product .hd .description ,.main-partners .hd .description {
	font-size: 20px;
	letter-spacing: -1px;
	padding: 20px 0;
}
.main-about .bd .item {
	text-align: center;
	padding: 50px 0;
	border-radius: 20px;
}
.main-about .bd .item:hover {
	background-color: #fff;
}
.main-about .bd .item  .icon .red ,.main-about .bd .item:hover .icon .black {
	display: none;
}
.main-about .bd .item:hover  .icon .red ,.main-about .bd .item  .icon .black{
	display: inline;
}
.main-about .bd .item .title {
	font-size: 25px;
	font-weight: 700;
	margin-top:15px;
}
.main-about .bd .item:hover .title {
	color: #0fa5a8;
}
.main-about .bd .item .description {
	padding: 30px 0;
	line-height: 30px;
	font-size: 20px;
	min-height: 150px;
}
.main-about .bd .item .link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.main-item3 .product-more{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
    right: -165px;
    top: 48%;
    z-index: 99;
}
.main-item3 .product-more a{
	background-color: #0fa5a8;
	border: 1px solid #0fa5a8 !important;
	color: #fff;
	width: 175px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	font-size: 17px;
	font-weight: 300;
	border-radius: 30px;
	cursor: pointer;
	max-height:50px;
}
.main-item3 .product-more a:hover{
	background-color: #fff !important;
	border: 1px solid #0fa5a8 !important;
	color: #0fa5a8 !important;
}
.main-item3 .product-more a:hover i:before,.main-item3 .product-more a:hover i:after{
	border-top: 1px solid #0fa5a8;
}
.main-item3 .product-more a i:before {
	content: '';
	display: block;
	width: 45px;
	border-top: 1px solid #fff;
}
.main-item3 .product-more a i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 39px;
}
.main-item3 .prev{
	cursor: pointer;
	padding: 0px;
}
.prev_left_img,.next_left_img{
	display:block;
}
.prev_right_img,.next_right_img{
	display:none;
}
.main-about .bd .item .link a {
	background-color: #fff;
	border: 1px solid #0fa5a8;
	color: #0fa5a8;
	width: 180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	font-size: 17px;
	font-weight: 300;
	border-radius: 30px;
}
.main-about .bd .item:hover .link a {
	background-color: #0fa5a8;
	color: #fff;
}
.main-about .bd .item:hover .link a i:before,.main-about .bd .item:hover .link a i:after {
	border-top: 1px solid #fff;
}

.main-about .bd .item .link a i:before {
	content: '';
	display: block;
	width: 45px;
	border-top: 1px solid #0fa5a8;
}
.main-about .bd .item .link a i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #0fa5a8;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 39px;
}
.main-partners {
	background: #f3f8f8;
	padding: 80px 0;
	overflow-x: hidden;
}
.main-partners .banner_list ul li {
	width: 26rem;
	text-align: center;
	height: auto;
	border-radius: 0;
	border: none;
	float: left;
	margin: 0 15px;
	overflow: hidden;
}
.main-partners .banner_list ul li img {
	border-radius: 10px;
}
.agreements {
	background-color: #f8f8f8;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding: 15px;
	color: #666;
	height: 120px;
	overflow: auto;
}

.banner_list{
    width: 100%; 
		padding-top: 60px;
}
.banner_list ul {
    display: flex;
    margin: 0;
}

.banner_list ul li {
    width: 60rem;
		text-align: center;
    height: auto;
    border-radius: 5rem;
    border: none;
    float: left;
    margin: 0 0.5rem;
    overflow: hidden;
}
.banner_list ul li span {
	font-size: 70px;
	font-weight: 500;
	color: #7f7f7f;
	padding: 0px 20px;
	border-radius: 5rem;
}
.banner_list .top_con {
    margin-bottom: 3rem;
}
.banner_list .top_con ,.banner_list .bottom_con {
    margin-bottom: 3rem;
}

.loop_banner {
    transition: animation 0.4s ease-in-out;
    display: flex;
    /* overflow: hidden; */
}
.banner_list .loop_banner:nth-child(2) {
	margin-left: -35px;
}
.loop_banner ul {
    float: left;
}

.loop_banner ul:first-child {
    animation: jsLoopSlide 80s -40s linear infinite;
}

.loop_banner ul:last-child {
    animation: jsLoopSlide2 80s linear infinite;
}

.loop_banner.bottom_con ul:first-child {
    animation: jsLoopSlide3 80s -40s linear infinite;
}

.loop_banner.bottom_con ul:last-child {
    animation: jsLoopSlide4 80s linear infinite;
    padding-left: 1rem;
}

@keyframes jsLoopSlide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes jsLoopSlide2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

@keyframes jsLoopSlide3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes jsLoopSlide4 {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}
.main-contact .left {
	background-color: #000;
	margin-left: -270px;
	height: 800px;
	background-image: url(../images/web/contact.png);
	background-position: center;
	background-size: cover;
}
.main-contact .left .txts {
	padding-top: 90px;
	float: right;
	padding-right: 130px;
	color: #fff;
}
.main-contact .left .txts .subtitle {
	font-size:18px;
	color: #fff;
	font-weight: 500;
}
.main-contact .left .txts .title {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
}
.main-contact .left .txts .description {
	font-size: 20px;
	padding: 55px 0px;
	font-weight: 200;
}
.main-contact .form-template-type2,.form-template-type2 {
	padding-left: 30px;
	padding-top: 60px;
}
.main-contact .form-template-type2 .group .title,.form-template-type2 .group .title {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-bottom: 6px;
}
.main-contact .form-template-type2 .group .title:before,.form-template-type2 .group .title:before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #0fa5a8;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.main-contact .form-template-type2 .group .form-control,.form-template-type2 .group .form-control{
	border: none;
	background-color: #f8f8f8;
	box-shadow: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.main-contact .form-template-type2 .group input.form-control,.form-template-type2 .group input.form-control {
	line-height: 45px;
	height: 45px;
}
.form-template-type2 .has-feedback .form-control-feedback {
	top: 5px;
	right: 7px;
}
.form-template-type2 .help-block {
	top: -35px;
	left: 0;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	text-align: right;
	background:none;
}
#form-template .file-input {
	position: relative;
	width: 100%;
}

#form-template .file-input .upload-file {
	background-color: red;
	position: absolute;
	width: 100%;
	height: 45px;
	z-index: 3;
	left: 0;
	top: unset;
	cursor: pointer;
}

#form-template .file-input .filename {
	border: none;
	box-shadow: none;
	font-size: 15px;
	font-weight: 500;
	color: #a3a3a3;
}
#form-template  .input-group-addon {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 16px;
	border: none;
}
#form-template .file-input .filename {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-template-type2 .btn {
	background-color: #fff;
	color: #0fa5a8;
	width: 190px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: 300;
	border-radius: 30px;
	border: 1px solid #0fa5a8;
	margin: 0 auto;
}
.sub4-4-link{
	margin-top:50px;
	background-color: #0fa5a8;
    color: #fff;
    width: 190px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 30px;
    border: 1px solid #0fa5a8;

}
.sub4-4-link:hover {
	background-color: #fff;
	color: #0fa5a8;
}
.sub4-4-link:hover i:before,.sub4-4-link:hover i:after{
	border-top: 1px solid #0fa5a8;
} 
.sub4-4-link i:before {
	content: '';
	display: block;
	width: 45px;
	border-top: 1px solid #fff;
}
.sub4-4-link i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 39px;
}
.contact_btn{
	background-color: rgba(255, 0, 0, 0.0);
	color: #fff !important;
	width: 210px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 12px 25px;
	font-size: 17px;
	font-weight: 300;
	border-radius: 30px;
	border: 1px solid #fff;
}
.contact_btn i:before {
	content: '';
	display: block;
	width: 45px;
	border-top: 1px solid #fff;
}
.contact_btn i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 39px;
}
.form-template-type2 .btn:hover {
	background-color: #0fa5a8;
	color: #fff;
}
.form-template-type2 .btn:hover i:before,.form-template-type2 .btn:hover i:after{
	border-top: 1px solid #fff;
} 
.form-template-type2 .btn i:before {
	content: '';
	display: block;
	width: 45px;
	border-top: 1px solid #0fa5a8;
}
.form-template-type2 .btn i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #0fa5a8;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 39px;
}

#main-product-control{
	text-align: center;
	height: 70px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-item3 {
	background-color: #fff;
	padding: 90px 0;
}
.main-item3-left{
	display: grid;
    justify-content: center;
    align-items: center;
}
.main-item3 .owl-carousel {
	margin-left: 15px;
}
.main-item3 .conts .item {
	display: none;
}
.main-item3 .conts .item.active {
	display: flex;
	flex-direction: column;
}
.main-item3 .conts .txt1 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color:#0fa5a8;
}
.main-item3 .conts .txt2 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 100px;
	text-align: center;
}
.main-item3 .conts .txt3 {
	font-size: 20px;
	padding-bottom: 200px;
	text-align: center;
}
.main-item3 .conts .txt4 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
}

.main-item3 i:before {
	content: '';
	display: block;
	width: 45px;
	border-top: 1px solid #0fa5a8;
}
.main-item3 i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #0fa5a8;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 39px;
}

.main-item3 .current span{
	color: #0fa5a8;
}
.main-item3 .owl-carousel .owl-item {
	text-align: right;
}
.main-item3 .owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}
.main-item3 .conts a:hover {
	color: #fff;
	background-color: #000;
}
.main-item3 .next img {
	cursor: pointer;
}

.main-item3 .item.active .txt1 {
    /*animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;*/
}

.main-item3 .item.active .txt2 {
    /*animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;*/
}

.main-item3 .item.active .txt3 {
    /*animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;*/
}
.main-item3 .item.active a {
    /*animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;*/
}
      








footer {
	background-color: #000000;
	color: #fff;
	padding:60px 0;
}
footer .info p {
	margin:0 0 15px 0 !important;
}
footer .info p.small_p{
	margin-top: -15px !important;
}
footer .logo a img {
	padding-top: 20px;
}
footer .company-info {
	font-size: 15px;
	font-weight: 200;
}
footer .copyright {
	padding-top: 20px;
	margin-top: 15px;
	border-top: 1px solid #979aa2;
}
nav.navbar.bootsnav ul.nav>li.active>a {
	color: #65cc80!important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40);
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.active .fadeindown1 {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-delay: 0.5s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.active .fadeindown2  {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-delay: 0.8s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.active .fadeindown3  {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-delay: 1s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.active .fadeindown4  {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-delay: 1.2s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.active .fadeindown5  {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-delay: 1.4s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.active .fadeindown6  {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-delay: 1.6s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.active .fadeindown7  {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-delay: 1.8s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.active .fadeindown8  {
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-delay: 2.0s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


.subpagetopbg {
	background-image: url(../images/web/ceo_page_banner.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.subpagetopbg.sub1-page {
	background-image: url(../images/web/sub1-page-banner.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.subpagetopbg.sub2-page {
	background-image: url(../images/web/sub2-page-banner.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.subpagetopbg.sub3-page {
	background-image: url(../images/web/sub1-page-banner.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.subpagetopbg.sub4-page {
	background-image: url(../images/web/sub4-page-banner.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.subpagetopbg .container {
	height: 100vh;
	color: #fff;
}
.subpagetopbg .container .scroll-down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -40px;
	font-size: 22px;
}
.subpagetopbg .container .scroll-down:after {
	content: '';
	display: block;
	margin: 5px auto;
	width: 16px;
	height: 17px;
	background-image: url(../images/icon_arrow_down_double.png);
	animation: scrollDown 1.07s linear infinite
}
@keyframes scrollDown {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-7px)
    }

    100% {
        transform: translateY(0px)
    }
}

.subpagetopbg .container .title {
	top: 40%;
	position: sticky;
	padding-bottom: 50px;
	z-index: 2;
}
.subpagetopbg .container .title .name {
	font-size: 50px;
	font-weight: 700;
}
.subpagetopbg .container .navi {
	margin: 20px 0 60px;
}
.subpagetopbg .container .navi a {
	color: #fff;
	font-size: 22px;
	font-weight: 5000;
}
.subpagetopbg .container .navi a:hover {
	color: #0fa5a8;
}
.subpagetopbg .container .navi i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image:url(../images/icon_arrow_right.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 3px;
	margin: 0 15px;
}
.subpage .subpage-hd {
	margin-top: 90px;
	margin-bottom: 140px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.subpage .subpage-hd .title {
	color: #0fa5a8;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -2px;
	float: left;
	width: 100%;
}
.subpage .subpage-hd .navigroup {
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: end;
}
.subpage .subpage-hd .navi ,.subpage .notice-head .filter {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}
.subpage .subpage-hd .navi .btn ,.subpage .notice-head .filter .btn{
	float: right;
	background-color: #fff;
	border: 1px solid #0fa5a8;
	border-radius: 30px;
	color: #0fa5a8;
	width: 170px;
	padding: 10px 25px 10px 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
}

.subpage .subpage-hd.sub4 .navi .btn ,.subpage .subpage-hd.sub2-1-new .navi .btn ,.subpage .notice-head .filter .btn,.subpage .subpage-hd.sub4 .navi ul li a ,.subpage .notice-head .filter ul li a {
	width: 255px;
}
.subpage .subpage-hd.sub4 .navi ul li a{
	padding: 5px 15px;
	width: 255px;
	background-color: #eee;
	font-size: 18px;
	display: block;
}

.subpage .subpage-hd.sub6 .navi .btn{
	width: 280px;
}
.subpage .subpage-hd.sub6 .navi ul li a{
	padding: 5px 15px;
	width: 280px;
	background-color: #eee;
	font-size: 18px;
	display: block;
}
.sub1-product-limit .subpage-hd.sub4 .navi .btn{
	width: 235px;
}
.subpage .subpage-hd .navi:hover .btn,.subpage .notice-head .filter:hover .btn{
	background-color: #0fa5a8;
	color: #fff;
}
.subpage .subpage-hd .navi:hover .btn i{
	background-image:url(../images/web/icon_arrow_down_w.png);
}
.subpage .subpage-hd .navi .btn i ,.subpage .notice-head .filter .btn i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-image:url(../images/icon_arrow_down.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.subpage .subpage-hd .navi ul ,.subpage .notice-head .filter ul {
	z-index: 99;
	position: absolute;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: 0.5s ease;
	top: 48px;
}
.subpage .subpage-hd .navi:hover ul ,.subpage .notice-head .filter:hover ul{
	max-height: 665px;
	opacity: 1;
}
.subpage .subpage-hd.sub-siemens .navi .btn{
	width: 280px;
}
.subpage .subpage-hd.sub-siemens .navi ul li a{
	width: 280px;
}
.subpage .subpage-hd .navi ul li a ,.subpage .notice-head .filter ul li a {
	padding: 5px 15px;
	width: 170px;
	background-color: #eee;
	font-size: 18px;
	display: block;
}
.subpage .notice-head.sub2-2-new .filter ul li a,.subpage .subpage-hd.sub2-1-new .navi ul li a  {
	padding: 5px 15px;
	width: 255px;
	background-color: #eee;
	font-size: 18px;
	display: block;
}
.subpage .subpage-hd .navi ul li:first-child a ,.subpage .notice-head .filter ul li:first-child a{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.subpage .subpage-hd .navi ul li:last-child a ,.subpage .notice-head .filter ul li:last-child a{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.subpage.sub3-3 .subpage-item1 .subtitle {
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
	color: #0fa5a8;
}
.subpage.sub3-3 .subpage-item1 .title {
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 50px;
}
.sub3-4 .subtitle,.sub3-4 .title {
	text-align: center;
}
.sub3-4{
	padding-bottom: 0px !important;
	background: url('../images/web/sub3-4-img02.png');
	background-repeat: no-repeat;
	position: relative;
}
.sub3-4 img{
	margin-bottom: 190px;
}
.sub3-1-new .val_list .item{
	margin-bottom: 80px;
	background-color: #fff;
    border-radius: 20px;
    padding-top: 80px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
}

.sub3-1-new .val_list .item .title{
	font-size: 25px;
	font-weight: bold;
	padding-top: 30px;
}
.sub3-1-new .val_list .item .description{
	font-size: 20px;
	font-weight: 500;
    min-height: 130px !important;
}
.subpage.sub3-3 .subpage-item2 .bd .item:hover {
	background: linear-gradient(to bottom,#4ceee7,#3aa2c8);
}
.subpage.sub3-3 .subpage-item2 .bd .item:hover .description,.subpage.sub3-3 .subpage-item2 .bd .item:hover .title{
	color: #fff !important;
}
.subpage.sub3-3 .subpage-item2 .bd .item:hover .icon img:last-child{
	display: block;
}
.subpage.sub3-3 .subpage-item2 .bd .item:hover .icon img:first-child{
	display: none;
}
.subpage.sub3-3 .subpage-item1 .description ,.subpage.sub3-3 .subpage-item2 .description {
	font-size: 20px;
	letter-spacing: -1px;
}
.subpage.sub3-3 .subpage-item1 .description span{
	font-size: 26px;
	margin-left:10px;
}
.subpage.sub3-3 .subpage-item1 .description.sub4-4 span{
	color: #0fa5a8;
	font-size: 20px;
	letter-spacing: -1px;
	margin-left:0px;
}
.subpage.sub3-3 .subpage-item1 .description .br-line{
	height:20px;
}
.subpage.sub3-3 .subpage-item1 .center-block{
	margin-right: 0px;
	padding-right: 0px;
	position: absolute;
	right: -250px;
}
.sub3-7-btn-area{
	margin-top: 50px;
}
.sub3-7-btn{
	border-radius:30px;
	border:1px solid #0fa5a8;
	background-color: #0fa5a8;
	padding: 15px;
	color: #fff;
	font-size:18px;
}
.sub3-7-btn:hover{
	background-color: #fff;
	color: #0fa5a8;
}
.subpage.sub3-3 .subpage-item1 .right-block,.subpage.sub3-3 .subpage-item2 .right-block{
	float: right;
}
.subpage.sub3-3 .subpage-item2 ,.subpage.sub3-1 .subpage-item2 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
.subpage.sub3-3 .subpage-item2 .hd ,.subpage.sub3-1 .subpage-item2 .hd {
	font-size: 35px;
	font-weight: 700;
	color: #0fa5a8;
	text-align: center;
	padding-bottom: 80px;
}
.subpage.sub3-3 .subpage-item2 .bd .item  ,.subpage.sub3-1 .subpage-item2 .bd .item  {
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 15px;
}
.subpage.sub3-3 .subpage-item2 .bd .item .title ,.subpage.sub3-1 .subpage-item2 .bd .item .title {
	font-size: 25px;
	font-weight: 700;
	color: #0fa5a8;
	padding-bottom: 15px;
}
.subpage.sub3-3 .subpage-item2 .bd .item .description ,.subpage.sub3-1 .subpage-item2 .bd .item .description {
	font-size: 20px;
	min-height: 90px;
}
.subpage.sub3-3 .subpage-item2 .bd .item .img img ,.subpage.sub3-1 .subpage-item2 .bd .item .img img {
	width: 100%;
}
.subpage.sub3-3 .subpage-item1 ,.subpage.sub3-1 .subpage-item1 {
	padding-bottom: 100px;
}
.subpage.sub3-5 .subpage-item1 {
	background-color: #fff;
	padding-bottom: 100px;
}
.subpage.sub3-5 .subpage-item1 .hd .subtitle ,.subpage.sub3-5 .subpage-item2 .hd .subtitle {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
	color: #0fa5a8;
}
.subpage.sub3-5 .subpage-item1 .hd .title ,.subpage.sub3-5 .subpage-item2 .hd .title {
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 50px;
}
.subpage.sub3-5 .subpage-item1 .bd .item {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.5s ease;
} 
.subpage.sub3-5 .subpage-item1 .bd .item .icon img:last-child,.subpage.sub3-3 .subpage-item2 .bd .item .icon img:last-child {
	display: none;
}
.subpage.sub3-5 .subpage-item1 .bd .item .title {
	font-size: 25px;
	font-weight: 700;
	color: #0fa5a8;
	padding: 10px 0;
}
.subpage.sub3-5 .subpage-item1 .bd .item .description {
	font-size: 20px;
	min-height: 70px;
	text-align: center;
	letter-spacing: -1px;
} 
.subpage.sub3-5 .subpage-item1 .bd .item:hover {
	background-color: #0fa5a8;
}
.subpage.sub3-5 .subpage-item1 .bd .item:hover .title ,.subpage.sub3-5 .subpage-item1 .bd .item:hover .description {
	color: #fff;
}
.subpage.sub3-5 .subpage-item1 .bd .item:hover .icon img:first-child {
	display: none;
}
.subpage.sub3-5 .subpage-item1 .bd .item:hover .icon img:last-child {
	display: block;
}
.subpage.sub3-5 .subpage-item2 {
	padding-bottom: 100px;
}
.history {
	position: relative;
	margin-top: 150px;
	margin-bottom: 60px;
}
.history .line {
	width: 1px;
	height: 0px;
	margin-left: -1px;
	z-index: 2;
	top: 0;
	left: 50%;
	border-right: 3px solid #0fa5a8;
	position: absolute;
}
.history .arrow {
	position: absolute;
	left: 50%;
	margin-left: -19px;
	z-index: 3;
	width: 38px;
	height: 38px;
	background-image: url(../images/icon_play.png);
}
.history:after {
	z-index: 1;
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	border-right: 1px solid #b2b2b2;
	position: absolute;
}
.history .group .left .year {
	font-size: 35px;
	font-weight: 700;
	color: #7f7f7f;
	padding-bottom: 20px;
	margin-top: -70px;
}
.history .group.active .left .year{
	color: #0fa5a8;
}
.history .group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 80px;
}
.history .group:last-child {
	padding-bottom: 0;
}
.history .group .right ,.history .group .left {
	width: 50%;
}
.history .group .right  {
	padding-left: 80px;
}
.history .group .right .item  {
	display: flex;
	flex-direction: row;
	padding-bottom: 50px;
}
.history .group .right .item .year {
	font-size: 30px;
	font-weight: 700;
	color: #7f7f7f;
}
.history .group.active .right .item .year {
	color: #0fa5a8;
}
.history .group .right .item .description {
	font-size: 20px;
	padding-left: 30px;
}
.history .group .right .item .description p {
	padding: 8px 0;
}
.history-navi ul,.map-navi ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.history-navi ul li,.map-navi ul li{
	width: 50%;
	border-bottom: 1px solid #b2b2b2;
}
.history-navi ul li a ,.map-navi ul li a{
	display: block;
	text-align: center;
	border: none;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	border-bottom: 3px solid rgba(0,0,0,0);
	margin-bottom: -2px;
}
.history-navi ul li.active a ,.map-navi ul li.active a {
	color: #0fa5a8;
	border-bottom: 3px solid #0fa5a8;
}
.map-navi ul li.active a:hover,.map-navi ul li a:hover {
	cursor: pointer;
}
.history .group:last-child .right .item:last-child {
	padding-bottom: 0;
}
.sub1-3 .subpage-item1 .hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: end;
	padding-bottom: 60px;
}
.sub1-3 .subpage-item1 .hd .subtitle {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
	color: #0fa5a8;
}
.sub1-3 .subpage-item1 .hd .title {
	font-weight: 700;
	font-size: 35px;
}
.sub1-3 .subpage-item1 .hd a {
	font-size: 18px;
	font-weight: 500;
	color: #6a6a6a;
}
.sub1-3 .subpage-item1 .hd a.active {
	color: #0fa5a8;
}
.sub1-3 .subpage-item1 .hd .line {
	height: 17px;
	border-right: 2px solid #0fa5a8;
	display: inline-block;
	margin: 0 8px;
	position: relative;
	top: 2px;
}
.sub1-3 .subpage-item1 .bd .item .img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 135%;
	border: 1px solid #cacaca;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.sub1-3 .subpage-item1 .bd .item .img .mask {
	background-color: #0fa5a8;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	transition: 0.5s ease;
}
.sub1-3 .subpage-item1 .bd .item:hover .img .mask {
	opacity: 1;
}
.sub1-3 .subpage-item1 .bd .item .title {
	font-size: 22px;
	font-weight: 600;
	padding: 25px 0 15px;
}
.sub1-3 .subpage-item1 .bd .item .date {
	font-size: 18px;
	padding-bottom: 80px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #0fa5a8;
	border-color: #e83817;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	font-size:20px;
	font-weight: 400;
	border-color: #fff;
	color: #000;
	margin: 0 5px;
	background: none;
	border: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background: none;
}
.pagination  {
	margin-top: 30px;
	margin-bottom: 100px;
}
.sub1-4 .subpage-item1 .hd .subtitle {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
	color: #0fa5a8;
}
.sub1-4 .subpage-item1 .hd .title {
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 50px;
}
.sub1-4 .subpage-item1 {
	margin-bottom: 80px;
}
.sub1-4 .subpage-item1 .map .address {
	font-size: 20px;
}
.sub1-4 .subpage-item1 .map > div:first-child {
	height: 500px;
	background-color: #e8e8e8;
	margin-bottom: 15px;
	border-radius: 30px;
}
.sub1-4 .subpage-item1 .map .address span {
	color: #0fa5a8;
	font-weight: 600;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
}
.sub1-4 .subpage-item1 .map .address span:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #0fa5a8;
	position: relative;
	left: -14px;
	top: 17px;
}
.sub2-1-bg{
	background-image: url(../images/web/sub2-1-bg.png);
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.sub2-1-bg .title{
	font-size: 35px;
	font-weight: bold;
	color: #0fa5a8;
	margin-top: 80px;
	margin-left: 15px;
	margin-right: 15px;
}
ul.sub2-1-new {
  max-width:100%;
  list-style-type: none; 
  display: grid; 
  grid-template-columns: repeat(5, 1fr); 
  gap: 10px;
  grid-auto-flow: column;
  padding: 0;
  margin-top: 50px;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}
ul.sub2-1-new li .sub_title{
	font-size: 22px;
	font-weight: 500;
	color: #000;
	margin-top: 30px;
}
ul.sub2-1-new li .img{
	width: 260px;
    height: 192px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
}
ul.sub2-1-new li .img .mask{
	position: absolute;
    background-color: #6d6f6f;
    font-size: 20px;
    color: #fff;
    width: 260px;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    opacity: 0;
    cursor: pointer;
    transition: 0.5s ease;
}
ul.sub2-1-new li:hover .img .mask {
	opacity: 0.8;
}
.sub3-6-new{
	margin-top:70px;
	margin-bottom: 50px;
}
.sub3-6-new .title{
	font-size: 35px;
	font-weight: bold;
	color: #000;
}
.sub3-6-new .subtitle{
	font-size: 18px;
	font-weight: 400;
	margin-top: 70px;
	color: #0fa5a8;
}
.sub3-6-new .description{
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-top: 40px;
}
.sub3-6-new .description span{
	font-weight: bold;
}



.sub2-3:last-child{
	margin-top: 80px;
	margin-bottom: 130px;
}
.sub2-3 .subtitle{
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	color: #000;
}
.sub2-3 .logo_list{
	max-width:100%;
  list-style-type: none; 
  display: grid; 
  grid-template-columns: repeat(5, 1fr); 
  gap: 10px;
  grid-auto-flow: column;
  padding: 0;
  text-align: right;
  margin-bottom: 20px;
   cursor: auto;
}
.sub2-3 .logo_list li {
	border: 1px solid #d5d5d5;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub2-3 .logo_list li:hover {
	cursor: auto;
}
.sub1-2-new{
	margin-top: 80px;
}
.sub1-2-new-info{
	font-size: 20px;
	color: #000;
	letter-spacing: -1px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 80px;
}
.sub1-3-new .info,.sub1-7-new .info{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding-top: 40px;
}
.sub1-3-new .info span,.sub1-7-new .info span{
	font-size: 20px;
	font-weight: 500;
	color: #0fa5a8;
}
.sub1-3-new-banner{
	background-color: #0fa5a8;
	padding: 10px 0px !important;
}
.sub1-3-new-banner .banner_title_left{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}
.sub1-3-new-banner .banner_title_left img{
 	float: right;
    padding-top: 15px;
    cursor: pointer;
 }
.sub1-3-new-area .title{
	font-size: 35px !important;
	font-weight: bold !important;
	color: #0fa5a8 !important;
	padding-top: 80px;
	padding-bottom: 0px !important;
	padding-left: 15px;
}
.sub1-3-new img{
	border-radius: 20px;
}
.sub1-3-new .description{
	letter-spacing: -2px !important;
}
.sub1-3-new .sub1-3-new-row1{
	padding-top: 90px;
	padding-bottom: 60px !important;
	border-bottom: 1px solid #c5e7e8;
}
.sub1-3-new .sub1-3-new-row2{
	padding-top: 60px;
	padding-bottom: 60px !important;
	border-bottom: 1px solid #c5e7e8;
}
.sub1-3-new .sub1-3-new-row3{
	padding-top: 90px;
	padding-bottom: 150px !important;
	border-top: 1px solid #c5e7e8;
}
.sub1-3-new .description_bottom{
	letter-spacing: -0.5px;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-top: 40px;
	margin-bottom: 90px;
	white-space: nowrap;
}
.sub1-3-new .description_center{
	letter-spacing: -0.7px;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-top: 40px;
	margin-bottom: 40px;
}
.sub1-3-new .description_top{
	letter-spacing: -0.7px;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-bottom: 40px;
}
.sub1-4-new{
	padding-bottom: 0px !important;
	background-color: #f3f8f8;
}
.sub1-4-new .sub1-4-new-row1{
	padding-top: 90px;
	padding-bottom: 60px !important;
	border-bottom: 1px solid #c5e7e8;
}
.sub1-4-new .sub1-4-new-row2{
	padding-top: 60px;
	padding-bottom: 150px !important;
	border: none;
}
.sub1-4-new .subtitle{
	font-size: 30px !important;
	font-weight: bold !important;
	color: #0fa5a8 !important;
	margin-bottom: 40px;
}
.sub1-4-new .description{
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #000 !important;
}
.sub1-6-new{
	padding-top: 90px !important;
	padding-bottom: 150px !important;
	background-color: #f3f8f8;
}
.sub1-6-new-right{
	margin-left:-20px;
	padding:0px;
}
.sub1-6-new .subtitle{
	font-size: 30px !important;
	font-weight: bold !important;
	color: #0fa5a8 !important;
	margin-bottom: 40px;
}
.sub1-6-new .description{
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #000 !important;
	letter-spacing: -1.5px !important;
}
.sub1-7-new-nx{
	background-color: #f3f8f8  !important;
	padding-bottom: 40px !important;
}
.sub1-7-new-nx .nx-list{
	margin-bottom: 100px;
}
.nx-list img{
	width: 430px;
	max-width: 100%;
	height:248px;
}
.sub1-2-new-list .nx-list{
	margin-bottom: 40px;
}
.sub1-2-new-list .no-img-list{
	margin-bottom: 40px;
	justify-content: center;
    display: flex;
}
.sub1-2-new-list .nx-list .nx-list-title{
	font-size: 22px;
	font-weight: 500;
	padding: 30px 0px 20px 0px;
	color: #0fa5a8;
}
.sub1-7-new-nx .nx-list .nx-list-title{
	font-size: 25px;
	font-weight: 500;
	padding: 30px 0px 20px 0px;
	color: #0fa5a8;
	letter-spacing: -0.5px;
}
.sub1-7-new-nx .nx-list .nx-list-subtitle{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
}
.sub6-3-description{
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.sub3-1 .subpage-itme1 .sub4-2-new .title{
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 50px;
	padding-bottom: 0px;
	color: #0fa5a8;
}
.sub3-1 .subpage-itme1 .sub4-2-new:last-child .title{
	font-size: 35px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 50px;
	padding-bottom: 0px;
	color: #0fa5a8;
}
.sub3-1 .subpage-itme1 .sub4-2-map .map_title{
	font-size: 35px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 50px;
	color: #0fa5a8;
}
.sub3-1 .subpage-itme1 .sub4-2-map .map_subtitle{
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #0fa5a8;
}
.sub3-1 .subpage-itme1 .sub4-2-map .map_description{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 40px;
	color: #000;
}
.sub3-1 .subpage-itme1 .sub4-2-map .map_description span{
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
.sub6-4-new .description{
	letter-spacing: -1px !important;
}
.sub6-4-new{
	margin-top: 30px;
}
.sub6-4-new-last{
	padding-bottom: 150px;
}
.nav_bold{
	font-weight:bold;
}
.sub2-1 .subpage-item1 .hd .subtitle {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
	color: #0fa5a8;
}
.sub2-1 .subpage-item1 .hd .title {
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 50px;
}
.sub2-1 .subpage-item1 .hd .description {
	font-size: 20px;
}
.sub2-1 .subpage-item1  {
	padding-bottom: 80px;
}
.sub2-1 .subpage-item2 .hd .title {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: #0fa5a8;
	padding-bottom: 50px;
}
.sub2-1 .subpage-item2 .hd .navibar ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		border-bottom: 1px solid #ababab;
		margin-bottom: 50px;
}
.sub2-1 .subpage-item2 .hd .navibar ul li {
	width: 25%;
}
.sub2-1 .subpage-item2 .hd .navibar ul li a {
	font-size: 30px;
	color: #7a7a7a;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 18px;
	border-bottom: 3px solid rgba(0,0,0,0);
	margin-bottom: -2px;
}
.sub2-1 .subpage-item2 .hd .navibar ul li.active a {
	color: #0fa5a8;
	border-bottom: 3px solid #0fa5a8;
}
.sub2-1 .subpage-item2 .item1 {
	background: #f5f5f5;
	padding-top: 90px;
}
.sub2-1 .subpage-item2 .item {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f5f5f5;
	transition: 0.5s ease;
}
.sub2-1 .subpage-item2 .item.active {
	background-color: #fff;
}
.sub2-1 .subpage-item2 .item .title {
	font-size: 35px;
	font-weight: 700;
	padding-bottom: 50px;
	padding-top: 90px;
	transition: 0.5s ease;
}
.sub2-1 .subpage-item2 .item .description p {
	font-size: 20px;
	letter-spacing: -1px;
	padding-left: 15px;
	transition: 0.5s ease;
}
.sub2-1 .subpage-item2 .item .description p i {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #000;
	display: inline-block;
	position: relative;
	left: -8px;
	top: -5px;
	transition: 0.5s ease;
}

.sub2-1 .subpage-item2 .item.active .title ,.sub2-1 .subpage-item2 .item.active .description p {
	color: #0fa5a8;
}
.sub2-1 .subpage-item2 .item img {
	transition: 0.5s ease;
	max-width: 90%;
}
.sub2-1 .subpage-item2 .item.active img {
	max-width: 100%;
}
.sub2-1 .subpage-item2 .item.active .description p i {
	background-color: #0fa5a8;
}
.sub2-2 .main-item2 {
	height: unset;
	padding-bottom: 100px;
}
.sub2-2 .main-item2 .hd .subtitle ,.sub2-2 .main-item2 .bd {
	padding-top: 0;
}
.sub3-1 .subpage-itme1 {
	padding-bottom: 100px;
}
.sub3-1 .subpage-itme1 .subtitle {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
	color: #0fa5a8;
	padding-top: 100px;
}
.sub3-4 .subpage-itme1 .subtitle {
	padding-top: 40px;
}
.sub3-1 .subpage-itme1 .title {
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 50px;
}
.sub3-1 .subpage-itme1 .description {
    font-size: 20px;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4:nth-child(2) .item .title {
	color: #eeb835;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4:nth-child(3) .item .title {
	color: #4da9f8;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list {
	border-top: 1px solid #0fa5a8;
	margin: 0 40px;
	padding-top: 25px;
	text-align: left;
	padding-bottom: 40px;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4:nth-child(2) .item .list {
	border-top: 1px solid #eeb835;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4:nth-child(3) .item .list {
	border-top: 1px solid #4da9f8;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list p ,.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list span {
	font-size: 20px;
	font-weight: 500;
	padding-left: 10px;
	letter-spacing: -0.5px;
	position: relative;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list p i {
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: #0fa5a8;
	display: inline-block;
	position: absolute;
	left:0px;
	top:12px;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4:nth-child(2) .item .list p i {
	background-color: #eeb835;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4:nth-child(3) .item .list p i {
	background-color: #4da9f8;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list span {
	display: block;
	padding-left: 20px;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list span:first-child {
	padding-top: 10px;
}
.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list span i{
	width: 6px;
	height: 2px;
	background-color: #333;
	display: inline-block;
	position: absolute;
	left:10px;
	top:12px;
}
.dropdown {
  position: relative;
}
 
.dropdown input {
  width: 100%;
  padding-right: 25px;
}
 
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  padding: 10px 0px;
  margin-top: 15px;
  border-radius: 20px;
}
 
.dropdown-content a {
  color: black;
  padding: 13px 20px;
  text-decoration: none;
  display: flex;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.dropdown-content a .dropdown-radio{
	display: block;
	width: auto;
	position: absolute;
	right: 10px;
}
.dropdown-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.sub3-7-new{
	padding-bottom: 70px;
}
.circles-container {
    display: flex;
    justify-content: end;
}
.circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    transition: all 0.5s ease;
}
.circle.active {
    background-color: #45d0db;
}
.circle.active .title{
    color: #fff;
}
.circle .title{
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
	color: #0fa5a8;
}
.green_img{
   display: block;
}
.white_img{
   display: none;
}
.circle.active img.white_img{
   display: block;
}
.circle.active img.green_img{
   display: none;
}
.circles-container span
{
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px !important;
    height: 15px;
    border-radius: 50%;
    outline: none;
    transition: border-color 0.3s;
    padding-right: 0px;
    position: relative;
    border: 2px solid #dcdcdc;
}
 
input[type="radio"]:checked {
    border-color: #0fa5a8;
    background-color: #0fa5a8;
    border: 2px solid #dcdcdc;
}
.sub3-1 .subpage-itme1 a {
	display: block;
	width: 340px;
}
.subpage.sub3-1 .subpage-item2 .bd .item {
	min-height: 360px;
}
ul.cate-list{
	list-style-type: none; 
	padding: 0; 
	display: grid; 
	grid-template-columns: repeat(5, 1fr); 
	gap: 10px;
}
ul.cate-list li{
	text-align: center;
	font-size: 18px;
	font-weight:500;
	padding: 10px 18px;
	border: 1px solid #0fa5a8;
	color: #0fa5a8;
	background:#fff;
	border-radius: 30px;
	min-width:195px;
}
ul.cate-list li a{
	color: #0fa5a8;
}
ul.cate-list li.active{
	color: #fff;
	background:#0fa5a8;
}
ul.cate-list li.active a{
	color: #fff;
}
ul.cate-list li:hover{
	background:#0fa5a8;
	color:#fff;
}
ul.cate-list li:hover a{
	color: #fff;
}
.notice-board-search {
	display: flex;
	flex-direction: row;
	justify-content: end;
}
.notice-board-search input {
	border: none;
	box-shadow: none;
	background-color: #f8f8f8;
	border-radius: 30px!important;
	height: 54px;
	line-height: 54px;
	width: 370px;
	font-size: 18px;
	margin: 0;
	padding: 0 15px;
}
.notice-board-search .input-group-addon {
	padding: 0;
	border: none;
}
.notice-board-search button.btn {
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 0;
	background-color: unset;
	margin: 0;
	margin-top: 2px;
	margin-right: 2px;
	border-radius: 8px;
	border: none;
	background-image: url('../images/web/search-green.png');/*icon_search*/
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: 0;
	z-index: 9;
}
.notice-list .notice-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.notice-board tr td {
	padding: 20px 0;
}
.notice-board {
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.notice-board a {
	font-size: 18px;
	font-weight: 500;
}
.notice-board > tbody > tr:hover,.notice-board > tbody > tr:hover a{
	color: #0fa5a8 !important;
}
.notice-board .number, .notice-board .author, .notice-board .creat_at, .notice-board .view {
	width: 100px;
}
.notice-board tr {
	border-bottom: 2px solid #e5e5e5;
} 
.notice-board thead td {
	color: #000;
	font-size: 20px;
}
.notice-list .table-head ul {
	background-color: #f8f8f8;
	border-radius: 30px;
	display: block;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin-left: -30px;
	margin-right: -30px;
}

.notice-list.sub2-2-new .table-head ul li:first-child{
	width: 10%;
	margin-left: 30px;
}
.notice-list.sub2-2-new .notice-board tr td:first-child{
	width: 10%;
}
.notice-list.sub2-2-new .table-head ul li:nth-child(2) {
	width: 15%;
}
.notice-list.sub2-2-new .notice-board tr td:nth-child(2){
	width: 15%;
	padding-left: 3px;
}
.notice-list.sub2-2-new .table-head ul li:nth-child(3) {
	width: 20%;
}
.notice-list.sub2-2-new .notice-board tr td:nth-child(3){
	width: 20%;
	padding-left: 8px;
}
.notice-list.sub2-2-new .table-head ul li:nth-child(4) {
	width: 30%;
}
.notice-list.sub2-2-new .notice-board tr td:nth-child(4){
	width: 30%;
	padding-right: 5%;
	padding-left: 15px;
}
.notice-list.sub2-2-new .table-head ul li:last-child {
	width: 25%;
}
.notice-list.sub2-2-new .notice-board tr td:last-child{
	width: 25%;
	padding-left: 20px;
}
.notice-list .table-head ul li:first-child {
	width: 120px;
	margin-left: 30px;
}
.notice-list .table-head ul li:nth-child(2) {
	width: 100%;
}
.notice-list .table-head ul li:nth-child(3) {
	width: 120px;
}
.notice-list .table-head ul li:last-child {
	width: 160px;
}
.notice-list {
	padding: 0 30px;
}
.notice-list:after {
	content: '';
	display: table;
	clear: both;
}
.notice-head .form-group {
	margin-bottom: 0;
}
.notice-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.sub4-1-list{
	justify-content: end;
}
.subpage .notice-head .filter {
	margin-left: 0;
}
.article-detail .detail-header{
	margin-bottom:30px;
	padding:50px 0px 30px 0px;
	border-bottom: 1px solid #7f7f7f;
	display: flow;
}
.article-detail .detail-header .title {
	font-size: 30px;
	font-weight: 500;
}
.article-detail .detail-header .date {
	font-size: 20px;
	font-weight: 400;
	color:#7f7f7f;
	float: right;
	margin-top: 10px;
}
.article-detail .detail-header .date b,.article-detail .detail-header .view b{
	margin: 0px 20px;
}
.article-detail .detail-header .view {
	font-size: 20px;
	font-weight: 400;
	color:#7f7f7f;
	float: right;
	margin-top: 10px;
}
.article-detail .detail-header .list {
	border-radius: 20px;
	color: #0fa5a8;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #0fa5a8; 
	float: right;
	margin-top: 5px;
	margin-left: 80px;
	padding: 6px 30px;
}
.article-detail .detail-header .list:hover {
	color: #fff;
	background-color: #0fa5a8;
}
.detail-navigation {
	padding-top: 100px;
	margin-bottom: 100px;
}
.detail-navigation ul li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e5e9ee;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0;
}
.detail-navigation ul li:last-child {
	border: none;
}
.detail-navigation ul li span {
	color: #0fa5a8;
	width: 150px;
}
.detail-navigation ul li span:last-child {
	color: #000;
}
.detail-navigation ul li a {
	width: 100%;
}
.sub3-1.sub4-1 .subpage-itme1 a {
	width: 170px;
}
.sub4-1-form ,.sub5-1 .subpage-itme1 {
	margin-bottom: 100px;
}
.sub4-1-form .subpage-item1 .left ,.sub5-1 .subpage-itme1 .left {
	background-image: url(../images/sub5_1_form_1.jpg);
	border-radius: 17px;
	min-height: 1100px;
	background-size: cover;
}
.sub5-1 .subpage-itme1 .left {
	background-image: url(../images/web/sub5-1-img01.png);
	min-height: 700px;
}
#form-template label {
	font-weight: 400;
}
.sub5-1 .form-template-type2 {
	padding-top: 0;
}
.sub4-1-form .subpage-item1 .left .txts ,.sub5-1 .subpage-itme1 .left .txts {
	padding-top: 50px;
	padding-left: 45px;
}
.sub4-1-form .subpage-item1 .left .subtitle ,.sub5-1 .subpage-itme1 .left .subtitle {
	font-size: 18px;
	font-weight: 700;
	color: #0fa5a8;
}
.sub4-1-form .subpage-item1 .left .title ,.sub5-1 .subpage-itme1 .left .title {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
}
.sub4-1-form .subpage-item1 .left .description ,.sub5-1 .subpage-itme1 .left .description {
	font-size: 20px;
	padding-top: 60px;
	color: #fff;
	font-weight: 200;
}
.sub4-1-form .subpage-item1 .form-template-type2 {
	padding-top: 0;
}
.sub4-1-form .subpage-item1 .form-template-type2 .title span {
	color: #7f7f7f;
	font-size: 15px;
	padding-left: 15px;
}
input[type='radio']{
    display:none; 
}
.footer_logo{
	display: flex; 
	align-items: center; 
	height: 200px;
}
.company-info1{
	display: grid; 
	justify-content: center;
	margin-left: -20px;
}
.company-info1 p:first-child {
    font-weight: bold;
    text-align: center;
}
.company-info2 {
    display: flex;
    justify-content: end;
    right: -35px;
}
.company-left {
    background-color: #0fa5a8;
    padding: 22px 12px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    min-width: 130px;
    margin-right: 15px;
}
.company-right{
	background-color: #0fa5a8;
	padding: 22px 12px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	min-width: 130px;
}
.company-left p:first-child{
	margin:0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	font-size: 15px;
	padding-top: 5px;
}
.company-left p{
	margin:0px;
	padding-top: 20px;
	font-weight:400;
	font-size: 13px; 
}
.company-right p:first-child{
	margin:0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	font-size: 15px;
	padding-top: 5px;
}
.company-right p{
	margin:0px;
	padding-top: 20px;
	font-weight:400;
	font-size: 13px; 
}
.cont.radio-group:after {
	content: '';
	display: table;
	clear: both;
	margin-bottom: 15px;
}
textarea.form-control {
	margin-bottom: 10px;
}
#form-template .radio-inline {
	font-weight: 400;
	width: 25%;
	margin-left: 0;
	margin-top: 15px;
}
#form-template .no-dot:before {
	display: none;
}
label:has(input[type='radio']) {
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 15px;
	padding-left: 10px;
}
label:has(input[type='radio']):before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
	border-radius: 12px;
    margin-right: 5px;
    left: 0;
    bottom: 0;
    background-color: #f5f5f5;
}
label:has(input[type='radio']:checked):before{
	background-color: #0fa5a8;
}
.subpage.sub4-3 .subpage-itme1 img {
	border: 1px solid #eee;
}
.subpage.sub4-3 .subpage-itme1 {
	margin-bottom: 100px;
}
.subpage.sub4-3 .subpage-itme1 .ft {
	padding-top: 30px;
}
.subpage.sub4-3 .subpage-itme1 .ft a {
	margin: 15px;
	text-align: left;
}
.page_row{
	display: flex;
	align-items: center;
}
.circle_area{
	margin-top:0px;
}
.map_footer{
	background:#f9f9f9;
	font-size: 15px;
	color: #000;
	text-align: right;
	padding: 5px;
	margin: 0 15px;
	width:100%;
}
.map_footer span{
	float: left;
}
.map_footer a{
	cursor: pointer;
	display: inline !important;
}
#map,#map1{
	width:100%;
	height:700px;
	margin:0px 15px;
}
.class-head{
  width: 100%;
  padding:10px 0px;
  margin-bottom: 20px;
  background:#0fa5a8;
  border-radius: 30px;
}
.class-head ul{
  display: flex;
  align-items: center;
}
.class-head ul li:first-child{
  width: 20%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: none;
  border-right: 1px solid #fff;
}
.class-head ul li{
  width: 26.66666666666667%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: none;
  border-right: 1px solid #fff;
}
.class-head ul li:last-child{
  border-right: none;
}
.class-body{
  width: 100%;
  display: flex;
}
.class-body .class-left{
  width: 20%;
  padding: 0px 24px;
  background: #e7f6f6;
  border-radius: 20px;
}
.class-body span {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.class-body .class-left .class-left-text01 {
  border-bottom: 1px solid #0fa5a8;
  padding: 15px 0px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.class-body .class-left .class-left-text02 {
  border-bottom: none;
  padding: 15px 0px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.class-body .class-right{
  width: 80%;
  padding-left: 20px;
  text-align: center;
  color: #000;
}
.class-body .class-right .class-right-text01 a{
  text-align: center;
  padding: 15px 0px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #0fa5a8;
  color: #000;
  width: auto;
}
.class-body .class-right .class-right-text02{
  display: flex;
  border-bottom: 1px solid #0fa5a8;
}
.class-body .class-right .class-right-text02 a{
  text-align: center;
  padding: 15px 0px;
  font-size: 22px;
  border-right: 1px solid #0fa5a8;
  font-weight: 500;
  color: #000;
  width: 66%;
}
.class-body .class-right .class-right-text01 a span,.class-body .class-right .class-right-text02 a span{
    /*background: #e7f6f6;
    padding: 10px 20px;
    border-radius: 20px;*/
    font-weight: 500;
}
.class-body .class-right .class-right-text01 a span:hover{
	color: #0fa5a8;
}
.class-body .class-right .class-right-text02 a span:hover{
	color: #0fa5a8;
}
.class-body .class-right .class-right-text02 span{
  text-align: center;
  padding: 15px 0px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  width: 34%;
}
.class-head-2{
  width: 100%;
  padding:10px 0px;
  margin-bottom: 20px;
  background:#0fa5a8;
  border-radius: 30px;
}
.class-head-2 ul{
  display: flex;
  align-items: center;
}
.class-head-2 ul li:first-child{
  width: 20%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: none;
  border-right: 1px solid #fff;
}
.class-head-2 ul li{
  width: 40%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: none;
  border-right: 1px solid #fff;
}
.class-head-2 ul li:last-child{
  border-right: none;
}
.class-body-2{
  width: 100%;
  display: flex;
}
.class-body-2 .class-left{
  width: 20%;
  padding: 0px 24px;
  background: #e7f6f6;
  border-radius: 20px;
}
.class-body-2 span {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.class-body-2 .class-left .class-left-text01 {
  border-bottom: 1px solid #0fa5a8;
  padding: 15px 0px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}
.class-body-2 .class-left .class-left-text01:last-child {
  border-bottom: none;
}
.class-body-2 .class-right{
  width: 80%;
  padding-left: 20px;
  text-align: center;
  color: #000;
}
.class-body-2 .class-right .class-right-text01{
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  width: 100%;
  display: flex;
}
.class-body-2 .class-right .class-right-text01 .class-right-text01-left{
  text-align: center;
  padding: 46px 0px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #0fa5a8;
  color: #000;
  width: 49%;
  border-right: 1px solid #0fa5a8;
}
.class-body-2 .class-right .class-right-text01 .class-right-text01-right{
  text-align: center;
  padding: 46px 0px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #0fa5a8;
  color: #000;
  width: 49%;
}
.class-body-2 .class-right .class-right-text02{
  text-align: center;
  padding: 46px 0px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #0fa5a8;
  color: #000;
  width: 98%;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1921px) {
	.item_right{
		margin-right: 70px;
	}
	.main-item3 .owl-carousel .owl-item {
	    text-align: left;
	}
	.main-item3 .product-more {
	    right: -200px;
	}
	.main-item3-left {
	    justify-content: end;
	    margin-right: 50px;
	}
	.product-list-row2 {
	    bottom: 0px;
	    width: 550px;
	    right: 0;
	}
	.prev{
		margin-left: -8.33333333%;
	}
}
@media (max-width: 1710px){
	.fixedbar,.back1top,.back2top {
		right: 0px;
	}
}
@media (max-width: 1400px){
	nav.navbar.bootsnav ul.nav>li>a {
    margin: 45px 60px 45px 0;
}
	.class-head{
	  width: 100%;
	  padding:10px 0px;
	  margin-bottom: 20px;
	  background:#0fa5a8;
	  border-radius: 30px;
	}
	.class-head ul{
	  display: flex;
	  align-items: center;
	}
	.class-head ul li:first-child{
	  width: 20%;
	  text-align: center;
	  color: #fff;
	  line-height: 30px;
	  font-size: 22px;
	  font-weight: 500;
	  border-bottom: none;
	  border-right: 1px solid #fff;
	}
	.class-head ul li{
	  width: 26.66666666666667%;
	  text-align: center;
	  color: #fff;
	  line-height: 30px;
	  font-size: 22px;
	  font-weight: 500;
	  border-bottom: none;
	  border-right: 1px solid #fff;
	}
	.class-head ul li:last-child{
	  border-right: none;
	}
	.class-body{
	  width: 100%;
	  display: flex;
	}
	.class-body .class-left{
	  width: 20%;
	  padding: 0px 24px;
	  background: #e7f6f6;
	  border-radius: 20px;
	}
	.class-body span {
	  font-size: 18px;
	  font-weight: 700;
	  text-align: center;
	}
	.class-body .class-left .class-left-text01 {
	  border-bottom: 1px solid #0fa5a8;
	  padding: 18px 0px;
	  font-size: 18px;
	  font-weight: 700;
	  text-align: center;
	}
	.class-body .class-left .class-left-text02 {
	  border-bottom: none;
	  padding: 15px 0px;
	  font-size: 18px;
	  font-weight: 700;
	  text-align: center;
	}
	.class-body .class-right{
	  width: 80%;
	  padding-left: 20px;
	  text-align: center;
	  color: #000;
	}
	.class-body .class-right .class-right-text01 a{
	  text-align: center;
	  padding: 15px 0px;
	  font-size: 22px;
	  font-weight: 500;
	  border-bottom: 1px solid #0fa5a8;
	  color: #000;
	  width: auto;
	}
	.class-body .class-right .class-right-text01 a span:hover{
		color: #0fa5a8;
	}
	.class-body .class-right .class-right-text02 a span:hover{
		color: #0fa5a8;
	}
	.class-body .class-right .class-right-text01 a span,.class-body .class-right .class-right-text02 a span{
	    /*background: #e7f6f6;*/
	    /*padding: 10px 20px;
	    border-radius: 20px;*/
	    font-weight: 500;
	}
	.class-body .class-right .class-right-text02{
	  display: flex;
	  border-bottom: 1px solid #0fa5a8;
	}
	.class-body .class-right .class-right-text02 a{
	  text-align: center;
	  padding: 15px 0px;
	  font-size: 22px;
	  border-right: 1px solid #0fa5a8;
	  font-weight: 500;
	  color: #000;
	  width: 66%;
	}

	.class-body .class-right .class-right-text02 span{
	  text-align: center;
	  padding: 15px 0px;
	  font-size: 18px;
	  font-weight: 500;
	  color: #000;
	  width: 34%;
	}
	.class-head-2{
	  width: 100%;
	  padding:10px 0px;
	  margin-bottom: 20px;
	  background:#0fa5a8;
	  border-radius: 30px;
	}
	.class-head-2 ul{
	  display: flex;
	  align-items: center;
	}
	.class-head-2 ul li:first-child{
	  width: 20%;
	  text-align: center;
	  color: #fff;
	  line-height: 30px;
	  font-size: 22px;
	  font-weight: 500;
	  border-bottom: none;
	  border-right: 1px solid #fff;
	}
	.class-head-2 ul li{
	  width: 40%;
	  text-align: center;
	  color: #fff;
	  line-height: 30px;
	  font-size: 22px;
	  font-weight: 500;
	  border-bottom: none;
	  border-right: 1px solid #fff;
	}
	.class-head-2 ul li:last-child{
	  border-right: none;
	}
	.class-body-2{
	  width: 100%;
	  display: flex;
	}
	.class-body-2 .class-left{
	  width: 20%;
	  padding: 0px 24px;
	  background: #e7f6f6;
	  border-radius: 20px;
	}
	.class-body-2 span {
	  font-size: 18px;
	  font-weight: 700;
	  text-align: center;
	}
	.class-body-2 .class-left .class-left-text01 {
	  border-bottom: 1px solid #0fa5a8;
	  padding: 22px 0px;
	  font-size: 18px;
	  font-weight: 700;
	  text-align: center;
	}
	.class-body-2 .class-left .class-left-text01:last-child {
	  border-bottom: none;
	}
	.class-body-2 .class-right{
	  width: 80%;
	  padding-left: 20px;
	  text-align: center;
	  color: #000;
	}
	.class-body-2 .class-right .class-right-text01{
	  text-align: center;
	  font-size: 22px;
	  font-weight: 500;
	  color: #000;
	  width: 100%;
	  display: flex;
	}
	.class-body-2 .class-right .class-right-text01 .class-right-text01-left{
	  text-align: center;
	  padding: 46px 0px;
	  font-size: 18px;
	  font-weight: 500;
	  border-bottom: 1px solid #0fa5a8;
	  color: #000;
	  width: 49%;
	  border-right: 1px solid #0fa5a8;
	}
	.class-body-2 .class-right .class-right-text01 .class-right-text01-right{
	  text-align: center;
	  padding: 46px 0px;
	  font-size: 22px;
	  font-weight: 500;
	  border-bottom: 1px solid #0fa5a8;
	  color: #000;
	  width: 49%;
	}
	.class-body-2 .class-right .class-right-text02{
	  text-align: center;
	  padding: 46px 0px;
	  font-size: 22px;
	  font-weight: 500;
	  border-bottom: 1px solid #0fa5a8;
	  color: #000;
	  width: 98%;
	}



	.main-item2 .hd .description {
		font-size: 18px;
	}
	/*.fixedbar,.back1top,.back2top {
		display: none;
	}*/
	.main-contact  {
		padding-top: 110px;
		height: unset;
	}
	.main-contact .left .txts {
		padding-right: 88px;
	}
	.main-project-2 {
		width: 1000px;
	}
	.main-project-2 .item .txt1 {
		font-size: 18px;
	}
	.main-banner .owl-carousel .item video {
		width: unset;
		height: 100vh;
	}
	.subpage.sub3-3 .subpage-item1 .title ,.sub3-1 .subpage-itme1 .title{
		font-size: 30px;
	}
	.subpage.sub3-3 .subpage-item1 .description,.sub3-1 .subpage-itme1 .description ,.subpage.sub3-3 .subpage-item2 .bd .item .description ,.subpage.sub3-1 .subpage-item2 .bd .item .description {
		font-size: 17px;
	}
	.history .group .left {
		width: 40%;
	}
	.history .group .right {
		width: 60%;
	}
	.history .group .left .img img {
		width: 80%;
	}
	.history .arrow ,.history .line ,.history:after {
		left: 40%;
	}
	.sub2-1 .subpage-item2 .item .description p br {
		display: none;
	}
	.sub2-1 .subpage-item2 .hd .navibar ul li a {
		font-size: 18px;
	}
	.sub2-1 .subpage-item1 .hd .description {
		font-size: 16px;
	}
	
	.sub3-1 .subpage-itme1 .subtitle {
		padding-top: 50px;
	}
	.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list p, .subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list span {
		font-size: 16px;
	}
	.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list p i ,.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list span i {
		top: 8px;
	}
	.sub4-1-form .subpage-item1 .left .description ,.sub5-1 .subpage-itme1 .left .description {
		font-size: 16px;
	}
	.li_img{
		display: none !important;
	}
}
@media (max-width: 1200px){
	.company-info2 {
    right: -80px;
    top: 25px;
}
	.class-head{
  width: 100%;
  padding:10px 0px;
  margin-bottom: 20px;
  background:#0fa5a8;
  border-radius: 30px;
}
.class-head ul{
  display: flex;
  align-items: center;
}
.class-head ul li:first-child{
  width: 20%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: none;
  border-right: 1px solid #fff;
}
.class-head ul li{
  width: 26.66666666666667%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: none;
  border-right: 1px solid #fff;
}
.class-head ul li:last-child{
  border-right: none;
}
.class-body{
  width: 100%;
  display: flex;
}
.class-body .class-left{
  width: 20%;
  padding: 0px 24px;
  background: #e7f6f6;
  border-radius: 20px;
}
.class-body span {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.class-body .class-left .class-left-text01 {
  border-bottom: 1px solid #0fa5a8;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.class-body .class-left .class-left-text02 {
  border-bottom: none;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.class-body .class-right{
  width: 80%;
  padding-left: 20px;
  text-align: center;
  color: #000;
}
.class-body .class-right .class-right-text01 a{
  text-align: center;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #0fa5a8;
  color: #000;
  width: auto;
}
.class-body .class-right .class-right-text01 a span:hover{
	color: #0fa5a8;
}
.class-body .class-right .class-right-text02 a span:hover{
	color: #0fa5a8;
}
.class-body .class-right .class-right-text01 a span,.class-body .class-right .class-right-text02 a span{
    /*background: #e7f6f6;*/
    /*padding: 10px 20px;
    border-radius: 20px;*/
    font-weight: 500;
}
.class-body .class-right .class-right-text02{
  display: flex;
  border-bottom: 1px solid #0fa5a8;
}
.class-body .class-right .class-right-text02 a{
  text-align: center;
  padding: 15px 0px;
  font-size: 22px;
  border-right: 1px solid #0fa5a8;
  font-weight: 500;
  color: #000;
  width: 66%;
}

.class-body .class-right .class-right-text02 span{
  text-align: center;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 34%;
}
.class-head-2{
  width: 100%;
  padding:10px 0px;
  margin-bottom: 20px;
  background:#0fa5a8;
  border-radius: 30px;
}
.class-head-2 ul{
  display: flex;
  align-items: center;
}
.class-head-2 ul li:first-child{
  width: 20%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: none;
  border-right: 1px solid #fff;
}
.class-head-2 ul li{
  width: 40%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: none;
  border-right: 1px solid #fff;
}
.class-head-2 ul li:last-child{
  border-right: none;
}
.class-body-2{
  width: 100%;
  display: flex;
}
.class-body-2 .class-left{
  width: 20%;
  padding: 0px 24px;
  background: #e7f6f6;
  border-radius: 20px;
}
.class-body-2 span {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.class-body-2 .class-left .class-left-text01 {
  border-bottom: 1px solid #0fa5a8;
  padding: 16px 0px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.class-body-2 .class-left .class-left-text01:last-child {
  border-bottom: none;
}
.class-body-2 .class-right{
  width: 80%;
  padding-left: 20px;
  text-align: center;
  color: #000;
}
.class-body-2 .class-right .class-right-text01{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 100%;
  display: flex;
}
.class-body-2 .class-right .class-right-text01 .class-right-text01-left{
  text-align: center;
  padding: 50px 0px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #0fa5a8;
  color: #000;
  width: 49%;
  border-right: 1px solid #0fa5a8;
}
.class-body-2 .class-right .class-right-text01 .class-right-text01-right{
  text-align: center;
  padding: 46px 0px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #0fa5a8;
  color: #000;
  width: 49%;
}
.class-body-2 .class-right .class-right-text02{
  text-align: center;
  padding: 46px 0px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #0fa5a8;
  color: #000;
  width: 98%;
}


	nav.navbar.bootsnav ul.nav>li>a {
	    font-size: 18px;
	    margin: 45px 50px 45px 0;
	}
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	    font-size: 14px;
	}
	.main-project-2 {
		width: 800px;
	}
	nav.navbar.bootsnav ul.nav>li:last-child > a {
		margin-right: 15px;
	}
	.main-item2 .bd .item .img ,.main-item2 .bd .item .img .mask{
		width: 200px;
		height: 200px;
	}
	.main-item2 .hd .description {
		font-size: 14px;
	}
	.main-item3 .bd .item .txt1 ,.main-item2 .hd a, .main-item3 .bd .item a{
		font-size: 16px;
	}
	.main-item3 .bd .item .img img {
		width: 80px;
	}
	.main-item3 .bd .item .txt2 {
		font-size: 60px;
	}
	.main-contact .left .txts .description {
		font-size: 15px;
	}

	footer .company-info {
		font-size: 14px;
	}
	.back2top {
		width: 64px;
		height: 64px;
		/*padding-top: 50px;*/
		overflow: hidden;
	}
	.subpage.sub3-3 .subpage-item1 .title ,.sub3-1 .subpage-itme1 .title{
		font-size: 26px;
	}
	.subpage.sub3-3 .subpage-item1 .description,.sub3-1 .subpage-itme1 .description, .subpage.sub3-3 .subpage-item2 .bd .item .description, .subpage.sub3-1 .subpage-item2 .bd .item .description {
		font-size: 14px;
	}
	.subpage.sub3-3 .subpage-item2 .bd .item .title ,.subpage.sub3-1 .subpage-item2 .bd .item .title {
		font-size: 20px;
	}
	.subpage.sub3-5 .subpage-item1 .bd .item .description {
		font-size: 16px;
	}
	.history-navi ul li a {
		font-size: 28px;
	}
	.history .group .left .year {
		font-size: 28px;
	}
	.history .group .right .item .description {
		font-size: 16px;
	}
	.sub2-1 .subpage-item2 .item .description p {
		font-size: 16px;
	}
	.sub2-1 .subpage-item2 .item .title {
		font-size: 26px;
		padding-bottom: 28px;
		padding-top: 62px;
	}
	.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list p, .subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list span {
		font-size: 14px;
	}
	.subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list p br , .subpage.sub3-2 .subpage-item2 .bd .col-md-4 .item .list span br {
		display: none;
	}
	.form-template-type2 .group .title {
		font-size: 16px;
	}
	.sub4-1-form .subpage-item1 .form-template-type2 .title span {
		font-size: 12px;
	}
	.sub4-1-form .subpage-item1 .left .description ,.sub5-1 .subpage-itme1 .left .description {
		font-size: 14px;
	}
	.sub4-1-form .subpage-item1 .left .title  ,.sub5-1 .subpage-itme1 .left .title{
		font-size: 28px;
	}
	.sub4-1-form .subpage-item1 .left .subtitle ,.sub5-1 .subpage-itme1 .left .subtitle{
		font-size: 16px;
	}
	.sub4-1-form .subpage-item1 .left .txts ,.sub5-1 .subpage-itme1 .left .txts{
		padding-left: 30px;
	}
}
@media (max-width:992px) {
	.col-xs-12 {
	    width: 50%;
	}
	.footer_logo {
	    height: 470px;
	}
	.product-list-row2 {
	    width: 50vw;
	}
	.company-info2 {
	    right: 0px;
	    justify-content: center;
	    top: 0px;
	}
	.owl-carousel .owl-item img {
	    width: 100%;
	    height: 500px;
	}
	.main-item3 .conts .txt2{
		font-size: 30px;
		padding-bottom: 50px;
	}
	.main-item3 .conts .txt3{
		padding-bottom: 100px;
	}
	.main-item3 .conts .txt4 {
	    font-size: 22px;
	}
	.main-item3 .conts .txt3 {
	    font-size: 18px;
	}
	.main-item3 .prev {
	    padding-left: 20px;
	}
	.class-body .class-right .class-right-text01 a,.class-body .class-right .class-right-text02 span,.class-body .class-right .class-right-text02 a {
	    padding: 22px 0px;
	}
	.subpage.sub3-3 .subpage-item1 .description {
		padding-bottom: 100px;
	}
	.navbar-brand {
		height: 90px;
	}
	nav.navbar.bootsnav ul.nav>li>a {
		margin: 10px 0;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse {
		max-height: 100%;
		overflow: hidden!important;
	}
	
	nav.navbar.bootsnav.sticked:after,nav.navbar.bootsnav:hover:after {
		height: 0;
	}
	nav.navbar .navbar-brand > img {
		width: 80%;
	}
	nav.navbar.bootsnav ul.nav>li.dropdown .dropdown-menu {
		max-height: 550px;
		display: block!important;
	}
	nav.navbar.bootsnav .navbar-toggle {
		top: 16px;
	}
	.history .group {
		flex-direction: column;
	}
	.history .group .left {
		width: 100%;
		padding-left: 20%;
		padding-bottom: 80px;
	}
	.history .group .right {
		width: 100%;
		padding-left: 20%;
	}
	.history .line ,.history .arrow ,.history:after {
		left: 10%;
	}
	.history-navi ul li a {
		font-size: 24px;
		padding: 0 15px;
	}
	.subpage.sub3-5 .subpage-item1 .bd .item {
		margin-bottom: 30px;
	}
	.history .group .right .item {
		flex-direction: column;
	}
	.history .group .right .item .description {
		padding-left: 0;
	}
	.history .group .left .year {
		margin-top: 0;
	}
	.history .group .right .item .description p {
		display: flex;
		flex-direction: row;
	}
	.history .group .right .item .description p b {
		padding-right: 10px;
	}
	.history .group .right .item .year {
		font-size: 24px;
	}
	.subpage.sub3-5 .subpage-item1 .hd .title, .subpage.sub3-5 .subpage-item2 .hd .title {
		font-size: 28px;
	}
	.subpage.sub3-3 .subpage-item1 .title ,.sub3-1 .subpage-itme1 .title{
		font-size: 18px;
	}
	.subpage.sub3-3 .subpage-item1 .description ,.sub2-1 .subpage-item1 .hd .description{
		font-size: 14px;
	}
	.sub3-1 .subpage-itme1 .description br{
		display: none;
	}
	.sub2-1 .subpage-item1 .hd .description ,.sub3-1 .subpage-itme1 .description {
		padding-bottom: 30px;
	}
	.subpage.sub3-3 .subpage-item2 .hd ,.subpage.sub3-1 .subpage-item2 .hd {
		font-size: 24px;
	}
	.sub2-1 .subpage-item1 .hd .title {
		font-size: 24px;
	}
	.sub2-1 .subpage-item2 .hd .navibar ul {
		flex-wrap: wrap;
	}
	.sub2-1 .subpage-item2 .hd .navibar ul li {
		width: 50%;
	}
	.main-item2 .hd .description {
		padding-bottom: 50px;
	}
	.notice-board-search .input-group-addon {
		background-color: unset;
	}
	.notice-board .number,.notice-board .author {
		width: 50px;
	}
	.notice-board a ,.notice-board .number, .notice-board .author, .notice-board .creat_at, .notice-board .view{
		font-size: 14px;
	}
	.notice-board .creat_at{
		text-align: right;
	}
	.notice-list .table-head ul {
		font-size: 14px;
	}
	.notice-list .table-head ul li:first-child {
		width: 80px;
	}
	.notice-list .table-head ul li:last-child {
		width: 180px;
	}
	.detail-navigation ul li {
		font-size: 14px;
	}
	.detail-navigation ul li span {
		width: 150px;
	}
	.article-detail .detail-header .title {
		font-size: 20px;
	}
	.sub4-1-form .subpage-item1 .left ,.sub5-1 .subpage-itme1 .left {
		min-height: 260px;
		background-position: center;
		margin-bottom: 50px;
	}
	.sub4-1-form .subpage-item1 .left .description ,.sub5-1 .subpage-itme1 .left .description{
		padding-top: 30px;
	}
	.sub4-1-form .subpage-item1 .form-template-type2 {
		padding-left: 0;
	}
}
@media (max-width:768px) {
	.col-xs-12 {
	    width: 100%;
	}
	.main-item3 .conts .item {
		letter-spacing: -1px;
		max-width: 100%;
	}
	.owl-carousel .owl-item img {
	    width: 100%;
	    height: auto;
	}
	.class-head ul li:first-child,.class-head ul li,.class-head-2 ul li:first-child,.class-head-2 ul li{
		font-size: 12px;
		line-height: 20px;

	}	
	.class-body-2 .class-right .class-right-text02,.class-body-2 .class-right .class-right-text01 .class-right-text01-right,.class-body-2 .class-right .class-right-text01 .class-right-text01-left,.class-body-2 .class-right .class-right-text01,.class-body-2 .class-left .class-left-text01,.class-body .class-left .class-left-text01,.class-body .class-right .class-right-text01 a,.class-body .class-left .class-left-text02,.class-body .class-right .class-right-text02 a{
		font-size: 10px;
	}
	.class-body .class-right .class-right-text01 a{
		margin-bottom:0px !important;
		padding: 30px 0px;
	}
	.class-body .class-left {
	    padding: 0px 10px;
	}
	.class-body-2 .class-left {
	    padding: 0px 8px;
	}
	.class-body-2 .class-right .class-right-text02{
		padding: 10px 0px;
	}



	.sub6-3-description div{
		white-space: break-spaces;
	}
	.nx-list img{
		width: 100%;
		max-width: 100%;
		height:auto;
	}
	.navigroup .navi{
		width:50%;
	}
	.map_footer{
		margin: 0px;
	}
	#map,#map1{
		margin: 0px;
		height: 500px;
	}
	.footer .info p{
		margin:0px !important;
	}
	.footer_logo{
		justify-content: center;
		height: auto;
	}
	.company-info1{
		margin-left:0px;
	}
	ul.sub2-1-new li .img {
	    width: 100%;
	    height: auto;
	}
	ul.sub2-1-new li .img img{
	    width: 100%;
	}
	ul.sub2-1-new li .img .mask {
	    width: 100%;
	    height: 100%;
	}
	.sub1-3-new img {
	    border-radius: 0px;
	}
	.sub1-6-new-right{
		padding-right: 15px;
    	padding-left: 15px;
	}
	.sub1-3-new-area .title {
	    padding-top: 40px;
	    padding-bottom: 0px !important;
	}
	.sub1-3-new .sub1-3-new-row1 {
	    padding-top: 10px;
	    padding-bottom: 60px !important;
	}
	.subpage.sub3-3 .subpage-item1 .subtitle {
	    padding-top: 40px;
	}
	.sub1-3-new .sub1-3-new-row2 {
	    padding-top: 10px;
	    padding-bottom: 40px !important;
	}
	.sub1-3-new .sub1-3-new-row3 {
	    padding-top: 10px;
	    padding-bottom: 50px !important;
	}
	.sub1-3-new .description_bottom {
	    margin-bottom: 30px;
	}
	.sub1-4-new .sub1-4-new-row2 {
	    padding-top: 20px;
	}
	.sub1-4-new .sub1-4-new-row2 {
	    padding-bottom: 60px !important;
	}
	.sub1-4-new .sub1-4-new-row1 {
	    padding-top: 40px;
	}
	.sub1-6-new {
	    padding-top: 40px !important;
	    padding-bottom: 60px !important;
	}
	.sub6-4-new-last {
	    padding-bottom: 60px;
	}
	ul.cate-list li{
		min-width: auto;
		max-width: 100%;
		padding:10px;
	}
	.notice-list .table-head ul li:first-child{
		width: 18%;
	}
	.notice-list .table-head ul li:nth-child(2){
		width: 47% !important;
	}     
	.notice-list .table-head ul li:nth-child(3){
		width: 10%;
	}      
	.notice-list .table-head ul li:last-child{
		width: 25%;
	}
	

	.notice-board .number{
		width: 20%;
	}
	.notice-board .title{
		width: 57%;
	}
	.notice-board .creat_at{
		width: 25%;
	}
	.notice-board .author{
		width: 10%;
	}
	.subpage .subpage-hd.sub2-1-new .navi .btn, .subpage .subpage-hd.sub2-1-new .navi ul li a{
		width:100%;
	}
	.subpage .notice-head.sub2-2-new .filter ul li a, .subpage .subpage-hd.sub2-1-new .navi ul li a{
		width:100%;
	}
	.subpage.sub3-3 .subpage-item2,.subpage.sub3-1 .subpage-item2{
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.sub3-7-new {
	    padding-bottom: 0px;
	}
	.subpage.sub3-3 .subpage-item2 .hd, .subpage.sub3-1 .subpage-item2 .hd{
		padding-bottom: 40px;
	}
	.subpage.sub3-3 .subpage-item1, .subpage.sub3-1 .subpage-item1 {
	    padding-bottom: 60px;
	}
	.sub3-4 img,.sub5-1 .subpage-itme1{
		margin-bottom: 60px;
	}
	.history {
	    margin-top: 80px;
	    margin-bottom: 0px;
	}
	.sub3-6-new{
		margin-bottom: 0px;
	}
	.subpage.sub3-5 .subpage-item2{
		padding-bottom: 80px
	}
	.subpage.sub3-5 .subpage-item2 .hd .subtitle{
		letter-spacing: -1px;font-size: 17px;
	}
	.main-item3 .product-more {
	    position: relative;
	    right: 0;
	    top: 0;
	}
	.back1top,.back2top{
		display: none;
	}
	.product-list-area{
		display: block;
	}
	.product-list-row{
		position: unset;
	}
	.product-list-row2{
		position: unset;
		width:95vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-item3 .prev{
		padding-right: 15px;
    	padding-left: 15px;
	}
	#main-product-control {
	    /*margin-left: -10px;*/
	}
	.prev_left_img,.prev_right_img,.next_left_img,.next_right_img{
		width: 50px;
	}
	.sub1-3-new-banner .banner_title_left{
		font-size: 20px;
	}
	.sub1-3-new-banner .banner_title_left img {
	    padding-top: 10px;
	}
	.circle_area{
		margin-top:60px;
	}
	.circle {
	    width: 70px;
	    height: 60px;
	}
	.circle img{
		width: 20px;
		height: 20px;
	}
	.circle .title{
		font-size: 10px;
		padding-top: 4px;
		letter-spacing: -1px; 
	}
	.white_img,.green_img{
		width: 30px;
	}
	.subpage.sub3-3 .subpage-item1 .center-block{
	    position: relative;
	    right: 0px;
	    max-width: 100%;
	}
	.page_row{
		display: block;
		/*margin: 0px;*/
	}
	.notice-board.sub2-2-board{
		width: 100%;
	}
	.table-head.sub2-2-board .number,.notice-board.sub2-2-board .number{
		width: 10%;
		font-size: 12px;
		text-align: center;
	}
	.notice-board.sub2-2-board .number1{
		width: 40% !important;
		font-size: 12px;
		text-align: center;
	}
	.notice-list .table-head.sub2-2-board ul li:nth-child(2){
		width: 15% !important;
		font-size: 12px;
		text-align: left;
	}
	.notice-list .table-head.sub2-2-board ul{
		justify-content: flex-start;
	}
	.table-head.sub2-2-board .author{
		width: 20% !important;
		font-size: 12px;
		text-align: center;
	}
	.table-head.sub2-2-board .author1{
		width: 18% !important;
		font-size: 12px;
		text-align: center;
	}
	.notice-board.sub2-2-board .author{
		width: 20% !important;
		font-size: 12px;
		text-align: center;
	}
	.notice-board.sub2-2-board .thead{
		background-color: #f8f8f8;
	    border-radius: 30px;
	    height: 50px;
	    color: #000;
	    font-weight: 500;
	}
	.notice-board.sub2-2-board .thead tr{
	    border: none;
	}
	.notice-list.sub2-2-board{
		padding: 0px;
	}
	.notice-board.sub2-2-board tbody{
		padding: 0px 30px;
	}
	.table-head.sub2-2-board .creat_at,.notice-board.sub2-2-board .creat_at{
		width: 20% !important;
		padding-left: 0px !important;
		font-size: 12px;
		text-align: center;
	}
	.notice-list.sub2-2-new .notice-board tr td:nth-child(4){
		padding-right: 0px;
		padding-left: 0px;
	}
	.row .col-xs-12 img{
		margin-top:30px;
	}
	nav.navbar.bootsnav ul.nav>li:nth-child(1).dropdown .dropdown-menu ,nav.navbar.bootsnav ul.nav>li:nth-child(1).dropdown .dropdown-menu{
		width: auto;
		position: unset;
		left: 0px;
	}
	nav.navbar.bootsnav ul.nav>li:nth-child(1).dropdown{
		margin-right:0px;
	}
	nav.navbar.bootsnav:hover {
		background-color: #fff;
		opacity: 1;
		height: auto;
	}
	.subpage.sub3-3 .subpage-item1 .description{
		padding-bottom:0px;
	}
	.sub1-6-new-right{
		margin-left: 0px;
	}
	.main-item3 .conts .txt2,.history .group .left .year,.main-about .hd .title, .main-product .hd .title, .main-partners .hd .title{
		font-size: 25px;
	}
	.sub1-3-new-area .title,.main-item3 .conts .txt4,.sub3-1 .subpage-itme1 .sub4-2-map .map_title,.sub3-1 .subpage-itme1 .sub4-2-new .title,.sub3-6-new .title,.sub1-4-new .subtitle,.sub1-6-new .subtitle{
		font-size: 22px !important;
	}
	.sub3-1 .subpage-itme1 .sub4-2-map .map_subtitle,.history-navi ul li a,.map-navi ul li a{
		font-size: 20px;
	}
	.sub2-1-bg .title{
		font-size: 22px !important;
		margin-top: 50px;
	}
	.sub1-7-new-nx .nx-list .nx-list-title,.sub1-2-new-list .nx-list .nx-list-title,.main-about .bd .item .title,.subpage.sub3-5 .subpage-item2 .hd .title{
		font-size: 18px !important;
	}
	.next{
		/*margin-left: -30px;*/
	}
	.detail-navigation .next{
		margin-left: 0px;
	}
	.detail-navigation ul li span:first-child{
		width:25%;
	}
	.detail-navigation ul li a{
		width:50%;
	}
	.detail-navigation ul li span:last-child{
		width:25%;
	}
	.article-detail .detail-header .view {
	    font-size: 20px;
	    font-weight: 400;
	    color: #7f7f7f;
	    float: right;
	    margin-top: 10px;
	}
	.notice-head{
		display: block;
	}
	.sub4-6-new .notice-board-search,.sub2-2-new .notice-board-search{
		margin-top:30px;
	}
	.main-item3 .owl-carousel{
		margin-left:0px;
	}
	.main-item3 .conts .txt3,.main-item3 .conts .txt2{
		padding-bottom: 50px;
	}
	.notice-head ul.cate-list {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 8px;
	}
	ul.sub2-1-new li .sub_title{
		font-size: 18px !important;
		text-align: center;
		margin-bottom: 30px;
	}
	.subpage .subpage-hd.sub4 .navi .btn, .subpage .notice-head .filter .btn, .subpage .subpage-hd.sub4 .navi ul li a, .subpage .notice-head .filter ul li a{
		width:100%;
	}
	.subpage .subpage-hd.sub6 .navi .btn:first-child{
		width:100%;
	}
	.subpage .navi ul li a {
	    width: 100% !important;
	}
	.top_con ul li img{
		width: 150px;
		height:150px;
	}
	.main-partners .banner_list ul li{
		width: 16rem;
	    margin: 0 10px;
	}
	.subpage .subpage-hd.sub6 .navi.sub6-2 .btn{
		width: 100%;
		word-wrap: break-word;
		white-space: normal;
		text-align: center;
	}
	.subpage .subpage-hd .navi.sub6-2:hover ul{
	    margin-top: 20px;
	}
	.sub3-6-new{
		padding-left:0px;
	}
	.main-item3 .conts .txt3,.subpage.sub3-3 .subpage-item2 .description {
		font-size: 16px;
	}
	.main-item3 .owl-carousel .owl-item img{
		max-width: 100%;
		/*height: 300px;*/
	}
	.sub1-3-new .info,.main-about .bd .item .description,.main-about .hd .description, .main-product .hd .description, .main-partners .hd .description,.sub6-3-description,ul.cate-list li,.subpage.sub3-3 .subpage-item1 .description.sub4-4 span,.sub3-1 .subpage-itme1 .sub4-2-map .map_description span,.sub3-1 .subpage-itme1 .sub4-2-map .map_description,.sub3-6-new .description,.sub1-6-new .description,.sub1-3-new .description_bottom,.sub1-4-new .description,.sub1-7-new .info,.sub1-7-new-nx .nx-list .nx-list-subtitle,.sub1-2-new-info,.sub1-3-new .description_center,.sub1-3-new .description_top{
		font-size: 14px !important;
	}
	.sub2-3 .logo_list li{
		width: 100%;
    	margin-bottom: 10px;
	}
	.sub2-3:last-child{
		margin-top: 0px;
    	margin-bottom: 0px;
	}
	.sub3-6-new .description{
		margin-bottom:0px;
	}
	.no-img-list{
		margin-top:40px;
	}
	ul.sub2-1-new,.sub2-3 .logo_list {
	  display: block; 
	}
	ul.sub2-1-new li{
	  width:100%; 
	}
	footer .company-info .item:last-child
	{
		right: 0px !important;
		justify-content: center !important;
	}
	.subpagetopbg.sub4:after {
		top: -35px;
	}
	.main-item2 .hd .description {
		padding-bottom: 0;
	}
	nav.navbar.bootsnav .navbar-brand img.white {
		display: none;
		margin-top: 10px !important;
	}
	nav.navbar.bootsnav .navbar-brand img.black {
		display: block !important;
		margin-top: 10px !important;
	}
	a i.arrow-right:before {
	    border-top: 1px solid #fff;
	}
	a i.arrow-right:after {
		border-top: 1px solid #fff;
		top: -4px;
	}
	.subpage .subpage-hd .navi:hover ul ,.subpage .notice-head .filter:hover ul{
		width: 100%;
	}
	.main-project .item {
		height: 340px;
	}
	.main-contact .left {
		border-radius: 20px;
	}
	.main-item2 .bd {
		padding-top: 30px;
	}
	.default-btn {
		width: 120px;
		font-size: 16px;
	}
	.container {
		width: 100%;
	}
	body {
		font-size: 12px;
		opacity: 1!important;
	}

	nav.navbar.bootsnav .navbar-brand {
		height: 70px;
	}

	nav.navbar.bootsnav {
		position: relative;
	}

	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
		color: #000;
		padding: 15px 10px;
	}
	nav.navbar.bootsnav:hover:after {
		display: none;
	}
	nav.navbar.bootsnav .navbar-toggle {
	    margin-top: 26px;
	}
	nav.navbar.bootsnav ul.nav>li>a {
	    padding: 15px 24px;
			font-weight: 500;
			font-size: 18px;
	}
	nav #navbar-menu:hover >ul>li>a {
		padding: 15px 24px;
	}
	nav.navbar.bootsnav:hover li.dropdown.open ul.dropdown-menu, nav.navbar.bootsnav:hover li.dropdown ul.dropdown-menu {
		left: 8px
	}
	nav.navbar.bootsnav:hover li.dropdown.open ul.dropdown-menu, nav.navbar.bootsnav:hover li.dropdown ul.dropdown-menu {
	    height: auto;
	    max-height: 500px;
	}
	nav.navbar.bootsnav .navbar-toggle {
	    top: 15px;
	    position: absolute;
	    right: 15px;
	    margin: 0;
	}
	nav.navbar.bootsnav:hover li.dropdown.open ul.dropdown-menu{
		height: auto;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
		font-size: 18px;
	}
	.fixedbar {
		display: none;
	}
	
	
	.main-banner .control, .slide .control {
	    bottom: 60px;
	}
	.main-banner .owl-carousel .item .txt1 {
		font-size: 16px;
		padding-left:15px;
	}
	.main-banner .owl-carousel .item .txt2 {
		font-size: 20px;
		padding-left:15px;
	}
	.main-banner .owl-carousel .item .default-btn {
		margin-left:15px;
	}
	
	.main-banner {
	    height: 100vh;
	}
	.main-banner .owl-carousel .item video {
		/*height: calc(100vh - 75px);*/
		height: 100vh;
	}
	.main-banner .owl-carousel .item {
		/*height: calc(100vh - 75px);*/
		height: 100vh;
		margin: 0;
		border-radius: 0;
	}
	.main-banner .owl-carousel .item .txt1 {
		padding-top: 50px;
	}
	.main-banner .owl-carousel .item .txt3 {
		font-size: 14px;
		font-weight: 400;
		padding-left: 15px;
	}
	.main-banner .control .page-navi, .slide .control .page-navi {
		display: none;
	}
	nav.navbar.bootsnav .navbar-header {
		text-align: left;
	}
	nav.navbar.bootsnav .navbar-brand {
		padding-left: 0;
		padding-top: 12px;
	}
	nav.navbar.bootsnav .navbar-brand img {
		width: 60%;
	}
	nav.navbar.bootsnav.no-full .navbar-collapse , nav.navbar.bootsnav .navbar-nav{
        max-height: calc(100vh - 75px);
        height: calc(100vh - 115px);
        overflow: auto;
        overflow-x: hidden;
        
	}
	nav.navbar .language {
		margin: 0 auto;
		width: 140px;
		text-align: center;
	}
	nav.navbar .search {
		margin: 20px auto;
		width: 210px;
	}
	nav.navbar.bootsnav:hover .li_sns{
		margin-right: 0px;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
		display: block!important;
		opacity: 1;
		max-height: 500px;
		 z-index: 99;
	}
	
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
		text-align: left;
		font-size: 15px;
		font-weight: 400;
		padding: 10px 0;
		padding-right: 10px;
		letter-spacing: -1px;
	}
	nav.navbar.bootsnav ul.navbar-right li:first-child.dropdown ul.dropdown-menu li{
		padding-left: 8px;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
		width: 50%;
		float: left;
	}
	nav.navbar.bootsnav:hover ul.nav>li>a, nav.navbar.bootsnav:hover .language span a {
		margin: 0px;
		border-top: 1px solid rgba(0,0,0,0.4);
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	nav.navbar.bootsnav:hover ul.nav>li.dropdown .dropdown-menu {
		width: 100% !important;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
		width: 33.3333%;
	}
	i.i-language {
		top: 9px;
		margin-left: -4px;
	}
	.li_language .i-text{
		margin-left: 35px;
	}
	nav.navbar.bootsnav ul.nav>li:last-child > a {
		padding-left: 0px;
		margin-top: 0px  !important;
		display: none;
	}
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a span:after {
		display: none;
	}
	nav.navbar.bootsnav:has(.navbar-collapse.collapse.in) {
		background-color: rgba(255,255,255,1);
	}
	footer .logo a img {
		padding-top: 0;
		padding-bottom: 30px;
		/*width: 60%;*/
	}
	footer .company-info1 {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -1.5px;
	}
	
	
	.main-product {
		height: unset;
		padding-top: 100px;
	}
	.main-product .hd .title {
		font-size: 26px;
	}
	.main-project-2 {
		width: 100%;
	}
	
	.main-project .item {
		flex-direction: column;
		justify-content: start;
		background-position: center 60%;
	}
	.main-project .item .txt2 {
		padding: 0 30px;
	}
	.main-project .item .txt1 {
		padding-bottom: 0;
	}
	.main-project-2 .first .item ,.main-project-2 .item {
		width: 100%;
		background-size: 100%;
		background-position: center;
	}
	.main-project-2 .owl-theme .owl-dots, 	.main-project-2 .owl-theme .owl-nav {
	    display: none;
	}
	.main-project-2 .first {
		margin-left: 0!important;
	}
	.main-project-2 .first .item {
		flex-direction: column;
	}
	.main-project-2 .first ,.main-project-2 .owl-item {
	    width: 100vw !important;
	}
	.m-hide {
		display: none;
	}
	.main-project-2 .item .txt1 {
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
	}
	.main-project-2 {
		margin-top: 20px;
	}
	.main-product {
		padding-bottom: 100px;
	}
	.back2top {
		margin: 0px;
		bottom: 15px;
		top: unset;
	}
	.main-item2 {
		height: unset;
		padding-bottom: 100px;
	}
	.main-item2 .bd .item .img, .main-item2 .bd .item .img .mask {
		width: 100%;
		overflow: hidden;
	}
	.main-item2 .bd .item .img .mask {
	    height: calc(100% - 30px);
        width: calc(100% - 30px);
        border-radius: 10px;
	}
	.main-item2 .bd .item .img {
		padding: 15px;
		height: unset;
	}
	.main-item2 .bd .item .img img {
		width: 100%;
	}
	.main-item2 .bd .item .txt {
		font-size: 14px;
		flex-direction: column;
		display: flex;
		padding: 0 15px;
	}
	.main-item2 .bd .item .txt span {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.main-item2 .bd .item:not(:last-child):after {
		width: 20px;
		height: 20px;
		margin-right: -10px;
	}
	.main-item2 .hd .subtitle ,.main-item3 .hd .subtitle {
		font-size: 18px;
	}
	.main-item2 .hd .title ,.main-item3 .hd .title {
		font-size: 26px;
	}
	.main-item3 {
		height: unset;
	}
	.main-item3 .bd .title span {
		font-size: 20px;
	}
	.main-item3 .bd .item {
		margin-bottom: 15px;
	}
	.main-contact {
		padding-bottom: 80px;
	}
	.main-contact .left {
		margin-left: 0;
		height: 350px;
	}
	.main-contact .form-template-type2, .form-template-type2{
		padding-left: 0px;
	}
	.main-contact .left .txts {
		padding-right: unset;
		padding-left: 30px;
		float: left;
		padding-top:70px;
	}
	.main-contact .left .txts .description {
		padding-top: 30px;
	}
	.form-template-type2 {
		padding-left: 0;
	}
	.subpage .subpage-hd .title ,.subpage .subpage-hd .navigroup{
		float: none;
	}
	.subpage .subpage-hd .navigroup {
		justify-content: start;
		margin-top: 15px;
		margin-left: -15px;
	}
	.subpage .subpage-hd {
	    flex-direction: column;
	}
	.subpage .subpage-hd .navigroup {
        justify-content: start;
        flex-direction: row;
        align-items: start;
        width: 100%;
    }
	.subpage .subpage-hd .title {
		font-size: 30px;
	}
	.subpagetopbg .container .title .name {
		font-size: 35px;
	}
	.subpagetopbg .container .navi a ,.subpagetopbg .container .scroll-down {
		font-size: 18px;
	}
	.subpagetopbg .container .title {
		padding-bottom: 10px;
	}
	.subpage .subpage-hd .navi .btn ,.subpage .notice-head .filter .btn {
		font-size: 14px;
		width: 100%;
		margin-bottom: 15px;
	}
	.subpage .subpage-hd .navi ul li a ,.subpage .notice-head .filter ul li a {
		font-size: 14px;
	}
	.subpage .subpage-hd.sub-siemens .navi .btn{
		width: 100%;
	}
	.subpagetopbg {
	    margin-top: 0;
	}
	.subpagetopbg:after {
	    top: 75px!important;
	     height: calc(100vh - 75px)!important;
	}
	.subpagetopbg .container .navi {
	    margin-bottom: 110px;
	}
	.subpage .subpage-hd {
        margin-top: 45px;
        margin-bottom: 45px;
	}
	.subpage .subpage-hd .navi, .subpage .notice-head .filter {
	    margin-left: 8px;
	}
	.subpage.sub3-3 .subpage-item2 .bd .item, .subpage.sub3-1 .subpage-item2 .bd .item {
	    margin-bottom: 30px;
	}
	.sub1-3 .subpage-item1 .bd .item .title {
	    font-size: 16px;
	}
	.sub1-3 .subpage-item1 .bd .item .date {
	    font-size: 14px;
	}
		.sub1-3 .subpage-item1 .hd .title {
	    font-size: 28px;
	}
	.sub1-3 .subpage-item1 .hd a {
	    font-size: 14px;
	}
	.sub1-3 .subpage-item1 .hd .item:last-child {
	    padding-bottom: 5px;
	}
	.sub1-4 .subpage-item1 .map .address {
        display: flex;
        flex-direction: row;
    }
    .sub1-4 .subpage-item1 .map .address span {
        margin-top: -7px;
    }
    .sub3-1 .subpage-itme1 a:last-child {
        margin-bottom: 50px;
    }
    .subpage .subpage-hd .navi .btn, .subpage .notice-head .filter .btn {
        margin-bottom: 0px;
    }
    .subpage .notice-head .filter:hover ul {
	    width: 100%;
	}
	.notice-board-search{
		display:block;
	}
	.notice-board-search .input-group{
		width: 100%;
	}
    .subpage .subpage-hd .navi .btn{
    	padding: 10px 10px 10px 10px;
    }
    .subpage .subpage-hd.sub4 .navi .btn,.subpage .subpage-hd.sub4 .navi ul li a{
		width: 100%;
    }
    .notice-board-search input {
        height: 44px;
        line-height: 44px;
    }
    /*.notice-board-search {
        margin-left: 15px;
    }*/
    .notice-board-search button.btn {
        width: 44px;
        height: 44px;
        margin-top: 0px;
    }
    .subpage.sub4-3 .subpage-itme1 .ft {
        display: flex;
    }
    .subpage .notice-head .filter{
       margin-left: 0!important; 
    }
}
