@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #222;
	background-color: #fff;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width:1600px) {
	.container {
		max-width: 1420px;
	}
}

.header-box {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width:1400px) {
	.header-box {
		max-width: 1860px;
		margin: 0 auto;
		padding: 0 30px;
	}
}

.header {
	width: 100%;
	height: auto;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	z-index: 999;
}

#header.active {
	animation: fadeInDown .4s linear;
	position: fixed;
	top: 0;
	left: 0;
}

.header-inner {
	display: flex;
	justify-content: space-between;
}


.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.logo {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

@media (min-width:992px) {
	.logo {
		margin: 20px 0;
	}
}

.logo-box {
	width: auto;
	height: 35px;
}

@media (min-width:500px) {
	.logo-box {
		height: 49px;
	}
}

@media (min-width:1600px) {
	.logo {
		width: 20%;
	}

	.header-right {
		width: 80%;
	}
}

.header-r-box,
.header-l-inner {
	display: flex;
	align-items: center;
}

.header-r-box {
	height: 100%;
}

.header-l-inner {
	height: 100%;
	border-right: none;
	padding-right: 5px;
	padding-left: 5px;
}

@media (min-width:768px) {
	.header-l-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.header-l-li {
	margin: 0 10px;
	position: relative;
}

.header-l-li span {
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 14px;
	height: 14px;
	background-color: #ed1b23;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	position: absolute;
	top: 0;
	right: -6px;
}

.header-r-inner {
	display: none;
}

@media (min-width:768px) {
	.header-r-inner {
		display: block;
		padding: 0 0 0 20px;
		display: flex;
		align-items: center;
		border-left: 1px solid #eee;
	}
}

.header-r-inner a {
	color: #222;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.header-r-inner a:hover,
.header-r-inner a.on {
	color: #8dc63f;
}

.header-r-inner a::after {
	content: '/';
	font-size: 1rem;
	color: #ddd;
	margin: 0 10px;
}

.header-r-inner a:last-child::after {
	display: none;
}

.mobile-nav {
	display: block !important;
}

@media (min-width:768px) {
	.mobile-nav {
		display: none !important;
	}
}

.member,
.shop {
	display: none;
}

@media (min-width:500px) {

	.member,
	.shop {
		display: block;
	}
}

.search {
	height: 100%;
	position: relative;
}

.search a{
	display: flex;
	align-items: center;
	height: 100%;
}

.search-box {
	display: none;
	position: absolute;
	right: -13px;
	/* width: 100%; */
	height: auto;
	padding: 0 0 0 10px;
	background-color: #fff;
	border-top: 1px solid #eee;
	z-index: 999;
}

.search-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-box input {
	/* width: 100%; */
	min-width: 280px;
	border: none;
	padding: 4px 10px;
}

.search-box .fa {
	background-color: #ed1b23;
	padding: 0 10px;
	color: #fff;
	display: block;
	padding: 14px;
	z-index: 999;
}

.member {
	position: relative;
	height: 100%;
}

.member .icon-1 {
	height: 100%;
	display: flex;
	align-items: center;
}

.member-box {
	display: none;
	position: absolute;
	top: 100%;
	left: -25px;
	z-index: 999;
}

.member-inner {
	margin: 0;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.member-inner li {
    width:100%;
	display: inline-block;
	padding: 6px 20px;
	text-align: center;
}

.member-inner li a {
	white-space: nowrap;
	display: inline-block;
	font-size: 16px;
	color: #555;
}

.member-inner li:hover {
	background-color: #8dc63f;
}

.member-inner li:hover a {
	color: #fff;
}

/*nav*/

.box-menu {
	display: none;
	height: 100%;
}

.mobile-menu-btn {
	display: block;
}

@media (min-width:1024px) {
	.box-menu {
		display: block;
	}

	.mobile-menu-btn {
		display: none;
	}
}

.menu {
	height: 100%;
	display: flex;
	align-items: center;
}

.box-menu li {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.box-menu>ul>li {
	padding: 0 10px;
}

.box-menu>ul>li:last-child {
	padding-right: 0;
}

.box-menu>ul>li>a {
	height: 100%;
	font-size: 16px;
	color: #000;
	display: flex;
	align-items: center;
	padding: 0px 22px;
}

@media(min-width: 992px) {
	.box-menu>ul>li>a {
		padding: 0px 0px;
	}
}

@media(min-width: 1200px) {
	.box-menu>ul>li>a {
		padding: 0px 7px;
	}
}

@media(min-width: 1440px) {
	.box-menu>ul>li>a {
		font-size: 1.125rem;
		padding: 0px 10px;
	}
}

@media (min-width:1700px) {
	.box-menu>ul>li>a {
		padding: 0px 14px;
	}
}

.box-menu>ul>li.dropdown:after {
	/* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	margin-left: -4px;
}

.box-menu>ul>li:last-child>a {}

.box-menu>ul {
	margin-bottom: 0;
}

.box-menu>ul>li {
	text-align: center;
	float: left;
	position: relative;
	/* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */
}

.box-menu>ul>li.active,
.box-menu>ul>li.selected,
.box-menu>ul>li:hover {}

.box-menu>ul>li>a>span {
	height: 100%;
	font-size: 16px;
	color: #000;
	position: relative;
	width: 100%;
	font-weight: normal;
	display: flex;
	align-items: center;
}

@media(min-width: 1200px) {
	.box-menu>ul>li>a>span {
		font-size: 17px;
	}
}

@media(min-width: 1500px) {
	.box-menu>ul>li>a>span {
		font-size: 18px;
	}
}

.box-menu>ul>li>a>span::after {
	content: '';
	width: 100%;
	height: 3px;
	border-radius: 0px;
	background-color: #8dc63f;
	position: absolute;
	bottom: 0;
	opacity: 0;
}

/* .box-menu>ul>li.active>a,
.box-menu>ul>li.selected>a,
.box-menu>ul>li:hover>a {
	color: #ac5b26;
} */

.box-menu>ul>li.active>a>span,
.box-menu>ul>li.selected>a>span,
.box-menu>ul>li:hover>a>span {
	color: #8dc63f;
}

.box-menu>ul>li.active>a>span::after,
.box-menu>ul>li.selected>a>span::after,
.box-menu>ul>li:hover>a>span::after {
	opacity: 1;
}

.box-menu>ul>li>ul {
	position: absolute;
	top: 100%;
	padding-top: 20px;
	left: -10px;
	z-index: 99999;
	background-color: #fff;
	padding: 0;
	opacity: 0;
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	pointer-events: none;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.box-menu>ul>li>a>span:hover>ul {
	opacity: 1;
}

.box-menu>ul>li ul li {
	text-align: left;
	padding: 10px 10px;
	border-bottom: solid 1px #fafafa;
}

.box-menu>ul>li ul li:last-child {
	border-bottom: none;
}

.box-menu>ul>li ul li a {
	min-width: 120px;
	white-space: nowrap;
	color: #252525;
	text-align: center;
}

.box-menu>ul>li ul li:last-child a {
	border-bottom: none;
}

.box-menu>ul>li ul li:hover,
.box-menu>ul>li ul li.active {
	background-color: #8dc63f;
}

.box-menu>ul>li ul li a:hover,
.box-menu>ul>li ul li a.active {
	color: #fff;
}

.box-menu>ul>li.selected>ul {
	/* display: block; */
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* mobile menu */
.st-menu {
	background-color: #8dc63f;
}

.st-menu ul li a {
	color: #fff;
}

/*.mobile-menu-btn { float:right; margin-top: 21px; }fheader-right
@media(min-width: 768px) {
.mobile-menu-btn { margin-top: 21px; }
}*/
.mobile-menu-btn {
	float: right;
	margin-left: 10px;
}

@media(min-width: 576px) {
	.mobile-menu-btn {
		margin-left: 15px;
	}
}

.menu-mobile {}

.menu-mobile .menu-mobile-title {
	height: 36px;
	position: relative;
}

.menu-mobile .button-close-menu {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #fff;
	cursor: pointer;
}

.menu-mobile .button-close-menu:hover {
	color: #292929;
}

.menu-mobile .button-close-menu i {
	font-size: 20px;
}

.menu-mobile .mobile-more {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 8px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.menu-mobile ul li.mobile-sub-open>.mobile-more {
	transform: rotate(180deg);
}

.menu-mobile .mobile-more i {
	font-size: 18px;
}

.menu-mobile .menu-mobile-content>li .dropdown-menu {
	position: static;
}

.menu-mobile .mobile-dropdown-menu {
	margin-left: 0 !important;
	padding: 0;
	display: none;
}

.menu-mobile .mobile-sub-open>.mobile-dropdown-menu {
	display: block;
}

.menu-mobile .mobile-dropdown-menu a {
	padding-left: 30px;
	text-decoration: none;
}

.menu-mobile .mobile-dropdown-menu ul a {
	padding-left: 50px;
}

.menu-mobile .mobile-dropdown-menu ul ul a {
	padding-left: 70px;
}

.menu-mobile a:link,
.menu-mobile a:visited,
.menu-mobile a:hover,
.menu-mobile a:active {
	text-decoration: none;
}

.menu-mobile ul li li,
.menu-mobile .see-all,
.menu-mobile ul ul ul ul>li {
	background: ##75a731;
}

.menu-mobile ul li:hover,
.menu-mobile ul li.mobile-sub-open {
	background: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
	color: #fff;
}

/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul>li {
	background: #8dc63f;
}


.btn-ud {
	color: #fff !important;
	background-color: #8dc63f;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
}

.btn-ud:focus,
.btn-ud.focus {
	color: #fff;
	background-color: #8dc63f;
}

.btn-ud:hover {
	color: #fff;
	background-color: #8dc63f;
}

.btn-ud:active,
.btn-ud.active,
.open>.dropdown-toggle.btn-ud {
	color: #fff;
	background-color: #8dc63f;
}

.btn-ud:active:hover,
.btn-ud.active:hover,
.open>.dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open>.dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open>.dropdown-toggle.btn-ud.focus {
	color: #fff;
	background-color: #8dc63f;
}

.btn-ud:active,
.btn-ud.active,
.open>.dropdown-toggle.btn-ud {
	background-image: none;
}

.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
	background-color: #8dc63f;
}

/* swiper */
.index-swiper {
	position: relative;
	overflow: hidden;
	height: 56vh;
}

@media (min-width:769px) {
	.index-swiper {
		height: 60vh;
	}
}

@media (min-width:992px) {
	.index-swiper {
		height: 580px;
	}
}

@media (min-width:1200px) {
	.index-swiper {
		height: 640px;
	}
}

@media (min-width:1400px) {
	.index-swiper {
		height: 750px;
	}
}


.slide-box {
	height: 100%;
}

.slide-img {
	width: 100%;
	height: 100%;
}

.slide-img img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom;
	object-fit: cover;
}

.web-slide {
	display: none;
}

.mobile-slide {
	display: block;
}

@media (min-width:769px) {
	.web-slide {
		display: block;
	}

	.mobile-slide {
		display: none;
	}
}

.slide-text {
	position: absolute;
	top: 30%;
	left: 2%;
	padding-right: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	background-color: rgba(255, 255, 255, .2);
	padding: 10px;
}

@media (min-width:425px) {
	.slide-text {
		left: 10%;
	}
}

@media (min-width:992px) {
	.slide-text {
		top: 12%;
		left: 10%;
		background-color: rgba(255, 255, 255, 0);
		padding: 0;
	}
}

@media (min-width:1200px) {
	.slide-text {
		left: 13%;
	}
}

@media (min-width:1400px) {
	.slide-text {
		left: 10%;
	}
}

@media (min-width:1500px) {
	.slide-text {
		left: 15%;
	}
}

.slide-text b {
	font-size: 28px;
	color: #8dc63f;
	font-weight: bold;
}

.slide-text i {
	font-size: 20px;
	color: #17a4de;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
}

@media (min-width:992px) {
	.slide-text b {
		font-size: 40px;
	}

	.slide-text i {
		font-size: 30px;
		letter-spacing: 6px;
	}
}

@media (min-width:1200px) {
	.slide-text b {
		font-size: 50px;
	}

	.slide-text i {
		font-size: 38px;
		letter-spacing: 10px;
	}
}

@media (min-width:1400px) {
	.slide-text b {
		font-size: 60px;
	}

	.slide-text i {
		font-size: 45px;
	}
}

@media (min-width:1600px) {
	.slide-text b {
		font-size: 70px;
	}

	.slide-text i {
		font-size: 50px;
	}
}

.slide-link {
	margin-top: 10px;
}

@media (min-width:992px) {
	.slide-link {
		margin-top: 30px;
	}
}

.slide-pro{
	display: none;
}

.slide-pro img{
	width: auto;
	height: 196px;
}

@media (min-width:769px) {
	.slide-pro {
		display: block;
		position: absolute;
		bottom: 10%;
		left: 10%;
	}
}

@media (min-width:992px){
	.slide-pro {
		/* left: 10%; */
	}
}

@media (min-width:1200px) {
	.slide-pro {
		left: 12%;
	}
	.slide-pro img{
		height: 196px;
	}
}

@media (min-width:1400px) {
	.slide-pro {
		left: 8%;
	}
	.slide-pro img{
		height: 296px;
	}
}

@media (min-width:1500px) {
	.slide-pro {
		left: 15%;
		bottom:5%;
	}
}

.banner-img {
	position: absolute;
	bottom: 0;
}

.index-next,
.index-prev {
	display: none;
}

@media (min-width:426px) {

	.index-next,
	.index-prev {
		top: 45%;
		bottom: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 32px;
		height: 32px;
		background: url(../images/banner-icon.png) no-repeat center;
		background-size: contain;
		object-fit: cover;
		border-radius: 100px;
	}
}

@media (min-width:992px) {

	.index-next,
	.index-prev {
		width: 42px;
		height: 42px;
	}
}

@media (min-width:1400px) {

	.index-next,
	.index-prev {
		width: 52px;
		height: 52px;
	}
}

.index-next::after,
.index-prev::after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-radius: 100px;
	background-color: rgba(141, 198, 63, .2);
	opacity: 0;
	transition: all ease .4s;
}

.index-next {
	left: auto;
	right: 30px;
	transform: rotate(180deg);
}

.index-prev {
	left: 30px;
}

.index-next:hover::after,
.index-prev:hover::after {
	width: 50px;
	height: 50px;
	opacity: 1;
	transition: all ease .4s;
}

@media (min-width:992px) {

	.index-next:hover::after,
	.index-prev:hover::after {
		width: 70px;
		height: 70px;
	}
}

.index-pag {
	position: absolute;
	bottom: 5% !important;
	left: 0;
	text-align: center;
}

.index-pag .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background-color: #fff;
	opacity: .5;
}

.index-pag .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
	background-color: #17a4de;
}

.swiper-slide-active .slide-text b {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.swiper-slide-active .slide-text i {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.swiper-slide-active .slide-text .slide-link {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

/*  */
.main-all {
	min-height:86vh;
}

.btn-info {
	padding: 5px 20px;
	background-color: #17a4de;
	border: 1px solid #17a4de;
	font-size: 16px;
	color: #fff;
	position: relative;
	overflow: hidden;
	transition: all ease .4s;
	z-index: 9;
	border-radius: 0;
}

.btn-info::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background-color: #17a4de;
	transition: all ease .4s;
	z-index: -1;
}

.btn-info::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background-color: #17a4de;
	transition: all ease .4s;
	z-index: -1;
}

@media (min-width:992px) {
	.btn-info {
		font-size: 18px;
	}
}

.btn-info:hover {
	color: #17a4de;
	background: none;
	transition: all ease .4s;
}

.btn-info:hover::before,
.btn-info:hover::after {
	width: 0%;
	transition: all ease .4s;
}


/* footer */
.footer {
	background: url(../images/footer-bj.png) no-repeat center;
	background-size: cover;
	padding: 30px 0 0;
}

@media (min-width:992px) {
	.footer {
		padding: 60px 0 0;
	}
}

.footer-top {
	/* padding-bottom: 40px; */
}

.footer-contact {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-weight: 300;
}

@media (min-width:768px) {
	.footer-contact {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width:1200px) {
	.footer-contact {
		flex-direction: column;
		flex-wrap: nowrap;
	}
}

.footer-contact li {
	margin-bottom: 20px;
}

.foo-con-icon {
	display: flex;
	align-items: center;
}

.foo-con-icon i {
	color: #fff;
	font-style: normal;
	font-size: 16px;
	margin-left: 10px;
}

.footer-contact span {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
	display: block;
}

.footer-right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
}

@media (min-width:992px) {
	.footer-right {
		justify-content: space-between;
	}
}

@media (min-width:1200px) {
	.footer-right {
		flex-wrap: nowrap;
	}
}

.mobile-foo {
	display: none;
}

@media (min-width:768px) {
	.mobile-foo {
		display: block;
	}
}

.footer-right li {
	margin-bottom: 30px;
}

.foo-col {
	padding: 0;
}

.footer-title {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

@media (min-width:992px) {
	.footer-title {
		font-size: 24px;
	}
}

.footer-title-b {
	display: block;
	background-color: #8dc63f;
	margin: 10px 0 20px;
}

@media (min-width:768px) {
	.footer-title-b {
		margin: 15px 0 30px;
	}
}

.footer-nav li {
	margin-bottom: 10px;
}

.footer-nav a {
	color: #ddd;
	font-size: 16px;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-con-li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	font-size: 16px;
	margin-bottom: 10px;
}

.footer-con-title {
	display: block;
	color: #fff;
	width: 74px;
}

.footer-con-info {
	color: #aaa;
	/* width: 90%; */
}

.footer-bottom {
	padding: 14px 0;
	border-top: 1px solid #61a7c2;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: center;
}

@media (min-width:768px) {
	.footer-bottom {
		flex-direction: row;
	}
}

.footer-text {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.footer-links {
	display: flex;
	height: 40px;
}

.footer-links a {
	display: block;
	margin: 0 5px;
	transition: all .4s;
}

.footer-links a:hover {
	margin-top: -4px;
	transition: all .4s;
}

@media (max-width:425px) {
	.mobile-box {
		display: none;
	}

	.foo-col-2 {
		padding: 0;
	}
}

.footer-con-box {
	margin: 0px 0 10px;
}

@media (min-width:768px) {
	.footer-con-box {
		margin: 0;
	}
}

/*back-to-top*/
#back-to-top {
	position: fixed;
	right: 2%;
	bottom: 5%;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: #8dc63f;
	border-radius: 0;
}

@media(min-width: 768px) {
	#back-to-top {
		right: 2%;
		bottom: 6%;
		width: 46px;
		height: 46px;
	}
}

#back-to-top a {
	color: #fff;
}


/* ↓↓ index ↓↓ */

/* about */

.home-box {
	padding: 40px 0;
	margin: 0;
}

@media (min-width:992px) {
	.home-box {
		margin: 20px 0;
	}
	.home-about{
		margin: 50px 0;
	}
}

.about-in{
	height: 0;
	display: block;
}

@media (min-width:992px) {
	.about-in{
		height: 40px;
	}
}

.title-box {
	margin-bottom: 30px;
}

@media (min-width:992px) {
	.title-box {
		margin-bottom: 60px;
	}
}

.col-style {
	margin-bottom: 30px;
}

.col-style:last-child {
	margin-bottom: 0;
}

.title-box h3 {
	color: #17a4de;
	font-size: 24px;
	font-weight: bold;
}

.title-box i {
	font-style: normal;
	color: #8dc63f;
}

@media (min-width:992px) {
	.title-box h3 {
		font-size: 36px;
	}
}

.title-box span {
	width: 60px;
	height: 4px;
	background-color: #8dc63f;
	display: block;
	margin: 20px auto 0;
}

.about-m {
	margin: 0 0 40px 20px;
}

@media (min-width:992px) {
	.about-m {
		margin: 0 0 80px 20px;
	}
}

.about-m img {
	object-fit: cover;
	background-size: cover;
}

.about-title {
	font-size: 19px;
	color: #8dc63f;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width:992px) {
	.about-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.about-text {
	font-size: 16px;
	color: #555;
	line-height: 24px;
	padding-right: 0px;
}

@media (min-width:992px) {
	.about-text {
		padding-right: 50px;
		line-height: 30px;
	}
}

@media (min-width:1400px) {
	.about-text {
		padding-right: 100px;
	}
}

.home-btn {
	margin-top: 20px;
}

@media (min-width:992px) {
	.home-btn {
		margin-top: 35px;
	}
}

.link-box {
	display: flex;
	align-items: center;
}

.link-box span {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #8dc63f;
	border-radius: 100px;
	background-color: #fff;
	margin-left: 20px;
	transition: all ease .4s;
}

.link-box span img {
	position: absolute;
	left: -15px;
	top: 9px;
	transition: all ease .4s;
}

.link-box i {
	font-style: normal;
	color: #8dc63f;
	font-size: 18px;
	margin-left: 10px;
	transition: all ease .4s;
}

.link-box:hover span img {
	left: 15px;
	transition: all ease .4s;
}

.link-box:hover i {
	margin-left: 30px;
	letter-spacing: 2px;
	transition: all ease .4s;
}

.home-about-right{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 0px;
	padding: 0;
}

@media (min-width:992px) {
	.home-about-right{
		margin-left: -50px;
		justify-content: center;
		padding: 20px 0 30px 0;
	}
}

.home-about-box {
	position: relative;
	overflow: hidden;
}

.about-bj {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding-top: 120px;
	z-index: -1;
}

.about-bj span:first-child {
	display: block;
	width: 100px;
	height: 100%;
	background-color: #eaf3de;
}

.about-bj span:last-child {
	display: none;
}

@media (min-width:768px) {
	.about-bj span:first-child {
		width: 250px;
	}
}

@media (min-width:992px) {
	.about-bj span:first-child {
		width: 350px;
	}

	.about-bj span:last-child {
		width: 150px;
		display: block;
		height: 40%;
		background-color: #fce3e4;
	}
}

@media (min-width:1200px) {
	.about-bj span:first-child {
		width: 400px;
	}

	.about-bj span:last-child {
		width: 200px;
	}
}

@media (min-width:1400px) {
	.about-bj span:first-child {
		width: 500px;
	}

	.about-bj span:last-child {
		width: 300px;
	}
}

/* service */
.home-service {
	background: url(../images/service-bj.png) no-repeat bottom;
	background-size: cover;
	object-fit: cover;
	background-attachment: fixed;
	height: 100%;
	padding-bottom: 40px;
	position: relative;
	z-index: 0;
}

@media (min-width:992px) {
	.home-service {
		padding-bottom: 60px;
	}
}

.home-service:before {
	content: '';
	width: 100%;
	height: 230px;
	background-color: #fff;
	position: absolute;
	z-index: -1;
}

.service-info {
	z-index: 9;
}

.service-video {
	height: 400px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

@media (min-width:992px) {
	.service-video {
		height: 540px;
	}
}

.service-bottom {
	margin-top: 40px;
}

@media (min-width:992px) {
	.service-bottom {
		margin-top: 70px;
	}
}

.service-style {
	overflow: hidden;
}

.service-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

@media (min-width:992px) {
	.service-top {
		flex-direction: column;
		align-items: flex-start;
		justify-content: end;
	}
}

.service-top-l {
	width: 100%;
}

.service-title1 {
	font-size: 24px;
	color: #8dc63f;
	font-weight: normal;
	margin-top: 0px;
}

@media (min-width:768px) {
	.service-title1{
		margin-top: 20px;
	}
}

.service-title2 {
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	font-size: 24px;
	color: #222;
	letter-spacing: 5px;
	margin-bottom: 0px;
}

@media (min-width:768px) {
	.service-title2 {
		margin-bottom: 20px;
	}
}

.service-title2 b {
	color: #17a4de;
	font-size: 32px;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: 8px;
}

@media (min-width:992px) {
	.service-title2 {
		font-size: 30px;
	}

	.service-title2 b {
		font-size: 40px;
	}
}

@media (min-width:1200px) {
	.service-title2 {
		font-size: 35px;
	}

	.service-title2 b {
		font-size: 56px;
	}
}

@media (min-width:1400px) {
	.service-title2 {
		font-size: 40px;
		letter-spacing: 10px;
	}

	.service-title2 b {
		font-size: 65px;
		letter-spacing: 12px;
	}
}

@media (min-width:1600px) {
	.service-title2 {
		font-size: 48px;
	}

	.service-title2 b {
		font-size: 72px;
	}
}

.service-text {
	font-size: 15px;
	color: #555;
	line-height: 24px;
	padding-right: 20px;
}

@media (min-width:992px) {
	.service-text {
		font-size: 16px;
		padding-right: 50px;
		line-height: 30px;
	}
}

.service-product {
	display: block;
	margin-top: 20px;
	width: 110px;
}

@media (min-width:768px) {
	.service-product{
		display: block;
		margin-top: 50px;
		width: 148px;
	}
}

/* @media (min-width:758px) {
	.service-product{
		display: block;
		margin-top: 50px;
		width: 148px;
	}
} */

.service-img {
	display: block;
	border: 2px solid #8dc63f;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.swiper-right {
	padding-left: 0;
	margin-top: 10px;
	width: 100%;
	height: auto;
}

@media (min-width:768px) {
	.swiper-right {
		height: 550px;
	}
}

@media (min-width:992px) {
	.swiper-right {
		padding-left: 20px;
		margin-top: 0;
	}
}

@media (min-width:1200px) {
	.swiper-right {
		padding-left: 30px;
	}
}

@media (min-width:1400px) {
	.swiper-right {
		padding-left: 60px;
	}
}

@media (min-width:1600px) {
	.swiper-right {
		padding-left: 100px;
	}
}

.swiper-service {
	position: relative;
	overflow: hidden;
	height: 550px;
	padding: 0 40px 0 20px;
}

.swiper-service .swiper-slide {
	opacity: .4;
}

.service-list {
	min-width: 300px;
	height: 100%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 20px 25px;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 0 20px rgba(23, 164, 222, 0);
}

@media (min-width:768px) {
	.service-list {
		padding: 20px 30px;
	}
}

@media (min-width:992px) {
	.service-list {
		padding: 30px 40px;
	}
}

.service-li-img {
	box-shadow: 0 0 20px rgba(23, 164, 222, .1);
	border-radius: 100px;
	/* width: 30%; */
}

.service-li-img img {
	width: 86px;
	height: 86px;
	background-size: cover;
	object-fit: cover;
}

@media (min-width:768px) {
	.service-li-img img {
		width: auto;
		height: auto;
	}
}

.service-li-info {
	width: 60%;
	margin-left: 20px;
}

@media (min-width:768px) {
	.service-li-info {
		width: 75%;
	}
}

.service-li-info h5 {
	color: #222;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}

.service-li-info p {
	margin: 0;
	font-size: 16px;
	color: #666;
}

@media (min-width:992px) {
	.service-li-info {
		margin-left: 40px;
	}

	.service-li-info h5 {
		font-size: 24px;
		margin-bottom: 14px;
	}

	.service-li-info p {
		font-size: 17px;
	}
}

.swiper-service .swiper-slide-active {
	opacity: 1;
}

.swiper-service .swiper-slide-active .service-li-info h5 {
	color: #17a4de;
}

.swiper-service .swiper-slide-active .service-list {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 20px rgba(23, 164, 222, .2);
}

.swiper-service .swiper-pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.swiper-service .swiper-pagination-bullet {
	background-color: #aaa;
	width: 6px;
	height: 6px;
	margin: 4px 0;
}

.swiper-service .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background-color: #17a4de;
}

.swiper-service1 {
	padding-bottom: 30px;
}

.swiper-service1 .swiper-slide {
	height: auto;
}

.swiper-service1 .swiper-slide-active {
	opacity: 1;
}

.swiper-service1 .swiper-slide-active .service-li-info h5 {
	color: #17a4de;
}

.swiper-service1 .swiper-slide-active .service-list {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 20px rgba(23, 164, 222, .2);
}

.swiper-service1 .swiper-pagination {
	bottom: 0;
}

.swiper-service1 .swiper-pagination-bullet {
	background-color: #aaa;
	width: 6px;
	height: 6px;
	margin: 4px 0;
}

.swiper-service1 .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background-color: #17a4de;
}

.service-title{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 35px;
	margin-bottom: 10px !important; 
}

@media (min-width:768px) {
	.service-title{
		display: none;
	}
}

.service-title h3{
	margin: 0;
}

.service-title span{
	display: none;
}

.web-box {
	display: none;
}

.mobile-box {
	display: block;
}

@media (min-width:768px) {
	.web-box {
		display: block;
	}

	.mobile-box {
		display: none;
	}
}

/* faq */
.home-faq{
	padding: 40px 0 !important;
}

@media (min-width:769px) {
	.home-faq{
		padding: 40px 0 20px 0 !important;
	}
}

.faq-accordion-item {
	border-radius: 0 !important;
	border: none;
	margin-bottom: 10px;
}

.faq-accordion-item button {
	border-radius: 0 !important;
	border-bottom: 1px solid #8dc63f;
	background-color: #f6fcee;
	font-size: 16px;
	color: #8dc63f;
	font-weight: bold;
	padding-left: 20px;
	display: flex;
}

@media (min-width:992px) {
	.faq-accordion-item button {
		font-size: 18px;
		padding-left: 40px;
	}
}

.faq-accordion-item .accordion-button:not(.collapsed) {
	box-shadow: none;
}

.faq-accordion-item .accordion-collapse {
	border: none;
}

.faq-accordion-item .accordion-button::after {
	content: '';
	display: none;
}

.faq-accordion-item .accordion-button::before {
	content: '';
	background-image: url(../images/faq1.png);
	background-size: cover;
	object-fit: cover;
	width: 14px;
	height: 14px;
	margin-right: 20px;
}

.faq-accordion-item .accordion-button:not(.collapsed)::before {
	background-image: url(../images/faq2.png);
}

.faq-accordion-item .accordion-button:not(.collapsed) {
	background-color: #8dc63f;
	color: #fff;
}

.faq-accordion-item .accordion-body {
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}

@media (min-width:992px) {
	.faq-accordion-item .accordion-body {
		font-size: 16px;
		padding: 30px 40px;
	}
}

.faq-btn {
	display: flex;
	justify-content: center;
}

/* partner */
.home-partner {
	padding: 30px 0;
	background-color: #fafafa;
}

@media (min-width:992px) {
	.home-partner {
		padding: 50px 0;
	}
}

.swiper-partner {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.swiper-partner .swiper-wrapper {
	height: 100px;
}

.swiper-partner .swiper-slide {
	padding: 2px 0;
}

.swiper-partner .swiper-pagination {
	bottom: -5px !important;
}

.swiper-partner .swiper-pagination-bullet {
	opacity: .6;
	background-color: #ccc;
}

.swiper-partner .swiper-pagination-bullet-active {
	background-color: #17a4de;
	opacity: 1;
}

.partner-img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.partner-img img {
	transform: scale(0.9);
	transition: all ease .4s;
}

.partner-img::before {
	content: '';
	width: 120px;
	height: 200px;
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	top: -40px;
	left: -300px;
	transform: rotate(25deg);
	transition: all ease .4s;
	z-index: 1;
}

.partner-img:hover::before {
	left: 300px;
	transition: all ease .4s;
}

.partner-img:hover img {
	transform: scale(1.0);
	transition: all ease .4s;
}


@charset "utf-8";

body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 15px;
    color: #222;
    background-color: #fff;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1420px;
    }
}

.header-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width:1400px) {
    .header-box {
        max-width: 1860px;
        padding: 0 30px;
    }
}

.header {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 999;
}

#header.active {
    animation: fadeInDown .4s linear;
    position: fixed;
    top: 0;
    left: 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
}


.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

@media (min-width:992px) {
    .logo {
        margin: 20px 0;
    }
}

.logo-box {
    width: auto;
    height: 35px;
}

@media (min-width:500px) {
    .logo-box {
        height: 49px;
    }
}

@media (min-width:1600px) {
    .logo {
        width: 20%;
    }

    .header-right {
        width: 80%;
    }
}

.header-r-box,
.header-l-inner {
    display: flex;
    align-items: center;
}

.header-r-box {
    height: 100%;
}

.header-l-inner {
    height: 100%;
    border-right: none;
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width:768px) {
    .header-l-inner {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.header-l-li {
    margin: 0 10px;
    position: relative;
}

.header-l-li span {
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 14px;
    height: 14px;
    background-color: #ed1b23;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    top: 0;
    right: -6px;
}

.header-r-inner {
    display: none;
}

@media (min-width:768px) {
    .header-r-inner {
        display: block;
        padding: 0 0 0 20px;
        display: flex;
        align-items: center;
        border-left: 1px solid #eee;
    }
}

.header-r-inner a {
    color: #222;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.header-r-inner a:hover,
.header-r-inner a.on {
    color: #8dc63f;
}

.header-r-inner a::after {
    content: '/';
    font-size: 1rem;
    color: #ddd;
    margin: 0 10px;
}

.header-r-inner a:last-child::after {
    display: none;
}

.mobile-nav {
    display: block !important;
}

@media (min-width:768px) {
    .mobile-nav {
        display: none !important;
    }
}

.member,
.shop {
    display: none;
}

@media (min-width:500px) {

    .member,
    .shop {
        display: block;
    }
}

.search {
    height: 100%;
    position: relative;
}

.search a {
    display: flex;
    align-items: center;
    height: 100%;
}

.search-box {
    display: none;
    position: absolute;
    right: -13px;
    /* width: 100%; */
    height: auto;
    padding: 0 0 0 10px;
    background-color: #fff;
    border-top: 1px solid #eee;
    z-index: 999;
}

.search-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-box input {
    /* width: 100%; */
    min-width: 280px;
    border: none;
    padding: 4px 10px;
}

.search-box .fa {
    background-color: #ed1b23;
    padding: 0 10px;
    color: #fff;
    display: block;
    padding: 14px;
    z-index: 999;
}

.member {
    position: relative;
    height: 100%;
}

.member .icon-1 {
    height: 100%;
    display: flex;
    align-items: center;
}

.member-box {
    display: none;
    position: absolute;
    top: 100%;
    left: -25px;
    z-index: 999;
}

.member-inner {
    margin: 0;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.member-inner li {
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
}

.member-inner li a {
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    color: #555;
}

.member-inner li:hover {
    background-color: #8dc63f;
}

.member-inner li:hover a {
    color: #fff;
}

/*nav*/

.box-menu {
    display: none;
    height: 100%;
}

.mobile-menu-btn {
    display: block;
}

@media (min-width:1024px) {
    .box-menu {
        display: block;
    }

    .mobile-menu-btn {
        display: none;
    }
}

.menu {
    height: 100%;
    display: flex;
    align-items: center;
}

.box-menu li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.box-menu>ul>li {
    padding: 0 10px;
}

.box-menu>ul>li:last-child {
    padding-right: 0;
}

.box-menu>ul>li>a {
    height: 100%;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0px 22px;
}

@media(min-width: 992px) {
    .box-menu>ul>li>a {
        padding: 0px 0px;
    }
}

@media(min-width: 1200px) {
    .box-menu>ul>li>a {
        padding: 0px 7px;
    }
}

@media(min-width: 1440px) {
    .box-menu>ul>li>a {
        font-size: 1.125rem;
        padding: 0px 10px;
    }
}

@media (min-width:1700px) {
    .box-menu>ul>li>a {
        padding: 0px 14px;
    }
}

.box-menu>ul>li.dropdown:after {
    /* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -4px;
}

.box-menu>ul>li:last-child>a {}

.box-menu>ul {
    margin-bottom: 0;
}

.box-menu>ul>li {
    text-align: center;
    float: left;
    position: relative;
    /* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */
}

.box-menu>ul>li.active,
.box-menu>ul>li.selected,
.box-menu>ul>li:hover {}

.box-menu>ul>li>a>span {
    height: 100%;
    font-size: 16px;
    color: #000;
    position: relative;
    width: 100%;
    font-weight: normal;
    display: flex;
    align-items: center;
}

@media(min-width: 1200px) {
    .box-menu>ul>li>a>span {
        font-size: 17px;
    }
}

@media(min-width: 1500px) {
    .box-menu>ul>li>a>span {
        font-size: 18px;
    }
}

.box-menu>ul>li>a>span::after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background-color: #8dc63f;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

/* .box-menu>ul>li.active>a,
.box-menu>ul>li.selected>a,
.box-menu>ul>li:hover>a {
    color: #ac5b26;
} */

.box-menu>ul>li.active>a>span,
.box-menu>ul>li.selected>a>span,
.box-menu>ul>li:hover>a>span {
    color: #8dc63f;
}

.box-menu>ul>li.active>a>span { font-weight:bold; }

.box-menu>ul>li.active>a>span::after,
.box-menu>ul>li.selected>a>span::after,
.box-menu>ul>li:hover>a>span::after {
    opacity: 1;
}

.box-menu>ul>li>ul {
    position: absolute;
    top: 100%;
    padding-top: 20px;
    left: -10px;
    z-index: 99999;
    background-color: #fff;
    padding: 0;
    opacity: 0;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.box-menu>ul>li>a>span:hover>ul {
    opacity: 1;
}

.box-menu>ul>li ul li {
    text-align: left;
    padding: 10px 10px;
    border-bottom: solid 1px #fafafa;
}

.box-menu>ul>li ul li:last-child {
    border-bottom: none;
}

.box-menu>ul>li ul li a {
    min-width: 120px;
    white-space: nowrap;
    color: #252525;
    text-align: center;
}

.box-menu>ul>li ul li:last-child a {
    border-bottom: none;
}

.box-menu>ul>li ul li:hover,
.box-menu>ul>li ul li.active {
    background-color: #8dc63f;
}

.box-menu>ul>li ul li a:hover,
.box-menu>ul>li ul li a.active {
    color: #fff;
}

.box-menu>ul>li.selected>ul {
    /* display: block; */
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


/* mobile menu */
.st-menu {
    background-color: #8dc63f;
}

.st-menu ul li a {
    color: #fff;
}

/*.mobile-menu-btn { float:right; margin-top: 21px; }fheader-right
@media(min-width: 768px) {
.mobile-menu-btn { margin-top: 21px; }
}*/
.mobile-menu-btn {
    float: right;
    margin-left: 10px;
}

@media(min-width: 576px) {
    .mobile-menu-btn {
        margin-left: 15px;
    }
}

.menu-mobile {}

.menu-mobile .menu-mobile-title {
    height: 36px;
    position: relative;
}

.menu-mobile .button-close-menu {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    cursor: pointer;
}

.menu-mobile .button-close-menu:hover {
    color: #292929;
}

.menu-mobile .button-close-menu i {
    font-size: 20px;
}

.menu-mobile .mobile-more {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 8px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.menu-mobile ul li.mobile-sub-open>.mobile-more {
    transform: rotate(180deg);
}

.menu-mobile .mobile-more i {
    font-size: 18px;
}

.menu-mobile .menu-mobile-content>li .dropdown-menu {
    position: static;
}

.menu-mobile .mobile-dropdown-menu {
    margin-left: 0 !important;
    padding: 0;
    display: none;
}

.menu-mobile .mobile-sub-open>.mobile-dropdown-menu {
    display: block;
}

.menu-mobile .mobile-dropdown-menu a {
    padding-left: 30px;
    text-decoration: none;
}

.menu-mobile .mobile-dropdown-menu ul a {
    padding-left: 50px;
}

.menu-mobile .mobile-dropdown-menu ul ul a {
    padding-left: 70px;
}

.menu-mobile a:link,
.menu-mobile a:visited,
.menu-mobile a:hover,
.menu-mobile a:active {
    text-decoration: none;
}

.menu-mobile ul li li,
.menu-mobile .see-all,
.menu-mobile ul ul ul ul>li {
    background: ##75a731;
}

.menu-mobile ul li:hover,
.menu-mobile ul li.mobile-sub-open {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #fff;
}

/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul>li {
    background: #8dc63f;
}


.btn-ud {
    color: #fff !important;
    background-color: #8dc63f;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.btn-ud:focus,
.btn-ud.focus {
    color: #fff;
    background-color: #8dc63f;
}

.btn-ud:hover {
    color: #fff;
    background-color: #8dc63f;
}

.btn-ud:active,
.btn-ud.active,
.open>.dropdown-toggle.btn-ud {
    color: #fff;
    background-color: #8dc63f;
}

.btn-ud:active:hover,
.btn-ud.active:hover,
.open>.dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open>.dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open>.dropdown-toggle.btn-ud.focus {
    color: #fff;
    background-color: #8dc63f;
}

.btn-ud:active,
.btn-ud.active,
.open>.dropdown-toggle.btn-ud {
    background-image: none;
}

.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
    background-color: #8dc63f;
}

/* swiper */
.index-swiper {
    position: relative;
    overflow: hidden;
    height: 56vh;
}

@media (min-width:769px) {
    .index-swiper {
        height: 60vh;
    }
}

@media (min-width:992px) {
    .index-swiper {
        height: 580px;
    }
}

@media (min-width:1200px) {
    .index-swiper {
        height: 640px;
    }
}

@media (min-width:1400px) {
    .index-swiper {
        height: 750px;
    }
}


.slide-box {
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
}

.slide-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    object-fit: cover;
}

.web-slide {
    display: none;
}

.mobile-slide {
    display: block;
}

@media (min-width:769px) {
    .web-slide {
        display: block;
    }

    .mobile-slide {
        display: none;
    }
}

.slide-text {
    position: absolute;
    top: 30%;
    left: 2%;
    padding-right: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .2);
    padding: 10px;
}

@media (min-width:425px) {
    .slide-text {
        left: 10%;
    }
}

@media (min-width:992px) {
    .slide-text {
        top: 12%;
        left: 10%;
        background-color: rgba(255, 255, 255, 0);
        padding: 0;
    }
}

@media (min-width:1200px) {
    .slide-text {
        left: 13%;
    }
}

@media (min-width:1400px) {
    .slide-text {
        left: 10%;
    }
}

@media (min-width:1500px) {
    .slide-text {
        left: 15%;
    }
}

.slide-text b {
    font-size: 28px;
    color: #8dc63f;
    font-weight: bold;
}

.slide-text i {
    font-size: 20px;
    color: #17a4de;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3px;
}

@media (min-width:992px) {
    .slide-text b {
        font-size: 40px;
    }

    .slide-text i {
        font-size: 30px;
        letter-spacing: 6px;
    }
}

@media (min-width:1200px) {
    .slide-text b {
        font-size: 50px;
    }

    .slide-text i {
        font-size: 38px;
        letter-spacing: 10px;
    }
}

@media (min-width:1400px) {
    .slide-text b {
        font-size: 60px;
    }

    .slide-text i {
        font-size: 45px;
    }
}

@media (min-width:1600px) {
    .slide-text b {
        font-size: 70px;
    }

    .slide-text i {
        font-size: 50px;
    }
}

.slide-link {
    margin-top: 10px;
}

@media (min-width:992px) {
    .slide-link {
        margin-top: 30px;
    }
}

.slide-pro {
    display: none;
}

.slide-pro img {
    width: auto;
    height: 196px;
}

@media (min-width:769px) {
    .slide-pro {
        display: block;
        position: absolute;
        bottom: 10%;
        left: 10%;
    }
}

@media (min-width:992px) {
    .slide-pro {
        /* left: 10%; */
    }
}

@media (min-width:1200px) {
    .slide-pro {
        left: 12%;
    }

    .slide-pro img {
        height: 196px;
    }
}

@media (min-width:1400px) {
    .slide-pro {
        left: 8%;
    }

    .slide-pro img {
        height: 296px;
    }
}

@media (min-width:1500px) {
    .slide-pro {
        left: 15%;
        bottom: 5%;
    }
}

.banner-img {
    position: absolute;
    bottom: 0;
}

.index-next,
.index-prev {
    display: none;
}

@media (min-width:426px) {

    .index-next,
    .index-prev {
        top: 45%;
        bottom: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 32px;
        height: 32px;
        background: url(../images/banner-icon.png) no-repeat center;
        background-size: contain;
        object-fit: cover;
        border-radius: 100px;
    }
}

@media (min-width:992px) {

    .index-next,
    .index-prev {
        width: 42px;
        height: 42px;
    }
}

@media (min-width:1400px) {

    .index-next,
    .index-prev {
        width: 52px;
        height: 52px;
    }
}

.index-next::after,
.index-prev::after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 100px;
    background-color: rgba(141, 198, 63, .2);
    opacity: 0;
    transition: all ease .4s;
}

.index-next {
    left: auto;
    right: 30px;
    transform: rotate(180deg);
}

.index-prev {
    left: 30px;
}

.index-next:hover::after,
.index-prev:hover::after {
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all ease .4s;
}

@media (min-width:992px) {

    .index-next:hover::after,
    .index-prev:hover::after {
        width: 70px;
        height: 70px;
    }
}

.index-pag {
    position: absolute;
    bottom: 5% !important;
    left: 0;
    text-align: center;
}

.index-pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #fff;
    opacity: .5;
}

.index-pag .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
    background-color: #17a4de;
}

.swiper-slide-active .slide-text b {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.swiper-slide-active .slide-text i {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.swiper-slide-active .slide-text .slide-link {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

/*  */
.main-all {
    min-height: 92vh;
}

.btn-info {
    padding: 5px 20px;
    background-color: #17a4de;
    border: 1px solid #17a4de;
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all ease .4s;
    z-index: 9;
    border-radius: 0;
}

.btn-info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-color: #17a4de;
    transition: all ease .4s;
    z-index: -1;
}

.btn-info::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-color: #17a4de;
    transition: all ease .4s;
    z-index: -1;
}

@media (min-width:992px) {
    .btn-info {
        font-size: 18px;
    }
}

.btn-info:hover {
    color: #17a4de;
    background: none;
    transition: all ease .4s;
}

.btn-info:hover::before,
.btn-info:hover::after {
    width: 0%;
    transition: all ease .4s;
}


/* footer */
.footer {
    background: url(../images/footer-bj.png) no-repeat center;
    background-size: cover;
    padding: 30px 0 0;
}

@media (min-width:992px) {
    .footer {
        padding: 60px 0 0;
    }
}

.footer-top {
    /* padding-bottom: 40px; */
}

.footer-contact {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-weight: 300;
}

@media (min-width:768px) {
    .footer-contact {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width:1200px) {
    .footer-contact {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

.footer-contact li {
    margin-bottom: 20px;
}

.foo-con-icon {
    display: flex;
    align-items: center;
}

.foo-con-icon i {
    color: #fff;
    font-style: normal;
    font-size: 16px;
    margin-left: 10px;
}

.footer-contact span {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    display: block;
}

.footer-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

@media (min-width:992px) {
    .footer-right {
        justify-content: space-between;
    }
}

@media (min-width:1200px) {
    .footer-right {
        flex-wrap: nowrap;
    }
}

.mobile-foo {
    display: none;
}

@media (min-width:768px) {
    .mobile-foo {
        display: block;
    }
}

.footer-right li {
    margin-bottom: 30px;
}

.foo-col {
    padding: 0;
}

.footer-title {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width:992px) {
    .footer-title {
        font-size: 24px;
    }
}

.footer-title-b {
    display: block;
    background-color: #8dc63f;
    margin: 10px 0 20px;
}

@media (min-width:768px) {
    .footer-title-b {
        margin: 15px 0 30px;
    }
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #ddd;
    font-size: 16px;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-con-li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-con-title {
    display: block;
    color: #fff;
    width: 74px;
}

.footer-con-info {
    color: #aaa;
    /* width: 90%; */
}

.footer-bottom {
    padding: 14px 0;
    border-top: 1px solid #61a7c2;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}

@media (min-width:768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

.footer-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer-links {
    display: flex;
    height: 40px;
}

.footer-links a {
    display: block;
    margin: 0 5px;
    transition: all .4s;
}

.footer-links a:hover {
    margin-top: -4px;
    transition: all .4s;
}

@media (max-width:425px) {
    .mobile-box {
        display: none;
    }

    .foo-col-2 {
        padding: 0;
    }
}

.footer-con-box {
    margin: 0px 0 10px;
}

@media (min-width:768px) {
    .footer-con-box {
        margin: 0;
    }
}

/*back-to-top*/
#back-to-top {
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #8dc63f;
    border-radius: 0;
}

@media(min-width: 768px) {
    #back-to-top {
        right: 2%;
        bottom: 6%;
        width: 46px;
        height: 46px;
    }
}

#back-to-top a {
    color: #fff;
}


/* ↓↓ index ↓↓ */

/* about */

.home-box {
    padding: 40px 0;
    margin: 0;
}

@media (min-width:992px) {
    .home-box {
        margin: 20px 0;
    }

    .home-about {
        margin: 50px 0;
    }
}

.about-in {
    height: 0;
    display: block;
}

@media (min-width:992px) {
    .about-in {
        height: 40px;
    }
}

.title-box {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .title-box {
        margin-bottom: 60px;
    }
}

.col-style {
    margin-bottom: 30px;
}

.col-style:last-child {
    margin-bottom: 0;
}

.title-box h3 {
    color: #17a4de;
    font-size: 24px;
    font-weight: bold;
}

.title-box i {
    font-style: normal;
    color: #8dc63f;
}

@media (min-width:992px) {
    .title-box h3 {
        font-size: 36px;
    }
}

.title-box span {
    width: 60px;
    height: 4px;
    background-color: #8dc63f;
    display: block;
    margin: 20px auto 0;
}

.about-m {
    margin: 0 0 40px 20px;
}

@media (min-width:992px) {
    .about-m {
        margin: 0 0 80px 20px;
    }
}

.about-m img {
    object-fit: cover;
    background-size: cover;
}

.about-title {
    font-size: 19px;
    color: #8dc63f;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .about-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.about-text {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    padding-right: 0px;
}

@media (min-width:992px) {
    .about-text {
        padding-right: 50px;
        line-height: 30px;
    }
}

@media (min-width:1400px) {
    .about-text {
        padding-right: 100px;
    }
}

.home-btn {
    margin-top: 20px;
}

@media (min-width:992px) {
    .home-btn {
        margin-top: 35px;
    }
}

.link-box {
    display: flex;
    align-items: center;
}

.link-box span {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #8dc63f;
    border-radius: 100px;
    background-color: #fff;
    margin-left: 20px;
    transition: all ease .4s;
}

.link-box span img {
    position: absolute;
    left: -15px;
    top: 9px;
    transition: all ease .4s;
}

.link-box i {
    font-style: normal;
    color: #8dc63f;
    font-size: 18px;
    margin-left: 10px;
    transition: all ease .4s;
}

.link-box:hover span img {
    left: 15px;
    transition: all ease .4s;
}

.link-box:hover i {
    margin-left: 30px;
    letter-spacing: 2px;
    transition: all ease .4s;
}

.home-about-right {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0px;
    padding: 0;
}

@media (min-width:992px) {
    .home-about-right {
        margin-left: -50px;
        justify-content: center;
        padding: 20px 0 30px 0;
    }
}

.home-about-box {
    position: relative;
    overflow: hidden;
}

.about-bj {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-top: 120px;
    z-index: -1;
}

.about-bj span:first-child {
    display: block;
    width: 100px;
    height: 100%;
    background-color: #eaf3de;
}

.about-bj span:last-child {
    display: none;
}

@media (min-width:768px) {
    .about-bj span:first-child {
        width: 250px;
    }
}

@media (min-width:992px) {
    .about-bj span:first-child {
        width: 350px;
    }

    .about-bj span:last-child {
        width: 150px;
        display: block;
        height: 40%;
        background-color: #fce3e4;
    }
}

@media (min-width:1200px) {
    .about-bj span:first-child {
        width: 400px;
    }

    .about-bj span:last-child {
        width: 200px;
    }
}

@media (min-width:1400px) {
    .about-bj span:first-child {
        width: 500px;
    }

    .about-bj span:last-child {
        width: 300px;
    }
}

/* service */
.home-service {
    background: url(../images/service-bj.png) no-repeat bottom;
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
    height: 100%;
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
}

@media (min-width:992px) {
    .home-service {
        padding-bottom: 60px;
    }
}

.home-service:before {
    content: '';
    width: 100%;
    height: 230px;
    background-color: #fff;
    position: absolute;
    z-index: -1;
}

.service-info {
    z-index: 9;
}

.service-video {
    height: 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

@media (min-width:992px) {
    .service-video {
        height: 540px;
    }
}

.service-bottom {
    margin-top: 40px;
}

@media (min-width:992px) {
    .service-bottom {
        margin-top: 70px;
    }
}

.service-style {
    overflow: hidden;
}

.service-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

@media (min-width:992px) {
    .service-top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: end;
    }
}

.service-top-l {
    width: 100%;
}

.service-title1 {
    font-size: 24px;
    color: #8dc63f;
    font-weight: normal;
    margin-top: 0px;
}

@media (min-width:768px) {
    .service-title1 {
        margin-top: 20px;
    }
}

.service-title2 {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    font-size: 24px;
    color: #222;
    letter-spacing: 5px;
    margin-bottom: 0px;
}

@media (min-width:768px) {
    .service-title2 {
        margin-bottom: 20px;
    }
}

.service-title2 b {
    color: #17a4de;
    font-size: 32px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 8px;
}

@media (min-width:992px) {
    .service-title2 {
        font-size: 30px;
    }

    .service-title2 b {
        font-size: 40px;
    }
}

@media (min-width:1200px) {
    .service-title2 {
        font-size: 35px;
    }

    .service-title2 b {
        font-size: 56px;
    }
}

@media (min-width:1400px) {
    .service-title2 {
        font-size: 40px;
        letter-spacing: 10px;
    }

    .service-title2 b {
        font-size: 65px;
        letter-spacing: 12px;
    }
}

@media (min-width:1600px) {
    .service-title2 {
        font-size: 48px;
    }

    .service-title2 b {
        font-size: 72px;
    }
}

.service-text {
    font-size: 15px;
    color: #555;
    line-height: 24px;
    padding-right: 20px;
}

@media (min-width:992px) {
    .service-text {
        font-size: 16px;
        padding-right: 50px;
        line-height: 30px;
    }
}

.service-product {
    display: block;
    margin-top: 20px;
    width: 110px;
}

@media (min-width:768px) {
    .service-product {
        display: block;
        margin-top: 50px;
        width: 148px;
    }
}

/* @media (min-width:758px) {
    .service-product{
        display: block;
        margin-top: 50px;
        width: 148px;
    }
} */

.service-img {
    display: block;
    border: 2px solid #8dc63f;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.swiper-right {
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
    height: auto;
}

@media (min-width:768px) {
    .swiper-right {
        height: 550px;
    }
}

@media (min-width:992px) {
    .swiper-right {
        padding-left: 20px;
        margin-top: 0;
    }
}

@media (min-width:1200px) {
    .swiper-right {
        padding-left: 30px;
    }
}

@media (min-width:1400px) {
    .swiper-right {
        padding-left: 60px;
    }
}

@media (min-width:1600px) {
    .swiper-right {
        padding-left: 100px;
    }
}

.swiper-service {
    position: relative;
    overflow: hidden;
    height: 550px;
    padding: 0 40px 0 20px;
}

.swiper-service .swiper-slide {
    opacity: .4;
}

.service-list {
    min-width: 300px;
    height: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 20px rgba(23, 164, 222, 0);
}

@media (min-width:768px) {
    .service-list {
        padding: 20px 30px;
    }
}

@media (min-width:992px) {
    .service-list {
        padding: 30px 40px;
    }
}

.service-li-img {
    box-shadow: 0 0 20px rgba(23, 164, 222, .1);
    border-radius: 100px;
    /* width: 30%; */
}

.service-li-img img {
    width: 86px;
    height: 86px;
    background-size: cover;
    object-fit: cover;
}

@media (min-width:768px) {
    .service-li-img img {
        width: auto;
        height: auto;
    }
}

.service-li-info {
    width: 60%;
    margin-left: 20px;
}

@media (min-width:768px) {
    .service-li-info {
        width: 75%;
    }
}

.service-li-info h5 {
    color: #222;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 6px;
}

.service-li-info p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

@media (min-width:992px) {
    .service-li-info {
        margin-left: 40px;
    }

    .service-li-info h5 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .service-li-info p {
        font-size: 17px;
    }
}

.swiper-service .swiper-slide-active {
    opacity: 1;
}

.swiper-service .swiper-slide-active .service-li-info h5 {
    color: #17a4de;
}

.swiper-service .swiper-slide-active .service-list {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(23, 164, 222, .2);
}

.swiper-service .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-service .swiper-pagination-bullet {
    background-color: #aaa;
    width: 6px;
    height: 6px;
    margin: 4px 0;
}

.swiper-service .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #17a4de;
}

.swiper-service1 {
    padding-bottom: 30px;
}

.swiper-service1 .swiper-slide {
    height: auto;
}

.swiper-service1 .swiper-slide-active {
    opacity: 1;
}

.swiper-service1 .swiper-slide-active .service-li-info h5 {
    color: #17a4de;
}

.swiper-service1 .swiper-slide-active .service-list {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(23, 164, 222, .2);
}

.swiper-service1 .swiper-pagination {
    bottom: 0;
}

.swiper-service1 .swiper-pagination-bullet {
    background-color: #aaa;
    width: 6px;
    height: 6px;
    margin: 4px 0;
}

.swiper-service1 .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #17a4de;
}

.service-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 35px;
    margin-bottom: 10px !important;
}

@media (min-width:768px) {
    .service-title {
        display: none;
    }
}

.service-title h3 {
    margin: 0;
}

.service-title span {
    display: none;
}

.web-box {
    display: none;
}

.mobile-box {
    display: block;
}

@media (min-width:768px) {
    .web-box {
        display: block;
    }

    .mobile-box {
        display: none;
    }
}

/* faq */
.home-faq {
    padding: 40px 0 !important;
}

@media (min-width:769px) {
    .home-faq {
        padding: 40px 0 20px 0 !important;
    }
}

.faq-accordion-item {
    border-radius: 0 !important;
    border: none;
    margin-bottom: 10px;
}

.faq-accordion-item button {
    border-radius: 0 !important;
    border-bottom: 1px solid #8dc63f;
    background-color: #f6fcee;
    font-size: 16px;
    color: #8dc63f;
    font-weight: bold;
    padding-left: 20px;
    display: flex;
}

@media (min-width:992px) {
    .faq-accordion-item button {
        font-size: 18px;
        padding-left: 40px;
    }
}

.faq-accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-accordion-item .accordion-collapse {
    border: none;
}

.faq-accordion-item .accordion-button::after {
    content: '';
    display: none;
}

.faq-accordion-item .accordion-button::before {
    content: '';
    background-image: url(../images/faq1.png);
    background-size: cover;
    object-fit: cover;
    width: 14px;
    height: 14px;
    margin-right: 20px;
}

.faq-accordion-item .accordion-button:not(.collapsed)::before {
    background-image: url(../images/faq2.png);
}

.faq-accordion-item .accordion-button:not(.collapsed) {
    background-color: #8dc63f;
    color: #fff;
}

.faq-accordion-item .accordion-body {
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
}

@media (min-width:992px) {
    .faq-accordion-item .accordion-body {
        font-size: 16px;
        padding: 30px 40px;
    }
}

.faq-btn {
    display: flex;
    justify-content: center;
}

/* partner */
.home-partner {
    padding: 30px 0;
    background-color: #fafafa;
}

@media (min-width:992px) {
    .home-partner {
        padding: 50px 0;
    }
}

.swiper-partner {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.swiper-partner .swiper-wrapper {
    height: 100px;
}

.swiper-partner .swiper-slide {
    padding: 2px 0;
}

.swiper-partner .swiper-pagination {
    bottom: -5px !important;
}

.swiper-partner .swiper-pagination-bullet {
    opacity: .6;
    background-color: #ccc;
}

.swiper-partner .swiper-pagination-bullet-active {
    background-color: #17a4de;
    opacity: 1;
}

.partner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.partner-img img {
    transform: scale(0.9);
    transition: all ease .4s;
}

.partner-img::before {
    content: '';
    width: 120px;
    height: 200px;
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    top: -40px;
    left: -300px;
    transform: rotate(25deg);
    transition: all ease .4s;
    z-index: 1;
}

.partner-img:hover::before {
    left: 300px;
    transition: all ease .4s;
}

.partner-img:hover img {
    transform: scale(1.0);
    transition: all ease .4s;
}


/* inner banner */
.inner-banner {
    width: 100%;
    height: 30vh;
    background-color: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:992px) {
    .inner-banner {
        height: 300px;
    }
}

.product-inn {
    background-image: url(../images/product-banner.png);
}

.banner-box {
    background-repeat: no-repeat;
    background-position: calc(100% - 40%);
}

@media (min-width:992px) {
    .banner-box {
        background-position: center;
    }
}

.banner-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-tit {
    font-size: 28px;
    color: #8dc63f;
    font-weight: bold;
}

@media (min-width:1024px) {
    .banner-tit {
        font-size: 38px;
    }
}

@media (min-width:1200px) {
    .banner-tit {
        font-size: 48px;
    }
}

.banner-bread {
    display: flex;
    align-items: center;
}

.fa-home {
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    color: #ccc;
}

.inner-box-con {
    padding: 40px 0;
}

@media (min-width:992px) {
    .inner-box-con {
        padding: 80px 0 120px;
    }
}

/* product start */

.product-box {
    background-color: #f7f9f8;
    background-image: url(../images/pro-bj.png);
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cols-style {
    margin-bottom: 24px;
}

.product-list {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.img-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.img-box img {
    transform: scale(1.05);
    transition: all ease .4s;
}

.links-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 249, 242, .7);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px;
    opacity: 0;
    transition: all ease .4s;
}

.product-head {
    font-size: 24px;
    color: #222;
}

@media (min-width:992px) {
    .product-head {
        font-size: 30px;
    }
}

@media (min-width:1200px) {
    .product-head {
        font-size: 36px;
    }
}

.product-price {
    display: flex;
    align-items: center;
}

.product-price span i {
    font-size: 14px;
    font-style: normal;
}

.price {
    font-size: 20px;
    color: #222;
}

@media (min-width:992px) {
    .product-price span i {
        font-size: 16px;
    }

    .price {
        font-size: 24px;
    }
}

.ori-price {
    position: relative;
    display: flex;
    align-items: center;
    opacity: .3;
}

.ori-price:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #222;
}

.dis-price {
    color: #ed1b23;
}

.shop-jr {
    position: relative;
    display: flex;
    align-items: center;
    color: #8dc63f;
    margin-top: 30px;
}

.shop-jr:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #8dc63f;
    transition: all ease .4s;
}

.shop-jr i {
    font-style: normal;
    margin-left: 10px;
    font-size: 18px;
}

.product-list:hover .links-box {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
}

.product-list:hover {
    box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
}

.product-list:hover .img-box img {
    transform: scale(1);
    transition: all ease .4s;
}

.shop-jr:hover:before {
    width: 0;
    transition: all ease .4s;
}

.p-right {
    padding-left: 0px;
    margin-top: 30px;
}

@media (min-width:992px) {
    .p-right {
        padding-left: 50px;
        margin-top: 5px;
    }
}

.catbox-right {
    width: 85%;
    color: #1A1A1A;
    margin-top: 20px;
}

.catbox-right .input-group-prepend a {
    background: #fff;
    cursor: pointer;
}

.catbox-right .input-group-append a {
    background: #fff;
    cursor: pointer;
}

.input-group-prepend {
    border-right: none;
    border: 1px solid #ddd;
}

.input-group-text {
    padding: 10px 20px;
    border: none;
    font-size: 16px;
}

.input-group-append {
    border-left: none;
    border: 1px solid #ddd;
}

.catbox-right .pro-form-control {
    border-left: none;
    border-right: none;
}

.title-li {
    font-size: 24px;
    color: #8dc63f;
}

@media (min-width:992px) {
    .title-li {
        font-size: 30px;
    }
}

@media (min-width:1200px) {
    .title-li {
        font-size: 36px;
    }
}

.price-li {
    font-size: 20px;
    color: #222;
    margin-top: 5px;
}

@media (min-width:992px) {
    .price-li {
        font-size: 24px;
    }
}

.introduce-li {
    margin-top: 25px;
    font-size: 16px;
    color: #222;
    line-height: 28px;
}

.introduce-li ul {
    margin: 10px 0 0 0;
    list-style-type: disc;
}

.introduce-li ul li {
    font-size: 14px;
    color: #666;
}

.options-li {
    margin-top: 20px;
}

.options-li span {
    font-size: 16px;
}

.options {
    margin-top: 10px;
}

.options .nav-item {
    margin-right: 15px;
}

.options .nav-link {
    border-radius: 0;
    border: 1px solid #ccc;
    color: #222;
}

.options .nav-link.active {
    background-color: #222;
    color: #fff;
}

.options-con span {
    color: #999999;
    font-size: 20px;
}

.options-con span:first-child {
    text-decoration: line-through;
}

.options-con span:last-child {
    color: #ed1b23;
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
}

.shop-li {
    padding: 0;
    margin-top: 20px;
}

.shop-li i {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    background-color: #17a4de;
    font-style: normal;
    font-weight: bold;
    z-index: 1;
}

.shop-li:hover i {
    background-color: #8dc63f;
    transition: all ease .8s;
}

.share {
    margin-top: 20px;
    display: flex;
    align-content: center;
    line-height: 30px;
}

.share-text {
    font-size: 16px;
    color: #222;
    margin-right: 10px;
}

.details {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details ul {
    margin-bottom: 0 !important;
}

.details-pills {
    margin: 0 auto;
}

.details-pills .nav-item {
    margin: 0 5px;
}

.details-pills .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    padding: 8px 16px;
    background-color: #eeeeee;
    color: #222;
    font-size: 16px;
}

@media (min-width:992px) {
    .details-pills .nav-link {
        width: 140px;
        padding: 12px 10px;
        font-size: 18px;
    }
}

.details-pills .nav-link.active {
    background-color: #8dc63f;
}

.details-tab {
    border: 2px solid #eee;
    padding: 20px 10px;
}

@media (min-width:992px) {
    .details-tab {
        padding: 30px 20px;
    }
}

.details-pane p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

@media (min-width:992px) {
    .details-pane p {
        font-size: 16px;
        line-height: 28px;
    }
}

.relevant {
    background-color: #fafafa;
    padding: 40px 0;
    margin-top: 30px;
    position: relative;
}

.relevant::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}

.relevant::after {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}

@media(min-width:992px) {
    .relevant {
        padding: 60px 0;
        margin-top: 80px;
    }
}

.relevant-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.relevant-swiper .page-box {
    bottom: -5px;
}

.relevant-swiper .page-box .swiper-pagination-bullet-active {
    background-color: #17a4de;
}

.back-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (min-width:992px) {
    .back-box {
        margin-top: 60px;
    }
}

.btn-back {
    background-color: #222;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    border-radius: 10px;
    transition: all .4s;
}

@media (min-width:992px) {
    .btn-back {
        padding: 10px 30px;
        font-size: 18px;
    }
}

.btn-back:hover {
    background-color: #17a4de;
    transition: all .4s;
}

.swiper-1,
.swiper-2 {
    position: relative;
    overflow: hidden;
}

.swiper-1 {
    /* border: 1px solid #eee; */
}

.swiper-1 .swiper-slide,
.swiper-2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-1 .swiper-slide {
    height: 400px;
    padding: 0px;
    border: 1px solid #eee;
    margin: 0 !important;
}

@media (min-width:768px) {
    .swiper-1 .swiper-slide {
        height: 100%;
        padding: 20px;
    }
}

.swiper-2 {
    margin-top: 10px;
}

.swiper-2 .swiper-slide {
    width: 100px;
    height: 100px;
    border: 2px solid #eee;
    padding: 15px;
}

.swiper-2 .swiper-slide-thumb-active {
    border-color: #8dc63f;
}

.big-img {
    position: relative;
}

@media (min-width:1200px) {
    .inner-pro-list .links-box {
        padding: 30px;
    }

    .inner-pro-head {
        font-size: 30px;
    }

    .inner-pro-price .price {
        font-size: 20px;
    }

    .inner-pro-shop {
        margin-top: 20px;
    }

    .inner-pro-shop i {
        font-size: 16px;
    }
}

.dec-inn {
    background-image: url(../images/dec-banner.png);
}

.text-con {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    animation: fadeUp 1s;
    -webkit-animation: fadeUp 1s;
}

@keyframes fadeUp {
    from {
        transform: translateY(40px);
    }

    to {
        transform: translatey(0px);
    }
}

@media (min-width:992px) {
    .text-con {
        font-size: 18px;
        line-height: 36px;
    }
}

.dec-t-text {
    margin-top: 15px;
}

.dec-classes {
    margin-top: 20px;
}

@media (min-width:992px) {
    .dec-classes {
        margin-top: 40px;
    }
}

.totle-con {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

@media (min-width:992px) {
    .totle-con {
        font-size: 24px;
    }
}

.dec-class-img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    margin-top: 10px;
}

@media (min-width:992px) {
    .dec-class-img {
        margin-bottom: 50px;
    }
}

.classes-img {
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.classes-img1 {
    margin-right: 40px;
}

.classes-img b {
    color: #222;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

@media (min-width:992px) {
    .classes-img b {
        font-size: 18px;
    }
}

.in-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-inn {
    background-image: url(../images/sale-banner.png);
    background-position: calc(100% - 77%);
}

.sale-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    .sale-item {
        flex-direction: row;
    }
}

.sale-map-box {
    height: 350px;
}

@media (min-width:768px) {
    .sale-map-box {
        height: 600px;
    }
}

.sale-map {
    width: 100%;
}

.sale-nav {
    position: relative;
    width: 100%;
    height: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0px;
}

@media (min-width:768px) {
    .sale-nav {
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: 10px;
        width: 40%;
        background-color: rgba(255, 255, 255, .8);
        padding: 10px 15px;
    }
}

@media (min-width:992px) {
    .sale-nav{
        width: 30%;
    }
}

.sale-nav .nav-link {
    padding: 8px 5px;
    background: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0 !important;
}

.sale-nav .nav-link.active {
    background-color: #eeeeee;
}

.sale-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
}

.sale-list span:first-child {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

@media (min-width:992px) {
    .sale-list span:first-child {
        width: 40px;
        height: 40px;
    }
}

.sale-list span:last-child {
    width: auto;
}

.sale-iner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sale-iner b {
    font-size: 14px;
    color: #222;
}

.sale-iner p {
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #222;
}

@media (min-width:992px) {
    .sale-iner b {
        font-size: 18px;
        margin-bottom:10px;
    }

    .sale-iner p {
        /*margin: 10px 0 0 0;*/
        font-size: 14px;
    }
}

@media (min-width:1400px) {
    .sale-iner b {
        font-size: 24px;
    }

    .sale-iner p {
        font-size: 16px;
    }
}

/* .sale-item:hover .sale-nav{
    left: 10px;
    transition: all ease .8s;
} */

.mobile-show {
    display: block;
}

.web-show {
    display: none;
}

@media (min-width:768px) {
    .mobile-show {
        display: none;
    }

    .web-show {
        display: block;
    }
}

.common-pad {
    padding: 40px 0;
}

@media (min-width:992px) {
    .common-pad {
        padding: 80px 0 120px;
    }
}

/* product end */

/* btn start */
.btn-primary {
    color: #fff;
    background-color: #8dc63f;
    border-color: #8dc63f;
    outline:0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #8dc63f;
}
.btn.btn-full {
    width: 100%;
}
/* btn end */

/* about start */

.inner-in {
    padding-bottom: 60px !important;
}

.about-inn {
    background-image: url(../images/about-banner.png);
}

.top-tit1 {
    font-size: 20px;
    color: #17a4de;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.top-tit2 {
    font-size: 28px !important;
}

@media (min-width:992px) {

    .top-tit1,
    .top-tit2 {
        font-size: 36px;
        margin-bottom: 60px;
    }
}

.awards-bot {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.awards-img {
    margin: 0 15px;
}

@media (min-width:992px) {
    .awards-img {
        margin: 0 30px;
    }
}

.enterprise {
    margin-top: 60px;
}

.enterprise-list {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all .4s;
}

.enter-img {
    position: relative;
    overflow: hidden;
}

.enter-img img {
    transition: all .4s;
}

.enter-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    transition: all .4s;
}

.enterprise-list:hover {
    border: 1px solid #8dc63f;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    transition: all .4s;
}

.enterprise-list:hover .enter-img img {
    transform: scale(1.1);
    transition: all .4s;
}

.enterprise-list:hover .enter-link {
    color: #8dc63f;
    transition: all .4s;
}

.inquiry {
    background-image: url(../images/inquiry.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 60px;
}

@media (min-width:992px) {
    .inquiry {
        padding: 60px 0 80px;
    }
}

.inquiry-in {
    padding: 0 0;
}

@media (min-width:768px) {
    .inquiry-in {
        padding: 0 100px;
    }
}

@media (min-width:992px) {
    .inquiry-in {
        padding: 0 150px;
    }
}

@media (min-width:1200px) {
    .inquiry-in {
        padding: 0 250px;
    }
}

.form-box {
    margin-bottom: 20px;
}

.form-box textarea,
.form-box input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;
}

.sub-re {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

@media (min-width:768px) {
    .sub-re {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.re-box {
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .re-box {
        margin-bottom: 0;
    }

}

.btn-submit {
    padding: 8px 36px;
    color: #fff !important;
    background-color: #8dc63f;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    transition: all .4s;
}

@media (min-width:768px) {
    .btn-submit {
        padding: 13px 40px;
    }
}

.btn-submit:hover {
    background-color: #17a4de;
    transition: all .4s;
}

.inner-in-top {
    margin-bottom: 40px;
}

.popup-body {
    /* display: none; */
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, .9);*/
    padding: 0 15px;
    z-index: 999;
}

.popup-box {
    padding: 50px 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.popup-con {
    height: 100%;
}

.popup-swiper {
    position: relative;
}

.popup-swiper .swiper-slide {
    width: auto;
    height: auto;
}

@media (min-width:992px) {
    .popup-swiper .swiper-slide {
        width: 450px;
        height: 450px;
    }
}

.popup-row {
    height: 0;
}

.layui-layer-shade {
    background-color: rgba(0, 0, 0, .8) !important;
}

.layui-layer-title {
    background-color: rgba(0, 0, 0, .9) !important;
    border-bottom: none !important;
    font-size: 0 !important;
}

.mfp-wrap {
    overflow: hidden !important;
}

.pagination {
    margin-top:50px;
    display: flex;
    justify-content: center;
}

.pagination ul {
    margin: 0;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    padding: 8px 14px;
    color: #222;
}

.pagination .page-link:hover {
    background-color: #168ABA;
    border-color: #168ABA;
    color: #fff;
}

.contact-inn {
    background-image: url(../images/contact-banner.png);
}

.con-con-box {
    margin-bottom: 0;
}

.con-con-box li {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.icon-con {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.con-li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.col-li-i {
    align-items: center !important;
}

.con-li span {
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

@media (min-width:992px) {
    .con-li span {
        font-size: 24px;
    }
}

.color-1 {
    color: #8dc63f !important;
}

.color-2 {
    color: #17a4de !important;
}

.con-li p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.padd {
    padding-left: 0;
}

@media (min-width:992px) {
    .padd {
        padding-left: 50px;
    }
}

.con-li b {
    white-space: nowrap;
    color: #222;
    font-size: 16px;
    margin-right: 15px;
}

.con-li i,
.con-li a {
    color: #555;
    font-size: 16px;
    font-style: normal;
}

.contact-map {
    padding-left: 0px;
    height: 350px;
}

@media (min-width:992px) {
    .contact-map {
        padding-left: 50px;
        height: 100%;
    }
}

/* about end */

/* service start*/

.service-inn {
    background-image: url(../images/service-banner.png);
}

/* service end*/








/*my*/

/*** min cart start ****/
#box-min-cart {
    position: absolute;
    right:0;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 9999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media(min-width:768px){
    #box-min-cart{position: fixed;top: 0;width: 350px;}
}
#box-min-cart ul li .table{padding: 0 10px !important;margin:10px 0;border-bottom:1px solid #ddd;}
#box-min-cart .table tr td a{color:#222;}
#box-min-cart .table tr td .model{margin: 5px auto;display: inline-block;}
#box-min-cart .table tr td .model span{color:#666;}
#box-min-cart .table tr td .price{color:#000;}
.min-cart-title {background-color: #8DC63F;font-size: 18px;text-align: left;padding:10px;margin:0;color:#fff;position: relative;}
.min-cart-close {color:#fff!important;position: absolute;right:10px;top:2px;}
#cart.active #box-min-cart {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color:#222;
}

.min-cart-totals{margin-left:0 !important;margin-right:0px !important;border-top:1px solid #ffb84c !important;}
.min-cart-backdrop {
    position: fixed;
    top:0;
    left:0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
}
@media(min-width: 320px) and (max-width: 767px){
    #box-min-cart{position: fixed;top:0;}
    .head-height{height:55px;}
    .foot-height{height:48px;}
}


#cart.active .min-cart-backdrop {
    visibility: visible;
    opacity: 1;
}


#box-min-cart .table>tbody>tr>td, #box-min-cart .table>tbody>tr>th, #box-min-cart .table>tfoot>tr>td, #box-min-cart .table>tfoot>tr>th, #box-min-cart .table>thead>tr>td, #box-min-cart .table>thead>tr>th {
    padding:2px 10px;
    border-top:0;
    background: transparent!important;
}
#box-min-cart .table-striped>tbody>tr {
    background: transparent!important;
}
#box-min-cart .img-thumbnail {padding:0 5px;border:none;border-radius: 0;}
#cart .min-cart-top-title a {color:#94c11f}
a {
    color: #252525;
}
/**** min cart end ****/


.about-in br { height:0!important; }




/* banner start */
.banner-img-2 { width:100%; }
.banner-container { position:relative; }
.path { width:100%; position:absolute!important; top:34%;; 
    background: linear-gradient(rgba(250, 252, 250, 0),rgba(250, 252, 250, 0));
}
.breadcrumb {
    background: linear-gradient(rgba(250, 252, 250, 0),rgba(250, 252, 250, 0));
    color:#ffffff;
    justify-content:center;
}
.breadcrumb a { color:#fff!important; font-size:15px; }
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "/";
}
.curr-title { text-align:center; color:#8dc63f; font-size:48px; font-weight:bold; text-transform:uppercase; }
@media(max-width:960px){
    .path { top:28%; }
    .curr-title { font-size:28px; }
    .breadcrumb { padding: 0.25rem 1rem; }
}
@media(max-width:760px){
    .path { top:28%; }
    .curr-title { font-size:20px; }
    .breadcrumb { padding: 0.25rem 1rem; }
    .banner-img-2 { width:auto; height:200px; }
}
@media(min-width:960px) and (max-width:1440px){
    .path { top:26%; }
    .curr-title { font-size:28px; }
}
.breadcrumb-item.active a { color:#cccccc!important; }
/* banner end */



.sub-menu li.active {
    background-color: #8dc63f;
}
.sub-menu li.active a { color:#fff!important; }

.page-item.active .page-link {
    background-color: #168ABA;
    border-color: #168ABA;
    color:#fff;
}

.text-right {
    text-align: right!important;
}

/*.form-control {
    padding: 1.375rem 0.75rem;
}*/


@media(max-width:768px){
    .search-box input { min-width:200px; }
}




.information-title { text-align:center; color:#8dc63f; font-size:30px; font-weight:bold; }
@media(max-width:960px){
    .information-title { font-size:28px; }
}
@media(max-width:760px){
    .information-title { font-size:20px; }
}
@media(min-width:960px) and (max-width:1440px){
    .information-title { font-size:28px; }
}





.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.sp-p p { margin-bottom:0; }

#payment-method-section img { max-height:20px;  }


