/*!
Theme Name: GGF
Theme URI: http://greatgiantfoods.com/
Author: GGF
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	width: 100%;
	height: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	width: 100%;
	height: 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	 transition: color 0.3s ease;
	 -webkit-transition: color 0.3s ease;
	 -moz-transition: color 0.3s ease;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
*, body{
  outline: none !important;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'ITC Avant Garde Pro Bk', sans-serif;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

a:visited{
    color:inherit;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/

#ggf-colored-logo {
	opacity: 1;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*-----------------------------------------------------------------------------
---------------------------------- GENERAL ------------------------------------
-----------------------------------------------------------------------------*/


/*PRODUCT LINES EFFECT*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


#page {
	position: relative;
}

#footer-header {
	width: 100%;
	float: left;
	margin-top: 25px;
	margin-bottom: -10px;
	line-height: 100%;
}

#content.site-content, footer.site-footer {
	width: 100%;
	float: left;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.bg-gray {
	background-color: #f6f6f6;
}

hr.product-popup-border {
	background-color: #a6ce39;
	height: 2px;
	margin: 0 0 15px;
}

#responsive-btn-1, #responsive-btn-2 {
	background: #ffffff;
	width: 50px;
	height: 50px;
	float: right;
	display: none;
}

.transparent {
    background: transparent;
}

.text-decoration {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.cd-horizontal-timeline .events-content li .section-img{
    line-height: 0px;
}

.cd-horizontal-timeline .events-content li .section-content{
    height: auto;
}

/*Margin & Padding Cost*/
.m0{
    margin:0px !important;
}
.mt-1{
    margin-top:.7rem;
}
.my-1{
    margin-left: .7rem;
    margin-right: .7rem;
}
.ml-0{
    margin-left: 0px !important;
}
.pl-0{
    padding-left: 0px !important;
}
.mx-0{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.px-0{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}

/*Back Button*/
.ms-back-navigation-sustain .back-btn a {
	position: relative;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 30px;
}
.ms-back-navigation-sustain .back-btn a:before {
	content: "\f177";
	font-family:'FontAwesome';
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: -3px;
	left: 0;
}
.ms-back-navigation-sustain .back-btn a:hover {
    color: #f8aa00;
}

h1.seo {
	font-size: 1px;
	font-weight: normal;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 0;
}

.banner-dark-layer {
	position: relative;
	z-index: 1;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.35;
}

.vertical-align-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/*Who We Are Page*/
body.page-id-35 #full-page-banner.single-banner {
	background-position: center right;
}

/*404 Page*/
body.error404 .content-area {
	margin: 95px 0 0;
}
body.error404 .content-area .error-404 {
	padding: 100px 0;
}

/*Font Icon*/
[class^="icon-"], [class*=" icon-"] {
	background-image: none;
	width: unset;
	height: unset;
}

/*-----------------------------------------------------------------------------
---------------------------------- HEADER -------------------------------------
-----------------------------------------------------------------------------*/

header#masthead {
	padding: 20px 0;
	height: 120px;
	position: absolute;
	z-index: 150;
	left: 0px;
	top: 0px;
	width: 100%;
}

header#masthead.fixed-header {
  background: #fff;
  position: fixed;
  top: -100px;
  left: 0px;
  z-index: 150;
  height: 95px;
  transition: all 1s ease 0s;
}

header#masthead.fixed-header.active {
  top: 0;
}

header#masthead.fixed-header #site-navigation ul#primary-menu li a {
  color: #4a4a4a;
}

header#masthead.fixed-header #site-navigation ul#primary-menu li a:hover,
header#masthead.fixed-header #site-navigation ul#primary-menu li.current-menu-item a {
  color: #028641;
}

header#masthead.fixed-header #site-navigation ul#primary-menu {
  margin: 22px 0 0;
}

.site-branding {
	float: left;
}

#header-container {
	background: #eee;
}

#header-container {
	float: left;
	width: 100%;
}


#site-navigation ul#primary-menu {
	margin: 0;
}
#site-navigation ul#primary-menu li {
	margin-right: 15px;
}
#site-navigation ul#primary-menu li:last-child {
	margin: 0;
}
#site-navigation ul#primary-menu li a {
	font-family: 'ITC Avant Garde Pro Md', arial;
	font-size: 16px;
	color: #fff;
	line-height: 100%;
}
#site-navigation ul#primary-menu li a:hover,
#site-navigation ul#primary-menu li.current-menu-item a {
	color: #dcdc00;
}

#menu-main-container-1, .site-branding {
	position: relative;
}

header#masthead.banner-header .main-navigation {
	float: right;
	margin: 40px 72px 0 0;
}
header#masthead.fixed-header.active .main-navigation {
	float: right;
	margin: 0 72px 0 0;
}

/*Language Menu*/
#lang-button-container {
	position: absolute;
	top: 33px;
	right: 0;
	color: #ffffff;
}
#lang-button-container table {
	margin: 0;
}
#lang-button-container .lang-title {
	font-family: 'ITC Avant Garde Pro Md', arial;
    font-size: 16px;
    line-height: 100%;
    border-left: 1px solid #ffffff;
    padding-left: 15px;
}
#lang-button-container a#lang-button-menu {
	font-size: 10px;
	color: #ffffff;
}
#lang-button-container a#lang-button-menu i {
	margin: 0;
}
#lang-button-container ul.language-menu {
	display: none;
    width: 70px;
    position: absolute;
    top: 35px;
    left: 3px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #eaeaea;
    text-align: center;
}
#lang-button-container ul.language-menu.active {
	display: block;
}
#lang-button-container ul.language-menu li {
	margin: 0 0 10px;
	line-height: 100%;
}
#lang-button-container ul.language-menu li:last-child {
	margin: 0;
}
#lang-button-container ul.language-menu li a {
	font-family: 'ITC Avant Garde Pro Md', arial;
    font-size: 16px;
    line-height: 100%;
    color: #9b9b9b;
    text-decoration: none;
}
#lang-button-container ul.language-menu li.active a {
	color: #4a4a4a;
}

header#masthead.fixed-header.active #lang-button-container {
	top: 14px;
}
header#masthead.fixed-header.active #lang-button-container,
header#masthead.fixed-header.active #lang-button-container a#lang-button-menu {
	color: #4a4a4a;
}
header#masthead.fixed-header.active #lang-button-container .lang-title {
	border-left: 1px solid #4a4a4a;
}

/*Menu Mobile*/
#mobile-menu-main-container {
  position: fixed;
  top: 95px;
  left: 0px;
  width: 100%;
  background: #fff;
  float: left;
  z-index: 10;
  display: none;
}
#mobile-menu-background{
    z-index: 200;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    overflow-x:hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 1;
    display: none;
    padding: 20px 10px;
    transition: opacity 0.2s 0.2s;
}
#mobile-menu-background::-webkit-scrollbar-track{
	background-color: #fff;
	border-radius: 10px;
}
#mobile-menu-background::-webkit-scrollbar{
    width:6px;
	background-color: #fff;
}
#mobile-menu-background::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.18);
}
#mobile-menu-background.active{
    opacity:1;
}
#main-navigation-mobile ul {
    margin: 0;
    padding: 0;
}
#main-navigation-mobile ul li {
    list-style-type: none;
}
#main-navigation-mobile ul li.menu-item a {
    font-size: 17px;
    color: #4a4a4a;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    line-height: 100%;
    font-family: 'ITC Avant Garde Pro Md', sans-serif;
}

#main-navigation-mobile ul li.menu-item a, #main-navigation-mobile ul li.menu-item-has-children.current_page_item {
    border-bottom: 1px solid #dedb00;
}

#main-navigation-mobile ul li.menu-item-has-children.current_page_item {
	  padding-bottom: 5px;
}

#main-navigation-mobile ul li.menu-item a:hover {
    color: #d6df20;
}
#main-navigation-mobile ul li.current-menu-item a {
	color: #d6df20;
}

#main-navigation-mobile ul li.menu-item ul.sub-menu li a, #main-navigation-mobile ul li.menu-item-has-children.current_page_item a {
    padding-top: 15px;
    padding-bottom: 15px;
}

#main-navigation-mobile ul li.menu-item-has-children.current_page_item a {
	padding-top: 20px;
}

#main-navigation-mobile ul li.menu-item ul.sub-menu {
    display: none;
}
#main-navigation-mobile ul li.menu-item.current_page_item ul.sub-menu {
    display: block;
    margin-left: 20px;
}
#main-navigation-mobile ul li.menu-item-has-children span.entry-arrow {
	margin-left: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
}
#main-navigation-mobile ul li.menu-item-has-children ul.sub-menu li span.entry-arrow {
    display: none;
}
#main-navigation-mobile ul ul.sub-menu li a, #main-navigation-mobile ul li.menu-item-has-children.current_page_item a  {
    border-bottom:1px solid #ffffff;
}
#mobile-menu-background .menu-info-mobile {
    position: relative;
    top: 25px;
    margin-bottom: 20px;
}
.menu-top {
    margin-bottom: 15px;
    margin-top: -4px;
}
.menu-footer-mobile ul.entry-socmed{
    margin: 0px;
    padding: 0;
    display: inline-block;
}
.menu-footer-mobile ul.entry-socmed li {
    display: inline-block;
    margin-right: 10px;
}
.menu-footer-mobile ul.entry-socmed li a {
    font-size: 30px;
    color: #028641;
}

#nav-btn-no-fix, #nav-btn-fix {
    width: 30px;
}
#nav-btn-fix-on-mobile {
    width: 29px;
}
#nav-btn-fix-on-mobile {
    position: absolute;
    top: 17px;
    right: 0;
}
#nav-btn-no-fix {
    position: relative;
    top: 30px;
}

#nav-btn-fix {
    position: relative;
    top: 18px;
}
#nav-btn-fix,
#nav-btn-no-fix,
#nav-btn-fix-on-mobile {
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-btn-no-fix span.btn-line {
    background: #fff;
}
#nav-btn-fix span.btn-line {
    background: #979797;
}
#nav-btn-fix-on-mobile span.btn-line {
    background: #028641;
}
#nav-btn-fix-on-mobile span.btn-line {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 7px;
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 10px;
}
#nav-btn-fix span.btn-line,
#nav-btn-no-fix span.btn-line {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 7px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-btn-fix span.btn-line:nth-child(1),
#nav-btn-no-fix span.btn-line:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-btn-fix span.btn-line:nth-child(2),
#nav-btn-no-fix span.btn-line:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-btn-fix span.btn-line:nth-child(3),
#nav-btn-no-fix span.btn-line:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

/*#nav-btn-no-fix.open span.btn-line:nth-child(1),*/
#nav-btn-fix-on-mobile span.btn-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/*#nav-btn-no-fix.open span.btn-line:nth-child(2),*/
#nav-btn-fix-on-mobile span.btn-line:nth-child(2) {
    width: 0%;
    opacity: 0;
}

/*#nav-btn-no-fix.open span.btn-line:nth-child(3),*/
#nav-btn-fix-on-mobile span.btn-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*Language Button Mobile*/
#lang-button-container-mobile {
	margin-bottom: 15px;
}
#lang-button-container-mobile ul.language-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lang-button-container-mobile ul.language-menu li {
	display: inline-block;
	border-right: 1px solid #dedb00;
	padding: 0 10px;
}
#lang-button-container-mobile ul.language-menu li:first-child {
	padding-left: 0;
}
#lang-button-container-mobile ul.language-menu li:last-child {
	border: none;
}
#lang-button-container-mobile ul.language-menu li a {
	font-family: 'ITC Avant Garde Pro Md', sans-serif;
	font-size: 17px;
    color: #4a4a4a;
}
#lang-button-container-mobile ul.language-menu li.active a {
	color: #dedb00;
}

/*-----------------------------------------------------------------------------
---------------------------------- BANNER -------------------------------------
-----------------------------------------------------------------------------*/

#page, #full-page-banner,
#fp-carousel .slider-banner.item,
#fp-carousel, #fp-carousel .owl-stage,
#fp-carousel .owl-item,
#fp-carousel .owl-stage-outer {
	width: 100%;
	height: 100%;
	float: left;
}

#full-page-banner {
	margin-bottom: 10px;
}

#full-page-banner.bg-top {
	background-position: center top;
}

#full-page-banner, #fp-carousel .slider-banner.item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#full-page-banner.single-banner {
	height: 600px;
	position: relative;
}

#full-page-banner .banner-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index: 99;
}
#full-page-banner .banner-outer {
	display: table;
    width: 100%;
    height: 100%;
}
#full-page-banner .banner-outer .banner-inner {
	display: table-cell;
    vertical-align: middle;
    line-height: 100%;
    color: #ffffff;
}

#full-page-banner .banner-outer .banner-inner .entry-title {
	font-size: 45px;
	line-height: 100%;
	margin: 0 0 30px;
}

#full-page-banner.single-banner .banner-outer .banner-inner h2.entry-title {
	text-align: center;
	margin: 0;
	font-family: 'ITC Avant Garde Pro Bk', sans-serif;
	font-weight: normal;
}
#full-page-banner .slider-banner .banner-outer {
	height: 80%;
}

#full-page-banner .banner-outer .banner-inner .entry-desc {
	font-size: 20px;
	line-height: 28px;
	padding: 0 45% 0 0;
}

#full-page-banner-end-wave {
	position: absolute;
	bottom: -6px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}

#full-page-banner-end-wave svg {
	width: 101%;
}

#footer-header img {
	margin-bottom: -6px;
}

#full-page-banner-end-wave img, #full-page-banner-end-wave, #footer-header img {
	line-height: 100%;
	width: 100%;
	height: auto;
	max-width: none;
}

#fp-carousel-pagination {
	position: absolute;
	bottom: 25%;
	left: 0px;
	z-index: 1;
	color: #fff;
	width: 100%;
}
#fp-carousel-pagination .owl-dot {
	position:relative;
	margin:0;
	padding:0 0 0.71428571rem;
	width:177px;
	color:rgba(255, 255, 255, 0.5);
	border-bottom:2px solid rgba(255, 255, 255, 0.5);
	opacity:1;
	font-size:13px;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:normal;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	margin-right:10px;
	cursor: pointer;
	float: left;
}
#fp-carousel-pagination .owl-dot:hover {
	color:rgba(255, 255, 255, 1);
	border-bottom:2px solid rgba(255, 255, 255, 1);
}
#fp-carousel-pagination .owl-dot.active {
	color:rgba(255, 255, 255, 1);
}
#fp-carousel-pagination .owl-dot:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    height: 2px;
    width: 0;
    background: white;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
#fp-carousel-pagination .owl-dot.active:after {
  	left:0;
	right:auto;
	width:100%;
	-webkit-transition-duration:7000ms;
	transition-duration:7000ms;
}

.single-post header#masthead.site-header,
body.banner-top-hide header#masthead.site-header {
	display: none;
}
.single-post header#masthead.site-header.fixed-header,
body.banner-top-hide header#masthead.site-header.fixed-header {
	top: 0;
	display: block;
}

article.breadcrumb-disable {
  margin-top: 140px;
}

/*-----------------------------------------------------------------------------
---------------------------------- CONTACT 7 ----------------------------------
-----------------------------------------------------------------------------*/

body span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	font-size: 13px;
}


/*-----------------------------------------------------------------------------
---------------------------------- FOOTER -------------------------------------
-----------------------------------------------------------------------------*/

footer.site-footer {
	width: 100%;
	float: left;
	background: #108342;
}

footer.site-footer{
	padding: 40px 0 55px;
}

footer.site-footer .site-info {
	font-size: 13px;
    color: #ffffff;
    line-height: 100%;
    padding: 10px 15px;
}
footer.site-footer .site-info a {
	font-size: 13px;
	color: #ffffff;
}

footer.site-footer .site-copyright,
footer.site-footer .menu-footer-navigation-container,
footer.site-footer .menu-footer-navigation-id-container {
	display: inline-block;
}

footer.site-footer ul.site-footer-menu {
	margin: 0 0 0 8px;
	padding: 0;
	line-height: 100%;
}
footer.site-footer ul.site-footer-menu li {
	display: inline-block;
	list-style: none;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
}
footer.site-footer ul.site-footer-menu li a {
	text-decoration: none;
}

footer.site-footer .footer-socmed {
	line-height: 100%;
}
footer.site-footer .footer-socmed .entry-text {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	float: left;
	text-align: right;
    margin: 8px 0;
    width: 30%;
}
footer.site-footer .footer-socmed ul.entry-socmed {
	margin: 0;
	padding: 0 17px 0 0;
	display: inline-block;
	text-align: right;
    float: right;
    width: 70%;
}
footer.site-footer .footer-socmed ul.entry-socmed li {
	display: inline-block;
	margin-right: 10px;
}
footer.site-footer .footer-socmed ul.entry-socmed li:last-child {
	margin: 0;
}
footer.site-footer .footer-socmed ul.entry-socmed li a {
	font-size: 30px;
	color: #ffffff;
}

footer.site-footer .footer-socmed ul.entry-socmed li:hover a{
    border-color: #a6ce39;
}

footer.site-footer .footer-socmed ul.entry-socmed li:hover a > i{
    color: #a6ce39;
}

footer.site-footer .site-footer-menu li a:hover{
    color: #a6ce39;
}

/*-----------------------------------------------------------------------------
---------------------------- SECTION DEFAULT ----------------------------------
-----------------------------------------------------------------------------*/

.section-repeater {
	padding: 70px 0;
}

.section-repeater a {
	color: #26AAE1;
}
.section-repeater a:hover {
	color: #f8aa00;
}

.section-repeater p {
	margin: 0 0 20px;
}
.section-repeater p:last-child {
	margin: 0;
}

.section-default h2 {
	font-size: 42px;
	color: #028641;
	line-height: 56px;
	margin: 0;
}

/*-----------------------------------------------------------------------------
---------------------------- SECTION IMAGE CONTENT ----------------------------
-----------------------------------------------------------------------------*/

.section-left-right.section-repeater,
.section-right-left.section-repeater {
	padding: 30px 0;
}


/*-----------------------------------------------------------------------------
---------------------------- SECTION THREE COLUMN -----------------------------
-----------------------------------------------------------------------------*/

.section-three-columns .entry-header {
	margin: 0 0 40px;
}
.section-three-columns .entry-header .entry-title {
	font-size: 38px;
	color: #028641;
	line-height: 38px;
	margin: 0 0 15px;
}
.section-three-columns .entry-header .entry-desc {
	font-size: 20px;
	line-height: 32px;
	padding: 0 21%;
}

.section-three-columns .block-item {
	margin-bottom: 30px;
}

.section-three-columns .block-item .entry-icon img {
	width: 175px;
	height: auto;
}

.section-three-columns .block-item .entry-block-title {
	font-size: 20px;
	color: #028641;
	line-height: 100%;
}
.section-three-columns .block-item .entry-block-desc {
	padding: 0 15px;
}

/*Text Left*/
.section-three-columns.text-left .entry-header,
.section-three-columns.text-left .block-item {
	text-align: left;
}

.section-three-columns.text-left .entry-header .entry-desc {
	padding: 0 30px 0 0;
}
.section-three-columns.text-left .block-item .entry-block-desc {
	padding: 0;
}

.section-three-columns.text-center .entry-header,
.section-three-columns.text-center .block-item  {
	text-align: center;
}

/*GGP Target*/
.section-three-columns.custom-ggp-target.section-repeater {
	padding: 0 0 70px;
}
.section-three-columns.custom-ggp-target .entry-header {
	margin-bottom: 50px;
}
.section-three-columns.custom-ggp-target .entry-header .entry-title {
	font-size: 28px;
    color: #028641;
    line-height: 100%;
    margin: 0;
}
.section-three-columns.custom-ggp-target .block-item .entry-icon img {
	width: 115px;
	height: auto;
}
.section-three-columns.custom-ggp-target .block-item .entry-block-title {
	font-size: 50px;
	line-height: 100%;
	margin: 25px 0;
}
.section-three-columns.custom-ggp-target .block-item .entry-block-desc {
	font-size: 16px;
	line-height: 28px;
	padding: 0;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION THREE DESCRIPTION ---------------------------
-----------------------------------------------------------------------------*/

.section-full-column-green {
	background: url('images/green-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.section-full-column-green .block-item {
	text-align: center;
}
.section-full-column-green .block-item .entry-block-title {
	font-family: 'ITC Avant Garde Pro Md', sans-serif;
	font-size: 20px;
	line-height: 100%;
}
.section-full-column-green .block-item .entry-block-number {
	font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
	font-size: 65px;
	line-height: 100%;
	margin: 25px 0;
}
.section-full-column-green .block-item .entry-block-subtitle {
	font-family: 'ITC Avant Garde Pro Md', sans-serif;
	font-size: 28px;
	line-height: 100%;
	text-transform: uppercase;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION FEATURED NEWS -------------------------------
-----------------------------------------------------------------------------*/

.section-news-three-columns .entry-header {
	text-align: center;
	margin-bottom: 50px;
}
.section-news-three-columns .entry-header .entry-title {
	font-size: 38px;
	color: #028641;
	line-height: 38px;
	margin: 0;
}

.section-news-three-columns .block-news {
  	padding-left: 25px;
  	padding-right: 25px;
}
.section-news-three-columns .block-news .block-inner {
	-webkit-box-shadow: 0px 7px 96px -14px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 7px 96px -14px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 7px 96px -14px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}
.section-news-three-columns .block-news .block-inner img {
	width: 100%;
}
.section-news-three-columns .block-news .block-inner .block-overlay {
	height: 365px;
	width: 100%;
	margin-top: 0px;
	background: #fff;
	float: left;
	z-index: 99;
	position: relative;
	transition: all 1s ease 0s;
	padding: 25px 15px 10px;
}
.section-news-three-columns .block-news:hover .block-inner .block-overlay {
  	margin-top: -125px;
}
.section-news-three-columns .block-news:hover .block-inner .block-overlay .ms-news-post-title {
	color: #f8aa00;
}
.section-news-three-columns .block-news .block-inner,
.section-news-three-columns .block-news {
  	height: 550px;
}
.section-news-three-columns .block-news .block-inner .block-overlay .post-categories {
	margin: 0 0 10px;
}
.section-news-three-columns .block-news .block-inner .block-overlay .post-categories a {
	font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #028641;
	text-decoration: none;
}
.section-news-three-columns .block-news .block-inner .block-overlay .post-categories a:hover {
	text-decoration: none;
}
.section-news-three-columns .block-news .block-inner .block-overlay .entry-block-desc {
	color: #888888;
}
.section-news-three-columns .block-news .block-inner .block-overlay .entry-block-desc a {
	font-size: 22px;
	color: #4a4a4a;
	line-height: 28px;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION FOUR COLUMN ---------------------------------
-----------------------------------------------------------------------------*/

.section-four-column {
	background: url('images/green-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	margin: 0 0 10px;
}

.section-four-column .entry-header {
	margin-bottom: 50px;
}
.section-four-column .entry-header .entry-title {
	font-size: 28px;
	line-height: 100%;
	margin: 0;
}

.section-four-column .block-item .entry-block-title {
	font-size: 20px;
	line-height: 100%;
	margin: 0 0 25px;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION MILESTONE -----------------------------------
-----------------------------------------------------------------------------*/

.section-milestone .entry-header {
	margin-bottom: 35px;
}
.section-milestone .entry-header .entry-title {
	font-size: 28px;
	color: #028641;
	line-height: 100%;
	margin: 0;
}

.cd-horizontal-timeline ul, .cd-horizontal-timeline ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}
.cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
	opacity: 1;
}
.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
}

.cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	/* width will be set using JavaScript */
	background: #dfdfdf;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #028641;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	padding-bottom: 15px;
	font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
	color: #4a4a4a;
	/* fix bug on Safari - text flickering while timeline translates */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cd-horizontal-timeline .events a:hover {
	color: #028641;
}
.cd-horizontal-timeline .events a::after {
	/* this is used to create the event spot */
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #f8f8f8;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #028641;
	border-color: #028641;
}
.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
	background-color: #028641;
	border-color: #028641;
}
.cd-horizontal-timeline .events a.older-event::after {
	border-color: #028641;
}

.cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	/* replace text with an icon */
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
	/* arrow icon */
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
	left: 0;
	border: 2px solid #028641;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
	right: 0;
	border: 2px solid #028641;
}
.no-touch .cd-timeline-navigation a:hover {
	border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
	border: 2px solid #dfdfdf;
}
.cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 25px 0 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 0;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li .section-img {
	padding: 0;
}
.cd-horizontal-timeline .events-content li .section-content {
	background-color: #f6f6f6;
	padding: 30px 40px;
	height: 345px;
}
.cd-horizontal-timeline .events-content li .section-content .entry-title {
	font-size: 26px;
	line-height: 100%;
	margin: 0 0 25px;
}
.cd-horizontal-timeline .events-content li .section-content .entry-desc {
	font-size: 14px;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*-----------------------------------------------------------------------------
------------------------- SECTION LEFT IMAGE CIRCLE ---------------------------
-----------------------------------------------------------------------------*/

.section-left-small-right-large.section-repeater {
	padding: 0 0 70px;
}

.section-left-small-right-large .section-left {
	height: 100%;
}
.section-left-small-right-large .section-left img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

.section-left-small-right-large .section-right .entry-block {
	transform: translateY(17px);
}
.section-left-small-right-large .section-right .img-circle-mobile {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: auto;
}
.section-left-small-right-large .section-right .entry-title {
	font-size: 28px;
	color: #028641;
	line-height: 100%;
	margin: 0 0 25px;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION BUSINESS UNIT -------------------------------
-----------------------------------------------------------------------------*/

.section-business-unit.section-repeater {
	padding: 10px 0 70px;
}

.section-business-unit .entry-header {
	margin-bottom: 50px;
}
.section-business-unit .entry-header .entry-title {
	font-size: 28px;
	color: #028641;
	line-height: 100%;
	margin: 0;
}

.section-business-unit .block-item {
	margin-bottom: 30px;
}

.slide-content-container {
	display: none;
	margin: 0 0 30px 0;
}
.slide-content-container.active {
	display: block;
}
.slide-content-container .entry-block-content {
	position: relative;
}
.slide-content-container .entry-block-content .entry-img {
	max-width: 12%;
}

.slide-button-container {
	position: absolute;
	right: 30px;
	bottom: -15px;
	z-index: 99;
}

.section-business-unit .block-item .block-inner {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    position: relative;
	cursor: pointer;
}

.section-business-unit .slide-content {
	display: none;
}
.section-business-unit .slide-content h3.entry-block-title {
	margin: 0 0 30px 0;
}

.section-business-unit .block-item .block-inner .entry-block-item {
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}

.section-business-unit .slide-content .entry-img img {
	display: block;
	margin: 0 auto;
}

.section-business-unit .slide-content.active {
	display: block;
}

.section-business-unit .block-item .block-inner .entry-block-title:before {
	content: "\e91f";
	font-family: 'ggf';
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
	position: absolute;
	top: 4px;
	right: 0px;
	z-index: -1;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.section-business-unit .block-item .block-inner.active .entry-block-title:before {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	right: -2px;
}


.section-business-unit .block-item .block-inner .entry-block-title {
	display: inline;
	font-family: 'ITC Avant Garde Pro Md', arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
	vertical-align: middle;
	position: relative;
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 0;
}

.section-business-unit .block-item .block-inner .bg-color-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(248, 170, 0, 0.7);
    text-decoration: none;
}

.entry-block-outer-container {
	padding: 30px;
	position: absolute;
  	bottom: 0px;
  	width: 100%;
	z-index: 99;
}

.section-business-unit .block-item .block-inner:hover .bg-color-overlay,
.section-business-unit .block-item .block-inner.active .bg-color-overlay {
	opacity: 1;
}
.section-business-unit .block-sub-item .block-inner, .section-business-unit .slide-content.active {
	-webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.1);
    padding: 40px;
    position: relative;
	min-height: 300px;
	margin: 30px 0;
}
.section-business-unit .block-sub-item .entry-block-title {
	font-size: 21px;
	line-height: 100%;
	margin: 0 0 30px;
}
.section-business-unit .block-sub-item .entry-close-btn {
	position: absolute;
	bottom: 54px;
	right: 75px;
}
.section-business-unit .block-sub-item .entry-block-content .close-button {
	font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
	display: inline;
    font-size: 13px;
    line-height: 100%;
    vertical-align: middle;
    cursor: pointer;
}
.section-business-unit .block-sub-item .entry-block-content .close-button:before {
	content: "\e91e";
	font-family: 'ggf';
	font-size: 25px;
	font-weight: normal;
	color: #4a4a4a;
	position: absolute;
	top: 3px;
	right: -30px;
	z-index: -1;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}


/*-----------------------------------------------------------------------------
------------------------- SECTION PRODUCT MAPPING -----------------------------
-----------------------------------------------------------------------------*/

.section-product-map .entry-header {
	margin-bottom: 50px;
}
.section-product-map .entry-header .entry-title {
	font-size: 28px;
	color: #028641;
	line-height: 100%;
	margin: 0;
}

#google-map-product-mapping {
	width:100%;
	height:715px;
}
#google-map-product-mapping button.gm-ui-hover-effect {
	top: 8px !important;
}
#google-map-product-mapping .gm-style .gm-style-iw {
	top: 10px !important;
}
#google-map-product-mapping .map-popup-title {
	font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
	font-size: 16px;
	color: #028641;
	padding: 1px 10px;
}

#google-map-legend-container h6.subtitle{
    font-size: 16px;
    margin-top: 25px;
    font-weight: normal;
    margin-bottom: 21px;
    font-family: 'ITC Avant Garde Pro Bk', sans-serif;
}

#google-map-legend-container ul.list-map-legend {
	margin: 0;
	padding: 0;
	list-style: none;
}
#google-map-legend-container ul.list-map-legend li {
	display: inline-block;
	line-height: 100%;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 10px;
}
#google-map-legend-container ul.list-map-legend li:last-child {
	margin-right: 0;
}
#google-map-legend-container ul.list-map-legend li .entry-icon img {
	vertical-align: middle;
}
#google-map-legend-container ul.list-map-legend li span.entry-text {
	vertical-align: middle;
	margin-left: 10px;
}

.gm-style .gm-style-iw-t::after {
	display: none;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION TWO LINKS -----------------------------------
-----------------------------------------------------------------------------*/

.section-two-links {
	background: url('images/green-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 85px 0;
}

.section-two-links .entry-header {
	text-align: center;
	margin-bottom: 50px;
}
.section-two-links .entry-header .entry-title {
	font-size: 38px;
	line-height: 38px;
	margin: 0 0 20px;
}
.section-two-links .entry-header .entry-desc {}

.section-two-links .section-two-links-url .section-two-links-img {
	position: relative;
	border-radius: 100%;
  	width: 350px;
  	height: 350px;
  	overflow: hidden;
  	display: block;
	margin: auto;
}

.section-two-links .section-two-links-url .text-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
}
.section-two-links .section-two-links-url .text-overlay .outer,
.section-two-links .section-two-links-url .bg-overlay .outer {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.section-two-links .section-two-links-url .text-overlay .outer .inner,
.section-two-links .section-two-links-url .bg-overlay .outer .inner {
	display: table-cell;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
}

.section-two-links .section-two-links-url .text-overlay .outer .inner .text-overlay-title {
	font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 100%;
}

.section-two-links .section-two-links-url .bg-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    background-color: rgba(248, 170, 0, 0.7);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.section-two-links .section-two-links-url .bg-overlay .outer .inner .bg-overlay-sign {
    width: 100%;
    height: 16%;
}
.section-two-links .section-two-links-url .bg-overlay .outer .inner .bg-overlay-title {
	font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 100%;
}

.section-two-links .section-two-links-url .section-two-links-img img {
	border: 2px solid #ffffff;
    border-radius: 50%;
}

.section-two-links .section-two-links-url:hover .text-overlay {
	opacity: 0;
}
.section-two-links .section-two-links-url:hover .bg-overlay {
	opacity: 1;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION CAROUSEL ------------------------------------
-----------------------------------------------------------------------------*/

.section-carousel .entry-header {
	text-align: center;
	margin-bottom: 50px;
}
.section-carousel .entry-header .entry-title {
	font-size: 38px;
	color: #028641;
	line-height: 38px;
	margin: 0 0 20px;
}

.section-carousel .carousel-inner {
	margin-bottom: 30px;
}
.section-carousel .section-two-carousel-image img {
	display: block;
	margin: auto;
}
.section-carousel .section-two-carousel-image .subtitle {
	font-family: 'ITC Avant Garde Pro Md', arial;
	font-size: 16px;
	font-weight: normal;
	color: #4a4a4a;
    line-height: 24px;
    text-align: center;
    margin: 25px 0 0;
    min-height: 72px;
}

.section-carousel .award-achieve-inline {
	display: block;
	position: relative;
}
.section-carousel .award-achieve-inline .bg-green-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 5px;
	background-color: rgba(208, 217, 33, 0.9);
	padding: 20px;
	overflow: hidden;
}
.section-carousel .award-achieve-inline .bg-green-overlay .entry-overlay-desc {
	font-family: 'ITC Avant Garde Pro Md', sans-serif;
    color: #4a4a4a;
}
.section-carousel .award-achieve-inline:hover .bg-green-overlay {
	opacity: 1;
}

.section-carousel .owl-cc-nav-container {
	float: left;
	width: 50px;
}

#owl-carousel-carousel.owl-carousel .owl-item img {
	width: auto;
}
#owl-carousel-carousel, .section-carousel .owl-cc-nav-container {
	float: left;
}
#owl-carousel-carousel.owl-carousel .owl-nav {
	display: none;
}
#owl-carousel-carousel-navigation {
	margin: 0 0 50px 0;
}
#owl-carousel-carousel-navigation table {
	width: 190px;
	margin: 0px auto;
	position: relative;
}
#owl-carousel-carousel-navigation table tr td {
	text-align: center;
	padding: 0 10px;
}
#owl-carousel-carousel-navigation table tr td span.carousel-nav {
	position: relative;
    display: block;
    cursor: pointer;
}
#owl-carousel-carousel-navigation table tr td span.carousel-nav i {
	font-size: 25px;
	color: #4a4a4a;
	vertical-align: unset;
}
#owl-carousel-carousel-navigation table tr td span#carousel-nav-prev {
	text-align: left;
}

.popup-green-detail {
	position: relative;
}
.popup-green-detail .entry-bg-green {
	background-color: #d0d921;
    padding: 30px;
    border-radius: 5px;
    min-height: 300px;
}
.popup-green-detail .entry-bg-green .entry-desc {
	font-family: 'ITC Avant Garde Pro Md', sans-serif;
	color: #4a4a4a;
}
.popup-green-detail .entry-bg-green .entry-desc p {
	margin: 0 0 15px;
}
.popup-green-detail button.mfp-close {
	top: unset;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    color: #4a4a4a;
    width: 35px;
    height: 35px;
    border: 2px solid #4a4a4a;
    border-radius: 50%;
    padding: 0px 4px;
    line-height: 33px;
    opacity: 1;
}
.popup-green-detail button.mfp-close:hover {
	opacity: 0.6;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION TITLE CONTENT -------------------------------
-----------------------------------------------------------------------------*/

.section-title-content .block-title-content .subtitle {
	font-size: 28px;
    color: #028641;
    line-height: 100%;
    margin: 0;
}

/*-----------------------------------------------------------------------------
------------------------------ SECTION BOX ------------------------------------
-----------------------------------------------------------------------------*/

.section-repeater.section-box p:last-child {
	margin: 0 0 20px;
}

.section-box .section-box-outer {
	border: #eee 1px solid;
	padding: 50px 150px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.section-box .section-box-outer .subtitle {
	font-size: 28px;
    color: #028641;
    line-height: 100%;
    margin: 0 0 30px;
}

.section-box .section-box-outer .btn-click-here {
	text-decoration: none;
	background: #25aae1;
    padding: 9px 45px 9px 20px;
	color: #ffffff;
	border-radius: 100px;
	text-align: left;
	vertical-align: middle;
	position: relative;
}
.section-box .section-box-outer .btn-click-here:hover {
	background: #fba919;
}
.section-box .section-box-outer .btn-click-here i {
	font-size: 20px;
	position: absolute;
	top: 8px;
	right: 18px;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION PRODUCT FOOD --------------------------------
-----------------------------------------------------------------------------*/

.section-product-food.section-repeater {
	padding: 0 0 70px;
}

.section-product-food .block-item {
	margin-bottom: 30px;
}
.section-product-food .block-item .entry-block-item {
	position: relative;
	line-height: 80%;
}

.section-product-food .block-item .entry-block-item, .section-product-food .block-item .entry-block-item img {
	border-radius: 50%;
}

.section-product-food .block-item .entry-block-item .block-dark-layer {
	position: absolute;
    background-color: rgba( 0, 0, 0, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.section-product-food .block-item .block-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    text-decoration: none;
}
.section-product-food .block-item .block-overlay .outer {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.section-product-food .block-item .block-overlay .outer .inner {
	display: table-cell;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
}
.section-product-food .block-item .block-overlay .outer .inner .entry-block-title {
	font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 100%;
}

.section-product-food .block-item:hover .block-overlay {
	opacity: 0;
}

.section-product-food .block-item .block-overlay-orange {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(248, 170, 0, 0.7);
    border-radius: 50%;
    text-decoration: none;
}
.section-product-food .block-item .block-overlay-orange .outer {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.section-product-food .block-item .block-overlay-orange .outer .inner {
	display: table-cell;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
}
.section-product-food .block-item .block-overlay-orange .outer .inner .entry-block-sign {
    width: 100%;
    height: 16%;

}
.section-product-food .block-item .block-overlay-orange .outer .inner .entry-block-title {
	font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 100%;
}

.section-product-food .block-item:hover .block-overlay-orange {
	opacity: 1;
}

#product-food-popup h4.subtitle {
	background-repeat: no-repeat;
	background-position: left center;
	height: 62px;
	padding: 33px 0 5px 75px;
	font-size: 18px;
	color: #028641;
}
#product-food-popup h5.subtitle {
	font-size: 16px;
	margin: 30px 0 3px;
}

#product-food-popup p{
    font-size: 14px;
    margin: 0 0 15px;
}

/*Product Lines Popup*/
#product-food-popup {
    background: #ffffff;
    width: 980px;
    margin: 0px auto;
    padding: 31px 28px;
    border-radius: 8px;
}
#product-food-popup .header-detail-popup{
    margin-bottom: 18px;
}
.header-detail-popup .title{
    font-size: 27px;
    color:#028641;
}
.product-line-title {
	width: 90%;
}
.action-button-popup {
	position: relative;
	width: 10%;
}
.action-button-popup ul.action-btn {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}
.action-button-popup ul.action-btn li {
    display: inline-block;
    margin-right: 7px;
}
.action-button-popup ul.action-btn li.product-line-arrow a:before {
	font-family: 'ggf';
	font-size: 22px;
	font-weight: normal;
	color: #9b9b9b;
}
.action-button-popup ul.action-btn li.product-line-prev a:before {
	content: "\e91e";
}
.action-button-popup ul.action-btn li.product-line-next a:before {
	content: "\e91f";
}
.action-button-popup ul.action-btn li.popup-close .mfp-close {
	display: block;
	position: unset;
	padding: 0;
	width: unset;
	height: unset;
	opacity: 1;
	cursor: pointer;
}
.action-button-popup ul.action-btn li.popup-close .mfp-close:before {
    content: "\e900";
    font-family: 'ggf';
    font-size: 22px;
    font-weight: normal;
    color: #9b9b9b;
}

/*Single Product Food*/
.content-single-product {
	margin: 63px 0 50px;
}

.image-detail-popup {
	margin: 0 0 20px 0;
}

.content-single-product h4.subtitle {
  position: relative;
}
.content-single-product .content-detail h4.subtitle .accordion-button {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 21px;
    right: 0px;
    background: url(images/arrow-right-gray.png) no-repeat top right;
    background-size: 22px 22px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}
.content-single-product .content-detail.active h4.subtitle .accordion-button {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.content-single-product .single-post-product-line-container {
  	/*display: none;*/
}
.content-single-product .header-detail-popup .title {
	font-size: 22px;
}
.content-single-product h4.subtitle {
	background-repeat: no-repeat;
    background-position: left center;
    height: 62px;
    padding: 20px 0 20px 75px;
    font-size: 18px;
    color: #028641;
    margin: 15px 0;
}
.content-single-product .list-product {
	margin-bottom: 15px;
}
.content-single-product .list-product:last-child {
	margin-bottom: 0;
}
.content-single-product .back-btn-single-product {
	padding: 30px 0 15px;
}
.content-single-product .back-btn-single-product .ms-back-navigation-single-product .back-btn a {
	position: relative;
	color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 30px;
}
.content-single-product .back-btn-single-product .ms-back-navigation-single-product .back-btn a:before {
	content: "\f177";
	font-family:'FontAwesome';
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: -3px;
	left: 0;
}
.content-single-product .back-btn-single-product .ms-back-navigation-single-product .back-btn a:hover {
	color: #f8aa00;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION FULL WIDTH IMAGE ----------------------------
-----------------------------------------------------------------------------*/

.section-full-width-img.section-repeater {
	padding: 0 0 70px;
}

.section-full-width-img .entry-header {
	margin-bottom: 50px;
}
.section-full-width-img .entry-header .entry-title {
	font-size: 28px;
	color: #028641;
	line-height: 100%;
	margin: 0 0 30px;
}
.section-full-width-img .entry-header .entry-content {
	margin: 0;
}

.section-full-width-img .entry-bg-gray {
	background-color: #f6f6f6;
	padding: 50px 0;
}
.section-full-width-img .entry-bg-gray img {
	display: block;
	margin: auto;
	width: 800px;
	height: auto;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION ICON LIST VERTICAL --------------------------
-----------------------------------------------------------------------------*/

.section-icon-list-vertical.section-repeater {
	padding: 0 0 70px;
}

.section-icon-list-vertical .entry-header {
	margin-bottom: 50px;
}
.section-icon-list-vertical .entry-header .entry-title {
	font-size: 28px;
	color: #028641;
	line-height: 100%;
	margin: 0 0 30px;
}
.section-icon-list-vertical .entry-header .entry-content {
	margin: 0;
}

.section-icon-list-vertical .block-item {
	margin-bottom: 30px;
}
.section-icon-list-vertical .block-item .section-right {
	display: table;
	height: 250px;
}
.section-icon-list-vertical .block-item .section-right .entry-block {
	display: table-cell;
	vertical-align: middle;
}
.section-icon-list-vertical .block-item .section-right .entry-title {
	font-size: 24px;
	line-height: 100%;
	margin: 0 0 25px;
}

/*-----------------------------------------------------------------------------
----------------------------- SECTION GALLERY ---------------------------------
-----------------------------------------------------------------------------*/

.section-gallery.section-repeater {
	padding: 0 0 70px;
}

#ggf-gallery .owl-stage-outer {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

#ggf-gallery-container {
	position: relative;
}

.gallery-container .gallery-description {
    font-size: 18px;
    font-weight: bold;
}
.gallery-container .mt-gallery {
    margin-bottom: 15px;
}

.gallery-navigation ul.pagination {
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
}
.gallery-navigation ul.pagination li {
	display: inline-block;
}
.gallery-navigation ul.pagination li span.gallery-number{
    padding: 0 17px 0 17px;
    font-size: 17px;
}
.gallery-navigation ul.pagination li.gallery-items span.gallery-link {
    position: absolute;
    top: 0;
    font-size: 25px;
    font-weight: normal;
    color: #4a4a4a;
}
.gallery-navigation ul li#gallery-prev span.gallery-link {
	left: 0;
}
.gallery-navigation ul li#gallery-next span.gallery-link {
	right: 11px;
}
.gallery-navigation ul li.gallery-items span.gallery-link:hover {
    border-color:#f8aa00;
    cursor: pointer;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION TERMS CONDITION -----------------------------
-----------------------------------------------------------------------------*/

.section-term-condition .entry-header {
    margin-top: 175px;
}
.section-term-condition .entry-header .entry-title {
	font-size: 28px;
	color: #028641;
	line-height: 38px;
	margin: 0;
}

body.page-id-28 header#masthead.banner-header,
body.page-id-30 header#masthead.banner-header {
	display: none;
}

body.page-id-28 header#masthead.fixed-header,
body.page-id-30 header#masthead.fixed-header {
	top: 0;
}

article#post-30 h1.entry-title {
    color: #028641;
    margin:98px 0 8px;
}

article#post-30 .section-term-condition.section-repeater{
    padding: 0px;
    margin: 93px 0 172px;
}

article#post-30 .section-term-condition.section-repeater header.entry-header{
    margin-bottom: 20px;
}

article#post-30 .block-term-description > p {
    margin: 0;
    font-size: 14px;
    line-height: 180%;
}

article#post-30 .block-term-description > ul {
    margin:0;
    padding-left: 0px;
    list-style: none;
}

article#post-30 .block-term-description > ul li:before {
    content: '-';
    margin-left: 0;
    margin-right: 23px;
}

article#post-30 .block-term-description > ul ~ p {
    margin-left: 28px;
}

article#post-28 h1.entry-title {
    color: #028641;
    margin:98px 0 8px;
}

article#post-28 .section-term-condition.section-repeater{
    padding: 0px;
    margin: 93px 0 172px;
}

article#post-28 .block-term-description > h3.subtitle{
    font-size: 16px;
    margin: 66px 0 35px;
}

article#post-28 .block-term-description > p {
    margin: 0;
    font-size: 14px;
    line-height: 180%;
}

article#post-28 .block-term-description > ul {
    margin:0;
    padding-left: 0px;
    list-style: none;
}

article#post-28 .block-term-description > ul li{
    font-size: 14px;
    padding-bottom: 5px;
}
article#post-30 .block-term-description > ul li{
    font-size: 14px;
}

article#post-28 .block-term-description > ul li:before {
    content: '-';
    margin-left: 0;
    margin-right: 23px;
}

article#post-28 .block-term-description > ul ~ p {
    margin-left: 0;
}

/*-----------------------------------------------------------------------------
------------------------- SECTION CONTACT US ----------------------------------
-----------------------------------------------------------------------------*/

.section-two-column .entry-title {
	font-size: 26px;
	color: #028641;
	line-height: 38px;
	margin: 0 0 30px;
}
.section-two-column .entry-content {
	margin: 0 0 30px;
}

.section-two-column .contact-us .form-group .form-control {
	width: 100%;
}
.section-two-column .contact-us .form-group .form-control::placeholder {
	color: #4a4a4a;
}

.section-two-column .contact-us .form-group .form-left {
	padding-right: 7.5px;
}
.section-two-column .contact-us .form-group .form-right {
	padding-left: 7.5px;
}

.contact-us > .control-group.form-group {
    margin-bottom: 18px;
}

/*Contact Form*/
.contact-us input,
.contact-us textarea,
.contact-us input:focus,
.contact-us textarea:focus {
    color: #333;
    border: none;
    font-size: 15px;
    box-shadow: none;
    padding: 12px 15px;
    border-radius: 0px;
    background: #eeeeee;
}
.btn{
    box-shadow: none;
}
input.btn-contact-us,
input.btn-contact-us:focus {
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 20px;
    background: #25aae1;
    border-radius: 100px;
    transition: 0.3s ease;
    line-height: 100%;
    letter-spacing: 0.87px;
}
input.btn-contact-us:hover {
    background: #f8aa00;
}
.required-info {
    font-size: 14px;
}

/*Pop-Up*/
.send-message-detail {
	width: 750px;
	height: 320px;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: center;
}
.send-message-detail img {
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.send-message-detail .entry-popup-title {
	font-size: 30px;
    color: #0c8744;
    line-height: 100%;
    margin: 20px 0;
}
.send-message-detail .entry-popup-desc {}
.send-message-detail .mfp-close {
	position: absolute;
    top: unset;
    left: 0;
    right: 0;
    bottom: 30px;
    background: #25aae1;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 150px;
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    opacity: 1;
}
.send-message-detail .mfp-close:hover {
	background: #f8aa00;
}

#office-map {
	width: 100%;
	max-width: 410px;
	height: 375px;
}

.entry-map {
	overflow: hidden;
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0 0;
}

/*-----------------------------------------------------------------------------
----------------------------- SECTION LIST NEWS -------------------------------
-----------------------------------------------------------------------------*/

.ms-category-border-right a{
   color: #087d35;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
	justify-content: normal;
}
.nav-tabs > li {
	float: left;
}
.nav-tabs .nav-item {
	padding: 0 60px 0 0;
}
.nav-tabs .nav-item:last-child {
	padding: 0;
}
.nav-tabs .nav-link {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    color: #4a4a4a;
}
.nav-tabs .nav-link:visited {
    color: inherit;
}
.nav-tabs .nav-link:hover{
    color:#f8aa00;
}
.nav-tabs .nav-link.active {
    color: #087d35;
    background-color: #fff;
}
ul.nav-tabs li:first-child .nav-link {
	border-right: 2px solid #4a4a4a;
	padding: 0 60px 0 0;
}

/*List News*/
.ms-news-post-content {
    padding: 35px;
    cursor: pointer;
}
.ms-news-post-block a {
    text-decoration: none;
}
.ms-news-post-categories {
    margin-bottom: 17px;
}
.ms-news-post-categories a {
    color: #028641;
    font-size: 13.92px;
    font-weight: bold;
    margin-bottom:17px;
}

.section-news-three-columns .block-news h5{
    height: 140px;
}

.section-news-three-columns .block-news h5.ms-news-post-title:hover{
    color:inherit;
}

.ms-news-post-block h5.ms-news-post-title,
.section-news-three-columns .block-news h5 {
    color: #4a4a4a;
    line-height: 150%;
    font-weight: normal;
    text-decoration: none;
    font-family: 'ITC Avant Garde Pro Bk', sans-serif;
    margin: 0;
}

.section-news-three-columns .block-news h5 {
    margin-bottom: 10px;
}

.ms-news-post-block p {
    color: inherit;
    font-size: 13px;
    line-height: 170%;
    font-weight: normal;
    margin: 16px 0 15px;
}

.ms-news-post-block span.ms-news-post-date {
    color: #888;
}

.ms-news-img-contain {
    position: relative;
}

.ms-news-img-overlay {
    position: absolute;
    top: 0;
    bottom: 7px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    background-color: rgba(248, 170, 0, 0.7607843137254902);
}

.ms-news-post-block:hover .ms-news-img-overlay {
  opacity: 1;
}

.ms-news-post-block:hover .ms-news-post-content a,
.ms-news-post-block:hover .ms-news-post-content h5,
.section-news-three-columns .block-news a:hover h5,
.ms-news-post-block:hover .ms-news-post-content .ms-news-post-categories {
    color:#f8aa00;
}

.ms-news-readmore {
    display: none;
}

.ms-news-readmore .back-btn a {
    font-weight: bold;
    text-decoration: none;
}

.ms-news-post-block:hover .ms-news-post-date {
    display: none;
}

.ms-news-post-block:hover .ms-news-readmore {
    display: block;
    transition: display 0s, opacity 0.5s linear;
}

.ms-news-pagination {
    display: flex;
    margin: 48px 0 67px;
}

.navigation-pagination ul.pagination {
    margin: 0;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.navigation-pagination ul.pagination li {
	margin-right: 15px;
}
.navigation-pagination ul.pagination li a {
    display: block;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
}
.navigation-pagination ul.pagination li.actives a {
	color: #087d35;
}
.navigation-pagination ul.pagination li .page-link {
	font-size: 22px;
}
.navigation-pagination ul.pagination li .page-link i {
	width: unset;
	height: unset;
	background-image: none;
}

.page-item:not(.disabled) span.page-link:hover {
    border-color:#f8aa00;
}

.page-item:not(.disabled) span.page-link:hover i {
    color:#f8aa00;
}

a.page-link:hover {
    z-index: 2;
    color: #f8aa00;
}

.page-item.disabled .page-link {
    color: #c6c6c6;
}
.page-item.actives .page-link {
    color: #4a4a4a;
}

/*-----------------------------------------------------------------------------
-------------------------------- SINGLE POST ----------------------------------
-----------------------------------------------------------------------------*/

.ms-single-post .ms-post-date {
    color:#9f9f9f;
}
.ms-single-post .ms-post-type {
    color: #028641;
    font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
}
.ms-single-post .ms-title-post {
    line-height: 43px;
    font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
}

.ms-single-post .ms-post-content {
    line-height: 175%;
    font-family: 'ITC Avant Garde Pro Bk', sans-serif;
}

.ms-single-post .ms-post-thumbnail img {
    width: 100%;
}

.ms-back-navigation-post .back-btn a {
	position: relative;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 30px;
}
.ms-back-navigation-post .back-btn a:before {
	content: "\f177";
	font-family:'FontAwesome';
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: -2px;
	left: 0;
	line-height: 100%;
}
.ms-back-navigation-post .back-btn a:hover {
    color: #f8aa00;
}

.ms-socmed-share ul.entry-socmed {
    padding: 0;
    display: inline-block;
}

.ms-socmed-share ul.entry-socmed li {
    margin-right: 10px;
    display: inline-block;
}

.ms-socmed-share ul.entry-socmed li a {
    display: block;
    font-size: 30px;
    color: #028641;
}
.ms-socmed-share ul.entry-socmed li a:hover {
	color: #fba919;
}

.ms-socmed-share .entry-text {
    margin-bottom: 15px;
    font-size: 14px;
}

/*BREADCRUMB*/
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    padding: .75rem 1rem;
    border-radius: .25rem;
}
.ms-sinpost-bread {
    color:#4a4a4a;
    font-weight: bold;
    border-bottom:2px solid #4a4a4a;
}
.ms-sinpost-bread:hover {
    cursor: pointer;
    color:#f8aa00;
    border-color:#f8aa00;
}

#breadcrumb {
    margin: 40px auto 10px;
}
#breadcrumb-container li.breadcrumb-item a:visited {
    color:inherit;
}
#breadcrumb-container li.breadcrumb-item a {
    color:inherit;
    font-weight: normal;
    text-decoration: none;
}

.page-template.page-template-template-repeater.banner-top #breadcrumb, body.banner-top #breadcrumb {}

.cos_breadcrumb {
    padding: 0px;
    margin: 0px;
}
.pt_breadcrumb {
    padding-top: 45px;
}
.breadcrumb-item-active > a {
    color: inherit;
    text-decoration: none;
}

/*-----------------------------------------------------------------------------
-------------------------------- MEDIA RESPONSIVE -----------------------------
-----------------------------------------------------------------------------*/

@media (min-width: 1200px) {

    /*Nav-Mobile*/
    #nav-btn-fix, #nav-btn-no-fix{
        display: none;
    }
    .main-navigation ul {
		display: block;
	}
    header#masthead.fixed-header{
        border-bottom: #c1e2d1 1px solid;
        box-shadow: none;
    }

    .mfp-container {
        padding-left: 20%;
        padding-right: 20%;
    }

}

@media (min-width: 1100px) {
	.cd-horizontal-timeline {
		margin: 0;
	}
	.cd-horizontal-timeline::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

@media (min-width: 1024px) {

	.mfp-container {
        padding-left: 15%;
        padding-right: 15%;
    }

}

@media (min-width: 992px) {

    /*Section News Three Column*/
	.section-news-three-columns .mobile-layout {
		display: none;
	}

	/*Section Image Content*/
	.section-right-left .section-content-image img.left-right-img-mobile {
		display: none;
	}

    .section-full-column-green .block-item .entry-block-number{
        font-size: 65px;
        line-height: 100%;
    }
    .section-full-column-green .block-item .entry-block-title{
        font-size: 19px;
    }
    .section-full-column-green .block-item .entry-block-subtitle{
        font-size: 27px;
    }

    .post-template-default.banner-top-hide .ms-border-post{
        border-bottom: 2px solid #efefef;
    }
    .ms-socmed-share.small-only{
        display: none;
        margin-bottom: 21px;
    }
}

@media (min-width: 768px) {

	/*Section Left Image Circle*/
	.section-left-small-right-large .section-right .img-circle-mobile {
		display: none;
	}

	/*Section Product Line*/
    .section-product-food .block-item .block-overlay-orange .outer .inner .entry-block-sign {
        background-size: 55px;
        height: 16%;
    }
    .section-product-food .block-item .block-overlay-orange .outer .inner .entry-block-title {
        font-size: 30px;
    }
    .section-product-food .block-item .block-overlay .outer .inner .entry-block-title {
        font-size: 30px;
    }

    /*Section Icon List Vertical*/
	.section-icon-list-vertical .mobile-layout {
		display: none;
	}

	/*Section Two Column*/
    .section-two-column p.required-info {
        display: none;
    }
}

@media (min-width: 576px) {

	/*Section Three Column*/
	.section-three-columns .mobile-layout-1,
	.section-three-columns .mobile-layout-2 {
		display: none;
	}

	/*Section Product Food*/
	.section-product-food .mobile-layout {
		display: none;
	}

	/*Section Full Width Img*/
	.section-full-width-img .entry-bg-gray .mobile-only {
		display: none;
	}

	/*Breadcrumb*/
	.page-template.page-template-template-repeater.banner-top #breadcrumb, body.banner-top #breadcrumb {
        font-size: 14px;
    }
    .pt-back-btn-sustain {
        padding-top: 50px;
    }
    header#masthead.fixed-header {
        border-bottom: #c1e2d1 1px solid;
    }
    .page-template-template-repeater.banner-top .ms-border-post {
        border-bottom: 2px solid #efefef;
    }
    #breadcrumb-container li.breadcrumb-item a {
        font-size: 14px;
    }

	/*Section Milestone*/
    .section-milestone .mobile-layout {
    	display: none;
    }

    /*Single Post*/
    .ms-single-post .ms-title-post{
        font-size: 26px;
        margin: 28px 0 37px;
    }
    .ms-single-post .ms-post-content{
        font-size: 15px;
        margin: 25px 0 15px;
    }
    .ms-single-post .ms-post-date{
        font-size:14px;
    }
    .single-post #breadcrumb, body.banner-top-hide #breadcrumb {
        margin-top: 155px;
        margin-bottom: 50px;
    }
    .ms-back-navigation-post{
        margin-top:45px;
        margin-bottom:119px ;
    }

    /*News*/
   .ms-news-post-block{
        box-shadow: 0px 7px 96px -14px rgba(0, 0, 0, 0.24);
    }
    .ms-news-post-block h5.ms-news-post-title,
    .section-news-three-columns .block-news h5{
        font-size: 22px;
    }
    .ms-news-post-block span.ms-news-post-date{
        font-size: 13.92px;
    }
    .ms-news-readmore .back-btn a{
        color: #4a4a4a;
        font-size: 14px;
    }
    .ms-news-category-bar {
        margin: 50px 0 80px;
    }
    .ms-news-post-block h5.ms-news-post-title{
        min-height: 101px;
    }
    .ms-news-post-block p{
        display: block;
    }

    .ms-single-post .ms-post-type{
        display: none;
    }

    article#post-30 .block-term-description > h3.subtitle{
        font-size: 16px;
        margin: 40px 0 36px;
    }

}

@media (min-width: 426px){

    /*CONTACT US*/
    span.required-info {
        text-align: center;
        display: block;
        font-size: 14px;
    }

}

@media (max-width: 1199px) {

	#lang-button-container {
		display: none;
	}

	/*Banner*/
	#full-page-banner.single-banner {
		height: 450px;
	}
	#full-page-banner.single-banner .banner-outer .banner-inner .entry-title {
		font-size: 30px;
		line-height: 36px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-title {
		font-size: 42px;
		margin-bottom: 15px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc {
		font-size: 19px;
		line-height: 24px;
	}
	#fp-carousel-pagination {
		bottom: 25%;
	}
	#fp-carousel-pagination .owl-dot {
        width: 128px;
        font-size: 12px;
		padding: 0 0 5px;
	}
	#ggf-white-logo svg {
		width: 140px;
	}

	header#masthead #menu-main-container-1,
	header#masthead #menu-main-container-2 {
		display: none;
	}

	#responsive-btn-2, #responsive-btn-1 {
		display: block;
	}

	#google-map-legend-container ul.list-map-legend li {
		margin: 0 15px 15px 0;
	}

	.section-left-small-right-large .section-right .entry-block {
		transform: translateY(10px);
	}

	.ms-news-post-block p {
        min-height: 133px;
    }
    .section-news-three-columns .block-news .block-inner, .section-news-three-columns .block-news {
        height: 480px;
    }
    .section-news-three-columns .block-news h5 {
        height: 140px;
    }

    .section-icon-list-vertical .block-item .section-right {
		height: 210px;
    }

}

@media (max-width: 1100px) {
	/*Banner*/
	#full-page-banner.single-banner {
		height: 450px;
	}
	#full-page-banner.single-banner .banner-outer .banner-inner .entry-title {
		font-size: 30px;
		line-height: 36px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-title {
		font-size: 38px;
		margin-bottom: 15px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc {
		font-size: 18px;
		line-height: 24px;
	}
	#fp-carousel-pagination .owl-dot {
        width: 118px;
		font-size: 11px;
		padding: 0 0 5px;
	}
	#ggf-white-logo svg {
		width: 135px;
	}

    .section-three-columns .entry-header .entry-desc{
        font-size: 19px;
    }
}

@media (max-width: 1000px) {
	/*Banner*/
	#full-page-banner.single-banner {
		height: 450px;
	}
	#full-page-banner.single-banner .banner-outer .banner-inner .entry-title {
		font-size: 30px;
		line-height: 36px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-title {
		font-size: 38px;
		margin-bottom: 15px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc {
		font-size: 18px;
		line-height: 24px;
	}
	#fp-carousel-pagination .owl-dot {
        width: 110px;
        font-size: 10px;
		padding: 0 0 5px;
	}
	#ggf-white-logo svg {
		width: 130px;
	}
}


@media (max-width: 991px) {

	/*Section Repeater*/
	.section-repeater {
		padding: 50px 0;
	}

	.section-default h2,
	.section-three-columns .entry-header .entry-title,
	.section-four-column .entry-header .entry-title {
		font-size: 30px;
		line-height: 38px;
	}

	.section-three-columns.custom-ggp-target .entry-header .entry-title,
	.section-news-three-columns .entry-header .entry-title,
	.section-two-links .entry-header .entry-title,
	.section-carousel .entry-header .entry-title {
		font-size: 30px;
	}

	.section-full-width-img .entry-header,
	.section-icon-list-vertical .entry-header {
		margin-bottom: 20px;
	}
	.section-full-width-img .entry-header .entry-title,
	.section-icon-list-vertical .entry-header .entry-title {
		margin: 0 0 20px;
	}

	/*Section Icon List Vertical*/
	.section-icon-list-vertical .block-item .section-right .entry-title {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 15px;
	}

	/*Section Image Content*/
	.section-left-right.section-repeater,
	.section-right-left.section-repeater {
		padding: 30px 0;
	}
	.section-right-left .section-image-content img {
		display: none;
	}

	/*Section Two Links*/
	.section-two-links .section-two-links-url .section-two-links-img {
		width: 100%;
		height: auto;
	}
	.section-two-links .section-two-links-url:hover .text-overlay {
		opacity: 1;
	}
	.section-two-links .section-two-links-url:hover .bg-overlay {
		opacity: 0;
	}
	
	/*Section Left Image Circle*/
	.section-left-small-right-large .section-right .entry-block {
		transform: translateY(0px);
	}

	/*Section Title Content*/
	.section-title-content .block-title-content .subtitle {
		line-height: 34px;
	}

	/*Section Full Column Green*/
    .section-full-column-green .block-item .entry-block-title{
        font-size: 19px;
    }

	/*Section Three Column*/
    .section-three-columns.custom-ggp-target .block-item .entry-block-title {
    	font-size: 40px;
    	margin: 15px 0;
    }

	/*Section Four Column*/
	.section-four-column .block-item {
        margin-bottom: 20px;
    }
	.section-four-column .block-item .entry-block-title {
		margin: 0 0 15px;
	}
	
	/*Section Icon Vertical*/
	.section-icon-list-vertical .block-item .section-right {
		height: 100%;
    }

	/*News*/
  	#news-carousel-mobile .owl-item {
		padding: 0 5px;
	}
    .nav-tabs, .ms-news-pagination{
        justify-content: center;
    }
    .nav-tabs .nav-link{
        font-size: 15px;
        padding: 0px 1.6rem 0px 1.6rem;
    }

	/*Section Product Food*/
	#product-food-popup {
	    width: 100%;
	}
	.product-line-title {
		width: 85%;
	}
	.action-button-popup {
		width: 15%;
	}

	/*Section News Three Column*/
    .section-news-three-columns .desktop-layout {
		display: none;
	}
	.section-news-three-columns .mobile-layout .item-mobile {
		-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    	margin-bottom: 10px;
    	min-height: 375px;
	}
	.section-news-three-columns .mobile-layout .item-mobile .item-inner {
		padding: 15px;
	}
	.section-news-three-columns .mobile-layout .item-mobile .post-categories {
		line-height: 20px;
	    min-height: 40px;
    }
	.section-news-three-columns .mobile-layout .item-mobile .post-categories a {
		font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
		font-size: 14px;
	    color: #028641;
	    line-height: 100%;
	    text-decoration: none;
	}
	.section-news-three-columns .mobile-layout .item-mobile .item-title {
        min-height: 52px;
		margin: 10px 0 12px;
	}
	.section-news-three-columns .mobile-layout .item-mobile .item-title a {
		font-size: 18px;
		color: #4a4a4a;
		line-height: 24px;
		text-decoration: none;
	}
	.section-news-three-columns .mobile-layout .item-mobile .item-read-more {
		font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
		font-size: 12px;
		color: #fba919;
		line-height: 100%;
		text-decoration: none;
	}

	/*Section Business Unit*/
	.section-business-unit .block-item .block-inner .entry-block-title {
		font-size: 16px;
	}
	.slide-button-container {
		right: 15px;
		bottom: -20px;
	}

	/*Single Post*/
    .single-post #breadcrumb, body.banner-top-hide #breadcrumb{
        margin-top: 143px;
        margin-bottom: 42px;
    }
    .ms-single-post .ms-title-post{
        margin: 24px 0 23px;
    }
    .ms-socmed-share.small-only{
        display: block;
        margin-bottom:28px;
    }
    .ms-socmed-share.large-only{
        display: none;
    }
    .ms-single-post .ms-post-type {
        margin: 23px 0 22px;
        font-weight: 600;
        font-size: 16px;
    }

    /*Footer*/
    footer.site-footer ul.site-footer-menu {
    	margin: 0;
    }
    footer.site-footer .site-copyright {
    	margin-bottom: 10px;
    }

}

@media (max-width: 949px) {

    /*News*/
    .ms-news-post-block p{
        min-height: 112px;
    }

}

@media (max-width: 900px) {
	/*Banner*/
	#full-page-banner.single-banner {
		height: 450px;
	}
	#full-page-banner.single-banner .banner-outer .banner-inner .entry-title {
		font-size: 30px;
		line-height: 36px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-title {
		font-size: 34px;
		margin-bottom: 15px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc {
		font-size: 17px;
		line-height: 24px;
	}
	#fp-carousel-pagination .owl-dot {
        width: 108px;
		font-size: 10px;
		padding: 0 0 5px;
	}
	#ggf-white-logo svg {
		width: 123px;
	}

    .section-three-columns .entry-header .entry-desc{
        font-size: 17px;
        line-height: 26px;
    }

    .mfp-container {
        padding-left: 5%;
        padding-right: 5%;
    }

}

@media (max-width: 800px) {
	/*Banner*/
	#full-page-banner.single-banner {
		height: 450px;
	}
	#full-page-banner.single-banner .banner-outer .banner-inner .entry-title {
		font-size: 30px;
		line-height: 36px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc {
		font-size: 16px;
		line-height: 24px;
	}
	#fp-carousel-pagination .owl-dot {
        font-size: 10px;
        font-size: 10px;
		padding: 0 0 5px;
	}
	#ggf-white-logo svg {
		width: 117px;
	}
}

@media (max-width: 767px) {

	#fp-carousel-pagination{
        bottom:24%;
    }
    #full-page-banner .banner-outer .banner-inner .entry-title{
        font-size: 31px;
        line-height: 100%;
        margin: 0 0 14px;
    }
    #full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc{
        font-size: 17px;
    }

	/*Section Default*/
    .section-default h2 {
		margin: 0 0 20px;
    }

	/*Section Three Column*/
    .section-three-columns.text-left .entry-header .entry-desc {
    	padding: 0;
    }

    /*Section Left Image Circle*/
	.section-left-small-right-large .section-left img {
		display: none;
	}
	.section-left-small-right-large .section-right .img-circle-mobile {
		margin: 0 0 20px;
		width: 175px;
	}

	#google-map-legend-container ul.list-map-legend li {
		margin: 0 15px 15px 0;
	}
	#google-map-product-mapping {
		height: 500px;
	}
    .section-news-three-columns .mobile-layout .item-mobile .item-title {
        min-height: 77px;
	}
    .section-box .section-box-outer{
        padding: 50px 25px;
    }
    .section-product-food .block-item .block-overlay-orange .outer .inner .entry-block-sign{
        background-size: 40px;
        height: 16%;
    }
    .section-product-food .block-item .block-overlay-orange .outer .inner .entry-block-title{
        font-size: 25px;
    }
    .section-product-food .block-item .block-overlay .outer .inner .entry-block-title{
        font-size: 25px;
    }

    /*Section Title*/
	.section-title-content .block-title-content .subtitle {
		font-size: 22px;
		margin: 0 0 15px;
		text-align: center;
	}
	.section-title-content .block-content-title {
		font-size: 14px;
		text-align: center;
	}
	.section-title-content .block-content-title p {
		margin: 0 0 15px;
	}

	/*Section Green Bg*/
    .section-full-column-green .block-item{
        margin: 25px 0;
    }
    .section-full-column-green .block-item .entry-block-subtitle{
        font-size: 20px;
    }
    .section-full-column-green .block-item .entry-block-number{
        font-size: 55px;
        line-height: 100%;
        margin: 11px 0;
    }
    .section-full-column-green .block-item .entry-block-title{
        font-size: 17px;
    }

    #product-food-popup{
        width: 100%;
        margin: 0 auto;
    }
    .mfp-container{
        padding-left: 5%;
        padding-right: 5%;
    }

    /*News*/
    .ms-news-post-block p{
        min-height: auto;
    }

	/*Section Two Links*/
    .section-two-links .section-two-links-url .section-two-links-img {
    	padding: 5% 10%;
    }

	/*Section Icon Vertical*/
    .section-icon-list-vertical .desktop-layout {
		display: none;
	}

	/*Section Gallery*/
	.gallery-container .mt-gallery .gallery-navigation ul.pagination {
		width: 200px;
		margin: 0 auto;
	}

    /*Section Contact Us*/
    .section-two-column h2{
        text-align: center;
    }
    .section-two-column .entry-content{
        text-align: center;
        margin: 0;
    }
    .section-two-column .entry-content p{
        text-align: center;
    }
    .section-two-column #office-map {
        margin: 45px 0 20px;
        max-width:none;
    }
    .section-two-column span.required-info {
        display: none;
    }
    .section-two-column p.required-info {
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 700px) {
	/*Banner*/
	#full-page-banner .banner-outer .banner-inner .entry-title {
        font-size: 29px;
        line-height: 100%;
        margin: 0 0 14px;
    }
	#full-page-banner.single-banner {
		height: 450px;
	}
	#full-page-banner.single-banner .banner-outer .banner-inner .entry-title {
		font-size: 30px;
		line-height: 36px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc {
		font-size: 15px;
		line-height: 24px;
	}
    #fp-carousel-pagination{
        bottom:24%;
    }
	#fp-carousel-pagination .owl-dot {
        width: 98px;
		font-size: 9px;
		padding: 0 0 5px;
	}


	#ggf-white-logo svg {
		width: 112px;
	}

    .section-three-columns .entry-header .entry-desc{
        font-size: 17px;
    }

}

@media (max-width: 635px) {
	/*Banner*/
	#full-page-banner.single-banner {
		height: 450px;
	}
	#full-page-banner.single-banner .banner-outer .banner-inner .entry-title {
		font-size: 30px;
		line-height: 36px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc {
		font-size: 14px;
		line-height: 24px;
	}
	#fp-carousel-pagination .owl-dot {
        width: 99px;
		font-size: 9px;
		padding: 0 0 5px;
	}
	#ggf-white-logo svg {
		width: 108px;
	}
}

@media (max-width: 575px) {

	/*Header*/
	header#masthead {
		padding: 15px 0;
	}
	header#masthead.fixed-header {
		height: 84px;
	}

	.section-repeater .section-image-content {
		padding: 0 50px;
	}

	.section-repeater .section-content-image .section-content-image-inner {
		padding: 0 35px
	}

	.section-repeater .section-content-image .section-content-image-inner,
	.section-repeater .section-image-content {
		text-align: center;
	}

	/** owl carousel mobile **/
	#owl-carousel-carousel.owl-carousel {
		padding: 0 34px;
	}
	#owl-carousel-carousel.owl-carousel .owl-nav button.owl-prev:before {
		content: "\e91e";
		left: 0;
	}
	#owl-carousel-carousel.owl-carousel .owl-nav button.owl-next:before {
		content: "\e91f";
		right: 0;
	}
	#owl-carousel-carousel.owl-carousel .owl-nav button:before {
		font-family: 'ggf';
		font-size: 25px;
		font-weight: normal;
		color: #9b9b9b;
		position: absolute;
		top: 42%;
	}
	#owl-carousel-carousel.owl-carousel .owl-nav button.owl-prev span,
	#owl-carousel-carousel.owl-carousel .owl-nav button.owl-next span {
		display: none;
	}
	#owl-carousel-carousel-navigation {
		display: none;
	}
	#owl-carousel-carousel.owl-carousel .owl-nav {
		display: block;
	}

	/*Banner*/
	#full-page-banner.single-banner {
		height: 450px;
	}
	#full-page-banner.single-banner .banner-outer .banner-inner .entry-title {
		font-size: 26px;
		line-height: 34px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#full-page-banner .slider-banner .banner-outer .banner-inner .entry-desc {
		font-size: 13px;
		line-height: 20px;
		padding: 0;
	}
	#fp-carousel-pagination {
		bottom: 25%;
	}
	#fp-carousel-pagination .owl-dot {
		width: 88px;
		font-size: 8px;
		padding: 0 0 5px;
	}
	#ggf-white-logo svg {
		width: 103px;
	}

	/*Section Repeater*/
	.section-repeater {
		padding: 30px 0;
	}

	.section-three-columns .entry-icon {
		text-align: center;
		width: 90px;
	}

	/*Section Default*/
	.section-default {
		font-size: 14px;
	}
	.section-default h2 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 25px;
	}

	/*Section Three Column*/
	.section-three-columns .entry-header .entry-title {
		font-size: 22px;
		line-height: 26px;
	}
	.section-three-columns .entry-header .entry-desc {
		font-size: 16px;
		line-height: 22px;
		padding: 0;
	}
	.section-three-columns .block-item .entry-block-title {
		font-size: 18px;
		margin: 0 0 6px;
	}
	.section-three-columns .block-item .entry-block-desc {
		font-size: 14px;
		line-height: 20px;
	}
	.section-three-columns .block-item .entry-icon {
		margin: 0 auto 10px;
	}

	/*Section Three Column - Custom Class*/
	.section-three-columns .mobile-layout-1,
	.section-three-columns .mobile-layout-2,
	.section-three-columns.text-left .desktop-layout,
	.section-three-columns.custom-ggp-target .desktop-layout {
		display: none;
	}
	.section-three-columns.text-left .mobile-layout-1,
	.section-three-columns.custom-ggp-target .mobile-layout-2 {
		display: block;
	}
	.section-three-columns.text-left .entry-header {
		text-align: center;
	}
	.section-three-columns.text-left .mobile-layout-1 .block-item-mobile {
		margin-bottom: 30px;
	}
	.section-three-columns.text-left .mobile-layout-1 .section-right .entry-block-title {
		font-size: 14px;
		color: #028641;
		line-height: 100%;
		margin: 0 0 7px;
	}
	.section-three-columns.text-left .mobile-layout-1 .section-right .entry-block-desc {
		font-size: 14px;
	}

	.section-three-columns.custom-ggp-target .block-item-mobile {
		margin-bottom: 30px;
	}
	.section-three-columns.custom-ggp-target .entry-header {
		margin-bottom: 40px;
		text-align: center;
	}
	.section-three-columns.custom-ggp-target .entry-header .entry-title {
		font-size: 22px;
	}
	.section-three-columns.custom-ggp-target .section-right .entry-block-title {
		font-size: 50px;
		color: #028641;
		margin: 0 0 15px;
	}
	.section-three-columns.custom-ggp-target .section-right .entry-block-desc {
		font-size: 15px;
	}

	/*Section Full Column Green*/
	.section-full-column-green .block-item {
		margin-bottom: 25px;
	}
	.section-full-column-green .block-item:last-child {
		margin-bottom: 0;
	}
	.section-full-column-green .block-item .entry-block-title, .section-full-column-green .block-item .entry-block-subtitle {
		font-size: 18px;
	}
	.section-full-column-green .block-item .entry-block-number {
		font-size: 42px;
		margin: 10px 0;
	}
	.section-full-column-green .block-item .entry-block-subtitle {
		font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
	}

	/*Section News Three Column*/
	.section-news-three-columns .entry-header .entry-title {
		font-size: 22px;
	}
	.section-news-three-columns .desktop-layout {
		display: none;
	}

  	#news-carousel-mobile .owl-item {
		padding: 0 5px;
	}

	.section-news-three-columns .mobile-layout .owl-item .item-mobile {
		opacity: 0.5;
	}
	.section-news-three-columns .mobile-layout .owl-item.active .item-mobile {
		opacity: 1;
	}

	.section-news-three-columns .mobile-layout .item-mobile {
		-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.4);
    	margin-bottom: 10px;
    	min-height: 375px;
	}
	.section-news-three-columns .mobile-layout .item-mobile .item-inner {
		padding: 15px;
	}
	.section-news-three-columns .mobile-layout .item-mobile .post-categories {
		line-height: 20px;
	}
	.section-news-three-columns .mobile-layout .item-mobile .post-categories a {
		font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
		font-size: 14px;
	    color: #028641;
	    line-height: 100%;
	    text-decoration: none;
	}
	.section-news-three-columns .mobile-layout .item-mobile .item-title {
		margin: 10px 0 12px;
	}
	.section-news-three-columns .mobile-layout .item-mobile .item-title a {
		font-size: 18px;
		color: #4a4a4a;
		line-height: 24px;
		text-decoration: none;
	}
	.section-news-three-columns .mobile-layout .item-mobile .item-read-more {
		font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
		font-size: 12px;
		color: #fba919;
		line-height: 100%;
		text-decoration: none;
	}

	/*Section Four Column*/
	.section-four-column {
		padding: 40px 0 20px;
	}
	.section-four-column .entry-header {
		margin-bottom: 30px;
	}
	.section-four-column .entry-header .entry-title {
		font-size: 22px;
		line-height: 26px;
	}
	.section-four-column .block-item {
		margin-bottom: 20px;
	}
	.section-four-column .block-item .entry-block-title {
		font-size: 16px;
		margin: 0 0 15px;
	}
	.section-four-column .block-item .entry-block-desc {
		font-size: 14px;
	}

	/*Section Milestone*/
	.section-milestone.section-repeater {
		padding: 40px 0 0;
	}
	.section-milestone .entry-header {
		margin-bottom: 0;
	}
	.section-milestone .entry-header .entry-title {
		font-size: 22px;
	}
	.section-milestone .desktop-layout {
		display: none;
	}

	.cd-horizontal-timeline {
		margin: 15px auto;
	}
	.cd-horizontal-timeline .events-content {
		margin: 0.5em 0 0;
	}
	.cd-horizontal-timeline .events-content li .section-content {
		height: unset;
	}
	.cd-horizontal-timeline .events-content li .section-content .entry-title {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 15px;
	}

	/*Section Left Image Circle*/
	.section-left-small-right-large .section-right .img-circle-mobile {
		margin: 0 0 20px;
	}
	.section-left-small-right-large .section-right .entry-title {
		font-size: 22px;
	}
	.section-left-small-right-large .section-right .entry-desc {
		font-size: 14px;
	}

	/*Section Image Content*/
	.section-left-right.section-repeater,
	.section-right-left.section-repeater {
		padding: 20px 0;
	}
	.section-left-right .section-content-image .entry-title,
	.section-right-left .section-content-image .entry-title {
		font-size: 18px;
		margin: 15px 0;
		text-align: center;
	}
	.section-left-right .section-content-image .entry-content,
	.section-right-left .section-content-image .entry-content {
		font-size: 14px;
		margin: 0;
	}

	/*Section Business Unit*/
	.section-business-unit .entry-header {
		margin-bottom: 30px;
	}
	.section-business-unit .entry-header .entry-title {
		font-size: 22px;
	}
	.slide-button-container {
		right: 48px;
		bottom: 17px;
	}
	.section-business-unit .slide-content .entry-block-content .close-button {
		font-family: 'ITC Avant Garde Pro Demi Bk', sans-serif;
	    display: inline;
	    font-size: 13px;
	    line-height: 100%;
	    vertical-align: middle;
	}
	.section-business-unit .slide-content .entry-block-content .close-button:before {
		content: "";
	    position: absolute;
	    width: 22px;
	    height: 22px;
	    top: 3px;
	    right: -30px;
	    z-index: -1;
	    background: url(images/arrow-top-black.png) no-repeat top right;
	    background-size: 22px 22px;
	}

	/*Section Product Mapping*/
	.section-product-map .entry-header {
		margin-bottom: 30px;
	}
	.section-product-map .entry-header .entry-title {
		font-size: 22px;
	}
	#google-map-product-mapping {
		height: 400px;
	}

	#google-map-legend-container ul.list-map-legend li {
		margin-bottom: 10px;
		display: block;
	}
	#google-map-legend-container ul.list-map-legend li .entry-icon {
		display: inline-block;
		width: 15%;
	}
	#google-map-legend-container ul.list-map-legend li span.entry-text {
		margin: 0;
		display: inline-block;
		width: 85%;
	}

	/*Section Product Food*/
	.section-product-food.section-repeater {
		padding: 0;
	}
	.section-product-food .desktop-layout {
		display: none;
	}
	.section-product-food .mobile-layout .block-item-mobile {
		margin-bottom: 30px;
	}
	.section-product-food .mobile-layout .block-bg-mobile {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		height: 200px;
	}
	.section-product-food .mobile-layout .block-bg-mobile .bg-dark-overlay {
		background: #000;
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0.35;
	    z-index: 1;
	}
	.section-product-food .mobile-layout .block-bg-mobile .block-item-mobile-outer {
    	position: absolute;
    	bottom: 0px;
    	width: 100%;
    	padding: 20px;
    	z-index: 9;
	}
	.section-product-food .mobile-layout .block-bg-mobile .block-item-mobile-outer .block-item-mobile-title {
		line-height: 100%;
		margin: 0;
	}
	.section-product-food .mobile-layout .block-bg-mobile .block-item-mobile-outer .block-item-mobile-title a {
		font-size: 16px;
		color: #ffffff;
		text-decoration: none;
	}
	.section-product-food .mobile-layout .block-bg-mobile .block-item-mobile-outer .block-item-mobile-title a:before {
		content: "";
	    position: absolute;
	    width: 22px;
	    height: 22px;
	    top: 16px;
	    right: 20px;
	    background: url(images/arrow-bottom-white.png) no-repeat top right;
	    background-size: 22px 22px;
	    -webkit-transform: rotate(270deg);
	    -moz-transform: rotate(270deg);
	    -o-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	    transform: rotate(270deg);
	}

	.content-single-product {
		margin: 115px 0 0;
	}
	.content-single-product .list-product h5.subtitle {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.content-single-product .list-product .desc {
		font-size: 14px;
	}
	.content-single-product .list-product .desc p {
		margin-top: 0;
	}
	.content-single-product .back-btn-single-product {
		padding: 0;
	}
	.content-single-product .back-btn-single-product .ms-back-navigation-single-product .back-btn a:before {
		top: -4px;
	}

	/*Section Title*/
	.section-title-content .block-title-content .subtitle {
		font-size: 22px;
		margin: 0 0 15px;
		text-align: center;
	}
	.section-title-content .block-content-title {
		font-size: 14px;
		text-align: center;
	}
	.section-title-content .block-content-title p {
		margin: 0 0 15px;
	}

	/*Section Box*/
	.section-box .section-box-outer {
		padding: 50px 25px;
	}
	.section-box .section-box-outer .subtitle {
		font-size: 22px;
	}
	.section-box .section-box-outer .entry-desc {
		font-size: 14px;
		line-height: 20px;
	}
	.section-box .section-box-outer .btn-click-here {
		padding: 10px 45px 8px 20px;
	}

	/*Section Two Links*/
	.section-two-links .entry-header {
		margin-bottom: 20px;
	}
	.section-two-links .entry-header .entry-title {
		font-size: 22px;
	}
	.section-two-links .entry-header .entry-desc {
		font-size: 16px;
	}
	.section-two-links .section-two-links-url .section-two-links-img {
		width: 100%;
		height: auto;
		padding: 5% 15%;
	}
	.section-two-links .section-two-links-url .text-overlay .outer .inner .text-overlay-title {
		font-size: 24px;
	}
	.section-two-links .section-two-links-url:hover .text-overlay {
		opacity: 1;
	}
	.section-two-links .section-two-links-url:hover .bg-overlay {
		opacity: 0;
	}

	.section-repeater.section-back-link {
		padding: 20px 0 0;
	}
	.ms-back-navigation-sustain .back-btn a:before {
		top: -6px;
	}

	/*Section Carousel*/
	.section-carousel .entry-header .entry-title {
		font-size: 22px;
	}
	.section-carousel .entry-header .entry-desc {
		font-size: 16px;
	}
	.section-carousel .carousel-outer {
		margin: 1px 0;
	}
	.section-carousel .carousel-outer .carousel-inner {
		padding-left: 7.5px;
		padding-right: 7.5px;
		margin-bottom: 15px;
	}
	.section-carousel .section-two-carousel-image {
	    padding: 14px;
	    min-height: 190px;
	    -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.4);
	    -moz-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.4);
	    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.4);
	}
	.section-carousel .section-two-carousel-image .subtitle {
		font-size: 12px;
		line-height: 16px;
		margin: 15px 0 0;
	}
	.section-carousel .award-achieve-inline .bg-green-overlay {
		display: none;
	}
	#award-achieve-popup .entry-bg-green {
		padding: 20px;
	}
	#award-achieve-popup .entry-bg-green .entry-desc {
		font-size: 14px;
		line-height: 22px;
	}
	#award-achieve-popup button.mfp-close {
		right: 35px;
		width: 25px;
		height: 25px;
		font-size: 28px;
		padding: 0 3px;
		line-height: 23px;
	}

	/*Section Full Width Img*/
	.section-full-width-img .entry-header {
		margin-bottom: 15px;
		text-align: center;
	}
	.section-full-width-img .entry-header .entry-title {
		font-size: 22px;
	}
	.section-full-width-img .entry-header .entry-content {
		font-size: 14px;
		line-height: 20px;
	}
	.section-full-width-img .entry-bg-gray img.desktop-img {
		display: none;
	}
	#full-width-img-popup .entry-bg-gray-mobile {
		background-color: #f6f6f6;
		border-radius: 5px;
		padding: 15px 10px;
	}

	/*Section Icon List Vertical*/
	.section-icon-list-vertical .entry-header {
		margin-bottom: 15px;
		text-align: center;
	}
	.section-icon-list-vertical .entry-header .entry-title {
		font-size: 22px;
		margin: 0 0 15px;
	}
	.section-icon-list-vertical .entry-header .entry-content {
		font-size: 14px;
		line-height: 20px;
	}
	.section-icon-list-vertical .mobile-layout {
		position: relative;
	}
	.section-icon-list-vertical .mobile-layout .block-item-mobile {
		padding: 0 30px;
	}
	.section-icon-list-vertical .mobile-layout .entry-img {
		padding: 0 15%;
	}
	.section-icon-list-vertical .mobile-layout .entry-title {
		font-size: 18px;
		text-align: center;
		margin: 40px 0 15px;
	}
	.section-icon-list-vertical .mobile-layout .entry-desc {
		font-size: 14px;
		text-align: center;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation {
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination {
		display: block;
		margin: 0 auto;
		padding: 0;
		position: relative;
		width: 250px;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination li {
		display: inline-block;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination li span {
	    position: absolute;
	    top: 0;
	    font-size: 25px;
	    color: #9b9b9b;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination li#list-vertical-nav-prev span {
		left: 0;
	}
  	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination li#list-vertical-nav-next span {
		right: 0;
	}

	#list-vertical-carousel-mobile-container {
		position: relative;
		padding-top: 45px;
	}

	/*Section Gallery*/
	.gallery-container .mt-gallery {
		margin-top: 10px;
	}
	.gallery-container .gallery-description {
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	.gallery-container .mt-gallery .gallery-navigation {
		margin-top: 15px;
	}
	.gallery-container .mt-gallery .gallery-navigation ul.pagination li {
		display: inline-block;
	}
	span.gallery-link i {
		vertical-align: unset;
	}

	/*Section Two Column*/
	.section-two-column .section-left {
		margin-bottom: 30px;
	}
	.section-two-column .entry-title {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
		margin: 0 0 15px;
	}
	.section-two-column .entry-content {
		font-size: 16px;
		text-align: center;
		margin: 0;
	}
	.section-two-column .entry-content p {
		margin: 0 0 15px;
	}
	.section-two-column .entry-content p:last-child {
		margin: 0 0 30px;
	}
	input.btn-contact-us {
		padding: 14px 20px 10px 20px;
	}

	/*Section Terms Condition*/
	.section-term-condition .block-term-description {
		margin-bottom: 20px;
	}
	.page-template.page-template-template-repeater .section-term-condition.section-repeater header.entry-header {
        margin-top: 125px;
		margin-bottom: 20px;
	}
	.page-template.page-template-template-repeater .section-term-condition .block-term-description > h3.subtitle,
	article#post-28 .block-term-description > h3.subtitle {
        font-size: 16px;
		margin: 0 0 15px;
	}
	article#post-30 .section-term-condition.section-repeater,
	article#post-28 .section-term-condition.section-repeater {
		margin: 90px 0 50px;
	}

	/*Breadcrumb*/
	.page-template.page-template-template-repeater.banner-top #breadcrumb, body.banner-top #breadcrumb{
        font-size: 14px;
        margin: 67px auto 18px;
    }
    header#masthead.fixed-header{
        border:none;
        box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.26);
    }
    #breadcrumb-container li.breadcrumb-item a{
        font-size: 16px;
    }

    /*Single Post*/
    .ms-single-post .ms-title-post{
        font-size: 25px;
        margin: 13px 0 17px;
    }
    .ms-single-post .ms-post-content{
        font-size: 16px;
        margin: 0px 0 0px;
    }
    .ms-single-post .ms-post-date{
        font-size:16px;
    }
    .single-post #breadcrumb, body.banner-top-hide #breadcrumb {
        margin-top: 125px;
        margin-bottom: 15px;
    }
    .ms-back-navigation-post {
        margin-top: 0px;
        margin-bottom: 52px;
    }
    .ms-back-navigation-post .back-btn a:before {
    	top: -4px;
    }

    /*News*/
    .ms-news-post-block{
        -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.35);
    }
    .ms-news-post-block h5.ms-news-post-title,
    .section-news-three-columns .block-news h5{
        font-size:20px;
        min-height: 90px;
        padding-bottom: 14px;
    }
    .ms-news-post-block span.ms-news-post-date{
        font-size: 12px;
    }
    .ms-news-readmore .back-btn a{
        font-size: 13px;
    }
    .ms-news-category-bar {
        margin: 40px 0 25px;
        padding: 0 30px;
    }
    .ms-block-news {
    	padding: 0 30px;
    }
    .ms-news-post-block p{
        display: none;
    }
    .ms-news-post-block span.ms-news-post-date{
        display:none;
    }
    .ms-news-post-block .ms-news-readmore{
        display: block;
    }
    .ms-news-readmore .back-btn a{
        color: #f8aa00;
    }
    .ms-news-img-overlay {
    	background-image: none;
    }
    .nav-tabs {
    	justify-content: normal;
    }
    .nav-tabs > li {
    	float: left;
    }
    .nav-tabs .nav-item {
		padding: 0 18px 0 0;
    }
    .nav-tabs .nav-item:last-child {
    	padding: 0;
    }
    .nav-tabs .nav-link {
        font-size: 14px;
    }
    .nav-tabs .nav-link {
        padding: 0;
    }
    ul.nav-tabs li:first-child .nav-link {
    	padding: 0 18px 0 0;
    }

	/*Contact 7*/
    body span.wpcf7-not-valid-tip {
		margin-top: 0;
		text-align: left;
    }

    /*Section Term Condition */
    article#post-28 .block-term-description > ul li:before,
    article#post-30 .block-term-description > ul li:before{
        content:none;
    }

    article#post-28 .block-term-description > ul{
        margin-left: 15px;
        list-style:inherit;
    }

    article#post-30 .block-term-description > ul{
        list-style: inherit;
        margin-left: 25px;
    }

	/*Footer*/
	footer.site-footer {
		padding: 40px 0;
	}
	footer.site-footer ul.site-footer-menu {
		margin: 0;
	}
	footer.site-footer ul.site-footer-menu li:first-child {
		border: none;
		padding-left: 0;
	}
	footer.site-footer .footer-socmed {
		display: none;
	}


}

@media (max-width: 420px) {

    #fp-carousel-pagination .owl-dot {
        width: 70px;
        font-size: 7px;
    }

}

@media (max-width: 374px) {

    #fp-carousel-pagination .owl-dot{
        width: 62px;
        font-size: 6px;
    }

    .section-news-three-columns .mobile-layout .item-mobile .item-title {
        min-height: 100px;
    }

    .entry-block-outer-container {
    	padding: 15px 10px;
    }

    .section-three-columns.text-left .entry-icon {
    	width: 75px;
    }

    #google-map-legend-container ul.list-map-legend li .entry-icon {
    	width: 20%;
    }
    #google-map-legend-container ul.list-map-legend li span.entry-text {
    	width: 80%;
    	line-height: 20px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

	/*Section Icon Vertical*/
	.section-icon-list-vertical .mobile-layout {
		position: relative;
	}
	.section-icon-list-vertical .mobile-layout .block-item-mobile {
		padding: 0 30px;
	}
	.section-icon-list-vertical .mobile-layout .entry-img {
		padding: 0 15%;
	}
	.section-icon-list-vertical .mobile-layout .entry-title {
		font-size: 22px;
		text-align: center;
		margin: 30px 0 15px;
	}
	.section-icon-list-vertical .mobile-layout .entry-desc {
		font-size: 15px;
		text-align: center;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation {
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination {
		display: block;
		margin: 0 auto;
		padding: 0;
		position: relative;
		width: 250px;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination li {
		display: inline-block;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination li span {
	    position: absolute;
	    top: 0;
	    font-size: 25px;
	    color: #9b9b9b;
	}
	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination li#list-vertical-nav-prev span {
		left: 0;
	}
  	.section-icon-list-vertical .mobile-layout .entry-navigation ul.pagination li#list-vertical-nav-next span {
		right: 0;
	}
	#list-vertical-carousel-mobile-container {
		position: relative;
		padding-top: 40px;
	}

	/*Section Gallery*/
	.section-repeater.section-gallery {
		padding: 0 0 50px;
	}
	.gallery-container .mt-gallery {
		margin-top: 20px;
	}
	.gallery-container .mt-gallery .gallery-navigation {
		margin: 20px 0 0;
	}

	/*Section List News*/
	.ms-news-category-bar {
		margin: 40px 0 60px
	}
	.nav-tabs, .ms-news-pagination {
		justify-content: unset;
	}
	.nav-tabs .nav-link {
		padding: 0;
	}

	.ms-news-post-block h5.ms-news-post-title {
		min-height: 0;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) and (orientation: landscape) {

	/*html {
		width: 100vh;
		height: 100vw;
	}*/

	/*Banner*/
	#page, #full-page-banner, #fp-carousel .slider-banner.item, #fp-carousel, #fp-carousel .owl-stage, #fp-carousel .owl-item, #fp-carousel .owl-stage-outer {
		height: 500px;
	}
	#fp-carousel .slider-banner.item {
		height: 500px;
	}
	#full-page-banner .slider-banner .banner-outer {
		height: 100%;
	}
	#fp-carousel-pagination {
		bottom: 16%;
	}
	#full-page-banner-end-wave {
		bottom: -2%;
	}

	footer.site-footer .footer-socmed .entry-text {
		width: unset;
		text-align: left;
	}
	footer.site-footer .footer-socmed ul.entry-socmed {
		width: unset;
		text-align: left;
		padding: 0 17px 0 20px;
	}

}

@media screen and (min-width: 320px) and (max-width: 575px) and (orientation: landscape) {

	#full-page-banner .slider-banner .banner-outer {
		height: 100%;
	}
	#fp-carousel-pagination {
		bottom: 20%;
	}

}
