/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */


/*john 2020-3-9 add*/

@font-face {
	font-family: 'CircularStd Bold';
	src: url('../Fonts/CircularStd-Bold.otf');
	font-family: 'CircularStd BoldItalic';
	src: url('../Fonts/CircularStd-BoldItalic.otf');
	font-family: 'CircularStd Book';
	src: url('../Fonts/CircularStd-Book.otf');
	font-family: 'CircularStd BookItalic';
	src: url('../Fonts/CircularStd-BookItalic.otf');
}
@font-face {
	font-family: 'MHeiHK Bold';
	src: url('../Fonts/MHeiHK-Bold.otf');
	font-family: 'MHeiHK Light';
	src: url('../Fonts/MHeiHK-Light.otf');
	font-family: 'MHeiHK Medium';
	src: url('../Fonts/MHeiHK-Medium.otf');
	font-family: 'MHeiHK Xbold';
	src: url('../Fonts/MHeiHK-Xbold.otf');
}
@font-face {
	font-family: 'Raleway Bold';
	src: url('../Fonts/Raleway-Bold.ttf');
	font-family: 'Raleway Light';
	src: url('../Fonts/Raleway-Light.ttf');
	font-family: 'Raleway Medium';
	src: url('../Fonts/Raleway-Medium.ttf');
	font-family: 'Raleway Regular';
	src: url('../Fonts/Raleway-Regular.ttf');
}
@font-face {
	font-family: 'Microsoft JhengHei';
	src: url('../Fonts/Microsoft-JhengHei.ttf');
	font-family: 'Microsoft JhengHei Bold';
	src: url('../Fonts/Microsoft-JhengHei-Bold.ttf.ttf');
}
/*john 2020-3-9 end*/

body {
	background-color: #f9f2e8;
	/*font-family: 'Noto Sans SC';*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 1rem;
	line-height: 1.4;
	overflow-x: hidden;
}
a {
	color: #8e6854;
	-webkit-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}
a:hover {
	color: #dc946c;
	text-decoration: none;
}
h1, .h1 {
	font-size: 2.9rem;
}
h2, .h2 {
	font-size: 2rem;
}
h3, .h3 {
	font-size: 1.4rem;
}
h4, .h4 {
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: 700;
	color: #8d6552;
}
p {
	color: #000000;
}
.img-fluid {
	max-width: 100%;
}
.text-center {
	text-align: center;
}
.brd-top {
	border-top: 1px solid #f3dacb;
}
.site-page-banner {
	width: 100%;
	height: 170px;
	position: relative;
}
.site-page-banner .container {
	position: relative;
	height: 100%;
}
.site-page-banner h1 {
	position: absolute;
	width: 100%;
	padding: 7px 15px;
	left: 0;
	color: #ffffff;
	bottom: 0;
	margin: 0;
	z-index: 200;
}
.site-page-banner h1::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: -50%;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(235, 192, 168, 0);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235, 192, 168, 0)), color-stop(32%, rgba(235, 192, 168, 0.38)), color-stop(68%, rgba(235, 192, 168, 0.81)), color-stop(100%, rgba(235, 192, 168, 0)));
	background: -o-linear-gradient(left, rgba(235, 192, 168, 0) 0%, rgba(235, 192, 168, 0.38) 32%, rgba(235, 192, 168, 0.81) 68%, rgba(235, 192, 168, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(235, 192, 168, 0)), color-stop(32%, rgba(235, 192, 168, 0.38)), color-stop(68%, rgba(235, 192, 168, 0.81)), to(rgba(235, 192, 168, 0)));
	background: linear-gradient(to right, rgba(235, 192, 168, 0) 0%, rgba(235, 192, 168, 0.38) 32%, rgba(235, 192, 168, 0.81) 68%, rgba(235, 192, 168, 0) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebc0a8', endColorstr='#ebc0a8', GradientType=1);
}
#cases-banner {
	background: url('../images/news-banner.jpg') no-repeat center center;
}
#news-banner {
	background: url('../images/news-banner.jpg') no-repeat center center;
}
#partner-banner {
	background: url('../images/partners-banner.jpg') no-repeat center center;
}
#faq-banner {
	background: url('../images/faq-banner.jpg') no-repeat center center;
}
.site-page-banner.news_banner {
	background: url('../images/banner_news.jpg') no-repeat center center;
}
.site-page-banner.member_banner {
	background: url('../images/banner_member.jpg') no-repeat center center;
}
.site-page-banner.company_banner {
	background: url('../images/banner_company.jpg') no-repeat center center;
}
.site-page-banner.media_banner {
	background: url('../images/banner_media.jpg') no-repeat center center;
}
.site-page-banner.contact_banner {
	background: url('../images/banner_contact.jpg') no-repeat center center;
}
.site-page-banner.personel_plan_banner {
	background: url('../images/banner_personel_plan.jpg') no-repeat center center;
}
.site-page-banner.social_service_banner {
	background: url('../images/banner_soical_service.jpg') no-repeat center center;
}
.pagination {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pagination .page-link {
	display: block;
	line-height: 1;
	padding: 5px 9px;
	background-color: transparent;
	color: #000000;
	-webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	transition: background 300ms ease-in-out, color 300ms ease-in-out;
}
.pagination .page-link:hover {
	background-color: #dc946c;
	color: #ffffff;
}
.pagination .prev a, .pagination .next a {
	padding: 3px 9px;
	font-size: 1.2rem;
	color: #d1c4bc;
}
/*=======Header=======*/

.site-header {
	background-color: #ffffff;
}
.site-header .container {
	position: relative;
}
.top-bar {
	padding: 7px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
}
.top-bar a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	width: 35px;
	height: 35px;
	background-color: #e9b188;
	color: #ffffff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 14px;
	-webkit-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}
/* .top-bar a:hover {
    background-color: #bf7a49;
} */

.top-bar .whatsapp a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 0;
	width: auto;
	height: auto;
	background-color: #f9e3d5;
	color: #8c6551;
	padding: 5px 10px;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 1.4rem;
}
.site-logo a {
	display: inline-block;
	padding: 15px 0;
}
.site-main-nav {
	background-color: #ffffff;
}
.site-main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-main-nav a {
	display: block;
	position: relative;
	/*font-family: 'Noto Sans SC';*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #947161;
}
.site-main-nav .nav-link:hover {
	color: #dfa07e;
}
.site-main-nav .nav-submenu li a {
	background-color: #f9eddd;
	color: #8f6755;
	-webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	transition: background 300ms ease-in-out, color 300ms ease-in-out;
}
.site-main-nav .nav-submenu li a:hover {
	background-color: #ebb892;
	color: #f9eddd;
}
.site-main-nav .nav-ul .has-submenu {
	position: relative;
}
.menu-toggle {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: none;
	padding: 10px 15px;
	background-color: #8c6551;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin-left: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.menu-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	color: #ffffff;
	border: none;
	background-color: #bf7a49;
	font-size: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1000;
}
 @media screen and (min-width:1200px) {
}
 @media screen and (min-width:1024px) {
.menu-toggle, .menu-close {
	display: none;
}
.top-bar {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 1000;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.site-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.site-main-nav {
	padding-top: 50px;
	margin-left: auto;
}
.site-main-nav .top-bar {
	display: none;
}
.site-main-nav .nav-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.site-main-nav .nav-ul .nav-item {
	margin-left: 20px;
}
.site-header .nav-ul .nav-item:first-child {
	margin-left: 0;
}
.site-main-nav .nav-ul .nav-link {
	padding: 15px 0;
}
.site-main-nav .nav-ul .has-submenu>a::after, .site-main-nav .nav-ul .nav-submenu .has-submenu>a::after {
	content: "\f107";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.site-main-nav .nav-submenu {
	position: absolute;
	border-top: 5px solid #dc956e;
	top: 100%;
	left: 0;
	min-width: 200px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
	-o-transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
	transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out;
	z-index: 1000;
}
.site-main-nav .nav-submenu a {
	padding: 7px 10px;
}
.site-main-nav .nav-ul .has-submenu>a {
	position: relative;
	padding: 15px 20px 15px 0;
}
.site-main-nav .nav-submenu .nav-submenu {
	position: absolute;
	top: 0;
	left: 100%;
}
.site-main-nav .nav-submenu .has-submenu>a {
	padding: 7px 20px 7px 10px;
}
.site-main-nav .nav-ul .nav-submenu .has-submenu>a::after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	right: 5px;
}
.site-header .has-submenu:hover>.nav-submenu {
	opacity: 1;
	visibility: visible;
}
}
 @media screen and (max-width:1199px) {
}
 @media screen and (max-width:1023px) {
.page-wrap {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: left 610ms cubic-bezier(0, .8, .55, 1);
	-o-transition: left 610ms cubic-bezier(0, .8, .55, 1);
	transition: left 610ms cubic-bezier(0, .8, .55, 1);
}
.page-wrap.menu-active {
	left: 250px;
}
.top-bar {
	display: none;
}
.site-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.site-logo a {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 10px 20px 10px 0;
}
.site-main-nav {
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	overflow: auto;
	background-color: #ffffff;
	z-index: 10000;
	-webkit-box-shadow: 10px 0px 51px -26px rgba(0, 0, 0, 0.22);
	box-shadow: 10px 0px 51px -26px rgba(0, 0, 0, 0.22);
	-webkit-transition: all 610ms cubic-bezier(0, .8, .55, 1);
	-o-transition: all 610ms cubic-bezier(0, .8, .55, 1);
	transition: all 610ms cubic-bezier(0, .8, .55, 1);
}
.site-main-nav.menu-active {
	left: 0;
}
.site-main-nav .top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 15px 7px 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-main-nav .top-bar a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.site-main-nav .top-bar .whatsapp {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.site-main-nav .nav-ul .nav-item {
	border-bottom: 1px solid #eee;
}
.site-main-nav .nav-ul .nav-link {
	padding: 13px 15px;
}
.site-main-nav .nav-ul .has-submenu>a {
	padding: 13px 25px 13px 15px;
}
.site-main-nav .nav-submenu {
	display: none;
}
.site-main-nav .nav-submenu a {
	padding: 13px 22px;
	border-bottom: 1px solid #f1c5b1;
}
.site-main-nav .nav-submenu .has-submenu>a {
	padding: 13px 41px 13px 22px;
}
.site-main-nav .nav-ul .nav-submenu .has-submenu>a::after {
	right: 10px;
}
.site-main-nav .nav-submenu .nav-submenu a {
	padding: 13px 28px;
}
.site-main-nav .has-submenu > .arrow {
	display: inline-block;
	position: absolute;
	color: #947161;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border-left: 1px solid #eee;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.site-main-nav .nav-submenu .has-submenu > .arrow {
	border-left: 1px solid #f1c5b1;
}
.site-main-nav .arrow.up .fas {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
}
 @media screen and (max-width:768px) {
.site-page-banner h1 {
	font-size: 1.9rem;
}
}
 @media screen and (max-width:576px) {
.site-page-banner h1 {
	font-size: 1.2rem;
}
.container { padding-left: 30px; padding-right: 30px; }
}
/*=======Homepage=========*/

.site-main-slider .slick-slide {
	background: url('../images/banner.jpg') no-repeat center center;
	background-size: cover;
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.site-main-slider .slide-cpt {
	width: 100%;
	max-width: 1140px;
	padding: 15px;
	margin: 0 auto;
}
.site-main-slider h1 {
	margin-bottom: 14px;
}
.site-main-slider .slick-slide p {
	display: none;
	color: #8d6552;
	max-width: 400px;
	font-weight: 700;
	font-size: 1.1rem;
	line-height: 1.8;
}
.site-main-slider .slick-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 33px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	background-color: #faf5f1;
	color: #f0d7c3;
	border: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.site-main-slider .prev {
	left: 5px;
}
.site-main-slider .next {
	right: 5px;
}
.site-main-slider .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 1140px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	z-index: 100;
}
.site-main-slider .slick-dots li {
	margin-right: 13px;
}
.site-main-slider .slick-dots button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	line-height: 1;
	padding: 0;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #ffffff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.site-main-slider .slick-dots button:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.site-main-slider .slick-active button {
	background-color: #a88b7d;
}
.hover-box {
	position: relative;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	margin-top: 30px;
}
.hover-box img {
	width: 100%;
	height: auto;
}
.hover-box .box-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.hover-box ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 30px 0 48px 30px;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(230, 175, 134, 0.8);
	-webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}
.hover-box:hover ul {
	opacity: 1;
	visibility: visible;
}
.hover-box ul li {
	display: block;
	position: relative;
	padding-left: 17px;
	color: #ffffff;
}
.hover-box ul li::before {
	content: "\f058";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.hover-box h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	/*font-family: 'Noto Sans SC';*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	padding: 15px;
	margin: 0;
}
.feed-box {
	padding: 15px 25px 15px 30px;
	background-color: #f6eadc;
}
.feed-box .feed-box-top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4ad8d;
	margin-bottom: 15px;
}
.feed-box .feed-box-top::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -5px;
	left: -15px;
	background-color: #f6eadc;
	border: 1px solid #e4ad8d;
	border-radius: 50%;
}
.feed-box .feed-box-top h2 {
	/*font-family: 'Noto Sans SC';*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 2rem;
}
.feed-box .feed-box-top i {
	color: #dc946e;
	margin-right: 10px;
}
.feed-box .feed-box-top a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: auto;
}
.feed-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.feed-item a {
	display: inline-block;
}
.feed-item .item-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	/* background-color: #000000; */
	overflow: hidden;
	margin-right: 15px;
}
.feed-item .item-thumb img {
	width: 100%;
	/*john 2020-3-17 delete height*/
    /*height: 95px;*/
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
	transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.feed-item .item-thumb:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.6;
}
.feed-item h3 {
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 1.17rem;
}
/*=====Partners=========*/

.sidebar-nav {
	background-color: #f6eadc;
	border-top: 5px solid #ebc9b0;
	margin-bottom: 30px;
}
.sidebar-nav>ul {
	padding: 15px 0 15px 22px;
	margin: 0;
	list-style: none;
}
.sidebar-nav>ul>li {
	position: relative;
	border-bottom: 1px solid #e2ae8c;
	margin-bottom: 14px;
}
.sidebar-nav>ul>li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: -5px;
	left: -13px;
	background-color: #f6eadc;
	border: 1px solid #e4ad8d;
	border-radius: 50%;
}
.sidebar-nav ul li a {
	display: block;
	position: relative;
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	font-size: 1.04rem;
	letter-spacing: 1px;
	padding: 10px 0 10px 15px;
	font-weight: 700;
}
.sidebar-nav .sub-list {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}
.sidebar-nav .sub-list li a {
	font-size: 0.98rem;
	padding: 6px 15px;
}
.sidebar-nav .parent-item.active {
	color: #dc946c;
}
.team-member {
	position: relative;
	overflow: hidden;
	border: 5px solid #f3deca;
	margin-bottom: 30px;
}
.team-member a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	margin-bottom: 30px;
}
.team-member img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.team-member:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.team-member .member-info {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	color: #ffffff;
	padding: 15px 15px 8px 15px;
	z-index: 100;
}
.team-member .member-info::before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(214, 160, 132, 0.8);
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: auto;
	-webkit-transform: translateX(-30px) skewX(25deg);
	-ms-transform: translateX(-30px) skewX(25deg);
	transform: translateX(-30px) skewX(25deg);
	z-index: -1;
}
.team-member h3 {
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 1rem;
	color: #ffffff;
}
.team-member span {
	display: block;
	font-size: 0.9rem;
}
.partner-single h2 {
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #8a6451;
	margin-bottom: 0;
}
.partner-single .reg {
	display: block;
	font-size: 1.2rem;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3dacb;
}
.partner-single h3 {
	font-size: 1.7rem;
	color: #e2aa89;
	margin-bottom: 12px;
}
/*======Case-page========*/

.case-item {
	position: relative;
	padding: 40px 30px;
	background-color: #f6eadc;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: 30px;
}
.case-item::before, .case-item::after {
	display: inline-block;
	position: absolute;
	color: #efbc9e;
	font-size: 23px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.case-item::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	top: 5px;
	left: 10px;
}
.case-item::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10e";
	bottom: 10px;
	right: 10px;
}
.case-item .item-top {
	position: relative;
	padding-left: 10px;
	border-bottom: 1px solid #e4ad8d;
	margin-bottom: 20px;
}
.case-item .item-top::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -5px;
	left: -15px;
	background-color: #f6eadc;
	border: 1px solid #e4ad8d;
	border-radius: 50%;
}
.case-item .item-thumb, .case-item h3 {
	margin-bottom: 20px;
}
.case-item h3 {
	font-size: 1.17rem;
}
.case-item .item-thumb a {
	display: block;
}
.case-item .item-thumb img {
	width: 100%;
}
.case-item .item-content {
	padding-left: 10px;
}
.case-single-wrap {
	padding: 15px;
	background-color: #f6eadc;
}
.case-single-top, .case-single-main {
	padding: 0 25px;
	/*john 2020-3-9 add */
	word-wrap: break-word;
	word-break: keep-all;
}
.case-single-top {
	position: relative;
	border-bottom: 1px solid #e4ad8d;
	margin-bottom: 20px;
}
.case-single-top::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -5px;
	left: -15px;
	background-color: #f6eadc;
	border: 1px solid #e4ad8d;
	border-radius: 50%;
}
.case-single-top .member-avatar {
	display: block;
	width: 150px;
	height: 150px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 20px auto;
}
.case-single-top .member-avatar img {
	width: 150px;
	height: 150px;
}
.case-single-top .member-info {
	margin-bottom: 20px;
}
.case-single-top .member-info h2 {
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #8c6351;
}
.case-single-main img {
	border: 5px solid #faf3f0;
	max-width: 100%;
}
/*========News=======*/

.news-categories {
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-categories li a {
	display: block;
	font-size: 1rem;
	margin: 0 10px 10px 0;
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 1;
	padding: 8px;
	min-width: 140px;
	text-align: center;
	border: 2px solid #dd956d;
	background-color: #ffffff;
	border-radius: 100px;
	-webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	transition: background 300ms ease-in-out, color 300ms ease-in-out;
}
.news-categories li a:hover, .news-categories .active a {
	background-color: #dd956d;
	color: #ffffff;
}
.category-dropdown {
	width: 100%;
	height: 42px;
	border: 1px solid #c6c1bb;
	padding: 8px 25px 8px 8px;
	color: #000000;
	margin-bottom: 20px;
}
.download-link {
	display: inline-block;
	line-height: 1;
	padding: 7px 10px;
	min-width: 130px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border: none;
	background-color: #dd956d;
	color: #ffffff;
	border-radius: 100px;
	text-transform: uppercase;
	-webkit-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}
.download-link:hover {
	background-color: #a75b31;
	color: #ffffff;
}
.media-news-nav .nav-item {
	position: relative;
	background-color: #f6eadc;
	padding: 21px 15px 35px 35px;
	margin-bottom: 10px;
	-webkit-transition: background 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}
.media-news-nav .nav-item::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 15px;
	left: 9px;
	background-color: #f6eadc;
	border: 1px solid #e4ad8d;
	border-radius: 50%;
}
.media-news-nav .nav-item::after {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 20px);
	height: 1px;
	top: auto;
	bottom: 20px;
	right: 0;
	background-color: #e4ad8d;
}
.media-news-nav .nav-item h4 {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 3px;
	color: #000000;
}
.media-news-nav .nav-item span {
	display: block;
	font-size: 0.9rem;
	margin-bottom: 3px;
	color: #da976d;
}
.media-news-nav .nav-item .arrow-right {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f9f2e8;
	position: absolute;
	right: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	-webkit-transition: border-color 300ms ease-in-out;
	-o-transition: border-color 300ms ease-in-out;
	transition: border-color 300ms ease-in-out;
}
.media-news-nav .nav-item:hover {
	background-color: #e6d4be;
}
.media-news-nav .nav-item:hover .arrow-right {
	border-left-color: #e6d4be;
}
.media-news-nav .nav-item.current {
	background-color: #e4af90;
}
.media-news-nav .nav-item.current .arrow-right {
	border-left-color: #e4af90;
}
.media-news-nav .nav-item.current h4, .media-news-nav .nav-item.current span {
	color: #ffffff;
}
.media-news-nav .nav-item.current::before {
	border-color: #ffffff;
	background-color: #e4af90;
}
.media-news-nav .nav-item.current::after {
	background-color: #ffffff;
}
/*=====FAQ======*/

.check-list {
	margin: 0;
	padding: 25px 0;
	list-style: none;
}
.check-listxx li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 19px;
}
.check-listxx li::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: #f7a983;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
}
.faq-item {
	margin-bottom: 20px;
}
.faq-item .faq-heading {
	background-color: #f1e4d3;
	padding: 10px 97px 10px 50px;
	position: relative;
	color: #8a6352;
	cursor: pointer;
}
.faq-item .faq-heading::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f059";
	color: #f7a983;
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 32px;
}
.faq-item .faq-heading .toggle-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	line-height: 1;
	background-color: #8a6352;
	color: #ffffff;
	padding: 7px 35px 7px 10px;
	margin-left: auto;
}
.faq-item .faq-heading .toggle-icon::after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	color: #8a6352;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
}
.faq-item .faq-heading.open .toggle-icon::after {
	content: "\f107";
}
.faq-item .faq-answer {
	display: none;
	padding: 20px 20px 0 45px;
}
/*=======Footer========*/

.site-footer {
	background-color: #dc946c;
	padding-top: 20px;
	color: #ffffff;
}
.site-footer .fas {
	margin-right: 10px;
}
.site-footer address {
	display: block;
	margin: 0 0 6px 0;
}
.site-footer .follow-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-footer .follow-us span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 15px;
	font-size: 1.5rem;
}
.site-footer .follow-us a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	width: 35px;
	height: 35px;
	/*john 2020-3-13 edit*/
    /*background-color: #f7ecdd;*/
	background-color: #f6ebde;
	color: #8a6352;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 14px;
	-webkit-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}
/* .site-footer .follow-us a:hover {
    background-color: #bf7a49;
    color: #ffffff;
} */

.site-footer .follow-us .whatsapp a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	background-color: #f7ecdd;
	color: #8c6351;
	padding: 5px 10px;
	border-radius: 0;
	margin-right: 0;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 1.1rem;
}
/* .site-footer .follow-us .whatsapp a:hover {
    background-color: #bf7a49;
    color: #ffffff;
} */

.socket {
	padding: 6px;
	line-height: 1;
	border-top: 1px solid #dfa07d;
}
.socket small {
	display: block;
	font-size: 12px;
}
 @media screen and (min-width:768px) {
.site-page-banner {
	height: 250px;
}
.site-page-banner h1 {
	font-size: 2.7rem;
}
.case-single-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.case-single-top .member-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
}
.case-single-top .member-info {
	padding-left: 25px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.media-news-nav {
	padding: 0 20px 0 0;
}
}
 @media screen and (min-width:576px) {
.case-item .item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.case-item .item-top .item-thumb, .case-item .item-top h3 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.case-item .item-top h3 {
	padding-left: 15px;
}
.case-single-wrap {
	padding: 30px;
}
/* .site-main-slider .slick-slide {
        height: calc(100vh - 250px);
    } */
	
.site-main-slider .slick-slide p {
	display: block;
}
}
 @media screen and (min-width:769px) {
.site-main-slider .slick-slide {
	height: calc(100vh - 250px);
}
}
 @media screen and (max-width:1230px) {
.site-main-slider h1 {
	padding-left: 50px;
	padding-right: 50px;
}
.site-main-slider .slick-slide p {
	padding-left: 50px;
	padding-right: 50px;
}
}
 @media screen and (max-width:768px) {
/* .site-main-slider .slick-slide {
        height: auto;
    }*/
.site-main-slider h1 {
	font-size: 2em;
	padding-left: 50px;
	padding-right: 50px;
	height: 1.5em;
	overflow: hidden;
}
.site-main-slider .slick-slide p {
	padding-left: 50px;
	padding-right: 50px;
	height: 3.2em;
	overflow: hidden;
	max-width: none;
}
.site-main-slider .slick-dots {
	bottom: 0;
}
}
 @media screen and (max-width:575px) {
.site-main-slider h1 {
	font-size: 1.5em;
}
.site-main-slider .slick-slide p {
	display: none;
}
}
/*webpagedesc 內容css*/

.content_detail .content_item {
	margin-bottom: 12px;
}
.content_detail .content_subtitle {
	font-size: 23px;
	color: #048ed6;
	font-weight: 700;
	margin-bottom: 16px;
}
.content_detail .content_img {
	font-size: 0;
	margin: 0 -8px;
	display: block;
}
.content_detail .content_img .col_1, .content_detail .content_img .col_2, .content_detail .content_img .col_4 {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 10px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.content_detail .content_img .col_1 img, .content_detail .content_img .col_2 img, .content_detail .content_img .col_4 img {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.content_detail .content_img .col_1 {
	width: 100%;
}
.content_detail .content_img .col_2 {
	width: 50%;
}
.content_detail .content_img .col_4 {
	width: 25%;
}
.content_detail .content_desc {
	line-height: 1.5em;
}
.content_detail .content_desc iframe {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.content_detail .content_desc img {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.content_detail .content_desc ul, .content_detail .content_desc ol {
	display: block;
	xmargin: 1em 0;
	xpadding-left: 40px;
	padding-left: 20px;
	margin: 0;
}
.content_detail .content_desc ul {
	list-style-type: disc;
}
.content_detail .content_desc ul ul {
	list-style-type: circle;
	margin-top: 10px;
}
.content_detail .content_desc ol {
	list-style-type: decimal;
}
.content_detail .content_desc li {
	padding-bottom: 6px;
}
.content_detail .content_download_file_list {
	display: table;
}
.content_detail .content_download_file_list .content_download_file_icon {
	display: table-cell;
	vertical-align: middle;
}
.content_detail .content_download_file_list .content_download_file {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.content_detail .content_download_file_list .content_download_file a {
	color: #048ed6;
}
.content_detail .content_download_file_list .content_download_file a:hover {
	color: #3256a0;
}
/*webpagedesc 內容結束css*/

.wrapPage .select_area {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 120px;
	vertical-align: top;
	background-color: #ffffff;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
.wrapPage .select_area:before {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #3256a0 transparent transparent transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrapPage .select_area select {
	width: 100%;
	height: 32px;
	padding-left: 10px;
	padding-right: 40px;
	background-color: transparent;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	position: relative;
	font-size: 13px;
	color: #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.wrapPage .multipage {
	clear: both;
}
.wrapPage .multipage a {
}
.wrapPage .multipage a.row, .wrapPage .multipage a.back, .wrapPage .multipage a.next {
	width: 26px;
	margin: 0 7px;
	background-color: #797979;
	color: #ffffff;
}
.wrapPage .multipage a:hover {
	background-color: #dd956d;
	color: #ffffff;
}
.wrapPage .multipage .select_area {
	display: none;
}
.wrapPage .multipage .active {
	background-color: #dd956d;
	color: #ffffff;
}
 @media screen and (max-width: 980px) {
/* desktop to ipad */
.wrapPage .multipage {
	text-align: center;
}
.wrapPage .multipage a {
	display: none;
}
.wrapPage .multipage .select_area {
	display: inline-block;
}
}
.case-item .item-content .alb-intro {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.btn-purple {
	display: inline-block;
	background-color: #8a6451;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 0.9rem;
	line-height: 1;
	color: #ffffff;
	font-weight: 600;
	padding: 12px 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	-webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
.text-right {
	text-align: right;
}
.container .case-single-wrap .case-single-main p {
	margin: 0;
}
footer .container .row a {
	color: #ffffff;
}
footer .container .row .follow-us a {
	color: #8a6352;
}
.panel-group .panerl-item .panel-content {
	display: none;
}
/*john 2020-3-17 add*/

.content_detail .panerl-item .panel-title h2 {
	margin-bottom: 15px;
	pointer-events: none;
}
.content_detail .panerl-item .panel-title h2::after {
	pointer-events: auto;
	content: '答案';
	position: absolute;
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	border: 3px dashed #8a6451;
	right: 0px;
	color: #8a6451;
}
.content_detail .panerl-item .panel-title h2:hover::after {
	color: #de4f4fde;
}
/******* New page Add 2024 *******/
.member-login-background-box {
	position: relative;
	overflow: hidden;
}
.member-login-background-box .member-login-icon-row {
	position: absolute;
	height: 100%;
	text-align: center;
	width: 100%;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	z-index: 6666;
}
.member-login-icon-row .member-login-text {
	margin-top: 18px;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
}
.member-login-bg {
	width: 100%;
	float: left;
	display: flex;
	background: #fff;
	align-items: center;
}
.member-login-form {
	float: left;
	width: 100%;
	padding: 0px 36px;
}
.member-login-form .member-login-title {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.member-login-form .member-login-title {
	margin-bottom: 51px;
	float: left;
	width: 100%;
	color: #876755;
	font-size: 36px;
	font-weight: bold;
	position: relative;
}
.member-login-form .member-login-form-row {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.member-login-form .member-login-form-row label {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #876755;
}
.member-login-form-row .member-login-input {
	width: 100%;
	height: 46px;
	background: #ededed;
	border-radius: 100px;
	border: none;
	outline: 0;
	padding: 0px 16px;
	border: solid 2px #ededed;
}
.member-login-form-row .member-login-input:hover, .member-login-form-row .member-login-input:focus {
	border: solid 2px #f7aa84;
}
.member-login-form .member-login-form-text {
	float: left;
	width: 100%;
	text-align: right;
	color: #666666;
	font-size: 18px;
}
.member-login-form .member-login-form-button {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 32px;
}
.member-login-form .member-login-form-button button {
	background: #f7aa84;
	padding: 9px 65px;
	border-radius: 100px;
	border: none;
	color: #fff;
	outline: 0;
	font-weight: bold;
	font-size: 19px;
}
.member-login-bg .col-md-7 {
	padding: 0px;
}
.member-login-background {
	position: relative;
}
.member-login-background:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	background-color: rgba(247, 170, 132, 0.3);
	left: 0px;
	z-index: 333;
}
.member-login-background img {
	width: 100%;
}
.member-login-form .member-login-title:after {
	content: "";
	width: 43px;
	height: 3px;
	background: #f7aa84;
	position: absolute;
	bottom: -9px;
	left: 0px;
}
.product-nutrition-catalog-section {
	padding-top: 6px;
	padding-bottom: 50px;
}
.product-nutrition-catalog-box {
	float: left;
	width: 100%;
	position: relative;
}
.product-nutrition-catalog-box .product-nutrition-catalog-name {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}
.product-nutrition-catalog-box .product-nutrition-catalog-name a {
	font-size: 38px;
	color: #876755;
	font-weight: bold;
	display: inline-block;
	padding: 11px 15px;
	text-decoration: none;
	width: 100%;
}
.product-nutrition-catalog-img {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	float: left;
	width: 100%;
}
/******** Category list ********/
.category-list-section {
	padding-top: 15px;
	padding-bottom: 12px;
}
.accordion-div {
	float: left;
	width: 100%;
}
.accordion-div .accordion-row {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}
.accordion-div .accordion-row .accordion-heading {
	background: #efd7c4;
	padding: 8px 15px;
	border-radius: 6px;
	text-align: center;
	color: #876755;
	font-weight: bold;
	font-size: 21px;
}
.accordion-div .accordion-row .accordion-heading span {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 100px;
	background: #e5b49c;
	line-height: 25px;
	color: #efd7c4;
	transform: rotate(-90deg);
}
.accordion-div .accordion-row .accordion-heading span.arrow-down {
	transform: rotate(1deg);
}
.accordion-div .accordion-row .accordion-heading .arrow-down i {
	font-weight: 600;
}
.guide_category_content {
	display: none;
}
/* div span {
	float: right;
	cursor: pointer;
} */
.accordion-row .accordion-category-list {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
}
.accordion-category-list .accordion-category-list-title {
	margin-bottom: 15px;
	font-size: 25px;
	position: relative;
	color: #876755;
	font-weight: bold;
	padding-left: 15px;
}
.accordion-category-list .accordion-category-list-title:before {
	content: "";
	height: 26px;
	width: 6px;
	background: #f7aa84;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 4px;
}
.accordion-category-list .accordion-category-list-box {
	float: left;
	width: 100%;
	padding: 0px 15px;
}
.accordion-category-list-ul {
	float: left;
	width: 100%;
}
.accordion-category-list-ul li {
	font-size: 17px;
	color: #876755;
	margin-bottom: 4px;
}
.accordion-category-list-box-s {
	float: left;
	width: 100%;
	border-bottom: solid 1px #f0d8c6;
	padding-bottom: 16px;
	margin-bottom: 12px;
}
/******** New-Member-Products-Section ********/
.new-member-products-section {
	padding-top: 7px;
	padding-bottom: 40px;
}
.new-member-products-menu {
	float: left;
	width: 100%;
}
i.far.fa-chevron-right.toggle-submenu {
	color: #000000;
	text-align: center;
	font-size: 9px;
	line-height: 21px;
	position: absolute;
	right: 6px;
	top: 10px;
	width: 24px;
	cursor: pointer;
	font-weight: bold;
}
.sidemenu li > a {
	font-size: 16px;
	line-height: 23px;
	color: #4f382a;
	display: flex;
	padding: 4px 19px;
	padding-right: 0px;
	font-weight: 600;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidemenu li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
}
.sidemenu li a.main-menu-title {
	background: #f3e1d3;
	border-radius: 100px;
	margin-bottom: 8px;
	padding: 9px 19px;
	font-weight: bold;
	font-size: 17px;
}
.sidemenu .submenu-side ul li a:before {
	content: ">";
	position: absolute;
	left: 4px;
	top: 1px;
	font-size: 16px;
	color: #4f382a;
}
.sidemenu .submenu-side {
	float: left;
	width: 100%;
	margin-bottom: 17px;
}
.new-member-products-menu ul.sidemenu {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.sidemenu li ul.sub-menu-to-sub-menu {
	float: left;
	width: 100%;
	padding-left: 2px;
}
.sidemenu li ul.sub-menu-to-sub-menu li a::before {
	display: none;
}
.sidemenu li ul.sub-menu-to-sub-menu li a {
	color: #bf4d16;
}
.products-breadcrumb-bar {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.products-breadcrumb-bar ul li {
	font-size: 32px;
	color: #876755;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}
.products-breadcrumb-bar ul li a {
	font-size: 23px;
	color: #4f382a;
	text-decoration: none;
}
.products-breadcrumb-bar ul li a:before {
	content: ">";
	margin: 0px 6px;
}
.products-pdf-list {
	float: left;
	width: 100%;
}
.products-pdf-list li {
	float: left;
	width: 100%;
	margin-bottom: 11px;
	list-style: none;
}
.products-pdf-list li a {
	display: inline-block;
	color: #bf4d16;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
}
.products-pdf-list li a:hover {
	color: #8b6451;
}
.products-pdf-list li a img {
	margin-right: 13px;
}
.site-page-banner.top-new-banner1 {
	background: url('../images/banner-new2.jpg') no-repeat center center;
}
.product-nutrition-catalog-section-title {
	margin-bottom: 60px;
	font-family: "Raleway Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #8a6451;
	text-align: center;
	position: relative;
}
.product-nutrition-catalog-section-title:after {
	content: "";
	width: 58px;
	height: 3px;
	background: #e6b69f;
	display: inline-block;
	position: absolute;
	bottom: -12px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
}
.sidemenu .submenu-side ul {
	padding: 0px;
}
.products-breadcrumb-bar ul {
	padding: 0px;
	margin: 0px;
}
.products-pdf-list ul {
	padding: 0px;
	margin: 0px;
}
.product-nutrition-catalog-img img {
	width: 100%;
}
.member-login-section {
	padding-top: 21px;
	padding-bottom: 29px;
}
.member-login-form .member-login-form-button button:hover {
	background: #8b6452;
}
.member-login-section .row.align-items-center {
	padding: 0px 15px;
}
.accordion-row .accordion-category-list p {
	font-size: 15px;
	line-height: 29px;
}
/*----------------------------------------*/
/*         Case-Details Page css
/*----------------------------------------*/
.related-cases .section-heading {
    font-size: 28px;
    font-weight: 600;
    color: #876755;
    line-height: 34px;
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: solid 2px #f7a883;
}
.article-details-info p {
    font-size: 17px;
    color: #000000;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 20px;
}
.article-details-img {
    padding-top: 27px;
    padding-bottom: 45px;
}
.article-details-img img {
    width: 100%;
}
.return-btn {
    padding-top: 15px;
}
.return-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    padding: 6px 22px;
    background: #876452;
    border-radius: 50px;
    letter-spacing: 2px;
}
.related-cases .heading-title {
    text-align: center;
    font-size: 28px;
    color: #70422f;
    margin-bottom: 32px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    border-bottom: solid 1px #e5b297;
    position: relative;
}
.related-cases .heading-title::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: -15px;
    background-color: #f6eadc;
    border: 1px solid #e4ad8d;
    border-radius: 50%;
}
.heading-title img {
    margin-right: 4px;
}
.article-box-wrapper {
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    background: #ffffff;
}
.article-box-img img {
    width: 100%;
}
.article-box-text-info {
    padding: 15px 17px 20px;
}
.article-box-text-info .article-box-text {
    font-size: 20px;
    color: #876755;
    font-weight: bold;
    line-height: 27px;
}
/*----------------------------------------*/
/*          listing Page css
/*----------------------------------------*/
.row-article-box-wrapper .article-box-wrapper {
    margin-bottom: 42px;
}
ul.pagination {
    text-align: center;
    width: 100%;
    display: inline-block;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #dc9570;
	color: #fff;
	border: solid 1px #dc9570;
}
ul.pagination li.page-item a:hover {
	background: #dc9570;
	color: #fff;
	border-color: #dc9570;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
    color: #000;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    padding: 0px;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
	background-color: #ffffff;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
.show-all-category {
    margin-bottom: 40px;
}
.show-all-category ul li {
    display: inline-block;
    margin-right: 10px;
}
.show-all-category ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding: 7px 40px;
    border: solid 2px #dc9570;
    border-radius: 50px;
    background: #ffffff;
}
.show-all-category ul li a.active, .show-all-category ul li a:hover {
    color: #ffffff;
    background: #dc9570;
}
.site-page-banner.listing_banner {
    background: url('../images/listing-banner.jpg') no-repeat center center;
} 
.show-all-category ul {
    padding: 0px;
}




/*----------------------------------------*/
/*          listing Page 3 css
/*----------------------------------------*/
.enhancement-details-wrapper {
    padding: 25px;
    background: #f4ebde;
    margin-bottom: 60px;
}
.enhancement-details-heading-info {
    display: flex;
    align-items: center;
    margin-bottom: 13px !important;
    padding-bottom: 15px;
    border-bottom: solid 1px #e4c2ab;
    padding-left: 18px;
    padding-right: 20px;
}
.enhancement-details-heading-img {
    width: 10%;
    border-radius: 50%;
    overflow: hidden;
    border: solid 3px #ffffff;
}
.enhancement-details-heading-img img {
    width: 100%;
}
.enhancement-details-heading-text {
    width: 90%;
    padding-left: 20px;
}
.enhancement-details-heading-text .enhancement-details-heading-title {
    font-size: 19px;
    font-weight: 500;
    color: #765240;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 4px;
}
.enhancement-details-heading-text p {
    font-size: 17px;
    color: #000000;
    text-align: justify;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0px;
}
.enhancement-details {
    padding: 0px 20px;
}
.enhancement-details p {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 12px;
}
.enhancement-details .enhancement-details-img {
    padding-top: 8px;
    width: 49%;
}
.enhancement-details img {
    border: solid 3px #f9f4f2;
    width: 100%;
}
.enhancement-details-wrapper .return-btn {
    text-align: right;
}
.angel-box-wrapper-row {
    padding-bottom: 25px;
}
.angel-box-wrapper {
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    background: #f8f2e9;
    padding: 10px 15px 26px;
    border-top: solid 6px #d29772;
}
.angel-box-img img {
    width: 100%;
}
.angel-box-text-info {
    padding: 12px 15px;
    position: relative;
}
.angel-box-text-info .angel-box-text {
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 29px;
}
.icon-img {
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: -7px;
}
.icon-img img {
    max-width: 30px;
}

.related-cases {
    margin-top: 44px;
}

.article-details-info .section-heading {
    font-size: 28px;
    font-weight: 600;
    color: #876755;
    line-height: 34px;
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: solid 2px #f7a883;
} 
ul.pagination li.page-item {
    margin: 0px 2px;
}



/******** Mobile Layout ********/
@media only screen and (max-width: 767px) {
.heading-r-div {
    padding: 0px 15px;
}
.angel-box-wrapper {
    margin-bottom: 32px;
}
.article-details-info p {
    font-size: 16px;
    line-height: 32px;
}
.article-details-img {
    padding-top: 0px;
    padding-bottom: 20px;
}
.article-details-info .section-heading br {
    display: none;
}
.article-details-info .section-heading {
    font-size: 20px;
    line-height: 34px;
}
.show-all-category ul li a {
    font-size: 16px;
    padding: 7px 13px;
    margin-bottom: 11px;
}
.show-all-category {
    margin-bottom: 16px;
}


	
	
.member-login-icon {
	max-width: 117px;
}
.new-member-products-menu {
	margin-bottom: 20px;
}
.new-member-products-section {
	padding-bottom: 0;
}
.product-nutrition-catalog-box {
	margin-bottom: 30px;
}
.product-nutrition-catalog-section {
	padding-top: 0px;
	padding-bottom: 0px;
}
.member-login-form {
	float: left;
	width: 100%;
	padding: 0px 6px;
	margin-top: 18px;
	padding-bottom: 32px;
}
.member-login-bg {
	display: inline-block;
}
.accordion-div {
	padding: 0px 15px;
}
.accordion-category-list-ul ul {
	padding: 0px 16px;
}
.accordion-div .accordion-row .accordion-heading {
	font-size: 20px;
}
.category-list-section {
	padding-top: 0;
	padding-bottom: 0;
}
}





/******** Tablet Layout ********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.show-all-category ul li a {
    font-size: 16px;
    padding: 7px 13px;
}		
.sidemenu li a.main-menu-title {
	border-radius: 0;
	padding: 9px 11px;
	font-size: 13px;
}
.new-member-products-section {
	padding-bottom: 7px;
}
.product-nutrition-catalog-section {
	padding-top: 0px;
	padding-bottom: 0px;
}
.member-login-form {
	padding: 0px 9px;
}
}






/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.show-all-category ul li a {
    font-size: 16px;
    padding: 7px 33px;
}



}












