/*!
Theme Name: FKS
Theme URI: http://www.fksgroup.com
Author: FKS Group
Author URI: http://www.fksgroup.com
Version: 1.0.0
Text Domain: fks
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
fks is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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 */
@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/museosans-300-webfont.woff2') format('woff2'),
         url('fonts/museosans-300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans300_italic';
    src: url('fonts/museosans-300italic-webfont.woff2') format('woff2'),
         url('fonts/museosans-300italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans500';
    src: url('fonts/museosans-500-webfont.woff2') format('woff2'),
         url('fonts/museosans-500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans500_italic';
    src: url('fonts/museosans-500italic-webfont.woff2') format('woff2'),
         url('fonts/museosans-500italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans700';
    src: url('fonts/museosans-700-webfont.woff2') format('woff2'),
         url('fonts/museosans-700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans700_italic';
    src: url('fonts/museosans-700italic-webfont.woff2') format('woff2'),
         url('fonts/museosans-700italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 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 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * 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;
}
/**
 * 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
--------------------------------------------------------------*/
* {
  outline: none !important;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'museo_sans300',sans-serif;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.01em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'museo_sans700',sans-serif;
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	padding: 20px;
	font-size: 17px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "museo_sans500", 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: "museo_sans500", 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%;
}
/*--------------------------------------------------------------
# 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 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
  margin: 0;
}
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"]: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 {
	/*color: royalblue;*/
}
a:visited {
	/*color: purple;*/
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# 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;
}
.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;
}
/** start **/
/*--------------------------------------------------------------
## Primary
--------------------------------------------------------------*/
#primary.content-area {
	margin: 130px 0 0 0;
}
/*-----------------------------------------------------------------------------
----------------------------- MENU NAVIGATION ---------------------------------
-----------------------------------------------------------------------------*/
.menu-header{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.navbar .navbar-nav .nav-item {
	margin: 0 10px;
}
.navbar .navbar-nav .nav-item.mega-menu.menu-open a.nav-link:after {
  content: "";
  position: absolute;
  bottom: -57px;
  left: 0px;
  width: 100%;
  z-index: 999;
  height: 26px;
  background: url('images/current-menu-bg.svg') center center no-repeat;
}
.navbar .navbar-nav .nav-item a.nav-link {
	font-family: 'museo_sans700',sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #4a4a4a;
	font-weight: 500;
	padding: 0;
  	position: relative;
}
.navbar .navbar-nav li.current-menu-item a.nav-link,
.navbar .navbar-nav li.current-page-ancestor a.nav-link {
	color: #e6b222;
	border-bottom: 1px solid #e6b222;
}
.navbar .navbar-nav li.nav-item a.nav-link:hover {
	color: #e6b222;
}
/*Single News*/
body.single-post .navbar .navbar-nav li.menu-item-object-custom a.nav-link {
	color: #e6b222;
	border-bottom: 1px solid #e6b222;
}
/*Postions and Apply Position*/
body.page-template-page-apply-position .navbar .navbar-nav li.mega-menu-4 a.nav-link,
body.page-template-page-positions .navbar .navbar-nav li.mega-menu-4 a.nav-link {
	color: #e6b222;
	border-bottom: 1px solid #e6b222;
}
li.nav-item.active{
	border-bottom:1px solid #777;
}
.navbar.navbar-toggler {
	border-color: #666;
}
/*Dropdown Menu*/
.dropdown {
	transition: 1s;
}
.dropdown-item:hover{
	background: transparent;
}
.navbar .dropdown.menu-open .dropdown-menu {
	display:block !important;
}
.navbar .dropdown.menu-open .dropdown-menu .entry-title {
	font-size: 22px;
	line-height: 26px;
	color: #e6b222;
	padding: 0 0 15px;
	margin-bottom: 20px;
	position: relative;
}
.navbar .dropdown.menu-open .dropdown-menu .entry-title:after {
	content: '';
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e6b222;
    width: 38px;
    height: 3px;
}
.navbar .dropdown.menu-open .dropdown-menu .entry-desc {
	font-size: 16px;
	line-height: 26px;
}
.navbar .dropdown.menu-open .dropdown-menu .dropdown-item ul li {}
.navbar .dropdown.menu-open .dropdown-menu .dropdown-item ul li a {
	font-family: 'museo_sans500',sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
}
.navbar .dropdown.menu-open .dropdown-menu .dropdown-item ul li:hover a {
	color: #e6b222;
}
.dropdown-toggle::after{
	border:none;
}
/*MEGA - MENU*/
.list-raquo,
.list-raquo:before {
	content: "\00BB";
	left:0;
	margin-right: 9px;
	list-style-type: none;
	color:#fff;
}
.list-raquo:hover:before {
	color: #e6b222;
}
li.list-raquo a{
	color:#fff;
}
.menu-large {
	position: static !important;
}
.megamenu {
	margin-top:0px;
	border-radius: 0px;
	padding: 0;
	width: 100%;
	background: none;
	color:#fff;
	border:0;
  background: #4a4a4a;
}
.dropdown-menu.megamenu {
  background:#4a4a4a url('images/mega-menu-bg.svg') 97% no-repeat;
	height: 400px;
}
.submenu-container {
	width: 100%;
	height: 400px;
	padding: 80px 0 0 0;
  float: left;
}
.who-we-are:before,.our-bussines:before,.sustainability:before,.join-us:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #e6b222;
	top:-15px;
}
.who-we-are:before {
	left: 45%;
}
.our-bussines:before {
	left: 51%;
}
.sustainability:before{
	left: 56.8%;
}
.join-us:before{
	left: 68.5%;
}
.megamenu > div > li > ul {
	padding: 0;
	margin: 0
}
.megamenu > div > li > ul > li {
	list-style: none;
}
.megamenu > div > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}
.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
	color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
}
.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}
@media (max-width: 768px) {
    #main-carousel.owl-theme .banner-inner h4.entry-title{
        margin-bottom:auto;
    }
}
@media (max-width: 768px) {
    .content-tab {
        margin: 80px 0 40px;
    }
	.megamenu {
		margin-left: 0;
		margin-right: 0;
	}
	.megamenu > li {
		margin-bottom: 30px;
	}
	.megamenu > li:last-child {
		margin-bottom: 0;
	}
	.megamenu.dropdown-header {
		padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	}
}
/*----------------------------------------------------------------------------
----------------------------------- CSS CUSTOM -------------------------------
-----------------------------------------------------------------------------*/
:root {
  --fks-color: #e6b222;
  --_4a-color: #4a4a4a;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: '›';
	margin-top:-5px;
	font-weight: bolder;
	font-size: 100%;
}
.side-bar .nav-tabs{
	border-bottom:none;
}
.side-bar .nav-tabs .nav-link {
	color: #aeaeae;
	text-transform: capitalize;
	border: none;
	transition: 0.2s;
	outline: none;
}
.side-bar .nav-tabs .nav-link.active,
.side-bar .nav-tabs .nav-link:hover{
	border-bottom:2px solid #4a4a4a;
	text-transform: capitalize;
	color: #222
}
select:required:invalid {
  color: #788;
}
option[value=""][disabled] {
  display: none;
}
::placeholder{
	color:#788 !important;
	font-weight: 300;
}
.section-repeater {
	padding: 50px 0;
}
.transparent{
	background: transparent;
}
.uppercase{
    text-transform: uppercase;
}
.mr-1{
    margin-right: 5px;
}
.hidden{
    visibility: hidden;
    display: none;
}
.small-costum {
	font-size: 92%;
	font-weight: 400;
}
.btn {
  transition: none;
}
.btn-outline-white{
	color: white;
	background-color: transparent;
	background-image: none;
	border-color: white;
}
.btn-outline-dark{
	color: #444;
	background-color: transparent;
	background-image: none;
	border:1px solid #444;
}
.border-behind{
	width: 100%;
	border-top:1px solid #666;
	position: absolute;
	left: 0;
	right: 0;
	top:50%;
}
.fa-star-o{
	color:#999;
}
.btn{
	font-size: 14px;
	font-family: inherit;
}
.btn.btn-yellow {
	color: #e6b222;
	border: #e6b222 1px solid;
}
.btn-outline-primary-costum {
	color: #007bff;
	background-color: white;
	background-image: none;
	border:2px solid #007bff;
}
.error{
	color: red;
	font-size:14px;
}
.required{
	color:red;
}
.m0{
	margin-left:0px ;
}
.add-shadow{
	box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
}
.add-border-top{
	border-top:1px solid #ddd !important;
}
.add-border-right{
	border-right:1px solid #ddd !important;
}
.add-border{
	border-bottom:1px solid #ddd !important;
}
.full-border{
	border:1px solid #ddd !important;
}
.border-top {
  border-color: 1px solid #ccc;
}
.border-bottom {
	border-bottom:1px solid #aaa;
}
.btn-light{
	background: transparent;
	border:1px solid #ced4da;
}
.bg-white{
	background: transparent ;
}
.background-gray {
	background-color: #eaeaea;
}
.clear {
  clear: both;
}
.clear1{
	padding-top: 10px;
	clear: both;
  width: 100%;
}
.clear2{
	padding-top: 20px;
	clear: both;
}
.clear3{
	padding-top: 30px;
	clear: both;
}
.clear4{
	padding-top: 40px;
	clear: both;
}
.clear5{
	padding-top: 50px;
	clear: both;
}
.clear6{
	padding-top: 60px;
	clear: both;
}
.clear7{
	padding-top: 70px;
	clear: both;
}
.clear8{
	padding-top: 80px;
	clear: both;
}
.clear12{
	padding-top: 120px;
	clear: both;
}
.clear_custom{
	padding-top: 160px;
	clear: both;
}
.absolute {
  position: absolute;
}
.t {
  border: 1px solid red;
}
/* COLOR */
.color_0 {
  color: #000;
}
.color_2 {
  color: #222;
}
.color_4 {
  color: #444;
}
.color_fks,
.color_fks:hover {
  color: var(--fks-color);
}
.relative{
	position: relative
}
.why-item{
	margin-bottom: 30px;
}
.jumbotron{
	margin-top: 89px;
	border-top:1px solid red;
	padding: 155px 0 150px;
	margin-bottom:0px;
	height: 469px;
	border-radius: 0px;
	background-image: url('../img/sample.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.bold{
	font-weight: 400;
}
.bolder{
	font-weight: 700;
}
.text-italic{
	font-style:italic
}
.text-underline{
	text-decoration: underline;
}
.text-decoration:hover{
	text-decoration: none;
}
.text-border-bottom{
	border-bottom:2px solid #555;
}
.lead-costum{
	font-size:1rem;
}
.bg-grey{
	background:#f7f7f7;
}
.bg-grey-1{
	background:rgba(167, 167, 167, 0.24)
}
.bg-grey-0{
	background: #eaeaea;
}
.text-grey{
	color:#555;
}
.no-border{
	border: none;
}
.no-radius{
	border-radius: 0px;
}
.no-shadow{
	box-shadow: none !important;
}
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	height: 130px;
}
.fixed-top.minified {
	height: 80px;
}
.fixed-top.minified a.navbar-brand svg {
	width: 70px;
	height: auto;
}
.fixed-top.minified .navbar .navbar-nav .nav-item a.nav-link,
.fixed-top.minified .navbar #lang-button-container .lang-title {
	font-size: 16px;
}
.items-center{
	text-align: center;
	align-items: center;
}
.status_job_box{
	width: auto;
	padding: 5px 15px;
	border:1px solid #333;
	border-radius:2px;
	font-size: 14px ;
	color:#fff;
	background-color:#333;
}
.custom-file-upload input[type="file"] {
    display: none !important;
}
.custom-file-upload .custom-file-upload {
    border: 1px solid #ccc !important;;
    display: inline-block !important;;
    padding: 6px 12px !important;;
    cursor: pointer !important;;
}
hr.title-separator {
	background-color: #4a4a4a;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.section-default-page {
	padding: 60px 0;
}
.section-default-page .entry-content p {
	margin-bottom: 15px;
}
/*Section Icon Page*/
.section-default-page .entry-content code {
	color: #e6b222;
}
.section-default-page .entry-content table.icon-page {
	width: 100%;
	border: 1px solid #4d4d4f;
}
.section-default-page .entry-content table.icon-page tr td {
	border: 1px solid #4d4d4f;
	width: 50%;
	font-size: 26px;
	text-align: center;
	padding: 20px 0;
}
.section-default-page .entry-content table.icon-page tr td .icon-container span {
	font-size: 125px;
}
.section-default-page .entry-content table.icon-page tr td .icon-container span.icon-fks-way-integrity,
.section-default-page .entry-content table.icon-page tr td .icon-container span.icon-fks-way-caring,
.section-default-page .entry-content table.icon-page tr td .icon-container span.icon-fks-way-commitment {
	background-color: #4a4a4a;
}
/*-----------------------------------------------------------------------------
----------------------------------- CARD CUSTOM -------------------------------
-----------------------------------------------------------------------------*/
.card {
	border: none;
}
.bg-grey-0 .card {
	background: #eaeaea;
}
.btn-hide-message {
	width: 40px;
	height:40px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center;
	margin-top:-35px;
	cursor: pointer;
}
.btn-hide-message:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 100%;
}
.link-positions:hover {
	text-decoration: none !important;
}
.background-gray .card-body {
	background-color: #eaeaea;
}
.background-gray .card:hover {
  	box-shadow: none;
}
.background-gray .item {
	border-right: 1px solid #000;
}
.background-gray .item:last-child {
	border: none;
}
.card-costum-normal {
	border-radius: 0px;
}
.card-costum-normal.card-message {
	border-top: 0;
	border-bottom: 0;
}
#post-carousel p.card-text {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}
.border-costum{
	border: 1px solid #fff;
}
/*-----------------------------------------------------------------------------
---------------------------------- ICON SECTION -------------------------------
-----------------------------------------------------------------------------*/
.entry-icon-container {
	margin: 0 0 20px;
}
.entry-icon-container span {
	font-size: 185px;
}
h5.entry-icon-title {
	font-size: 26px;
	color: #000000;
	line-height: 31px;
	margin: 0 0 15px;
}
.entry-icon-description {
	color: #000000;
}
.entry-icon-description .entry-icon-desc {
	line-height: 26px;
	padding: 0 20px;
}
/*-----------------------------------------------------------------------------
---------------------------------- Language Menu ------------------------------
-----------------------------------------------------------------------------*/
#lang-button-container {
	margin-left: 6px;
	position: relative;
}
#lang-button-container .lang-title {
	font-family: 'museo_sans700',sans-serif;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 19px;
	border-left: 1px solid #4a4a4a;
	padding-left: 15px;
}
#lang-button-container a#lang-button-menu {
	position: relative;
}
#lang-button-container a#lang-button-menu i {
	font-size: 6px;
    color: #4a4a4a;
    position: absolute;
    top: 6px;
    left: 5px;
}
#lang-button-container ul.language-menu {
	display: none;
	width: 70px;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background-color: #eaeaea;
	text-align: center;
}
#lang-button-container ul.language-menu li {
	margin: 0 0 5px;
}
#lang-button-container ul.language-menu li:last-child {
	margin: 0;
}
#lang-button-container ul.language-menu li a {
	font-family: 'museo_sans700',sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #9b9b9b;
	text-decoration: none;
}
#lang-button-container ul.language-menu li a:hover {
	color: #4a4a4a;
}
#lang-button-container ul.language-menu li.active a {
	color: #4a4a4a;
}
#lang-button-container ul.language-menu.active {
	display: block;
}
#lang-button-container table {
	margin: 0;
}
/*-----------------------------------------------------------------------------
---------------------------------- COMPANY PORTFOLIO --------------------------
-----------------------------------------------------------------------------*/
#company-portfolio {
	padding: 30px 0;
}
#company-portfolio .card:hover {
  box-shadow: none;
}
#company-portfolio .col-md-4 {
	border-right: #919191 1px solid;
}
#company-portfolio .col-md-4.last {
	border: none;
}
/*-----------------------------------------------------------------------------
---------------------------------- POST CAROUSEL ------------------------------
-----------------------------------------------------------------------------*/
#post-carousel .card-body {
	background: #4d4d4f;
}
#post-carousel .card-body {
	color: #fff;
}
#post-carousel.owl-carousel .owl-item img.card-img-left {
  width: 350px;
  height: 250px;
}
#post-carousel-mobile .owl-stage,
#milestone-carousel-mobile .owl-stage {
	margin-left: -18px;
}
#post-carousel .card-body h6.post-carousel-title {
	font-size: 22px;
	line-height: 27px;
	color: #ffffff;
	margin: 0 0 20px;
}
#post-carousel .card-body a:hover {
	text-decoration: none;
	color: #ffffff;
}
#post-carousel .post-category-link {
	font-family: 'museo_sans700',sans-serif;
	font-size: 16px;
	color: #e6b222;
	line-height: 19px;
	margin: 0 0 15px;
}
#post-carousel .card-text {
	font-size: 16px;
	line-height: 26px;
	padding: 0;
}
#post-carousel .card-text p {
	margin-bottom: 15px;
}
#post-carousel .carousel-indicators {
	right: 25px;
	bottom: 40px;
	left: auto;
	margin: 0;
}
#post-carousel a.btn {
	font-family: 'museo_sans700',sans-serif;
	font-size: 14px;
	color: #e6b222;
	padding: 0;
	position: absolute;
	bottom: 21px;
	left: 33.5%;
}
#post-carousel a.btn i {
	font-size: 10px;
	margin-left: 5px;
}
/*-----------------------------------------------------------------------------
---------------------------------- SLIDER CAROUSEL ----------------------------
-----------------------------------------------------------------------------*/
.owl-theme .owl-dots {
	bottom: 12px;
	display: inline;
  right: 10%;
  position: absolute;
  z-index: 999;
  margin: 0;
}
#post-carousel.owl-theme .owl-dots {
  right: 7%;
  bottom: 21px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: #fff 2px solid;
	background: none;
	float: right;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #ffffff;
}
#main-carousel.owl-theme {
  position: relative;
}
#main-carousel.owl-theme .item {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main-carousel.owl-theme .banner-inner {
	float: right;
	position: absolute;
    top: 40%;
    right: 9%;
    z-index: 99;
}
#main-carousel.owl-theme .banner-inner h4.entry-title {
	font-size: 64px;
	color: #ffffff;
	text-shadow: 2px 2px 6px #333333;
	margin-bottom: 0;
}
#main-carousel.owl-theme .banner-inner a.btn {
	font-size: 14px;
	padding: 10px 20px;
}
#main-carousel.owl-theme .banner-inner a.btn:hover {
	background-color: #e6b222;
	color: #ffffff;
}
#main-carousel.owl-theme .banner-inner a.btn i {
	font-size: 10px;
	margin-left: 5px;
}
.tales {
	width: 100%;
}
section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.quote {
	color: rgba(0,0,0,.1);
	text-align: center;
	margin-bottom: 30px;
}
#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #e84a64;
	border: none;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
}
#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
}
/*-----------------------------------------------------------------------------
------------------------------ Main Slider ------------------------------------
-----------------------------------------------------------------------------*/
#slider-container {
	position: relative;
}
#slider-decoration {
	background-image: url('images/banner-decoration.svg');
	width: 334px;
	height: 400px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
}
/*-----------------------------------------------------------------------------
------------------------------ Single Banner ----------------------------------
-----------------------------------------------------------------------------*/
.single-banner .bg-single-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}
.single-banner .bg-single-banner .banner-inner {
	width: 40%;
	position: absolute;
	top: 35%;
	right: 0;
	z-index: 99;
}
.single-banner .bg-single-banner .banner-inner .entry-title {
	font-family: 'museo_sans500',sans-serif;
	font-size: 32px;
    color: #fff;
    line-height: 40px;
    margin: 0;
    text-shadow: 2px 2px 6px #333333;
    opacity: 0.9;
}
.single-banner .bg-single-banner .banner-inner .entry-title:before {
	content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    background: url(images/quote-yellow.png)no-repeat;
    width: 15px;
    height: 15px;
}
.single-banner .bg-single-banner .banner-inner .entry-title:after {
	content: '';
    display: inline-block;
    background: url(images/quote-yellow.png)no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-bottom: 8px;
    opacity: 1;
}
.banner-shadow {
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    float: left;
}
.single-banner.single-banner-job-position .bg-single-banner .banner-inner .entry-title:before,
.single-banner.single-banner-job-position .bg-single-banner .banner-inner .entry-title:after {
	display: none;
}
/*-----------------------------------------------------------------------------
------------------------------ List Post Banner -------------------------------
-----------------------------------------------------------------------------*/
.single-banner-post .bg-single-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}
.single-banner-post .bg-single-banner .banner-inner {
	width: 40%;
	position: absolute;
	top: 35%;
	right: 0;
	z-index: 99;
}
.single-banner-post .bg-single-banner .banner-inner .entry-desc {
	font-family: 'museo_sans500',sans-serif;
	font-size: 32px;
    color: #fff;
    line-height: 38px;
    margin: 0;
    text-shadow: 2px 2px 6px #333333;
	opacity: 0.9;
}
.single-banner-post .bg-single-banner .banner-inner .entry-desc:before {
	content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    background: url(images/quote-yellow.png)no-repeat;
    width: 15px;
    height: 15px;
}
.single-banner-post .bg-single-banner .banner-inner .entry-desc:after {
	content: '';
    display: inline-block;
    background: url(images/quote-yellow.png)no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-bottom: 8px;
    opacity: 1;
}
/*-----------------------------------------------------------------------------
------------------------------ Search Bar Banner ------------------------------
-----------------------------------------------------------------------------*/
.single-banner-page-searchbar {
	position: relative;
	margin-bottom: 70px;
}
.single-banner.single-banner-searchbar .bg-single-banner .banner-inner {
	width: 100%;
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 99;
}
.single-banner.single-banner-searchbar .bg-single-banner .banner-inner .entry-title {
	font-size: 64px;
    color: #fff;
    line-height: 100%;
    margin: 0;
    text-align: center;
}
.card-costum-search {
	position: absolute;
	border: 1px solid #eee;
	box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
	width: 100%;
	top: 95px;
	left: 0;
	margin-top: -4px;
}
._margin-50px{
	margin-top: -25px !important;
	top: -5px !important;
}
.costum-shadow{
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
}
.card {
	background: #fff;
	border-radius: 0;
	border: none;
}
.card-costum-search-2 {
	position: absolute;
	border: 1px solid #eee;
	box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
	width: 100%;
	top: 84px;
	left: 0;
	z-index: 999;
	margin-top: -4px;
}
.card-costum-search-2 input {
	transition: width 0.5s;
	-webkit-appearance: none;
}
.card-costum-search-2 .card-body {
	padding: 10px 0;
}
.card-costum-search input{
	transition: width 0.5s;
	-webkit-appearance: none;
}
.input-group-append .btn {
	border:#ced4da 1px solid;
}
.fix-search{
	position: fixed;
	left:0;
	right: 0;
	z-index: 100;
}
.card-container {
	width: 100%;
	z-index: 999;
	position: relative;
}
.card-container .card-body {
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	padding: 0;
}
.card-container .card-body.fix-search {
	background-color: #4a4a4a;
	position: fixed!important;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 10px 0;
}
.card-container .card-body .card-inner {
	background-color: #ffffff;
	box-shadow: 0 1px 10px rgba(130, 130, 134, 0.5);
	font-size: 0;
  border-radius: 3px;
}
.card-container .card-body.fix-search .card-inner {
	padding: 0;
	border-radius: 3px;
}
.card-container .card-body .card-item {
	position: relative;
	display: inline-block;
	width: 31.5%;
	vertical-align: middle;
}
.card-container .card-body .card-item.card-search-input {
	padding: 9.5px 0;
}
.card-container .card-body .card-item:after {
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	background: url(images/border-gray.jpg)no-repeat;
	width: 1px;
	height: 38px;
}
.card-container .card-body.fix-search .card-item.last:after {
	background: none;
	display: none;
}
.card-container .card-body .card-item .search-jobs {
	font-family: 'museo_sans500',sans-serif;
	font-size: 18px;
	height: 100%;
    padding: 8px 10px;
    line-height: 0;
}
.card-container .card-body .card-item .search-jobs::placeholder {
	color: #000000!important;
}
.card-container .card-body .search-button {
	display: inline-block;
    width: 5.5%;
    height: 55px;
    margin-right: -1px;
    padding: 0;
    vertical-align: middle;
    border: none;
}
.card-container .card-body .search-button .btn:focus {
	box-shadow: none;
}
.card-container .card-body .search-button button.btn {
	position: absolute;
    top: 11px;
    left: 9px;
    right: 0;
}
.card-container .card-body.fix-search .search-button {
	background-color: #e6b222;
  	border-radius: 0 3px 3px 0;
}
.card-container .card-body .search-button button span {
	font-size: 18px;
	color: #4a4a4a;
}
.card-container .card-body.fix-search .search-button button span {
	color: #ffffff;
}
.search-bar .form-group {
	margin: 0;
}
.search-bar .form-control {
	border: none;
	box-shadow: none;
}
.search-bar .search-button {
	border-left: 1px solid #000000;
	padding: 0 15px 0 0;
}
.search-bar button.btn {
	background: transparent;
	border: none;
}
.search-bar .search-button .input-group-append {
	display: block;
	text-align: center;
	margin: 0;
    height: 100%;
    position: relative;
}
/*Select2*/
.select2-search {
	z-index: 200;
}
.select2-container--default .select2-selection--single {
	border: none;
	height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 16px;
	right: 14px;
}
.select2-results {
  	font-size: 14px;
}
/*Select2 Override*/
.card-container .card-body .card-item .select2.select2-container {
  	padding: 10px;
}
.card-container .card-body .card-item .select2-container--default .select2-selection--single .select2-selection__placeholder,
.card-container .card-body .card-item .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: 'museo_sans500',sans-serif;
    font-size: 18px;
    color: #000000;
}
.card-container .card-body .card-item .select2-container--default .select2-selection--single .select2-selection__clear {
	position: absolute;
	right: 35px;
	color: #888;
	font-size: 12px;
}
body.page-id-150 .select2-container--open .select2-dropdown--below,
body.page-id-7 .select2-container--open .select2-dropdown--below {
	border: 1px solid #4a4a4a;
	border-radius: 3px;
	padding: 5px;
	top: 15px;
}
body.page-id-150 .select2-container--default .select2-results__option--highlighted[aria-selected],
body.page-id-7 .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	font-size: 15px;
	color: #4a4a4a;
}
body.page-id-150 .select2-container--default .select2-results__option[aria-selected=true],
body.page-id-7 .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;
	font-size: 15px;
	color: #e6b222;
}
.select2-des-open-left .select2-results .select2-results__options--nested li:hover,
.select2-des-open-right .select2-results .select2-results__options li:hover {
	color: #e6b222;
}
/*-----------------------------------------------------------------------------
------------------------------ Banner Business Unit ---------------------------
-----------------------------------------------------------------------------*/
.single-banner-business-unit .bg-single-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
}
.single-banner-business-unit .bg-single-banner .banner-inner {
	width: 100%;
	position: absolute;
	top: 35%;
	right: 0;
	z-index: 99;
}
.single-banner-business-unit .bg-single-banner .banner-inner .entry-title {
	font-size: 64px;
    color: #fff;
    line-height: 100%;
    margin: 0;
    text-align: center;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Default --------------------------------
-----------------------------------------------------------------------------*/
.section-repeater .entry-header {
	margin: 0 0 25px;
}
.section-repeater h2.entry-default-title {
	font-size: 30px;
    color: #000000;
    line-height: 36px;
    margin: 0 0 40px;
}
.section-repeater .entry-header .entry-content {
	margin: 15px 0 0;
}
.section-repeater .entry-header .entry-content p {
	margin: 0 0 15px;
}
.section-repeater .entry-header .entry-content p:last-child {
	margin: 0;
}
.section-repeater.back-bg-yellow {
	position: relative;
	padding: 0 0 24px;
	margin: 0 0 25px;
}
.section-repeater.back-bg-yellow .container:before {
	content: '';
    background-color: #e6b222;
    width: 100%;
    height: 650px;
    position: absolute;
    top: 22%;
    left: 0;
    z-index: -1;
}
.section-repeater.back-bg-yellow .section-default {
	color: #000000;
	text-align: center;
}
.section-repeater.back-bg-yellow .section-default h4,
.section-repeater.back-bg-yellow .section-default p {
	margin-bottom: 20px;
}
.section-repeater.back-bg-yellow .section-default .sustain-block {
	margin-bottom: 30px;
}
.section-repeater .section-default h2 {
	font-size: 48px;
	color: #000000;
	line-height: 58px;
}
.section-repeater .section-default h3 {
	font-family: 'museo_sans300',sans-serif;
	font-size: 30px;
	color: #4a4a4a;
	line-height: 36px;
}
.section-repeater .section-default h4 {
	font-size: 26px;
	color: #000000;
	line-height: 31px;
	margin: 0 0 15px;
}
.section-repeater .section-default p {
	margin-bottom: 15px;
}
.section-repeater .entry-header h2.entry-title {
	font-size: 30px;
	color: #000000;
	line-height: 36px;
}
.section-repeater.brd-bottom {
	padding: 80px 0 0;
}
.section-repeater.brd-bottom .section-default {
	border-bottom: 2px solid #c0bfc0;
	padding-bottom: 70px;
}

.section-featured-news {
	padding: 95px 0;
}
.section-icon-horizontal {
	padding: 80px 0;
}
.section-icon-horizontal .entry-icon-description {
	min-height: 334px;
	margin-bottom: 40px;
}
/*Override*/
.section-repeater.content-quote .section-default h3 {
	color: #7f7f7f;
	padding: 0 120px;
	position: relative;
	z-index: 999;
}
.section-repeater.content-quote .section-default h3:before {
	content: '';
    position: absolute;
    top: -6px;
    left: 14.5%;
    background: url(images/quote-grey.png)no-repeat;
    width: 40px;
    height: 30px;
    z-index: -1;
}
.section-repeater.content-quote .section-default h3:after {
	content: '';
    position: absolute;
    bottom: -6px;
    right: 11.5%;
    background: url(images/quote-grey.png)no-repeat;
    width: 40px;
    height: 30px;
    z-index: -1;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Count Number ---------------------------
-----------------------------------------------------------------------------*/
.section-count-number .card-body .card-text {
	display: block;
	font-family: 'museo_sans700',sans-serif;
    font-size: 22px;
	color: #4a4a4a;
    margin: 0 0 20px;
    line-height: 26px;
}
.section-count-number .card-body .number {
	display: block;
	font-family: 'museo_sans700',sans-serif;
	font-size: 65px;
	color: #4a4a4a;
    margin: 0 0 20px;
    line-height: 78px;
}
.section-count-number .card-body .card-subtext {
	display: block;
	font-family: 'museo_sans700',sans-serif;
	font-size: 26px;
	color: #4a4a4a;
    margin: 0;
    line-height: 31px;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Abstract Image -------------------------
-----------------------------------------------------------------------------*/
.section-abstract-img {
	padding: 40px 0 90px;
}
.section-abstract-img.no-border {
	padding: 40px 0;
}
.section-abstract-img.no-border h2.entry-default-title {
	margin: 0 0 30px;
}
.section-abstract-img .content-left {
	position: relative;
}
.section-abstract-img .content-left .yellow-rectangle {
	width: 85%;
    height: 300px;
    background-color: #e6b222;
}
.section-abstract-img .content-left .entry-img {}
.section-abstract-img .content-left .entry-img img {
	display: block;
	margin: 0 auto;
}
.section-abstract-img .content-right {
	border-top: 1px solid;
}
.section-abstract-img.no-border .content-right {
	color: #4a4a4a;
	border: none;
	line-height: 26px;
}
.section-abstract-img.no-border .content-right a {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
    color: #4a4a4a;
    line-height: 22px;
}
.section-abstract-img .content-right h3 {
	font-size: 30px;
	color: #000000;
	line-height: 36px;
    margin: 25px 0 10px;
}
.section-abstract-img .content-right a {
	font-family: 'museo_sans700',sans-serif;
	color: #4a4a4a;
}
.section-abstract-img .content-right a:hover {
	color: #e6b222;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------
-------------------- Section Title Left Content Right -------------------------
-----------------------------------------------------------------------------*/
.section-content-border {
	padding: 70px 0 40px;
}
.section-content-border .section-left {
	position: relative;
}
.section-content-border .section-left .entry-title {
	font-size: 48px;
    color: #000000;
    line-height: 58px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-45%);
}
.section-content-border .section-right hr.title-separator {
	margin: 2em 0;
}
.section-content-border .section-right h3 {
	font-size: 30px;
    color: #000000;
    line-height: 36px;
    margin-bottom: 15px;
}

body.home .section-content-border {
	padding: 70px 0 0;
}
/*-----------------------------------------------------------------------------
------------------------------ Section FKS Way --------------------------------
-----------------------------------------------------------------------------*/
.section-fks-way {
	background:#4a4a4a;
	color: #ffffff;
	padding:0px;
}
.section-fks-way .module-fks-way-1, .section-fks-way .module-fks-way-2 {
	padding: 40px 10px;
}
.section-fks-way .module-fks-way-1 p:last-child, .section-fks-way .module-fks-way-2 p:last-child {
	margin: 0;
}
.section-fks-way .module-fks-way-1 {
	background: url('images/new-small-section-left-bg.svg') no-repeat center right;
	color: #4a4a4a;
  	padding: 70px 122px 40px 0;
  	flex: 0 0 30%;
  	max-width: 30%;
  	position: relative;
  	z-index: 9;
}
.section-fks-way .module-fks-way-2 {
  	flex: 0 0 23%;
  	max-width: 23%;
}
.section-fks-way .module-fks-way-2 .entry-icon {
	text-align: center;
	margin: 0 0 20px;
}
.section-fks-way .module-fks-way-2 .entry-icon span {
	font-size: 150px;
}
.section-fks-way .module-fks-way-1 .module-fks-way-title {
	font-size: 30px;
	color: #000000;
	line-height: 36px;
	margin: 0 0 15px;
}
.section-fks-way .module-fks-way-2 .module-fks-way-title {
	font-size: 26px;
	color: #ffffff;
	line-height: 31px;
	margin: 0 0 20px;
	text-align: center;
}
.section-fks-way .module-fks-way-1 .module-fks-way-desc {
	color: #000000;
	line-height: 26px;
}
.section-fks-way .module-fks-way-2 .module-fks-way-desc {
	text-align: center;
	padding: 0 13px;
}
.section-fks-way .module-fks-way-1:after {
    content: "";
    background-color: #e6b222;
    display: block;
    position: absolute;
    height: 100%;
    width: 160%;
    top: 0;
    z-index: -1;
    right: 52%;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Milestone ------------------------------
-----------------------------------------------------------------------------*/
#container-milestone-carousel-nav {
	position: relative;
}
#milestone-carousel img.card-img-left  {
	width: 50%;
	height: auto;
}
#container-milestone-carousel-nav .owl-nav .owl-prev {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	height: 50px;
	background: #eaeaea;
	width: 30px;
	margin: 0;
	padding: 0;
}
#container-milestone-carousel-nav .owl-nav .owl-next {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	height: 50px;
	background: #eaeaea;
	width: 30px;
	margin: 0;
	padding: 0;
}
#container-milestone-carousel-nav .owl-nav .owl-prev span,
#container-milestone-carousel-nav .owl-nav .owl-next span {
	font-size: 36px;
	color: #4a4a4a;
}
#container-milestone-carousel-nav .owl-nav {
  	margin: 0;
  	padding: 0;
}
#milestone-carousel-nav.owl-theme {
  	padding: 0px 35px !important;
}
#milestone-carousel-nav.owl-theme .item {
	position: relative;
	text-align: center;
	height: 50px;
	background: #eaeaea;
}
#milestone-carousel-nav.owl-theme .item a {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #4a4a4a;
  cursor: default;
  display: block;
  padding: 15px 0;
  cursor: pointer;
}
#milestone-carousel-nav.owl-theme .item a:hover {
  text-decoration: none;
}
#milestone-carousel-nav.owl-theme .item a:after {
	content: '';
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    background-color: #4a4a4a;
    width: 1px;
    height: 35px;
    margin: auto;
}
#milestone-carousel-nav.owl-theme .item.before-selected a:after {
  background-color: #eaeaea;
}
#milestone-carousel-nav.owl-theme .item.selected {
	background: #4a4a4a;
}
#milestone-carousel-nav.owl-theme .item.selected a {
	font-size: 22px;
	color: #e6b222;
}
#milestone-carousel-nav.owl-theme .owl-item:last-child a:after,
#milestone-carousel-nav.owl-theme .owl-item.active.last a:after {
  	display: none;
}
#milestone-carousel.owl-theme .item .card-body {
	background-color: #4a4a4a;
	color: #ffffff;
	padding: 50px 30px;
}
#milestone-carousel.owl-theme .item .card-body ul,
#milestone-carousel.owl-theme .item .card-body ol {
	padding-left: 20px;
}
#milestone-carousel.owl-theme .item .card-body ul li,
#milestone-carousel.owl-theme .item .card-body ol li {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Management Team  -----------------------
-----------------------------------------------------------------------------*/
.section-management-team.section-repeater {
	padding: 0 0 50px;
}
.section-management-team .entry-header {
	margin-bottom: 15px;
}
.section-management-team .entry-header h2.entry-title {
  	position: relative;
}
.section-management-team .entry-header h2.entry-title span {
	background-color: #ffffff;
	padding-right: 25px;
}
.section-management-team .entry-header h2.entry-title span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 18px;
	border-top: 1px solid #000000;
	z-index: -1;
}
.section-management-team .item {
  cursor: pointer;
}
.section-management-team .entry-header .header-left .entry-title {
	margin: 0;
}
.section-management-team .entry-header .header-right hr.title-separator {}
.section-management-team .entry-header .entry-content {
	margin-top: 20px;
}
.section-management-team .entry-header .entry-content p {
	margin-bottom: 15px;
}
.section-management-team .entry-header .entry-content p:last-child {
	margin-bottom: 0;
}
.section-management-team .list-item .item-person {
	border-bottom: 1px solid #e6b222;
	padding: 30px 0;
}
.section-management-team .list-item .item-person:last-child {
	border: none;
}
.section-management-team .list-item .item-person .item-heading {
	position: relative;
}
.section-management-team .list-item .item-person .item-heading .entry-name {
	font-size: 26px;
	color: #000000;
	margin-bottom: 0;
}
.section-management-team .list-item .item-person.opened .item-heading .entry-name {
	color: #e6b222;
}
.section-management-team .list-item .item-person .item-heading .entry-position {
	color: #000000;
}
.section-management-team .list-item .item-person .item-heading a:hover {
	text-decoration: none;
}
.section-management-team .list-item .item-person .item-heading a:after {
	font-family: 'fks';
    content: "\e900";
    font-size: 15px;
    color: #4a4a4a;
    position: absolute;
    top: 14px;
    right: 18px;
    vertical-align: middle;
}
.section-management-team .list-item .item-person.opened .item-heading a:after {
	content: "\e901";
	color: #e6b222;
}
.section-management-team .list-item .item-person .item-content {
	display: none;
}
.section-management-team .list-item .item-person .item-content .entry-desc {
	padding-top: 20px;
}
.section-management-team .list-item .item-person .item-content .entry-desc p {
	margin-bottom: 15px;
}
.section-management-team .list-item .item-person .item-content .entry-desc p:last-child {
	margin: 0;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Business Highlight  --------------------
-----------------------------------------------------------------------------*/
.section-business-highlight {
	padding: 90px 0 100px;
}
.cbh-tab-content {
  display: none;
}
.content-tab {
	position: relative;
	background-color: #4a4a4a;
	width: 100%;
  	height: 350px;
	margin: 55px 0 150px;
	padding: 40px 0 0;
}
.content-tab .tab-row {
	position: absolute;
	top: -56px;
	right: 268px;
	text-align: center;
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	line-height: 24px;
}
.content-tab .tab-row li {
  	display: inline-block;
  	font-family: 'museo_sans700',sans-serif;
  	font-size: 22px;
  	line-height: 26px;
  	padding: 20px 20px 0px;
    width: 222px;
    height: 56px;
  	cursor: pointer;
  	color: #9a9a9a;
    background: url('images/tab-gray.svg') top center no-repeat;
    margin-right: -30px;
    position: relative;
    z-index: 1;
}
.content-tab .tab-row li.active {
	background: url('images/tab-active.svg') top center no-repeat;
	color: #ffffff;
	z-index: 9;
}
.content-tab .tab-row li a {
	color: #fff;
}
.content-tab .tab-row li a:hover {
	text-decoration: none;
}
.content-tab .content-inner ul.title-slider {
	position: relative;
	width: 500px;
	margin: 0 auto 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.content-tab .content-inner ul.title-slider li {
	font-family: 'museo_sans700',sans-serif;
	display: inline-block;
	font-size: 26px;
	color: #ffffff;
	line-height: 30px;
	padding: 0 30px;
	cursor: pointer;
}
.content-tab .content-inner ul.title-slider li.disabled i {
	display: none;
}
.content-tab .content-inner ul.title-slider li.owl-prev i {
	position: absolute;
	top: 4px;
	left: 0;
}
.content-tab .content-inner ul.title-slider li.owl-next i {
	position: absolute;
	top: 4px;
	right: 0;
}
.content-tab .content-inner .entry-img img {
	display: block;
	margin: 0 1px 10px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}
/*-----------------------------------------------------------------------------
------------------------------ Section Business Unit --------------------------
-----------------------------------------------------------------------------*/
.section-business-unit .entry-header h2.entry-title {
  	position: relative;
}
.section-business-unit .entry-header h2.entry-title span {
	background-color: #ffffff;
	padding-right: 25px;
}
.section-business-unit .entry-header h2.entry-title span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 18px;
	border-top: 1px solid #000000;
	z-index: -1;
}
.section-business-unit .card .card-title {
	margin: 15px 0;
}
.section-business-unit .card .card-title a {
	font-size: 26px;
	color: #000000;
	line-height: 31px;
}
.section-business-unit .card .card-body {
	color: #000000;
	line-height: 26px;
	padding: 0;
	margin: 0 0 15px;
}
.section-business-unit .card .card-body p {
	margin: 0 0 15px;
}
.section-business-unit .card .card-body p:last-child {
	margin: 0;
}
.section-business-unit .card .card-more a {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
	color: #4a4a4a;
}
.section-business-unit .card:hover .card-title a,
.section-business-unit .card:hover .card-more a {
	color: #e6b222;
	text-decoration: none;
}
.section-business-unit .card .card-more a i {
	font-size: 12px;
	margin-left: 7px;
}
/*-----------------------------------------------------------------------------
------------------------ Section Category Business Unit -----------------------
-----------------------------------------------------------------------------*/
.section-category-business-unit.section-repeater {
	padding: 0;
}
.section-category-business-unit .block-list .block-item {
	border-bottom: 2px solid #c0bfc0;
	margin: 0;
	padding: 70px 0;
}
.section-category-business-unit .block-list .block-item:last-child {
	border: none;
}
.section-category-business-unit .block-list .block-item .entry-desc {
	margin-bottom: 50px;
}
.section-category-business-unit .block-list .block-item a {
	font-family: 'museo_sans700',sans-serif;
    font-size: 18px;
    color: #4a4a4a;
}
.section-category-business-unit .block-list .block-item a i {
	font-size: 12px;
    margin-left: 7px;
}
.section-category-business-unit .block-list .block-item a:hover {
	color: #e6b222;
    text-decoration: none;
}
/*-----------------------------------------------------------------------------
------------------------ Section Header Business Unit -------------------------
-----------------------------------------------------------------------------*/
.back-button-page {
	padding: 70px 0 30px;
}

.section-header-business-unit .content-left img {
	display: block;
	margin: 0 auto;
}
.section-header-business-unit .content-right .entry-desc {
	margin-bottom: 25px;
}
.section-header-business-unit .content-right .entry-desc p {
	margin-bottom: 15px;
}
.section-header-business-unit .content-right .entry-desc p:last-child {
	margin: 0;
}
.section-header-business-unit .content-right a.entry-url {
	font-family: 'museo_sans700',sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 22px;
}
.section-header-business-unit .content-right a.entry-url:hover {
	color: #e6b222;
    text-decoration: none;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Programmes -----------------------------
-----------------------------------------------------------------------------*/
.section-repeater.section-programs {
	position: relative;
}
.section-repeater.section-programs {
	padding: 40px 0;
	margin: 40px 0;
	background-color: #eaeaea;
}
.section-repeater.section-programs .entry-header {
	margin-bottom: 35px;
}
.section-repeater.section-programs .entry-header .entry-title {
	margin-bottom: 25px;
}
.section-repeater.section-programs .entry-header .entry-content {
	margin: 0;
}
.entry-item-list .block-item .outer-item {
	text-decoration: none;
}
.entry-item-list .block-item .inner-item {
	background-color: #ffffff;
	text-align: center;
	padding: 20px 0;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(131,131,131,0.8);
	-moz-box-shadow: 0px 0px 3px 1px rgba(131,131,131,0.8);
	box-shadow: 0px 0px 3px 1px rgba(131,131,131,0.8);
}
.entry-item-list .block-item .inner-item .entry-item-icon {
	font-size: 175px;
}
.entry-item-list .block-item .inner-item .entry-item-title {
	font-size: 26px;
    color: #000000;
    line-height: 100%;
    margin: 25px 0 0;
}
/*Carousel Image*/
#three-img-carousel {
	margin: 0 0 35px;
}
#three-img-carousel .owl-dots {
	bottom: -35px;
	left: 0;
	right: 0;
}
#three-img-carousel .owl-dots .owl-dot span {
	border: 2px solid #4a4a4a;
}
#three-img-carousel .owl-dots .owl-dot.active span {
	background: #4a4a4a;
}
#three-img-carousel .entry-img {
	position: relative;
}
#three-img-carousel .entry-img .overlay-item {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#three-img-carousel .entry-img:hover .overlay-item {
	opacity: 1;
	overflow: visible;
	background-color: rgba(74,74,74,0.5);
}
#three-img-carousel .entry-img .overlay-item:hover {
	text-decoration: none;
}
#three-img-carousel .entry-img .overlay-item .item-outer {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
#three-img-carousel .entry-img .overlay-item .item-outer .item-inner {
	display: table-cell;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
}
#three-img-carousel .entry-img .overlay-item .entry-title {
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	margin: 0;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Reports --------------------------------
-----------------------------------------------------------------------------*/
.entry-report-list .block-item {
	margin: 0 0 20px;
}
.entry-report-list .block-item a.inner-item {
	display: block;
	border: 1px solid #000000;
    border-radius: 3px;
    padding: 15px 0;
    text-decoration: none;
}
.entry-report-list .block-item a.inner-item .entry-desc {
	text-align: center;
	line-height: 0;
}
.entry-report-list .block-item a.inner-item .entry-desc i {
	vertical-align: middle;
	color: #000000;
}
.entry-report-list .block-item a.inner-item .entry-desc i.icon-report-document {
	font-size: 25px;
}
.entry-report-list .block-item a.inner-item .entry-desc i.icon-point-right-large {
	font-size: 15px;
}
.entry-report-list .block-item a.inner-item .entry-desc span.text-middle {
	font-family: 'museo_sans700',sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 100%;
    margin: 0 10px;
    vertical-align: middle;
}
.entry-report-list .block-item a.inner-item:hover {
	border: 1px solid #e6b222;
}
.entry-report-list .block-item a.inner-item:hover .entry-desc i,
.entry-report-list .block-item a.inner-item:hover .entry-desc span.text-middle {
	color: #e6b222;
}
#reports-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	text-align: center;
	z-index: 0;
}
#reports-carousel .owl-dots .owl-dot {
	display: inline-block;
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #bebebe;
}
#reports-carousel .owl-dots .owl-dot.active,
#reports-carousel .owl-dots .owl-dot:hover {
	background-color: #bebebe;
}
#reports-carousel .owl-dots .owl-dot span {
	width: unset;
    height: unset;
    border-radius: 0;
    border: none;
    background: none;
    float: unset;
}
#reports-carousel .owl-dots .owl-dot.active span {
	background: none;
}
#reports-carousel .owl-nav {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    line-height: 100%;
    z-index: 1;
}
#reports-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 44%;
}
#reports-carousel .owl-nav .owl-next {
	position: absolute;
	right: 43.5%;
}
#reports-carousel .owl-nav .owl-prev:before {
	font-family: 'fks';
	font-size: 15px;
	content: "\e905";
	color: #bebebe;
}
#reports-carousel .owl-nav .owl-next:before {
	font-family: 'fks';
	font-size: 15px;
	content: "\e906";
	color: #bebebe;
}
#reports-carousel .owl-nav .owl-prev:hover,
#reports-carousel .owl-nav .owl-next:hover {
	background: none;
	color: unset;
}
#reports-carousel .owl-nav .owl-prev span,
#reports-carousel .owl-nav .owl-next span {
	opacity: 0;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Testimonial ----------------------------
-----------------------------------------------------------------------------*/
.section-testimonial .entry-header {
	margin-bottom: 50px;
}
.section-testimonial .entry-header h2.entry-title {
  	position: relative;
  	text-align: right;
}
.section-testimonial .entry-header h2.entry-title span {
	background-color: #ffffff;
	padding-left: 25px;
}
.section-testimonial .entry-header h2.entry-title span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 18px;
	border-top: 1px solid #000000;
	z-index: -1;
}
.section-testimonial .testimonial-list .testimonial-item .entry-img img {
	border-radius: 50%;
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.section-testimonial .testimonial-list .testimonial-item .entry-name {
	font-size: 26px;
    color: #000000;
    line-height: 100%;
    margin: 25px 0 5px;
}
.section-testimonial .testimonial-list .testimonial-item .entry-position {
	color: #000000;
	line-height: 20px;
	margin-bottom: 20px;
}
.section-testimonial .testimonial-list .testimonial-item .entry-desc {
	color: #4a4a4a;
	line-height: 26px;
}
/*-----------------------------------------------------------------------------
----------------------------- Section Icon Vertical ---------------------------
-----------------------------------------------------------------------------*/
.section-icon-vertical .entry-header {
	margin-bottom: 50px;
}
.section-icon-vertical .entry-header h2.entry-title {
  	position: relative;
}
.section-icon-vertical .entry-header h2.entry-title span {
	background-color: #ffffff;
	padding-right: 25px;
}
.section-icon-vertical .entry-header h2.entry-title span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 18px;
	border-top: 1px solid #000000;
	z-index: -1;
}
.section-icon-vertical .item-container {
	margin-bottom: 30px;
}
.section-repeater.list-vertical-pillar h2.entry-default-title {
	margin: 0 0 70px;
}
.section-icon-vertical.list-vertical-pillar .item-container {
	margin-bottom: 70px;
}
.section-icon-vertical.list-vertical-pillar .item-container:last-child {
	margin-bottom: 0;
}
.section-icon-vertical .item-container .content-left .entry-icon {
	font-size: 150px;
	text-align: center;
}
.section-icon-vertical .item-container .content-left .entry-icon span.icon-global-company {
	font-size: 120px;
}
.section-icon-vertical .item-container .content-right .entry-title {
	font-size: 26px;
	color: #000000;
	line-height: 31px;
	margin-bottom: 20px;
}
.section-icon-vertical .item-container .content-right .entry-desc {
	color: #4a4a4a;
	line-height: 26px;
}
/*-----------------------------------------------------------------------------
----------------------------- Section Contact Form ----------------------------
-----------------------------------------------------------------------------*/
.section-contact-form .content-right {
	padding-left: 90px;
}
.section-contact-form .entry-header .entry-title {
	margin-bottom: 25px;
	line-height: 100%;
}
.section-contact-form .entry-icon {
	margin-bottom: 25px;
}
.section-contact-form .entry-icon span {
	font-size: 150px;
}
.section-contact-form .entry-desc a {
	color: #4a4a4a;
}
.section-contact-form .form-group {
	margin-bottom: 30px;
}
.section-contact-form .form-group textarea {
	height: 150px;
}
.section-contact-form .form-group input::placeholder {
	color: #d2d2d2;
}
.section-contact-form .form-control {
	border: 1px solid #4a4a4a;
	box-shadow: none;
	border-radius: 3px;
}
.section-contact-form .form-btn {
	position: relative;
	width: 20%;
}
.section-contact-form .form-btn input.btn-submit {
	background: transparent;
	font-family: 'museo_sans700',sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	border: 1px solid #4a4a4a;
	border-radius: 3px;
	padding: 6px 35px;
	width: 100%;
	height: 35px;
	text-align: left;
	box-shadow: none;
}
.section-contact-form .form-btn:hover input.btn-submit {
	background: #e6b222;
	border: 1px solid #e6b222;
	color: #ffffff;
}
.section-contact-form .form-btn i {
	position: absolute;
	top: 13px;
	left: 62%;
	font-size: 10px;
}
.section-contact-form .form-btn:hover i {
	color: #ffffff;
}
.section-contact-form .form-btn span.ajax-loader {
	position: absolute;
	top: 20%;
	right: -25px;
}
/*Pop-Up*/
.send-message-detail {
	width: 750px;
	height: 400px;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 0 auto;
	padding: 35px 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: #000000;
    line-height: 100%;
    margin: 0 0 25px;
}
.send-message-detail .entry-popup-desc {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 0;
}
.send-message-detail .mfp-close {
	position: absolute;
    top: unset;
    left: 0;
    right: 0;
    bottom: 40px;
    background-color: #e6b222;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    color: #fff;
    width: 150px;
    height: 35px;
    text-align: center;
    display: block;
    margin: 0 auto;
    opacity: 1;
}
.send-message-detail .mfp-close:hover {
	background: transparent;
	color: #000000;
	border: 1px solid #000000;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
	margin: 2em 0 1em;
}
/*-----------------------------------------------------------------------------
----------------------------- Section Contact Map -----------------------------
-----------------------------------------------------------------------------*/
.section-repeater.section-contact-map {
	background-color: #eaeaea;
  	padding: 0;
}
.section-repeater.section-contact-map .google-map-office {
  	height: 350px;
}
.section-repeater.section-contact-map .content-left {}
.section-repeater.section-contact-map .content-left .content-left-inner {
	min-width: 600px;
    float: right;
    margin-right: 110px;
    padding: 40px 15px;
}
.section-repeater.section-contact-map .content-right {}
.section-contact-map .form-custom {
	margin-bottom: 25px;
}
.section-contact-map .form-custom .form-control {
	width: 70%;
	border: 1px solid #4a4a4a;
}
.section-contact-map .entry-desc {
	padding: 5px 20px;
}
.section-contact-map .entry-desc h6,
.section-contact-map .entry-desc p {
	margin-bottom: 15px;
}
.section-contact-map .entry-desc p:last-child {
	margin: 0;
}
.section-contact-map .select2-container--default .select2-selection--single .select2-selection__rendered {
	border: 1px solid #4a4a4a;
	border-radius: 3px;
	color: #4a4a4a;
	padding: 3px 20px;
}
.section-contact-map .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
	right: 20px;
}
.page-id-38 .select2-container--open .select2-dropdown--below {
	border: 1px solid #4a4a4a;
    border-radius: 3px;
    padding: 5px 15px;
    top: 5px;
}
.page-id-38 .select2.select2-container {
	padding: 0;
}
.page-id-38 .select2-search--dropdown {
	display: none;
}
.page-id-38 .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: none;
	color: #4a4a4a;
}
.page-id-38 .select2-container--default .select2-results__option[aria-selected=true] {
	background: none;
	color: #e6b222;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Open Position --------------------------
-----------------------------------------------------------------------------*/
.section-open-position .entry-header {
	background-color: #eaeaea;
	padding: 30px 0;
	margin: 0 0 70px;
}
.section-open-position .entry-header .entry-title {
	margin-bottom: 25px;
}
.section-open-position .entry-header .entry-content {
	margin: 0;
}
.section-open-position .entry-header .entry-content p {
	margin-bottom: 15px;
}
.section-open-position .entry-header .entry-content p:last-child {
	margin-bottom: 0;
}
.section-open-position .item {
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
.section-open-position .item:hover {
	border: 1px solid #e6b222!important;
}
.section-open-position .item:hover .item-inner .item-body .item-title,
.section-open-position .item:hover .item-inner .item-body a.link-number-positions {
	color: #e6b222;
}
.section-open-position .item-inner {
	padding: 40px 0;
}
.section-open-position .item-inner a span {
	font-size: 150px;
}
.section-open-position .item-inner .item-body {
	margin: 25px 0 0;
}
.section-open-position .item-inner .item-body .item-title {
	font-family: 'museo_sans300',sans-serif;
	font-size: 26px;
	color: #000000;
	line-height: 31px;
	margin-bottom: 10px;
	padding: 0 5px;
}
.section-open-position .item-inner .item-body a.link-number-positions {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	text-decoration: none;
	line-height: 22px;
}
/*Border Custom*/
.section-open-position .item.no-border-top {
	border-top: 1px solid #ffffff;
}
.section-open-position .item.no-border-right {
	border-right: 1px solid #ffffff;
}
.section-open-position .item.no-border-bottom {
	border-bottom: 1px solid #ffffff;
}
.section-open-position .item.no-border-left {
	border-left: 1px solid #ffffff;
}
.page-item.disabled .page-link, .page-link {
	border-color: #4a4a4a;
}
.page-item.actives .page-link {
	color: #e6b222;
	background: #4a4a4a;
	border-color: #4a4a4a;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Category Position ----------------------
-----------------------------------------------------------------------------*/
/** back button **/
.section-category-position .back-button-container {
  margin: 20px 0 40px;
}
#button-back-position a.btn-previous-page {
	display: block;
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
	color: #4a4a4a;
}
#button-back-position a.btn-previous-page:hover {
	text-decoration: none;
}
#button-back-position a.btn-previous-page i {
	font-size: 12px;
	margin: 0 10px 0 0;
}
/* Override Spacing */
.job-item-container {
  	font-size: 18px;
  	padding: 6px;
}
.job-item-container .job-description {
  	display: none;
}
.job-item-container .short-description {
  	height: 190px;
  	overflow: hidden;
}
.section-category-position .job-item-container .item-inner {
	background-color: #eaeaea;
	color: #000000;
	padding: 30px 20px;
}
.section-category-position .job-item-container .item-inner:hover,
.section-category-position .job-item-container.active .item-inner {
	background-color: #4a4a4a;
	color: #fff;
}
.section-category-position .job-item-container .item-inner .item-title {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 15px;
  	min-height: 55px;
}
.section-category-position .job-item-container .item-inner p {
	margin: 0 0 15px;
}
.section-category-position .job-item-container .item-inner p:last-child {
	margin: 0;
}
.section-category-position .job-item-container .item-inner ul.item-icon {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.section-category-position .job-item-container .item-inner ul.item-icon li {
	font-family: 'museo_sans700',sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 17px;
	margin: 0 0 5px;
}
.section-category-position .job-item-container .item-inner:hover ul.item-icon li,
.section-category-position .job-item-container .item-inner:hover ul.item-icon li.left-icon i,
.section-category-position .job-item-container .item-inner:hover ul.item-icon li.right-icon i,
.section-category-position .job-item-container.active .item-inner ul.item-icon li,
.section-category-position .job-item-container.active .item-inner ul.item-icon li.left-icon i,
.section-category-position .job-item-container.active .item-inner ul.item-icon li.right-icon i {
	color: #ffffff;
}
.section-category-position .job-item-container .item-inner ul.item-icon li:last-child {
	margin: 0;
}
.section-category-position .job-item-container .item-inner ul.item-icon li.left-icon i {
	display: inline-block;
	width: 20px;
	height: auto;
	color: #4a4a4a;
}
.section-category-position .job-item-container .item-inner ul.item-icon li.right-icon {
	font-family: 'museo_sans300',sans-serif;
}
.section-category-position .job-item-container .item-inner ul.item-icon li.right-icon i {
	display: inline-block;
	width: 20px;
	height: auto;
	color: #4a4a4a;
	font-size: 16px;
	padding-left: 3px;
}
.section-category-position .job-item-container .item-inner .item-button {
	text-align: center;
}
.section-category-position .job-item-container .item-inner .item-button a {
	font-family: 'museo_sans700',sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	border: 1px solid #4a4a4a;
    width: 48%;
    box-shadow: none;
}
.section-category-position .job-item-container .item-inner:hover .item-button a,
.section-category-position .job-item-container.active .item-inner .item-button a {
	color: #e6b222;
	border: 1px solid #e6b222;
}
.section-category-position .job-item-container .item-inner:hover .item-button a:hover,
.section-category-position .job-item-container.active .item-inner .item-button a:hover {
	background-color: #e6b222;
	color: #fff;
}
.section-category-position .job-item-container .item-inner .item-button a.btn-left {
	margin-right: 3px;
}
.section-category-position .job-item-container .item-inner .item-button a.btn-right {
	margin-left: 3px;
}
.section-category-position .job-item-container .item-inner .item-button a.btn-right i {
	font-size: 8px;
	color: #4a4a4a;
	margin-left: 5px;
}
.section-category-position .job-item-container .item-inner:hover .item-button a i,
.section-category-position .job-item-container.active .item-inner .item-button a i {
	color: #e6b222;
}
.section-category-position .job-item-container .item-inner .item-button a:hover i {
	color: #fff;
}
.col-lg-12.job-item-content {
  padding: 1px 5px;
}
.job-item-content {
  display: none;
}
.job-item-content.active {
  display: block;
}
.section-category-position .overlay-item .overlay-item-inner {
	background-color: #4a4a4a;
	padding: 55px 20px 35px;
	color: #fff;
}
.section-category-position .overlay-item .overlay-item-inner a {
	border: 1px solid #e6b222;
	color: #e6b222;
	font-size: 14px;
	width: 14%;
}
.section-category-position .overlay-item .overlay-item-inner a:hover {
	background-color: #e6b222;
	color: #fff;
}
.selected-job-sign {
	background: url(images/open-positions-dropdown.jpg) 0px 0px no-repeat;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 76px;
    height: 41px;
    display: none;
}
.job-item-container.active .selected-job-sign {
	display: block;
}
.job-description-desktop h1,
.job-description-desktop h2,
.job-description-desktop h3,
.job-description-desktop h4,
.job-description-desktop h5,
.job-description-desktop h6 {
	font-size: 18px;
}
#job-list .no-jobs-title {
	font-size: 26px;
    color: #4a4a4a;
    line-height: 100%;
    margin: 0;
}
#job-list .no-jobs-icon {
	margin: 25px 0;
}
#job-list .no-jobs-subtitle {
	font-size: 18px;
    color: #4a4a4a;
}
/*-----------------------------------------------------------------------------
------------------------------ Section Apply Position -------------------------
-----------------------------------------------------------------------------*/
#button-back-apply-position.back-button-container {
	margin: 80px 0;
}
#button-back-apply-position a {
	display: block;
    font-family: 'museo_sans700',sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    text-decoration: none;
}
#button-back-apply-position a span.icon-long-previous-button {
	font-size: 12px;
	margin-right: 8px;
}
.pt_stepwizard {
	padding-top: 43px;
	clear: both;
}
.pt_form_stepwizard {
	padding-top: 78px;
	clear: both;
}
.mt_hr_stepwizard {
	margin: 32px 0px 52px 0px;
	height: 2px;
}
.form-apply-position .entry-title {
	font-size: 26px;
	line-height: 31px;
}
#step-1 .entry-title,
#step-2 .entry-title,
#step-3 .entry-title,
#step-4 .entry-title,
#step-5 .entry-title {
	font-size: 30px;
	line-height: 36px;
}
#step-5.setup-content {
	text-align: center;
	padding: 20px 0 100px;
}
#step-5.setup-content .entry-icon {
	margin: 20px 0;
}
#step-5.setup-content .entry-icon span {
	font-size: 200px;
}
#step-5.setup-content .entry-subtitle {
	font-family: 'museo_sans300',sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}
#step-5.setup-content .entry-btn li {
	display: inline;
	list-style: none;
}
#step-5.setup-content .entry-btn li a {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
    padding: 5px 18px;
}
#step-5.setup-content .entry-btn li a.btn-left {}
#step-5.setup-content .entry-btn li a.btn-right {}
#step-5.setup-content .entry-btn li a:hover {
	background: #e6b222;
	border: 1px solid #e6b222;
	color: #ffffff;
}
.fks-btn {
  background: #e6b221 !important;
  color: #fff;
}
.fks-btn:after {
  border-left-color: #e6b221 !important;
}
#email-error {
  width: 100%;
}
label.error{
  color: red;
  font-size: 14px;
  width: 140px;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
	margin: 5px 0 0;
}
/*Wizard Navigation*/
.wizard {
  font-family: Helvetica, Arial, Sans-Serif;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.wizard li {
  float: none;
}
.wizard li a {
  cursor: context-menu;
}
.wizard li a.active {
  background: #444;
  color: #fff;
}
.wizard li a.active:after {
  border-left-color: #444;
}
.wizard li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.wizard li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #aaa;
  border-left-color: #eaeaea;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.wizard .stepwizard-row.setup-panel .stepwizard-step li a {
  transition: 0.1s;
  text-decoration: none;
  outline: none;
  position: relative;
  display: block;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.wizard .stepwizard-row.setup-panel .stepwizard-step:first-child a {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 35px;
}
.wizard  .stepwizard-row.setup-panel .stepwizard-step:nth-of-type(4) a {
  padding-right: 30px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.wizard .stepwizard-row.setup-panel .stepwizard-step:nth-of-type(4) a:after,
.wizard .stepwizard-row.setup-panel .stepwizard-step:nth-of-type(4) a:before {
  content: none;
}
.stepwizard-step li img.emoji {
  margin:0;
}
.main-bg-wizard,
.main-bg-wizard:hover {
  color: #989898;
  background: #eaeaea;
}
.setup-content .form-control,
.setup-content .form-control:focus {
  border-color: var(--_4a-color);
  box-shadow: none;
  border-radius: 2px;
}
.setup-content .custom-control-label:before {
  background: transparent;
  border: 1px solid var(--_4a-color);
  border-radius: 2px;
}
.setup-content .custom-control-input:checked~.custom-control-label::before {
  background: var(--_4a-color);
}
.setup-content .custom-control-input:active~.custom-control-label::before {
  background: transparent;
}
.setup-content .custom-control-input:focus~.custom-control-label::before,
.setup-content .custom-control-input:hover~.custom-control-label::before {
  box-shadow: none;
  cursor: pointer !important;
}
.py-btn-wizard {
  padding: 7px 24px;
}
.btn-outline-wizard{
  transition:0.1s;
  box-shadow: none;
  color: var(--_4a-color);
  background-color: transparent;
  border-color: var(--_4a-color);
}
.btn-outline-wizard:hover,
.btn-outline-wizard:focus {
  background-color: var(--fks-color);
  box-shadow: inherit;
  border-color: var(--fks-color);
  color:#fff;
}
.pt_stepwizard_formgroup {
  padding-top: 16px;
  padding-bottom: 29px;
}
.form-navigation-container {
	margin: 0 0 50px 0;
	float: right;
	width: 100%;
}
.form-navigation-container .nextBtn,
.form-navigation-container .prevBtn {
	float: right;
}
.form-support-doc {
	margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------
----------------------- Section Privacy Policy & Terms Use --------------------
-----------------------------------------------------------------------------*/
.section-terms-condition .entry-header {
	margin: 10px 0 50px;
}
.section-terms-condition .entry-header h2.entry-title {
	margin: 0;
}
.section-terms-condition .items .content-left .entry-title {
	font-size: 24px;
	color: #000000;
}
.section-terms-condition hr.brd-top {
	display: none;
}
.section-terms-condition.add-brd-top hr.brd-top {
	display: block;
	background-color: #4a4a4a;
	border: 0;
	height: 1px;
	margin: 0 0 40px;
}
.section-terms-condition.add-brd-top {
	padding: 0;
}
.section-terms-condition.add-brd-top .entry-content {
	padding-bottom: 40px;
}
/*-----------------------------------------------------------------------------
----------------------------- Section Post News -------------------------------
-----------------------------------------------------------------------------*/
.side-bar .nav-tabs {
  	border-bottom: none;
}
.side-bar .nav-tabs .nav-item {
  	padding: 5px 10px;
}
.side-bar .nav-tabs .nav-link {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	text-transform: capitalize;
	border: none;
	transition: 0.2s;
	outline: none;
	padding: 0;
}
.side-bar .nav-tabs .nav-link.active {
	border-bottom: 1px solid #e6b222;
	color: #e6b222;
}
.side-bar .nav-tabs .nav-link.active:hover {
	color: #e6b222;
}
.side-bar .nav-tabs .nav-link:hover {
	color: var(--fks-color);
	border: none;
}
.section-list-post .post-excerpt {
	margin-top: 30px;
}
.section-list-post .select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 10px;
}
.cos-border-bottom-related-news {
  	border-bottom: 2px solid #888;
}
.cos-border-bottom-news {
  	border-bottom: 1px solid #888;
}
.post-excerpt .card-body span {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	line-height: 22px;
}
.h_title_news_related {
	padding-bottom: 8px;
	margin-top: -3px;
}
.title_news_related {
	font-size: 17px;
	font-weight: 400;
	word-break: break-word;
	transition: 0.1s;
	outline: none;
}
.title_news_related:hover {
  	color: var(--fks-color);
}
.post-excerpt .card-body {
	padding: 0 15px;
}
.post-excerpt .card-body .entry-content {
	line-height: 26px;
	margin: 0;
}
.title_news {
	font-size: 26px;
	min-height: 62px;
	color: #000000;
	line-height: 31px;
	transition: 0.1s;
	outline: none;
	margin: 15px 0px;
}
.title_news:hover {
	color: var(--fks-color);
}
#breadcrumb-container li.breadcrumb-item a {
	font-family: 'museo_sans700',sans-serif;
}
.h_news_title_open {
	font-size: 30px;
	line-height: 36px;
	margin: 30px 0px 15px;
}
.con_news_open > p {
  	outline: none;
}
.entry-list-socmed {
	text-align: right;
}
.entry-list-socmed .at-resp-share-element.at-mobile .at-share-btn {
	margin-bottom: 0;
}
.entry-list-socmed .at-resp-share-element .at-share-btn:hover {
	opacity: 0.5;
	transform: none;
}
.at-resp-share-element .at-share-btn {
  margin: 0 2px;
}
.at-share-btn-elements > a {
  border-radius: 100% !important;
}
.at-share-btn-elements > a:last-child {
  display: none;
}
.con_sub_related_news {
  padding: 9px 0px 9px 0px;
}
.cos_small {
  font-size: 90%;
  font-weight: 400;
  bottom: 5px;
}
.date_posts {
  color: var(--_4a-color);
  font-size: inherit;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.nav-previous > a,
.nav-next > a {
  text-decoration: none;
  color: var(--_4a-color);
  font-size: 1.1rem;
  font-weight: normal;
  transition: 0.2s;
}
.nav-previous > a:hover,
.nav-next > a:hover {
  color: var(--fks-color);
}
.pt_con_news_open {
	padding-top: 43px;
}
.select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #4a4a4a;
  border-radius: 3px;
  padding: 5px 15px;
  color: #4a4a4a;
}
.select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 17px;
}
.archive .select2-container--open .select2-dropdown--below,
.blog .select2-container--open .select2-dropdown--below {
  border: 1px solid #4a4a4a;
  border-radius: 3px;
  padding: 5px 10px;
  top: 15px;
}
.archive .select2-container--open .select2-dropdown--below .select2-search,
.blog .select2-container--open .select2-dropdown--below .select2-search {
  display: none;
}
.archive .select2-container--default .select2-results > .select2-results__options li:hover,
.blog .select2-container--default .select2-results > .select2-results__options li:hover {
  color: #e6b222;
}
.archive .select2-container--default .select2-results__option--highlighted[aria-selected],
.blog .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  font-size: 16px;
  color: #4a4a4a;
}
.archive .select2-container--default .select2-results__option[aria-selected=true],
.blog .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  font-size: 16px;
  color: #e6b222;
}
li.nav-item.cat-news {
  margin-right: 5px;
}
.pt_news_acrhieve {
  padding-top: 84px;
}
.category_news {
  color: var(--_4a-color);
  transition: 0.1s;
}
.category_news:hover {
  color: var(--fks-color);
}
.tag_title_post {
  color: var(--_4a-color);
  margin-top: 21px;
}
.entry-navigation {
	float: right;
}
.entry-navigation .navigation-pagination .pagination {
	margin: 20px 0;
}
.entry-navigation .navigation-pagination .pagination li .page-link {
	font-family: 'museo_sans700',sans-serif;
	border: 1px solid #4a4a4a;
	padding: 0;
	height: 41px;
	width: 41px;
	position: relative;
}
.entry-navigation .navigation-pagination .pagination li .page-link .icon-arrow-left,
.entry-navigation .navigation-pagination .pagination li .page-link .icon-arrow-right {
	position: absolute;
	top: 12px;
	left: 15px;
	z-index: 999;
}
.entry-navigation .navigation-pagination .pagination li .page-link:focus {
	box-shadow: none;
}
.entry-navigation .navigation-pagination .pagination li .page-link:hover {
	color: #e6b222;
	border-color: #e6b222;
}
.entry-navigation .navigation-pagination .pagination li.actives .page-link {
	z-index: 1;
	color: #ffffff;
	background-color: #e6b222;
	border-color: #e6b222;
}
.entry-navigation .navigation-pagination .pagination li.page-item a {
	position: relative;
	text-decoration: none;
}
.entry-navigation .navigation-pagination .pagination li.page-item a .num-nav,
.entry-navigation .navigation-pagination .pagination li a .num-nav {
	font-size: 18px;
	line-height: 100%;
	position: absolute;
	top: 10px;
	left: 15px;
	margin: 0;
}
/*Tab News*/
.cat-item > a {
  outline: none;
  transition: 0.2s;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
}
li.cat-item > a {
  color: #333;
}
li.cat-item > a:hover {
  color: var(--fks-color);
}
/*Pagination*/
.page-link {
  color: #444;
  transition: 0.1s;
}
a.page-link:hover,
span.page-link:hover {
  color: var(--fks-color);
}
/*BREADCRUMB*/
.cos_breadcrumb {
  padding: 0px;
  margin: 0px;
}
.pt_breadcrumb {
  padding-top: 45px;
}
.breadcrumb-item-active > a {
  color: var(--fks-color);
  text-decoration: none;
}
/*-----------------------------------------------------------------------------
------------------------- Single Post Business Unit ---------------------------
-----------------------------------------------------------------------------*/
#button-back-business-unit a {
	display: inline-block;
    font-family: 'museo_sans700',sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    text-decoration: none;
}
#button-back-business-unit a i {
	font-size: 12px;
	margin-right: 8px;
}
.section-post-business-unit {
	padding: 50px 0 0;
}
.section-post-business-unit .post-repeater {
	padding: 30px 0;
}
.section-post-business-unit .back-button-container {
	margin: 40px 0 10px;
}
.section-post-business-unit .content-left-right,
.section-post-business-unit .content-location {
	padding: 40px 0;
}
.section-post-business-unit .content-bg-repeater {
	padding: 40px 0 0;
}
/*Block Image*/
.section-post-business-unit .content-left-right .content-left img {
	margin-top: 35px;
}
.section-post-business-unit .content-left-right .entry-block {
	margin-bottom: 15px;
}
.section-post-business-unit .content-left-right .entry-block .entry-block-title {
	font-size: 18px;
	color: #4a4a4a;
	line-height: 22px;
	margin: 0 0 20px;
}
.section-post-business-unit .content-left-right .entry-block .block-inner {
	margin-left: -8px;
	margin-right: -8px;
}
.section-post-business-unit .content-left-right .entry-block .block-item {
	padding: 0 8px;
	margin: 0 0 15px;
}
.section-post-business-unit .content-left-right .entry-block .entry-img {
	position: relative;
}
.section-post-business-unit .content-left-right .entry-block .entry-img .overlay-item {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.section-post-business-unit .content-left-right .entry-block .entry-img:hover .overlay-item {
	opacity: 1;
	overflow: visible;
	background-color: rgba(0,0,0,0.4);
}
.section-post-business-unit .content-left-right .entry-block .entry-img .overlay-item:hover {
	text-decoration: none;
}
.section-post-business-unit .content-left-right .entry-block .entry-img .overlay-item .item-outer {
	display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.section-post-business-unit .content-left-right .entry-block .entry-img .overlay-item .item-outer .item-inner {
	display: table-cell;
    vertical-align: middle;
    line-height: 100%;
    text-align: center;
}
.section-post-business-unit .content-left-right .entry-block .entry-img .overlay-item .entry-title {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	margin: 0;
}
.section-post-business-unit .content-right .entry-content {
	margin: 0 0 30px;
}
.section-post-business-unit .content-right .entry-content strong {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	line-height: 22px
}
.section-post-business-unit .content-right .entry-content p {
	margin-bottom: 15px;
}
.section-post-business-unit .content-right .entry-content p:last-child {
	margin: 0;
}
.section-post-business-unit .content-right .entry-slogan {
	font-size: 30px;
	color: #e6b222;
	line-height: 36px;
	margin-bottom: 35px;
}
.section-post-business-unit .content-right a.entry-url {
	font-family: 'museo_sans700',sans-serif;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 22px;
}
.section-post-business-unit .content-right a.entry-url:hover {
	color: #e6b222;
	text-decoration: none;
}
.section-post-business-unit .content-bg-repeater .entry-header,
.section-post-business-unit .content-location .entry-header {
	margin-bottom: 30px;
}
.section-post-business-unit .content-bg-repeater .entry-header .entry-title,
.section-post-business-unit .content-location .entry-header .entry-title {
	font-size: 30px;
    color: #000000;
    line-height: 36px;
    margin: 0;
}
.section-post-business-unit .content-location .entry-desc p {
	margin-bottom: 15px;
}
/*List Block Background*/
.section-post-business-unit .content-bg-repeater .product-list {
	background-color: #4a4a4a;
	padding: 40px 0;
	position: relative;
}
.section-post-business-unit .content-bg-repeater .product-item a:hover {
	text-decoration: none;
}
.section-post-business-unit .content-bg-repeater .product-list .tab-repeater {
	position: absolute;
	top: -56px;
	left: 45%;
	text-align: center;
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	line-height: 24px;
}
.section-post-business-unit .content-bg-repeater .product-list .tab-repeater.hide-tab {
  display: none;
}
.section-post-business-unit .content-bg-repeater .product-list .tab-repeater li {
  	display: inline-block;
  	font-family: 'museo_sans700',sans-serif;
  	font-size: 18px;
  	color: #9a9a9a;
  	line-height: 20px;
  	padding: 20px 20px 0px;
    width: 222px;
    height: 56px;
  	cursor: pointer;
    background: url('images/tab-gray.svg') top center no-repeat;
    margin-right: -30px;
    position: relative;
    z-index: 5;
}
.section-post-business-unit .content-bg-repeater .product-list .tab-repeater li.active {
	background: url('images/tab-active.svg') top center no-repeat;
	color: #ffffff;
   	z-index: 9;
}
.section-post-business-unit .content-bg-repeater .product-list .tab-repeater li.active:last-child {
	z-index: 10;
}
.section-post-business-unit .content-bg-repeater .product-list .tab-repeater li a:hover {
  	text-decoration: none;
}
.section-post-business-unit .content-bg-repeater .product-list .tab-repeater li:last-child {
	z-index: 1;
}
/*Carousel Product*/
#product-tab-carousel .owl-nav .owl-prev {
	position: absolute;
    top: 40%;
    left: 25px;
    z-index: 99;
    height: 50px;
    background: #ffffff;
    opacity: 0.5;
    width: 30px;
    margin: 0;
}
#product-tab-carousel .owl-nav .owl-next {
	position: absolute;
    top: 40%;
    right: 25px;
    z-index: 99;
    height: 50px;
    background: #ffffff;
    opacity: 0.5;
    width: 30px;
    margin: 0;
}
#product-tab-carousel .owl-nav .owl-prev span,
#product-tab-carousel .owl-nav .owl-next span {
	font-size: 45px;
	line-height: 45px;
	color: #4a4a4a;
	vertical-align: middle;
}
.section-post-business-unit .content-bg-repeater .product-item-inline {
	position: relative;
	display: block;
}
.section-post-business-unit .content-bg-repeater .product-inner {
	background-color: rgba(234,234,234,0.75);
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    z-index: 99;
}
.section-post-business-unit .content-bg-repeater .product-inner .entry-title {
	font-size: 18px;
	color: #4a4a4a;
	line-height: 100%;
	margin: 0;
}
/*General*/
.post-repeater .entry-header {
	margin-bottom: 50px;
}
.post-repeater .entry-header .entry-title {
	font-size: 30px;
    color: #000000;
    line-height: 36px;
    margin: 0;
}
.post-repeater .entry-header h2.entry-title {
  	position: relative;
}
.post-repeater.content-full-width-img .entry-header h2.entry-title span,
.post-repeater.content-list-icon-text .entry-header h2.entry-title span,
.post-repeater.content-list-logo-three .entry-header h2.entry-title span,
.post-repeater.content-list-logo-four .entry-header h2.entry-title span,
.post-repeater.content-list-icon-ver .entry-header h2.entry-title span,
.post-repeater.content-img-dropdown .entry-header h2.entry-title span {
	background-color: #ffffff;
	padding-right: 25px;
}
.post-repeater.content-full-width-img .entry-header h2.entry-title span:after,
.post-repeater.content-list-icon-text .entry-header h2.entry-title span:after,
.post-repeater.content-list-logo-three .entry-header h2.entry-title span:after,
.post-repeater.content-list-logo-four .entry-header h2.entry-title span:after,
.post-repeater.content-list-icon-ver .entry-header h2.entry-title span:after,
.post-repeater.content-img-dropdown .entry-header h2.entry-title span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 18px;
	border-top: 1px solid #4a4a4a;
	z-index: -1;
}
/*Full Width Image*/
.section-post-business-unit .content-full-width-img .entry-img {
	padding: 15px 0;
}
.section-post-business-unit .content-full-width-img .entry-img img {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(74,74,74,0.75);
	-moz-box-shadow: 0px 2px 3px 0px rgba(74,74,74,0.75);
	box-shadow: 0px 2px 3px 0px rgba(74,74,74,0.75);
}
/*List Logo Horizontal*/
.section-post-business-unit .content-list-logo-three .entry-block-list img,
.section-post-business-unit .content-list-logo-four .entry-block-list img {
	display: block;
	margin: auto;
}
.section-post-business-unit .content-list-icon-text .entry-block-list .item-block,
.section-post-business-unit .content-list-logo-three .entry-block-list .item-block,
.section-post-business-unit .content-list-logo-four .entry-block-list .item-block {
	text-align: center;
	margin-bottom: 50px;
}
.section-post-business-unit .content-list-icon-text .entry-block-list .entry-block-title {
	font-size: 26px;
    color: #000000;
    line-height: 31px;
    margin: 0;
}
.section-post-business-unit .content-list-icon-text .entry-block-list .entry-block-icon {
	font-size: 130px;
	margin-bottom: 30px;
}
/*List Icon Vertical*/
.section-post-business-unit .content-list-icon-ver .entry-header {
	margin-bottom: 40px;
}
.section-post-business-unit .content-list-icon-ver .entry-item-list .item-inner {
	margin-bottom: 50px;
}
.section-post-business-unit .content-list-icon-ver .entry-item-list .content-left .entry-block-icon {
	font-size: 130px;
	text-align: center;
}
.section-post-business-unit .content-list-icon-ver .entry-item-list .content-right .entry-block-title {
	font-size: 26px;
	color: #000000;
	line-height: 31px;
	margin: 0 0 15px;
}
.section-post-business-unit .content-list-icon-ver .entry-item-list .content-right .entry-block-desc {
	font-size: 16px;
	color: #4a4a4a;
	line-height: 22px;
}
.section-post-business-unit .content-list-icon-ver .entry-item-list .content-right .entry-block-desc p:last-child {
	margin: 0;
}
/*Image Dropdown*/
.section-post-business-unit .content-img-dropdown .entry-group .entry-item {
	position: relative;
}
.section-post-business-unit .content-img-dropdown .entry-group .entry-item .overlay-item {
	background-color: rgba(234,234,234,0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
}
.section-post-business-unit .content-img-dropdown .entry-group .entry-item .overlay-item .entry-title {
	font-family: 'museo_sans700',sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	line-height: 100%;
	margin: 0;
	text-decoration: none;
}
.section-post-business-unit .content-img-dropdown .entry-group .entry-item .overlay-item .entry-title:after {
	font-family: 'fks';
    content: "\e900";
    font-size: 12px;
    color: #4a4a4a;
    position: absolute;
    top: 19px;
    right: 20px;
}
.section-post-business-unit .content-img-dropdown .entry-group.opened .entry-item .overlay-item .entry-title:after {
	-webkit-transform: rotate(180deg);
   	-moz-transform: rotate(180deg);
   	-o-transform: rotate(180deg);
   	-ms-transform: rotate(180deg);
   	transform: rotate(180deg);
}
.section-post-business-unit .content-img-dropdown .entry-group .entry-content {
	display: none;
	background-color: #f2f2f2;
	margin: 10px 0 0;
	padding: 50px;
}
.section-post-business-unit .content-img-dropdown .entry-group .entry-content .entry-collapse-desc {
	font-size: 18px;
	line-height: 22px;
}
.section-post-business-unit .content-img-dropdown .entry-group .entry-content .entry-collapse-desc p:last-child {
	margin: 0;
}
/*-----------------------------------------------------------------------------
------------------------------ FOOTER SECTION ---------------------------------
-----------------------------------------------------------------------------*/
footer.entry-footer {
	margin: 0 0 15px 0;
}
footer.site-footer {
	font-size: 14px;
	color: #d8d8d8;
	width: 100%;
	background-color: #4a4a4a;
	min-height: auto;
	padding: 30px 0px;
}
footer.site-footer .footer_ul_amrc {
	font-size: 0;
	text-align: left;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	line-height: 100%;
}
footer.site-footer .footer_ul_amrc li {
	display: inline-block;
	padding-right: 10px;
    border-right: 1px solid #d8d8d8;
    line-height: 14px;
}
footer.site-footer .footer_ul_amrc li:last-child {
	border: none;
	padding: 0 10px;
}
footer.site-footer .footer_ul_amrc li a {
	font-size: 14px;
	color: #d8d8d8;
	vertical-align: middle;
}
footer.site-footer .footer_ul_amrc li a:hover,
footer.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer.site-footer .fleft {
	float: left;
}
footer.site-footer .padding-right {
	padding-right: 10px;
}
footer.site-footer .footer_ul2_amrc {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
footer.site-footer .footer_ul2_amrc li {
	text-align: right;
}
footer.site-footer .footer_ul2_amrc li p {
	display: table;
}
footer.site-footer .footer_ul2_amrc li a:hover {
	text-decoration: none;
}
footer.site-footer .footer_ul2_amrc li i {
	font-size: 18px;
}
footer.site-footer .footer-copyright {
	line-height: 25px;
}
footer.site-footer .footer-site {
	text-align: center;
}
footer.site-footer .footer-site a {
	font-family: 'museo_sans700',sans-serif;
	font-size: 14px;
	color: #ffffff;
}
/*-----------------------------------------------------------------------------
------------------------------ POPUP SECTION ----------------------------------
-----------------------------------------------------------------------------*/
.popup-outer {
	position: relative;
	max-width: 755px;
	margin: 0 auto;
}
.popup-outer a {
	text-decoration: none;
}
.popup-outer .close-btn {
	position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25px;
}
.popup-outer .close-btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
.popup-outer img {
	width: 100%;
}
.popup-outer .popup-inner {
	background-color: #ffffff;
	padding: 50px 100px;
}
.popup-outer .popup-inner .entry-title {
	font-size: 30px;
	color: #000000;
	line-height: 36px;
}
.popup-outer .popup-inner .entry-desc {
	font-size: 18px;
	color: #4a4a4a;
	line-height: 22px;
	height: 250px;
	overflow: auto;
	padding-right: 10px;
}
.popup-outer .popup-inner .entry-desc::-webkit-scrollbar {
	width: 5px;
}
.popup-outer .popup-inner .entry-desc::-webkit-scrollbar-track {
	background-color: #bebebe;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
.popup-outer .popup-inner .entry-desc::-webkit-scrollbar-thumb {
	background-color: #9b9b9b;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}
.popup-outer .popup-inner .entry-title,
.popup-outer .popup-inner .entry-desc p {
	margin-bottom: 15px;
}
.popup-outer .popup-inner .entry-desc p:last-child {
	margin: 0;
}
.popup-outer .popup-inner .popup-navigation {
	padding: 0;
	margin: 25px 0 0;
	list-style: none;
}
.popup-outer .popup-inner .popup-navigation li {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.popup-outer .popup-inner .popup-navigation li a {
	font-size: 19px;
	color: #000000;
	text-decoration: none;
}
.popup-outer .popup-inner .popup-navigation li a:hover {
	opacity: 0.5;
}
.popup-outer .popup-inner .popup-navigation li.nav-prev {
	text-align: left;
	float: left;
}
.popup-outer .popup-inner .popup-navigation li.nav-next {
	text-align: right;
	float: right;
}
/*-----------------------------------------------------------------------------
------------------------------ GENERAL ----------------------------------------
-----------------------------------------------------------------------------*/
.btn-circle {
    border-radius: 100%;
}
/** office location **/
.office-location {
  display: none;
}
.office-location.active {
  display: block;
}
/** job list **/
#job-list.row {
  margin-left: -5px;
  margin-right: -5px;
}
/** job pagination **/
#jobs-pagination {
  float: right;
  margin: 40px 0;
}
#jobs-pagination ul {
  margin: 0;
}
.mfp-inline-holder .mfp-content {
  width: auto;
}
/*-----------------------------------------------------------------------------
------------------------------ MEDIA QUERIES ----------------------------------
-----------------------------------------------------------------------------*/
@media (min-width: 312px) {
	.stepwizard-step li img.emoji {
		margin: 0 0 0 -4px !important;
	}
	.wizard .stepwizard-row.setup-panel .stepwizard-step li a {
		padding: 10px 0px 10px 52px;
	}
}
@media (min-width: 576px) {
	/*Mobile Menu*/
	#mobile-menu-container .container {
		padding: 0;
	}
	.navbar-toggler-icon-close-custom span,
	.navbar-toggler-icon-custom span {
		height: 3px;
	}
	/*Single Banner*/
	.single-banner .bg-single-banner .banner-inner .entry-title.mobile-only {
		display: none;
	}
	/*Search Bar Banner*/
	.search-bar .mobile-layout {
		display: none;
	}
	/*Post Carousel*/
	.section-featured-news .mobile-layout {
		display: none;
	}
	/*Section Milestone*/
	.section-milestone .mobile-layout {
		display: none;
	}
	/*Section Business Unit*/
	.section-business-unit .mobile-layout {
		display: none;
	}
	/*Section Programs*/
	.section-programs .mobile-layout {
		display: none;
	}
	/*Section Open Position*/
	.section-open-position .mobile-header {
		display: none;
	}
	/*Section Testimonial*/
	.section-testimonial .testimonial-navigation {
		display: none;
	}
	/*Post Business Unit*/
	.section-post-business-unit .content-list-icon-ver .mobile-layout {
		display: none;
	}
	.section-post-business-unit .content-list-icon-text .mobile-layout {
		display: none;
	}
	.section-post-business-unit .content-full-width-img .mobile-layout {
		display: none;
	}
	/*Apply Positions*/
	.stepwizard-step li img.emoji {
	   	margin: 0 0 0 -4px !important;
	}
	.wizard {
		font-size: 13px;
		padding: 0 37px;
	}
	.fks-btn {
		font-size: 13px;
	}
}
@media (min-width: 768px) {
	/*Apply Position*/
	.wizard {
		font-size: 13px;
		padding: 0 37px;
	}
	.stepwizard-step li img.emoji {
		margin: 0 0 0 -4px !important;
	}
	.fks-btn {
		font-size: 13px;
	}
}
@media (min-width: 992px) {
	#mobile-main-nav {
		display: none;
	}
	#mobile-menu-container {
		display: none;
	}
	/*Apply Position*/
	.wizard {
		padding: 0 57px;
	}
	/*FKS Way*/
	.section-fks-way .mobile-layout {
		display: none;
	}
	/*News*/
	.post-excerpt .card-body .entry-date {
		display: none;
	}
}
@media (min-width: 1200px) {
	/*Apply Position*/
	.wizard {
		width: 100%;
		font-size: 16px;
		padding: 0 44px;
	}
	.stepwizard-step li img.emoji {
		margin: 0 0 0 -6px !important;
	}
	.fks-btn {
		font-size: 16px;
	}
}
@media (max-width: 1399px) {
	.section-repeater.section-contact-map .content-left .content-left-inner {
		margin-right: 65px;
	}
}
@media (max-width: 1199px) {
	.single-banner .bg-single-banner .banner-inner {
		width: 64%;
	}
	.section-fks-way .module-fks-way-1 {
		padding: 37px 120px 37px 0;
	}
	.section-fks-way .module-fks-way-1:after {
		right: 62%;
	}
	.section-repeater.back-bg-yellow .container:before {
		height: 630px;
		top: 18%;
	}
	.section-repeater.section-contact-map .content-left .content-left-inner {
		min-width: 560px;
		padding: 40px 15px 40px 25px;
		margin-right: 0;
	}
}
@media (max-width: 991px) {
    #post-carousel a.btn{
        position: inherit;
    }
	/*Mobile Menu*/
	#mobile-menu-container {
		display: none;
  		position: fixed;
  		top: 0px;
  		left: 0px;
  		z-index: 0;
  		background: #4a4a4a;
  		width: 100%;
		height: 100%;
		padding: 25px;
  		opacity: 0;
		transition: all .1s ease-in;
		padding: 20px 10px;
		overflow: scroll;
	}
	#mobile-menu-container.active {
		display: block;
		opacity: 1;
		transition: all .2s ease-in-out;
		z-index: 9999;
	}
	#lang-button-container {
	  	display: none;
	}
	#lang-button-container-mobile ul {
		margin: 0;
		padding: 0;
	}
	#lang-button-container-mobile ul li {
		display: inline-block;
		border-right: 1px solid #cccccc;
		padding: 0 10px;
		line-height: 100%;
	}
	#lang-button-container-mobile ul li:first-child {
		padding-left: 0;
	}
	#lang-button-container-mobile ul li:last-child {
		border: none;
	}
	#lang-button-container-mobile ul li a {
		font-size: 14px;
		color: #cccccc;
		line-height: 20px;
	}
	#lang-button-container-mobile ul li#lang-zh-hans a {
		font-family: "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, sans-serif;
		font-size: 13px;
	}
	#lang-button-container-mobile ul li.active a {
		color: #ffffff;
		text-decoration: none;
	}
	a#mobile-close-btn i {
		font-size: 30px;
		color: #e6b222;
	}
	#main-navigation-mobile > ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#main-navigation-mobile > ul > li {
		border-bottom: 2px solid #737373;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#main-navigation-mobile > ul > li.menu-item-has-children span {
		position: relative;
		margin-left: 10px;
	}
	#main-navigation-mobile > ul > li.menu-item-has-children span i {
		font-size: 4px;
		color: #fff;
		cursor: pointer;
		position: absolute;
		top: 7px;
	}
	#main-navigation-mobile > ul > li.menu-item-has-children span i:before{
		color:#fff;
	}
	#main-navigation-mobile > ul > li.menu-item-has-children.opened span i {
		color: #e6b222;
		-webkit-transform: rotate(180deg);
	   	-moz-transform: rotate(180deg);
	   	-o-transform: rotate(180deg);
	   	-ms-transform: rotate(180deg);
	   	transform: rotate(180deg);
	}
	#main-navigation-mobile > ul > li > a {
    	font-family: 'museo_sans500',sans-serif;
    	color: #ffffff;
    	text-decoration: none;
	}
	#main-navigation-mobile > ul > li.opened > a {
		color: #e6b222;
	}
	#main-navigation-mobile ul li.menu-item-has-children ul.sub-menu {
		display: none;
		padding: 20px 0 15px 20px;
		list-style: none;
    	margin-top: 10px;
    	border-top: 2px solid #737373;
	}
	#main-navigation-mobile ul li.menu-item-has-children ul.sub-menu li {
		margin-bottom: 15px;
	}
	#main-navigation-mobile ul li.menu-item-has-children ul.sub-menu li:last-child {
		margin: 0;
	}
	#main-navigation-mobile ul li.menu-item-has-children ul.sub-menu li a {
		color: #cccccc;
		text-decoration: none;
	}
	#main-navigation-mobile ul li.menu-item-has-children ul.sub-menu li a:hover {
		opacity: 0.5;
	}
	/*Menu Mobile*/
	.navbar-toggler-icon-custom {
		position: relative;
		width: 25px;
		height: 20px;
		-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;
	}
	.navbar-toggler-icon-close-custom {
		position: relative;
		width: 25px;
		height: 22px;
	}
	.navbar-toggler-icon-custom span {
		background-color: #979797;
	}
	.navbar-toggler-icon-close-custom span {
		background-color: #e6b222;
	}
	.navbar-toggler-icon-close-custom span,
	.navbar-toggler-icon-custom span {
		display: block;
		position: absolute;
		width: 100%;
		border-radius: 10px;
		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;
	}
	.navbar-toggler-icon-custom span:nth-child(1) {
		top: 0px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.navbar-toggler-icon-custom span:nth-child(2) {
		top: 9px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.navbar-toggler-icon-custom span:nth-child(3) {
		top: 18px;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center;
	}
	.navbar-toggler-icon-close-custom span:nth-child(1),
	.navbar-toggler-icon-custom.open span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 10px;
		left: 0;
	}
	.navbar-toggler-icon-close-custom span:nth-child(2),
	.navbar-toggler-icon-custom.open span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}
	.navbar-toggler-icon-close-custom span:nth-child(3),
	.navbar-toggler-icon-custom.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 10px;
		left: 0px;
	}
	.menu-top {
		margin-bottom: 40px;
	}
	.menu-mobile-menu-container {
		margin-bottom: 40px;
	}
	.menu-info-mobile {
		position: relative;
	    padding: 25px 0 0;
	}
	.menu-info-mobile .content-left {
		position: relative;
	}
	.menu-info-mobile .content-left:before {
		content: '';
		display: block;
		position: absolute;
		top: -20px;
		left: 14px;
		background: #e6b222;
		width: 35px;
		height: 2.5px;
	}
	.menu-info-mobile .content-left a {
		font-family: 'museo_sans500',sans-serif;
    	color: #ffffff;
    	text-decoration: none;
	}
	.menu-info-mobile .content-left a:hover {
		opacity: 0.7;
	}
	.menu-info-mobile .content-right {
		text-align: right;
	}
	.menu-info-mobile .content-right a i {
		font-size: 20px;
	}
	/*Single Banner*/
	.single-banner .bg-single-banner .banner-inner {
		width: 70%;
	}
	.single-banner-post .bg-single-banner .banner-inner {
		width: 100%;
		padding: 0 35px;
	}
	/*Slider Banner*/
	#main-carousel.owl-theme .banner-inner {
		top: 44%;
		right: 5%;
	}
	#main-carousel.owl-theme .banner-inner h4.entry-title {
		font-size: 40px;
	}
	/*Post Carousel News*/
	#post-carousel-mobile .item-mobile {
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
		text-align: center;
		margin-bottom: 15px;
	}
	#post-carousel-mobile .owl-item .item-mobile {
		opacity: 0.5;
	}
	#post-carousel-mobile .owl-item.active .item-mobile {
		opacity: 1;
	}
	#post-carousel-mobile .item-inner {
		padding: 15px;
	}
	#post-carousel-mobile .item-inner .post-category-mobile {
		display: block;
		font-family: 'museo_sans700',sans-serif;
		font-size: 18px;
		color: #e6b222;
		line-height: 22px;
		margin: 0 0 13px;
	}
	#post-carousel-mobile .item-inner .post-title-mobile {
		font-size: 20px;
		color: #000000;
		line-height: 24px;
		margin: 0 0 13px;
	}
	#post-carousel-mobile .item-inner .post-content-mobile {
		color: #4a4a4a;
		line-height: 26px;
		margin-bottom: 15px;
	}
	#post-carousel-mobile .item-inner .post-content-mobile p {
		margin-bottom: 15px;
	}
	#post-carousel-mobile .item-inner .post-content-mobile p:last-child {
		margin: 0;
	}
	#post-carousel-mobile .item-inner .btn.btn-mobile {
		background: transparent;
		font-size: 12px;
		padding: 5px 10px;
		color: #e6b222;
		border: 1px solid #e6b222;
		border-radius: 3px;
		text-decoration: none;
	}
	#post-carousel-mobile .item-inner .btn.btn-mobile:hover {
		background-color: #e6b222;
		color: #ffffff;
	}
	#post-carousel-mobile .item-inner .btn.btn-mobile i {
		font-size: 8px;
		margin-left: 5px;
	}
	/*Section Repeater*/
	.section-repeater .section-default h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.section-icon-horizontal, .section-featured-news {
		padding: 75px 0;
	}
	/*Section Three Icon Horizontal*/
	.entry-icon-container {
		margin: 0 0 30px;
	}
	.entry-icon-container span {
		font-size: 130px;
	}
	h5.entry-icon-title {
		font-size: 22px;
		line-height: 26px;
	}
	.entry-icon-description .entry-icon-desc {
		padding: 0 10px;
	}
	/*Section Card*/
	.section-count-number .card-body .card-text {
		font-size: 20px;
		line-height: 24px;
	}
	.section-count-number .card-body .number {
		font-size: 40px;
		line-height: 52px;
	}
	.section-count-number .card-body .card-subtext {
		font-size: 24px;
		line-height: 28px;
	}
	#post-carousel.owl-theme .owl-dots {
		right: 4%;
		bottom: 45px;
	}
	/*Section Quote*/
	.section-repeater.content-quote .section-default h3 {
		padding: 0;
	}
	/*Section Left Image Right Content*/
	.section-abstract-img .content-left .entry-img img {
		margin: 0;
	}
	.section-abstract-img .content-right {
		border: none;
	}
	/*Business Highlight / Section Tab*/
	.section-business-highlight {
		padding: 50px 0;
	}
	.content-tab {
		margin: 90px 0 30px;
	}
	.content-tab .tab-row {
		right: 195px;
	}
	/*Milestone Carousel*/
	#milestone-carousel img.card-img-left {
		width: 100%;
	}
	#milestone-carousel-nav {
		margin-bottom: 15px;
		padding: 0px 20px;
	}
	#milestone-carousel-mobile .owl-item .item {
		opacity: 0.5;
	}
	#milestone-carousel-mobile .owl-item.active .item {
		opacity: 1;
	}
	#milestone-carousel-mobile .item {
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
		margin: 2px 0 5px;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile {
		padding: 25px 30px;
		min-height: 300px;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile .entry-mobile-title {
		font-size: 18px;
	    color: #e6b222;
	    line-height: 100%;
	    margin: 0 0 15px;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile .entry-mobile-desc {
		font-size: 16px;
    	line-height: 22px;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile .entry-mobile-desc p {
		margin: 0 0 15px;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile .entry-mobile-desc p:last-child {
		margin: 0;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile ul {
		padding-left: 22px;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile ul li {
		margin-bottom: 15px;
	}
	/*Section Bg Yellow*/
	.section-repeater.back-bg-yellow .container:before {
		height: 575px;
		top: 16%;
	}
	/*Section Content Border*/
	.section-content-border .section-left .entry-title {
		font-size: 30px;
    	line-height: 36px;
	}
	/*Section FKS Way*/
	.section-fks-way .desktop-layout {
		display: none;
	}
	.section-fks-way.section-repeater {
		padding: 0;
	}
	.section-fks-way .mobile-layout .yellow-section {
		background-color: #e6b222;
		padding: 30px 0;
		color: #4a4a4a;
	}
	.section-fks-way .mobile-layout .yellow-section .entry-mobile-title {
		font-size: 30px;
		color: #000000;
		line-height: 100%;
	}
	.section-fks-way .mobile-layout .yellow-section .entry-mobile-desc {
		font-size: 18px;
		color: #000000;
		line-height: 24px;
	}
	.section-fks-way .mobile-layout .black-section {
		padding: 30px 0;
	}
	.section-fks-way .mobile-layout .black-section .content-left {
		text-align: center;
	}
	.section-fks-way .mobile-layout .black-section .item-list {
		margin-bottom: 20px
	}
	.section-fks-way .mobile-layout .black-section .item-list:last-child {
		margin-bottom: 0;
	}
	.section-fks-way .mobile-layout .black-section .entry-mobile-icon {
		font-size: 120px;
	}
	.section-fks-way .mobile-layout .black-section .entry-mobile-title {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 15px;
	}
	.section-fks-way .mobile-layout .black-section .entry-mobile-desc {
		font-size: 18px;
		line-height: 22px;
	}
	.section-repeater.section-contact-map .content-left .content-left-inner {
		min-width: 420px;
		margin-right: 0;
	}
	/*Section Quote*/
	.section-repeater.brd-bottom .section-default {
		padding-bottom: 40px;
	}
	.section-repeater.content-quote .section-default h3 {
		font-size: 24px;
		line-height: 30px;
		padding: 0 25px;
	}
	.section-repeater.content-quote .section-default h3:before {
		top: -11px;
		left: 3%;
	}
	.section-repeater.content-quote .section-default h3:after {
		bottom: -10px;
		right: 20%;
	}
	/*Section Icon Vertical*/
	.section-icon-vertical .item-container .content-left .entry-icon {
		font-size: 135px;
	}
	/*Section Programs*/
	.entry-item-list .block-item .inner-item .entry-item-icon {
		font-size: 125px;
	}
	.entry-item-list .block-item .inner-item .entry-item-title {
		font-size: 22px;
		margin: 20px 0 0;
	}
	/*Section Reports*/
	#reports-carousel .owl-nav .owl-prev {
		left: 40%;
	}
	#reports-carousel .owl-nav .owl-next {
		right: 39.5%;
	}
	/*Section Image Left*/
	.section-abstract-img.no-border .entry-header {
		margin: 30px 0 15px;
	}
	.section-abstract-img.no-border h2.entry-default-title {
		margin: 0;
	}
	.section-abstract-img.no-border .content-right p {
		margin-bottom: 15px;
	}
	.section-abstract-img.no-border .content-right p:last-child {
		margin: 0;
	}
	/*Search Bar*/
	.card-container .card-body .search-button button.btn {
		top: 17px;
		left: 8px;
		padding: 0;
	}
	/*Category Position*/
	.section-category-position .job-item-container.active .item-inner {
		margin-bottom: 7px;
	}
	.job-item-container .selected-job-sign {
		top: 417px;
		bottom: unset;
	}
	.job-item-container.active .selected-job-sign {
      	display: block;
    }
	.job-item-container .job-description.active-mobile {
        display: block;
        background-color: #4a4a4a;
    	color: #ffffff;
    	padding: 30px 20px;
    }
	/*Section Contact Form*/
	.section-contact-form .content-right {
		display: none;
	}
	.section-repeater.section-contact-map .content-left .content-left-inner {
		padding: 40px 15px 40px 30px;
	}
	/*Footer*/
	footer.site-footer .footer-site {
		text-align: left;
	}
	.footer-linkedin {
		display: none;
	}
}
@media (max-width: 767px) {
	/*Section Three Column*/
	.entry-icon-description {
		margin-bottom: 30px;
	}
	.entry-icon-container {
		margin: 0 0 20px;
	}
	h5.entry-icon-title {
		margin: 0 0 5px;
	}
	/*Section Default*/
	.section-repeater .section-default h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.section-icon-horizontal,
	.section-featured-news {
		padding: 60px 0;
	}
	.section-content-border {
		padding: 90px 0 40px;
	}
	.section-content-border .section-left .entry-title {
		top: -55px;
	    left: 15px;
	    transform: none;
	}
	/*Section Background Yellow*/
	.section-repeater.back-bg-yellow .container:before {
		height: 605px;
		top: 12%;
	}
	/*Card Custom*/
	.background-gray .card-body {
		padding: 0;
	}
	.section-count-number .card-body .card-text {
		font-size: 18px;
		line-height: 22px;
	}
	.section-count-number .card-body .number {
		font-size: 45px;
		line-height: 100%;
	}
	.section-count-number .card-body .card-subtext {
		font-size: 20px;
		line-height: 24px;
	}
	/*Section Tab*/
	.content-tab .tab-row {
		right: 192px;
	}
	/*Section Quote*/
	.section-repeater.content-quote .section-default h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.section-repeater.content-quote .section-default h3:before {
		top: -13px;
		left: 7%;
	}
	.section-repeater.content-quote .section-default h3:after {
		bottom: -12px;
		right: 32%;
	}
	/*Section Icon Vertical*/
	.section-icon-vertical .item-container .content-left .entry-icon {
		margin-bottom: 20px;
	}
	.section-icon-vertical .item-container .content-right {
		text-align: center;
	}
	.section-icon-vertical .item-container .content-right .entry-title {
		margin-bottom: 5px;
	}
	.section-icon-vertical .entry-header h2.entry-title span:before {
		height: 12px;
	}
	/*Section Program*/
	.section-programs .desktop-layout .block-item {
		margin-bottom: 20px;
	}
	/*Section Reports*/
	#reports-carousel .owl-nav .owl-prev {
		left: 37%;
	}
	#reports-carousel .owl-nav .owl-next {
		right: 36.5%;
	}
	/*Search Bar*/
	.card-container .card-body .search-button button.btn {
		top: 18px;
		left: 4px;
		padding: 0;
	}
	.card-container .card-body .search-button button span {
		font-size: 15px;
	}
	/*Section Open Position*/
	.section-open-position .item-inner a span {
		font-size: 120px;
	}
	.section-open-position .item-inner .item-body .item-title {
		font-size: 22px;
		line-height: 26px;
		padding: 0;
	}
	/*Section Contact Map*/
	.section-repeater.section-contact-map .content-left .content-left-inner {
		min-width: unset;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.section-repeater.section-contact-map .content-right {
		height: 400px;
	}
	.section-repeater.section-contact-map .content-left .content-left-inner {
		padding: 40px 15px 40px 30px;
	}
	/*Footer*/
	.footer-copyright {
		text-align: center;
	}
	.footer-site {
		text-align: center;
	}
	footer.site-footer .footer_ul_amrc {
		text-align: center;
	}
}
@media (max-width: 575px) {
	/*Mobile Menu*/
    .navbar-toggler-icon-close-custom span,
    .navbar-toggler-icon-custom span {
    	height: 2px;
    }
    /*Header*/
    #primary.content-area {
    	margin: 90px 0 0;
    }
    body.blog #primary.content-area,
    body.archive #primary.content-area {
    	margin: 90px 0 0;
    }
    .fixed-top {
    	height: 90px;
    }
	.fixed-top a.navbar-brand svg {
		width: 70px;
	}
	/*Section Repeater*/
	.section-repeater {
		padding: 30px 0;
	}
	.section-repeater .section-default h2,
	.section-repeater .section-default h4 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 15px;
	}
	.section-repeater .section-default h3 {
		font-size: 20px;
		line-height: 24px;
	}
	body.page-id-150 .section-repeater .section-default h2 br:first-child {
		display: none;
	}
	.section-repeater .section-default,
	.section-repeater .entry-header .entry-content,
	.section-abstract-img.no-border .content-right {
		font-size: 16px;
		line-height: 26px;
	}
	.section-repeater h2.entry-default-title {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 30px;
	}
	.section-repeater .entry-header h2.entry-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.section-repeater.content-quote .section-default h3 {
		font-size: 24px;
		color: #4a4a4a;
		line-height: 29px;
	}
	.section-repeater.content-quote .section-default h3:before {
		top: -13px;
		left: 3px;
	}
	.section-repeater.content-quote .section-default h3:after {
		right: 25%;
	}
	.section-repeater.brd-bottom {
		padding: 30px 0 0;
	}
	.section-repeater.brd-bottom .section-default {
		line-height: 26px;
		padding-bottom: 20px;
	}
	.section-repeater.brd-bottom .section-default p:last-child {
		margin: 0;
	}
	#business-overview.section-repeater.brd-bottom .section-default {
		border: none;
		padding: 0;
	}
	.section-icon-horizontal,
	.section-featured-news {
		padding: 40px 0;
	}
	/*Section with Border*/
	.section-repeater.section-content-border {
		padding: 70px 0 30px;
	}
	.section-content-border .section-left .entry-title {
		font-size: 20px;
		line-height: 100%;
		padding-left: 15px;
		margin: 0 0 20px;
		top: -40px;
		left: 0;
		transform: translateY(0%);
	}
	.section-content-border .section-right {
		line-height: 26px;
	}
	.section-content-border .section-right hr.title-separator {
		margin: 2.5em 0;
	}
	.section-content-border .section-right h3 {
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 5px;
	}
	.section-content-border .section-right p {
		margin-bottom: 15px;
	}
	.section-content-border .section-right .wwa-vision {
		margin-bottom: 25px;
	}
	/*Slider Banner*/
	#slider-decoration {
		background-image: url(images/mobile-banner-decoration.svg);
		background-repeat: no-repeat;
		width: 156px;
		height: 240px;
	}
	#main-carousel.owl-theme .item {
		height: 240px;
	}
	#main-carousel.owl-theme .banner-inner {
		top: 42%;
	}
	#main-carousel.owl-theme .banner-inner h4.entry-title {
		font-size: 26px;
		line-height: 31px;
		margin-bottom: 0;
		text-shadow: 3px 3px 4px rgba(0,0,0,0.7);
		text-align: right;
	}
	#main-carousel.owl-theme .banner-inner a.btn {
		padding: 8px 12px;
		background: #e6b222;
		color: #ffffff;
	}
	/*Single Banner*/
	.single-banner .bg-single-banner .banner-inner {
		width: 100%;
		top: 35%;
		text-align: center;
	}
	.single-banner .bg-single-banner .banner-inner .entry-title.desktop-only {
		display: none;
	}
	.single-banner .bg-single-banner .banner-inner .entry-title {
		font-size: 22px;
		text-shadow: 3px 3px 4px rgba(0,0,0,0.7);
		line-height: 27px;
	}
	.single-banner .bg-single-banner .banner-inner .entry-title:before {
		position: static;
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-right: 5px;
		margin-bottom: 8px;
		opacity: 1;
	}
	.single-banner .bg-single-banner .banner-inner .entry-title:after {
		margin-bottom: 4px;
	}
	body.page-id-137 .single-banner .bg-single-banner {
		background-position: 25% 25%;
	}
	.single-banner-business-unit .bg-single-banner {
		height: 250px;
	}
	.single-banner-business-unit .bg-single-banner .banner-inner {
		top: 42%;
	}
	.single-banner-business-unit .bg-single-banner .banner-inner .entry-title {
		font-size: 30px;
	}
	.single-banner.single-banner-job-position .bg-single-banner .banner-inner {
		width: 100%;
		top: 45%;
	}
	.single-banner.single-banner-job-position .bg-single-banner .banner-inner .entry-title {
		font-size: 26px;
		line-height: 100%;
	}
	/*Banner News*/
	.single-banner .bg-single-banner {
		height: 250px;
	}
	.single-banner-post .bg-single-banner .banner-inner {
		width: 100%;
		padding: 0 15px;
	}
	/*Search Bar Banner*/
	.search-bar .desktop-layout {
		display: none;
	}
	.single-banner-page-searchbar {
		margin-bottom: 50px;
	}
	.mobile-layout .card-container .card-body {
		background-color: #4a4a4a;
		padding: 10px 0;
	}
	.mobile-layout .card-container .card-body .card-item:after {
		top: 1.5px;
		height: 32px;
	}
	.mobile-layout .card-container .card-body .card-item.card-option {
		width: 30%;
	}
	.mobile-layout .card-container .card-body .card-item.card-search-input {
		width: 60%;
		padding: 0;
	}
	.mobile-layout .card-container .card-body .card-item .search-positions {
		font-size: 15px;
		padding: 5px 10px;
	}
	.mobile-layout .card-container .card-body .card-item .search-positions::placeholder {
		opacity: 0.5;
	}
	.mobile-layout .card-container .card-body .search-button {
		width: 10%;
		height: 38px;
		background-color: #e6b222;
    	border-radius: 0 3px 3px 0;
	}
	.mobile-layout .card-container .card-body .search-button button.btn {
		top: 10px;
		left: 10px;
		padding: 0;
	}
	.mobile-layout .card-container .card-body .search-button button span {
		font-size: 15px;
		color: #ffffff;
	}
	.mobile-layout .card-container .card-body .card-item.last:after {
		display: none;
	}
	.mobile-layout .card-container .card-body .card-item .select2.select2-container {
		padding: 0 5px;
	}
	.mobile-layout .card-container .card-body .card-item .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-family: 'museo_sans300',sans-serif;
		font-size: 15px;
		line-height: 23px;
	}
	.mobile-layout .card-container .card-body .card-item .select2-container--default .select2-selection--single .select2-selection__placeholder {
		font-family: 'museo_sans300',sans-serif;
		font-size: 15px;
		color: #495057;
		opacity: 0.5;
	}
	.mobile-layout .card-container .card-body .select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 3px;
		right: 6px;
	}
	.mobile-layout .card-container .card-body .select2-container--default.select2-right .select2-selection--single .select2-selection__arrow {
		display: none;
	}
	.mobile-layout .card-container .card-body .card-item .select2-container--default.select2-right .select2-selection--single .select2-selection__clear {
		right: 10px;
	}
	.select2-container--default.select2-open-left .select2-search--dropdown {
		display: none;
	}
	/*Post Carousel*/
	.section-featured-news .desktop-layout {
		display: none;
	}
	#post-carousel .card-body h6.post-carousel-title{
        min-height: 61px;
    }
	/*Section Milestone*/
	.section-milestone .desktop-layout {
		display: none;
	}
	.section-milestone #container-milestone-carousel-nav {
		display: none;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile .entry-mobile-desc ol {
		padding-left: 20px;
	}
	#milestone-carousel-mobile .item .milestone-content-mobile .entry-mobile-desc ol li {
		margin-bottom: 10px;
	}
	/*Icon Horizontal List*/
	.entry-icon-container {
		margin-bottom: 20px;
	}
	.entry-icon-container span {
		font-size: 110px;
	}
	.entry-icon-description .entry-icon-desc {
		padding: 0;
	}
	h5.entry-icon-title {
		font-size: 20px;
		line-height: 24px;
		margin: 0;
	}
	.section-icon-horizontal .entry-icon-description {
		min-height: unset;
		margin-bottom: 30px;
	}
	/*Card Custom*/
	.section-count-number .card-body .card-text {
		font-size: 14px;
		line-height: 17px;
	}
	.section-count-number .card-body .number {
		font-size: 36px;
		line-height: 100%;
	}
	.section-count-number .card-body .card-subtext {
		font-size: 14px;
		line-height: 17px;
	}
	.section-count-number .item:last-child .card-body .card-text {
		padding: 0 5px;
	}
	/*List Post News*/
	.single-banner-post {
		display: none;
	}
	.side-bar {
		background: #4a4a4a;
		padding: 15px;
		margin-bottom: 15px;
	}
	.side-bar .nav-tabs .nav-item {
		padding: 5px 7px;
	}
	.side-bar .nav-tabs .nav-link {
		font-family: 'museo_sans300',sans-serif;
		font-size: 16px;
		line-height: 100%;
		color: #ffffff;
	}
	.side-bar .nav-tabs .nav-link.active {
		background: transparent;
	}
	body.blog .section-repeater,
	body.archive .section-repeater {
		padding: 0 0 30px;
	}
	.post-excerpt .card .card-img {
		padding-right: 0px;
	}
	.post-excerpt .card-body {
		padding: 0 15px;
		line-height: 100%;
	}
	.post-excerpt .card-body span {
		font-family: 'museo_sans300',sans-serif;
		font-size: 14px;
		line-height: 100%;
		margin: 0;
	}
	.post-excerpt .title_news {
		font-size: 15px;
		line-height: 19px;
		margin: 10px 0;
		min-height: 0;
	}
	.post-excerpt .card-body .entry-content {
		display: none;
	}
	.post-excerpt .card-body .entry-date {
		font-size: 14px;
		line-height: 100%;
		margin: 0;
	}
	.entry-navigation {
		float: left;
	}
	.entry-navigation .navigation-pagination .pagination li .page-link {
		width: 35px;
		height: 35px;
	}
	.entry-navigation .navigation-pagination .pagination li .page-link .icon-arrow-left,
	.entry-navigation .navigation-pagination .pagination li .page-link .icon-arrow-right {
		top: 8px;
		left: 12px;
	}
	.entry-navigation .navigation-pagination .pagination li.page-item a .num-nav,
	.entry-navigation .navigation-pagination .pagination li a .num-nav {
		font-size: 16px;
		top: 9px;
		left: 12px;
	}
	/*Single News*/
	.pt_breadcrumb {
		display: none;
	}
	.h_news_title_open {
		font-size: 20px;
		line-height: 24px;
		color: #000000;
		margin: 15px 0;
	}
	.entry-date {
		margin-bottom: 20px;
	}
	.entry-list-socmed {
		text-align: left;
		margin-bottom: 40px;
	}
	.pt_con_news_open {
		padding: 0;
	}
	.cos_breadcrumb {
		margin: 15px 0 0;
	}
	.section-sidebar {
		display: none;
	}
	#breadcrumb-container li.breadcrumb-item a {
		font-size: 14px;
	}
	/*Left Image Right Content*/
	.section-repeater.section-abstract-img .content-right .entry-header {
		margin: 30px 0 15px;
	}
	.section-repeater.section-abstract-img .content-right .entry-default-title {
		font-size: 20px;
		margin: 0;
	}
	.section-abstract-img .content-right p {
		margin-bottom: 15px;
	}
	/*Popup Content*/
	.popup-outer .popup-inner {
		padding: 40px 20px;
	}
	.popup-outer .popup-inner .entry-title {
		font-size: 18px;
		line-height: 100%;
	}
	.popup-outer .popup-inner .entry-desc {
		font-size: 14px;
		line-height: 18px;
		height: 150px;
	}
	.popup-outer .popup-inner .popup-navigation {
		margin: 10px 0 0;
	}
	.popup-outer .popup-inner .popup-navigation li a {
		font-size: 16px;
	}
	.popup-outer .close-btn {
		top: 15px;
		right: 15px;
		font-size: 20px;
	}
	/*Program Content*/
	.section-programs .desktop-layout {
		display: none;
	}
	.section-programs .block-item-mobile a.programmes-item-inline {
		text-decoration: none;
	}
	.section-programs .block-item-mobile .inner-item {
		background-color: #ffffff;
		text-align: center;
		padding: 20px 0;
		margin: 5px 0;
		-webkit-box-shadow: 0px 0px 3px 1px rgba(131,131,131,0.8);
		-moz-box-shadow: 0px 0px 3px 1px rgba(131,131,131,0.8);
		box-shadow: 0px 0px 3px 1px rgba(131,131,131,0.8);
	}
	.section-programs .block-item-mobile .inner-item .entry-item-icon {
		font-size: 125px;
	}
	.section-programs .block-item-mobile .inner-item .entry-item-title {
		font-size: 20px;
		color: #000000;
		line-height: 24px;
		margin: 20px 0 0;
	}
	/*Reports Content*/
	#reports-carousel .owl-nav .owl-prev {
		left: 33%;
	}
	#reports-carousel .owl-nav .owl-next {
		right: 31%;
	}
	/*Background Yellow Content*/
	.section-repeater.back-bg-yellow {
		margin: 0;
	}
	.section-repeater.back-bg-yellow .section-default h4 {
		margin-bottom: 10px;
	}
	.section-repeater.back-bg-yellow .section-default p {
		margin-bottom: 15px;
	}
	.section-repeater.back-bg-yellow .section-default br {
		display: none;
	}
	.section-repeater.back-bg-yellow .container:before {
		top: 13%;
		height: 530px;
	}
	.section-repeater.back-bg-yellow .section-default .sustain-block {
		margin: 0;
	}
	/*Business Highlight*/
	.content-tab {
		height: 150px;
		padding: 25px 0 0;
		margin: 70px 0 40px;
	}
	.content-tab .tab-row {
		top: -45px;
		left: -33px;
		right: 0;
	}
	.content-tab .tab-row li {
		width: 200px;
		height: 45px;
		font-size: 16px;
		line-height: 20px;
		padding: 15px 20px 0;
	}
	.content-tab .content-inner ul.title-slider {
		width: 300px;
		margin: 0 auto 20px;
	}
	.content-tab .content-inner ul.title-slider li {
		font-size: 18px;
		line-height: 22px;
		padding: 0 10px;
	}
	/*Business Unit*/
	.section-business-unit .entry-header h2.entry-title span:after {
		height: 12px;
	}
	.section-business-unit .card .card-title {
		line-height: 100%;
	}
	.section-business-unit .card .card-title a {
		font-size: 20px;
		line-height: 24px;
	}
	.section-business-unit .card .card-more a {
		font-size: 16px;
		line-height: 18px;
	}
	.section-business-unit .desktop-layout {
		display: none;
	}
	.section-business-unit .mobile-layout .list-item .item-person {
		border-bottom: 1px solid #e6b222;
		padding: 20px 0;
	}
	.section-business-unit .mobile-layout .list-item .item-person.opened {
		border: none;
		padding: 15px 0 0;
	}
	.section-business-unit .mobile-layout .list-item .item-person:last-child {
		border: none;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-heading {
		position: relative;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-heading a {
		text-decoration: none;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-heading a:after {
		font-family: 'fks';
	    content: "\e900";
	    font-size: 10px;
	    color: #4a4a4a;
	    position: absolute;
	    top: -2px;
	    right: 10px;
	    vertical-align: middle;
	}
	.section-business-unit .mobile-layout .list-item .item-person.opened .item-heading a:after {
		content: "\e901";
    	color: #e6b222;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-heading .entry-title {
		font-size: 20px;
		color: #000000;
		line-height: 100%;
		margin: 0;
	}
	.section-business-unit .mobile-layout .list-item .item-person.opened .item-heading .entry-title {
		color: #e6b222;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-content {
		background-color: #eaeaea;
	    margin: 15px -15px 0;
	    padding: 25px 15px;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-content .entry-desc {
		font-size: 18px;
		color: #000000;
		line-height: 22px;
		margin: 15px 0;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-content .entry-desc p {
		margin-bottom: 15px;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-content .entry-desc p:last-child {
		margin: 0;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-content .entry-more {
		font-family: 'museo_sans700',sans-serif;
		font-size: 12px;
    	color: #e6b222;
    	line-height: 100%;
    	text-decoration: none;
	}
	.section-business-unit .mobile-layout .list-item .item-person .item-content .entry-more i {
		font-size: 8px;
		margin-left: 5px;
	}
	.back-button-page {
		padding: 25px 0 15px;
	}
	.section-header-business-unit .content-left {
		padding-bottom: 30px;
	}
	.section-header-business-unit .content-left img {
		margin: 0;
	}
	.section-category-business-unit .block-list .block-item {
		padding: 50px 0;
	}
	.section-category-business-unit .block-list .block-item .entry-desc {
		margin-bottom: 25px;
	}
	.section-category-business-unit .block-list .block-item .content-left {
		padding: 0;
		margin-bottom: 30px;
	}
	.section-category-business-unit .block-list .block-item .content-right {
		padding: 0;
	}
	/*Section FKS Way*/
	.section-fks-way.section-repeater {
		padding: 0;
	}
	.section-fks-way .mobile-layout .yellow-section {
		background-color: #e6b222;
		padding: 30px 0;
		color: #4a4a4a;
	}
	.section-fks-way .mobile-layout .yellow-section .entry-mobile-title {
		font-size: 20px;
		color: #000000;
		line-height: 100%;
		margin-bottom: 10px;
	}
	.section-fks-way .mobile-layout .yellow-section .entry-mobile-desc {
		font-size: 16px;
		color: #000000;
		line-height: 26px;
	}
	.section-fks-way .mobile-layout .black-section {
		padding: 30px 0;
		text-align: center;
	}
	.section-fks-way .mobile-layout .black-section .item-list {
		margin-bottom: 25px;
	}
	.section-fks-way .mobile-layout .black-section .block-item {
		margin-bottom: 15px;
	}
	.section-fks-way .mobile-layout .black-section .entry-mobile-icon {
		font-size: 90px;
	}
	.section-fks-way .mobile-layout .black-section .entry-mobile-title {
		font-size: 18px;
		text-align: left;
		margin: 0 0 10px;
	}
	.section-fks-way .mobile-layout .black-section .entry-mobile-desc {
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	/*Business Highlight*/
	.section-business-highlight {
		padding: 30px 0 75px;
	}
	/*Icon Vertical Content*/
	.section-icon-vertical.list-vertical-pillar .item-container {
		margin-bottom: 40px;
	}
	.section-repeater.list-vertical-pillar h2.entry-default-title {
		margin: 0 0 50px;
	}
	.section-icon-vertical .item-container .content-left .entry-icon {
		margin-bottom: 20px;
	}
	.section-icon-vertical .item-container .content-right {
		text-align: center;
	}
	.section-icon-vertical .item-container .content-right .entry-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 2px;
	}
	.section-icon-vertical .item-container .content-right .entry-desc {
		font-size: 16px;
		line-height: 20px;
	}
	.section-icon-vertical .item-container:last-child {
		margin-bottom: 0;
	}
	.section-icon-vertical.list-vertical-pillar .item-container .content-left .entry-icon {
		font-size: 120px;
	}
	.section-icon-vertical.list-vertical-pillar .item-container .content-right .entry-desc {
		display: none;
	}
	.section-icon-vertical.list-vertical-join-us .item-container .content-left {
		width: 40%;
	}
	.section-icon-vertical.list-vertical-join-us .item-container .content-left .entry-icon {
		font-size: 110px;
	}
	.section-icon-vertical.list-vertical-join-us .item-container .content-left .entry-icon span.icon-global-company {
		font-size: 90px;
	}
	.section-icon-vertical.list-vertical-join-us .item-container .content-right {
		width: 60%;
		text-align: left;
	}
	.section-icon-vertical.list-vertical-join-us .item-container .content-right .entry-title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.section-icon-vertical.list-vertical-join-us .item-container .content-right .entry-desc {
		font-size: 16px;
		line-height: 26px;
	}
	/*Management Team*/
	.section-management-team .entry-header h2.entry-title span:after {
		height: 12px;
	}
	.section-management-team .list-item .item-person {
		padding: 15px 0;
	}
	.section-management-team .list-item .item-person.opened {
		border: none;
		padding: 15px 0 0;
	}
	.section-management-team .list-item .item-person .item-heading .entry-name {
		font-size: 22px;
		margin-bottom: 2px;
	}
	.section-management-team .list-item .item-person .item-heading .entry-position {
		font-size: 14px;
		line-height: 100%;
	}
	.section-management-team .list-item .item-person.opened .item-heading .entry-position {
		color: #e6b222;
	}
	.section-management-team .list-item .item-person .item-heading a:after {
		font-size: 10px;
		top: 6px;
		right: 10px;
	}
	.section-management-team .list-item .item-person.opened .item-content {
		background-color: #eaeaea;
		margin: 15px -15px 0;
		padding: 0 15px 20px;
	}
	.section-management-team .list-item .item-person .item-content .entry-desc {
		font-size: 16px;
		color: #4a4a4a;
		line-height: 26px;
		padding-top: 20px;
	}
	.section-management-team .list-item .item-person .item-content .entry-desc p {
		margin-bottom: 15px;
	}
	.section-management-team .list-item .item-person .item-content .entry-desc p:last-child {
		margin: 0;
	}
	/*Testmonial*/
	.section-testimonial .entry-header h2.entry-title {
		text-align: center;
	}
	.section-testimonial .entry-header h2.entry-title span {
		padding: 0;
	}
	.section-testimonial .entry-header h2.entry-title span:before {
		display: none;
	}
	.section-testimonial .testimonial-list {
		position: relative;
	}
	.section-testimonial .testimonial-list .testimonial-item .entry-img {
		padding: 0 20px;
	}
	.section-testimonial .testimonial-list .testimonial-item .entry-name {
		font-size: 22px;
	}
	.section-testimonial .testimonial-list .testimonial-navigation {
		position: absolute;
	    top: 52%;
	    left: 0;
	    right: 0;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    z-index: 99;
	}
	.section-testimonial .testimonial-list .testimonial-navigation li.testimonial-nav-item {
		display: inline-block;
		color: #4a4a4a;
	}
	.section-testimonial .testimonial-list .testimonial-navigation li#testimonial-nav-prev span {
		position: absolute;
	    left: 0;
	    font-size: 35px;
	}
	.section-testimonial .testimonial-list .testimonial-navigation li#testimonial-nav-next span {
		position: absolute;
	    right: 0;
	    font-size: 35px;
	}
	/*Open Position*/
	.section-category-position .back-button-container {
		margin: 10px 0 30px;
	}
	#button-back-position a.btn-previous-page {
		font-family: 'museo_sans300',sans-serif;
		font-size: 14px;
		line-height: 17px;
	}
	#button-back-position a.btn-previous-page i {
		font-size: 9px;
	}
	.section-open-position .entry-header {
		display: none;
	}
	.section-open-position .mobile-header {
		margin-bottom: 40px;
	}
	.section-open-position .mobile-header .entry-title {
		font-size: 20px;
	    line-height: 24px;
	    margin-bottom: 15px;
	    position: relative;
	}
	.section-open-position .mobile-header .entry-title span {
		background-color: #ffffff;
    	padding-right: 20px;
	}
	.section-open-position .mobile-header .entry-title span:after {
		content: "";
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: 12px;
	    border-top: 1px solid #000000;
	    z-index: -1;
	}
	.section-open-position .item-inner {
		padding: 20px 0;
	}
	.section-open-position .item-inner .item-body {
		margin: 15px 0 0;
	}
	.section-open-position .item-inner a span {
		font-size: 70px;
	}
	.section-open-position .item-inner .item-body .item-title {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}
	.section-open-position .item-inner .item-body a.link-number-positions {
		font-size: 14px;
		line-height: 18px;
	}
	/*Category Position*/
	.section-category-position .job-item-container .item-inner .item-title {
		font-size: 20px;
		line-height: 24px;
		min-height: 50px;
	}
	.section-category-position .job-item-container.active .item-inner {
		margin-bottom: 5px;
	}
	.job-item-container .job-description {
		font-size: 16px;
	}
	.job-item-container .job-description ul {
		padding-left: 20px;
	}
	.job-desc-candidate-wrapper h2 {
		font-size: 22px;
	}
	.job-item-container .short-description {
		display: none;
	}
	.job-item-container .selected-job-sign {
		background: url(images/position-category-dropdown.jpg) 0px 0px no-repeat;
		width: 45px;
	    height: 37px;
	    top: 216px;
	    bottom: unset;
	}
	.job-item-container.active .selected-job-sign {
      	display: block;
    }
	.job-item-container .job-description.active-mobile {
        display: block;
        background-color: #4a4a4a;
    	color: #ffffff;
    	padding: 30px 20px;
    }
    #job-list .no-jobs-title {
    	font-size: 20px;
    	line-height: 24px;
    }
    #job-list .no-jobs-icon img {
    	height: 125px;
    }
    #job-list .no-jobs-subtitle {
    	font-size: 16px;
    }
	/*Apply Position*/
	#button-back-apply-position.back-button-container {
		margin: 30px 0;
	}
	#button-back-apply-position a span.lead {
		font-family: 'museo_sans300',sans-serif;
		font-size: 14px;
		line-height: 17px;
	}
	#button-back-apply-position a span.icon-long-previous-button {
		font-size: 9px;
	}
	.mt_hr_stepwizard {
		margin: 20px 0;
	}
	.pt_stepwizard {
		padding-top: 30px;
	}
	.pt_form_stepwizard {
		padding-top: 60px;
	}
	.form-apply-position .entry-title,
	#step-1 .entry-title,
	#step-2 .entry-title,
	#step-3 .entry-title,
	#step-4 .entry-title {
		font-size: 18px;
		line-height: 22px;
	}
	.wizard {
		width: 50%;
		font-size: 12px;
		padding: 0;
	}
	.wizard .stepwizard-row.setup-panel .stepwizard-step:first-child a {
		padding-left: 30px
	}
	.wizard li a:before {
		border-left: 30px solid #fff;
	}
	.wizard li a:after {
		border-left: 30px solid #eaeaea;
	}
	.form-add-edu,
	.form-add-edu #add-education,
	.form-add-emp,
	.form-add-emp #add-employment {
		float: right;
	}
	/*Contact Us*/
	.section-repeater.section-contact-map .content-left .content-left-inner {
		padding: 40px 0;
	}
	.section-repeater .entry-header .entry-desc,
	.section-contact-form .content-right .entry-desc {
		font-size: 16px;
		line-height: 26px;
	}
	.section-contact-form .form-group {
		margin-bottom: 15px;
	}
	.section-contact-form .form-group .form-control {
		font-size: 16px;
	}
	.section-contact-form .content-right {
		padding-left: 15px;
	}
	.section-contact-form .form-btn {
		border: 1px solid #e6b222;
		color: #e6b222;
		width: 25%;
		height: 30px;
		padding: 4px 0;
	}
	.section-contact-form .form-btn input.btn-submit {
		color: #e6b222;
	}
	.section-contact-form .form-btn span.ajax-loader {
		top: unset;
		bottom: 0;
		left: 23%;
		right: 0;
	}
	.section-contact-map .entry-desc {
		line-height: 26px;
		padding: 0;
	}
	/*Privacy Policy*/
	.section-terms-condition .entry-header {
		margin: 10px 0 30px;
	}
	.section-terms-condition .items .content-left .entry-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.section-terms-condition .items .content-right .entry-desc {
		font-size: 16px;
		line-height: 20px;
	}
	.section-terms-condition .items .content-right .entry-desc p {
		margin-bottom: 15px;
	}
	/*Footer*/
	footer.site-footer {
		padding: 25px 5px;
	}
	.footer-copyright, .footer-site {
		font-size: 14px;
		line-height: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	footer.site-footer .footer-menu {
		line-height: 100%;
	}
	footer.site-footer .footer_ul_amrc li a, footer.site-footer a {
		font-size: 14px;
		line-height: 100%;
	}
	footer.site-footer .footer-site {
		text-align: left;
	}
	footer.site-footer .footer_ul_amrc {
		text-align: left;
	}
	footer.site-footer .footer_ul_amrc li {
		padding: 2px 10px;
	}
	footer.site-footer .footer_ul2_amrc li {
		text-align: center;
	}
	footer.site-footer .footer_ul_amrc li:first-child {
		padding-left: 0;
	}
	/*Post Business Unit*/
	.section-post-business-unit .back-button-container {
		margin: 0 0 40px;
	}
	#button-back-business-unit a.btn-previous-page {
		font-family: 'museo_sans300',sans-serif;
		font-size: 14px;
		line-height: 17px;
	}
	#button-back-business-unit a.btn-previous-page i {
		font-size: 9px;
	}
	.section-post-business-unit .post-repeater,
	.section-post-business-unit .content-left-right {
		padding: 15px 0;
	}
	.section-post-business-unit .content-left-right .content-left {
		margin-bottom: 30px;
	}
	.section-post-business-unit .content-left-right .content-left img {
		height: 80%;
		margin: 0;
	}
	.section-post-business-unit .content-left-right .entry-block {
		margin-bottom: 30px;
	}
	.section-post-business-unit .content-left-right .entry-block .entry-img .overlay-item {
		opacity: 1;
		background-color: rgba(0,0,0,0.3);
	}
	.section-post-business-unit .content-left-right .entry-block .entry-img .overlay-item .entry-title {
		font-size: 24px;
		line-height: 28px;
	}
	.section-post-business-unit .content-left-right .content-right .entry-content,
	.section-post-business-unit .content-right a.entry-url {
		font-size: 18px;
		line-height: 22px;
	}
	.section-post-business-unit .content-right .entry-slogan {
		font-size: 24px;
		line-height: 29px;
	}
	.section-post-business-unit .content-bg-repeater .entry-header .entry-title,
	.section-post-business-unit .content-location .entry-header .entry-title {
		font-size: 20px;
		line-height: 26px;
	}
	.section-post-business-unit .content-img-dropdown .entry-group .entry-item .overlay-item {
		line-height: 100%;
		padding: 10px 15px;
	}
	.section-post-business-unit .content-img-dropdown .entry-group .entry-item .overlay-item .entry-title {
		font-size: 16px;
	}
	.section-post-business-unit .content-img-dropdown .entry-group .entry-item .overlay-item .entry-title:after {
		font-size: 10px;
		top: 12px;
		right: 17px;
	}
	.section-post-business-unit .content-left-right .entry-block .entry-img img {
		display: block;
		margin: 0 auto;
	}
	.section-post-business-unit .content-img-dropdown .entry-group .entry-content {
		padding: 30px 25px;
	}
	.section-post-business-unit .content-img-dropdown .entry-group .entry-content .entry-collapse-desc {
		font-size: 16px;
		line-height: 20px;
	}
	.section-post-business-unit .content-list-icon-ver .desktop-layout {
		display: none;
	}
	.section-post-business-unit .content-list-icon-ver .mobile-layout {
		position: relative;
	}
	.section-post-business-unit .content-list-icon-ver .mobile-layout .block-item-mobile {
		text-align: center;
	}
	.section-post-business-unit .content-list-icon-ver .mobile-layout .block-item-mobile .entry-block-icon {
		font-size: 100px;
		margin-bottom: 25px;
	}
	.section-post-business-unit .content-list-icon-ver .mobile-layout .block-item-mobile .entry-block-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.section-post-business-unit .content-list-icon-ver .mobile-layout .block-item-mobile .entry-block-desc {
		color: #4a4a4a;
		padding: 0 50px;
	}
	.section-post-business-unit .content-list-icon-text .desktop-layout {
		display: none;
	}
	.section-post-business-unit .content-list-icon-text .mobile-layout {
		position: relative;
	}
	.section-post-business-unit .content-list-icon-text .mobile-layout .block-item-mobile {
		text-align: center;
	}
	.section-post-business-unit .content-list-icon-text .mobile-layout .block-item-mobile .entry-block-icon {
		font-size: 100px;
		margin-bottom: 25px;
	}
	.section-post-business-unit .content-list-icon-text .mobile-layout .block-item-mobile .entry-block-title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.mobile-layout .block-navigation ul.nav-pagination {
		position: relative;
		margin: 0;
	    padding: 0;
	    list-style: none;
	    text-align: center;
	}
	.mobile-layout .block-navigation ul.nav-pagination li {
		display: inline-block;
	}
	.mobile-layout .block-navigation ul.nav-pagination li#list-icon-text-pagination,
	.mobile-layout .block-navigation ul.nav-pagination li#list-icon-ver-pagination {
		color: #e6b222;
	}
	.mobile-layout .block-navigation ul.nav-pagination li#list-icon-text-prev span {
		font-size: 40px;
	    color: #4a4a4a;
	    position: absolute;
	    top: -100px;
	    left: 50px;
	    z-index: 999;
	}
	.mobile-layout .block-navigation ul.nav-pagination li#list-icon-text-next span {
		font-size: 40px;
	    color: #4a4a4a;
	    position: absolute;
	    top: -100px;
	    right: 50px;
	    z-index: 999;
	}
	.mobile-layout .block-navigation ul.nav-pagination li#list-icon-ver-prev span {
		font-size: 40px;
	    color: #4a4a4a;
	    position: absolute;
	    top: -312px;
	    left: 10px;
	    z-index: 999;
	}
	.mobile-layout .block-navigation ul.nav-pagination li#list-icon-ver-next span {
		font-size: 40px;
	    color: #4a4a4a;
	    position: absolute;
	    top: -312px;
	    right: 10px;
	    z-index: 999;
	}
	.section-post-business-unit .content-left-right .entry-block .block-item:last-child {
		margin: 0;
	}
	.section-post-business-unit .content-full-width-img .entry-header .entry-title,
	.section-post-business-unit .content-list-icon-text .entry-header .entry-title,
	.section-post-business-unit .content-list-logo-three .entry-header .entry-title,
	.section-post-business-unit .content-list-logo-four .entry-header .entry-title,
	.section-post-business-unit .content-list-icon-ver .entry-header .entry-title,
	.section-post-business-unit .content-img-dropdown .entry-header .entry-title {
		font-size: 20px;
		line-height: 26px;
	}
	.section-post-business-unit .content-full-width-img .entry-header .entry-title:before,
	.section-post-business-unit .content-list-icon-text .entry-header .entry-title:before,
	.section-post-business-unit .content-list-logo-three .entry-header .entry-title:before,
	.section-post-business-unit .content-list-logo-four .entry-header .entry-title:before,
	.section-post-business-unit .content-list-icon-ver .entry-header .entry-title:before,
	.section-post-business-unit .content-img-dropdown .entry-header .entry-title:before {
		display: none;
	}
	.section-post-business-unit .content-full-width-img .entry-header,
	.section-post-business-unit .content-list-icon-text .entry-header,
	.section-post-business-unit .content-list-logo-three .entry-header,
	.section-post-business-unit .content-list-logo-four .entry-header,
	.section-post-business-unit .content-list-icon-ver .entry-header,
	.section-post-business-unit .content-img-dropdown .entry-header {
		margin-bottom: 20px;
	}
	.post-repeater.content-full-width-img .entry-header h2.entry-title span,
	.post-repeater.content-list-icon-text .entry-header h2.entry-title span,
	.post-repeater.content-list-logo-three .entry-header h2.entry-title span,
	.post-repeater.content-list-logo-four .entry-header h2.entry-title span,
	.post-repeater.content-list-icon-ver .entry-header h2.entry-title span,
	.post-repeater.content-img-dropdown .entry-header h2.entry-title span {
		padding-right: 20px;
	}
	.post-repeater.content-full-width-img .entry-header h2.entry-title span:after,
	.post-repeater.content-list-icon-text .entry-header h2.entry-title span:after,
	.post-repeater.content-list-logo-three .entry-header h2.entry-title span:after,
	.post-repeater.content-list-logo-four .entry-header h2.entry-title span:after,
	.post-repeater.content-list-icon-ver .entry-header h2.entry-title span:after,
	.post-repeater.content-img-dropdown .entry-header h2.entry-title span:after {
		height: 14px;
	}
	.section-post-business-unit .content-list-icon-ver .entry-item-list .content-left {
		margin-bottom: 15px;
	}
	.section-post-business-unit .content-list-icon-ver .entry-item-list .content-right {
		text-align: center;
	}
	.section-post-business-unit .content-list-icon-ver .entry-item-list .content-right .entry-block-title {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px;
	}
	.section-post-business-unit .content-list-icon-ver .entry-item-list .content-right .entry-block-desc {
		font-size: 16px;
		line-height: 20px;
	}
	.section-post-business-unit .content-list-logo-three .entry-block-list .entry-block-title,
	.section-post-business-unit .content-list-logo-four .entry-block-list .entry-block-title {
		font-size: 18px;
		line-height: 22px;
	}
	.section-post-business-unit .content-list-logo-three .entry-block-list .item-block,
	.section-post-business-unit .content-list-logo-four .entry-block-list .item-block {
		margin-bottom: 25px;
	}
	.section-post-business-unit .content-full-width-img .desktop-layout {
		display: none;
	}
	.section-post-business-unit .content-full-width-img .full-img-inline img {
		-webkit-box-shadow: 0px 2px 3px 0px rgba(74,74,74,0.75);
	    -moz-box-shadow: 0px 2px 3px 0px rgba(74,74,74,0.75);
	    box-shadow: 0px 2px 3px 0px rgba(74,74,74,0.75);
	}
	.section-post-business-unit .content-bg-repeater {
		padding: 15px 0 0;
	}
	.section-post-business-unit .content-bg-repeater .entry-header {
		margin-bottom: 65px;
	}
	body.postid-328 .section-post-business-unit .content-bg-repeater .entry-header,
	body.postid-332 .section-post-business-unit .content-bg-repeater .entry-header,
	body.postid-336 .section-post-business-unit .content-bg-repeater .entry-header {
		margin-bottom: 30px;
	}
	.section-post-business-unit .content-bg-repeater .product-list .tab-repeater {
		top: -50px;
		left: 14%;
	}
	.section-post-business-unit .content-bg-repeater .product-list .tab-repeater li {
		background: url(images/tab-mobile-gray.svg) top center no-repeat;
		width: 185px;
	    height: 50px;
	    font-size: 14px;
	    line-height: 18px;
	    padding: 20px 20px 0;
	    margin-right: -48px;
	}
	.section-post-business-unit .content-bg-repeater .product-list .tab-repeater li.active {
		background: url(images/tab-mobile-active.svg) top center no-repeat;
	}
	#product-tab-carousel .owl-stage {
		margin-left: -12px;
	}
	body.postid-334 .section-post-business-unit .content-bg-repeater .product-list .tab-repeater {
		top: -41px;
		left: 17%;
	}
	body.postid-334 .section-post-business-unit .content-bg-repeater .product-list .tab-repeater li {
		background: url(images/tab-mobile-gray-small.svg) top center no-repeat;
		width: 120px;
	    height: 41px;
	    padding: 13px 15px 0;
	    margin-right: -30px;
	}
	body.postid-334 .section-post-business-unit .content-bg-repeater .product-list .tab-repeater li.active {
		background: url(images/tab-mobile-active-small.svg) top center no-repeat;
	}
}
@media (max-width: 540px) {
	.wizard {
		width: 55%;
	}
}
@media (max-width: 500px) {
	.section-repeater.back-bg-yellow .container:before {
		top: 10%;
		height: 600px;
	}
	.wizard {
		width: 60%;
	}
}
@media (max-width: 450px) {
	.wizard {
		width: 68%;
	}
}
@media (max-width: 400px) {
    .content-tab .tab-row li{
        width: 201px;
    }
    .section-repeater.back-bg-yellow .container:before {
		top: 8%;
		height: 620px;
	}
	/*Slider Banner*/
	#main-carousel.owl-theme .banner-inner {
		width: 54%;
		top: 44%;
	}
	#main-carousel.owl-theme .banner-inner h4.entry-title {
		font-size: 22px;
		line-height: 26px;
	}
	/*Single Banner*/
	.single-banner .bg-single-banner .banner-inner {
		top: 30%;
	}
	.section-content-border .section-left .entry-title {
		top: -40px;
		left: 0;
		translate: translateY(0%);
	}
	.wizard {
		width: 72%;
	}
}
@media (max-width: 374px) {
	.wizard {
		width: 80%;
	}
}
@media (max-width: 320px) {
    .content-tab .tab-row li{
        width: 170px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#post-carousel a.btn {
		left: 40%;
	}
	.section-fks-way .module-fks-way-2 {
		padding: 32px 10px;
	}
	.section-category-position .job-item-container .item-inner .item-title {
		min-height: 78px;
	}
}
/*Loading Input*/
.ui-autocomplete {
	z-index: 9999 !important;
}
.loading {
    background-color: #ffffff;
    background-image: url("http://loadinggif.com/images/image-selection/3.gif");
    background-size: 20px 20px;
    background-position: right center;
    background-repeat: no-repeat;
}
/* Dropzone custom style */
.dropzone {
    border: 2px dashed #4178be;
    border-radius: 5px;
    padding: 10px;
    /*background: white;*/
}
.dropzone .dz-preview.dz-file-preview .dz-image, .dropzone .dz-preview .dz-image {
    border-radius: 7px;
    border: 1px solid #eee;
}
.dropzone .dz-preview.dz-error .dz-image {
    border: 2px solid #e64759;
}
.dropzone .dz-preview.dz-success .dz-image {
    border: 2px solid #1bc98e;
}
.dropzone .dz-message {
    margin: 4em 0;
}
.dropzone .dz-progress {
    top: inherit !important;
    bottom: 5%;
    width: 100px !important;
    margin-left: -50px !important;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #2196F3, #4178be);
}
.dropzone .dz-remove {
    z-index: 99;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background-color: #e64759;
    width: 20px;
    padding-top: 2px;
    border-radius: 0 7px 0 0;
    opacity: 0.7;
}
.dropzone .dz-remove:hover {
    opacity: 1;
}
.dropzone .dz-remove i {
    cursor: pointer;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    top: 45%;
    left: 50%;
}
