/*!
Theme Name: HydroSco II
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hydrosco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

HydroSco 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 */

/* 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
/**	margin: 0 0 1.5em 3em; **/
	margin: 0px;
}

ul {
	list-style: disc;
}

ol {
	/** list-style: decimal; **/
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	/**margin: 0 1.5em 1.5em;**/
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	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;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99977;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/** margin: 0 0 1.5em; **/
	margin: 0px;
}

.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;
}






/** where I end and you begin **/

body {
	font-family: 'Open Sans', sans-serif;
}
#page {

}
.brand-logo {
	width: 50px;
	height: 50px;
	background-image: url('elemoes/PAIP_180.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.logo-catch {
	width: 50px;
	height: 50px;
	float: left;
}
.navbar-brand .logotype {
	text-align: right;
	margin-top: 8px;
}
.navbar-brand h1 {
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #1c75bc;
	text-transform: uppercase;
	font-size: x-large;
}

.logo-catch img {
	width: 100%;
	height: auto;
	
}
.navbar-brand p {
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #1c75bc;
}
#masthead {
	background-color: rgba(255, 255, 255, 0.8);
}
#masthead .navbar-nav {
	
	margin-bottom: 0px;
}
#masthead .navbar {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#masthead .navbar li.current_page_item > .nav-link,
#masthead .navbar li.current_page_parent > .nav-link {
	color: rgba(0, 0, 0, 0.9);
}
#masthead .navbar li.nav-item ul, 
#masthead .navbar li.page_item ul,
#masthead .navbar li.menu-item ul {
	position: absolute;
	list-style-type: none;
	padding: 10px 0px;;
	display: none;
	margin: 0px;
}
#masthead .navbar li.nav-item ul .current_page_item a:link, 
#masthead .navbar li.nav-item ul .current_page_item a:visited,
#masthead .navbar li.page_item ul .current_page_item a:link, 
#masthead .navbar li.page_item ul .current_page_item a:visited,
#masthead .navbar li.menu-item ul .current_page_item a:link,
#masthead .navbar li.menu-item ul .current_page_item a:visited {
	color: #fff;
}
#masthead .navbar li.nav-item:hover ul,
#masthead .navbar li.page_item:hover ul,
#masthead .navbar li.menu-item:hover ul {
	display: block;
	background-color: rgba(28, 117, 188, 0.9);
	z-index: 999;
}
#masthead .navbar li.nav-item ul li {

}
#masthead .navbar li.nav-item ul li a,
#masthead .navbar li.page_item ul li a,
#masthead .navbar li.menu-item ul li a {
	padding: 10px;
	display: block;
}
#masthead .navbar li.nav-item ul li a:link, 
#masthead .navbar li.nav-item ul li a:visited,
#masthead .navbar li.page_item ul li a:link, 
#masthead .navbar li.page_item ul li a:visited,
#masthead .navbar li.menu-item ul li a:link,
#masthead .navbar li.menu-item ul li a:visited {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
#masthead .navbar li.nav-item ul li a:hover,
#masthead .navbar li.page_item ul li a:hover,
#masthead .navbar li.menu-item ul li a:hover {
	color: rgba(255, 255, 255, 1);
}
article#post-76, article#post-95 {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 40px;
	margin-left: -25px;
	margin-right: -25px;
	padding-bottom: 40px;

}
article#post-76 a:hover, article#post-95 a:hover {
	text-decoration: none;
}
article#post-76 {
	background-image: url('elemoes/jadual_deposit.jpg');
}
article#post-95 {
	background-image: url('elemoes/box_1.jpg');
}
article#post-76 button {
	margin-bottom: 40px;
}

article#post-95 .entry-content, article#post-76 .entry-content {
	margin-top: 0px;
}




.bg-differ {
	
}
#main-slider .carousel-indicators li, #ganguan .carousel-indicators li {
	background-color: rgba(255, 255, 255, 0);
	width: 14px;
	height: 14px;
	background-image: url('elemoes/bullet-1-01.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
#main-slider video {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display:block;
}
#main-slider p.slide-cap {
	font-weight: bold;
	font-size: 48px;;
	color: #fff;
	text-align: center;
	display: block;
	text-shadow: 0px 0px 5px black;
	position: absolute;
	z-index: 888;
	width: 800px;
	left: calc(50% - 400px);
	top: calc(50% - 48px);
}
.subhead {
	font-weight: bold;
	color: #1c75bc;
}
.marquee {
	height: 200px;
	overflow: hidden;
}
#ganguan {

}
#ganguan .carousel-item {
	padding-bottom: 40px;
}
.heroshot, .backhero, .post-thumnail {
	position: relative;
}
.backhero img {
	width: 100%;
	height: auto
}
.hero-overlay {
	position: absolute;
	top: 20px;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.hero-overlay h2, h2.indi-page {
	text-transform: uppercase;
	font-size: 60px;
	color: #00a79d;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	opacity: .7;
}
h2.indi-page.alt {
	color: #1c75bc;
}
.hero-overlay .entry-content {
	margin-top: 0px;
}
.hero-overlay .entry-box {
	background-color: rgba(255,255,255, .77);
}
.hero-overlay .entry-box.off-20 {
	margin-top: 15%;
}
.hero-overlay .entry-box ul li {
	padding-bottom: 10px;
}
.heroshot img, .blanco img, .post-thumnail img {
	width: 100%;
	height: auto;

}
.heroshot .titleman, .post-thumnail .titleman {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
.heroshot h1.std, .post-thumnail h1.std {
	text-transform: uppercase;
	font-size: 60px;
	color: #00a79d;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	opacity: .7;
}
.heroshot h1.alt, .post-thumnail h1.alt {
	text-transform: uppercase;
	font-size: 60px;
	color: #00a79d;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	opacity: .7;
}
.heroshot .search-msg {
	text-transform: uppercase;
	font-size: 40px;
	color: #00a79d;
	text-shadow: 1px 1px 1px black;
	font-weight: bold;
	opacity: .7;
	margin-top: -7%;
}
h1.page-title {
	font-size: medium;
	margin-top: 25px;
}
article.page {
	padding-top: 20px;
	padding-bottom: 20px;
}
#secondo img {
	width: 100%;
	height: auto;
}
figure.wp-block-image.size-full {
	width: 100%;
	height: auto;
}
.section-divider {

}
.plain-divide {
	height: 10px;
}
.daerah .plain-divide {
	position: absolute;
	width: 90%;
	height: 2px;
	bottom: 0px;
}
.ibu {
	position: relative;
}
#mapapi {
	width: 100%;
	height: 330px;
	background-color: aqua;
	margin-bottom: 20px;
	position: absolute;
	top: -180px;
	box-shadow: 0px 0px 4px #000000;
	left:0px;
	right:0px;
}
.branches h4 {
	text-transform: uppercase;
}
.gradient-bar {
	background: rgb(0,167,158);
	background: -moz-linear-gradient(90deg, rgba(0,167,158,1) 0%, rgba(39,170,225,1) 50%, rgba(28,117,188,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,167,158,1) 0%, rgba(39,170,225,1) 50%, rgba(28,117,188,1) 100%);
	background: linear-gradient(90deg, rgba(0,167,158,1) 0%, rgba(39,170,225,1) 50%, rgba(28,117,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a79e",endColorstr="#1c75bc",GradientType=1);
	position: relative;
}
.shadwork {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 66%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 66%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 66%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);	height: 13px;
	width: 100%;
	position: absolute;
	top: -13px;
}
.quick-cont, .search-box {
	font-size: smaller;
	color: #fff;
	padding-right: 5px;
	
}
.search-box #searchform input[type="search"],
.search-box #searchform input[type="search"]:focus {
	color: #fff;
	font-size: small;
}
.quick-cont i {
	font-style: normal;
}
.quick-cont i + i:before {
	content: " | ";
}
.quick-cont a:link, .quick-cont a:visited {
	color: #fff;
}
.search-box .form-control-sm {
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
}
.search-box ::placeholder {
	color: #fff;

}
#search-rsl {
	padding-bottom: 40px;
}
#search-rsl h1 {
	text-transform: uppercase;
	font-size: large;
	color: #1c75bc;
	font-weight: bold;
}
#search-rsl h2 {
	font-size: large;
	color: #1c75bc;
}
#search-rsl article {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
section.error-404 {
	background-image: url('elemoes/6152.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100vw;
	height: 70vh;
	position: relative;
	text-align: center;
	padding-top: 10vh;
	padding-bottom: 4vh;
}
#korporat, #latar-belakang, #tarif, #pemaju, #retik, .bg-light, .fokus, .blanco, #blanco, #what, 
.psues,
article.page {
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: small;
	
}
.psues, .blanco {
	padding-bottom: 20px;
}
#primary {
	
}
.psues {

	padding-bottom: 20px;
}
article.page {
	
}
#secondo {
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	font-size: small;

	background-image: url('elemoes/shutterstocks_144160735.jpg');
}
.page-id-49 #content,
.page-id-52 #content,
.page-id-72 #content,
.page-id-79 #content,
.page-id-89 #content,
.page-id-92 #content {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	font-size: small;

	background-image: url('elemoes/shutterstocks_144160735.6.jpg');
}
#korporat {
	background-image: url('elemoes/bg_1.jpg');
	background-position: center top;
}
#pemaju {
	background-image: url('elemoes/bg-1-02.jpg');
}
.page-id-98 #content {
	background-image: url('elemoes/bg-1-02.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#retik {
	background-image: url('elemoes/bg22.jpg');
}
#tarif, #tarif-bekalan-air,  {
	background-image: url('elemoes/bg-01.jpg');
}
.page-id-83 #content {
	background-image: url('elemoes/bg-01.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.fokus, #objektif {
	background-image: url('elemoes/bg_2.jpg');
}
#latar-belakang {
	background-image: url('elemoes/bg_3.jpg');
}
#what {
	background-image: url('elemoes/jadual_deposit.jpg');
}
.kakitangan {
	padding-top: 25px;
	background-image: url('elemoes/Bg-Pautan-kakitangan.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 256px;
}
.kakitangan i.ikaki {
	min-height: 200px;
	background-color: #00a79d;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
	margin-bottom: 25px;
	padding: 0px 25px 25px 25px;
	background-repeat: no-repeat;
	background-position: 50% 40%;
}
.kakitangan a:hover {
	text-decoration: none;
	
}
.kakitangan i.ikaki:hover {
	-moz-box-shadow:    inset 0 0 4px #000000;
	-webkit-box-shadow: inset 0 0 4px #000000;
	box-shadow:         inset 0 0 4px #000000;
}
.kakitangan #kak1 {
	background-image: url('elemoes/ik01.png');
}
.kakitangan #kak2 {
	background-image: url('elemoes/ik02.png');
}
.kakitangan #kak3 {
	background-image: url('elemoes/ik03.png');
}
.kakitangan #kak4 {
	background-image: url('elemoes/ik04.png');
}
.kakitangan #kak5 {
	background-image: url('elemoes/ik05.png');
}
.kakitangan #kak6 {
	background-image: url('elemoes/ik06.png');
}
.kakitangan #kak7 {
	background-image: url('elemoes/ik07.png');
}
h2.entry-title a:link, h2.entry-title a:visited {
	color: #1c75bc;
}
.entry-content a:link, .entry-content a:visited {
	color: #1c75bc;
}
#secondo h2, 
#korporat h2, 
#latar h2,
#tarif h2,
#pemaju h2,
#blanco h2,
.bg-light h2,
.blanco h2,
#retik h2 {
	font-size:x-large;
	font-weight: 700;
	color: #1c75bc;
	text-transform: uppercase;
	padding-top: 50px;
	position: relative;
	padding-bottom: 25px;
}
.fokus h2, #daftar h2, #objektif h2 {
	font-size:x-large;
	font-weight: 700;
	color: #1c75bc;
	text-transform: uppercase;
	padding-top: 0px !important;
	position: relative;
	
}
#daftar h2 {
	padding-bottom: 0px
}
.fokus h2 {
	padding-bottom: 25px;
}
#objectif ul {
	margin: 0px;
}

.vimi p, #visi-misi p{
	line-height: 20px;
	font-size:x-large;
	font-weight: 700;
	color: #1c75bc;
	text-transform: uppercase;
}
.vimi p.alt-colo, #visi-misi p.alt-colo {
	color: #00a79d;
}
.vimi ul.shift-tt, #visi-misi ul.shift-tt {
	padding-top: 10px;
}
.ico-vm {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
}
.ico-vm.visi {
	background-image: url('elemoes/icovm-1.png');
}
.ico-vm.misi {
	background-image: url('elemoes/icovm-2.png');
}
.carta-sub {
	margin-bottom: 20px;
}
.carta-sub a:link, .carta-sub a:visited {
	color: #fff;
}
.carta-sub a:hover {
	text-decoration: none;
}
.drama {
	font-size:small;
        text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.donna {
	padding-top: 20px;
	font-weight: bold;
}
.pangk {
	text-transform: uppercase;
}
h2.text-left::after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 15px;
	background: rgb(0,167,157);
	background: -moz-linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	background: linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a79d",endColorstr="#1c75bc",GradientType=1);
}
h2.text-center::after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	position: absolute;
	left: calc(50% - 25px);
	bottom: 15px;
	background: rgb(0,167,157);
	background: -moz-linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	background: linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a79d",endColorstr="#1c75bc",GradientType=1);
}

h2.text-right::after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 15px;
	background: rgb(0,167,157);
	background: -moz-linear-gradient(270deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	background: linear-gradient(270deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a79d",endColorstr="#1c75bc",GradientType=1);
}
.test {

}
.cover-photo {
	padding-top: 40px;
	padding-bottom: 40px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.cover-deposit {
	background-image: url('elemoes/jadual_deposit.jpg');
}
.cover-kontraktor {
	background-image: url('elemoes/box_1.jpg');
}
.cover-photo .gradient-bar {
	margin-top: 20px;
}
.cover-photo a:hover {
	text-decoration: none;
}
footer.home p {
	position: relative;
}
footer.home p::after{
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -5px;
	background: rgb(0,167,157);
	background: -moz-linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	background: linear-gradient(90deg, rgba(0,167,157,1) 0%, rgba(0,167,157,0.7) 28%, rgba(39,170,225,0.5) 62%, rgba(28,117,188,0.2) 88%, rgba(28,117,188,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a79d",endColorstr="#1c75bc",GradientType=1);
}
.footicon {
	width: 14px !important;
	height: 14px !important;
	
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.footicon.footi1 {
	background-image: url('elemoes/footic01.png');
}
.footicon.footi2 {
	background-image: url('elemoes/footic02.png');
}
.footicon.footi3 {
	background-image: url('elemoes/footic03.png');
}
.footicon.footi4 {
	background-image: url('elemoes/footic04.png');
}
.blanco h3, #pemaju h3, #retik h3, #blanco h3, #primary h3 {
	font-size:medium;
	font-weight: 700;
	color: #1c75bc;
	text-transform: uppercase;
}
h3, h4 {
	font-size:medium;
}
.headq {
	margin-bottom: -20px;
}
.headq h3, .headq p {
	color: #555;
}
.daerah {
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
	text-align: center;
}
.daerah.oddc {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.daerah.odc1 {
	background-image: url('elemoes/1.jpg');
}
.daerah.odc2 {
	background-image: url('elemoes/3.jpg');
}
.daerah.odc3 {
	background-image: url('elemoes/2.jpg');
}
.daerah.odc4 {
	background-image: url('elemoes/4.jpg');
}
.daerah.odc5 {
	background-image: url('elemoes/5.jpg');
}
.daerah.odc6 {
	background-image: url('elemoes/6.jpg');
}
.bg-light li, #pemaju li {
	padding-bottom: 10px;
}
p.tiny_note {
	font-size: x-small;
}
.rounder {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
}
.rounder h2 {
	text-align: center;
}
.tender-pop div > h3, .sebut-pop div > h3 {
	padding-top: 30px;
}
.rounded-pill.bg-light {
	padding-top: 0.25em;
	font-size: 75%;
}
.feat-boxing {
	position: relative;
	margin-top: 180px;
	border: 1px solid #bbb;
	border-radius: 10px;
}
.feat-boxing i.bay-icon {
	width: 120px;
	height: 120px;
	display: block;
	position: absolute;
	top: -140px;
	border-radius: 60px;
	background-color: #1c75bc;
	left: calc(50% - 60px);
}
.feat-boxing .title {
	background-color: #1c75bc;
	padding: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}
.feat-boxing .listing {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	border-radius: 0px 0px 10px 10px;
}
.feat-boxing .listing ul + ul {
	padding-top: 20px;
}
.high-boxing {
	margin-top: 40px;
}
.high-boxing .high-icon {
}
.high-boxing .msg-bo {
	width: 100%;
	margin-left: 20px;
}
.high-boxing .msg-bo p {
	margin: 0px;
	padding: 5px;
}
.high-boxing .footnote {
	clear: both;
}
.bbtrue {
	border: 1px solid #000;
}

.type-1, .type-2 {
	background-color: #fff;
	border-radius: 20px;
	padding: 0px;
	border: 1px solid #bcbec0;
	margin-bottom: 20px;
}
.type-1 thead th, .type-2 thead th {
	color: #fff;
	border-radius: 20px 20px 0px 0px;
	border: none;
	text-align: center;
}
.type-1 thead th {
	background-color: #1c75bc;
}
.type-2 thead th {
	background-color: #27aae1;
}
.type-3 {
	border: 5px solid #ffffff;
	background-color: #bee5f6;
}
.type-3 td {
	border: 5px solid #ffffff;
}
.type-3 th {
	border: 5px solid #ffffff;
}
.type-3 .th-row {
	background-color: #b2e4e1;
}
.type-4 tbody tr:nth-of-type(even){
	background-color: rgba(255, 255, 255, 0.25);
}
.type-4 {
	text-transform: uppercase;
}
.type-4 thead th {
	background-color: #1c75bc;
	color: #fff;
	vertical-align: middle;
}
.type-4 a:link, .type-4 a:visited {
	color: #212529;
}
.type-4 a:hover {
	text-decoration: none;
	color: #1c75bc;
}
.iconset {
	display: inline-block;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 2px;
}
.iconset.idownload {
	background-image: url('elemoes/icon1-01.png');
}
.boxing {
	min-height:100px;
	border-radius: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.boxing-1 {
	background-color: #1c75bc;
}
.boxing-2 {
	background-color: #00a79d;
}
.tranni {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 20px 20px 0px;
	margin-right: -20px;
	margin-bottom: 20px;
}

.lain {
	position: relative;
}
#daftar {
	background-image: url('elemoes/box_1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
footer.home {
	font-size: small;
	padding-top: 40px;
	position: relative;
	
}
footer.home a:link, footer.home a:visited {
	color: #404040;
}
footer.home ul {
	list-style-type: none;
	padding: 0px 0px 20px 0px;
	
}
footer.home .footnote a:link, footer.home .footnote a:visited {
	color: #fff;
}
footer.home .footnote {
	font-size: x-small;
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #fff;
	background: rgb(0,167,158);
	background: -moz-linear-gradient(90deg, rgba(0,167,158,1) 0%, rgba(39,170,225,1) 50%, rgba(28,117,188,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,167,158,1) 0%, rgba(39,170,225,1) 50%, rgba(28,117,188,1) 100%);
	background: linear-gradient(90deg, rgba(0,167,158,1) 0%, rgba(39,170,225,1) 50%, rgba(28,117,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a79e",endColorstr="#1c75bc",GradientType=1);
}
footer.home .footnote p {
	margin: 0px;
	
}
footer.home .agensi {
	padding-bottom: 20px;
}
footer.home .kaitan {
	background-repeat: no-repeat;
	background-size: contain;
}
footer.home .pahang {
	width: 39px;
	height: 46px;
	background-image: url("elemoes/pahang7691.png")
}
footer.home .jata {
	width: 62px;
	height: 46px;
	background-image: url("elemoes/jata12493.png")
}
footer.home .span {
	width: 77px;
	height: 27px;
	background-image: url("elemoes/SPAN15454.png")
}
.entry-footer {
	padding-bottom: 15px;
}

#accordion .btn:link, #accordion .btn:visited {
	text-decoration: none;
	color: #fff;
}
#accordion .btn {
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: smaller;
}
#accordion .btn:hover, 
#accordion .btn:focus {
	border: none;
	text-decoration: none;
}
#accordion .card-header {
	background-color: #1c75bc;
	border-radius: 0px;
}
#accordion .card-body.box-it {
	border: 1px solid #1c75bc;
}
#accordion .card-body h4 {
	font-size: small;
}
#accordion.single .card-body h4 {
	margin-bottom: 0px;
}
#accordion.single .card-body .nav-link {
	padding: 5px 1rem;
}
#accordion .card, #kerat-list .card {
	border: none;
	font-size:small;
}
#kerat-list .card-body p.col-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: large;
	margin-bottom: 10px;
}
#kerat-list .card-body ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#kerat-list .card-body ul a {
	padding: 0px;
}
#kerat-list a:link, #kerat-list a:visited, #accordion a:link, #accordion a:visited {
	color: #1c75bc;
	
}
#kerat-list a:hover {
	color: #404040;
}

#kerat-list .card-body.shrink {
	padding: 0px;
}

.mont-divide {
	
}
.mont-divide .nav-link {
	display: inline-block;
}
.news-source, .post-date {
	font-weight: bolder;
	color: #999;
}
figure.wp-block-image figcaption {
	font-style: italic;
	color: #777;
}
.wp-block-quote {
	color: #1c75bc;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%; 
	top: 0;
	left: 0;
	background-color: #000;
}
#shadowbox {
	position: fixed;
	z-index:1000;
}
#shadowbox img {
	max-height: 85vh;
	width: auto;
	z-index:1001;
}
#carousel-ch .channel-icon {
	width: 130px;
	height: 130px;
	background-color: aqua;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	border-radius: 65px;
	background-repeat: no-repeat;
}

#carousel-ch .channel-icon.ico1 {
	background-image: url('elemoes/ch-ico1.jpg');
}
#carousel-ch .channel-icon.ico2 {
	background-image: url('elemoes/ch-ico2.jpg');
}
#carousel-ch .channel-icon.ico3 {
	background-image: url('elemoes/ch-ico3.jpg');
}
#carousel-ch .channel-icon.ico4 {
	background-image: url('elemoes/ch-ico4.jpg');
}
#carousel-ch .channel-icon.ico5 {
	background-image: url('elemoes/ch-ico5.jpg');
}
#carousel-ch .channel-icon.ico6 {
	background-image: url('elemoes/ch-ico6.jpg');
}
#carousel-ch .channel-icon.ico7 {
	background-image: url('elemoes/ch-ico7.jpg');
}
#carousel-ch .carousel-control-prev-icon, #main-slider .carousel-control-prev-icon, #ganguan .carousel-control-prev-icon {
	background-image: url('elemoes/corausel-ch-prev.svg');
	background-repeat: no-repeat;
}
#carousel-ch .carousel-control-next-icon, #main-slider .carousel-control-next-icon, #ganguan .carousel-control-next-icon  {
	background-image: url('elemoes/corausel-ch-next.svg');
	background-repeat: no-repeat;
}
#ganguan .carousel-control-prev {
	left:-30px;
}
#ganguan .carousel-control-next {   
        right:-30px;
}
#carousel-ch .carousel-control-prev {
	justify-content: flex-start;
}
#carousel-ch .carousel-control-next {
	justify-content: flex-end;
}
#carousel-ch {
	width: 100%;
}
#carousel-ch .carousel-inner {
}

#carousel-ch h3 {
	font-weight: 900;
	color: #1c75bc;
	text-transform: uppercase;
}
#carousel-ch .carousel-item {
	width: 100%;
  	text-align: center;
}
#carousel-ch .carousel-item p {
}

@media (min-width: 768px) {
  	#carousel-ch .carousel-item {
	  	margin-right: 0px;
	
	}
    /* show 3 items */
    #carousel-ch .carousel-inner .active,
    #carousel-ch .carousel-inner .active + .carousel-item,
    #carousel-ch .carousel-inner .active + .carousel-item + .carousel-item,
    #carousel-ch .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    
    #carousel-ch .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-ch .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #carousel-ch .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #carousel-ch .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    #carousel-ch .carousel-inner .carousel-item-next,
    #carousel-ch .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    #carousel-ch .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item  {
        position: absolute;
        top: 0;
        right: -33.33%;
        z-index: -1;
        display: block;
        visibility: visible;
         z-index: 99;
    }
    
    /* left or forward direction NO */
    #carousel-ch .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-ch .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-ch .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #carousel-ch .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    #carousel-ch .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction NO */
    #carousel-ch .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-ch .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-ch .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #carousel-ch .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

@media (max-width: 1200px) {
	.navbar-brand .logotype {
        	margin-top: 0px;
	}
}
@media (max-width: 992px) {
	.navbar-brand .logotype {
                margin-top: 8px;
        }
	.hero-overlay h2 {
		font-size: 20px;
	}
	.hero-overlay .entry-box {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	}
	#masthead .navbar li.nav-item ul,
	#masthead .navbar li.page_item ul,
	#masthead .navbar li.menu-item ul {
		position: relative;
		padding: 0px 10px;
		margin: 0px -20px;
	}
}
@media (max-width: 768px) {
	.navbar-brand h1 {
                font-size: large;
        }
	#globe-w {
		display: none;
	}
	.container-md {
		padding: 0px;
	}
	#main-slider p.slide-cap {
		font-size: 20px;
		width: 400px;
		left: calc(50% - 200px);
	}
	.heroshot .titleman, .post-thumnail .titleman {
		top:35%;
	}
	.heroshot h1.std, .post-thumnail h1.std, .heroshot h1.alt, .post-thumnail h1.alt {
		font-size: 28px;
	}
	.hero-overlay .entry-box.off-20 {
		margin-top: 0px;
	}
	.hero-overlay article#post-39, .hero-overlay article#post-44 {
		padding-top: 10px;
	}
	.hero-overlay .entry-box ul li {
		padding-bottom: 5px;
	}
	.quick-cont i .desc {
		display: none;
	}
}
@media (max-width: 609px) {
	/** break flex **/
        .logotype.d-flex{
                display:block !important;
        }
}
@media (max-width: 576px) {
	.navbar-brand .logotype {
                margin-top: 0px;
        }
	#globe-w {
		display: none;
	}
	.hero-overlay .entry-box.off-20 {
		margin-top: 0px;
	}
	.hero-overlay {
		top: 0px;
	}
	.hero-overlay article#post-39, .hero-overlay article#post-44 {
		padding-top: 0px;
	}
	.hero-overlay .entry-box ul li {
		padding-bottom: 0px;
	}
	#ganguan .carousel-control-prev {
        	left:-40px;
	}
	#ganguan .carousel-control-next {
        	right:-40px;
	}

}
