/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&display=swap');
@font-face {font-family: "MElleHK";
    src: url("../fonts/MElleHK-Medium.ttf") format("truetype");
} */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
         url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
         url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
	/* overflow-x: hidden; */
}
html, body {
	font-family: "Calibri", "Heiti TC", sans-serif;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/* overflow-x: hidden; */
}
body {
	background-image: url("../images/bg-pattern.jpg");
	background-repeat: repeat;
}

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #5ea581;
}
::-webkit-scrollbar-track {
	background-color: #cbd8d1;
}

.container-fluid{
	/* overflow: hidden; */
}

/***************
Color
***************/
.color-white {
	color: white;
}
.color-green {
	color: #008442;
}
/* .color-light-green {
	color: #92cd8b;
} */
.color-dark-green {
	color: #207F53;
}
.color-grey {
	color: #808285;
}

/***************
Fonts
***************/
h1 {
	font-size: 33px;
}
h2 {
	font-size: 70px;
    color: #008442;
	letter-spacing: 3px;
	line-height: 1.3;
	font-weight: 500;
}
h2 > span {
	font-size: inherit;
	color: inherit;
}
h2:before {
	content: "";
	position: relative;
	display: block;
	background-image: url(../images/headline-graphic.png);
	padding: 46px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: 20px;
}
h2:after {
	content: "";
    position: relative;
    display: block;
    background: #008442;
    width: 100px;
    padding: 2px 70px;
    margin: 30px auto 0;
}
h2.vertical:after {
	content: "";
    position: relative;
    display: block;
    background: #008442;
    width: 2px;
    padding: 70px 2px;
    margin: 30px auto 0;
}
h2 > img {
	height: auto !important;
    width: auto !important;
}
h2.threeNo {
	display: inline-block;
	line-height: 1.5;
}
h2.threeNo > img{
	transform: translateY(-8px);
	margin: 0 -5px;
}
h2.threeNo > span {
	color: #008442;
	margin-left: -8px;
}
@media only screen and (max-width: 991px) {
	h2 > img {
		max-height: 40px;
		padding-right: 5px;
	}
}
h3 {
	font-size: 23px;
}
h4 {
	font-size: 18px;
}
p, span, div {
	color: #808285;
	font-size: 16px;
}
a {
	color: #008442; 
	font-size: 16px;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #207F53; 
	text-decoration: none;
}
img {
	/* image-rendering: -webkit-optimize-contrast; */
}
video {
	outline: none;
}
div.spacer {
	display: block;
	width: 100%;
	height: 100px;
}
.nowrap {
	white-space: nowrap;
	color: inherit;
	font-size: inherit;
}
span.eng {
	font-size: 120%;
	width: auto;
	float: none;
	color: inherit;
}
sub {
    bottom: 0;
    font-size: 60%;
}
sup {
	font-size: 50%;
	top: -1em;
}

/*-------------------- Navigation classic ---------------------*/
  header {
	position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
	top: 0;
  }
  .navbar-classic {

  }
  .navbar-classic.navbar-light .navbar-nav .nav-link {
	color: #181825;
	padding: 12px 16px;
  }
  .navbar-classic .navbar-nav {
	margin: 0 auto;
	/* margin-left: 220px; */
	background: white;
  }
  .navbar-classic .navbar-nav .nav-item {
	padding: 0px 26px;
  }
  .navbar-classic .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	color: #008442;
	line-height: normal;
	padding-right: 0;
	padding-left: 0;
	/* padding-bottom: 10px;
	border-bottom: 2px solid transparent; */
	transition: all 0.5s ease;
  }
  .navbar-classic .navbar-nav .nav-item .nav-link:hover {
	color: #008442;
	/* border-bottom: 2px solid #008442; */
  }
  .navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	color: #008442;
  }
  .navbar-classic.navbar {
	padding: 0;
  }
  .navbar-classic .dropdown-toggle::after {
	margin-top: 1px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: -2px;
	content: "\f107";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #bdbebf;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
	float: right;
  }
  .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	/* border-bottom: 1px solid #008442;
	border-radius: 0px; */
  }
  .navbar-brand {
	display: inline-block;
	margin-right: initial;
	line-height: inherit;
	white-space: nowrap;
	font-size: 24px;
	height: 73px;
  }
  .navbar-brand img {
	display: inline-block;
	height: auto;
	width: 100%;
  }
  .logo-abbott img {
	transform: translateY(-1px);
  }
  
  .navbar .sticky-group {
	  position: absolute;
	  right: 9%;
	  bottom: -43px;
	  /* z-index: -1; */
	  animation: 0.3s fadeIn ease both;
  }
  .navbar .sticky-group a {
	  padding-right: 15px;
  }
  .navbar .sticky-group img {
	  width: 135px;
  }
  .navbar .collapsing + .sticky-group,
  .navbar .show +.sticky-group {
	  display: none;
  }
  
  .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: max-content;
	padding: 12px;
	margin: 0px 0px;
	font-size: 1rem;
	color: #008442;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  }
  .dropdown-item {
	display: block;
	width: 100%;
	padding: 15px 15px;
	clear: both;
	font-weight: 400;
	color: #008442;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 15px;
	line-height: 15px;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
	color: #008442;
	text-decoration: none;
	border-radius: 4px;
  }
  .dropdown-item:focus .dropdown-toggle::after,
  .dropdown-item:hover.dropdown-toggle::after {
	color: #008442;
  }
  
  .dropdown-submenu {
	position: relative;
  }
  .dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
  }
  .dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: 0.1rem;
  }
  .caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
  }
  .mega-dropdown {
	position: unset;
  }
  .mega-dropdown-menu {
	width: 100%;
	position: absolute;
	top: 63px;
	margin: 15px 0px;
  }
  .mega-dropdown-menu ul {
	list-style: none;
  }
  .nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
  }
  .nav-dropitem-arrow i {
	position: absolute;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
	color: #008442;
	text-decoration: none;
	background-color: transparent;
	border-radius: 4px;
  }
  .dropdown-item:hover .nav-dropitem-arrow {
	color: #008442;
	opacity: 1;
	margin-right: 5px;
  }
  .navbar-classic .navbar-toggler,
  .navbar-boxed .navbar-toggler {
	padding: 15px 2px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	position: relative;
  }
  /* mobile menu css */
  .navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 0px;
  }
  .navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	/* border-bottom: 1px solid #f1f1f6; */
  }
  .navbar-classic
	.navbar-collapse.show
	.navbar-nav
	.nav-item:last-child
	.nav-link {
	border-bottom: 0;
  }
  .navbar-classic
	.navbar-collapse.show
	.dropdown
	.dropdown-menu
	.dropdown-submenu.dropdown-item {
	/* border-bottom: 1px solid #f1f1f6; */
  }
  .navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
  }
  .navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
  }
  .navbar-boxed
	.navbar-collapse.show
	.dropdown
	.dropdown-menu
	.dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
  }
  .navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
  }
  .navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #008442;
  }
  .navbar-transparent
	.navbar-collapse.show
	.dropdown
	.dropdown-menu
	.dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
  }
  .icon-bar {
	width: 28px;
	height: 3px;
	background-color: #008442;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 6px;
  }
  .navbar-toggler:focus {
	outline: 0px;
  }
  .navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 8% 240%;
	background-color: #008442;
  }
  .navbar-toggler .middle-bar {
	opacity: 0;
  }
  .navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 15% -80%;
	background-color: #008442;
  }
  .navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #008442;
  }
  .navbar-toggler.collapsed .middle-bar {
	opacity: 1;
  }
  .navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #008442;
  }
  .logo-abbott {
	position: absolute;
	right: 11px;
	width: 138px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
  }
  .logo-brand {
	position: absolute;
	left: 20px;
	width: 150px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
  }
  
  @media only screen and (max-width: 1199px) {
	.headline {
	  margin-top: 30px;
	}
	.navbar .sticky-group {
		  position: absolute;
		  left: 17px;
		  right: auto;
		  bottom: auto;
		  top: 52px;
		  z-index: 1;
	  }
	.navbar-brand {
	  position: relative;
	  width: 100%;
	  height: 58px;
	  border-bottom: 2px solid #008442;
	}
	.navbar-classic {
	  border-bottom: 0;
	}
	.navbar-classic .navbar-toggler {
	  margin-left: auto;
	  margin-right: 15px;
	  height: 52px;
	}
	.navbar-classic .navbar-nav {
	  margin-left: 0;
	  padding-bottom: 20px;
	}
	.logo-abbott {
	  right: 18px;
	  width: 120px;
	}
	.logo-brand {
	  left: 18px;
	  width: 140px;
	}
	.logo-abbott img {
	  transform: translateY(-1px);
	}
  }
  
  @media only screen and (min-width: 1200px) {
	.navbar-classic .navbar-nav .nav-item .nav-link:hover {
	  /* padding-bottom: 10px; */
	}
	.dropdown .dropdown-menu {
	  display: block;
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transform: translateY(20px);
	  -ms-transform: translateY(20px);
	  transform: translateY(20px);
	  -webkit-transition: all 0.3s ease-in;
	  -o-transition: all 0.3s ease-in;
	  transition: all 0.3s ease-in;
	}
	.dropdown:hover > .dropdown-menu {
	  display: block !important;
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: scaleY(1);
	  -ms-transform: scaleY(1);
	  transform: scaleY(1);
	  opacity: 1;
	}
	.dropdown-submenu:hover .dropdown-menu {
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: scaleY(1);
	  -ms-transform: scaleY(1);
	  transform: scaleY(1);
	  opacity: 1;
	  visibility: visible;
	}
	.navbar-classic
	  .navbar-collapse.show
	  .dropdown
	  .dropdown-menu
	  .dropdown-item {
	  border-bottom: 0;
	}
	.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	  border-bottom: 0;
	}
	.navbar-classic
	  .navbar-collapse.show
	  .dropdown
	  .dropdown-menu
	  .dropdown-submenu.dropdown-item {
	  border-bottom: 0;
	}
  }
  a span.caret {
    border-bottom: 0px;
    border-top: 7px dashed #008442;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: 17px;
    left: 100px;
    position: absolute;
    display: none;
}


/***************
Content 
***************/
div.head-banner {
	margin-top: 73px;
	/* margin-bottom: -15px; */
}
div.head-banner img,
div.content img {
	width: 100%;
	height: auto;
}
div.content {
	/*padding: 0;
	background-image: url("../images/bg-pattern.jpg");
	background-repeat: repeat;
	overflow-x: hidden;*/
    height: auto;
}
/* div.content:before {
	content: "";
	height: 11px;
	width: 100vw;
	max-width: 100%;
	z-index: 999;
	display: inline-block;
	background-image: url("../images/bg-pattern-before.png");
	background-repeat: repeat-x;
} */
div.content .row div {
	text-align: center;
}
div.content .img-button {
	width: 164px;
	max-width: 100%;
	height: auto;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
div.content .img-button:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
div.content .img-button.medium {
	width: 200px; 
}
div.content .img-button.large {
	width: 310px;
}
div.content .img-button.huge {
	width: 400px;
}
div.content .button {
	font-size: 38px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
	left: -15px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
div.content .button:after {
	content: "";
    padding: 9px;
    background-image: url(../images/btn-icon-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
div.content .button:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
div.content .alpha-button {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
div.content .alpha-button:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
div.remark div.container-fluid {
	padding: 30px 10vw;
}
p.subtitle {
	margin: 10px 0 20px; 
	font-size: 24px; 
	word-break: keep-all;
}

/***************
Trial Button
***************/
.sticky-logo {
	position: fixed;
    right: 10px;
    top: 45%;
    z-index: -1;
    background: transparent;
    width: 120px;
}
.sticky-logo .logo {
	box-shadow: 0 0 12px 8px rgb(255 255 255);
}
.sticky-logo div.close-btn {
	display: none;
	text-align: right;
}
.sticky-logo div.close-btn img {
	width: 30px;
	height: auto;
	padding-right: 5px;
	padding-bottom: 5px;
}
.sticky-logo div.close-btn img:hover {
	filter: alpha(opacity=70);
    opacity: 0.7;
}

/***************
Video Box
***************/
.video-tabs-wrapper .box_and_thumb {
	background: url(../images/home/video-box-bg.png) center bottom no-repeat;
    -webkit-background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.video-tabs-wrapper .container .row > .main {
	/*background: url(../images/home/video-poster.jpg) center center no-repeat;
	background-size: cover;*/
}
.video-tabs-wrapper .container .row > .side {
	background-color: black;
}
.video-tabs-wrapper .tab-link {
  color: #222;
  cursor: pointer;
  /*border-left: 5px solid #92cd8b;*/
  box-sizing: border-box;
  -webkit-background-size: cover !important;
	 -moz-background-size: cover !important;
	   -o-background-size: cover !important;
		  background-size: cover !important;
  transition: 0.15s all ease;
  opacity: 0.7;
}
.video-tabs-wrapper .tab-link.current {
	/*border-left: 15px solid #92cd8b;*/
	opacity: 1;
}
.video-tabs-wrapper .tab-link:hover {
	/*border-left: 15px solid #92cd8b;*/
	opacity: 1;
}
.video-tabs-wrapper .tab-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-tabs-wrapper .video-content .des-bg {
  /*background: url(../images/home/video-text-bg.png) center bottom no-repeat;
  -webkit-background-size: 100% !important;
	 -moz-background-size: 100% !important;
	   -o-background-size: 100% !important;
		  background-size: 100% !important;*/
	border: 2px dotted #68c294;
	border-top: 0;
}
.video-tabs-wrapper .video-content .des-text {
	display: inline-block;
	padding-left: 0%;
	width: 75%;
	font-size: 38px;
    color: #008442;
	text-align: left;
}
.video-tabs-wrapper .video-content .des-text .brand-logo {
	height: 46px;
    width: auto;
    padding: 0 5px;
    transform: translateY(-4px);
}
.organic .video-tabs-wrapper .video-content .des-text {
	padding-left: 2%;
}
.organic .video-tabs-wrapper .video-content .des-bg {
	width: 100%;
    display: flex;
    min-height: 115px;
    align-items: center;
}
.video-tabs-wrapper .video-content .des-btn {
	display: inline-block;
	width: 20%;
	max-width: 250px;
	padding-top: 35px;
	padding-bottom: 35px;
}
.video-tabs-wrapper .video-content .des-btn.empty {
	opacity: 0;
	pointer-events: none;
}
/* hide show the tabs*/
.video-tabs-wrapper .tab-video, .tab-content {
	display: none;
}
.video-tabs-wrapper .tab-video.current, .tab-content.current {
	display: block;
}
.video-tabs-wrapper .tab-video, .tab-content > div {
	/*display: block;*/
	width: 100%;
}

/***************************************/
.single-video-box video {
	width: 100%;
	z-index: 999;
	/*background: url(../images/home/video-poster.jpg) center center no-repeat;
	background-size: cover;*/
}
.single-video-box .des-bg {
  /* background: url(../images/home/video-text-bg.png) center bottom no-repeat;
  -webkit-background-size: 100% !important;
	 -moz-background-size: 100% !important;
	   -o-background-size: 100% !important;
		  background-size: 100% !important; */
	border: 2px dotted #68c294;
	border-top: 0;
  min-height: 115px;
  height: auto;
  display: flex;
  align-items: center;
}
/***************************************/
.single-video-box.with-btn .des-text {
	display: inline-block;
	padding-left: 2%;
	width: 100%;
	font-size: 38px;
    color: #008442;
	text-align: left;
}
.single-video-box.with-btn .des-btn {
	display: inline-block;
	width: 22%;
	max-width: 250px;
	padding-top: 20px;
	padding-bottom: 25px;
}
@media only screen and (max-width: 992px) {
	.single-video-box.with-btn .des-text {
		display: inline-block;
		padding: 0;
		width: 100%;
	}
	.single-video-box.with-btn .des-btn {
		display: inline-block;
		padding-left: 3%;
		width: 35%;
		max-width: 240px;
	}
}


/***************
Page: Home
***************/
div.content.home > div.container {
	padding: 0 !important;
}

@media only screen and (max-width: 768px) {
	div.content.home > div.container {
		padding: 15px !important;
	}
}

/***************
Page: Brand
***************/
/* div.content.brand:before {
    content: "";
    height: 11px;
    width: 100vw;
    max-width: 100%;
    z-index: 999;
    display: inline-block;
    background-image: url(../images/bg-pattern-before.png);
    background-repeat: repeat-x;
}
div.content.brand {
	margin-top: -11px;
}
div.content.brand.green-section:before {
    content: "";
    height: 11px;
    width: 100vw;
    max-width: 100%;
    z-index: 999;
    display: inline-block;
    background-image: url(../images/bg-pattern-lightgreen-before.png);
    background-repeat: repeat-x;
}
div.content.brand.green-section {
	background: #d3ebd1;
} */
div.brand div.circle-icon div > img {
	margin-top: 30px;
	padding: 0 30px;
}

div.brand div.intro {
	background-image: url(../images/brand/brand-content-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: auto;
    min-height: 500px;
    padding: 20% 15%;
    text-align: justify;
	line-height: 1.5;
    font-size: 20px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
	div.brand div.circle-icon div > img {
		margin-top: 30px;
		padding: 0 50px;
	}
}

/***************
Page: Organic
***************/
div.content.organic div.container:first-of-type img {
	position: relative;
    margin-top: -12%;
}
div.content.organic .story .col-md-6 {
	padding: 20px 30px;
}
div.content.organic .story .title{
	text-align: left;
    font-size: 36px;
    color: #68c294;
    margin: 5px 0;
}
div.content.organic .story .content {
	font-size: 22px;
    text-align: left;
}
div.content.organic .story ul.remark {
    padding-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 30px;
    text-align: left;
	position: relative;
}
div.content.organic .story ul.remark span.symbol {
	position: absolute;
    left: 0px;
}
div.content.organic .story .image {
	transform: translateY(-100px);
}
div.content.organic .story .logo {
	width: auto;
	max-width:100%;
	display: block;
	margin-top: 30px;
}

/***************
Page: Product
***************/
div.content.product div.circle-icon div > img {
	margin-top: 30px;
	padding: 0 0px;
}

@media only screen and (max-width: 768px) {
	div.content.product div.circle-icon div > img {
		margin-top: 30px; 
		padding: 0 50px;
	}
}

/***************
Page: RRR
***************/
div.content.RRR .title {
    font-size: 34px;
    color: #68c294;
    margin: 20px 0;
	line-height: 1.2;
	letter-spacing: 1px;
}
div.content.RRR .desc {
    font-size: 22px;
	margin-bottom: 20px;
	padding: 0 50px;
	letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {

}
/***************
Page: Formula
***************/
div.content.formula .title {
    font-size: 34px;
    color: #68c294;
    margin: 70px 0 5px;
}
div.content.formula .desc {
    font-size: 22px;
	margin-bottom: 20px;
	padding: 0 50px;
}
div.content.formula .sp-line-dot:after {
	content: "";
    padding: 1px 58px;
    border-bottom: 3px dotted #68c294;
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
}
@media only screen and (max-width: 768px) {

}

/***************
Page: Award
***************/
div.content.award .testimonial {
	color: #68c294;
}
div.content.award .testimonial .title {
	color: #68c294;
	font-size: 45px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 50px 0 36px;
}
div.content.award .testimonial .sp-line-dot:after {
	content: "";
    padding: 1px 58px;
    border-bottom: 3px dotted #68c294;
}
@media only screen and (max-width: 768px) {
	div.content.award .testimonial .title {	
		font-size: 18px;
		margin: 30px 0 15px;
	}	
}


/***************
Page: Popup Box
***************/
div.modal {
	z-index: 9999999;
	text-align: center;
	/* background-image: url("../images/bg-pattern.jpg");
	background-repeat: repeat; */
	background: white;
}
.modal-content {
	border: 0;
}
.modal-body {
	padding: 0;
}
div.modal .modal-dialog {
	margin: 0;
	max-width: 100%;
}
div.modal .modal-dialog > .container > .row {
	width: 100% !important;
	background: transparent !important;
    padding: 0 !important;
}
div.modal .modal-dialog {
    width: 100% !important;
}
div.modal .popup-close-btn {
    background: url(../images/btn-close.png) 0 0 no-repeat;
    background-size: 40px 40px;
	position: absolute;
    top: 20px;
    right: 10px;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    z-index: 10;
    cursor: pointer;
}
div.modal .popup-close-btn:hover {
	opacity: .7;
}
#external_link {
	z-index: 9999999;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
#external_link .alet-box {
	border-radius: 30px;
	padding: 20px 30px 5px;
    background-color: white;
    position: fixed;
    display: block;
    top: 50vh;
    left: 47.5vw;
    width: 640px;
    max-width: 80%;
    margin: 0;
    transform: translate(-50%, -50%);
}
#external_link .alet-box .img-button {
	/* width: 115px; */
	height: 77px;
	width: auto;
	padding: 10px 15px;
}
#external_link .alet-box p.product-desc {
    color: #000;
    text-align: left;
    font-size: 90%;
    line-height: 1.75;
    word-break: break-word;
    margin: 5px 0 10px;
}
#product_detail li {
	width: 50%;
}
#product_detail a {
	display: block;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 15px 15px 0 0;
	padding: 0;
	margin: 0;
    border: 2px solid transparent;
	border-bottom: 0;
}
#product_detail li:hover a,
#product_detail li a.active {
	background: transparent;
	/*background: url(../images/product/popup-tab-bg.png);*/
    background-size: 100% 100%;
    border: 2px solid #68C294;
	border-bottom: 0;
}
#product_detail .nav-tabs {
	border-bottom: none;
}
#stage2 img,
#stage3 img {
	width: 100%;
}
#product_detail ul li a img {
	padding: 0;
	max-width: 100%;
}
#product_detail .tab-content.product-nutrition {
	width: 100%;
}
#product_detail .tab-content .product-nutrition a[data-dismiss="modal"] {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 30px;
  width: 30px;
}
#product_detail .product-nutrition a[data-dismiss="modal"] img {
  width: 100%;
  height: auto;
}
.product-nutrition table.nutrition-table {
  width: 100%;
  letter-spacing: 0;
  border-style: hidden;
}
#product_detail .product-nutrition table.nutrition-table thead > tr > td[colspan] {
  text-align: center;
  padding: 15px 0;
}
#product_detail .product-nutrition table.nutrition-table th {
  background: #68C294;
  color: white;
  padding: 0 15px;
  border: 2px solid white;
  font-weight: 300;
}
#product_detail .product-nutrition table.nutrition-table th:nth-of-type(1) {
  width: 32%;
}
#product_detail .product-nutrition table.nutrition-table th:nth-of-type(2) {
  width: 32%;
}
#product_detail .product-nutrition table.nutrition-table th:nth-of-type(3) {
  width: 16%;
}
#product_detail .product-nutrition table.nutrition-table th:nth-of-type(4) {
  width: 20%;
}
#product_detail .product-nutrition table.nutrition-table th > div {
  text-align: center;
  display: inline-block;
  color: white;
  width: 100%;
}
#product_detail .product-nutrition table.nutrition-table td {
  color: #808285;
  padding: 0 15px;
  border: 2px solid white;
  font-weight: 300;
  text-align: left;
}
#product_detail .product-nutrition table.nutrition-table tbody > tr > td:nth-of-type(3),
#product_detail .product-nutrition table.nutrition-table tbody > tr > td:nth-of-type(4) {
  text-align: center;
}
#product_detail .product-nutrition p.small {
  font-size: 8px;
  line-height: 1.2;
  text-align: left;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dotted #68C294;
}

/***************
CC bar 
***************/
#cc-bar {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    /*display: flex;*/
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    color: black;
    background-color: white;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 15px;
    margin: 15px;
    width: calc(100% - 30px);
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    box-sizing: border-box;
    border: 3px solid #008442;
    border-radius: 7px;
  }
  #cc-bar .cc-bar-col {
    width: auto;
    font-size: 14px;
    color: black;
  }
  #cc-bar .cc-bar-col a {
    color: #008442;
    text-decoration: underline;
  }
  #cc-bar .cc-bar-col .cc-bar-btn {
    display: block;
    font-size: 14px;
    padding: 5px 12px;
    margin: 0 0 0 10px;
    color: rgb(255, 255, 255);
    background-color: #008442;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    border-radius: 7px;
}
@keyframes cc-bar-fadeIn {
	from { opacity:0; transform:translateY(50px); }
	to { opacity:1; transform:translateY(0); }
}
@keyframes cc-bar-fadeOut {
	from { opacity:1; transform:translateY(0); }
	to { opacity:0; transform:translateY(50px); }
}

/***************
Footer 
***************/
footer {
	background-color: #DAE9F2;
	color: #008442;
}
footer .footnotes {
	font-size:10px;
	text-align:left;
	word-break:break-all;
}
footer div.row {
	margin: 0;
}
footer div.row.sitemap {
	text-align: center;
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;*/
}
footer div.row.sitemap [class*="col-"] {
    /*display: flex;
  	flex-direction: column;*/
}
footer div.row.sitemap .logo {
	padding-left: 0 !important;
}
footer div.row.sitemap .logo img {
	/* padding-right: 10px; */
	width: 168px;
	max-width: 100%;
    height: auto;
    float: left;
}
footer div.row.sitemap .nav div {
	border-left: 1px solid #008442;
	padding: 0 0.5%;
}
footer div.row.sitemap .nav div:first-child {
	border-left: none;
}
footer div.row.sitemap .nav div:last-child {
	border-right: 1px solid #008442;
}
footer div, footer p, footer span {
	color: #008442;
}
footer div.row a {
	color: #008442;
	font-size: 14px;
	line-height: 26px;
}
footer div.row.sitemap strong {
	font-weight: bold;
}
footer div.row.sitemap strong a {
	font-size: 17px;
	/* line-height: 38px; */
	font-weight: normal;
	display: inline-block;
	margin-bottom: 5px;
}
footer div.row a,
footer div.row strong a  {
	transition: all 0.2s ease;
}
footer div.row a:hover,
footer div.row strong a:hover  {
	opacity: 0.7;
}
footer div.row span:not(.eng) {
	float: right;
	width: 100%;
}
footer div.row.copyright div,
footer div.row.copyright a {
	font-size: 16px;
	line-height: 1.5;
}
/*footer div.row.copyright > div.col-sm-12:first-child {
	text-align: right; 
	margin-bottom: 3px; 
	padding:0;
}
footer div.row.copyright > div.col-sm-12:first-child .wechat {
	width: 120px;
	height: auto;
}
footer div.row.copyright > div.col-sm-12:first-child img {
	vertical-align: bottom;
}*/
footer .copyright > div:first-of-type {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
footer .copyright > div:first-of-type img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
footer .copyright > div:first-of-type a {
	margin: 0 0 10px 10px;
}
footer .copyright > div:first-of-type .facebook {
	width: 200px;
}
footer .copyright > div:first-of-type .wechat {
	width: 120px;
}
footer .phone img {
	max-width: 100%;
	float: right;
    /* width: 545px; */
	height: 35px;
}

@media only screen and (max-width: 1199px) { 
	a span.caret {
		display: block;
	}
	.dropdown-menu {
		padding: 0 10px;
	}
	.dropdown-item {
		padding: 7px 0px;
	}
	div.content .button {
		font-size: 26px;
	}
	.video-tabs-wrapper .video-content .des-text {
		font-size: 26px;
	}
	.video-tabs-wrapper .video-content .des-text .brand-logo {
		height: 30px;
		transform: translateY(-3px);
	}
	.single-video-box.with-btn .des-text {
		font-size: 26px;
	}
	.product-nutrition table.nutrition-table,
	.product-nutrition table.nutrition-table span,
	.product-nutrition table.nutrition-table div {
		font-size: 12px;
	}
	p.subtitle {
		font-size: 16px; 
		margin: 5px 0 10px;
	}
}

@media only screen and (max-width: 991px) {
	h2 {
		font-size: 35px;
		padding: 0 10px;
		line-height: 1.1;
	}
	h2:before {
		padding: 24px;
    	margin-bottom: 10px;
	}
	h2:after {
		padding: 1px 30px;
		width: 30px;
		margin: 20px auto 0;
	}
	div.spacer {
		height: 50px;
	}
	div.head-banner {
		margin-top: 110px;
	}

	div.brand div.intro {
		font-size: 13.5px;
		min-height: fit-content;
		padding: 15% 21%;
	}
	div.content.organic .story .title {
		font-size: 24px;
	}
	div.content.organic .story .content {
		font-size: 14.5px;
	}
	div.content.organic .story .logo {
		width: 280px;
	}
	div.content.organic .story ul.remark {
		font-size: 10px;
	}
	#cc-bar {
        font-size: 18px;
        flex-direction: column;
        margin: 0;
        width: 100%;
        border-radius: 0;
    }
    #cc-bar .cc-bar-col {
        width: 100%;
    }
    #cc-bar .cc-bar-col .cc-bar-btn {
        font-size: 18px;
        margin: 10px 0 0 0;
    }
	footer .copyright > div:first-of-type {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
	footer div.row.sitemap strong a {
		font-size: 18px;
		margin-bottom: 12px;
	}
	footer .copyright > div:first-of-type a {
		margin: 0 0 10px 0;
	}
	footer .copyright > div:first-of-type .facebook {
		width: 200px;
		image-rendering: -webkit-optimize-contrast;
	}
	footer .copyright > div:first-of-type .wechat {
		width: 120px;
		image-rendering: -webkit-optimize-contrast;
	}
	footer .phone img {
		float: right;
		width: 545px;
		max-width: 100%;
		image-rendering: -webkit-optimize-contrast;
	}

	/***************
	Video Box
	***************/
	.video-tabs-wrapper .video-content .des-text {
		display: inline-block;
		padding: 0 5%;
		width: 100%;
		text-align: center;
	}
	.organic .video-tabs-wrapper .video-content .des-text {
		justify-content: center;
	}
	.single-video-box.with-btn .des-text {
		text-align: center;
	}
	.video-tabs-wrapper .video-content .des-btn {
		display: inline-block;
		padding-left: 3%;
		width: 100%;
		max-width: 100%;
		padding: 10px;
	}

	/***********
	Footer
	***********/
	footer div.row.sitemap {
		text-align: left;
	}
	footer div.row.sitemap .logo img {
		/* width: 250px; */
		margin: 20px 0;
		float: none;
	}
	footer div.row.sitemap .nav {
		/* margin-bottom: 20px; */
	}
	footer div.row.sitemap .nav div {
		border-left: none;
	}
	footer div.row.sitemap .nav div:last-child {
		border-right: none;
	}
	footer div.row.copyright div,
	footer div.row.copyright a {
		font-size: 12.8px;
	}
	/* footer div.row.sitemap strong a {
		font-size: 180%;
		line-height: 200%;
	} 
	footer div.row.sitemap a {
		font-size: 160%;
		line-height: 200%;
	}
	footer div.row.copyright div {
		font-size: 160% !important;
		line-height: 200% !important;
	}
	footer div.row.copyright a {
		font-size: 100% !important;
	}
	footer div.row.copyright > div.col-12:first-child {
		text-align: left; 
		margin-bottom: 3px; 
		padding: 0;
	}
	footer div.row.copyright > div.col-12:first-child .wechat {
		width: 257px;
		height: auto;
		margin-right: 50%;
	}
	footer div.row.copyright > div.col-12:first-child img {
		vertical-align: top;
	}*/
}

@media only screen and (max-width: 767px) {
	h2.vertical:after {
		/* width: 100px; */
		padding: 1px 40px;
		margin: 20px auto 0;
	}
	div.content .button {
		font-size: 24px;
	}
	div.content.organic .story .image {
		transform: translateY(0);
	}
	.video-tabs-wrapper .video-content .des-text {
		font-size: 24px;
		margin: 20px 0;
    	line-height: 1.1;
	}
	.video-tabs-wrapper .video-content .des-text .brand-logo {
		height: 28px;
	}
	.organic .video-tabs-wrapper .video-content .des-text {
		font-size: 24px;
		margin: 0;
    	line-height: 1.1;
	}
	.single-video-box.with-btn .des-text {
		font-size: 24px;
    	line-height: 1.1;
	}
	.organic .video-tabs-wrapper .video-content .des-bg {
		min-height: 80px;
	}
	.single-video-box .des-bg {
		min-height: 80px;
	}
	div.content.RRR .title,
	div.content.formula .title {
		font-size: 21.5px;
	}
	div.content.RRR .desc,
	div.content.formula .desc {
		font-size: 14px;
		padding: 0 30px;
	}
	div.content.formula .title {
		margin: 40px 0 5px;
	}
	div.content.formula .sp-line-dot:after {
		padding: 2px 33px;
		margin-top: 5px;
    	margin-bottom: 10px;
		border-bottom-width: 2px;
	}
	div.content.award .testimonial .sp-line-dot:after {
		padding: 1px 41px;
    	border-bottom: 2px dotted #68c294;
	}
	.sticky-logo {
		right: 10px;
		/* bottom: 8%; */
		width: 80px;
	}
	.sticky-logo div.logo img {
		height: auto;
		width: 100%;
	}
	#external_link .alet-box .img-button {
		height: 63px;
		image-rendering: -webkit-optimize-contrast;
	}

}


@media only screen and (max-width: 540px) {
	div.brand div.intro {
		padding: 18.5% 12%;
	}
}