::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	 height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 4px;
	border: 2px solid transparent;
}

::-webkit-scrollbar-track {
	background-color: transparent; 
}

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.title-1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.givePadding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.imgbox-5-5 .imgbox__inner {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.show-product {
	position: relative;
}
#footer .pinfooter {
	color: #fff !important;
	opacity: 0.6;
	font-size: 0.9em;
}
/* navbar */
.nav-link .nav-en {
	display: block;
	font-size: 12px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.nav-link .nav-ch {
	line-height: 1;
}
.header-logo {
	position: relative;
}
.header-slogan {
	position: absolute;
	left: 100%;
	font-size: 22px;
	color: #cd0e15;
	font-weight: 600;
	white-space: nowrap;
	font-family: 'Noto Serif TC', sans-serif;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s;
}
.sticky-header-active .header-slogan {
	font-size: 16px;
	left: 60px;
}
@media (max-width: 1281px) {
	.header-slogan {
		font-size: 20px;
		left: 86px;
	}
	.sticky-header-active .header-slogan {
		font-size: 17px;
		left: 56px;
	}
}
@media (max-width: 1025px) {
	.header-slogan {
		font-size: 16px;
		left: 66px;
	}
	.sticky-header-active .header-slogan {
		font-size: 14px;
		left: 60px;
	}
}
@media (max-width: 400px) {
	.header-slogan {
		font-size: 15px;
	}
	.sticky-header-active .header-slogan {
		font-size: 14px;
	}
}
@media (max-width: 321px) {
	.header-slogan {
		font-size: 12px;
		left: 42px;
	}
	.sticky-header-active .header-slogan {
		font-size: 11px;
		left: 42px;
	}
	.sticky-header-active #header .header-logo img {
		height: 52px !important;
	}
}
/* hamburger */
body.no-scroll {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body.no-scroll .hamburger-box::before {
	opacity: 1;
	visibility: visible;
}
.hamburger-box::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	pointer-events: none;
}
.hamburger-box {
	width: 50px;
	height: 50px;
	margin-left: 28px;
	position: relative;
	z-index: 99;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.2, 0.99);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;

	display: none;
}
.mobile-menu-outter {
	position: fixed;
	top: 0;
	right: 0;
	width: 48vw;
	height: calc(100% + 24px);
	background-color: #fdf9f4;
	transform: translateX(100%);
	padding-top: 80px;
	padding-bottom: 70px;
	box-shadow: -3px 0 56px -2px rgb(0 0 0 / 20%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	overflow-y: auto;
}
.mobile-menu-outter::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/home/texture.jpg');
	background-size: cover;
	background-position: right;
	opacity: 0.6;
	z-index: -1;
}
.mobile-menu-outter::-webkit-scrollbar:vertical {
	width: 4px;
}
.mobile-menu-outter::-webkit-scrollbar-thumb {
	background-color: rgba(228, 228, 228, 0.5);
	border-radius: 4px;
	border: 2px solid rgba(58, 58, 58, 0.5);
}
.mobile-menu-outter::-webkit-scrollbar-track {
	background-color: rgba(150, 150, 150, 0.1);
}
.mobile-menu-outter.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0%);
}
#hamburger {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 99;
	padding: 24px 10px;
}
#hamburger span {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #000;
	border-radius: 8px;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.2, 1);
}
#hamburger span::before,
#hamburger span::after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background: #000;
	border-radius: 8px;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.2, 1);
	transform-origin: center center;
}
#hamburger span::before {
	margin-top: -10px;
}
#hamburger span::after {
	margin-top: 10px;
}
#hamburger.active span::before {
	margin-top: 0;
	transform: rotate(45deg);
}
#hamburger.active span {
	background: transparent;
}
#hamburger.active span::after {
	margin-top: 0;
	transform: rotate(-45deg);
}
.mobile-menu-outter ul {
	list-style: none;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.menu-item.drop-item.active ul {
	display: block;
}
.mobile-menu-outter>ul {
	max-width: 100%;
	margin-right: 110px;
	margin-left: 20px;
}
.mobile-menu-outter a {
	display: block;
    font-size: 16px;
    padding: 12px 0;
    padding-left: 24px;
    padding-right: 15px;
    color: #000;
    font-weight: 600;
    border-top: 1px solid rgb(79 61 34 / 30%);
}
.mobile-menu-outter .menu-item:nth-child(1) a {
	border-top: 0;
}
.menu-item.drop-item ul {
	display: none;
	list-style: none;
	margin-right: 0;
}
.menu-item.drop-item.active ul {
	display: block;
}
.menu-item.drop-item>a {
	position: relative;
}
.menu-item.active >a {
	color: #bd230b;
}
.menu-item.drop-item ul a {
	padding: 6px 38px;
    padding-right: 0;
    color: #434343;
    font-weight: 500;
	border-top: 0;
}
.menu-item.drop-item ul a.active {
	color: #bd230b;
}
.menu-item.drop-item>a::after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%) rotate(0);
	color: #000;
	transition: all 0.5s;
}
.menu-item.drop-item.active>a::after {
	color: #bd230b;
}
.menu-item.drop-item>a.arrow-change::after {
	transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 992px) {
	.hamburger-box {
		display: block;
	}
}
@media (max-width: 430px) {
	.hamburger-box {
		margin-left: 10px;
	}
	.mobile-menu-outter {
		width: 65vw;
	}
	.mobile-menu-outter>ul {
		max-width: 100%;
		margin-right: 56px;
		margin-left: 0;
	}
}
@media (max-width: 321px) {
	.mobile-menu-outter {
		width: 78vw;
	}
}
/* deco */
.bg-beige {
	background-color: #fdf9f4 !important;
}
.about-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
}
.about-img .image {
	background-position: right;
	background-size: contain;
}
.about-logo {
	text-align: center;
}
.about-logo img {
	display: inline-block;
	width: 150px;
	height: 150px;
	image-rendering: -webkit-optimize-contrast;
}
.shop-link-section .about-logo img {
	width: 240px;
	height: auto;
	mix-blend-mode: multiply;
}
.shop-link-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}
.shop-link-img .image {
	background-position: top right;
	background-size: 800px;
}
.w-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/home/w1.jpg');
	background-size: cover;
	background-position: center;
}
.deco-bird {
	position: absolute;
	top: -80px;
	right: -60px;
	width: 570px;
	height: 300px;
}
.deco-bird::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/home/bird.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.deco-cloud {
	position: absolute;
	background-image: url('../img/home/cloud.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.1;
}
.deco-cloud.cloud1 {
	width: 80px;
	height: 80px;
	top: 14%;
	left: 20%;
}
.deco-cloud.cloud2 {
	width: 110px;
	height: 110px;
	top: 28%;
	left: 8%;
}
.deco-herb {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background-image: url(../img/faq/faq.png);
	background-size: contain;
	background-position: center;
	opacity: 0.12;
}
.deco-t1 {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	height: 100%;
}
.deco-t1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/home/mountain2.png');
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	opacity: 0.4;

}
.deco-t2 {
	position: absolute;
	top: 0;
	right: 0px;
	width: 70%;
	height: 50%;
	opacity: 0.3;
}
.deco-t2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/home/t2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-texture::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/home/texture.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	opacity: 0.5;
}
.deco-t3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/home/t3.png');

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
}
@media (max-width: 1025px) {
	.deco-bird {
		width: 420px;
		height: 190px;
	}
}
@media (max-width: 769px) {
	.w-bg::before {
		background-size: 980px;
		background-position: 26% -160%;
	}
}
@media (max-width: 430px) {
	.deco-bird {
		width: 360px;
		height: 130px;
		top: -44px;
	}
	.w-bg::before {
		background-position: 26% -30%;
	}
	.about-logo img {
		width: 90px;
		height: auto;
		transform: translateZ(0);
	}
	.shop-link-section .about-logo img {
		width: 160px;
	}
	.about-img {
		display: none;
	}
	.shop-link-img {
		display: none;
	}
	.deco-herb {
		height: 120px;
		opacity: 0.1;
	}
}
@media (max-width: 321px) {
	.about-logo img {
		width: 80px;
	}
	.shop-link-section .about-logo img {
		width: 110px;
	}
}
/* carousel */
.hero-imgbox .imgbox__inner {
	position: relative;
	width: 100%;
	padding-top: 50%;
}
.hero-carousel .owl-item {
	opacity: 0.5;
	transform: scale(0.9);
	transition: all 0.3s;
}
.hero-carousel .owl-item.active {
	opacity: 1;
	transform: scale(1);
}
.hero-carousel .owl-stage-outer {
	overflow: visible;
}

.product-carousel p {
	margin-bottom: 8px;
}
.product-carousel-intro {
	margin-bottom: 48px;
	font-style: italic;
	font-size: 17px;
}
.product-carousel .card-price {
	margin-top: 16px;
	margin-bottom: 0;
	letter-spacing: 0.4px;
	font-size: 15px;
}
.product-imgbox .imgbox__inner,
.product-detail-carousel .imgbox__inner {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.product-imgbox {
	display: block;
	margin: 0 6px;
}
.product-imgbox .imgbox {
	overflow: hidden;
	margin: 8px;
}
.quality-carousel .imgbox__inner {
	width: 100%;
	padding-top: calc(100% * 6 / 9);
}
.product-imgbox .card-body {
	padding: 0;
}
.product-list .product-imgbox .card-body {
	padding: 12px;
}
@media (max-width:430px) {
	.product-imgbox .text-box {
		height: 110px;
		padding: 6px;
	}
	.product-imgbox .imgbox.mb-3 {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 361px) {
	.product-imgbox {
		margin: 0 2px;
	}
}
@media (max-width: 361px) {
	.product-imgbox .imgbox {
		margin: 5px;
		margin-bottom: 2px !important;
	}
	.product-imgbox .text-box {
		padding-top: 0;
	}
}
/* page-header */
.page-top img {
	max-width: 100%;
}
/* heading */
.title.title-btn-box {
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px;
}
.title.title-btn-box .left-box {
	border-right: 1px solid ;
	padding-right: 24px;
	margin-right: 24px;
}
.title-bottom-border.title.title-btn-box .left-box {
	border-right: 0;
}
.title-bottom-border.title.title-btn-box {
	padding-bottom: 8px;
	border-bottom: 1px solid #cdcdcd;
}
.title.title-btn-box .right-box {
	border-left: 1px solid;
	padding-left: 24px;
	margin-left: 24px;
}

.title-btn-box h4 {
	line-height: 1.4;
}
.section-title {
	border-bottom: 1px solid #cdcdcd;
	padding-top: 8px;
	padding-bottom: 12px;
	border-left: 6px solid #c52f35;
	padding-left: 16px;
}
@media (max-width: 321px) {
	.title.title-btn-box .left-box {
		padding-right: 16px;
		margin-right: 16px;
	}
	
}
/* text */
.slogan-box {
	text-align: center;
	padding: 60px 0;
	box-shadow: 0 5px 26px -5px rgb(0 0 0 / 20%);
	z-index: 1;
}
.slogan-box h4 {
	max-width: 80%;
	display: inline-block;
	line-height: 34px;
	font-size: 20px;
}
@media (max-width: 430px) {
	.slogan-box h4 {
		max-width: 100%;
	}
}
/* btn */
.title-btn-box .btn {
	display: flex;
}
.btn {
	display: inline-block;
	align-items: center;
	line-height: 22px;
	margin-left: auto;
	font-size: 16px;
	/* border: 1px solid; */
}
.btn:hover {
	color: #919191;
}
.btn-with-icon {
	padding-right: 24px;
	padding-left: 16px;
}
.btn-with-icon .arrow-svg {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	line-height: 32px;
	margin-left: 8px;
}
.btn.btn-with-icon:hover {
	color: #5b999f;
}
.btn.btn-with-icon:hover .arrow-svg {
	fill: #5b999f;
}
.arrow-svg {
	transition: all 0.3s;
}
.custom-btn-style-1 {
	padding: 8px 24px;
}

.custom-border-radius {
	border-radius: 30px !important;
}
.custom-btn-style-1 .arrow-svg {
	display: inline-block;
	width: 20px;
	line-height: 32px;
	margin-left: 8px;
	fill: #fff;
}

.btn:hover i.custom-long-arrow-right,
.btn:hover .arrow-svg {
	transform: translateX(10px);

}
.btn.btn-border {
	border: 1px solid;
} 
.btn.btn-rounded {
	border-radius: 60px;
}
.btn.btn-short {
	padding-top: 4px;
	padding-bottom: 4px;
}
@media (max-width: 430px) {
	.custom-btn-style-1 {
		padding: 8px 16px;
	}
}

.product-thumb-info-image .imgbox__inner,
.thumb-gallery-wrapper .imgbox__inner{
	padding-top: 100%;
}
#platform{
	padding-bottom: 180px;
}
.nav-link img {
	width: 35px;
	height: 35px;
}
.intro-imgbox {
	width: 100%;
	height: 100%;
}
.intro-imgbox__inner {
	width: 100%;
	padding-top: 35%;
}
.intro-imgbox2__inner {
	width: 100%;
	padding-top: 40%;
}
.intro-imgbox3__inner {
	width: 100%;
	padding-top: 24%;
	opacity: 0.3;
}
.intro-imgbox__inner .image,
.intro-imgbox2__inner .image,
.intro-imgbox3__inner .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.shop-header-intro-bg {
	background-image: url('../img/products/header.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding: 16px 24px;
	position: relative;
	
}
.shop-header-intro-bg::after {
	content: "";
	background-color: #fff;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.vertical-imgbox {
	background-color: #f3e2c7;
	height: 100%;
	opacity: 0.6;
}
.vertical-imgbox .imgbox__inner {
	width: 100%;
	height: 800px;
	position: relative;
}
.intro-name {
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: center;
}
.intro-name img {
	display: inline-block;
	vertical-align: top;
	width: 350px;
}
.shop-header-intro {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.shop-header-intro-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	letter-spacing: 0.8px;
	width: 60%;
	margin-bottom: 0;
}
.shop-header-intro-icon {
	width: 90px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
	margin-left: 36px;
}
.intro {
	position: relative;
	font-size: 17px;
}
.contact-info-box {
	position: relative;
	margin-left: 52px;
}
.contact-border {
	border: 1px solid #dedede;
	width: 100%;
	height: 600px;
	
	background-image: url('../img/home/platform6.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.contact-border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.3;
}
.hf-logo {
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.company-name {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-left: 24px;
}
.company-goal {
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: center;
}
.company-info {
	margin-left: 32px;
}
.company-info p {
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 16px;
}
/*.hero-carousel{
	height: 100vh;
}*/
@media (max-width: 1025px){
	/*.hero-carousel {
		height: 60vh;
	}*/
	.big-text-group__text {
		font-size: 24px;
		margin-bottom: 8px;
		padding: 0 6px;
	}
	.product-carousel-intro {
		margin: 0px 48px;
		padding-bottom: 24px;
	}
	.deco1 {
		top: -180px;
		right: -380px;
	}
	.deco1 img {
		width: 75%;
	}
	.deco3 {
		top: 214px;
		right: -300px;
	}
	.deco3 img {
		width: 80%;
	}
	#platform li.important{
		width: 100%;
	}
	.deco2 {
		left: -130px;
	}
	.deco2 img{
		width: 80%;
	}
	.shop-header-intro-text {
		line-height: 30px;
	}
	
}
@media (max-width: 769px){
	.givePadding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.product-big-text-group {
		top: -72px;
		left: -22px;
	}
	.big-text-group__text {
		font-size: 28px;
	}
	.deco1 {
		right: -480px;
	}
	.deco1 img {
		width: 70%;
	}
	.deco2 {
		opacity: 0.2;
	}
	.deco3 {
		top: -36px;
		right: -410px;
		z-index: 2;
	}
	.deco3 img {
		width: 68%;
	}
	#platform {
		padding-bottom: 130px;
	}
	.platform-text {
		padding: 0 24px;
	}
	.contact-border {
		width: 100%;
		height: 240px;
	}
	.contact-info-box {
		margin-top: 32px;
		margin-left: 0;
	}
	.intro-imgbox3__inner {
		padding-top: 30%;
	}
	.shop-header-intro-text {
		width: 70%;
	}
}
@media (max-width: 430px) {
	.givePadding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.product-big-text-group {
		top: -99px;
		left: 18px;
	}
	.big-text-group__text {
		font-size: 22px;
	}
	.custom-svg-wrapper-cloud .cloud2 {
		top: 96px;
		left: 3%;
	}
	.custom-svg-wrapper-cloud .cloud3 {
		top: 80px;
		left: 75%;
	}
	.hint {
		padding-left: 16px;
		padding-right: 16px;
	}
	.product-carousel-intro {
		margin: 0 40px;
	}
	.deco1 {
		opacity: 0.2;
	}
	.deco2 {
		opacity: 0.1;
		left: -190px;
		top: -120px;
	}
	.deco2 img {
		width: 62%;
	}
	#platform {
		padding-top: 100px;
	}
	#platform .list {
		padding: 0 10px;
	}
	.feature-item {
		text-align: center;
	}
	.feature-item ul {
		display: inline-block;
		text-align: left;
	}
	.contact-wrapper {
		margin-top: 0;
	}
	.company-title-box {
		text-align: center;
	}
	.company-info {
		margin-left: 0;
	}
	.company-info p {
		padding-top: 10px;
	}
	.intro-imgbox3__inner {
		padding-top: 62%;
	}
	.shop-header-intro {
		text-align: center;
	}
	.shop-header-intro-icon {
		width: 50px;
		margin-left: 0;
		margin-right: 0;
	}
	.shop-header-intro-text {
		width: 100%;
		padding: 8px;
	}
	.intro-name img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 400px) {
	.platform-text {
		line-height: 32px;
	}
	.product-carousel-intro {
		font-size: 16px;
		margin: 0 24px;
	}
	.hint {
		line-height: 20px;
	}
	.deco3 {
		top: -6px;
		right: -420px;
	}
	.deco3 img {
		width: 46%;
	}
	.shop-header-intro-text {
		width: 100%;
		font-size: 15px;
		line-height: 28px;
	}
	.big-text-group__text {
		line-height: 30px;
	}
}
@media (max-width: 361px) {
	.shop-header-intro-text {
		line-height: 24px;
	}
	.intro-imgbox3__inner {
		padding-top: 66%;
	}
	.intro .platform-text {
		padding: 0 8px;
		line-height: 36px;
	}
	
}
@media (max-width: 321px) {
	.platform-text {
		line-height: 30px;
	}
	.product-carousel-intro {
		font-size: 15px;
		margin: 0 12px;
	}
	.product-carousel{
		margin-top: 0;
	}
	.intro-imgbox3__inner {
		padding-top: 75%;
	}
	.big-text-group__text {
		font-size: 20px;
		margin-bottom: 6px;
		line-height: 28px;
	}
	.product-big-text-group {
		top: -102px;
		left: 6px;
	}
}
.product-imgbox .title {
	font-size: 17px;
	margin-bottom: 0;
	line-height: 24px;
	text-align: center;
	min-height: 48px;
}
.product-imgbox .subtitle {
	color: #f79f54;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 6px;
	min-height: 36px;
}
.product-imgbox .text-box {
	height: 114px;
	padding: 6px;
}
.product-list .product-imgbox .text-box {
	height: auto;
}
@media (max-width: 361px) {
	.product-imgbox .title {
		font-size: 16px;
		line-height: 22px;
	}
}
/* timeline */
.timeline {
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 80%;
}
.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
	line-height: inherit;
	margin-bottom: 18px;
	font-weight: 600;
}
.timeline p {
	padding-left: 10px;
}
.timeline-item {
	padding-left: 48px;
	position: relative;
	padding-bottom: 38px;
}

.timeline-item:last-child {
	padding-bottom: 0;
}
.timeline-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
}

.timeline-marker:before {
	background: #f13a3a;
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
	content: "";
	width: 2px;
	background: #CCD5DB;
	display: block;
	position: absolute;
	top: 24px;
	bottom: 0;
	left: 6px;
}
.timeline-title {
	position: relative;
	display: inline-block;
	color: #477a7a;
}
.timeline-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #f13a3a;
	transition: all 0.3s;
}
.timeline-item:not(.period):hover .timeline-marker:before {
	background: transparent;
	border: 3px solid #f13a3a;
}
.timeline-item:not(.period):hover .timeline-title {
	color: #f13a3a;
}
.timeline-item:not(.period):hover .timeline-title::after {
	width: 100%;
}
.timeline-content {
	padding-bottom: 40px;
	padding: 24px;
	background-color: #f7f7f7;
	border: 1px solid #E6E5E5;
	position: relative;
	border-radius: 0 16px 16px 16px;
	transition: all 0.3s;
	box-shadow: 0 3px 24px -2px rgba(0,0,0,0.1);
}

.timeline-content p:last-child {
	margin-bottom: 0;
}
.timeline-item:hover .timeline-content {
	background-color: #fbfbfb;
	border: 1px solid #eee;
	box-shadow: none;
}
@media (min-width: 768px) {

	.timeline-split .timeline,
	.timeline-centered .timeline {
		display: table;
	}

	.timeline-split .timeline-item,
	.timeline-centered .timeline-item {
		display: table-row;
		padding: 0;
	}

	.timeline-split .timeline-info,
	.timeline-centered .timeline-info,
	.timeline-split .timeline-marker,
	.timeline-centered .timeline-marker,
	.timeline-split .timeline-content,
	.timeline-centered .timeline-content,
	.timeline-split .period .timeline-info {
		display: table-cell;
		vertical-align: top;
	}

	.timeline-split .timeline-marker,
	.timeline-centered .timeline-marker {
		position: relative;
	}

	.timeline-split .timeline-content,
	.timeline-centered .timeline-content {
		padding-left: 30px;
	}

	.timeline-split .timeline-info,
	.timeline-centered .timeline-info {
		padding-right: 30px;
	}

	.timeline-split .period .timeline-title,
	.timeline-centered .period .timeline-title {
		position: relative;
		left: -45px;
	}
}
@media (max-width: 1025px) {
	.timeline {
		width: 100%;
	}
}
@media (max-width: 430px) {
	.vertical-imgbox {
		display: none;
	}
	.timeline {
		max-width: 90%;
		margin: 0 auto;
	}
	.timeline-content {
		padding: 18px;
	}
}
@media (max-width: 361px) {
	.timeline-item {
		padding-left: 30px;
	}
	.timeline-content {
		padding: 16px;
	}
}
.product-sidebar {
	background-color: #fbfbfb;
	padding: 14px;
	height: 100%;
	margin-right: 16px;
}
.product-sidebar p {
	border-bottom: 1px solid #acacac;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.product-note {
	/* color: #f79f54;
	line-height: 22px;
	margin-bottom: 0; */
}
.product-ingredient {
	font-size: 15px;
	line-height: 22px;
}
.product-ingredient span {
	display: block;
	color: #acacac;
	padding-bottom: 6px;
}
.product-desc-box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.desc-content {
	padding: 0 16px;
	padding-bottom: 24px;
}
.desc-content img {
	max-width: 100%;
	margin: 6px 0;
}
.faq-wrapper .card-body {
	padding: 22px;
}
.faq-wrapper .card {
	box-shadow: 0 3px 22px -5px rgb(0 0 0 / 10%);
	margin-bottom: 12px;
}
@media (max-width: 430px) {
	.faq-wrapper .card-body p {
		line-height: 28px;
	}
}
/* contact */
.map-img {
	max-width: 100%;
}
/* .contact-section .contact-text-box {
	height: 80%;
	padding-left: 60px;
	padding-right: 80px;
	display: flex;
	align-items: center;
	background-color: #fdf9f4;
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: -3px 0 35px -15px rgb(96 66 34 / 35%);
} */
	
.contact-section .contact-text-box {
	padding: 32px;
	padding-left: 60px;
	padding-right: 80px;
	display: flex;
	align-items: center;
	background-color: #746f68;
	height: 100%;
}
.contact-section .contact-text-box .box-inner {
	/* margin: 0 auto; */
	border-left: 1px solid #fff;
	padding-left: 32px;
}
.contact-section .contact-text-box p {
	color: #fff;
}
.contact-section .contact-text-box a {
	color: #fff;
}
.contact-text-box p {
	color: #666666;
	font-family: serif;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 18px;
}
.contact-text-box a {
	color: #000;
	font-size: 19px;
}
.contact-text-box a:hover {
	text-decoration: underline;
}
.contact-text-box a.btn {
	text-decoration: none;
	margin-top: 10px;
	color: #369191;
	font-size: 15px;
}
.contact-text-box a.btn:hover {
	color: #9bc4c4;
}
.iframe-wrapper iframe {
	max-width: 100%;
}
.testimonial.testimonial-style-2 h3 {
	line-height: 42px !important;
}
@media (max-width: 1025px) {
	.contact-section .contact-text-box {
		padding-left: 42px;
		padding-right: 48px;
		left: auto;
		right: 24px;
	}
}
@media (max-width: 992px) {
	.contact-section .contact-text-box {
		padding-left: 88px;
		padding-right: 48px;
		left: 0;
		right: 0;
		position: relative;
		width: 100%;
		height: 100%;
		box-shadow: none;
		padding-top: 32px;
		padding-bottom: 32px;
		top: 0;
		transform: none;
	}
}
@media (max-width: 430px) {
	.contact-text-box p {
		font-size: 17px;
		line-height: 28px;
	}
	.contact-text-box a {
		font-size: 18px;
	}
	.contact-section .contact-text-box {
		padding-left: 24px;
		padding-right: 24px;
	}
	.testimonial.testimonial-style-2 h3 {
		line-height: 30px !important;
	}
	.iframe-wrapper {
		position: relative;
		padding-bottom: 56.25%;
		/* 16:9 */
		height: 0;
	}
	.iframe-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.product-sidebar {
		display: none;
	}

	.desc-content {
		padding: 0;
		padding-bottom: 16px;
	}
}
.mobile-cate-select {
	display: none;
	margin-bottom: 24px;
}
.mobile-cate-select label {
	font-size: 16px;
	margin-bottom: 0;
}
@media (max-width: 430px) {
	.mobile-cate-select {
		display: block;
	}
}
.shop-link-section {
	position: relative;
}
.shop-link-section .imgbox__inner {
	width: 100%;
	padding-top: 40%;
	position: relative;
}
/* .shop-link-section .text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	text-align: center;
} */
.shop-link-section .logo-box {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 3px 32px -2px rgba(0,0,0,0.1);
}
.shop-link-section .logo-box .logo-blank-link {
	display: block;
	width: 100%;
	padding-top: 60%;
	position: relative;
	border: 1px solid rgb(221, 221, 221);
}
.shop-link-section .text-box {
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 40px;
	/* margin-left: -40px;
	margin-top: 68px; */
}

.intro-item {
	border: 1px solid rgb(226, 226, 226);
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.intro-item .imgbox {
	width: 50%;
}
.intro-item .imgbox .imgbox__inner {
	width: 100%;
	padding-top: 50%;
	position: relative;
}
.intro-item .right-box {
	width: 50%;
	padding: 16px 24px;
	padding-right: 32px;
	position: relative;
	z-index: 0;
}
.intro-item .right-box::before {
	content: "";
	position: absolute;
	top: 0;
	right: 90%;
	transform: skewX(-12deg);
	width: 100px;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}
.small-title {
	display: flex;
	justify-content: space-between;
	position: relative;
	color: #9e9e9e;
	font-size: 16px;
}
.small-title span {
	display: inline-block;
	padding: 0 6px;
	background-color: #fff;
	z-index: 0;
}
.small-title::before {
	content: "";
	position: absolute;
	top: 50%;
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	left: 0;
	height: 1px;
	background-color: #9e9e9e;
}
.intro-text-wrapper {
	font-size: 17px;
	line-height: 32px;
	color: #484848;
	position: relative;
}
.intro-text-wrapper::before {
	content: "";
	position: absolute;
	left: -32px;
	height: 100%;
	width: 1px;
	background-color: #000;
}
.partner-carousel .imgbox {
	padding: 10px;
}
.partner-carousel .imgbox__inner {
	width: 100%;
	padding-top: 60%;
	position: relative;
}
.partner-carousel .image {
	background-size: contain;
}
@media (max-width: 1025px) {
	.intro-item .imgbox {
		width: 44%;
	}
	.intro-item .right-box {
		width: 56%;
	}
	.intro-item .imgbox .imgbox__inner {
		padding-top: 70%;
	}
}
@media (max-width: 992px) {
	.intro-item .imgbox .imgbox__inner {
		width: 100%;
		padding-top: 100%;
		position: relative;
	}
	.intro-item .imgbox {
		width: 32%;
	}
	.intro-item .right-box {
		width: 68%;
		padding: 16px 24px;
	}
	.intro-item p {
		font-size: 16px;
		line-height: 24px;
	}
	.intro-item .right-box::before {
		right: 87%;
	}
	.shop-link-section .logo-box {
		margin-top: 32px;
	}
}
@media (max-width: 430px) {
	.intro-item {
		flex-direction: column;
	}
	.intro-item .imgbox {
		width: 100%;
	}
	.intro-item .right-box {
		width: 100%;
		padding: 16px 16px;
	}
	.intro-item .right-box::before {
		right: 0;
		transform: skewY(4deg);
		width: 100%;
		height: 80px;
		top: -24px;
	}
	.intro-item .imgbox .imgbox__inner {
		padding-top: 50%;
	}
	.intro-text-wrapper {
		font-size: 16px;
	}
}
.product-banner {
	margin-bottom: 16px;

}
.banner-inner {
	width: 100%;
	padding-top: 24%;
	position: relative;
}
.about-section {
	box-shadow: 0 3px 16px -1px rgba(0,0,0,0.1);
}
@media (max-width: 992px) {
	.product-intro-wrapper {
		padding: 0 16px;
	}
}
@media (max-width: 769px) {
	.product-intro-wrapper .title h4 {
		font-size: 2em !important;
	}
	.intro-text-wrapper::before {
		content: none;
	}
}
@media (max-width: 430px) {
	.intro-text-wrapper {
		line-height: 28px;
	}
	
}
.mobile-only {
	display: none;
}
@media (max-width: 1025px) {
	.mobile-only {
		display: block;
	}
}