/*!
Theme Name: isi-sez
Theme URI: http://underscores.me/
Author: Loemkhorn | TWD Team
Author URI: https://twd.digital/
Description: We design and develop platforms, experiences, and technologies that turn strategy into operational impact and long-term growth.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: isi-sez
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.

isi-sez is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}
main {
	display: block;
}

h1 {
	font-size: 2em;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
select{
	border-radius: 0 !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}
[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p
p {
	margin-bottom: 25px;
}
p:last-child{
	margin-bottom: 0;
}
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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0;
	padding-left: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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: #000;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 7px 10px;
	width: 100%;
}

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


/* 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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin:0;
}

.updated:not(.published) {
	display: none;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}
.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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}


.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/*=== font family ===*/
@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Thin.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Thin.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Thin.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Thin.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Thin.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Thin.svg#ABCGintoNormal-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Plus Variable Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoPlusVariableUnlicensedTrial-Regular.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoPlusVariableUnlicensedTrial-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoPlusVariableUnlicensedTrial-Regular.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoPlusVariableUnlicensedTrial-Regular.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoPlusVariableUnlicensedTrial-Regular.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoPlusVariableUnlicensedTrial-Regular.svg#ABCGintoPlusVariableUnlicensedTrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Variable Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormalVariableUnlicensedTrial-Regular.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormalVariableUnlicensedTrial-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormalVariableUnlicensedTrial-Regular.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormalVariableUnlicensedTrial-Regular.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormalVariableUnlicensedTrial-Regular.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormalVariableUnlicensedTrial-Regular.svg#ABCGintoNormalVariableUnlicensedTrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-ThinItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-ThinItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-ThinItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-ThinItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-ThinItalic.svg#ABCGintoNormal-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Medium.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Medium.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Medium.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Medium.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Medium.svg#ABCGintoNormal-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Regular.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Regular.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Regular.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Regular.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Regular.svg#ABCGintoNormal-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-RegularItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-RegularItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-RegularItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-RegularItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-RegularItalic.svg#ABCGintoNormal-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-MediumItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-MediumItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-MediumItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-MediumItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-MediumItalic.svg#ABCGintoNormal-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Light.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Light.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Light.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Light.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Light.svg#ABCGintoNormal-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BoldItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BoldItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BoldItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BoldItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BoldItalic.svg#ABCGintoNormal-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-LightItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-LightItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-LightItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-LightItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-LightItalic.svg#ABCGintoNormal-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Black.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Black.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Black.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Black.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Black.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Black.svg#ABCGintoNormal-Black') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BlackItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BlackItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BlackItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BlackItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-BlackItalic.svg#ABCGintoNormal-BlackItalic') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Normal Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Bold.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Bold.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Bold.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Bold.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNormal-Bold.svg#ABCGintoNormal-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial Ultra';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-UltraItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-UltraItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-UltraItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-UltraItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-UltraItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-UltraItalic.svg#ABCGintoNord-UltraItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Widths Variable Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordWidthsVariableUnlicensedTrial-Regular.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordWidthsVariableUnlicensedTrial-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordWidthsVariableUnlicensedTrial-Regular.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordWidthsVariableUnlicensedTrial-Regular.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordWidthsVariableUnlicensedTrial-Regular.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordWidthsVariableUnlicensedTrial-Regular.svg#ABCGintoNordWidthsVariableUnlicensedTrial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial Ultra';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Ultra.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Ultra.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Ultra.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Ultra.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Ultra.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Ultra.svg#ABCGintoNord-Ultra') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Variable Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordVariableUnlicensedTrial-NordRegular.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordVariableUnlicensedTrial-NordRegular.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordVariableUnlicensedTrial-NordRegular.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordVariableUnlicensedTrial-NordRegular.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordVariableUnlicensedTrial-NordRegular.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordVariableUnlicensedTrial-NordRegular.svg#ABCGintoNordVariableUnlicensedTrial-NordRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-RegularItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-RegularItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-RegularItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-RegularItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-RegularItalic.svg#ABCGintoNord-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-ThinItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-ThinItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-ThinItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-ThinItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-ThinItalic.svg#ABCGintoNord-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Regular.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Regular.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Regular.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Regular.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Regular.svg#ABCGintoNord-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-MediumItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-MediumItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-MediumItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-MediumItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-MediumItalic.svg#ABCGintoNord-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Thin.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Thin.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Thin.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Thin.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Thin.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Thin.svg#ABCGintoNord-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Medium.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Medium.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Medium.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Medium.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Medium.svg#ABCGintoNord-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Condensed Variable Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensedVariableUnlicensedTrial-CondensedRegular.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensedVariableUnlicensedTrial-CondensedRegular.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensedVariableUnlicensedTrial-CondensedRegular.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensedVariableUnlicensedTrial-CondensedRegular.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensedVariableUnlicensedTrial-CondensedRegular.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensedVariableUnlicensedTrial-CondensedRegular.svg#ABCGintoNordCondensedVariableUnlicensedTrial-CondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Light.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Light.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Light.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Light.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Light.svg#ABCGintoNord-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Condensed Unlicensed Trial Ultra';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-UltraItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-UltraItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-UltraItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-UltraItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-UltraItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-UltraItalic.svg#ABCGintoNordCondensed-UltraItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-LightItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-LightItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-LightItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-LightItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-LightItalic.svg#ABCGintoNord-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial Hairline';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Hairline.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Hairline.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Hairline.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Hairline.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Hairline.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-Hairline.svg#ABCGintoNord-Hairline') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Condensed Unlicensed Trial Ultra';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-Ultra.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-Ultra.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-Ultra.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-Ultra.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-Ultra.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNordCondensed-Ultra.svg#ABCGintoNordCondensed-Ultra') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Ginto Nord Unlicensed Trial Hairline';
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-HairlineItalic.eot');
    src: url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-HairlineItalic.eot?#iefix') format('embedded-opentype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-HairlineItalic.woff2') format('woff2'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-HairlineItalic.woff') format('woff'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-HairlineItalic.ttf') format('truetype'),
        url('https://www.isiip.com/wp-content/themes/isi-sez/fonts/ABCGintoNord-HairlineItalic.svg#ABCGintoNord-HairlineItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


/*=== custom code here ===*/
body{
	background: #fff;
}
a,
a:focus {
  outline: none !important;
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none !important;
}
html {
  margin-top: 0 !important;
}
.post,
.page {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
body,p {
  font-size: 18px;
  line-height: 1.3;
}
p {
  margin: 0 0 15px 0;
}
nav a {
  font-size: 22px;
  line-height: 1.3;
}
a {
  font-size: 18px;
  line-height: 1.3;
}
p:last-child {
  margin: 0;
}
.site {
  overflow: hidden;
}
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
ul li,
ol li,
table,
form,
.pll-language-code,
.post-filter-buttons button {
  font-family: "ABC Ginto Normal Unlicensed Trial", "Kantumruy Pro", serif !important;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
h1 {
  font-size: 65px;
}
h2 {
  font-size: 58px;
}
h3 {
  font-size: 50px;
}
h4 {
  font-size: 40px;
}
h5 {
  font-size: 34px;
}
h6 {
  font-size: 28px;
}

/** general **/
.container {
  max-width: 1460px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

html[lang="zh-CN"] .custom-heading-title:before{
	top: -22px !important;
	display: none !important;
}
/* header */
/* navigation */
header{
	padding: 0;
}
header .wrap {
  display: flex;
  align-content: center;
  align-items: center;
}
header .wrap .left,
header .wrap .right{
	width: 22%;
}
header .wrap .center{
	width: 56%;
}

header .wrap .site-branding{
	display: flex;
	align-items: center;
	height: auto;
	gap: 30px;
}
header .site-branding img{
	height: 35px;
	display: block;
	width: auto;
	transition: transform 0.3s ease;
}
.custom-logo-link{
	position: relative;
	display: inline-block;
	align-items: center;
}
.custom-logo-link:before{
	content: '';
	position: absolute;
	height: 22px;
	width: 1px;
	background: #222;
	top: 50%;
	transform: translateY(-50%);
	left: -15px;
}
.nav-content-right{
	display: flex;
	gap: 15px;
	justify-content: end;
	align-items: center;
}

header .btn-contact{
	padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--primary-color);
	color: #fff;
}
/* Creative Sticky Header Styles */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
	background: #ffffff;
}

.site-header.sticky-hide {
    transform: translateY(-100%);
}

.site-header.sticky-show {
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Creative overlay effect */
.sticky-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.95) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    pointer-events: none;
}

.site-header.sticky-show .sticky-header-overlay {
    opacity: 1;
}


/* Creative border animation */
.site-header.sticky-show::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    /*background: linear-gradient(90deg, transparent, var(--primary-color, #0073aa), transparent); */
    transition: width 0.5s ease;
}

.site-header.sticky-show.active::after {
    width: 80%;
}

/* Enhanced mobile sticky */
@media (max-width: 992px) {
    .site-header.sticky-show {
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }
}

/* Menu items animation on sticky */



/* Subtle parallax effect on container */
.site-header.sticky-show .container.desktop .wrap {
    transition: transform 0.3s ease;
}

/* language */
.pll-dropdown-menu{
	width: 90px;
}
.pll-selector.modern-dropdown .pll-flag {
  width: 20px;
  height: 20px;
}
.pll-selector.modern-dropdown .pll-dropdown-arrow{
	width: 10px;
	height: 10px;
}
.pll-dropdown-toggle{
	font-size: 14px;
}
.pll-selector.modern-dropdown .pll-dropdown-menu li a {
  font-size: 14px;
}
.pll-selector.modern-dropdown .pll-dropdown-menu li a .pll-flag{
	width: 20px;
  height: 20px;
}
	.pll-selector.modern-dropdown .pll-dropdown-menu {

		border-radius: 0 ;
	}
/* nav */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul{
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 42px;
}

.main-navigation ul ul.sub-menu {
	position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 9999;
	  flex-direction: column;
	visibility: hidden;
	opacity: 0;
	display: none;
	padding: 30px 0;
	gap: 12px;
	text-align: left;
	align-items: left;
}
.main-navigation ul ul.sub-menu a{
	color: #fff;
	font-weight: 500;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
	
}

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

.main-navigation ul li:hover > ul.sub-menu,
.main-navigation ul li.focus > ul.sub-menu {
	left: auto;
	display: flex;
	gap: 10px;
	opacity: 1;
	visibility: visible;
}
.main-navigation ul ul.sub-menu li{
	text-align: left;
	width: 100%;
}
.main-navigation ul ul.sub-menu li a:before{
	display: none;
}
.main-navigation ul ul.sub-menu li:first-child a{
	text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
.main-navigation ul ul.sub-menu li a{
	text-transform: inherit;
	font-size: 14px;
	font-weight:400;
	display: inline-block;
	width: auto;
	text-align: left;
}
.main-navigation ul ul.sub-menu li a:hover{
	color: var(--secondary-color);
}
.main-navigation ul li a{
	color: #000;
	transition: all 0.2s ease;
	position: relative;
	text-transform: uppercase;
}
.main-navigation ul li a span{
	text-transform: uppercase;
}
.main-navigation ul>li>a{
	padding: 22px 0;
}
.main-navigation ul ul li a{
	padding: 0;
}
.main-navigation ul li a span{
	position: relative;
}
.main-navigation ul li a span:before{
	content: '';
	position: absolute;
	top: -10px;
	right: 0;
	height: 13px;
	width: 13px;
	background: url(https://www.isiip.com/wp-content/uploads/2025/11/isi-sez-logo-icon.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	
	transform: scale(0);
	transition: all .3s ease-in-out;
}
.main-navigation ul li.menu-item-has-children a span::before{
	right: 15px;
}
.main-navigation ul>li.current-menu-item>a span:before,
.main-navigation ul li a:hover span:before{
	transform: scale(1);
}
.main-navigation ul li a:hover{
	color: var(--secondary-color);
}
.main-navigation ul>li.current-menu-item>a{
	color: var(--secondary-color);
	transition: all 0.2s ease;
}

.main-navigation ul>li.current-menu-item> ul li a{
	color: #fff;
}
.main-navigation ul>li.current-menu-item>a{
	font-weight: 500;
}
.main-navigation ul ul li a span:before{
	right: 0 !important;
}
.main-navigation ul ul li.current-menu-item a span:before,
.main-navigation ul ul.sub-menu li:first-child a span:before{
	display: none;
}
.main-navigation ul ul li a:hover span:before{
	display: block !important;
}

.main-navigation ul ul.sub-menu li:first-child a:hover span:before{
	display: none !important;
}

/* submenu */
/* Base Menu Styles */
/* Reset & Base Styles */
[menu-primary-menu-container] {
    position: relative;
}


/* Update the background top position */
.background-submenu-full-width {
    top: var(--header-height, 80px);
}
[primary-menu] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

[primary-menu] > li {
    position: static;
}

/* Sub-menu Styles */
[primary-menu] > li > [sub-menu] {
    position: absolute;
    left: 0;
    top: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: auto;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Full Width Background Div */
.background-submenu-full-width {
    position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background: #283388;
  background: linear-gradient(0deg,rgba(40, 51, 136, 0) 0%, rgba(40, 51, 136, 1) 100%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
  z-index: 99;
  pointer-events: none;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 0;
  overflow: hidden;
}

/* When hovering, show both */
[primary-menu] > li:hover > [sub-menu],
[primary-menu] > li:hover > .background-submenu-full-width {
    opacity: 1;
    visibility: visible;
}

/* Set height for background when active */
[primary-menu] > li:hover > .background-submenu-full-width {
    height: auto;
    min-height: 350px;
    padding-top: 50px;
    pointer-events: all;
}


/* Style sub-menu items */
[primary-menu] > li > [sub-menu] > li {
    position: relative;
    z-index: 1002;
}

[primary-menu] > li > [sub-menu] > li > a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease, background 0.3s ease, padding-left 0.3s ease;
}

/* Dropdown indicator */
[primary-menu] > li.menu-item-has-children > a span{
	position: relative;
	padding-right: 15px;
}
[primary-menu] > li.menu-item-has-children > a span::after {
	font-family: "Font Awesome 5 Free";
    content: '\f107';
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
	font-weight: bold;
	position: absolute;
	top: 2px;
}
[primary-menu] > li.current-menu-item > a > span::after,
[primary-menu] > li > a:hover span::after {
    transform: rotate(180deg);
}


/* Responsive Design - Mobile */
@media (max-width: 992px) {
    [primary-menu] {
        flex-direction: column;
    }
    
    [primary-menu] > li {
        position: relative;
        border-bottom: 1px solid #eee;
    }
    
    [primary-menu] > li > [sub-menu] {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #f9f9f9;
        margin-left: 15px;
        width: calc(100% - 30px);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0;
    }
    
    .background-submenu-full-width {
        display: none; /* Hide background on mobile */
    }
    
    /* Mobile toggle button */
    [primary-menu] > li.menu-item-has-children > a {
        cursor: pointer;
        position: relative;
    }
    
    [primary-menu] > li.menu-item-has-children > a::after {
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 20px;
    }
    
    [primary-menu] > li.active > a::after {
        content: '−';
    }
    
    [primary-menu] > li.active > [sub-menu] {
        max-height: 1000px;
        padding: 15px 0;
    }
    
    [primary-menu] > li > [sub-menu] > li > a {
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
    }
    
    [primary-menu] > li > [sub-menu] > li:last-child > a {
        border-bottom: none;
    }
}

/* Optional: Add border to active parent */
[primary-menu] > li.active > a {
    border-bottom: 2px solid #0073aa;
}


/* === 404 page ===*/
.page_404{
	padding: 50px 0 120px 0;
}

html[lang="kh"] .not-found-heading,
html[lang="km"] .not-found-heading{
	margin-bottom: 20px;
}
.no-results{
	padding: 150px 0 120px 0;
} 
.page_404 .image {
  max-width: 600px;
	width: 100%;
  margin: auto;
}
.page_404  img{ width:100%;}
.contant_box_404{
	display: block;
	text-align: center;
}
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }
			 
			 .link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    background: var(--primary-color);
    margin: 20px 0;
    display: inline-block;}
	.contant_box_404{ margin-top:-50px;
}
@media (max-width: 767.98px) {
	.contant_box_404 h1{
		font-size: 40px;
	}
	.contant_box_404 h3{
		font-size: 30px;
	}
	.page_404 {
	  padding: 50px 0 50px 0;
	}
}
/*== footer ==*/
footer,
footer p{
	font-size: 14px;
}
footer{
	padding: 100px 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 35px;
  font-size: 16px;
}
footer ul li a{
	font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}

	footer ul li a:hover{
		color: var(--primary-color);
	}
footer .line{
	margin: 50px 0;
	position: relative;
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
	align-items: center;
  gap: 15px 30px;
}
footer ul.social-icons{
	gap: 10px;
}
.social-icons li a i{
	font-size: 22px;
}


/* form */
form.isi-form .form-column{
	display: flex;
	gap: 15px;
}
form.isi-form .form-group{
	flex: 1;
	display: flex;
	  flex-direction: column;
	  gap: 10px;
	margin-bottom: 20px;
}
select{
	padding: 10px;
	background: #ffffff;
}
form .required{
	color: red;
}


/* single post */
.btn-back a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
	font-size: 16px;
	margin-bottom: 20px;
}
.btn-back a .icon {
  width: 20px;
  height: 20px;
}
.btn-back a .icon svg path{
	fill: #999;
}
.btn-back a:hover{
	color: var(--secondary-color);
}
.btn-back a:hover .icon svg polygon{
	fill: var(--secondary-color);
}
.single-post main{
	margin: 150px 0 100px 0;
}
.single-post .entry-header {
	text-align: center;
	margin-bottom: 30px;
}
.single-post .entry-content p span{
	font-weight: 300 !important;
}
.single-post .entry-content p {
	font-size: 16px;
}
.single-post .entry-content h5{
	font-size: 22px;
}
.single-post .entry-header .single-post-title{
	font-weight: 500;
	color: var(--primary-color);
}
.single-post main .container{
	max-width: 1120px;
}
.single-post main .post-thumbnail img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
/* single career */
.career-single-wrapper{
	padding: 150px 0 0 0;
}
.career-single-header{
	display: flex;
	justify-content: space-between;
}
.career-content-section{
	display: flex;
	gap: 50px;
	margin-top: 40px;
}
.career-single-title{
	font-weight: 600;
	color: var(--primary-color);
}
.career-content-section .career-content{
	width: 55%
}
.career-content-section .career-form-section{
	width: 45%
}
.career-form-section {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 35px;
  border: 1px solid #eee;
}
.form-heading {
	font-size: 30px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.career-form-section .form-desc{
	margin-bottom: 20px;
}
.success-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 15px;
  border: 1px solid green;
  border-radius: 10px;
  background: #e0f9e0;
  color: green;
  font-weight: 600;
  margin-bottom: 20px;
}
.submit-btn{
  border: none !important;
  background: var(--primary-color) !important;
  color: #fff !important;
  padding: 18px 15px !important;
  border-radius: 0 !important;
	cursor: pointer;
	width: 100%;
}
.submit-btn:hover{
	background: #4753b0 !important
}
.modern-upload-wrapper {
        margin: 25px 0;
    }

    .upload-label {
		margin-bottom: 10px;
		display: block;
    }

    .upload-area {
        border: 2px dashed #cbd5e0;
        padding: 15px;
        text-align: center;
        background: #fafafa;
        transition: all 0.3s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .upload-area:hover {
        border-color: var(--primary-color);
        background: #e3eaf0;
    }

    .upload-area.dragover {
        border-color: #4299e1;
        background: #ebf8ff;
        transform: scale(1.02);
    }

    .upload-area.has-file {
        border-color: transparent;
        background: #fff;
        padding: 0;
    }

    .upload-content {
        pointer-events: none;
    }

    .upload-area.has-file .upload-content {
        display: none;
    }

    .upload-icon {
        margin-bottom: 10px;
        color: #a0aec0;
        transition: color 0.3s ease;
    }

    .upload-area:hover .upload-icon {
        color: var(--primary-color);
    }

    .upload-area.dragover .upload-icon {
        color: #4299e1;
    }

    .upload-text h4 {
        margin: 0 0 8px 0;
        color: #4a5568;
        font-size: 18px;
        font-weight: 500;
    }

    .upload-text p {
        margin: 0;
        color: #718096;
        font-size: 14px;
    }

    .browse-btn {
        margin-top: 20px;
        padding: 12px 20px;
        background: var(--primary-color);
        color: white;
        border: none;
        border-radius: 0;
        font-weight: 500;
        font-size: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        pointer-events: auto;
    }

    .browse-btn:hover {
        background: var(--primary-color);
        transform: translateY(-2px);
    }

    .file-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .file-preview {
        margin-top: 20px;
        display: none;
    }

    .file-preview.show {
        display: block;
        animation: slideDown 0.3s ease;
    }

    .file-preview-card {
        display: flex;
        align-items: center;
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .file-icon {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        font-weight: bold;
        color: white;
        font-size: 12px;
    }

    .file-icon.pdf {
        background: linear-gradient(135deg, #e53e3e, #c53030);
    }

    .file-icon.doc, .file-icon.docx {
        background: linear-gradient(135deg, #3182ce, #2c5aa0);
    }

    .file-icon.txt {
        background: linear-gradient(135deg, #718096, #4a5568);
    }

    .file-icon.unknown {
        background: linear-gradient(135deg, #a0aec0, #718096);
    }

    .file-info {
        flex: 1;
        text-align: left;
    }

    .file-name {
        font-weight: 600;
        color: #2d3748;
        margin: 0 0 5px 0;
        word-break: break-word;
    }

    .file-size {
        color: #718096;
        font-size: 14px;
        margin: 0;
    }

    .file-remove {
        background: none;
        border: none;
        color: #e53e3e;
        cursor: pointer;
        padding: 8px;
        border-radius: 6px;
        transition: background 0.3s ease;
        margin-left: 10px;
    }

    .file-remove:hover {
        background: #fed7d7;
    }

    .upload-progress {
        margin-top: 15px;
        display: none;
    }

    .upload-progress.show {
        display: block;
        animation: slideDown 0.3s ease;
    }

    .progress-bar {
        width: 100%;
        height: 6px;
        background: #e2e8f0;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(135deg, #48bb78, #38a169);
        border-radius: 3px;
        width: 0%;
        transition: width 0.3s ease;
    }

    .progress-text {
        font-size: 14px;
        color: #718096;
        text-align: center;
        display: block;
    }

    /* Error states */
    .upload-area.error {
        border-color: #e53e3e;
        background: #fed7d7;
    }

    .error-message {
        color: #e53e3e;
        font-size: 14px;
        margin-top: 10px;
        display: none;
    }

    .error-message.show {
        display: block;
        animation: shake 0.5s ease;
    }

    /* Animations */
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes shake {
        0%, 100% { transform: translateX(0); }
        25% { transform: translateX(-5px); }
        75% { transform: translateX(5px); }
    }

    /* Responsive */
    @media (max-width: 768px) {
        .upload-area {
            padding: 30px 20px;
        }
        
        .upload-text h4 {
            font-size: 16px;
        }
        
        .file-preview-card {
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }
        
        .file-info {
            text-align: center;
        }
    }
.career-info-heading {
  font-size: 30px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 30px;
}
.contact-item {
  display: flex;
	
  gap: 15px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 30px 25px;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px;
	transition: all 0.3s ease;
}
.contact-item:hover{
	background: var(--primary-color);
	color: #fff;
}
.contact-item:hover .contact-icon{
	background: rgb(255 255 255 / 20%);
	color: #fff;
}
.contact-item .contact-content{
	flex: 1;
}
.contact-item .label{
	font-weight: 500;
}
.contact-icon {
	height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecf1f7;
  border-radius: 50px;
  color: var(--primary-color);
}
.pdf-download-card{
	
	margin: 40px 0;
	border: 1px solid #eee;
	padding: 30px 25px;
	box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 6px 0px;
}
.pdf-download-card .pdf-action{
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdf-download-card .pdf-action .download-wrap{
	width: 85%;
}
.download-heading {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.pdf-download-card .pdf-action .pdf-download-btn {
  width: 55px;
  height: 55px;
  background: #ecf1f7;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: var(--primary-color);
}
.pdf-download-card .pdf-action .pdf-download-btn:hover{
	background: var(--primary-color);
	color: #fff;
}

.career-no-pdf {
	padding: 25px;
  border: 1px dashed #d5a636;
  margin-bottom: 40px;
  background: #f9eedd;
}
.no-pdf-message .title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.career-map-section{
	background: var(--primary-color);
	padding: 100px 0;
	margin-top: 120px;
	position: relative;
}
.career-map-section .map-content div iframe{
	width: 100% !important;
}
.career-map-section .map-content{
	display: flex;
  gap: 70px;
  align-items: center;
  color: #fff;
}
.career-map-section .map-content .desc{
	font-weight: 500;
}
.career-map-section .map-content div{
	flex: 1;
	width: 100%;
}
.map-button a{
	display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 6px 6px 6px 20px;
  gap: 10px;
  color: var(--primary-color);
  margin-top: 30px;
}
.map-button a .icon svg{
	width: 24px;
}
.map-button a .icon{
	width: 38px;
	height: 38px;
	display: flex;
	align-items:center;
	justify-content: center;
	background: var(--primary-color);
}
.map-button a .icon path{
	fill: #fff;
}
.map-button a:hover{
	background: var(--secondary-color);
}

/* career */
    .career-grid-advanced {
        width: 100%;
    }

    .career-grid-container-advanced {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 15px;
        margin: 0 auto;
    }

    .career-card-advanced {
	  background: #fff;
	  padding: 15px;
	  border: 1px solid #e2e8f0;
	  height: 100%;
	  display: flex;
	  flex-direction: column;
	  position: relative;
	  overflow: hidden;
	transition: box-shadow 0.3s ease;
    }
	
		.career-card-advanced .card-wrap {
		  display: flex;
		  flex-direction: column;
		  gap: 0;
		  justify-content: space-between;
			height: 100%;
		}
		.career-card-advanced .card-top{
			background: #eee;
			padding: 20px;
		}
		.career-card-advanced.career-bg-green .card-top{
			background: #e6f7ec;
		}
		.career-card-advanced.career-bg-blue .card-top{
			background: #e6e9f0;
		}
		.career-card-advanced.career-bg-gay .card-top{
			background: #f7f7f9;
		}

	.career-card-advanced.career-bg-blue:hover{
		box-shadow: inset 0 0 0 2px var(--primary-color);
	}

	.career-card-advanced.career-bg-green:hover{
		box-shadow: inset 0 0 0 2px var(--secondary-color);
	}
	.career-card-advanced.career-bg-gray:hover{
		box-shadow: inset 0 0 0 2px #e6e9f0;
	}

		.card-bottom{
			display: flex;
			gap: 20px;
			justify-content: space-between;
			align-items: center;
		}
    .career-header {
        margin-bottom: 20px;
    }

    .career-title-advanced {
        font-size: 22px !important;
        font-weight: 700;
        color: #2d3748;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .career-title-advanced i {
        color: #667eea;
        font-size: 1.1em;
    }

    .career-content-advanced {
        margin-bottom: 25px;
        flex-grow: 1;
    }

    .career-content-advanced p {
        color: #4a5568;
        line-height: 1.7;
        margin: 0;
        font-size: 0.95em;
    }

    .career-footer-advanced {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: auto;
    }
    .btn-explore-advanced, .btn-pdf-advanced {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 18px 20px;
	  text-decoration: none;
	  border-radius: 10px;
	  font-weight: 400;
	  font-size: 18px;
	  transition: all 0.3s ease;
	  border: none;
	  cursor: pointer;
	  gap: 8px;
	}

    .btn-explore-advanced {
        color: #000;
		display: flex;
		align-items: center;
    }
.btn-explore-advanced svg{
	width: 22px;
}

    .career-card-advanced:hover .btn-explore-advanced {
        transform: translateX(10px);
    }

    .btn-pdf-advanced {
        border-bottom: 1px solid;
		border-radius: 0;
  		font-size: 13px;
		padding: 8px 0;
  		color: var(--secondary-color);
    }
    .btn-icon-advanced {
        transition: transform 0.3s ease;
        font-size: 0.9em;
    }

    .btn-explore-advanced:hover .btn-icon-advanced {
        transform: translateX(4px);
    }

    .btn-pdf-advanced:hover .btn-icon-advanced {
        transform: scale(1.1);
    }
    .no-careers-message {
        text-align: center;
        padding: 60px 20px;
        color: #718096;
    }

    .no-careers-message p {
        font-size: 1.1em;
        margin: 0;
    }
/*=== screen 1270px ===*/
@media (max-width: 1270.98px) {
	header{
		padding: 0;
	}
	.main-navigation ul {
	  gap: 30px;
	}
	header .site-branding img {
	  height: 28px !important;
	}
}
@media (max-width: 1200.98px) {
	header .wrap .left{
		width: 20%;
	}
	header .wrap .right{
		width: 25%;
	}
	header .wrap .center {
	  width: 60%;
	}
	header .site-branding img {
	  height: 30px;
	}
	.main-navigation ul {
	  gap: 25px;
	}
}
@media (max-width: 1040.98px) {
	header .desktop{
		display: block;
	}
	 header .wrap .left {
		width: 22%;
	  }
	header .mobile .right {
	  width: 68%;
	}
	header .site-branding img {
		height: 26px;
	  }
	.custom-logo-link::before {
	  height: 15px;
	}
}

/* ipad 12 */
@media (max-width: 1024.98px) {
	body,p,a {
	  font-size: 16px;
	}
	/* header */
	.menu-hamburger {
	  height: 64px;
	}
	.main-navigation ul > li > a{
		font-size: 14px;
	}
	header .btn-contact {
  		padding: 10px 15px;
	  font-size: 14px;
	}
	.main-navigation ul {
	  gap: 25px;
	}
	.pll-selector.modern-dropdown .pll-flag {
	  width: 20px;
	  height: 20px;
	}
	.pll-dropdown-toggle {
	  font-size: 15px;
	}
	.pll-selector.modern-dropdown .pll-dropdown-arrow {
	  width: 10px;
	  height: 10px;
	  margin-left: 4px;
	}
	.pll-selector.modern-dropdown .pll-dropdown-menu li a .pll-flag {
	  width: 20px;
	  height: 20px;
	margin-right: 5px;
	}
	.pll-selector.modern-dropdown .pll-dropdown-menu li a {
	  font-size: 15px;
	}
	
	.main-navigation ul ul.sub-menu li:first-child a {
	  font-size: 14px !important;
	}
	h4{
		font-size: 33px;
	}
	.page-title-image-content .container {
	  padding: 0 15px;
	}
	
	/* career */
	.btn-back a {
	  font-size: 18px;
		justify-content: center;
	}
	.btn-back a .icon {
	  width: 22px;
	  height: 22px;
	}
	.career-single-wrapper{
		padding-top: 150px;
	}
	.career-grid-container-advanced {
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }
	.career-header .career-title {
		font-size: 22px;
	}
	/* single career */
	.career-content-section .career-content,
	.career-content-section .career-form-section{
		width: 50%;
	}
	.career-content-section {
	  gap: 25px;
	  margin-top: 30px;
	}
	.career-no-pdf {
	  padding: 15px;
	}
	.pdf-download-card {
	  	margin: 30px 0;
		padding: 20px 15px;
	}
	.contact-item {
	  margin-bottom: 15px;
	  padding: 20px;
	}
	.contact-item .label{
		margin-bottom: 10px;
	}
	.career-form-section {
	  padding: 20px;
	}
	.career-info-heading,
	.form-heading{
	  font-size: 25px;
	}
	.no-pdf-message .title {
	  font-size: 18px;
	}
	/* single post */
	.single-post main{
		margin: 130px 0 90px 0;
	}
	.single-post-title {
	  font-size: 35px;
	}

	/* form */
	form.isi-form .form-group{
		gap: 5px;
		margin-bottom: 15px;
	}
	form.isi-form .form-group label{
		font-size: 15px;
	}
		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 {
	  padding: 4px 10px;
	}
	
	.career-map-section {
	  padding: 40px 0;
	  margin-top: 60px;
	}
	/* footer */
	
	footer {
	  padding: 60px 0;
	}
	footer ul li a {
	  font-size: 15px;
	}
	footer .line {
	  margin: 30px 0;
	}
	.bottom-footer {
	  font-size: 15px;
	}
	.social-icons li a i {
	  font-size: 18px;
	}
}

/* ipad 11 */
@media (max-width: 992.98px) {
	header .wrap .left{
		width: 60%;
	}
	header .mobile .right {
	  width: 40%;
	}
	
}
/* mobile */
/* mobile menu */
header .mobile{
	display: none;
}
header .mobile .right{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}
header .mobile ul{
	list-style: none;
	padding: 0;
}
header .mobile ul li a{
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	padding: 4px 0;
	display: block;
}

/* hamburger */
.menu-hamburger {
  display: flex;
  align-items: center;
  z-index: 999;
  position: relative;
  height: 64px;
  border-left: 1px solid #e2e4f4;
  padding-left: 18px;
}
.hamburger {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 26px;
  height: 16px;
  position: relative;
  padding: 0 !important;
}

.hamburger .line {
  display: block;
  width: 100%;
  height: 0.08em;
  background: var(--primary-color);
  position: absolute;
  right: 0;
  transition: all 0.6s ease-in-out;
}

.hamburger .line-top {
  top: 0;
}
.hamburger .line-center {
  top: 0.45em;
  right: 0;
  width: 80%;
}
.hamburger .line-bottom {
  bottom: 0;
}
.hamburger.active .line {
  background: var(--secondary-color);
}

.hamburger.active .line-top {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .line-bottom {
  transform: translateY(-8px) rotate(-45deg);
}
.hamburger.active .line-center {
  width: 0;
}

/* nav */
.mobile-navigation {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 99;
  background: var(--primary-color);
	background-color: rgba(40, 50, 134, 0.82);
  -webkit-backdrop-filter: blur(6px) brightness(0.9);
  backdrop-filter: blur(6px) brightness(0.9);
  overflow: hidden;
}

.panel {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform: translateY(100%);
  will-change: transform;
}

.mobile-navigation ul.menu {
  display: block;
  padding: 30px 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: none;
  list-style: none;
	text-align: left;
}

.mobile-navigation ul.menu li {
  opacity: 0;
  transform: translateY(20px);
  transition: none;
}

.mobile-navigation ul.menu li a {
  padding: 4px 0;
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s ease;
}

/* on mobile / phone */
@media (max-width: 992px) {
	body,p,a {
	  font-size: 16px;
	}
	.container{
		padding: 0 15px;
	}
	.menu-hamburger{
		height: 52px;
	}
	header{
		padding: 0;
	}
	header .desktop{
		display: none;
	}
	header .mobile{
		display: block;
	}
	header .site-branding img {
		height: 28px;
	 }
	.custom-logo-link:before {
	  height: 15px;
	}
	.single-post header,
	.single-our-career header{
		border-bottom: 1px solid #e2e4f4;
	}
	/* language */
	 .pll-selector.custom-dropdown, .pll-native-dropdown {
		min-width: auto;
	  }
	.pll-selector.modern-dropdown .pll-dropdown-menu {
		padding: 5px;
	  }
	/* career */
	.career-header {
	  margin-bottom: 10px;
	}
	 .career-card-advanced {
		padding: 10px;
	  }
	.career-content-advanced {
	  margin-bottom: 0;
	}
	 
	.career-grid-container-advanced {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        
	
	/* single career */
	.career-single-wrapper {
	  padding: 100px 0 0 0;
	}
	 .career-single-content {
		padding: 0;
	  }
	.contact-item {
		padding: 15px;
	  }
	
	.career-single-header {
	  flex-direction: column;
		gap: 15px;
	}
	 .career-single-title {
		font-size: 26px;
	  }
	.career-content-section {
		flex-direction: column;
	  }
	.career-content-section .career-content, 
	.career-content-section .career-form-section {
		width: 100%;
	  }
	 .career-info-heading, .form-heading {
		font-size: 20px;
	  }
	.download-heading {
	  font-size: 18px;
	}
	.career-map-section {
		padding: 40px 0;
		margin-top: 40px;
	  }
	.career-map-section .map-content {
	  gap: 30px;
	  flex-direction: column-reverse;
	}
	.career-map-section .map-content .desc{
		font-size: 25px;
	}
	.map-button a {
	  padding: 5px 5px 5px 12px;
	  font-size: 16px;
	}
	.map-button a .icon {
	  width: 30px;
	  height: 30px;
	  padding: 6px;
	}

	.career-map-section .map-content iframe{
		height: 340px;
	}
	
	/* single post */
	.single-post main{
		margin: 100px 0 40px 0;
	}
	.single-post-title {
	  font-size: 25px;
	}
	
	/* footer */
	footer {
	  padding: 40px 0;
	}
	footer ul.menu{
		gap: 0;
	}
	 .bottom-footer,
	footer ul li a {
		font-size: 12px;
	  }
	footer ul.menu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 5px;
	}
	
	footer .line {
	  margin: 20px 0;
	}
	
	 .bottom-footer {
		flex-direction: column;
		justify-content: start;
		text-align: left;
		align-items: start;
	  }
}
