@charset "UTF-8";
/*!
Theme Name: knlland
Theme URI: http://underscores.me/
Author: axalize.com
Author URI: http://axalize.com
Description: Mọi nhu cầu về bất động sản của bạn luôn được đáp ứng tại Kiên Nam Land
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: knlland
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.

knlland 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Additional classes for each breakpoint */
.hideOnSm {
  display: none;
}

.hideOnMd {
  display: none;
}
@media (max-width: 575px) {
  .hideOnMd {
    display: block;
  }
}

.hideOnLg {
  display: none !important;
}
@media (max-width: 767px) {
  .hideOnLg {
    display: block;
  }
}

.hideOnXl {
  display: none;
}
@media (max-width: 991px) {
  .hideOnXl {
    display: block;
  }
}

.hideOnXxl {
  display: none;
}
@media (max-width: 1199px) {
  .hideOnXxl {
    display: block;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 12px;
}

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 {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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: inherit;
}
a:visited {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: #00a69b;
}
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: #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%;
}

/*--------------------------------------------------------------
# Custom class
--------------------------------------------------------------*/
/* custom scroll bar */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(#001a33),
    to(#072a4b),
    color-stop(0.6, #001a33)
  );
}

/* custom text style */
.text-two-row {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-three-row {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-four-row {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-five-row {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-wrap-pretty {
  text-wrap: pretty;
}

.text-align-justify {
  text-align: justify;
}

.font-roboto {
  font-family: "Roboto";
}

.kn-shadow {
  box-shadow: 0px 10px 31px 0px rgba(7, 152, 255, 0.2509803922);
}

@media (max-width: 575px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 575px) {
  .show-on-mobile {
    display: block;
  }
}

.block-empty {
  height: 300px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  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: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.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,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  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: 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 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.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
--------------------------------------------- */
/* Header
--------------------------------------------- */
.site-header {
  padding: 0 !important;
  font-family: "Roboto";
  height: 700px;
  position: relative;
  z-index: 0;
  /* follows style */
  /* menu style */
}
@media (max-width: 575px) {
  .site-header {
    height: 325px;
  }
}
@media (max-width: 767px) {
  .site-header {
    z-index: 0;
  }
}
@media (max-width: 575px) {
  .site-header--homepage {
    height: 375px;
  }
}
.site-header--singlePage {
  height: 310px;
}
.site-header--detailPage {
  height: 145px;
}
.site-header--projectsPage {
  height: 405px;
}
@media (max-width: 1199px) {
  .site-header--projectsPage {
    height: 410px;
  }
}
@media (max-width: 575px) {
  .site-header--projectsPage {
    height: 620px;
  }
}
.site-header__imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #053a63;
  background: linear-gradient(
    to bottom,
    rgba(5, 58, 99, 0.7215686275) 0%,
    rgba(1, 17, 27, 0.7215686275) 100%
  );
}
.site-header__formFilter {
  position: absolute;
  background-color: red;
}
.site-header__follows {
  height: 41px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(206, 206, 206, 0.3019607843);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .site-header__follows {
    display: none !important;
  }
}
.site-header__followIcon {
  width: 40px;
  height: 100%;
  border-right: 1px solid rgba(206, 206, 206, 0.3019607843);
  color: white !important;
  transition: 0.2s all ease-out;
}
.site-header__followIcon:hover,
.site-header__followIcon:focus,
.site-header__followIcon:active {
  color: #00a69b !important;
}
.site-header__followContact {
  height: 100%;
  padding: 0 12px;
  border-left: 1px solid rgba(206, 206, 206, 0.3019607843);
  color: white !important;
  text-decoration: none;
  transition: 0.2s all ease-out;
}
.site-header__followContact .bi {
  width: 20px;
  height: 20px;
}
.site-header__followContact svg {
  width: 16px;
  height: 16px;
}
.site-header__followContact span {
  margin-left: 5px;
}
.site-header__followContact:hover,
.site-header__followContact:focus,
.site-header__followContact:active {
  color: #00a69b !important;
}
.site-header__menu {
  height: 90px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: white;
}
@media (max-width: 767px) {
  .site-header__menu {
    display: none;
  }
}
.site-header__menu .site-branding {
  position: absolute;
  left: 55px;
}
@media (max-width: 767px) {
  .site-header__menu .site-branding {
    top: 60px;
    left: 20px;
  }
}
.site-header__menu .siteLogo a {
  height: 56px;
  max-height: 56px;
  max-width: 120px;
}
.site-header__menu .siteLogo img {
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
}
.site-header__menu .main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .site-header__menu .main-navigation {
    justify-content: end;
    padding-right: 20px;
    margin-top: 80px;
  }
}
.site-header__menu .main-navigation__toggle {
  display: none;
  position: fixed;
  padding: 10px;
  background: rgba(187, 187, 187, 0.3803921569);
  border-radius: 6px;
  transition: 0.2s all ease-out;
}
@media (max-width: 767px) {
  .site-header__menu .main-navigation__toggle {
    display: block;
    float: end !important;
    z-index: 20;
    cursor: pointer;
  }
  .site-header__menu .main-navigation__toggle:hover {
    background: rgba(0, 166, 155, 0.7058823529);
  }
}
@media (max-width: 767px) {
  .site-header__menu .main-navigation__hideOnMobile {
    display: none;
  }
}
.site-header__menu .main-navigation .menu {
  gap: 42px;
}
@media (max-width: 1199px) {
  .site-header__menu .main-navigation .menu {
    width: 50%;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .site-header__menu .main-navigation .menu {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    padding-top: 135px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    color: black;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: #f6fdff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s all ease-in-out;
    z-index: 16;
  }
  .site-header__menu .main-navigation .menu li {
    width: 100%;
    height: 40px;
    padding-left: 12px;
    transition: 0.2s all ease-out;
  }
  .site-header__menu .main-navigation .menu li:hover {
    background-color: rgba(0, 166, 155, 0.1607843137);
  }
  .site-header__menu .main-navigation .menu li a {
    text-wrap: pretty;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.site-header__menu .menu a {
  transition: 0.2s all ease-out;
}
.site-header__menu .current-menu-item {
  color: #00a69b;
  font-weight: 500;
}
@media (max-width: 767px) {
  .site-header__menu .current-menu-item {
    border-left: 5px solid #00a69b;
    background-color: rgba(0, 166, 155, 0.1607843137);
  }
}
.site-header__backgroundImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.site-header__backgroundImg--singlePage {
  display: flex;
}
.site-header__backgroundImg--projectsPage {
  height: 100%;
}
@media (max-width: 575px) {
  .site-header__backgroundImg--projectsPage {
    height: 320px !important;
  }
}
.site-header .pageHeadline {
  width: 90%;
  height: -moz-min-content;
  height: min-content;
  position: relative;
  margin: 0 auto;
  margin-top: 90px;
  z-index: 0;
  color: white;
}
.site-header .pageHeadline--singlePage {
  margin-top: 45px;
  width: 65%;
}
@media (max-width: 575px) {
  .site-header .pageHeadline--singlePage {
    flex-direction: column;
  }
}
.site-header .pageHeadline--projectsPage {
  margin-top: 45px;
}
@media (max-width: 575px) {
  .site-header .pageHeadline {
    width: 90%;
    margin-top: 60px;
  }
}
@media (max-width: 375px) {
  .site-header .pageHeadline {
    margin-top: 45px;
  }
}
.site-header .pageHeadline__filterWrapper {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .site-header .pageHeadline__filterWrapper {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .site-header .pageHeadline__filterWrapper {
    margin-top: 135px;
  }
}
@media (max-width: 575px) {
  .site-header .pageHeadline__filterWrapper {
    margin-top: 260px;
  }
}
@media (max-width: 375px) {
  .site-header .pageHeadline__filterWrapper {
    margin-top: 245px;
  }
}
.site-header .pageHeadline__title {
  font-size: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .site-header .pageHeadline__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .site-header .pageHeadline__title {
    font-size: 32px;
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .site-header .pageHeadline__title {
    font-size: 20px;
    margin-left: 0px;
  }
}
.site-header .pageHeadline__title--singlePage {
  font-size: 36px;
}
.site-header .pageHeadline__title--longText {
  font-size: 24px;
}
.site-header .pageHeadline__title--projectsPage {
  font-size: 40px;
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .site-header .pageHeadline__title--projectsPage {
    font-size: 32px;
  }
}
.site-header .pageHeadline__title--addMargin {
  margin-left: 50px !important;
}
@media (max-width: 575px) {
  .site-header .pageHeadline__title--addMargin {
    margin-bottom: 0;
  }
}
.site-header .pageHeadline__backBtn {
  cursor: pointer;
  margin-right: 10px;
  position: absolute;
  left: 0;
}
@media (max-width: 575px) {
  .site-header .pageHeadline__backBtn {
    position: unset;
    align-self: flex-start;
    padding-left: 30px;
  }
}
.site-header .pageHeadline__description {
  width: 50%;
  font-size: 17px;
}
@media (max-width: 767px) {
  .site-header .pageHeadline__description {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .site-header .pageHeadline__description {
    font-size: 12px;
    width: 96%;
  }
}

.sideBarMenu {
  position: fixed;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .sideBarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    padding-top: 135px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    color: black;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: #f6fdff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s all ease-in-out;
    z-index: 16;
  }
  .sideBarMenu li {
    width: 100%;
    height: 40px;
    padding-left: 12px;
    transition: 0.2s all ease-out;
  }
  .sideBarMenu li:hover {
    background-color: rgba(0, 166, 155, 0.1607843137);
  }
  .sideBarMenu li a {
    text-wrap: pretty;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.sideBarMenu__toggle {
  display: none;
  position: fixed;
  top: 60px;
  right: 20px;
  padding: 10px;
  background: rgba(187, 187, 187, 0.3803921569);
  border-radius: 6px;
  transition: 0.2s all ease-out;
}
@media (max-width: 767px) {
  .sideBarMenu__toggle {
    display: block;
    z-index: 20;
    cursor: pointer;
  }
  .sideBarMenu__toggle:hover {
    background: rgba(0, 166, 155, 0.7058823529);
  }
}
.sideBarMenu__menu {
  display: flex;
  gap: 8px;
  flex-direction: column !important;
}
.sideBarMenu .main-navigation ul {
  display: block;
}
.sideBarMenu .menu a {
  transition: 0.2s all ease-out;
}
.sideBarMenu .current-menu-item {
  color: #00a69b;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sideBarMenu .current-menu-item {
    border-left: 5px solid #00a69b;
    background-color: rgba(0, 166, 155, 0.1607843137);
  }
}

.sideBarMenu.active {
  right: 250px;
  transition: 0.3s all ease-in-out;
}

/* Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  background-color: #001a33;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Roboto";
}
.site-footer__logo {
  position: absolute;
  left: 5%;
  top: 75px;
}
@media (max-width: 1199px) {
  .site-footer__logo {
    position: unset;
    width: 75%;
    margin: 35px auto;
  }
}
.site-footer__logo a {
  max-width: 120px;
  height: 56px;
}
.site-footer__info {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 1175px) {
  .site-footer__info {
    margin: 20px auto;
  }
}
.site-footer .siteInfo {
  color: white;
  padding: 75px 45px;
}
.site-footer .siteInfo a {
  text-decoration: none;
}
.site-footer .siteInfo a:hover {
  color: white;
}
@media (max-width: 1199px) {
  .site-footer .siteInfo {
    padding: 0;
  }
}
@media (max-width: 1175px) {
  .site-footer .siteInfo {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .site-footer .siteInfo {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .site-footer .siteInfo__col .row .col:last-child {
    margin-top: 20px;
  }
}
.site-footer .siteInfo__label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.site-footer .siteInfo__item {
  color: #bbbbbb;
  font-size: 14px;
  transition: 0.2s all ease-out;
  margin-bottom: 8px;
}
.site-footer .siteInfo__item:last-child {
  margin-bottom: 0;
}
.site-footer .siteInfo__item:hover {
  color: white;
}
.site-footer .siteInfo__item--address {
  padding-right: 25px;
  text-wrap: balance;
}
@media (max-width: 1200px) {
  .site-footer .siteInfo__item--address {
    padding-right: 5px;
    text-wrap: pretty;
  }
}
@media (max-width: 991px) {
  .site-footer .siteInfo__item--address {
    padding-right: 5px;
    text-wrap: pretty;
  }
}
@media (max-width: 575px) {
  .site-footer .siteInfo__item--address {
    padding-right: 5px;
  }
}
.site-footer .siteInfo__item span {
  margin-left: 5px;
}
.site-footer .siteInfo__item .bi {
  align-self: flex-start;
}
.site-footer .siteInfo__follows {
  margin-top: 26px;
}
.site-footer .siteInfo__follows--title {
  color: #bbbbbb;
}
.site-footer .siteInfo__followIcons {
  margin-top: 30px;
  gap: 10px;
}
.site-footer .siteInfo__followIcons a {
  width: 41px;
  height: 41px;
  background-color: #002547;
  border-radius: 4px;
  transition: 0.2s all ease-out;
  cursor: pointer;
}
.site-footer .siteInfo__followIcons a:hover {
  background-color: white;
}
.site-footer .siteInfo__link {
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 8px;
  transition: 0.2s all ease-out;
  text-decoration: none;
}
.site-footer .siteInfo__link:hover {
  color: white;
}
.site-footer .siteInfo__list {
  gap: 15px;
}
.site-footer .siteInfo__policyBtn {
  margin-top: 24px;
  font-size: 14px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s all ease-in;
  background-color: inherit;
  cursor: pointer;
}
.site-footer .siteInfo__policyBtn:hover {
  background-color: rgba(255, 255, 255, 0.5803921569);
}
.site-footer .siteInfoCard {
  width: 255px;
  padding-right: 30px;
  gap: 14px;
  transition: 0.2s all ease-out;
  position: relative;
}
.site-footer .siteInfoCard:hover {
  color: white;
}
.site-footer .siteInfoCard:hover .siteInfoCard__btn {
  display: block;
}
.site-footer .siteInfoCard:hover .siteInfoCard__title {
  color: white;
}
.site-footer .siteInfoCard__img {
  min-width: 105px;
  max-width: 105px;
  height: 69px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.site-footer .siteInfoCard__info {
  justify-content: space-between;
}
.site-footer .siteInfoCard__title {
  font-size: 14px;
  color: #bbbbbb;
}
.site-footer .siteInfoCard__price {
  font-size: 13px;
}
.site-footer .siteInfoCard__btn {
  display: none;
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
}
.site-footer .site-copyRight {
  height: 60px;
  width: 100%;
  font-size: 14px;
  color: #bbbbbb;
}
.site-footer #scroll-to-top {
  width: 41px;
  height: 41px;
  font-size: 41px;
  color: rgba(187, 187, 187, 0.3803921569);
  scroll-behavior: smooth;
  position: fixed;
  bottom: 5%;
  left: 5%;
  border: none;
  outline: none;
  z-index: 9999;
  transition: 0.2s all ease-out;
  cursor: pointer;
}
.site-footer #scroll-to-top :hover {
  color: #01a69d;
}

/* 
======================
Our Project 2
======================
*/
.our-project-page .our-project-page-thumb {
  width: 100%;
  height: 65vh;
  position: relative;
  z-index: 3;
}

.background-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  z-index: 4;
  object-fit: cover;
}

.container-thumb {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.list-background-item {
  width: 60%;
  height: 100%;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(3, minmax(30%, 1fr));
  padding: 10px;
  gap: 10px;
}

.background-item {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.our-project-content {
  width: 100%;
  max-height: 50vh;
  display: flex;
  justify-content: center;
  padding: 3rem 0 0;
}

.our-project-content .container {
  width: 70%;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.our-project-content-title {
  width: 50%;
  height: 75%;
}

.our-project-content-title h2 {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  text-align: center;
}

.our-project-content-title h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

.our-project-content-title p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}

.luxury-image {
  width: 50%;
  height: 90%;
  object-fit: contain;
}

.overview-project {
  width: 100%;
  margin: 2rem 0;
}

.overview-project-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview-project .container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.overview-project h2 {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  text-align: center;
  margin: 2rem 0;
}

.overview-project .container p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
  white-space: pre-line;
}

.overview-project .container img {
  width: 50%;
  height: 60%;
  object-fit: cover;
  object-position: center center;
}

.prime-location {
  padding: 1rem 0;
}

.prime-location .container {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.prime-location h2 {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  text-align: center;
  margin: 2rem 0 1rem;
}

.container .location-image {
  width: 60%;
  height: 60%;
  object-fit: cover;
  object-position: center center;
}

.container table {
  width: 40%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  white-space: pre-line;
  margin-bottom: 20px;
  background-color: white;
}

.container table tr {
  border-bottom: 1px solid #ddd;
}

.container table td {
  padding: 10px;
  border-right: 1px solid #ddd;
}

.container table .even {
  background-color: #f6f6f6;
}

.container table .title {
  font-weight: 500;
  color: #bf5032;
}

.legal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.legal .container {
  width: 80%;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.container .banking {
  width: 50%;
  height: 100%;
}

.banking h2 {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  text-align: center;
  margin: 0 0 1rem;
}

.banking img {
  margin: 20px 0;
  object-fit: cover;
  object-position: center center;
}

.banking .banking-image-second {
  height: 300px;
}

.container .legal-document {
  width: 50%;
  height: 100%;
}

.legal-document h2 {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  text-align: center;
  margin: 0 0 1rem;
}

.legal-document p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 2rem;
  white-space: pre-line;
}

.price-project {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
}

.price-project .container {
  width: 70%;
  max-height: 50vh;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.price-project-content {
  width: 50%;
  height: 100%;
}

.price-project-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  text-align: center;
  margin: 0 0 1rem;
}

.price-image {
  width: 50%;
  height: 50vh;
  object-fit: contain;
  object-position: center center;
}

.price-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-contact .price-contact-link {
  width: 60%;
  height: 50px;
  background-color: #01a69d;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 2rem;
}

.facilities {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.facilities .container {
  width: 80%;
  gap: 2rem;
}

.container .facilities-first,
.container .facilities-second {
  width: 100%;
  height: 50%;
  display: flex;
  gap: 1rem;
}

.facilities-first-content {
  width: 50%;
  height: 100%;
}

.facilities-first-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  text-align: center;
  margin: 0 0 2rem;
}
.facilities-first-content p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
  white-space: pre-line;
}

.facilities-first-image {
  width: 45%;
  height: 100%;
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

.facilities-first-image img {
  width: 50%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.facilities-second-image {
  width: 50%;
  height: 100%;
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

.facilities-second-image img {
  width: 30%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.facilities-second p {
  width: 50%;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 20px 0 0 20px;
  white-space: pre-line;
}

.register-project {
  width: 100%;
  max-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.register-project .container {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  gap: 2rem;
}

.register-project .container .background {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.form {
  width: 100%;
  height: 100%;
}

.form p {
  color: black;
  text-align: center;
}

.form p:last-child {
  margin-top: 10px;
}

.form-input {
  width: 100%;
  height: 32vh;
  background-color: white;
  display: block;
  border-radius: 8px;
  padding: 12px;
}

.form-input p {
  color: white;
  text-align: center;
}

#form-message {
  margin: 0;
}

.form-input label {
  color: #ba3302;
  font-weight: 500;
  font-size: 14px;
}

.form-input input {
  width: 100%;
  border: none;
  border-radius: 5px;
  border-bottom: 1px solid #9ca2a9;
  margin: 10px 0;
  padding: 5px;
}

.form-input input:focus {
  border: none;
  outline: none;
}

.form-input select {
  width: 100%;
  padding: 4px 10px;
  border: none;
  border-bottom: 1px solid #9ca2a9;
  border-radius: 5px;
}

.form-input button {
  margin: 1rem 0 0;
  width: 100%;
  color: white;
  font-weight: 600;
  font-size: 18px;
  background-color: #ff0000;
}

.background-block {
  background-color: #d6ecfc;
}

@media screen and (max-width: 1920px) and (min-height: 650px) and (max-height: 850px) {
  .form-input {
    height: 45vh;
  }
}

@media screen and (max-width: 1920px) and (min-height: 550px) and (max-height: 650px) {
  .form-input {
    height: 50vh;
  }

  .our-project-content {
    max-height: 65vh;
  }
}

@media screen and (max-width: 1250px) {
  .luxury-image {
    height: 90%;
  }
}

@media screen and (max-width: 1080px) {
  .our-project-content .container {
    width: 90%;
  }

  .list-background-item {
    width: 80%;
  }

  .register-project .container {
    width: 90%;
  }

  .overview-project .container {
    width: 90%;
  }

  .prime-location .container {
    width: 90%;
  }

  .legal .container {
    width: 90%;
  }

  .price-project .container {
    width: 90%;
  }

  .facilities .container {
    width: 90%;
  }

  .legal-document p {
    line-height: 25px;
  }

  .our-project-content .container,
  .overview-project .container,
  .prime-location .container,
  .legal .container,
  .price-project .container,
  .facilities .container,
  .register-project .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .our-project-content .container,
  .overview-project .container,
  .prime-location .container,
  .legal .container,
  .price-project .container,
  .facilities .container,
  .register-project .container {
    display: block;
  }

  .list-background-item {
    width: 100%;
  }

  .our-project-content {
    max-height: 75vh;
    padding: 3rem 0;
  }

  .our-project-content-title {
    width: 100%;
    height: 40%;
    text-align: center;
  }

  .luxury-image {
    width: 100%;
    height: 55%;
  }

  .overview-project .container img {
    width: 100%;
  }

  .container .location-image {
    width: 100%;
    height: 60%;
    margin: 1rem 0 0;
  }

  .container table {
    width: 100%;
  }

  .container .banking,
  .container .legal-document {
    width: 100%;
  }

  .banking img {
    width: 100%;
  }

  .price-project-content {
    width: 100%;
  }

  .price-project .container {
    max-height: 100vh;
  }

  .price-image {
    width: 100%;
    margin-top: 2rem;
  }

  .container .facilities-first,
  .container .facilities-second {
    display: block;
  }

  .facilities-first-content,
  .facilities-second-content,
  .facilities-first-image,
  .facilities-second-image,
  .facilities-second p {
    width: 100%;
  }

  .facilities-second-image {
    display: grid;
    grid-template-columns: repeat(3, minmax(33%, 1fr));
  }

  .facilities-second-image img {
    width: 100%;
  }

  .register-project .container .background {
    width: 100%;
    margin: 2rem 0;
  }
}

@media screen and (max-width: 650px) {
  .our-project-content {
    max-height: 80vh;
  }
}

@media screen and (max-width: 470px) {
  .our-project-content {
    max-height: 105vh;
  }

  .our-project-content-title p {
    margin: 2rem 0 5rem;
  }

  .container .legal-document {
    margin: 2rem 0 0;
  }

  .facilities-second-image img {
    height: 150px;
  }

  .form-input {
    height: 35vh;
  }

  .background-item {
    height: 150px;
  }
}

@media screen and (max-width: 430px) {
  .our-project-content-title {
    height: 50%;
  }

  .our-project-content {
    max-height: 125vh;
  }

  .luxury-image {
    height: 45%;
  }

  .background-item {
    height: 120px;
  }

  .price-project .container {
    max-height: 130vh;
  }

  .price-image {
    height: 70vh;
  }

  .register-project {
    max-height: 100vh;
  }

  .form-input {
    height: 45vh;
  }
}

/*
======================
CONTACT LIST
======================
*/
.contactNow {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
}
.contactNow__zalo {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 20px;
  margin-right: 28px;
  background: white;
  border: 1px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: 0.3s all ease-in-out;
}
.contactNow__zalo:hover {
  scale: 1.08;
}
.contactNow__message {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-bottom: 115px;
  margin-right: 28px;
  background: white;
  border: 1px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: 0.3s all ease-in-out;
}
.contactNow__message:hover {
  scale: 1.08;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #e91e63;
  border-radius: 100%;
  border: 2px solid #1564a7;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 80px;
  height: 80px;
  top: 16px;
  left: 16px;
  position: absolute;
  background-color: #e91e63;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #e91e63;
  width: 50px;
  height: 50px;
  top: 31px;
  left: 31px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-bar {
  position: absolute;
  border: 2px solid #fff;
  background: linear-gradient(to right, red, yellow);
  height: 45px;
  width: 185px;
  line-height: 42px;
  border-radius: 3px;
  padding: 0 0 0 20px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  border-radius: 50px !important;
  right: 52px;
  bottom: 31px;
  text-align: left;
}
@media (max-width: 575px) {
  .hotline-bar {
    display: none;
  }
}

.text-hotline {
  color: #fff;
  font-size: 20px;
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/* Share blocks
--------------------------------------------- */
.blockAboutUs {
  padding: 140px 0;
  background-color: #f8f8f8;
}
@media (max-width: 575px) {
  .blockAboutUs {
    padding-top: 450px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .blockAboutUs__inner {
    flex-direction: column;
  }
}
.blockAboutUs__img {
  min-width: 570px;
  max-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blockAboutUs__img {
    min-width: unset;
    width: 100%;
    min-width: unset;
    max-width: 100%;
  }
}
.blockAboutUs__content {
  padding-left: 30px;
  width: 50%;
  text-wrap: pretty;
}
@media (max-width: 991px) {
  .blockAboutUs__content {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-top: 24px;
  }
}
.blockAboutUs__title {
  color: #01a69d;
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 500;
}
.blockAboutUs__text {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blockAboutUs__text {
    margin-bottom: 16px;
  }
}
.blockAboutUs__textSmall {
  font-size: 16px;
  color: #5c727d;
  margin-bottom: 72px;
}
@media (max-width: 575px) {
  .blockAboutUs__textSmall {
    margin-bottom: 24px;
  }
}
.blockAboutUs__statements {
  color: #8ac340;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 42px;
  gap: 34px;
  font-size: 200%;
}
@media (max-width: 1200px) {
  .blockAboutUs__statements {
    font-size: 180%;
  }
}
@media (max-width: 575px) {
  .blockAboutUs__statements {
    gap: 16px;
  }
}
.blockAboutUs__statement svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 575px) {
  .blockAboutUs__statement svg {
    align-self: flex-start;
    margin-top: 5px;
  }
}
.blockAboutUs__statement span {
  margin-left: 8px;
  text-align: left;
}
.blockAboutUs__readMore {
  width: -moz-max-content;
  width: max-content;
  height: 36px;
  border: none;
  background-color: #01a69d;
  font-size: 12px;
  padding: 0 30px;
  font-weight: 500;
  color: white !important;
  border-radius: 100px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 575px) {
  .blockAboutUs__readMore {
    margin: 0 auto;
    width: 30%;
    min-width: 140px;
  }
}

.blockHighlightProjects {
  padding: 100px 0;
  background: #f2f8fe;
  background: linear-gradient(to bottom, #f2f8fe 0%, #fafcff 100%);
}
@media (max-width: 575px) {
  .blockHighlightProjects {
    padding: 32px 0;
  }
}
.blockHighlightProjects__title {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blockHighlightProjects__title {
    font-size: 22px;
  }
}
.blockHighlightProjects__description {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .blockHighlightProjects__description {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockHighlightProjects__description {
    width: 90%;
    margin-bottom: 30px;
  }
}
.blockHighlightProjects__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .blockHighlightProjects__list {
    width: 80%;
  }
}
.blockHighlightProjects .projectCard {
  height: 360px;
  width: 354px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  background-color: white;
}
@media (max-width: 991px) {
  .blockHighlightProjects .projectCard {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .blockHighlightProjects .projectCard {
    width: 100%;
    height: auto;
  }
}
.blockHighlightProjects .projectCard__img {
  border-radius: 4px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.blockHighlightProjects .projectCard__name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.blockHighlightProjects .projectCard__info {
  padding-top: 12px;
}
.blockHighlightProjects .projectCard__btn {
  background-color: #01a69d;
  border-radius: 100px;
  padding: 0 30px;
  color: white;
  height: 36px;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  margin-bottom: 27px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blockHighlightProjects .projectCard__btn {
    width: 50%;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .blockHighlightProjects .projectCard__btn {
    width: 80%;
  }
}

.blockNewProjects {
  padding: 100px 0;
  background: #f2f8fe;
  background: linear-gradient(to bottom, #f2f8fe 0%, #fafcff 100%);
}
@media (max-width: 575px) {
  .blockNewProjects {
    padding: 32px 0;
  }
}
.blockNewProjects__title {
  font-size: 32px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blockNewProjects__title {
    font-size: 22px;
  }
}
.blockNewProjects__description {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .blockNewProjects__description {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockNewProjects__description {
    width: 90%;
    margin-bottom: 30px;
  }
}
.blockNewProjects__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .blockNewProjects__list {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockNewProjects__list {
    width: 95%;
  }
}
.blockNewProjects .newProjectCard {
  height: 330px;
  width: 540px;
  display: flex;
  border-radius: 4px;
  background-color: white;
  position: relative;
}
@media (max-width: 991px) {
  .blockNewProjects .newProjectCard {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .blockNewProjects .newProjectCard {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .blockNewProjects .newProjectCard {
    max-height: 210px;
    min-height: 210px;
  }
}
.blockNewProjects .newProjectCard__tag {
  position: absolute;
  background: #e12900;
  top: 10px;
  right: 53%;
  font-size: 11px;
  color: white;
  height: 20px;
  width: 50px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .blockNewProjects .newProjectCard__tag {
    height: 12px;
    width: 31px;
    font-size: 7px;
  }
}
.blockNewProjects .newProjectCard__img {
  border-radius: 4px 0 0 4px;
  max-width: 50%;
  min-width: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.blockNewProjects .newProjectCard__name {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .blockNewProjects .newProjectCard__name {
    font-size: 11px;
  }
}
.blockNewProjects .newProjectCard__info {
  padding: 18px 18px 10px 18px;
  text-align: left;
}
.blockNewProjects .newProjectCard__address {
  font-size: 14px;
  font-weight: 400;
  color: #5c727d;
}
@media (max-width: 575px) {
  .blockNewProjects .newProjectCard__address {
    font-size: 9px;
  }
}
.blockNewProjects .newProjectCard__price {
  font-size: 17px;
  font-weight: 500;
  color: #0073e1;
}
@media (max-width: 575px) {
  .blockNewProjects .newProjectCard__price {
    font-size: 11px;
  }
}
.blockNewProjects .newProjectCard__description {
  font-size: 14px;
  color: #5c727d;
}
@media (max-width: 575px) {
  .blockNewProjects .newProjectCard__description {
    font-size: 9px;
  }
}
.blockNewProjects .newProjectCard__btn {
  height: 36px;
  width: 115px;
  border-radius: 100px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  margin-bottom: 27px;
  color: white;
  background-color: #01a69d;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blockNewProjects .newProjectCard__btn {
    width: 50%;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .blockNewProjects .newProjectCard__btn {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockNewProjects .newProjectCard__btn {
    height: 32px;
    min-width: 90px;
    font-size: 8px;
    margin-bottom: 0;
  }
}

.blockHighlightRoom {
  padding-top: 100px;
  background: #f2f8fe;
  background: linear-gradient(to bottom, #f2f8fe 0%, #fafcff 100%);
  position: relative;
  overflow: hidden;
}
.blockHighlightRoom .row .col {
  padding: 0;
}
.blockHighlightRoom__inner {
  overflow: hidden;
}
.blockHighlightRoom__inner img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .blockHighlightRoom__inner {
    display: flex !important;
    flex-direction: column !important;
  }
  .blockHighlightRoom__inner .col {
    width: 100%;
  }
}
.blockHighlightRoom__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.blockHighlightRoom__info {
  width: 350px;
  height: 350px;
  position: absolute;
  border-radius: 4px 4px 0 0;
  padding: 30px 30px 37px 30px;
  left: 18%;
  bottom: 0;
  text-align: left;
  background-color: white;
}
.blockHighlightRoom__info a {
  text-decoration: none;
}
.blockHighlightRoom__info a:hover {
  color: #01a69d;
}
@media (max-width: 575px) {
  .blockHighlightRoom__info {
    position: relative;
    width: 95%;
    height: 95%;
    left: unset;
    bottom: unset;
    min-height: 343px;
    margin: 0 auto;
    margin-top: -40px;
  }
}
.blockHighlightRoom__price {
  font-size: 16px;
  color: #0073e1;
  margin-bottom: 30px;
}
.blockHighlightRoom__name {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  color: #222222;
  margin-bottom: 20px;
  transition: 0.2s all ease-out;
}
.blockHighlightRoom__name:hover {
  color: #01a69d;
}
.blockHighlightRoom__description {
  font-size: 14px;
  color: #5c727d;
  margin-bottom: 20px;
}
.blockHighlightRoom__btn {
  height: 36px;
  width: 115px;
  border-radius: 100px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #01a69d;
  position: absolute;
  bottom: 16px;
}
@media (max-width: 575px) {
  .blockHighlightRoom__btn {
    position: unset;
    font-size: 12px;
  }
}

.blockLibrary {
  padding: 100px 0;
  background: #f7faff;
  background: linear-gradient(to bottom, #f2f8fe 0%, #fafcff 100%);
}
@media (max-width: 575px) {
  .blockLibrary {
    padding: 32px 0;
  }
}
.blockLibrary__title {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blockLibrary__title {
    font-size: 22px;
  }
}
.blockLibrary__description {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .blockLibrary__description {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockLibrary__description {
    width: 90%;
    margin-bottom: 30px;
  }
}
.blockLibrary__list {
  width: 80%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .blockLibrary__list {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockLibrary__list {
    width: 95%;
  }
}
.blockLibrary__rows {
  width: 100%;
  overflow: hidden;
  gap: 15px;
}
@media (max-width: 991px) {
  .blockLibrary__rows {
    flex-direction: column;
  }
}
.blockLibrary__box {
  width: 50%;
  height: 300px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .blockLibrary__box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blockLibrary__box {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .blockLibrary__box {
    height: 190px;
  }
}
.blockLibrary__box--big {
  position: relative;
  overflow: hidden;
}
.blockLibrary__box--big svg {
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translateX(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 575px) {
  .blockLibrary__box--big svg {
    top: 32%;
    left: 40%;
  }
}
.blockLibrary__img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.blockLibrary__img--big {
  width: 100%;
}
.blockLibrary__video {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
}
.blockLibrary__video video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.blockLibrary__video svg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media (max-width: 575px) {
  .blockLibrary__video svg {
    top: 32%;
    width: 45px;
  }
}
.blockLibrary__video--big {
  width: 100%;
}
.blockLibrary__video--big svg {
  top: 36%;
}
.blockLibrary__btn {
  display: none;
  text-decoration: none;
}
@media (max-width: 991px) {
  .blockLibrary__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 36px;
    border: none;
    background-color: #01a69d;
    font-size: 12px;
    padding: 0 30px;
    font-weight: 500;
    color: white;
    border-radius: 100px;
    margin: 0 auto;
    outline: none;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .blockLibrary__btn {
    width: 95%;
    min-width: 140px;
  }
}
.blockLibrary__btn:hover {
  color: white;
}
.blockLibrary .video-hidden {
  display: none;
}

.blockNews {
  padding: 100px 0;
  background-color: white;
}
@media (max-width: 575px) {
  .blockNews {
    padding: 32px 0;
  }
}
.blockNews__title {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blockNews__title {
    font-size: 22px;
  }
}
.blockNews__description {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .blockNews__description {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockNews__description {
    width: 90%;
    margin-bottom: 30px;
  }
}
.blockNews__list {
  width: 80%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .blockNews__list {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .blockNews__list {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockNews__list {
    width: 95%;
  }
}
.blockNews .newsCardBig {
  text-align: left;
  width: 45%;
}
@media (max-width: 991px) {
  .blockNews .newsCardBig {
    width: 100%;
  }
}
.blockNews .newsCardBig__img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 1700px) {
  .blockNews .newsCardBig__img {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .blockNews .newsCardBig__img {
    height: 375px;
  }
}
@media (max-width: 575px) {
  .blockNews .newsCardBig__img {
    height: 260px;
  }
}
.blockNews .newsCardBig__info {
  padding: 25px 35px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 575px) {
  .blockNews .newsCardBig__info {
    padding: 16px 18px;
  }
}
.blockNews .newsCardBig__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222222;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 575px) {
  .blockNews .newsCardBig__name {
    font-size: 10px;
  }
}
.blockNews .newsCardBig__name:hover {
  color: #01a69d;
}
.blockNews .newsCardBig__info a {
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.blockNews .newsCardBig__info a:hover {
  color: #01a69d;
}
.blockNews .newsCardBig__date {
  font-size: 14px;
  color: #5c727d;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .blockNews .newsCardBig__date {
    font-size: 9px;
  }
}
.blockNews .newsCardBig__description {
  font-size: 14px;
  color: #5c727d;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .blockNews .newsCardBig__description {
    font-size: 12px;
  }
}
.blockNews .newsCardBig__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  border: none;
  background-color: #01a69d;
  font-size: 12px;
  padding: 0 30px;
  font-weight: 500;
  color: white;
  border-radius: 100px;
  margin-bottom: 10px;
  outline: none;
  cursor: pointer;
}
.blockNews .newsCardBig__btn a {
  text-decoration: none;
}
.blockNews .newsCardBig__btn a:hover {
  color: white;
}
@media (max-width: 767px) {
  .blockNews .newsCardBig__btn {
    width: 50%;
    min-width: 140px;
  }
}
@media (max-width: 575px) {
  .blockNews .newsCardBig__btn {
    min-width: 70px;
    max-width: 70px;
    font-size: 8px;
    height: 23px;
    padding: 0 10px;
  }
}
.blockNews .newsCardList {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  width: 50%;
}
@media (max-width: 991px) {
  .blockNews .newsCardList {
    width: 100%;
  }
}
.blockNews .newsCardList__item {
  height: 195px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blockNews .newsCardList__item {
    border-radius: 4px;
  }
}
@media (max-width: 575px) {
  .blockNews .newsCardList__item {
    height: 128px;
  }
}
.blockNews .newsCardList__img {
  min-width: 195px;
  max-width: 195px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 575px) {
  .blockNews .newsCardList__img {
    min-width: 123px;
    max-width: 123px;
  }
}
.blockNews .newsCardList__info {
  padding: 16px 16px 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 575px) {
  .blockNews .newsCardList__info {
    padding: 12px 15px;
  }
}
.blockNews .newsCardList__info a {
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.blockNews .newsCardList__info a:hover {
  color: #01a69d;
}
.blockNews .newsCardList__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .blockNews .newsCardList__name {
    font-size: 10px;
    margin-bottom: 0px;
  }
}
.blockNews .newsCardList__date {
  font-size: 14px;
  color: #5c727d;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .blockNews .newsCardList__date {
    font-size: 9px;
    margin-bottom: 0px;
  }
}
.blockNews .newsCardList__description {
  font-size: 14px;
  color: #5c727d;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .blockNews .newsCardList__description {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
.blockNews .newsCardList__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  border: none;
  background-color: #01a69d;
  font-size: 12px;
  padding: 0 30px;
  font-weight: 500;
  color: white;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
}
.blockNews .newsCardList__btn a {
  text-decoration: none;
}
.blockNews .newsCardList__btn a:hover {
  color: white;
}
@media (max-width: 767px) {
  .blockNews .newsCardList__btn {
    width: 50%;
    min-width: 140px;
  }
}
@media (max-width: 575px) {
  .blockNews .newsCardList__btn {
    width: 70px;
    height: 22px;
    min-width: 70px;
    font-size: 8px;
    padding: 0;
  }
}

.blockSendEmail {
  width: 680px;
  padding: 50px 45px;
  border-radius: 4px;
  background-color: white;
}
@media (max-width: 991px) {
  .blockSendEmail {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .blockSendEmail {
    width: 95%;
    padding: 16px 24px;
  }
}
.blockSendEmail input,
.blockSendEmail select {
  height: 40px;
  padding-left: 8px;
  color: #5c727d !important;
  border: 1px solid #bbbbbb !important;
}
.blockSendEmail select {
  border-radius: 4px !important;
}
.blockSendEmail__tabs {
  border: 1px solid #99cb58;
  border-radius: 4px;
  margin-bottom: 37px;
}
.blockSendEmail__tab {
  width: 295px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s all ease-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blockSendEmail__tab.active {
  background-color: #99cb58;
  color: white;
}
.blockSendEmail__selectProject {
  margin-bottom: 12px;
}
.blockSendEmail__row {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .blockSendEmail__row {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
  }
}
.blockSendEmail__textarea {
  margin-bottom: 12px;
  height: 85px;
  overflow: auto;
  resize: none;
}
.blockSendEmail__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: none;
  background-color: #01a69d;
  font-size: 16px;
  padding: 0 30px;
  font-weight: 500;
  color: white;
  border-radius: 4px;
  outline: none;
}

.blockSendEmail .submit-email-btn > p {
  flex-direction: column;
}

.blockSendEmail .col-province {
  width: 50%;
  display: flex;
  overflow: hidden;
}

.blockSendEmail .col-province p {
  width: 100%;
}

.blockSendEmail .col-province p input {
  outline: none;
}

.blockSendEmail .col-email p {
  display: flex;
  width: 100%;
}

.blockSendEmail .col-email p span {
  display: flex;
  width: 100%;
}

.blockSendEmail .col-email p input {
  width: 100%;
}

.blockSendEmail .submit-email-btn > p > input {
  background-color: #00a69b;
  color: #fff !important;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  outline: none;
}

.blockSendEmail textarea {
  border-radius: 4px;
  padding: 10px;
  height: 100px;
  resize: none;
  outline: none;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 576px) {
  .blockSendEmail .col-province {
    width: unset;
  }
}
.blockContactForm {
  position: relative;
  height: 795px;
  overflow: hidden;
  margin-bottom: -1px;
  z-index: 0;
}
.blockContactForm--homepage {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .blockContactForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 495px;
  }
}
.blockContactForm__imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(38, 38, 95, 0.4196078431);
}
.blockContactForm__title {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 27px;
  font-weight: 500;
  margin-top: 110px;
}
@media (max-width: 575px) {
  .blockContactForm__title {
    width: 90%;
    margin-top: 0px;
    font-size: 20px;
  }
}
.blockContactForm__name {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .blockContactForm__name {
    width: 90%;
    font-size: 20px;
  }
}
.blockContactForm__bgr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.blockContactForm__form {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .blockContactForm__form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.blockContactForm__form--homepage {
  width: 60%;
}
@media (max-width: 1700px) {
  .blockContactForm__form--homepage {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .blockContactForm__form--homepage {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .blockContactForm__form--homepage {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .blockContactForm__form--homepage {
    width: 92%;
  }
}

.blockActivity {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  background-color: #f6faff;
}
.blockActivity__title {
  color: #00a69b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .blockActivity__title {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockActivity__title {
    font-size: 20px;
  }
}
.blockActivity__description {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 50px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-wrap: pretty;
}
@media (min-width: 1440px) {
  .blockActivity__description span {
    display: block;
  }
}
@media (max-width: 991px) {
  .blockActivity__description {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .blockActivity__description {
    margin-bottom: 32px;
  }
}
.blockActivity__content {
  width: 60%;
  overflow: hidden;
  justify-content: center;
  gap: 26px;
}
.blockActivity__content--longText {
  flex-wrap: wrap;
}
@media (max-width: 1700px) {
  .blockActivity__content {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .blockActivity__content {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .blockActivity__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blockActivity__content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .blockActivity__content {
    width: 100%;
    padding: 10px 16px;
    gap: 10px;
  }
}
.blockActivity .activityCard {
  width: 25%;
  padding: 50px 40px;
  background-color: white;
}
@media (max-width: 991px) {
  .blockActivity .activityCard {
    width: 40%;
    min-height: 291px;
  }
}
@media (max-width: 767px) {
  .blockActivity .activityCard {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .blockActivity .activityCard {
    width: 48%;
    padding: 10px;
    min-height: 210px;
  }
}
@media (max-width: 350px) {
  .blockActivity .activityCard {
    width: 95%;
  }
}
.blockActivity .activityCard--big {
  width: 44%;
  min-height: 320px;
}
@media (max-width: 414px) {
  .blockActivity .activityCard--big {
    width: 95%;
    padding: 15px;
    min-height: 285px;
    -webkit-text-size-adjust: 125%;
    -moz-text-size-adjust: 125%;
    text-size-adjust: 125%;
  }
}
.blockActivity .activityCard__title {
  font-size: 16px;
  font-weight: 500;
  margin: 18px 0;
}
@media (max-width: 575px) {
  .blockActivity .activityCard__title {
    font-size: 14px;
  }
}
.blockActivity .activityCard__description {
  font-size: 14px;
  color: #505050;
  text-align: justify;
}
@media (max-width: 575px) {
  .blockActivity .activityCard__description {
    font-size: 10px;
  }
}

.blockAdvisor {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  background-color: white;
}
.blockAdvisor__title {
  color: #00a69b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .blockAdvisor__title {
    width: 80%;
  }
}
.blockAdvisor__description {
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 55px;
}
@media (max-width: 1700px) {
  .blockAdvisor__description {
    width: 55%;
  }
}
@media (min-width: 1440px) {
  .blockAdvisor__description span {
    display: block;
  }
}
@media (max-width: 1199px) {
  .blockAdvisor__description {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .blockAdvisor__description {
    width: 60%;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .blockAdvisor__description {
    width: 80%;
  }
}
.blockAdvisor__content {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 26px;
}
@media (max-width: 1700px) {
  .blockAdvisor__content {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .blockAdvisor__content {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .blockAdvisor__content {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .blockAdvisor__content {
    width: 100%;
    padding: 10px 16px;
    gap: 10px;
  }
}
.blockAdvisor__row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 26px;
}
@media (max-width: 991px) {
  .blockAdvisor__row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .blockAdvisor__row {
    flex-wrap: wrap;
  }
}
.blockAdvisor .advisorCard {
  width: 26%;
  min-width: 265px;
  min-height: 350px;
  padding: 10px 15px;
  text-align: left;
  background-color: white;
  box-shadow: 0px 10px 31px 0px rgba(7, 152, 255, 0.09);
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.blockAdvisor .advisorCard:hover {
  scale: 1.05;
}
.blockAdvisor .advisorCard:hover .advisorCard__name {
  color: #00a69b;
}
@media (max-width: 1199px) {
  .blockAdvisor .advisorCard {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .blockAdvisor .advisorCard {
    width: 40%;
  }
  .blockAdvisor .advisorCard:last-child {
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .blockAdvisor .advisorCard {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .blockAdvisor .advisorCard {
    width: 80%;
    padding: 10px;
    min-height: unset;
  }
}
@media (max-width: 350px) {
  .blockAdvisor .advisorCard {
    width: 95%;
  }
}
.blockAdvisor .advisorCard__img {
  width: 100%;
  min-height: 289px;
  max-height: 289px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blockAdvisor .advisorCard__img {
    min-height: unset;
    max-height: unset;
  }
}
.blockAdvisor .advisorCard__info {
  width: 100%;
}
.blockAdvisor .advisorCard__name {
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .blockAdvisor .advisorCard__name {
    font-size: 10px;
  }
}
.blockAdvisor .advisorCard__description {
  font-size: 14px;
  color: #505050;
}
@media (max-width: 575px) {
  .blockAdvisor .advisorCard__description {
    font-size: 9px;
  }
}

.blockComments {
  padding: 70px 0;
}
@media (max-width: 575px) {
  .blockComments {
    padding: 30px 0;
  }
}
.blockComments__list {
  width: 80%;
  padding: 20px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.blockComments__btn--prev {
  left: 5px;
}
.blockComments__btn--next {
  right: 5px;
}
.blockComments .swiper-button-next:after,
.blockComments .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.blockComments .swiper-button-prev:after,
.blockComments .swiper-rtl .swiper-button-next:after {
  content: none;
}
.blockComments .commentCard {
  margin: 0 auto;
  width: 100%;
  height: 340px;
  padding: 20px 0;
  border: 1px solid #e3e3e3;
}
@media (max-width: 575px) {
  .blockComments .commentCard {
    height: auto;
  }
}
.blockComments .commentCard__content {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.blockComments .commentCard__quote {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  max-height: 180px;
  overflow: auto;
}
@media (max-width: 575px) {
  .blockComments .commentCard__quote {
    max-height: 250px;
    font-size: 16px;
  }
}
.blockComments .commentCard__divider {
  border-top: 1px solid #8ac340;
  width: 150px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blockComments .commentCard__divider {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .blockComments .commentCard__divider {
    width: 80px;
  }
}
.blockComments .commentCard__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blockComments .commentCard__name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.blockComments .commentCard__title {
  font-size: 10px;
  color: #505050;
}

.blockCounting {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
  padding: 100px 0;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .blockCounting {
    gap: 20px;
  }
}
.blockCounting__counter {
  background: #fff;
  padding: 20px;
  display: flex;
  text-align: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .blockCounting__counter {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .blockCounting__counter {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .blockCounting__counter {
    width: 90%;
  }
}
.blockCounting__row {
  white-space: nowrap;
}
.blockCounting__number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
.blockCounting__plus {
  font-size: 48px;
  color: #8ac340;
}
.blockCounting__label {
  font-size: 1rem;
  color: #000000;
}

.blockContactUs {
  width: 100%;
  height: 310px;
  color: white;
  background-color: #486980;
  position: relative;
  z-index: 1;
}
.blockContactUs--homepage {
  background-color: rgba(72, 105, 128, 0.831372549);
}
.blockContactUs__title {
  font-size: 24px;
  font-weight: 500;
  margin: 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blockContactUs__title {
    font-size: 20px;
  }
}
.blockContactUs__tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: white;
}
.blockContactUs__tab {
  width: 18%;
  min-width: 260px;
  max-width: 360px;
  height: 59px;
  border: none;
  font-size: 12px;
  color: white;
  letter-spacing: 3.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.blockContactUs__tab:hover {
  color: white;
}
.blockContactUs__tab a {
  color: white;
}
@media (max-width: 575px) {
  .blockContactUs__tab {
    width: 65%;
    min-width: unset;
  }
}
.blockContactUs__tab--hold {
  background-color: #00a69b;
}
.blockContactUs__tab--advise {
  background-color: #8ac340;
}
.blockContactUs__job {
  width: 18%;
  min-width: 260px;
  max-width: 360px;
  height: 59px;
  border: none;
  font-size: 12px;
  color: white;
  letter-spacing: 3.6px;
}
@media (max-width: 575px) {
  .blockContactUs__job {
    width: 45%;
    min-width: unset;
  }
}
.blockContactUs__job--hold {
  background-color: #00a69b;
}
.blockContactUs__job--advise {
  background-color: #8ac340;
}
.blockContactUs__job--job {
  background-color: #00a69b;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blockContactUs__job--job:hover {
  color: white;
}
.blockContactUs__form {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}
.blockContactUs__form.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

form.wpcf7-form {
  display: flex;
  flex-direction: column;
}

.wpcf7-form label {
  width: 100%;
}

.wpcf7-form > p > span,
.wpcf7-form > p > span input {
  width: 100%;
}

/* .wpcf7-form > p:first-child {

} */
.wpcf7-form .email-form-top {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.wpcf7-form .email-form-top > p {
  width: calc(33.33% - 40px);
}

input.custom-form-input {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: solid;
  border-width: 1px;
  border-color: black;
  border-radius: 0;
}

.custom-form-input {
  border: none;
}

.submit-email-btn {
  margin: auto;
  width: 100%;
  outline: none;
  border: none;
  padding: 0;
}

.submit-email-btn > p {
  margin: 0;
  outline: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.submit-email-btn > p > input {
  background-color: #00a69b;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  height: 59px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: unset;
}

.custom-message-textarea {
  border: none;
  outline: none;
  border-bottom: solid;
  border-width: 1px;
  border-color: black;
  border-radius: 0;
  resize: none;
  padding: 10px 10px;
  height: 45px;
  margin-top: 180px;
}

.contact-page .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 576px) {
  .wpcf7-form .email-form-top {
    flex-wrap: wrap;
  }
  .wpcf7-form .email-form-top > p {
    width: 100%;
  }
  .submit-email-btn > p > input {
    height: 40px;
    width: 96px;
  }
}
.filterBox {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  color: black;
}
@media (max-width: 1440px) {
  .filterBox {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .filterBox {
    top: -140px;
  }
}
@media (max-width: 767px) {
  .filterBox {
    top: -225px;
  }
}
@media (max-width: 575px) {
  .filterBox {
    width: 95%;
    top: -55px;
  }
}
@media (max-width: 767px) {
  .filterBox--archivePage {
    top: -200px;
  }
}
@media (max-width: 575px) {
  .filterBox--archivePage {
    top: -355px;
  }
}
.filterBox__tabs {
  width: 60%;
  gap: 5px;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .filterBox__tabs {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .filterBox__tabs {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .filterBox__tabs {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .filterBox__tabs {
    margin-bottom: 0;
  }
}
.filterBox__tab {
  width: 204px;
  height: 42px;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.filterBox__tab:hover {
  background-color: #00a69b;
  color: white;
}
@media (max-width: 1440px) {
  .filterBox__tab {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .filterBox__tab {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .filterBox__tab {
    font-size: 12x;
    height: 36px;
    padding: 3px 2px;
    text-align: center;
  }
}
.filterBox .active {
  background-color: #00a69b;
  color: white;
}
.filterBox__filterAdvanced {
  width: 100%;
  padding: 26px 28px 30px 28px;
  gap: 10px;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 43px 0px rgba(7, 152, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .filterBox__filterAdvanced {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .filterBox__filterAdvanced {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .filterBox__item {
    width: 100%;
    flex-grow: 1;
  }
}
.filterBox__item label {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 4px;
}
.filterBox__item select {
  width: 201px;
  height: 40px;
  font-size: 13px;
}
@media (max-width: 575px) {
  .filterBox__item select {
    width: 100%;
    flex-grow: 1;
  }
}
.filterBox button {
  width: 201px;
  height: 40px;
  border-radius: 4px;
  background-color: #00a69b;
  color: white;
  font-size: 14px;
  margin-top: 26px;
  border: none;
  outline: none;
}
.filterBox button span {
  margin-left: 5px;
}
@media (max-width: 575px) {
  .filterBox button {
    width: 100%;
    flex-grow: 1;
  }
}

.blockRelatedProjects .related-projects__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blockRelatedProjects .related-projects__list__item {
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
}
.blockRelatedProjects .related-projects__list__item .related-projects__card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}
.blockRelatedProjects
  .related-projects__list__item
  .related-projects__card
  .related-projects__image {
  max-width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.blockRelatedProjects
  .related-projects__list__item
  .related-projects__card
  .related-projects__title {
  font-size: 18px;
  margin: 0 0 10px;
  color: #333;
}
.blockRelatedProjects
  .related-projects__list__item
  .related-projects__card
  .related-projects__excerpt {
  font-size: 14px;
  color: #666;
  margin: 0 0 20px;
}
.blockRelatedProjects
  .related-projects__list__item
  .related-projects__card
  .related-projects__link {
  text-decoration: none;
  color: #0073aa;
  font-weight: bold;
  transition: color 0.3s;
}
.blockRelatedProjects
  .related-projects__list__item
  .related-projects__card
  .related-projects__link:hover {
  color: #005177;
}
.blockRelatedProjects .pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.blockRelatedProjects .pagination .pagination__link {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #0073aa;
  margin: 0 5px;
}
.blockRelatedProjects .pagination .pagination__link--current {
  background-color: #0073aa;
  color: #fff;
}
.blockRelatedProjects .pagination .pagination__link:hover {
  background-color: #f0f0f0;
}

.blockIncomingProjects {
  padding: 100px 0;
  margin: 0 auto;
  width: 62%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .blockIncomingProjects {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .blockIncomingProjects {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .blockIncomingProjects {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .blockIncomingProjects {
    width: 92%;
  }
}
@media (max-width: 575px) {
  .blockIncomingProjects {
    padding: 32px 0;
  }
}
.blockIncomingProjects--frontPage {
  width: 100%;
  background: #f2f8fe;
  background: linear-gradient(to bottom, #f2f8fe 0%, #fafcff 100%);
}
@media (max-width: 575px) {
  .blockIncomingProjects--frontPage {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
  }
}
.blockIncomingProjects__title {
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blockIncomingProjects__title {
    font-size: 22px;
  }
}
.blockIncomingProjects__title--center {
  text-align: center;
}
.blockIncomingProjects__description {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .blockIncomingProjects__description {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockIncomingProjects__description {
    width: 90%;
    margin-bottom: 30px;
  }
}
.blockIncomingProjects__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 32px;
  padding-right: 50px;
  position: relative;
  -webkit-mask-image: linear-gradient(
    to left,
    hsla(0, 0%, 0%, 0),
    hsl(0, 0%, 0%) 1%,
    hsl(0, 0%, 0%) 99%,
    hsla(0, 0%, 0%, 0)
  );
  mask-image: linear-gradient(
    to left,
    hsla(0, 0%, 0%, 0),
    hsl(0, 0%, 0%) 1%,
    hsl(0, 0%, 0%) 99%,
    hsla(0, 0%, 0%, 0)
  );
}
@media (max-width: 1199px) {
  .blockIncomingProjects__list {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockIncomingProjects__list {
    width: 95%;
  }
}
.blockIncomingProjects__list--frontPage {
  width: 62%;
  -webkit-mask-image: unset;
  mask-image: unset;
}
@media (max-width: 1700px) {
  .blockIncomingProjects__list--frontPage {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .blockIncomingProjects__list--frontPage {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .blockIncomingProjects__list--frontPage {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .blockIncomingProjects__list--frontPage {
    width: 92%;
  }
}
@media (max-width: 575px) {
  .blockIncomingProjects__list--frontPage {
    width: 100%;
    padding: 32px 15px;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
.blockIncomingProjects__buttons {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateX(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.blockIncomingProjects__button {
  padding: 3px 7px;
  border-radius: 3px;
  background-color: #eeeeee;
  opacity: 0.7;
  transition: 0.2s all ease-out;
}
.blockIncomingProjects__button:hover {
  opacity: 1;
  background-color: #222222;
  color: white;
}
.blockIncomingProjects .incomingProjectCard {
  height: 330px;
  width: 540px;
  display: flex;
  border-radius: 4px;
  background-color: white;
  position: relative;
}
@media (max-width: 1800px) {
  .blockIncomingProjects .incomingProjectCard {
    width: 500px;
  }
}
@media (max-width: 1550px) {
  .blockIncomingProjects .incomingProjectCard {
    width: 485px;
  }
}
@media (max-width: 1500px) {
  .blockIncomingProjects .incomingProjectCard {
    width: 450px;
  }
}
@media (max-width: 1300px) {
  .blockIncomingProjects .incomingProjectCard {
    width: 400px;
    height: 285px;
  }
}
@media (max-width: 1100px) {
  .blockIncomingProjects .incomingProjectCard {
    width: 375px;
    height: 285px;
  }
}
@media (max-width: 991px) {
  .blockIncomingProjects .incomingProjectCard {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .blockIncomingProjects .incomingProjectCard {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575px) {
  .blockIncomingProjects .incomingProjectCard {
    max-height: 210px;
    min-height: 210px;
  }
}
.blockIncomingProjects .incomingProjectCard__tag {
  position: absolute;
  background: #e12900;
  top: 10px;
  right: 53%;
  font-size: 11px;
  color: white;
  height: 20px;
  width: 50px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .blockIncomingProjects .incomingProjectCard__tag {
    height: 12px;
    width: 31px;
    font-size: 7px;
  }
}
.blockIncomingProjects .incomingProjectCard__img {
  border-radius: 4px 0 0 4px;
  max-width: 50%;
  min-width: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.blockIncomingProjects .incomingProjectCard__name {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .blockIncomingProjects .incomingProjectCard__name {
    font-size: 11px;
  }
}
.blockIncomingProjects .incomingProjectCard__info {
  padding: 18px 18px 10px 18px;
  text-align: left;
}
.blockIncomingProjects .incomingProjectCard__info a {
  text-decoration: none;
}
.blockIncomingProjects .incomingProjectCard__address {
  font-size: 14px;
  font-weight: 400;
  color: #5c727d;
}
@media (max-width: 575px) {
  .blockIncomingProjects .incomingProjectCard__address {
    font-size: 9px;
  }
}
.blockIncomingProjects .incomingProjectCard__price {
  font-size: 17px;
  font-weight: 500;
  color: #0073e1;
}
@media (max-width: 575px) {
  .blockIncomingProjects .incomingProjectCard__price {
    font-size: 11px;
  }
}
.blockIncomingProjects .incomingProjectCard__description {
  font-size: 14px;
  color: #5c727d;
}
@media (max-width: 575px) {
  .blockIncomingProjects .incomingProjectCard__description {
    font-size: 9px;
  }
}
.blockIncomingProjects .incomingProjectCard__btn {
  height: 36px;
  width: 115px;
  border-radius: 100px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  margin-bottom: 27px;
  color: white;
  background-color: #01a69d;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blockIncomingProjects .incomingProjectCard__btn {
    width: 50%;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .blockIncomingProjects .incomingProjectCard__btn {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockIncomingProjects .incomingProjectCard__btn {
    height: 32px;
    min-width: 90px;
    font-size: 8px;
    margin-bottom: 0;
  }
}

.filterJobs {
  padding: 26px 23px;
  border-radius: 5px;
  gap: 8px;
  background-color: white;
}
@media (max-width: 767px) {
  .filterJobs {
    flex-direction: column;
  }
}
.filterJobs__list {
  width: 100%;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .filterJobs__list {
    flex-direction: column;
  }
}
.filterJobs label {
  font-size: 13px;
  font-weight: 500;
}
.filterJobs__item {
  width: 48%;
}
@media (max-width: 767px) {
  .filterJobs__item {
    width: 100%;
  }
}
.filterJobs button {
  align-self: self-end;
  width: 200px;
  height: 40px;
  border: none;
  color: white;
  background-color: #00a69b;
}
@media (max-width: 767px) {
  .filterJobs button {
    width: 100%;
  }
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000000;
}
.popup__content {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  padding-top: 56px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .popup__content {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .popup__content {
    max-width: 85%;
  }
}
@media (max-width: 380px) {
  .popup__content {
    margin: 45px;
  }
}
.popup__content img {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 438px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575px) {
  .popup__content img {
    height: 400px;
    max-height: 450px;
  }
}
.popup__group {
  margin: 20px 0;
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .popup__group {
    width: 100%;
    flex-direction: column;
  }
}
.popup__group input,
.popup__group button {
  height: 44px;
  outline: none;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.popup__group input {
  width: 100%;
  min-width: 250px;
  padding-left: 8px;
}
@media (max-width: 767px) {
  .popup__group input {
    min-width: 200px;
  }
}
.popup__group button {
  background-color: #01a69d;
  color: white;
  transition: 0.2s all ease-in-out;
}
.popup__group button:hover {
  background-color: #01a69d;
}
.popup__info {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .popup__info {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .popup__info {
    flex-direction: column;
    gap: 0px;
  }
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 12px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 24px;
  color: #555;
  transition: color 0.3s;
  background-color: rgba(238, 238, 238, 0.6588235294);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 575px) {
  .popup__close {
    top: 18px;
    right: 0;
  }
}
.popup__close:hover {
  color: #000000;
  background-color: #eeeeee;
}
.popup__img {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}
.popup__inputBox {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .popup__inputBox {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .popup__inputBox {
    width: 100%;
  }
}
.popup__inputBox label {
  display: flex;
  flex-direction: column;
}
.popup__input--error {
  border: 1px solid red !important;
}
.popup__messageError {
  display: none;
  width: 100%;
  color: red;
  font-size: 12px;
  margin-top: 5px;
  background: white;
  padding: 2px 5px;
  border-radius: 2px;
}
.popup__successMessage {
  display: none;
  min-width: 200px;
  position: absolute;
  background-color: white;
  color: green;
  margin-top: 15px;
  padding: 9px 24px;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.popup__errorMessage {
  display: none;
  min-width: 200px;
  max-width: 320px;
  text-align: center;
  position: absolute;
  background-color: white;
  color: red;
  margin-top: 15px;
  padding: 20px 24px;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.popup__btn {
  padding: 10px 20px;
  width: -moz-max-content;
  width: max-content;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .popup__btn {
    width: unset;
  }
}
.popup__btn:hover {
  background-color: #0056b3;
}

body.popup-open {
  overflow: hidden; /* Ngăn cuộn */
}

.blockBrands {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  margin-bottom: 180px;
}
@media (max-width: 575px) {
  .blockBrands {
    padding: 55px 0;
    margin-bottom: 80px;
  }
}
.blockBrands__title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #01a69d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blockBrands__title {
    font-size: 22px;
  }
}
.blockBrands__description {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .blockBrands__description {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .blockBrands__description {
    width: 90%;
    margin-bottom: 30px;
  }
}
.blockBrands__list {
  overflow: hidden;
}

.marquee {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    hsl(0, 0%, 0%) 20%,
    #000000 80%,
    hsla(0, 0%, 0%, 0)
  );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    hsl(0, 0%, 0%) 20%,
    #000000 80%,
    hsla(0, 0%, 0%, 0)
  );
}

.marqueeInner {
  display: flex;
  margin-bottom: 10px;
  width: -moz-max-content;
  width: max-content;
}

.marqueeItem {
  height: 140px;
  display: inline-block;
  margin-right: 85px;
  background-color: white;
  border-radius: 10px;
}

.advisorModal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
}
.advisorModal__content {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 40%;
  padding-top: 56px;
  top: -100px;
}
@media (max-width: 767px) {
  .advisorModal__content {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .advisorModal__content {
    max-width: 85%;
  }
}
.advisorModal__close {
  position: absolute;
  top: -38px;
  right: 0;
  padding: 0 12px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 24px;
  color: #555;
  transition: color 0.3s;
  background-color: rgba(238, 238, 238, 0.6588235294);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.advisorModal__close:hover {
  color: #000000;
  background-color: #eeeeee;
}
.advisorModal .advisorInfo {
  background-color: white;
  border-radius: 12px;
  width: 670px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
}
@media (max-width: 575px) {
  .advisorModal .advisorInfo {
    flex-direction: column;
    width: 90%;
    padding: 20px;
    border-radius: 8px;
  }
}
.advisorModal .advisorInfo img {
  width: 50%;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 575px) {
  .advisorModal .advisorInfo img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-bottom: 12px;
  }
}
.advisorModal .advisorInfo__info {
  padding: 40px 20px;
  align-content: center;
  padding-right: 35px;
}
@media (max-width: 575px) {
  .advisorModal .advisorInfo__info {
    padding: 0;
  }
}
.advisorModal .advisorInfo__name {
  color: #00a69b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.advisorModal .advisorInfo__title {
  font-size: 16x;
  font-weight: 400;
  color: #919191;
  margin-bottom: 22px;
}
.advisorModal .advisorInfo__description {
  font-size: 16px;
  text-align: justify;
  max-height: 290px;
  overflow: auto;
}

.popupPolicy {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 26, 51, 0.6392156863);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000000;
  animation: fadeInBottom 1s ease 0s 1 normal forwards;
}
.popupPolicy__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 26, 51, 0.6392156863);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popupPolicy__content {
  position: relative;
  width: 60%;
  max-width: 1100px;
  min-width: 1000px;
  height: 100%;
  padding: 30px 56px;
  padding-top: 50px;
  margin: 0px auto;
  background-color: white;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 1700px) {
  .popupPolicy__content {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .popupPolicy__content {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .popupPolicy__content {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .popupPolicy__content {
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .popupPolicy__content {
    padding: 30px 15px;
  }
}
.popupPolicy__heading {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}
@media (max-width: 767px) {
  .popupPolicy__heading {
    margin-top: 40px;
  }
}
.popupPolicy__details {
  text-align: justify;
  text-wrap: pretty;
}
.popupPolicy__details ol,
.popupPolicy__details ul {
  margin-left: 0px !important;
  font-weight: 600 !important;
}
.popupPolicy__close {
  position: fixed;
  top: 5%;
  right: 10%;
  padding: 3px 20px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 37px;
  color: #555;
  transition: all 0.3s ease-in-out;
  background-color: rgba(238, 238, 238, 0.9098039216);
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .popupPolicy__close {
    top: 15px;
    right: 35px;
    padding: 0px 14px;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .popupPolicy__close {
    right: 30px;
  }
}
.popupPolicy__close:hover {
  color: #000000;
  background-color: #eeeeee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.popupPolicy__content.fade-in {
  opacity: 1;
}

#popupPolicy.hide {
  opacity: 0;
  transform: translate3d(0, 100vh, 0);
  animation: fadeOutBottom 1s forwards;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100vh, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100vh, 0);
  }
}
/* Project blocks
--------------------------------------------- */
.projectBlockSummary {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .projectBlockSummary {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .projectBlockSummary {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .projectBlockSummary {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .projectBlockSummary {
    width: 92%;
  }
}
.projectBlockSummary p img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 30px;
}
.projectBlockSummary p strong a,
.projectBlockSummary p a {
  text-decoration: none;
}

.projectBlockSponsor {
  background-color: #f6faff;
}
.projectBlockSponsor__inner {
  width: 60%;
  margin: 0 auto;
  padding: 35px 0;
}
@media (max-width: 1700px) {
  .projectBlockSponsor__inner {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .projectBlockSponsor__inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .projectBlockSponsor__inner {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .projectBlockSponsor__inner {
    width: 92%;
  }
}
.projectBlockSponsor__unitTitle {
  display: block;
  color: #00a69b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.projectBlockSponsor__buttons {
  width: 100%;
  display: none;
  margin-bottom: 12px;
}
.projectBlockSponsor__button {
  cursor: pointer;
}
.projectBlockSponsor__unitsWrapper.scrollable .projectBlockSponsor__buttons {
  display: flex;
  justify-content: space-between;
}
.projectBlockSponsor__units::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.projectBlockSponsor__units {
  width: 100%;
  display: flex;
  gap: 16px;
  overflow: hidden;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
@media (max-width: 575px) {
  .projectBlockSponsor__units {
    flex-wrap: wrap;
  }
}
.projectBlockSponsor__unit {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .projectBlockSponsor__unit {
    width: 45%;
    justify-content: flex-start;
  }
}
.projectBlockSponsor__img {
  background-color: white;
  width: 210px;
  height: 130px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .projectBlockSponsor__img {
    width: 100%;
    padding: 10px;
  }
}
.projectBlockSponsor__img img {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.projectBlockSponsor p {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}

.projectBlockLocation__inner {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
  padding-top: 0;
}
@media (max-width: 1700px) {
  .projectBlockLocation__inner {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .projectBlockLocation__inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .projectBlockLocation__inner {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .projectBlockLocation__inner {
    width: 92%;
  }
}
.projectBlockLocation p img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 30px;
}
.projectBlockLocation p strong a,
.projectBlockLocation p a {
  text-decoration: none;
}
.projectBlockLocation__btn {
  position: absolute;
  right: 12px;
  margin-top: -80px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  padding: 5px 20px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white !important;
  background-color: #00a69b;
}
.projectBlockLocation__btn:hover {
  color: white;
}

.projectBlockUtility__inner {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
  padding-top: 0;
}
@media (max-width: 1700px) {
  .projectBlockUtility__inner {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .projectBlockUtility__inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .projectBlockUtility__inner {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .projectBlockUtility__inner {
    width: 92%;
  }
}
.projectBlockUtility p img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 30px;
}
.projectBlockUtility p strong a,
.projectBlockUtility p a {
  text-decoration: none;
}

.projectBlockLayout {
  /* Responsive */
}
.projectBlockLayout__inner {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
  padding-top: 0;
}
@media (max-width: 1700px) {
  .projectBlockLayout__inner {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .projectBlockLayout__inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .projectBlockLayout__inner {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .projectBlockLayout__inner {
    width: 92%;
  }
}
.projectBlockLayout p img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 30px;
}
.projectBlockLayout ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.projectBlockLayout ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.projectBlockLayout ul > li {
  flex: 1 1 32%;
  font-weight: 500;
  font-size: 14px;
  text-wrap: pretty;
}
.projectBlockLayout ul > li > ul {
  padding: 0;
  padding-top: 10px;
  padding-left: 15px;
  margin-right: 30px;
  border-right: 1px solid black;
  list-style-type: square;
  flex-direction: column;
  text-wrap: pretty;
}
.projectBlockLayout ul > li > ul > li {
  padding: 0px;
  padding-right: 12px;
  font-weight: 400;
  text-wrap: pretty;
}
.projectBlockLayout ul > li:last-child > ul {
  border-right: none;
}
@media (max-width: 768px) {
  .projectBlockLayout ul {
    flex-direction: column;
  }
  .projectBlockLayout ul > li > ul {
    border-right: none;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .projectBlockLayout ul > li > ul > li:last-child {
    border-bottom: none;
  }
}

.projectBlockMedia__inner {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
  padding-top: 0;
}
@media (max-width: 1700px) {
  .projectBlockMedia__inner {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .projectBlockMedia__inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .projectBlockMedia__inner {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .projectBlockMedia__inner {
    width: 92%;
  }
}
.projectBlockMedia .projectBlockPolicy__inner {
  width: 60%;
  height: 600px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
}
@media (max-width: 1700px) {
  .projectBlockMedia .projectBlockPolicy__inner {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .projectBlockMedia .projectBlockPolicy__inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .projectBlockMedia .projectBlockPolicy__inner {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .projectBlockMedia .projectBlockPolicy__inner {
    width: 92%;
  }
}
.projectBlockMedia .projectBlockPolicy p img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 30px;
}
.projectBlockMedia .projectBlockPolicy ul {
  list-style: none;
  border-right: 1px solid black;
}
.projectBlockMedia .projectBlockPolicy ul:first-child {
  display: flex;
}
.projectBlockMedia .projectBlockPolicy ul:last-child {
  border-right: none;
}
.projectBlockMedia .project-media-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 575px) {
  .projectBlockMedia .project-media-gallery {
    height: 400px;
  }
}
.projectBlockMedia .project-media-gallery img,
.projectBlockMedia .project-media-gallery video {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projectBlockMedia .project-media-gallery img.active,
.projectBlockMedia .project-media-gallery video.active {
  display: block;
}
.projectBlockMedia .slideshow-controls {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.projectBlockMedia .slideshow-controls button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}
.projectBlockMedia .slideshow-controls button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.projectBlockMedia .thumbnail-container {
  width: 100%;
  display: flex;
  margin-top: 10px;
  overflow-x: auto;
  padding: 10px;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
}
@media (max-width: 575px) {
  .projectBlockMedia .thumbnail-container {
    height: 125px;
  }
}
.projectBlockMedia .thumbnail-container img,
.projectBlockMedia .thumbnail-container video {
  position: unset;
  display: block;
  width: 250px;
  min-width: 250px;
  cursor: pointer;
  margin: 0 5px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 575px) {
  .projectBlockMedia .thumbnail-container img,
  .projectBlockMedia .thumbnail-container video {
    width: 150px;
    min-width: 150px;
  }
}
.projectBlockMedia .thumbnail-container img.active-thumbnail,
.projectBlockMedia .thumbnail-container video.active-thumbnail {
  border: 2px solid #000;
  opacity: 1;
}

.projectBlockPolicy__inner {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
  padding-top: 0;
}
@media (max-width: 1700px) {
  .projectBlockPolicy__inner {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .projectBlockPolicy__inner {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .projectBlockPolicy__inner {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .projectBlockPolicy__inner {
    width: 92%;
  }
}
.projectBlockPolicy p img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 30px;
}
.projectBlockPolicy ul {
  list-style: none;
  border-right: 1px solid black;
}
.projectBlockPolicy ul:first-child {
  display: flex;
}
.projectBlockPolicy ul:last-child {
  border-right: none;
}

.projectContentGallery {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
  margin-bottom: 30px;
}
.projectContentGallery__figure {
  flex: 0 0 100%;
  width: 100%;
}
.projectContentGallery__buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.projectContentGallery__button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  margin: 0 5px;
}
.projectContentGallery__button:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Views
--------------------------------------------------------------*/
.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.page {
  margin: 0 !important;
  position: relative;
}

.frontPage {
  position: relative;
}

.aboutUsPage {
  position: relative;
}
.aboutUsPage__about {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  padding-bottom: 100px;
  background-color: white;
}
.aboutUsPage__hideOnMobile {
  display: inline-block;
}
@media (max-width: 575px) {
  .aboutUsPage__hideOnMobile {
    display: none;
  }
}
.aboutUsPage__showOnMobile {
  display: none;
}
@media (max-width: 575px) {
  .aboutUsPage__showOnMobile {
    display: block;
  }
}
.aboutUsPage__title {
  color: #00a69b;
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .aboutUsPage__title {
    width: 80%;
  }
}
.aboutUsPage__description {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .aboutUsPage__description {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .aboutUsPage__description {
    margin-bottom: 32px;
  }
}
.aboutUsPage__content {
  width: 60%;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .aboutUsPage__content {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .aboutUsPage__content {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .aboutUsPage__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.aboutUsPage__img {
  min-width: 500px;
  max-width: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .aboutUsPage__img {
    min-width: 450px;
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .aboutUsPage__img {
    min-width: unset;
    max-width: 500px;
  }
}
.aboutUsPage__texts {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #505050;
  text-align: justify;
}
@media (max-width: 991px) {
  .aboutUsPage__texts {
    padding-left: 0;
    margin-top: 24px;
  }
}
.aboutUsPage__asset {
  position: absolute;
  bottom: 310px;
  left: 0;
  width: 100%;
  z-index: 0;
}

.blogsPage {
  position: relative;
  z-index: 1;
}
.blogsPage__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 55px 0;
  padding-bottom: 41px;
  gap: 8px;
  overflow: hidden;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .blogsPage__tabs {
    padding: 32px 0;
    padding-bottom: 24px;
  }
}
.blogsPage__tabs::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.blogsPage__tab {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s all ease-out;
}
.blogsPage__tab:hover {
  color: #00a69b;
}
.blogsPage__tab.active {
  color: #00a69b;
  font-weight: bold;
}
.blogsPage__content {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 35px 0;
  padding-top: 0;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .blogsPage__content {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .blogsPage__content {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .blogsPage__content {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .blogsPage__content {
    width: 92%;
  }
}
.blogsPage__infos {
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .blogsPage__infos {
    padding: 0 15px;
  }
}
.blogsPage__info {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.blogsPage__info--sort {
  font-weight: 400;
  background-color: inherit;
  border: none;
}
.blogsPage__info--sort span {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .blogsPage__info {
    font-size: 14px;
  }
}
.blogsPage__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 30px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .blogsPage__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }
}
.blogsPage .blogCard {
  text-align: left;
  width: 31%;
  height: 100%;
  padding: 8px;
}
@media (max-width: 1440px) {
  .blogsPage .blogCard {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .blogsPage .blogCard {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .blogsPage .blogCard {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .blogsPage .blogCard {
    width: 100%;
  }
}
.blogsPage .blogCard__img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 1700px) {
  .blogsPage .blogCard__img {
    height: 220px;
  }
}
@media (max-width: 1300px) {
  .blogsPage .blogCard__img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .blogsPage .blogCard__img {
    height: 260px;
  }
}
.blogsPage .blogCard__info {
  height: 100%;
  padding: 8px 25px 20px 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.blogsPage .blogCard__info a {
  text-decoration: none;
}
@media (max-width: 575px) {
  .blogsPage .blogCard__info {
    padding: 16px 18px;
  }
}
.blogsPage .blogCard__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #222222;
  transition: 0.3s all ease-out;
  cursor: pointer;
}
.blogsPage .blogCard__title:hover {
  color: #00a69b;
}
@media (max-width: 575px) {
  .blogsPage .blogCard__title {
    font-size: 10px;
  }
}
.blogsPage .blogCard__date {
  font-size: 14px;
  color: #5c727d;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .blogsPage .blogCard__date {
    font-size: 9px;
  }
}
.blogsPage .blogCard__excerpt {
  font-size: 14px;
  color: #5c727d;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .blogsPage .blogCard__excerpt {
    font-size: 12px;
  }
}
.blogsPage .blogCard__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  border: none;
  background-color: #01a69d;
  font-size: 12px;
  padding: 0 30px;
  font-weight: 500;
  color: white;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.blogsPage .blogCard__btn a {
  text-decoration: none;
}
.blogsPage .blogCard__btn a:hover {
  color: white;
}
@media (max-width: 767px) {
  .blogsPage .blogCard__btn {
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .blogsPage .blogCard__btn {
    min-width: 80px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.blogsPage__pagination {
  margin-top: 50px;
  width: 100%;
  position: relative;
  z-index: 1;
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogsPage__pagination .page-numbers {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  font-size: 20px;
  color: black;
  border: 1px solid #00a69b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.blogsPage__pagination .page-numbers:hover {
  color: white;
  background-color: #00a69b;
  opacity: 0.4;
}
.blogsPage__pagination span.page-numbers.dots {
  border: unset;
}
.blogsPage__pagination span.page-numbers.current {
  color: white;
  background-color: #00a69b;
}
.blogsPage__pagination .prev,
.blogsPage__pagination .next {
  display: none;
}
.blogsPage__asset {
  position: absolute;
  bottom: 310px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.blogsPage .sortBlogModal {
  display: none;
  right: 20px;
  width: 230px;
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  padding: 16px 0;
  z-index: 1;
}
.blogsPage .sortBlogModal__title {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.blogsPage .sortBlogModal__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blogsPage .sortBlogModal__option {
  height: 40px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.blogsPage .sortBlogModal__option:hover {
  background-color: rgba(0, 166, 155, 0.1019607843);
}
.blogsPage .sortBlogModal__option.active {
  cursor: unset;
  background-color: rgba(0, 166, 155, 0.1019607843);
}
.blogsPage .sortBlogModal.active {
  display: block;
}

.blogDetail {
  position: relative;
}
.blogDetail .custom-post-detail {
  position: relative;
  padding-top: 75px;
  width: 60%;
  z-index: 1;
}
@media (max-width: 1700px) {
  .blogDetail .custom-post-detail {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .blogDetail .custom-post-detail {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .blogDetail .custom-post-detail {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .blogDetail .custom-post-detail {
    width: 92%;
  }
}
.blogDetail .custom-post-detail article {
  margin-top: 34px;
}
.blogDetail .custom-post-detail article img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 15px;
}
.blogDetail .entry-content {
  text-align: justify;
}
.blogDetail .custom-posts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 30px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .blogDetail .custom-posts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }
}
.blogDetail .custom-post {
  text-align: left;
  width: 31%;
  height: 100%;
  padding: 8px;
  background-color: white;
}
@media (max-width: 1440px) {
  .blogDetail .custom-post {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .blogDetail .custom-post {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .blogDetail .custom-post {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .blogDetail .custom-post {
    width: 100%;
  }
}
.blogDetail .custom-post img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 1700px) {
  .blogDetail .custom-post img {
    height: 220px;
  }
}
@media (max-width: 1300px) {
  .blogDetail .custom-post img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .blogDetail .custom-post img {
    height: 260px;
  }
}
.blogDetail .custom-post .custom-post-info {
  padding-left: 13px;
}
.blogDetail .custom-post .custom-post-info .entry-title a {
  font-size: 20px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 575px) {
  .blogDetail .custom-post .custom-post-info .entry-title a {
    font-size: 18px;
  }
}
.blogDetail .custom-post .custom-blog-date {
  font-size: 14px;
  color: #5c727d;
}
.blogDetail .custom-post .entry-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogDetail .custom-post-detail .entry-header h1 {
  margin: 1rem 0;
}

.blogDetail .custom-post-detail .entry-content p {
  line-height: 28px;
}

.blogDetail .custom-post-detail .entry-content h2,
.blogDetail .custom-post-detail .entry-content h3 {
  margin: 2rem 0;
}

.blogDetail .custom-post-detail .entry-content h4,
.blogDetail .custom-post-detail .entry-content h5 {
  margin: 1.5rem 0;
}

.blogDetail .custom-post-detail .entry-content ul {
  margin: 1rem 0;
}

.blogDetail .custom-post-detail .entry-content ul li {
  margin: 12px 0;
}

.blogDetail .custom-post-detail .entry-content p a {
  color: #00a69b;
}

.blogDetail .custom-post a {
  text-decoration: none;
}
.blogDetail .custom-post .view-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  border: none;
  background-color: #01a69d;
  font-size: 12px;
  padding: 0 30px;
  font-weight: 500;
  color: white;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.blogDetail .custom-post .view-more-btn a {
  text-decoration: none;
}
.blogDetail .custom-post .view-more-btn a:hover {
  color: white;
}
@media (max-width: 767px) {
  .blogDetail .custom-post .view-more-btn {
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .blogDetail .custom-post .view-more-btn {
    min-width: 80px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.blogDetail .related-posts {
  margin-top: 70px;
}

.projectsPage {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.projectsPage__list {
  width: 65%;
  flex-direction: column;
  justify-content: center;
  gap: 42px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px;
  padding-bottom: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .projectsPage__list {
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .projectsPage__list {
    width: 98%;
  }
}
@media (max-width: 991px) {
  .projectsPage__list {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .projectsPage__list {
    width: 90%;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .projectsPage__list {
    width: 100%;
    padding: 16px;
    gap: 16px;
    padding-bottom: 100px;
  }
}
.projectsPage .projectCard {
  background-color: white;
  max-height: 360px;
}
.projectsPage .projectCard:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .projectsPage .projectCard:nth-child(even) {
    flex-direction: column;
    max-height: 760px;
  }
}
@media (max-width: 575px) {
  .projectsPage .projectCard:nth-child(even) {
    max-height: 600px;
  }
}
@media (max-width: 991px) {
  .projectsPage .projectCard {
    flex-direction: column;
    max-height: 760px;
  }
}
@media (max-width: 575px) {
  .projectsPage .projectCard {
    max-height: 600px;
  }
}
.projectsPage .projectCard__img {
  min-width: 520px;
  max-width: 520px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .projectsPage .projectCard__img {
    min-width: 425px;
    max-width: 425px;
  }
}
@media (max-width: 991px) {
  .projectsPage .projectCard__img {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
.projectsPage .projectCard__info {
  padding: 38px;
  padding-top: 30px;
  justify-content: space-evenly;
}
.projectsPage .projectCard__info a {
  text-decoration: none;
}
@media (max-width: 575px) {
  .projectsPage .projectCard__info {
    padding: 16px;
  }
}
.projectsPage .projectCard__name {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.projectsPage .projectCard__address {
  font-size: 14px;
  margin-bottom: 20px;
  color: #5c727d;
}
.projectsPage .projectCard__price {
  color: #0073e1;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
}
.projectsPage .projectCard__excerpt {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 32px;
}
.projectsPage .projectCard__btn {
  height: 36px;
  width: 115px;
  border-radius: 100px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  margin-bottom: 27px;
  color: white;
  background-color: #01a69d;
}
@media (max-width: 767px) {
  .projectsPage .projectCard__btn {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .projectsPage .projectCard__btn {
    height: 32px;
    min-width: 90px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
.projectsPage__noData {
  height: 400px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.projectsPage__pagination {
  position: relative;
  z-index: 1;
}
.projectsPage__asset {
  position: absolute;
  bottom: 310px;
  left: 0;
  width: 100%;
  z-index: 0;
}

.projectDetail {
  position: relative;
  z-index: 1;
}
.projectDetail__tabs {
  width: 100%;
  padding: 42px 0;
  position: sticky;
  top: 0;
  left: 0;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
@media (max-width: 767px) {
  .projectDetail__tabs {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .projectDetail__tabs {
    padding: 32px 0;
    padding-bottom: 24px;
  }
}
.projectDetail__tabs::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.projectDetail__tab {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s all ease-out;
}
.projectDetail__tab:hover {
  color: #00a69b;
}
.projectDetail__tab.active {
  color: #00a69b;
  font-weight: bold;
}
.projectDetail__tabContent {
  display: none;
}
.projectDetail__tabContent h1,
.projectDetail__tabContent h2,
.projectDetail__tabContent h3,
.projectDetail__tabContent h4,
.projectDetail__tabContent h5,
.projectDetail__tabContent h6 {
  display: block;
  color: #00a69b;
  margin-bottom: 0px;
}
.projectDetail__tabContent p strong a,
.projectDetail__tabContent p a {
  text-decoration: none;
}
.projectDetail__tabContent.active {
  display: block;
}

.contact-page {
  position: relative;
}
.contact-page__content {
  width: 60%;
  margin: 0 auto;
  padding: 35px 0;
  padding-top: 0;
  margin-bottom: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .contact-page__content {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .contact-page__content {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .contact-page__content {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .contact-page__content {
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 50px;
  }
}
.contact-page__asset {
  position: absolute;
  bottom: 722px;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 575px) {
  .contact-page__asset {
    bottom: 280px;
  }
}
.contact-page__map {
  height: 722px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .contact-page__map {
    height: 280px;
  }
}
.contact-page iframe {
  width: 100%;
  height: 100%;
}

.contact-page .contact-title {
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 80px;
}

.contact-page .contact-description {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #505050;
}

.contact-page .contact-description.sub-description {
  font-weight: 400;
}

.contact-page .contact-info {
  display: flex;
}

.contact-page .contact-info-item {
  position: relative;
  border-left: solid;
  border-width: 1px;
  border-color: #001a33;
  padding: 60px 44px;
  min-width: 33%;
  transition: 0.2s all ease-in-out;
}
.contact-page .contact-info-item:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8ac340;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  z-index: 0;
}
.contact-page .contact-info-item:first-child:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.contact-page .contact-info-item:first-child:hover {
  color: white;
}
.contact-page .contact-info-item:first-child:hover .contact-info-icon,
.contact-page .contact-info-item:first-child:hover .contact-info-title {
  position: relative;
  color: white;
  z-index: 1;
}
.contact-page .contact-info-item:first-child:hover .contact-info-icon svg,
.contact-page .contact-info-item:first-child:hover .contact-info-title svg {
  color: white;
}
.contact-page .contact-info-item:first-child:hover .contact-info-description {
  color: #ececec;
  position: relative;
  z-index: 1;
}
.contact-page .contact-info-item:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a69b;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  z-index: 0;
}
.contact-page .contact-info-item:nth-child(2):hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.contact-page .contact-info-item:nth-child(2):hover {
  color: white;
}
.contact-page .contact-info-item:nth-child(2):hover .contact-info-icon,
.contact-page .contact-info-item:nth-child(2):hover .contact-info-title {
  position: relative;
  color: white;
  z-index: 1;
}
.contact-page .contact-info-item:nth-child(2):hover .contact-info-icon svg,
.contact-page .contact-info-item:nth-child(2):hover .contact-info-title svg {
  color: white;
}
.contact-page .contact-info-item:nth-child(2):hover .contact-info-description {
  color: #ececec;
  position: relative;
  z-index: 1;
}
.contact-page .contact-info-item:nth-child(3):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #26265f;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  z-index: 0;
}
.contact-page .contact-info-item:nth-child(3):hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.contact-page .contact-info-item:nth-child(3):hover {
  color: white;
}
.contact-page .contact-info-item:nth-child(3):hover .contact-info-icon,
.contact-page .contact-info-item:nth-child(3):hover .contact-info-title {
  position: relative;
  color: white;
  z-index: 1;
}
.contact-page .contact-info-item:nth-child(3):hover .contact-info-icon svg,
.contact-page .contact-info-item:nth-child(3):hover .contact-info-title svg {
  color: white;
}
.contact-page .contact-info-item:nth-child(3):hover .contact-info-description {
  color: #ececec;
  position: relative;
  z-index: 1;
}
.contact-page .contact-info-item:hover .contact-info-icon {
  transition: transform 0.5s ease-in-out;
}
.contact-page .contact-info-item:hover .contact-info-icon svg {
  transition: transform 0.5s ease-in-out;
  transform: rotateY(360deg);
}

.contact-page .contact-info .contact-info-icon svg {
  fill: red;
}

.contact-page .contact-info-item:first-child {
  border-left: none;
  padding: 60px 44px 60px 20px;
}

.contact-page .contact-info-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 29px;
}

.contact-page .contact-info-description {
  color: #505050;
  margin-top: 10px;
  font-size: 16px;
  text-transform: none;
}

.contact-page form.wpcf7-form {
  margin-bottom: 200px;
}

@media only screen and (max-width: 576px) {
  .contact-page .contact-info {
    flex-wrap: wrap;
  }
  .contact-page .contact-info-item {
    width: 100%;
    padding: 16px 2px 30px 16px;
    border-top: solid;
    border-width: 1px;
    border-left: unset;
  }
  .contact-page .contact-info-item:first-child {
    padding-top: 0;
    border-top: none;
    padding: 16px 2px 30px 16px;
  }
  .contact-page .contact-title {
    font-size: 20px;
    margin-top: 40px;
    padding-left: 16px;
  }
  .contact-page .contact-description {
    padding-left: 16px;
    margin-bottom: 20px;
  }
}
.jobPostingsPage {
  position: relative;
}
.jobPostingsPage .job-postings {
  position: relative;
  z-index: 1;
}
.jobPostingsPage .job-postings__infos {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 42px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .jobPostingsPage .job-postings__infos {
    padding: 0 15px;
  }
}
.jobPostingsPage .job-postings__info {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.jobPostingsPage .job-postings__info--sort {
  font-weight: 400;
  background-color: inherit;
  border: none;
}
.jobPostingsPage .job-postings__info--sort span {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .jobPostingsPage .job-postings__info {
    font-size: 14px;
  }
}
.jobPostingsPage .sortPostingModal {
  display: none;
  right: 20px;
  width: 250px;
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  padding: 16px 0;
  z-index: 2;
}
.jobPostingsPage .sortPostingModal__title {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.jobPostingsPage .sortPostingModal__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.jobPostingsPage .sortPostingModal__option {
  height: 40px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.jobPostingsPage .sortPostingModal__option:hover {
  background-color: rgba(0, 166, 155, 0.1019607843);
}
.jobPostingsPage .sortPostingModal__option.active {
  cursor: unset;
  background-color: rgba(0, 166, 155, 0.1019607843);
}
.jobPostingsPage .sortPostingModal.show {
  display: block;
}
.jobPostingsPage__content {
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .jobPostingsPage__content {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .jobPostingsPage__content {
    padding-bottom: 0px;
  }
}
.jobPostingsPage__filters {
  margin-top: -45px;
}
.jobPostingsPage__asset {
  position: absolute;
  bottom: 310px;
  left: 0;
  width: 100%;
  z-index: 0;
}

.job-postings {
  padding-bottom: 100px;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1700px) {
  .job-postings {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .job-postings {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .job-postings {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .job-postings {
    width: 92%;
  }
}
.job-postings .job-postings a {
  text-decoration: none;
}
.job-postings .job-posting .view-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  border: none;
  background-color: #01a69d;
  font-size: 12px;
  padding: 0 30px;
  font-weight: 500;
  color: white;
  border-radius: 100px;
  margin-top: 20px;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.job-postings .job-posting .view-more-btn a {
  text-decoration: none;
}
.job-postings .job-posting .view-more-btn a:hover {
  color: white;
}
@media (max-width: 767px) {
  .job-postings .job-posting .view-more-btn {
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .job-postings .job-posting .view-more-btn {
    min-width: 80px;
    font-size: 12px;
    padding: 0 20px;
  }
}
.job-postings .job-posting {
  margin-top: 48px;
  margin-bottom: 20px;
  display: flex;
  background-color: white;
}
.job-postings .job-thumbnail {
  width: 46%;
  aspect-ratio: 517/318;
  flex: 0 0 auto;
}
.job-postings .job-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.job-postings .job-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 38px;
}
.job-postings .job-info a {
  text-decoration: none;
}
.job-postings .job-posting h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
}
.job-postings .job-meta {
  font-size: 14px;
  color: #666;
}
.job-postings .job-meta span {
  display: inline-block;
  margin-right: 10px;
}
.job-postings .job-content {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5c727d;
}
.job-postings ul,
.job-postings ol {
  margin: 10px;
}
.job-postings .job-content ul,
.job-postings .job-content ol {
  margin: 0 0 0 0 !important;
  padding-left: 0 0 0 0 !important;
}
.job-postings .job-content strong {
  display: block;
}
.job-postings .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.job-postings .pagination .page-numbers {
  margin: 0 5px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}
.job-postings .pagination .page-numbers.current {
  background-color: #333;
  color: #fff;
}
.job-postings .pagination .page-numbers:hover {
  background-color: #f0f0f0;
}
@media only screen and (min-width: 1200px) {
  .job-postings .job-thumbnail {
    aspect-ratio: 517/318;
  }
}
@media only screen and (max-width: 576px) {
  .job-postings .job-posting {
    flex-direction: column;
  }
  .job-postings .job-posting .job-thumbnail {
    width: 100%;
  }
  .job-postings .job-info {
    padding: 17px 16px;
  }
}

.article-layout {
  box-shadow: 0 0 19px 0px rgba(7, 152, 255, 0.1294117647);
}

.job-posting-detail-page {
  position: relative;
}
.job-posting-detail-page__content {
  width: 60%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  margin-bottom: 230px;
  margin-top: 70px;
}
@media (max-width: 1700px) {
  .job-posting-detail-page__content {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .job-posting-detail-page__content {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .job-posting-detail-page__content {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .job-posting-detail-page__content {
    width: 92%;
  }
}
.job-posting-detail-page__asset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.job-posting-detail-page h1 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 46px;
}

.job-meta {
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .job-meta {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .job-meta {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .job-location {
    width: 47%;
    height: unset;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .job-location {
    width: 100%;
    height: unset;
  }
}

.job-meta > div {
  border-left: solid;
  border-width: 1px;
  border-color: black;
  padding: 0px 60px 0 70px;
  font-size: 15.5px;
}
@media (max-width: 991px) {
  .job-meta > div {
    border-width: 2px;
    padding: 0px 60px 0 20px;
  }
}

.job-meta > div:first-child {
  border-left: unset;
  padding-left: 0;
}
@media (max-width: 991px) {
  .job-meta > div:first-child {
    border-left: 2px solid black;
    padding-left: 20px;
  }
}

.job-meta > div > strong {
  font-weight: 400;
  margin-bottom: 8px;
}

.job-meta > div > p {
  font-weight: 700;
}

.job-detail-thumbnail {
  width: 100%;
  margin-top: 46px;
}

.job-detail-thumbnail img {
  width: 100%;
  height: auto;
}

.job-content-detail-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: black;
  padding: 10px 24px;
  border-left: solid;
  border-width: 5px;
  border-color: #00a69b;
  margin-top: 46px;
  margin-bottom: 32px;
}

.libraryPage {
  position: relative;
  z-index: 1;
}
.libraryPage__tabs {
  display: flex;
  align-items: center;
  width: 65%;
  margin: 0 auto;
  padding: 55px 0;
  padding-bottom: 41px;
  padding-top: 100px;
  gap: 8px;
  overflow: hidden;
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  position: relative;
}
@media (max-width: 1700px) {
  .libraryPage__tabs {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .libraryPage__tabs {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .libraryPage__tabs {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .libraryPage__tabs {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .libraryPage__tabs {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .libraryPage__tabs {
    padding: 32px 0;
    padding-top: 70px;
    padding-bottom: 24px;
  }
}
.libraryPage__tabs::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.libraryPage__tab {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s all ease-out;
}
.libraryPage__tab:hover {
  color: #00a69b;
}
.libraryPage__tab.active {
  color: #00a69b;
  font-weight: bold;
}
.libraryPage__buttonWrapper {
  width: 60%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .libraryPage__buttonWrapper {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .libraryPage__buttonWrapper {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .libraryPage__buttonWrapper {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .libraryPage__buttonWrapper {
    width: 92%;
  }
}
.libraryPage__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: -20%;
}
@media (max-width: 767px) {
  .libraryPage__buttons {
    top: -24%;
  }
}
@media (max-width: 575px) {
  .libraryPage__buttons {
    top: -30%;
    padding: 0px 15px;
    padding-top: 24px;
  }
}
.libraryPage__button {
  color: #00a69b;
  cursor: pointer;
}
.libraryPage__button svg {
  width: 40px;
  height: 40px;
}
.libraryPage__button.disabled {
  color: #5e5e5e;
  opacity: 0.5;
  cursor: unset;
}
.libraryPage__gallery {
  width: 60%;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
  padding-top: 0;
  margin-bottom: 15%;
  z-index: 1;
}
@media (max-width: 1700px) {
  .libraryPage__gallery {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .libraryPage__gallery {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .libraryPage__gallery {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .libraryPage__gallery {
    width: 92%;
  }
}
.libraryPage__text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.libraryPage__asset {
  position: absolute;
  bottom: 310px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.libraryPage .project-media-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 165px;
}
@media (max-width: 767px) {
  .libraryPage .project-media-gallery {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .libraryPage .project-media-gallery {
    height: 400px;
    padding-bottom: 130px;
  }
}
.libraryPage .project-media-gallery video.gallery-video,
.libraryPage .project-media-gallery img.gallery-image {
  display: none;
}
.libraryPage .project-media-gallery img {
  display: none;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
}
.libraryPage .project-media-gallery video {
  max-width: 100%;
  max-height: 100%;
}
.libraryPage .project-media-gallery img.active,
.libraryPage .project-media-gallery video.active {
  display: block;
}
.libraryPage .slideshow-controls {
  position: absolute;
  top: 38%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.libraryPage .slideshow-controls button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}
.libraryPage .slideshow-controls button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.libraryPage .thumbnail-container {
  width: 100%;
  display: flex;
  margin-top: 10px;
  overflow-x: auto;
  padding: 10px;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
}
@media (max-width: 575px) {
  .libraryPage .thumbnail-container {
    height: 125px;
  }
}
.libraryPage .thumbnail-container img,
.libraryPage .thumbnail-container video {
  position: unset;
  display: block;
  width: 250px;
  min-width: 250px;
  cursor: pointer;
  margin: 0 5px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 575px) {
  .libraryPage .thumbnail-container img,
  .libraryPage .thumbnail-container video {
    width: 150px;
    min-width: 150px;
  }
}
.libraryPage .thumbnail-container img.active-thumbnail,
.libraryPage video.thumbnail.active-thumbnail {
  border: 2px solid #000;
  opacity: 1;
}

.error404Page {
  padding-top: 100px;
  position: relative;
}
.error404Page section {
  min-height: 530px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.error404Page__title {
  font-size: 120px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .error404Page__title {
    font-size: 100px;
  }
}
.error404Page__message {
  font-size: 30px;
  margin-bottom: 30px;
}
.error404Page__btn {
  background: #00a69b;
  color: white;
  padding: 15px 30px;
  border-radius: 6px;
}
.error404Page__btn a {
  text-decoration: none;
}
.error404Page__btn a:hover {
  color: white;
}
.error404Page__asset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 310px;
  z-index: 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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;
}

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

/* Alignments
--------------------------------------------- */
.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;
} /*# sourceMappingURL=style.css.map */
