body {
	font-size: 1rem;
	letter-spacing: 1.8px;
	line-height: 40px
}

.explore .banner {
	background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .1)), url(../../images/bg/banner-2.jpg);
	background-size: cover
}

a {
	color: var(--color-primary)
}

a.block-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10
}

#data {
	background-image: url(../../images/bg/bg-dot.webp)
}

#data .subtitle {
	display: block;
	text-transform: uppercase;
	margin-top: 2rem;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: 2.2px;
	line-height: 2
}

.text-overlap-style-zpsi {
	position: absolute;
	left: -115px;
	top: 0;
	font-size: 190px;
	line-height: 255px;
	height: 100%;
	white-space: nowrap;
	text-align: center;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	width: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media (max-width:991px) {
	.theme-2 {
		padding-bottom: 0
	}
}

.theme-2 .map-header {
	padding-bottom: 10px;
	cursor: pointer;
	opacity: .4;
	transition: opacity .2s ease
}

.theme-2 .map-header.active {
	opacity: 1
}

.theme-2 .map-left {
	width: 334px
}

@media (max-width:991px) {
	.theme-2 .map-left {
		padding-top: 20px
	}
}

.theme-2 .map-right {
	width: calc(100% - 435px);
	padding-right: 50px
}

@media (max-width:991px) {
	.theme-2 .map-right {
		padding-right: 0
	}
}

.theme-2 .map-item-title {
	color: #fff;
	font-size: 1.4rem;
	height: 40px;
	width: 100%;
	align-items: center;
	background-color: #c5c5c5;
	display: flex
}

.theme-2 .map-item-title:before {
	content: "";
	width: 24px;
	height: 40px;
	background-image: url(../../images/map/list/block-before.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	background-color: #fff
}

.theme-2 .primary .map-item-title {
	background-color: var(--color-secondary)
}

.theme-2 .primary .map-item-title:before {
	background-image: url(../../images/map/list/a-block-li.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%
}

.theme-2 .secondary .map-item-title {
	background-color: var(--color-primary)
}

.theme-2 .secondary .map-item-title:before {
	background-image: url(../../images/map/list/b-block-li.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%
}

.theme-2 .third .map-item-title {
	background-color: #05a4ba
}

.theme-2 .third .map-item-title:before {
	background-image: url(../../images/map/list/c-block-li.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%
}

@media (max-width:991px) {
	.map-left, .map-right {
		width: 100% !important
	}
}

.map-item .h2 {
	padding-bottom: 13px
}

@media (max-width:767px) {
	.map-item .h2 {
		font-size: 2.4rem;
		padding-bottom: 0
	}
}

.map-item .h2 img {
	margin-right: 17px
}

@media (max-width:767px) {
	.map-item .h2 img {
		width: 42px;
		height: auto
	}
}

.info-list {
	font-size: 1.8rem;
	line-height: 144%;
	font-weight: 400;
	padding-bottom: 72px
}

@media (max-width:767px) {
	.info-list {
		font-size: 1.6rem;
		padding-top: 10px;
		padding-bottom: 20px
	}
}

.info-list .info-list-item {
	list-style: none;
	padding-bottom: 23px;
	flex-wrap: wrap;
	display: flex
}

.info-list .info-label {
	width: 150px;
	padding-right: 10px
}

@media (max-width:767px) {
	.info-list .info-label {
		width: 130px
	}
}

.info-list .info-text {
	width: calc(100% - 150px)
}

@media (max-width:767px) {
	.info-list .info-text {
		width: calc(100% - 130px)
	}
}

.toggle-list {
	padding-bottom: 20px
}

.toggle-list ul {
	list-style: none
}

.toggle-list .toggle-list-item {
	padding-bottom: 8px
}

.primary .toggle-list .info-label {
	color: var(--color-secondary);
	font-size: 1.4rem;
	line-height: 141%;
	width: 110px;
	padding-top: 4px;
	padding-right: 10px;
	align-items: center;
	display: flex
}

.toggle-list .info-label span {
	display: inline-block;
	width: calc(100% - 37px);
	vertical-align: top;
	font-weight: bolder;
	padding-left: 1.1rem;
	padding-top: .4rem
}

.toggle-list .info-label:before {
	content: attr(data-num);
	color: #fff;
	font-size: 1rem;
	text-align: center;
	line-height: 34px;
	width: 45px;
	height: 30px;
	margin-right: 12px;
	background-image: url(../../images/map/list/a-block1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	display: inline-block;
	letter-spacing: normal
}

.toggle-list p {
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 141%;
	padding-left: 7px;
	width: calc(100% - 20px);
	margin: 1rem
}

.primary .info-label {
	color: var(--color-secondary);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 100%
}

.primary .info-label:before {
	background-image: url(../../images/map/list/a-block1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover
}

.toggle-header {
	color: #fff;
	background: var(--color-secondary);
	padding-top: 0;
	padding-bottom: 0;
	height: 42px
}

.toggle-header.primary {
	background: var(--color-secondary)
}

.toggle-header.secondary {
	background: var(--color-primary)
}

.toggle-header.third {
	color: #212121;
	background: #05a4ba
}

a.toggle-item {
	text-decoration: none
}

.toggle-wrap {
	padding-top: 5px
}

.loading {
	z-index: 200;
	align-items: center;
	justify-content: center;
	display: flex
}

@-webkit-keyframes lds-ring {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes lds-ring {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.secondary .info-label {
	color: #289fa6
}

.secondary .info-label:before {
	background-image: url(../../images/map/list/b-block1.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover
}

.third .info-label {
	color: #212121
}

.third .info-label:before {
	background-image: url(../../images/map/list/c-block1.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover
}

.toggle-list .info-label {
	display: flex;
	align-items: center;
	width: 100%;
	padding-top: 4px;
	padding-right: 10px;
	font-size: 1.25rem;
	line-height: 141%
}

.toggle-list .info-text {
	width: calc(100% - 130px);
	padding-top: 6px;
	display: flex
}

#mapCollapse .c-title {
	width: 98%;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto 5px auto;
	color: #fff;
	padding: 10px 3px 10px 25px;
	border-radius: 5px;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
	transition: all .2s ease-in-out
}

#mapCollapse .c-title:hover {
	box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0;
	width: 100%;
	transition: all .2s ease-in-out
}

#mapCollapse .bga {
	background-color: #ec6c4d
}

#mapCollapse .bgb {
	background-color: #289fa6
}

#mapCollapse .bgc {
	background-color: #895440
}

#mapCollapse .c-wrap {
	padding-left: 15rem;
	padding-right: 15rem
}

@media (max-width:746px) {
	#mapCollapse .c-wrap {
		padding-left: 15px;
		padding-right: 15px
	}
}

#mapCollapse .info-wrap {
	display: flex;
	align-items: center;
	flex-wrap: nowrap
}

#mapCollapse .info-btn {
	padding: 15px 28px 15px;
	position: relative;
	z-index: 1;
	border-radius: 50px;
	font-size: 14px;
	border: 2px solid transparent;
	text-transform: uppercase;
	width: auto;
	font-family: Poppins, 'Noto Sans TC', 'Microsoft Jhenhei', sans-serif;
	font-weight: 500
}

#brandGrid .subtitle {
	font-family: Poppins, 'Noto Sans TC', 'Microsoft Jhenhei', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: 400
}

#brandGridTwo .subtitle {
	font-family: Poppins, 'Noto Sans TC', 'Microsoft Jhenhei', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: 400
}

.flex-wrap {
	margin-left: 1.5rem
}

.third .info-label {
	color: #895440
}

.c-name {
	color: #fff;
	font-size: 1.358rem;
	font-weight: 400;
	padding: 10px 0;
	letter-spacing: 2.8px;
	background-color: rgba(0, 0, 0, 0.3);
}

.middle-content {
	transition: .5s ease;
	opacity: 1;
	position: absolute;
	top: 83%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%
}

.blog-post-image:hover .middle-content {
	opacity: 0
}

.blog-post-image img {
	min-width: 349px;
}

@media (max-width:1000px) {
	.blog-post-image img {
		min-width: 420px;
	}

}

@media (max-width:600px) {
	.blog-post-image img {
		min-width: 510px;
	}

}

#companyModal .modal-header {
	border-bottom: none
}

#companyModal .container {
	padding: 2rem
}

#companyModal {
	color: #1e1f1f
}

#companyModal .m-banner {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden
}

@media (max-width:480px) {
	#companyModal .m-banner {
		height: 195px
	}
}

#companyModal .m-banner img {
	display: block;
	margin: 0 auto;
	border: 2px dashed #57c066;
	border-radius: 15px;
	padding: 10px;
}

#companyModal .m-c-title h4 {
	/* font-size: 1.75rem;
	font-weight: 500;
	line-height: 2.5;
	border-bottom: solid .5px #f1f1f1 */
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.5;
	background-color: #4bbc5a1f;
	padding-left: 20px;
	border-radius: 10px;
	text-align: center;
	color: #4cbc5b;
	letter-spacing: 1.5px;
	clear: both
}

#companyModal .m-about {
	padding-left: 10px
}

#companyModal .m-about h4 {
	margin-bottom: 1rem;
	font-size: 1.15rem;
	font-weight: 500;
	word-break: break-word;
	line-height: 1.95;
	letter-spacing: 2.2px
}

#companyModal .m-about p {
	font-size: 1rem;
	word-break: break-word;
	line-height: 1.95;
	font-weight: 400;
	letter-spacing: 2.2px;
	/* padding: 5px 75px 15px 0 */
}

#companyModal .m-info {
	padding-left: 10px
}

#companyModal .m-info div {
	font-size: 1rem;
	word-break: break-word;
	line-height: 1.95
}

#companyModal .m-info a {
	font-size: 1rem;
	word-break: break-word;
	line-height: 1.95
}

#companyModal .btn-close {
	display: block;
	float: right;
	margin-bottom: 10px;
}

#companyModal .modal-content {
	border-radius: 15px;
	border: none;
	box-shadow: rgb(17 17 26 / 5%) 0 4px 16px, rgb(17 17 26 / 5%) 0 8px 32px
}

.map-modal {
	display: none;
	width: 600px;
	max-width: 98%;
	padding-bottom: 25px;
	border-radius: 20px
}

.map-modal img {
	border-radius: 1.5rem
}

.map-modal h5 {
	position: relative;
	margin-bottom: 1rem;
	color: #2e5d8b;
	font-weight: 500;
	margin-top: 2rem;
	border-bottom: solid .5px #dddddd80
}

.map-modal p {
	margin-top: 0;
	margin-bottom: 1rem
}

#modal-content p {
	margin-bottom: 0
}

.blog-post .blog-post-image {
	max-height: 180px
}

.blog-post {
	box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.grid.grid-4col li {
	/* width: 100%; */
	list-style: none
}

.company-cover {
	width: 100%;
	min-height: 245px;
	object-fit: cover;
}

.owl-nav i {
	font-size: 1rem;
	color: #333
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background-color: rgb(241 241 241 / 90%);
	backdrop-filter: blur(2px);
	padding: 5px 20px !important;
	transition: all .3s ease-in;
	box-shadow: rgb(0 0 0 / 24%) 0 3px 8px !important
}

.owl-nav .owl-prev {
	position: absolute;
	left: -2%;
	top: 27%;

}

.owl-nav .owl-next {
	position: absolute;
	right: -2%;
	top: 27%;
}

.more-btn {
	margin-top: 2rem;
}

@media (max-width:600px) {
	.more-btn {
		margin-top: 7rem;
	}

	.flex-wrap {
		margin-left: 0
	}
}

.blog-post:hover .blog-post-image img {
	opacity: 1
}

li {
	list-style: none
}