body {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #4acb70;
	text-decoration: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}
.fixedbar {
	position: fixed;
	z-index: 99;
	right: 100px;
	top: 160px;
}
.fixedbar .item {
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}
.fixedbar .item .icon {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	box-shadow: 0px 2px 8px 0px rgba(60,64,67,0.25);
}
.fixedbar .item .icon img {
    width: 100%;
}
.fixedbar .item .cont {
	z-index: 1;
	background-color: #000;
	border-radius: 20px;
	color: #fff;
	padding: 4px 15px;
	font-size: 22px;
	display: inline-block;
	position: absolute;
	top: 4px;
	font-weight: 400;
	right: 0px;
	max-width: 0;
	transition: 0.5s ease;
	opacity: 0;
}
.fixedbar .item .cont:after {
	content:'';
	display: block;
	position: absolute;
	right: -20px;
	top: 8px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-left-width: 20px;
	border-style: solid;
	border-color: transparent  transparent  transparent #000;
}
.fixedbar .item .cont div  i {
	width: 10px;
	border-top: 2px solid #fff;
	margin: 14px 5px;
}
.fixedbar .item .cont div {
	max-width: 0px;
	transition: 0.5s ease;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.fixedbar .item:hover .cont div {
	max-width: 240px;
}
.fixedbar .item:hover .cont {
	right: 65px;
	opacity: 1;
	max-width: 240px;
}





.navbar-brand {
	height: 80px;
	padding: 21px 15px;
}
nav.navbar.bootsnav {
	background-color: #f9f9f9;
	border-bottom: none;
	position: fixed;
	width: 100%;
	opacity: 1;
}
nav.navbar.bootsnav.animate {
	opacity: 0;
}
nav.navbar.bootsnav ul.nav>li>a {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding: 30px;
}
nav.navbar.bootsnav ul.nav>li.active>a {
    color: #4acb70;
}
nav.navbar.bootsnav ul.nav>li>a:hover {
	color: #4acb70;
	font-weight: 700;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 1560px) {
	.container {
		width: 1560px;
	}
}

.attr-nav>ul>li.chat button {
	background-color: #000;
	font-size: 20px;
	font-weight: 500;
	color: #4acb70;
	width: 100px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 20px;
	margin: 20px;
	cursor: pointer;
	box-shadow: none;
	border: none;
	transition: 0.3s ease;
}
.attr-nav>ul>li.chat button:hover {
	background-color: #4acb70;
	color: #fff;
}

.main-banner {
	width: 100vw;
	background-color: #4acb70;
	height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.main-banner .text {
    padding-top: 80px;
	z-index: 2;
	position: relative;
	opacity: 0;
	transition: 0.5s ease;
}

.main-banner .text .animated {
	opacity: 1;
}

.main-banner .text .txt {
	padding-top: 30px;
	font-size: 50px;
	font-weight: 500;
	letter-spacing: -3px;
}

.main-banner .text .btn {
	margin-top: 80px;
	box-shadow: none;
}

.main-banner .text .btn button {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #4acb70;
	width: 290px;
	height: 60px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 30px;
	color: #4acb70;
	text-align: center;
	
	box-shadow: none;
	margin: 0;
	transition: 0.5s ease;
}
button .textover ,a .textover {
    overflow: hidden;
    height: 45px;
}
button .textover div ,a .textover div {
    transition: all .3s ease;
    font-weight: 500;
    text-shadow: 0 var(--font-size) 0 #000;
}
button:hover .textover div ,a:hover .textover div {
    transform: translateY(-100%);
}
.main-banner .point {
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	transition: 1.5s ease-in-out;
}

.main-banner.animated .point {
	width: 88vw;
	height: 88vw;
	margin-left: -44vw;
	margin-top: -44vw;
}

.modal-header .close {
	margin-top: -56px;
	opacity: 1;
	margin-right: -34px;
}

.modal-header {
	border: none;
	padding: 30px 0;
}

#formModal .modal-dialog {
	width: 680px;
}

#formModal .modal-dialog .modal-body {
	padding: 0 30px 30px;
}

#formModal .modal-content {
	border-radius: 30px;
}

#formModal .modal-body .group .title {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	padding-top: 10px;
}

#formModal .modal-body .group .title span {
	font-size: 16px;
	font-weight: 500;
	padding-left: 22px;
}

#formModal .modal-body .group .radio-list {
	padding-top: 10px;
}

#formModal .modal-body .group .radio-list ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#formModal .modal-body .group .radio-list ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 85px;
	height: 85px;
	border: 1px solid #bbbbbb;
	border-radius: 7px;
	cursor: pointer;
}

#formModal .modal-body .group .radio-list ul li span {
	color: #000;
	font-size: 15px;
	font-weight: 500;
}

#formModal .modal-body .group .radio-list ul li.active {
	background-color: #4acb70;
	border-color: #4acb70;
}

#formModal .modal-body .group .radio-list ul li.active span {
	color: #fff;
}

#formModal .modal-body .group .radio-list ul li .black {
	display: block;
}

#formModal .modal-body .group .radio-list ul li .light {
	display: none;
}

#formModal .modal-body .group .radio-list ul li.active .black {
	display: none;
}

#formModal .modal-body .group .radio-list ul li.active .light {
	display: block;
}

#formModal .modal-body .group .radio-list-2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: -12px;
}

#formModal .modal-body .group .radio-list-2 .f-radio {
	width: 110px;
	height: 35px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	border: 1px solid #cdcdcd;
	text-align: center;
	line-height: 35px;
	border-radius: 18px;
	margin: 12px;
	cursor: pointer;
}

#formModal .modal-body .group .radio-list-3 {
	margin-left: -5px;
	flex-wrap: wrap;
}
#formModal .modal-body .group .radio-list-3 .f-radio {
	min-width: 140px;
}
#formModal .modal-body .group .radio-list-3 .f-radio {
	margin: 12px 6px;
}

.hideradio {
	border: none !important;
	cursor: default !important;
}

textarea.form-control {
	margin-top: 10px;
	border-color: #c4c4c4 !important;
	border-radius: 10px;
	padding: 15px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
}

#formModal .modal-body .group .radio-list-2 .f-radio.active {
	background-color: #4acb70;
	color: #fff;
	border-color: #4acb70;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.flex-row .cont {
	width: 50%;
	display: flex;
}

.flex-row .cont input {
	margin: 5px 15px;
	flex: 1;
}

.file-input .input-group-addon {
	width: 110px;
	height: 36px;
	border: 1px solid #c4c4c4;
	border-radius: 20px !important;
	padding: 0;
	margin: 0;
	z-index: 1;
	font-size: 15px;
	color: #000;
	background-color: #fff;
	font-weight: 500;
}

#form-template .file-input {
	position: relative;
	padding-top: 10px;
	width: 100%;
}

#form-template .file-input .upload-file {
	background-color: red;
	position: absolute;
	width: 110px;
	height: 36px;
	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 .btn.btn-primary.form-submit.btn-lg {
	font-size: 24px;
	font-weight: 700;
	background-color: #4acb70;
	width: 100%;
	height: 70px;
	border-radius: 35px;
	border: none;
	margin-top: 40px;
}

.agreement-documents {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.agreement-documents .f-checkbox {
	cursor: pointer;
}

.agreement-documents .f-checkbox label {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	cursor: pointer;
	color: #4acb70 !important;
}

.agreement-documents .f-checkbox a {
	color: #4acb70;
	font-weight: 500;
}

.agreement-documents .f-checkbox label input {
	margin: 0;
	padding: 0;
	position: relative;
	left: -15px;
	top: 4px;
}

input[type="checkbox"]::after {
	width: 20px;
	height: 20px;
	content: " ";
	color: #fff;
	display: inline-block;
	visibility: visible;
	border-radius: 2px;
	padding: 1px 2px;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #4acb70;
	overflow: hidden;
	line-height: 15px;
}

input[type="checkbox"]:checked::after {
	content: "√";
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	color: #4acb70;
}

.form-group.has-error.has-feedback input[type="checkbox"]:after {
	border: 2px solid red;
}

.agreement-documents .form-group.has-error.has-feedback .f-checkbox a,
.agreement-documents .form-group.has-error.has-feedback .f-checkbox label {
	color: red !important;
}

.agreement-documents .form-group {
	margin-bottom: 0;
	padding-top: 10px;
}

.hideinput {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

.error.help-block,
.has-error .form-control-feedback,
.has-success .form-control-feedback {
	display: none !important;
}

.form-control {
	border-radius: 10px;
}
.main-item2 {
	padding-top: 150px;
	height: 740px;
}
.main-item2 .hd {
	font-size: 44px;
	font-weight: 700;
	color: #4acb70;
	text-align: center;
}
.main-item2 .bd {
	width: 3500px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -1750px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.main-item2:after {
	width: 3500px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -1750px;
	content: '';
	display: block;
	z-index: 2;
}
.main-item2 .bd .item {
	font-size: 130px;
	font-weight: 700;
	margin: 0 40px;
	letter-spacing: -5px;
	position: relative;
	color: #d0d0d0;
}
.main-item2 .swiper-slide.swiper-slide-next .item {
	color: #000;
}
.main-item2 .ft .swiper-slide.swiper-slide-next .item {
	color: #fff;
}
.main-item2 .ft {
	width: 320px;
	height: 320px;
	border-radius: 160px;
	line-height: 320px;
	overflow: hidden;
	display: block;
	color: #fff;
	background-color: #4acb70;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	margin-top: 88px;
	z-index: 1;
}
.main-item2 .ft .bd {
	margin-top: -88px;
}
.main-item2 .bd .item .round .txt {
	width: 1072px;
	position: absolute;
	left: 50%;
	margin-left: -536px;
}

.main-item3 .cont {
	background-color: #000;
	background-image: url(../images/first_main_item3_bg.png);
	width: 1800px;
	height: 1000px;
	margin-left: -100px;
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main-item3 .cont .left  {
	width: 880px;
}
.main-item3 .cont .left .txt {
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	padding-top: 200px;
	padding-left: 100px;
}
.main-item3 .cont .middle {
	width: 550px;
	height: 1000px;
	margin-right: 200px;
	overflow: hidden;
}
.main-item3 .cont .right {
	width: 400px;
}
.middle-count .swiper-wrapper .swiper-slide{
	height: 610px!important;
	opacity: 0.5;
}
.middle-count .swiper-wrapper .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.middle-count  {
	margin-top: -200px;
}
.middle-count .swiper-wrapper {
	height: 1260px;
}
.main-item3 .cont .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.main-item3 .cont .right .item img {
	width: 260px;
	margin: 15px 0;
	opacity: 0.3;
}
.main-item4 {
	padding: 200px 0;
}
.main-item4 .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.main-item4 .left p {
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -1px;
}
.main-item4 .right p {
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px;
}
.main-item4 .middle .bd {
	display: flex;
	width: 720px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.main-item4 .middle .bd .item {
	width: 160px;
	height: 160px;
	margin: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #f6f6f6;
	border-radius: 20px;
	cursor: pointer;
	border: 4px solid #f6f6f6;
}
.main-item4 .middle .bd .item:hover {
	border: 4px solid #4acb70;
}
.main-item4 .middle .bd .item .light {
	display: none;
}
.main-item4 .middle .bd .item:hover .light {
	display: flex;
}
.main-item4 .middle .bd .item:hover .default {
	display: none;
}
.main-item4 .middle .bd .item .message {
	position: absolute;
	left: -100px;
	top: -50px;
	opacity: 0;
	transition: 0.3s ease;
	z-index: 9;
}
.main-item4 .middle .bd .item:nth-child(3) .message ,.main-item4 .middle .bd .item:nth-child(7) .message {
	left: -50px;
}
.main-item4 .middle .bd .item:nth-child(4) .message ,.main-item4 .middle .bd .item:nth-child(8) .message{
	left: 50px;
}
.main-item4 .middle .bd .item:nth-child(11) .message {
	left: -10px;
}
.main-item4 .middle .bd .item:nth-child(12) .message {
	left: 80px;
}
.main-item4 .middle .bd .item:hover .message {
	opacity: 1;
}
.main-item4 .middle .ft a {
	background-color: #000;
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 32px;
	font-weight: 700;
	color: #4acb70;
	text-align: center;
	border-radius: 20px;
	margin: 10px;
}
.main-item7 {
	background-color: #f8f8f8;
	padding-top: 190px;
	padding-bottom: 100px;
}
.main-item7 .container {
	width: 1800px;
}
.main-item7 .hd .title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.main-item7 .hd .sub-title {
	padding-top: 30px;
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
}
.main-item7 .bd {
	background-color: #fff;
	border-radius: 60px;
}
.main-item7 .bd .clock {
	padding: 70px;
	padding-bottom: 90px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.main-item7 .bd .item {
	margin-right: 25px;
}
.main-item7 .bd .item span:last-child {
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	position: relative;
	top: -10px;
	padding-right: 15px;
}
.main-item7 .bd .item span:not(:last-child) {
	display: inline-block;
	width: 50px;
	height: 66px;
	overflow: hidden;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	background-color: #000;
	text-align: center;
	line-height: 66px;
	margin-left: -4px;
}
.main-item7 .bd .total {
	text-align: center;
}
.main-item7 .bd .total .txt {
	font-size: 30px;
	font-weight: 500;
	color: #a3a3a3;
}
.main-item7 .bd .total .number {
	font-size: 120px;
	font-weight: 700;
	color: #4acb70;
	line-height: 1;
}
.main-item7 .bd .total .col-md-4:not(:last-child):after {
	content: '';
	display: block;
	border-right: 1px solid #c9c9c9;
	height: 140px;
	position: absolute;
	right: 0;
	top: 10px;
}
.main-item7 .btns {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
}
.main-item7 .btns button {
	display: inline-block;
	background-color: #4acb70;
	border-radius: 30px;
	color: #fff;
	padding: 0px 25px;
	line-height: 45px;
	font-size: 22px;
	font-weight: 700;
	margin: 0 15px;
	border: 1px solid #4acb70;
}
.main-item7 .btns button:last-child {
	border: 1px solid #4acb70;
	background-color: #fff;
	color: #4acb70;
}


.project-count .swiper-slide {
	font-size: 40px;
	font-weight: 700;
	color: #dadada;
}

.project-count .swiper-slide .count {
	font-size: 120px;
	padding-left: 50px;
}

.project-count .swiper-wrapper {
	height: 480px;
}

.project-count .swiper-slide.swiper-slide-active {
	color: #000;
}



.main-project {
	padding-top: 170px;
	padding-bottom: 100px;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

.main-project .owl-carousel {
	width: 1920px;
	height: 600px;
	overflow: hidden;
	/* 	margin-left: -373px; */
}

.main-project .hao-title {
	float: left;
}

.main-project .owl-item {
	height: 486px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.main-project .owl-item img {
	transition: 0.5s ease;
	width: 486px;
	height: 486px;
	z-index: 0;
}

.main-project .owl-item:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.main-project .owl-item a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-project .owl-item .mask {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 25px;
	z-index: 1;
	opacity: 0;
	transition: 2.5s ease;
	justify-content: center;
	align-items: center;
	display: flex;
}

.main-project .owl-item:hover .mask {
	opacity: 1;
}
.main-project .owl-item a {
	background-size: 100%;
	transition: 2.5s ease;
	background-position: center top;
}
.main-project .owl-item:hover a {
	background-position: center bottom;
}


.main-project .owl-item .mask .item-title {
	font-size: 30px;
	font-weight: 700;
}

.main-project .owl-item .mask .info,
.main-project .owl-item .mask .keyword,
.main-project .owl-item .mask .date {
	font-size: 12px;
}

.main-project .owl-item .mask .info,
.main-project .owl-item .mask .keyword {
	width: 250px;
	position: absolute;
	bottom: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.main-project .owl-item .mask .info {
	bottom: 50px;
}

.main-project .owl-item .mask .date {
	width: 80px;
	position: absolute;
	right: 0px;
	bottom: 25px;
}

.main-project .next-btn {
	width: 170px;
	height: 37px;
	float: right;
	background: url(../images/lastpage-btn.png);
	margin-top: 23px;
	cursor: pointer;
	transition: 0.5s ease;
}

.main-project .next-btn:hover {
	margin-right: -10px;
}

.main-project .title {
	font-size: 40px;
	font-weight: 700;
}

.main-project .sub-title {
	font-size: 24px;
	font-weight: 500;
	padding: 40px 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 80px;
	width: 1520px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #41ab60;
}

.main-item6 {
	background-color: #4acb70;
	height: 400px;
}

.main-item6 .left .txt,
.main-item6 .right .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 400px;
}

.main-item6 .right .txt {
	align-items: start;
}

.main-item6 .left .txt .text1 {
	font-size: 76px;
	font-weight: 700;
	line-height: 88px;
	letter-spacing: -3px;
	position: relative;
	z-index: 2;
}

.main-item6 .left .txt .text1:after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #fff;
	display: block;
	position: absolute;
	right: 340px;
	top: -20px;
	z-index: -1;
}

.main-item6 .right .txt .text1 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

.main-item6 .right .txt .text2 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 10px 0 35px 0;
}

.main-item6 .right .txt .text3 button {
	width: 210px;
	height: 50px;
	line-height: 44px;
	overflow: hidden;
	padding-left: 20px;
	background-color: #000000;
	border: none;
	border-radius: 30px;
	font-weight: 700;
	font-size: 22px;
	text-align: left;
	background-image: url(../images/icon/icon-arrow-topright-white.png);
	background-repeat: no-repeat;
	background-position: 160px center;
	transition: 0.5s ease;
}
.main-item6 .right .txt .text3 button div {
	font-weight: 700;
	color: #fff;
}

footer {
	background-color: #000;
	color: #ccc;
	font-size: 14px;
	padding: 70px 0;
	font-weight: 200;
}

footer p {
	font-weight: 200;
}

footer .logo img {
	padding-top: 30px;
}

footer .documents,
footer .logos {
	padding-top: 30px;
}

footer .documents a {
	color: #fff;
}

footer p {
	margin: 0;
}

footer p span ,footer .documents a {
	display: inline-block;
	padding: 0 10px;
}

footer p span:after ,footer .documents a:after{
	content: '';
	display: block;
	width: 1px;
	height: 13px;
	border-left: 1px solid #ccc;
	position: relative;
	right: 10px;
	top: -16px;
}
footer p span:first-child ,footer .documents a:first-child{
	padding-left: 0;
}

footer p span:last-child ,footer .documents a:last-child{
	padding-right: 0;
}

footer p span:first-child:after ,footer .documents a:first-child:after {
	display: none;
}
footer .documents a:hover {
	color: #4acb70;
}
.main-project .viewmore {
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #4acb70;
	color: #4acb70;
	display: inline-block;
	border-radius: 25px;
	float: right;
	margin-top: -30px;
	transition: 0.3s ease;
}
.main-project .viewmore:hover {
	background-color: #4acb70;
	color: #fff;
}

.back2top {
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background-color: #000;
	position: fixed;
	right: 100px;
	bottom: 10%;
	z-index: 99;
	cursor: pointer;
	background-image: url(../images/icon/icon-arrow-top.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
}
.subpage-header {
	padding-top: 160px;
}
.subpage-header .hd {
	height: 160px;
	margin-bottom: 100px;
	border-radius: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subpage-header .hd {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subpage-header.sub1-1 .hd {
	display: flex;
	flex-direction: column;
}
.subpage-header .hd .title {
	font-size: 46px;
	font-weight: 700;
	color: #4acb70;
}
.subpage-header .hd .sub-title {
	font-size: 20px;
	font-weight: 500;
	color: #767676;
}
.subpage-container.sub1-1 .item1 {
	margin-bottom: 140px;
}
.subpage-container.sub1-1 .item1 .hd {
	background-color: #4acb70;
	padding: 50px 0 35px 90px;
	border-radius: 25px;
	background-image: url(../images/sub1_item1_bg.png);
	background-position: 500px -70px ;
	background-repeat: no-repeat;
}
.subpage-container.sub2-1 .item1 .hd {
	background-position: 500px 50px ;
	background-image: url(../images/sub2_item1_bg.png);
}
.subpage-container.sub3-1 .item1 .hd {
	background-position: 500px -30px ;
	background-image: url(../images/sub3_item1_bg.png);
}
.subpage-container.sub1-1 .item1 .hd .text1 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}
.subpage-container.sub1-1 .item1 .hd .text1:after {
	content: '';
	display: block;
	width: 215px;
	height: 1px;
	border-top: 4px solid #fff;
	position: relative;
	top: -10px;
}
.subpage-container.sub1-1 .item1 .hd .text2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0 30px;
}
.subpage-container.sub1-1 .item1 .hd .text3 span{
	font-size: 25px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 30px;
	width:250px;
	height: 50px;
	display: inline-block;
	text-align: center;
	letter-spacing: -1px;
}
.subpage-container.sub1-1 .item1 .hd .text3 b{
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -1px;
}
.subpage-container.sub1-1 .item1 .card {
	background-color: #fafafa;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.subpage-container.sub1-1 .item1 .bd {
	padding: 30px 80px;
}
.subpage-container.sub1-1 .item1 .text4 p {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	margin: 15px 0;
	font-size: 19px;
}
.subpage-container.sub1-1 .item1 .col-md-6 .text4 {
	padding-top: 57px;
}
.subpage-container.sub2-1 .item1 .col-md-6 .text4 {
	padding-top: 60px;
}
.subpage-container.sub3-1 .item1 .col-md-6 .text4 {
	padding-top: 0px;
}
.subpage-container.sub1-1 .item1 .col-md-6 .text4 p {
	color: #fff;
}
.subpage-container.sub1-1 .item1 .text4 i {
	width: 19px;
	height: 19px;
	display: block;
	background-image: url(../images/icon/icon_check.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
.subpage-container.sub1-1 .item1 .text4 i.light {
	background-image: url(../images/icon/icon_check_light.png);
}
.subpage-container.sub1-1 .item1 .text4 b {
	padding-left: 5px;
}
.subpage-container.sub1-1 .item1 .card-1 {
	background-color: #fafafa;
	border-radius: 25px;
	padding: 60px 0 60px 50px;
	display: block;
	transition: none;
}
.subpage-container.sub1-1 .item1 .col-md-3{
	color: #000;
	transition: none;
}
.subpage-container.sub1-1 .item1:hover .card-1 ,.subpage-container.sub1-1 .item1:hover{
	color: #000;
}
.subpage-container.sub1-1 .item1 .card-1 .text1 {
	font-size: 40px;
	font-weight: 700;
}
.subpage-container.sub1-1 .item1 .card-1 .text2 {
	font-size: 18px;
	line-height: 32px;
	padding-top: 20px;
}
.subpage-container.sub1-1 .item1 .card-1 .text3 {
	font-size: 20px;
	padding: 18px 0;
}
.subpage-container.sub1-1 .item1 .card-1 .text3 b {
	font-size: 30px;
	font-weight: 700;
}
.subpage-container.sub1-1 .item1 .card-1 .text4 {
	padding-right: 30px;
}
.subpage-container.sub1-1 .item1 .card-1 .text4 span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.subpage-container.sub1-1 .item1 .card-1 .text4 i {
	margin-right: 5px;
}
.subpage-container.sub1-1 .item1 .card-1 .text4 .price {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
}
.subpage-container.sub1-1 .item1 .card-1 .text4 p {
	flex-direction: row;
	justify-content: space-between;
}
.subpage-container.sub1-1 .item1 .card-1 .text4 p:nth-child(3) {
	margin-bottom: 0;
}
.subpage-container.sub1-1 .item2 {
	background-color: #f7f7f7;
	padding-bottom: 110px;
}
.subpage-container.sub1-1 .item2 .hd .title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 20px;
}
.subpage-container.sub1-1 .item2 .tab-navi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.subpage-container.sub1-1 .item2 .tab-navi .nav-tabs {
	border: none;
}
.subpage-container.sub1-1 .item2 .tab-navi .nav-tabs li a{
	width: 127px;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	border: none;
}
.subpage-container.sub1-1 .item2 .tab-navi .nav-tabs li.active a{
	background-color: #4acb70;
	border: none;
	color: #fff;
}
.subpage-container.sub1-1 .item2 .tab-navi .tab-content {
	margin-top: 30px;
}

.subpage-container.sub1-1 .item2 .tab-navi .tab-content .item {
   display: block;
	background-size: 100%;
	transition: 4.5s ease;
	background-position: center top;
	background-size: 100%;
	height: 530px;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
}
.subpage-container.sub1-1 .item2 .tab-navi .tab-content .item:hover {
    background-position: center bottom;
}
.subpage-container.sub1-1 .item3 {
	padding: 150px 0;
}
.subpage-container.sub1-1 .item3 .title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 60px;
}
.subpage-container.sub1-1 .item3 .press-hd .num {
	cursor: pointer;
	font-size: 70px;
	color: #b9b9b9;
	font-weight: 700;
	text-align: center;
}
.subpage-container.sub1-1 .item3 .press-hd .num.active {
	color: #4acb70;
}
.subpage-container.sub1-1 .item3 .line {
	border-top: 5px solid #4acb70;
}
.subpage-container.sub1-1 .item3 .press-bd .btnd {
	width: 170px;
	height: 50px;
	border-radius: 25px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -1px;
}
.subpage-container.sub1-1 .item3 .press-bd .btnd img {
	margin-left: -10px;
}
.subpage-container.sub1-1 .item3 .press-bd .btnd img.default {
	display: block;
}
.subpage-container.sub1-1 .item3 .press-bd .btnd img.light {
	display: none;
}
.subpage-container.sub1-1 .item3 .press-bd .active .btnd img.default {
	display: none;
}
.subpage-container.sub1-1 .item3 .press-bd .active .btnd img.light {
	display: block;
}
.subpage-container.sub1-1 .item3 .press-bd .active .btnd {
	background-color: #4acb70;
	color: #fff;
}
.subpage-container.sub1-1 .item3 .press-bd .customer ,.subpage-container.sub1-1 .item3 .press-bd .firster {
	position: absolute;
	left: -74px;
	top: 14px;
}
.subpage-container.sub1-1 .item3 .press-bd .row {
	padding: 25px 0;
}
.subpage-container.sub1-1 .item3 .press-bd .row .row {
	padding: 5px 0;
}
.subpage-container.sub1-1 .item3 .press-bd .customer {
	font-size: 18px;
	font-weight: 700;
}
.subpage-container.sub1-1 .item3 .press-bd .firster img {
	width: 33px;
}
.subpage-container.sub2-1 .item1 .hd .text1:after {
	width: 256px; 
}
.subpage-container.sub1-1 .item2 .tab-navi .tab-content .owl-carousel {
	width: 1920px;
}
.subpage-container.sub2-1 .item2 .tab-navi {
	display: block;
}
.subpage-container.sub1-1 .item2 .tab-navi .nav-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56%;
	flex-wrap: wrap;
}
.subpage-container.sub2-1 .item2 .tab-navi .nav-tabs {
	width: 100%;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-carousel {
	width: 2580px;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-carousel .owl-stage-outer {
	border-radius: 50px;
	margin-top: -200px;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi {
	position: relative;
	margin-left: -150px;
	top: 240px;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi .item {
	font-size: 18px;
	cursor: pointer;
	color: #b8b8b8;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi .item.active ,.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi .item:hover {
	color: #4acb70;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi .item:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #b8b8b8;
	position: absolute;
	left: 0;
	top: 15px;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi .item.active:after ,.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi .item:hover:after {
	background-color: #4acb70;
}
.subpage-container.sub3-1 .item1 .hd .text4 p {
	background-color: #fff;
	width: 580px;
	height: 53px;
	border-radius: 26px;
	padding-left: 20px;
	justify-content: space-between;
	padding-right: 30px;
	color: #000;
}
.subpage-container.sub3-1 .item1 .hd .text4 p:after {
	content: '';
	display: block;
	width: 150px;
	border-top: 1px solid #000;
	position: absolute;
	margin-left: -100px;
	left: 50%;
}
.subpage-container.sub3-1 .item1 .text4 p span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.subpage-container.sub3-1 .item1 .text4 p span.price {
	font-size: 34px;
	font-weight: 700;
	padding-right: 5px;
}
.subpage-container.sub3-1 .item1 .text4 p span {
	font-weight: 600;
}
.subpage-container.sub3-1 .item1 .hd .text2 {
	padding: 10px 0 20px;
}



.banner_list{
    width: 100%; 
}
.banner_list ul {
    display: flex;
    margin: 0;
}

.banner_list ul li {
    min-width: 70rem;
		text-align: center;
    height: auto;
    border-radius: 5rem;
    border: none;
    float: left;
    margin: 20px 0px;
}
.sub4-1 .banner_list ul li {
	min-width: 23rem;
}
.banner_list ul li span {
	font-size: 70px;
	font-weight: 500;
	color: #7f7f7f;
	padding: 30px 50px;
	border-radius: 100px;
}
.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; */
}

.loop_banner ul {
    float: left;
}

.loop_banner ul:first-child {
    animation: jsLoopSlide3 80s -40s linear infinite;
}

.loop_banner ul:last-child {
    animation: jsLoopSlide4 80s linear infinite;
    /* padding-left: 1rem; */
}

.loop_banner.bottom_con ul:first-child {
    animation: jsLoopSlide 80s -40s linear infinite;
}

.loop_banner.bottom_con ul:last-child {
    animation: jsLoopSlide2 80s linear infinite;
    padding-left: 1rem;
}
.loop_banner:hover ul,
.loop_banner.bottom_con:hover ul {
    animation-play-state: paused;
}

.banner_list ul li:hover span {
	box-shadow: 0px 2px 14.7px 0.3px rgba(0, 0, 0, 0.08);
	border: 0;
	background-color: #4acb70;
}
.banner_list ul li:hover span {
	color: #fff;
}

@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);
    }
}
.sub4-1 .item1 {
	margin-bottom: 100px;
}
.sub4-1 .item1 .hd {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 60px;
}
.sub4-1 .item1 .bd {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #f7faf8;
	padding: 30px;
	border-radius: 200px;
	width: 930px;
	margin: 0 auto;
}
.sub4-1 .item1 .item {
	width: 230px;
	height: 230px;
	border: 2px solid #41ab60;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 40px;
	background-color: #fff;
	position: relative;
}
.sub4-1 .item1 .item:first-child {
	margin-left: 0;
}
.sub4-1 .item1 .item:last-child {
	margin-right: 0px;
}
.sub4-1 .item1 .item:not(:last-child):after {
	content: '';
	display: block;
	width: 55px;
	height: 12px;
	background: url(../images/icon/icon-arrow-right.png);
	position: absolute;
	top: 50%;
	right: -70px;
	margin-top: -12px;
}
.sub4-1 .item1 .item .text1 {
	color: #4acb70;
	font-weight: 700;
	font-size: 18px;
}
.sub4-1 .item1 .item .text2 {
	font-weight: 700;
	font-size: 22px;
	margin-top: 15px;
	line-height: 28px;
	text-align: center;
}
.sub4-1 .item2 {
	margin-bottom: 100px;
}
.sub4-1 .item2 .hd {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 60px;
}
.sub4-1 .item2 .bd {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.sub4-1 .item2 .bd .item {
	background-color: #fafafa;
	width: 370px;
	margin: 0 15px;
	padding: 50px 50px 30px 50px;
	border-radius: 25px;
	background-color: #fafafa;
	background-repeat: no-repeat;
}
.sub4-1 .item2 .bd .item.item1 {
	background-image: url(../images/sub4_item2_03.jpg);
}
.sub4-1 .item2 .bd .item.item2 {
	background-image: url(../images/sub4_item2_05.jpg);
}
.sub4-1 .item2 .bd .item.item3 {
	background-image: url(../images/sub4_item2_07.jpg);
}
.sub4-1 .item2 .bd .item .text1 {
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 35px;
}
.sub4-1 .item2 .bd .item1 .text1:after {
	content: '';
	display: block;
	width: 115px;
	border-top: 4px solid #000;
	margin-top: -10px;
}
.sub4-1 .item2 .bd .item2 .text1:after {
	content: '';
	display: block;
	width: 210px;
	border-top: 4px solid #000;
	margin-top: -10px;
}
.sub4-1 .item2 .bd .item3 .text1:after {
	content: '';
	display: block;
	width: 180px;
	border-top: 4px solid #000;
	margin-top: -10px;
}
.sub4-1 .item2 .bd .item .text2 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -1px;
}
.sub4-1 .item2 .bd .item .text2 span{
	font-size: 26px;
	font-weight: 400;
	color: #5f5f5f;
}
.sub4-1 .item2 .bd .item .text3 {
	color: #989898;
	font-size: 18px;
	line-height: 34px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.sub4-1 .item2 .bd .item .text4 {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	min-height: 320px;
	margin-left: -15px;
	margin-right: -15px;
}
.sub4-1 .item2 .bd .item .text4 p span{
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	margin: 15px 0;
	font-size: 19px;
	font-weight: 700;
}
.sub4-1 .item2 .bd .item .text4 i {
	width: 19px;
	height: 19px;
	display: block;
	background-image: url(../images/icon/icon_check.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.sub4-1 .item2 .bd .item .text4 b {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400;
}
.sub4-1 .item3 {
	padding-bottom: 66px;
}
.sub4-1 .item3 .bd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.sub4-1 .item3 .bd .item {
	font-size: 18px;
	line-height: 28px;
}
.sub4-1 .item3 .bd .item .btns {
	font-size: 20px;
	font-weight: 700;
	background-color: #4acb70;
	border: 1px solid #4acb70;
	color: #fff;
	width: 360px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	transition: 0.5s ease;
}


.sub4-1 .item4 {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 40px;
	transition: 0.5s ease;
}
.sub4-1 .item4.open {
	max-height: 1000px;
	margin-bottom: 100px;
}
.sub4-1 .item4 .bd {
	border: 6px solid #4acb70;
	border-radius: 15px;
	margin-left: -80px;
	margin-right: -80px;
	margin-bottom: 200px;
}
.sub4-1 .item4 .bd table {
	width: 100%;
	overflow: hidden;
	box-sizing: unset;
}
.sub4-1 .item4 .bd table thead{
	background-color: #4acb70;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-right: 1px solid #4acb70;
}
.sub4-1 .item4 .bd table thead tr td:not(:last-child) {
	border-right: 2px solid #fff;
}
.sub4-1 .item4 .bd table tbody tr {
	background-color: #fafafa;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
}
.sub4-1 .item4 .bd table tbody tr:nth-child(even){
	background-color: #f0f0f0;
}
.sub4-1 .item4 .bd table tbody tr td {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.sub4-1 .item5{
	padding-bottom: 150px;
}
.sub4-1 .banner_list ul li {
	width: unset;
	margin: 0 15px;
	border-radius: 10px;
	box-shadow: 0px 2px 14.7px 0.3px rgba(0, 0, 0, 0.08);
}
.subpage-container.sub5-1 .item1 {
	padding: 80px 15px;
}
.subpage-container.sub5-1 .item1 .text1 {
	font-size: 60px;
	font-weight: 700;
}
.subpage-container.sub5-1 .item1 .text2 {
	font-size: 18px;
	font-weight: 500;
	color: #41ab60;
}
.subpage-container.sub5-1 .item1 .text3 {
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}
.subpage-container.sub5-1 .item1 .text4 a {
	width: 230px;
	height: 50px;
	border: 1px solid #41ab60;
	display: block;
	border-radius: 25px;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	padding-left: 20px;
	color: #41ab60;
	font-size: 22px;
	font-weight: 500;
	margin-top: 15px;
}
.subpage-container.sub5-1 .item1 .text4 a img {
	padding-right: 5px;
}
.subpage-container.sub5-1 .portfolios .mask {
	height: 200px;
}
.portfolio-list {
	padding-bottom: 100px;
}
.portfolio-list .item {
	height: 750px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	margin-bottom: 30px;
}
.portfolio-list .item a {
	display: block;
	background-size: 100%;
	transition: 2.5s ease;
	background-position: center top;
	height: 750px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.portfolio-list .item a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.portfolio-list .item .mask {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 80px;
	z-index: 1;
	opacity: 0;
	transition: 2.5s ease;
	display: flex;
}
.portfolio-list .item:hover .mask {
	opacity: 1;
}
.portfolio-list .item a {
	background-size: 100%;
	transition: 2.5s ease;
	background-position: center top;
}
.portfolio-list .item:hover a {
	background-position: center bottom;
}
.portfolio-list .item .mask {
	display: flex;
	flex-direction: column;
}
.portfolio-list .item .mask .text1 {
	display: flex;
	flex-direction: row;
	font-size: 40px;
	font-weight: 700;
}
.portfolio-list .item .mask .text1 i {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon/icon-arrow-top-right.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px;
}
.portfolio-list .item .mask .text2 {
	font-size: 20px;
	padding-top: 10px;
}
.portfolio-list .row .item:nth-child(even) {
	margin-top: 120px;
}
.sub6-1 .faq {
	margin-bottom: 150px;
}
.sub6-1 .faq .hd .title {
	font-size: 24px;
	font-weight: 700;
	color: #4acb70;
} 
.sub6-1 .faq .bd {
	padding-top: 50px;
}
.sub6-1 .faq .bd .item {
	cursor: pointer;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
	border-radius: 10px;
	padding-bottom: 20px;
}
.sub6-1 .faq .bd .item .item-hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 0;
}
.sub6-1 .faq .bd .item .item-hd .title {
	font-size: 22px;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sub6-1 .faq .bd .item .item-hd .title span {
	width: 80px;
	display: inline-block;
	text-align: center;
}
.sub6-1 .faq .bd .item .item-hd .btn-close {
	position: relative;
	width: 22px;
	height: 22px;
	margin-right: 33px;
	margin-left: 15px;
	cursor: pointer;
}
.sub6-1 .faq .bd .item .item-hd .btn-close:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #44b064;
	width: 22px;
	height: 3px;
	top: 11px;
	transition: 0.5s ease;
}
.sub6-1 .faq .bd .item .item-hd .btn-close:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #44b064;
	width: 22px;
	height: 3px;
	top: 11px;
	transition: 0.5s ease;
	-webkit-transform: rotate(90deg) translateX(0px) translateY(0px);
}
.sub6-1 .faq .bd .item.open .item-hd .btn-close:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #999999;
	width: 22px;
	height: 3px;
	top: 11px;
	-webkit-transform: rotate(45deg) translateX(0px) translateY(0px);
}
.sub6-1 .faq .bd .item.open .item-hd .btn-close:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #999999;
	width: 22px;
	height: 3px;
	top: 11px;
	-webkit-transform: rotate(135deg) translateX(0px) translateY(0px);
}
.sub6-1 .faq .bd .item .item-bd {
	font-size: 18px;
	padding-left: 80px;
	padding-top: 0px;
	max-height: 0;
	overflow: hidden;
	transition: 0.5s ease;
}
.sub6-1 .faq .bd .item.open .item-bd {
	max-height: 300px;
	padding-top: 35px;
}
.subpage-container.documents {
	padding-bottom: 150px;
}

@media (max-width: 1560px) {
	.main-item2 .left .txt {
		font-size: 36px;
	}

	.main-item2 .right .txt .text3 {
		font-size: 18px;
	}

	.project-count .swiper-slide .count {
		font-size: 110px;
	}

	.owl-theme .owl-nav.disabled+.owl-dots {
		width: 1200px;
	}

	.main-item6 .left .txt .text1 {
		font-size: 68px;
	}

	.main-item6 .right .txt .text1 {
		font-size: 24px;
	}

	.main-item6 .right .txt .text2 {
		font-size: 20px;
	}

	.main-item6 .right .txt .text3 button {
		height: 50px;
	}

	footer {
		font-size: 12px;
	}
	.subpage-container.sub1-1 .item1 .col-md-6 {
		width:40%;
	}
	.subpage-container.sub1-1 .item1 .col-md-3 {
		width:30%;
	}
	.subpage-container.sub1-1 .item1 .card-1 .text4 .price {
		font-size: 22px;
	}
	.subpage-container.sub1-1 .item1 .card-1.landing {
		padding-bottom: 100px;
	}
	.subpage-container.sub1-1 .item2 .tab-navi .nav-tabs {
		width: 63%;
	}
	.subpage-container.sub1-1 .item3 .press-bd .btnd {
		width: 130px;
		font-size: 14px;
	}
	.subpage-container.sub1-1 .item3 .press-bd .btnd img {
		width: 40px;
	}
	.subpage-container.sub2-1 .item1 .hd .text2 {
		font-size: 16px;
	}
	.subpage-container.sub2-1 .item1 .hd {
		padding: 50px 56px 35px 54px;
	}
	.subpage-container.sub2-1 .item1 .hd .text1 {
		font-size: 44px;
	}
	.subpage-container.sub2-1 .item1 .hd .text3 b {
		font-size: 34px;
	}
	.subpage-container.sub2-1 .item1 .card-1 {
		padding: 60px 30px;
	}
	.subpage-container.sub2-1 .item1 .card-1 .text2 {
		font-size: 16px;
	}
	.subpage-container.sub2-1 .item1 .card-1 {
		padding: 60px 30px 114px;
	}
	.subpage-container.sub2-1 .item1 .card-1.landing {
		padding-bottom: 114px;
	}
	.subpage-container.sub2-1 .item2 .tab-navi .nav-tabs {
			width: 100%;
	}
	.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-carousel {
		width: 1920px;
	}
	.subpage-container.sub2-1 .item1 .hd .text1:after {
	    width: 225px;
	}
	.subpage-container.sub3-1 .item1 .hd {
		padding: 50px 0 35px 30px;
	}
	.subpage-container.sub3-1 .item1 .hd .text4 p {
		background-color: #fff;
		width: 390px;
	}
	.subpage-container.sub3-1 .item1 .hd .text4 p:after {
		display: none;
	}
	.subpage-container.sub3-1 .item1 .text4 p span.price {
		font-size: 27px;
	}
	.sub4-1 .item2 .bd .item .text1 {
		font-size: 28px;
	}
	.sub4-1 .item2 .bd .item1 .text1:after {
		border-top: 3px solid #000;
		margin-top: -5px;
	}
	.sub4-1 .item2 .bd .item .text2 {
		font-size: 24px;
	}
	.sub4-1 .item2 .bd .item .text2 span {
		font-size: 16px;
		padding-left: 5px;
	}
	.sub4-1 .item2 .bd .item2 .text1:after {
		width: 148px;
		border-top: 3px solid #000;
		margin-top: -5px;
	}
	.sub4-1 .item2 .bd .item3 .text1:after {
		width: 128px;
		border-top: 3px solid #000;
		margin-top: -5px;
	}
	.sub4-1 .item2 .bd .item .text3 {
		font-size: 16px;
	}
	.sub4-1 .item2 .bd .item {
		padding: 30px 30px 30px 30px;
	}
	.sub4-1 .item2 .bd .item .text4 p span {
		font-size: 16px;
	}
	.sub4-1 .item2 .bd .item .text4 {
		min-height: 290px;
	}
	.sub4-1 .item3 .bd {
		margin: 0;
		width: 100%;
	}
	.sub4-1 .item3 .bd .item .btns {
		font-size: 18px;
		width: 265px;
	}
	.sub4-1 .item4 .col-md-8 {
		width: 100%;
		margin: 0;
	}
	.sub4-1 .item4 .bd {
		margin: 0;
	}
	.portfolio-list .item {
		height: 450px;
	}
	.subpage-container.sub5-1 .item1 .text3 {
		font-size: 16px;
	}
	.subpage-container.sub5-1 .item1 .text3 {
			font-size: 13px;
	}
	.subpage-container.sub5-1 .item1 .text1 {
		font-size: 40px;
	}
	.subpage-container.sub5-1 .item1 .col-md-offset-2 {
		margin-left: 0;
	}
	.faq .col-md-offset-2 {
			margin-left: 0%;
	}
	.faq .col-md-8 {
	    width: 100%;
	}
	    
	
	
	
	
}

@media (max-width: 1200px) {
	.main-item6 .left .txt .text1 {
		font-size: 60px;
	}

	.main-item6 .right .txt .text1 {
		font-size: 20px;
	}

	.main-item6 .right .txt .text2 {
		font-size: 16px;
	}

	.project-count .swiper-slide .count {
		font-size: 70px;
	}

	.project-count .swiper-wrapper {
		height: 340px;
	}

	.main-item4 .txt .text1 {
		font-size: 30px;
		line-height: 40px;
	}

	.main-item4 .txt .text2 {
		font-size: 18px;
	}

	.main-item4 .txt {
		padding-top: 28px;
	}

	.main-item3 .project .item .txt {
		font-size: 16px;
	}

	.main-item3 .project .item {
		height: 256px;
	}

	.main-item3 .project .item .icon img {
		width: 100px;
	}

	.owl-theme .owl-nav.disabled+.owl-dots {
		width: 970px;
	}

	nav.navbar.bootsnav ul.nav>li>a {
		font-size: 17px;
	}

	footer p span:after {
		display: none;
	}

	footer p span {
		display: block;
		padding: 0;
		padding-bottom: 10px;
	}

	.main-banner .text img {
		width: 100%;
	}

	.main-item2 .left .txt,
	.main-item2 .right .txt .text2 {
		font-size: 24px;
	}

	.main-item2 .right .txt .text3 {
		font-size: 15px;
	}

	.main-item2 .right {
		margin-left: -100px;
	}
	.subpage-container.sub1-1 .item3 .press-bd .btnd {
			width: 100px;
			font-size: 12px;
	}
	.subpage-container.sub1-1 .item3 .press-bd .btnd img {
			width: 30px;
	}
	.subpage-container.sub1-1 .item1 .col-md-6,.subpage-container.sub1-1 .item1 .col-md-3 {
			width: 33%;
	}
	.subpage-container.sub1-1 .item1 .hd {
		background-color: #4acb70;
		padding: 50px 0 35px 20px;
	}
	.subpage-container.sub1-1 .item1 .hd .text2 {
		font-size: 14px;
	}
	.subpage-container.sub1-1 .item1 .hd .text3 b {
		font-size: 26px;
	}
	.subpage-container.sub1-1 .item1 .hd .text3 span {
		height: 40px;
	}
	.subpage-container.sub1-1 .item1 .hd .text1 {
		font-size: 34px;
	}
	.subpage-container.sub1-1 .item1 .hd .text1:after {
		width: 149px;
	}
	.subpage-container.sub1-1 .item1 .hd .text3 span {
		width: 185px;
	}
	.subpage-container.sub1-1 .item1 .bd {
	    padding: 30px 0 30px 18px;
	}
	.subpage-container.sub1-1 .item1 .card-1 .text1 {
		font-size: 28px;
	}
	.subpage-container.sub1-1 .item1 .card-1 .text2 {
		font-size: 14px;
		line-height: 24px;
	}
	.subpage-container.sub1-1 .item1 .card-1 .text3 b {
		font-size: 26px;	
	}
	.subpage-container.sub1-1 .item1 .text4 p {
		font-size: 14px;
	}
	.subpage-container.sub1-1 .item1 .card-1 .text4 .price {
		font-size: 20px;
	}
	.subpage-container.sub1-1 .item1 .card-1 {
		padding: 60px 0 72px 50px;
	}
	.subpage-container.sub1-1 .item2 .tab-navi .nav-tabs {
			width: 100%;
			padding-left: 15px;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
	}
	.subpage-container.sub2-1 .item1 .hd .text2 {
		line-height: 24px;
	}
	.subpage-container.sub2-1 .item1 .hd .text1:after {
			width: 175px;
	}
	.subpage-container.sub2-1 .item1 .hd {
			padding: 50px 20px 35px 20px;
	}
	.subpage-container.sub2-1 .item1 .card-1 {
			padding: 60px 25px 109px;
	}
	.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-carousel {
			width: 1600px;
	}
	.subpage-container.sub3-1 .item1 .hd .text4 p {
			background-color: #fff;
			width: 253px;
	}
	.subpage-container.sub3-1 .item1 .text4 p span.price {
		font-size: 20px;
		letter-spacing: -2px;
	}
	.subpage-container.sub3-1 .item1 .hd .text4 p {
		padding-left: 10px;
		padding-right: 20px;
	}
	.subpage-container.sub1-1 .item1 .hd {
		background-color: #4acb70;
		padding: 50px 0 11px 20px;
	}
	
	
	
	
			
}
@media (max-width: 768px) {
	.fixedbar ,.back2top{
		right: 10px;
	}

}
@media (max-width: 970px) {
	.attr-nav>ul>li.chat button {
		margin: 8px 20px;
	}

	nav.navbar.bootsnav .navbar-toggle {
		top: 0;
	}

	.navbar-header .icon-bar {
		transition: .3s ease;
		-webkit-transition: .3s ease;
		width: 24px;
		height: 4px;
		border-radius: 5px;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background: none;
	}

	.navbar-header .navbar-toggle .x-1 {
		transform: rotate(-135deg) translateX(-6px) translateY(-6px);
		-webkit-transform: rotate(-135deg) translateX(-6px) translateY(-6px);
	}

	.navbar-header .navbar-toggle .x-2 {
		opacity: 0;
		transform: rotate(-135deg) translateX(-6px) translateY(-6px);
		-webkit-transform: rotate(-135deg) translateX(-6px) translateY(-6px);
	}

	.navbar-header .navbar-toggle .x-3 {
		transform: rotate(-45deg) translateX(5px) translateY(-6px);
		-webkit-transform: rotate(-45deg) translateX(5px) translateY(-6px);
	}

	.navbar-header .collapsed .x-2 {
		opacity: 1;
	}

	.navbar-header .collapsed .icon-bar {
		-webkit-transform: rotate(0deg) translateX(0px) translateY(0px);
	}

	.navbar-default .navbar-nav>.active>a:after {
		display: none;
	}

	.navbar-header .navbar-toggle .icon-bar:nth-child(1) {
		transform: rotate(-135deg) translateX(-6px) translateY(-6px);
		-webkit-transform: rotate(-135deg) translateX(-6px) translateY(-6px);
	}

	.main-banner .text .txt {
		font-size: 30px;
	}

	#formModal .modal-dialog {
		width: auto;
	}

	.main-item2 {
		height: calc(100vw + 340px);
	}

	.main-item2 .left {
		height: 340px;
	}

	.main-item2 .right {
		margin-left: 0;
	}

	.main-item2 .circle:after {
		width: 90vw;
		height: 90vw;
		left: 5vw;
		position: absolute;
	}

	.main-item2 .circle::before {
		content: '';
		z-index: 2;
	}

	.main-item2 .circle {
		opacity: 0.2;
	}

	.main-item2 .right {
		padding: 0;
	}

	.main-item2 .right {
		height: 100vw;
	}

	.main-item2 .right .txt {
		width: unset;
		height: unset;
		top: 0;
		left: 0;
		margin-top: 0;
		padding-left: 15px;
	}

	.main-item2 .right .txt .text1 {
		padding-top: 0;
	}

	.main-item2 .right .txt .text2 {
		margin-top: 30px;
	}

	.main-item2 .right .txt .text3 {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
	}

	.main-item2 .circle {
		top: unset;
		margin-top: unset;
	}

	.main-item2 .right .txt {
		top: 50%;
		margin-top: -120px;
	}

	.main-item2 .circle:before {
		top: 0;
		left: 15px;
	}

	nav.navbar.bootsnav.no-full .navbar-collapse {
		max-height: unset;
		overflow: hidden!important;
	}

	.main-item3 .title {
		font-size: 18px;
	}

	.main-item3 .sub-title {
		font-size: 15px;
	}

	.col-md-40,
	.col-md-20 {
		width: 50%;
	}

	.main-item3 .project .item .icon img {
		width: 60px;
	}

	.main-item3 .project .item {
		height: 140px;
	}

	.main-item3 .project .item .txt {
		position: absolute;
		bottom: 22px;
		left: 17px;
	}

	.main-item3 .sub-title {
		padding-bottom: 20px;
	}

	.main-item4 .txt .text1 {
		font-size: 22px;
		line-height: 30px;
	}

	.main-item4 .txt .text2 {
		font-size: 16px;
	}

	.main-item4 .txt .btns .btn {
		font-size: 18px;
	}
.project-count .swiper-slide {
	font-size: 18px;
}
.project-count .swiper-wrapper {
	height: 260px;
}
.main-item4 .txt {
	padding-bottom: 50px;
}
.main-banner.animated .point {
	height: 120vh;
	width: 120vh;
	margin-left: -60vh;
	margin-top: -60vh;
}

.main-banner .text .btn button {
    width: 240px;
    height: 60px;
    font-size: 20px;
}
    .main-banner .text .txt {
        font-size: 18px;
    }
.main-project .title {
    font-size: 24px;
}
.main-project .sub-title {
    font-size: 16px;
		padding-top: 15px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	width: 100vw;
	margin-left: -15px;
}
.main-item6 {
	height: unset;
}
    .main-item6 .left .txt .text1 {
        font-size: 36px;
				letter-spacing: -1px;
				    line-height: 40px;
    } 
		.main-item6 .left .txt .text1:after {
		    width: 50px;
		    height: 50px;
		    right: 80px;
}
.main-item6 .left .txt, .main-item6 .right .txt {
    height: 200px;
		text-align: center;
		display: flex;
		align-items: center;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}
.main-project .owl-carousel {
	height: 500px;
}
.main-item6 .right {
	margin-bottom: 50px;
}
footer .logo img {
	padding-bottom: 30px;
}
.main-project .owl-item {
	height: 360px;
}

.main-project {
	padding-top: 50px;
	padding-bottom: 0px;
}
#formModal .modal-body .group .radio-list ul ,#formModal .modal-body .group .radio-list-2{
	flex-wrap: wrap;
	justify-content: start;
}
#formModal .modal-body .group .radio-list-2 .f-radio {
	width: 96px;
}
#formModal .modal-body .group .radio-list ul li {
	margin: 5px;
	width: 77px;
	height: 77px;
}
.agreement-documents {
	flex-direction: column;
	align-items: start;
}
.modal-header .close {
	margin-top: -30px;
	margin-right: 0px;
}
.modal-header .close img {
	width: 44px;
}
.subpage-header {
    padding-top: 100px;
}
.subpage-container.sub1-1 .item1 .col-md-6, .subpage-container.sub1-1 .item1 .col-md-3 {
		width: 100%;
		margin-bottom: 15px;
}
.subpage-container.sub1-1 .item1 .hd {
		background-color: #4acb70;
		padding: 50px 0 35px 46px;
}
.subpage-container.sub1-1 .item1 .bd {
		padding: 30px 0 30px 50px;
}
.subpage-container.sub1-1 .item1 .card-1.landing {
		padding-bottom: 70px;
}
.subpage-container.sub1-1 .item1 {
    margin-bottom: 40px;
}
.subpage-container.sub1-1 .item2 .hd .title {
	padding-top: 80px;
}
.subpage-container.sub1-1 .item2 .tab-navi .nav-tabs {
		width: 100%;
		padding-left: 15px;
}
.subpage-container.sub1-1 .item2 .tab-navi .nav-tabs li a {
    width: 100px;
		font-size: 14px;
}
.subpage-container.sub1-1 .item2 .hd .title ,.subpage-container.sub1-1 .item3 .title{
    font-size: 24px;
}
.subpage-container.sub1-1 .item2 .tab-navi .tab-content {
    margin-top: 20px;
		margin: 15px;
}
.subpage-container.sub1-1 .item2 .tab-navi .tab-content img {
    border-radius: 25px;
}
.subpage-header.sub1-1 .hd .title {
    font-size: 24px;
}
.subpage-header.sub1-1 .hd .sub-title {
    font-size: 14px;
}

.subpage-container.sub1-1 .item3 .bd {
	display: flex;
	flex-direction: row;
}
.subpage-container.sub1-1 .item3 .press-bd .col-md-8 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.subpage-container.sub1-1 .item3 .press-bd .customer, .subpage-container.sub1-1 .item3 .press-bd .firster {
	position: unset;
	top: 0;
	left: 0;
}
.subpage-container.sub1-1 .item3 .press-hd .num {
	font-size: 50px;
}
.subpage-container.sub1-1 .item3 .press-hd .num {
	font-size: 50px;
	height: 100px;
	line-height: 100px;
}

.subpage-container.sub1-1 .item3 .press-bd .customer {
	text-align: center;
}
.subpage-container.sub1-1 .item3 .press-bd .btnd ,.subpage-container.sub1-1 .item3 .press-bd .customer ,.subpage-container.sub1-1 .item3 .press-bd .firster {
	width: 136px;
}
.subpage-container.sub1-1 .item3 .press-bd .row .row {
	width: 180px;
}
.subpage-container.sub1-1 .item3 .press-bd .btnd {
	font-size: 15px;
	margin: 0 auto;
}
.subpage-container.sub1-1 .item3 .press-bd .customer ,.subpage-container.sub1-1 .item3 .press-bd .firster {
	text-align: center;
	position: relative;
	top: -15px;
	margin: 0 auto;
}
.subpage-container.sub1-1 .item3 .press-bd .firster img {
	margin: 0 auto;
}
.subpage-container.sub1-1 .item3 .press-bd  .col-md-2 {
	height: 98px;
}
.subpage-container.sub1-1 .item3 .line {
	height: 600px;
	border-right: 4px solid #4acb70;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-carousel {
	width: 200%;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-carousel .owl-stage-outer {
	border-radius: 25px;
}

.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi {
	margin: 0;
	bottom: -45px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.subpage-container.sub2-1 .item2 .tab-navi .tab-content.tab-portfolio .owl-navi .item {
	padding-right: 10px;
}
.subpage-header .hd .sub-title {
    font-size: 14px;
}
.subpage-header .hd .title {
    font-size: 24px;
		}
.subpage-container.sub1-1 .item2 {
	overflow: hidden;
}
.sub4-1 .item5 {
	overflow: hidden;
}
.sub4-1 .item1 .bd {
	flex-direction: column;
}
.sub4-1 .item1 .item:not(:last-child):after {
	display: none;
}
.sub4-1 .item2 .bd .item {
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
}
.sub4-1 .item2 .bd {
	flex-direction: column;
}
.sub4-1 .item2 .hd ,.sub4-1 .item1 .hd{
	font-size: 22px;
}
.sub4-1 .item1 .item .text2 {
	font-weight: 700;
	font-size: 16px;
}
.sub4-1 .item1 .item {
	margin-top: -30px;
}
.sub4-1 .item2 .bd .item .text4 {
	min-height: auto;
}
.sub4-1 .item3 .bd {
	flex-direction: column;
}
.sub4-1 .item3 .bd .item {
	padding: 20px 0;
	font-size: 12px;
}
.sub4-1 .item4 .bd table thead {
	font-size: 14px;
}
.sub4-1 .item4 .bd table tbody tr {
	font-size: 12px;
}
.sub4-1 .item4 .bd table tbody tr {
	line-height: 1.5;
}
.sub4-1 .item4 .bd table tbody tr td {
	padding: 15px 0;
}
.subpage-container.sub5-1 .item1 .text3 ,.subpage-container.sub5-1 .item1 .text2 ,.subpage-container.sub5-1 .item1 .text1 ,.subpage-container.sub5-1 .item1 .text4 {
	text-align: center;
}
.subpage-container.sub5-1 .item1 .text4 a {
	margin: 15px auto;
}
.subpage-container.sub5-1 .item1 {
	padding: 15px;
}
.sub6-1 .faq .bd .item .item-hd .title {
	font-size: 16px;
}

.sub6-1 .faq .bd .item .item-bd {
	font-size: 14px;
}
.sub6-1 .faq .bd .item .item-hd .title span {
	width: 50px;
}
.sub6-1 .faq .bd .item .item-bd {
	padding-left: 50px;
	padding-right: 20px;
}
.navbar-brand {
    height: 56px;
    padding: 11px 15px;
}
.attr-nav>ul>li.chat button {
		margin: 11px 20px;
}
.main-project .viewmore {
		width: 110px;
		height: 34px;
		line-height: 34px;
		margin-top: 15px;
		margin-bottom: 15px;
}
.main-project .sub-title {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
}


}