body {
	font-size: 1rem;
	letter-spacing: 2.5px
}

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

.ad-resource .banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
	background-size: cover;
}

.rule {
	margin-top: 8rem;
}

.rule:nth-child(1) {
	margin-top: 0
}

.resource-content .row {
	margin-bottom: 2rem
}

.rule:nth-child(2) .rent-image {
	width: 100%;
	display: block;
	margin: 0 auto;
}

@media (max-width:748px) {
	.rule:nth-child(2) .rent-image {
		width: 100%;
		padding: 0
	}
}

.rent-image {
	margin-top: 0;
	margin-bottom: 2rem;
	padding-left: 7rem
}

.rent-content {
	margin-top: 5rem
}

.rule:nth-child(2) .rent-content {
	margin-top: 20px
}

@media (max-width:748px) {
	.rule:nth-child(2) .rent-content {
		margin-top: 0
	}

	.rent-image {
		margin-bottom: 0;
		padding-left: 1rem;
	}
}

.rent-content li {
	list-style: decimal;
	line-height: 2.5rem
}

.rent-btn-block {
	margin-top: 3rem
}

.rent-btn-block a:hover {
	color: #fff
}

.rent-btn {
	width: 20%;
	display: block;
	margin: 0 auto;
	align-items: center;
	background: linear-gradient(90deg, #EE5340 0%, #ED7F43 100%);
	border: 2px solid #ED7F43;
	border-radius: 8px;
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	height: 48px;
	justify-content: center;
	line-height: 24px;
	max-width: 100%;
	padding: 0 45px;
	position: relative;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	letter-spacing: 2px
}

@media (max-width: 576px) {
	.rent-btn {
		font-size: 14px;
		letter-spacing: 1px;
		padding: 0 10px;
	}
}

.btn-lg {
	width: 33%
}

.rent-btn:after {
	background-color: transparent;
	border: 1px solid #EE5340;
	border-radius: 8px;
	content: "";
	display: block;
	height: 47px;
	left: 0;
	width: 100%;
	position: absolute;
	top: -2px;
	transform: translate(8px, 8px);
	transition: transform .2s ease-out;
	z-index: -1
}

.rent-btn:hover:after {
	transform: translate(0, 0)
}

.rent-btn:active {
	background: linear-gradient(90deg, #EE5340 0%, #ED7F43 100%);
	opacity: .9;
	outline: 0
}

.rent-btn:hover {
	outline: 0
}

@media (min-width: 768px) {
	.rent-btn {
		padding: 30px 40px
	}
}

.download-btn {
	display: block;
	margin: 0 auto;
	background-clip: padding-box;
	background: linear-gradient(90deg, #EE5340 0%, #ED7F43 100%);
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 1.025rem;
	line-height: 1.25;
	padding: calc(1.1rem - 1px) calc(2.7rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: 17%;
	letter-spacing: 3px;
	text-align: center
}

.download-btn:hover,
.download-btn:focus {
	background-color: #fb8332;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px
}

.download-btn:hover {
	transform: translateY(-1px)
}

.download-btn:active {
	background-color: #c85000;
	box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
	transform: translateY(0)
}

@media (max-width:1200px) {
	.download-btn {
		width: 20%
	}
}

@media (max-width:991px) {
	.download-btn {
		width: 35%
	}

	.rent-btn {
		width: 50%
	}
}

@media (max-width:526px) {
	.download-btn {
		width: 55%
	}

	.rent-btn {
		width: 75%
	}
}

.content-extra {
	margin-top: 3rem
}

.content-extra a {
	font-size: 1.25rem;
}

.content-extra p {
	margin: 0
}

.owl-prev, .owl-next {
	position: absolute;
	height: 100px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.owl-prev {
	left: -6%;
	top: 27%;
}

.owl-next {
	right: -6%;
	top: 27%;

}

.owl-prev i {
	font-size: 3rem;
	color: var(--color-secondary);
	background-color: rgba(255, 255, 255, 0.5);
	padding: 2.2rem 1.5rem 2.2rem 1.5rem;
	line-height: 0;
	border-radius: 1rem;
	backdrop-filter: blur(2px);
}

.owl-next i {
	font-size: 3rem;
	color: var(--color-secondary);
	background-color: rgba(255, 255, 255, 0.5);
	padding: 2.2rem 1.5rem 2.2rem 1.5rem;
	line-height: 0;
	border-radius: 1rem;
	backdrop-filter: blur(2px);
}

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

.content .text {
	text-align: center;
	font-size: 1.25rem;
}

.content .text a {
	color: #2da33d
}

.content .img {
	margin-bottom: 20px;
}

@media (max-width: 746px) {
	.content {
		margin-bottom: 30px;
	}

	.content .text {
		max-width: 280px
	}

	.content .img {
		margin-left: 40px;
	}
}

.title {
	padding-bottom: 20px;
}

.title .page-title {
	margin: 0;
}

.title .icon {
	cursor: pointer;
	padding-left: 20px
}

.title .icon i {
	color: #ee5840;
	font-size: 1.25rem;
}

/* ----0925--- */
.breadcrumb ul li:last-child {
	background-color: #f7f7f7;
	padding: 8px 20px;
	border-radius: 50px;
}

.portfolio-classic .portfolio-box:hover .portfolio-image img, .portfolio-overlay .portfolio-box:hover .portfolio-image img {
	opacity: 0.8;
}

.alt-font {
	font-size: 1.2rem;
	font-weight: 600;
	font-family: 'Poppins', 'Noto Sans TC', 'Microsoft JhenHei', 'Arial', sans-serif;
}

.text-medium {
	font-size: 0.9rem;
	color: #757575;
}

.portfolio-caption {
	padding: 10px 10px;
}

.grid-container {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	padding: 0;
	list-style: none;
}

.grid-item {
	flex: 0 0 calc(33.333% - 30px);
	margin: 15px;
	display: flex;
}

.portfolio-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.portfolio-image img {
	width: 100%;
	height: auto;
	display: block;
}

.portfolio-caption {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: white;
	border-radius: 0 0 14px 14px;
}

.text-extra-dark-gray {
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	.grid-item {
		flex: 0 0 calc(50% - 30px);
	}
}

@media (max-width: 576px) {
	.grid-item {
		flex: 0 0 calc(100% - 30px);
	}
}

.breadcrumb-container {
	border-bottom: 0px !important;
}

.portfolio-image {
	height: 300px;
	width: 100%;
	border-radius: 14px 14px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.portfolio-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.portfolio-box {
	transition: all 0.3s ease-in-out;
}

.portfolio-box:hover {
	transform: translateY(-6px);
}

.resource-content {
	padding: 130px 0 0 0 !important;
}

ul.team-list li a:hover, ul.team-list li a.active {
	color: var(--color-primary) !important
}

@media (width<=992px) {
	.portfolio-image {
		height: 260px;
	}
}

@media (width<=768px) {
	.portfolio-image {
		height: 210px;
	}
}

@media (width<=576px) {
	.portfolio-image {
		height: 320px;
	}
}

@media (width<=460px) {
	.portfolio-image {
		height: 280px;
	}
}