.my-section-4 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.my-section-4 .swiper-container {
	width: 92%;
}

.footer-section {
	padding-top: 50px;
}

.my-section-2 {
	padding-bottom: 30px;
}

.hd-img-section .hd-title {
	color: #009730;
}

.com-title {
	position: relative;
	justify-content: center;
}

.com-title h3 {
	color: #009730;
}

.com-title img {
	padding-top: 60px;
}

.com-title .c-bg-1 {
	position: absolute;
	top: -90px;
	width: 300px;
	height: 200px;
	left: 38%;
}

.hd-img-section {
	background-image: url(/assets2/image/hd-big-bg-3.png);
}

.my-wrapper {
	margin-top: 50px;
}

.my-wrapper>p {
	color: #88654F;
	text-indent: 2em;
	font-size: 28px;
	line-height: 50px;
	font-family: PingFang HK, PingFang HK;
}

.hover-wrapper img {
	max-width: 100%;
	height: auto;
	border-radius: 30px;
}

.provide-pic-1,
.provide-pic-2 {
	display: block;
}

.provide-pic-7,
.provide-pic-8 {
	display: none;
}

.hover-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 80px;
	margin-top: 50px;
}

.hover-wrapper li {
	list-style: none;
}

.hover-item {
	position: relative;
}

.hover-item::after {
	width: 100%;
	height: 100%;
	border-radius: 28px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/assets2/image/provide-green-bg.png);
	background-size: cover;
	content: '';
	display: none;
	transition: all 0.3s ease-in-out;
}

.right-hover-blue::after {
	background-image: url(/assets2/image/provide-blue-bg.png);
}

.flow-content {
	position: absolute;
	color: #fff;
	font-size: 50px;
	bottom: 40px;
	left: 40px;
	font-weight: 600;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	/* transition: all 0.5s ease-in-out; */
	flex-direction: column;
	justify-content: center;
	padding: 0 76px;
}

.page-en-us .hover-overlay {
	padding: 0 24px;
	top: 24px;
}

.hover-overlay p {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease-in-out;
}

.hover-overlay ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease-in-out;
}

.hover-overlay ul li {
	font-size: 24px !important;
	color: #fff;
	list-style: disc;
	line-height: 36px !important;
	list-style: none;
}

.hover-overlay ul li::after{
	top: 10px !important;
}

.page-en-us .hover-overlay li,
.page-en-us .hover-overlay ul li {
	font-size: 24px !important;
	color: #fff;
	list-style: disc;
	line-height: 34px !important;
	list-style: none;
}

.hover-item:hover .hover-overlay p {
	opacity: 1;
	visibility: visible;
}

.hover-item:hover .hover-overlay ul {
	opacity: 1;
	visibility: visible;
}

.hover-item:hover .hover-overlay {
	opacity: 1;
	visibility: visible;
	display: flex;
	overflow: hidden;
}

.hover-item:hover::after {
	display: block;
}

.hover-item:hover .flow-content {
	display: none;
}


/* 協作模式-start */
.train-swiper .train-title {
	margin-bottom: 20px;
}

.train-swiper .swiper .swiper-slide a {
	display: block;
	position: relative;
}

.train-swiper .swiper .swiper-slide a>div {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.train-swiper .swiper .swiper-slide a>p {
	position: absolute;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	bottom: 30px;
	left: 30px;
}

.train-swiper .swiper .swiper-slide img {
	max-width: 100%;
	height: auto;
}

.train-swiper .swiper {
	margin-top: 10px;
	height: auto;
}

.train-swiper .swiper-wrapper {
	position: relative;
}

.left-white-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	z-index: 2;
	height: 100%;
	pointer-events: none;
}

.right-white-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.prev-1,
.prev-2 {
	background: url('/assets2/image/swiper-prev-btn-green.png') no-repeat center;
	background-size: cover;
	width: 60px;
	height: 60px;
	top: 45%;
	left: 2%;
	user-select: none;
}

.next-1,
.next-2 {
	background: url('/assets2/image/swiper-next-btn-green.png') no-repeat center;
	background-size: cover;
	width: 60px;
	height: 60px;
	top: 50%;
	right: 2%;
	user-select: none;
}

.my-wrapper-2>p {
	text-align: center;
}

.my-wrapper-2 {
	margin-bottom: 30px;
}

.hover-swiper-item {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.hover-swiper-item::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* background-image: url(/assets2/image/provide-swiper-bg.png);
    background-size: cover; */
	content: '';
	display: none;
	transition: all 0.3s ease-in-out;
}

/* 為每個slide添加不同的淺綠色背景 */
.hover-swiper-item-1::after {
	/* background-color: rgba(103, 211, 103, 0.8);   */
	background-color: rgba(108, 199, 108, 0.8);
}

.hover-swiper-item-2::after {
	background-color: rgba(119, 201, 119, 0.8);
}

.hover-swiper-item-3::after {
	background-color: rgba(52, 194, 123, 0.8);
}

.hover-swiper-item-4::after {
	background-color: rgba(46, 139, 87, 0.8);
}

.hover-swiper-item-5::after {
	background-color: rgba(107, 182, 107, 0.8);
}

.hover-swiper-item-6::after {
	background-color: rgba(139, 206, 73, 0.8);
}

.hover-swiper-item-7::after {
	background-color: rgba(73, 226, 132, 0.8);
}

.hover-swiper-item-8::after {
	background-color: rgba(108, 199, 108, 0.8);
}

.hover-swiper-item-9::after {
	background-color: rgba(119, 201, 119, 0.8);
}

.hover-swiper-item-10::after {
	background-color: rgba(52, 194, 123, 0.8);
}

.hover-swiper-item-11::after {
	background-color: rgba(46, 139, 87, 0.8);
}

.hover-swiper-item-12::after {
	background-color: rgba(107, 182, 107, 0.8);
}

.hover-swiper-item-13::after {
	background-color: rgba(139, 206, 73, 0.8);
}


.hover-swiper-item .flow-content {
	position: absolute;
	color: #fff;
	font-size: 40px;
	bottom: 40px;
	left: 40px;
	font-weight: 600;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.hover-swiper-overlay {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	/* height: 100%; */
	/* display: none;
    transition: all 0.3s ease-in-out; */
	opacity: 0;
	visibility: hidden;
	/* transition: all 0.5s ease-in-out; */
	padding: 0 16%;
	overflow-y: auto;
	max-height: 100%;
	transform: translateY(-50%);
}

.hover-swiper-overlay div {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	transition: all 0.7s ease-in-out;
}

.hover-swiper-overlay p {
	font-size: 25px;
	color: #fff;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease-in-out;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.page-en-us .hover-swiper-overlay p {
	font-size: 20px;
	line-height: 28px;
}

.hover-swiper-item:hover .hover-swiper-overlay {
	opacity: 1;
	visibility: visible;
}

.hover-swiper-item:hover .hover-swiper-overlay p {
	opacity: 1;
	visibility: visible;
}

.hover-swiper-item:hover .hover-swiper-overlay div {
	opacity: 1;	
	visibility: visible;
}

.page-en-us .hover-swiper-overlay div {
	font-size: 24px;
	line-height: 32px;
}

.hover-swiper-item:hover::after {
	display: block;
}

.hover-swiper-item:hover .flow-content {
	display: none;
}

.my-section-3,
.my-section-4 {
	padding-top: 30px;
}


/* 協作模式-end */


.bottom-container {
	margin-top: 70px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.bottom-container>p {
	color: rgba(255, 117, 56, 1);
	text-align: center;
	font-size: 38px;
	line-height: 30px;
	margin-bottom: 35px;
	font-weight: 600;
}

.btn-txt-box {
	background-color: rgba(0, 151, 48, 0.39);
	border-radius: 50px;
	padding: 15px 25px;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	gap: 20px;

	font-size: 35px;
	font-weight: 600;
	color: #fff;
}

.btn-txt-box img {
	max-width: 100%;
	height: auto;
}

.btn-txt-box>img {
	width: 250px;
}

.btn-txt-box>div {
	background-color: rgba(0, 151, 48, 1);
	border-radius: 30px;
	padding: 10px 20px;
	animation: slideRight 1s ease-in-out infinite;
}

@keyframes slideRight {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

.btn-txt-box>div>img {
	width: 50px;
	transition: all 0.3s ease;
}

.accordion_caring-head {
	padding-right: 10%;
	padding: 0px 0 40px 0;
	padding-right: 10%;
	font-size: 22px;
	position: relative;
	cursor: pointer;
	font-weight: 700;
	color: var(--main-color);
}

.accordion_caring-head p {
	color: var(--main-color);
	font-weight: bold;
	font-size: 24px;
}

.accordion_caring-head::before,
.accordion_caring-head::after {
	content: '';
	position: absolute;
	top: 25%;
	box-sizing: border-box;
	background-color: #88654F;
	transition: all .3s;
}

.accordion_caring-head::before {
	right: 9px;
	width: 1px;
	height: 20px;
	margin-top: -10px;
}

.accordion_caring-head::after {
	right: 0;
	width: 20px;
	height: 1px;
	margin-top: -1px;
}

.accordion_caring-head.active::before {
	transform: rotate(90deg);
}

.accordion_caring-content {
	padding: 37px 0;
	display: none;
	color: var(--main-color);
	font-family: "Noto Sans HK", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: var(--main-color);
}

.accordion_caring-content_result {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 20px;
}

.caring_item_head {
	line-height: 64px !important;
	transition: all;
}

.accordion_caring-content_result {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px 20px;
}

.partner-container {
	margin-top: 80px;
}

.accordion_caring {
	padding: 40px 60px 0 60px;
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 4px 10px 3px rgba(136, 101.00000000000003, 79, 0.14901960784313725);
}

@media screen and (max-width:1280px) {
	.partner-container {
		margin-top: 60px;
	}

	.accordion_caring {
		padding: 40px 40px 0 40px;
	}
}

@media (min-width: 1080px) and (max-width: 1170px) {
	.page-en-us .hover-overlay p {
		font-size: 26px;
		margin-bottom: 4px;
	}

	.page-en-us .hover-overlay ul li {
		font-size: 26px !important;
		line-height: 36px !important;
	}
}

@media (min-width: 936px) and (max-width: 1080px) {
	.page-en-us .hover-overlay p {
		font-size: 28px;
		margin-bottom: 4px;
	}

	.page-en-us .hover-overlay ul li {
		font-size: 26px !important;
		line-height: 32px !important;
	}
}

@media (min-width: 840px) and (max-width: 936px) {
	.page-en-us .hover-overlay p {
		font-size: 26px;
		margin-bottom: 4px;
	}

	.page-en-us .hover-overlay ul li {
		font-size: 24px !important;
		line-height: 28px !important;
	}
}

@media (min-width: 767px) and (max-width: 840px) {
	.page-en-us .hover-overlay p {
		font-size: 22px;
		margin-bottom: 4px;
	}

	.page-en-us .hover-overlay ul li {
		font-size: 20px !important;
		line-height: 26px !important;
	}
}

@media only screen and (max-width: 767px) {
	.accordion_caring-head p {
		font-size: 18px;
		line-height: 54px !important;
	}

	.accordion_caring-content_result {
		font-size: 14px;
		grid-template-columns: auto;
		gap: 12px 54px;
	}

	.accordion_caring {
		padding: 25px 25px 0 25px;
	}

	.accordion_caring-head {
		padding-bottom: 25px;
	}

	.accordion_caring-head::before,
	.accordion_caring-head::after {
		top: 34%
	}
}