@charset "UTF-8";
/*!
Theme Name: dlf
Theme URI: http://underscores.me/
Author: Trần Trung Quân
Author URI: http://zenzweb.com/
Description: Create by Quantt88
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: dlf
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.

dlf 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
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%;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# 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);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

.color-xanh {
  color: #013b27;
}

.color-vang {
  color: #dcb36b;
}

.color-black {
  color: #000;
}

.color-xam {
  color: #a3a4a7;
}

@font-face {
  font-family: "Mallory Black";
  src: url("../fonts/Mallory Black.otf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Mallory Bold";
  src: url("../fonts/Mallory Bold.otf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Mallory Book";
  src: url("../fonts/Mallory Book.otf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-Italic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-LightItalic";
  src: url("../fonts/Montserrat-LightItalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "SVN-Silk Serif Regular";
  src: url("../fonts/SVN-Silk Serif Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "TrajanPro3Bold";
  src: url("../fonts/TrajanPro3Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "UTM Aptima";
  src: url("../fonts/UTM Aptima.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "agnifa";
  src: url("../fonts/agnifa.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Fz-Photograph";
  src: url("../fonts/Fz-Photograph.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "1FTV-VIP-Amsterdam-Signature";
  src: url("../fonts/1FTV-VIP-Amsterdam-Signature.ttf") format("truetype");
  font-display: swap;
}
.font-mallory-black {
  font-family: "Mallory Black", sans-serif;
}

.font-mallory-bold {
  font-family: "Mallory Bold", sans-serif;
}

.font-mallory-book {
  font-family: "Mallory Book", sans-serif;
}

.font-montserrat-bold {
  font-family: "Montserrat-Bold", sans-serif;
}

.font-montserrat-extrabold {
  font-family: "Montserrat-ExtraBold", sans-serif;
}

.font-montserrat-italic {
  font-family: "Montserrat-Italic", sans-serif;
}

.font-montserrat-lightitalic {
  font-family: "Montserrat-LightItalic", sans-serif;
}

.font-montserrat-medium {
  font-family: "Montserrat-Medium", sans-serif;
}

.font-montserrat-regular {
  font-family: "Montserrat-Regular", sans-serif;
}

.font-montserrat-semibold {
  font-family: "Montserrat-SemiBold", sans-serif;
}

.font-svn-silk {
  font-family: "SVN-Silk Serif Regular", sans-serif;
}

.font-trajanpro3bold {
  font-family: TrajanPro3Bold, sans-serif;
}

.font-aptima {
  font-family: "UTM Aptima", sans-serif;
}

.font-agnifa {
  font-family: agnifa, sans-serif;
}

.font-fz {
  font-family: "Fz-Photograph", sans-serif;
}

.font-vip {
  font-family: "1FTV-VIP-Amsterdam-Signature", sans-serif;
}

.fontsize-title-sm {
  font-size: calc(100vw * 28 / 1920);
  line-height: calc(100vw * 32 / 1920);
}

.fontsize-title-mi {
  font-size: calc(100vw * 48 / 1920);
  line-height: calc(100vw * 52 / 1920);
}

.fontsize-title-la {
  font-size: calc(100vw * 80 / 1920);
  line-height: calc(100vw * 80 / 1920);
}

.fontsize-description-sm {
  font-size: calc(100vw * 14 / 1920);
  line-height: calc(100vw * 28 / 1920);
}

.fontsize-description-mi {
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

.fontsize-description-la {
  font-size: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 36 / 1920);
}

.outer1 {
  max-width: calc(100% * 1 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer2 {
  max-width: calc(100% * 2 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer3 {
  max-width: calc(100% * 3 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer4 {
  max-width: calc(100% * 4 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer5 {
  max-width: calc(100% * 5 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer6 {
  max-width: calc(100% * 6 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer7 {
  max-width: calc(100% * 7 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer8 {
  max-width: calc(100% * 8 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer9 {
  max-width: calc(100% * 9 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer10 {
  max-width: calc(100% * 10 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer11 {
  max-width: calc(100% * 11 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer12 {
  max-width: calc(100% * 12 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer13 {
  max-width: calc(100% * 13 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer14 {
  max-width: calc(100% * 14 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer15 {
  max-width: calc(100% * 15 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer16 {
  max-width: calc(100% * 16 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer17 {
  max-width: calc(100% * 17 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer18 {
  max-width: calc(100% * 18 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer19 {
  max-width: calc(100% * 19 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer20 {
  max-width: calc(100% * 20 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer21 {
  max-width: calc(100% * 21 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer22 {
  max-width: calc(100% * 22 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer23 {
  max-width: calc(100% * 23 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer24 {
  max-width: calc(100% * 24 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer25 {
  max-width: calc(100% * 25 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer26 {
  max-width: calc(100% * 26 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer27 {
  max-width: calc(100% * 27 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer28 {
  max-width: calc(100% * 28 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer29 {
  max-width: calc(100% * 29 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer30 {
  max-width: calc(100% * 30 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer31 {
  max-width: calc(100% * 31 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer32 {
  max-width: calc(100% * 32 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer33 {
  max-width: calc(100% * 33 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer34 {
  max-width: calc(100% * 34 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer35 {
  max-width: calc(100% * 35 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer36 {
  max-width: calc(100% * 36 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer37 {
  max-width: calc(100% * 37 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer38 {
  max-width: calc(100% * 38 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer39 {
  max-width: calc(100% * 39 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer40 {
  max-width: calc(100% * 40 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer41 {
  max-width: calc(100% * 41 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer42 {
  max-width: calc(100% * 42 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer43 {
  max-width: calc(100% * 43 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer44 {
  max-width: calc(100% * 44 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer45 {
  max-width: calc(100% * 45 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer46 {
  max-width: calc(100% * 46 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer47 {
  max-width: calc(100% * 47 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer48 {
  max-width: calc(100% * 48 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer49 {
  max-width: calc(100% * 49 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer50 {
  max-width: calc(100% * 50 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer51 {
  max-width: calc(100% * 51 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer52 {
  max-width: calc(100% * 52 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer53 {
  max-width: calc(100% * 53 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer54 {
  max-width: calc(100% * 54 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer55 {
  max-width: calc(100% * 55 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer56 {
  max-width: calc(100% * 56 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer57 {
  max-width: calc(100% * 57 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer58 {
  max-width: calc(100% * 58 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer59 {
  max-width: calc(100% * 59 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer60 {
  max-width: calc(100% * 60 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer61 {
  max-width: calc(100% * 61 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer62 {
  max-width: calc(100% * 62 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer63 {
  max-width: calc(100% * 63 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer64 {
  max-width: calc(100% * 64 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer65 {
  max-width: calc(100% * 65 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer66 {
  max-width: calc(100% * 66 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer67 {
  max-width: calc(100% * 67 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer68 {
  max-width: calc(100% * 68 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer69 {
  max-width: calc(100% * 69 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer70 {
  max-width: calc(100% * 70 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer71 {
  max-width: calc(100% * 71 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer72 {
  max-width: calc(100% * 72 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer73 {
  max-width: calc(100% * 73 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer74 {
  max-width: calc(100% * 74 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer75 {
  max-width: calc(100% * 75 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer76 {
  max-width: calc(100% * 76 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer77 {
  max-width: calc(100% * 77 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer78 {
  max-width: calc(100% * 78 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer79 {
  max-width: calc(100% * 79 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer80 {
  max-width: calc(100% * 80 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer81 {
  max-width: calc(100% * 81 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer82 {
  max-width: calc(100% * 82 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer83 {
  max-width: calc(100% * 83 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer84 {
  max-width: calc(100% * 84 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer85 {
  max-width: calc(100% * 85 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer86 {
  max-width: calc(100% * 86 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer87 {
  max-width: calc(100% * 87 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer88 {
  max-width: calc(100% * 88 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer89 {
  max-width: calc(100% * 89 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer90 {
  max-width: calc(100% * 90 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer91 {
  max-width: calc(100% * 91 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer92 {
  max-width: calc(100% * 92 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer93 {
  max-width: calc(100% * 93 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer94 {
  max-width: calc(100% * 94 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer95 {
  max-width: calc(100% * 95 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer96 {
  max-width: calc(100% * 96 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer97 {
  max-width: calc(100% * 97 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer98 {
  max-width: calc(100% * 98 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer99 {
  max-width: calc(100% * 99 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer100 {
  max-width: calc(100% * 100 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .outer1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer3 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer4 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer5 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer6 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer7 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer8 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer9 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer10 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer11 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer12 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer13 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer14 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer15 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer16 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer17 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer18 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer19 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer20 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer21 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer22 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer23 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer24 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer25 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer26 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer27 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer28 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer29 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer30 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer31 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer32 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer33 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer34 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer35 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer36 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer37 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer38 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer39 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer40 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer41 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer42 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer43 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer44 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer45 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer46 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer47 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer48 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer49 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer50 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer51 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer52 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer53 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer54 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer55 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer56 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer57 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer58 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer59 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer60 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer61 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer62 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer63 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer64 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer65 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer66 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer67 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer68 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer69 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer70 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer71 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer72 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer73 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer74 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer75 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer76 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer77 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer78 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer79 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer80 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer81 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer82 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer83 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer84 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer85 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer86 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer87 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer88 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer89 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer90 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer91 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer92 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer93 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer94 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer95 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer96 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer97 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer98 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer99 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: calc(100vw * 16 / 1920);
  min-height: max-content !important;
  color: #000;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body.overflow-h {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page,
.post {
  margin: 0;
}

.outer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.outer2 {
  max-width: 53.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  margin-top: 0 !important;
}

.entry-title {
  margin: 0 !important;
}

.site-main {
  min-height: 50vh;
  margin-top: 84px;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
a:focus, a:hover, a:visited {
  color: #000;
}
a:hover {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

strong,
b {
  font-family: GilroySB, sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.loadingpage {
  position: relative;
}
.loadingpage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url("../assets/loading.svg") center/120px no-repeat, rgba(255, 255, 255, 0.3);
  z-index: 999999;
}

.pagi {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
}
.pagi .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  margin: 0 10px;
  color: #000;
  font-size: 14px;
  font-family: GilroySB, sans-serif;
  background: #CDCDCD;
}
.pagi .page-numbers svg path {
  fill: #013b27;
}
.pagi .page-numbers.prev {
  background: transparent !important;
}
.pagi .page-numbers.prev.hide-arrow:after {
  display: none;
}
.pagi .page-numbers.next {
  background: transparent !important;
}
.pagi .page-numbers.next.hide-arrow:after {
  display: none;
}
.pagi .page-numbers.current, .pagi .page-numbers:hover {
  background: #013b27;
  color: #fff;
}
.pagi img {
  width: 7px;
  margin: 0 1px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
}

.image {
  overflow: hidden;
}
.image img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.ui-datepicker-today a {
  border: 1px solid #c5c5c5 !important;
  background: #ccc !important;
  color: #000 !important;
}

form input:-webkit-autofill, form input:-webkit-autofill:focus, form input:-moz-autofill {
  background-color: #ccc !important;
  box-shadow: 0 0 0 1000px #ccc inset !important;
  border: 1px solid #dce2f0 !important;
}

iframe.video-youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.local-video {
  width: 100%;
  object-fit: cover;
}

time {
  color: #a3a4a7;
}

@media only screen and (max-width: 1024px) {
  .site-main {
    margin-top: 49px;
  }
}
.section-spacing {
  padding: 120px 0;
}

.section-spacing-2 {
  padding: 140px 0;
}

@media only screen and (max-width: 1024px) {
  .section-spacing {
    padding: 40px 0;
  }
  .section-spacing-2 {
    padding: 40px 0;
  }
  .section-spacing-mb {
    padding: 40px 0;
  }
}
.btnz {
  cursor: pointer;
  display: none;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.btnz.change {
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  height: 2px;
  background-color: #fff;
  margin-bottom: 3px;
  transition: 0.4s;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bar1 {
  width: 14px;
}

.bar2 {
  width: 14px;
}

.bar3 {
  width: 14px;
  margin-bottom: 0;
}

.change .bar1 {
  width: 14px;
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
  background-color: #fff;
}

.change .bar2 {
  width: 14px;
  -webkit-transform: rotate(45deg) translate(1px, 0);
  transform: rotate(45deg) translate(1px, 0);
  background-color: #fff;
}

.change .bar3 {
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  .btnz {
    display: inline-block;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: auto;
    opacity: 1;
    visibility: visible;
    transition: ease-out 0.3s;
  }
  .btnz.change {
    z-index: 9999999;
    transition: ease-out 0.3s;
  }
}
.word {
  opacity: 0;
}

/* Ẩn trước khi cuộn tới */
.start-anim .word {
  animation: fade-in 0.5s forwards;
  animation-delay: calc(var(--word-index) * 0.03s);
}

@keyframes fadeInWord {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
@keyframes slide-in {
  from {
    transform: translateY(0.5em) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0.5em) scale(1);
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #013b27;
  padding-top: 8px;
  padding-bottom: 8px;
}
#masthead .wrap-header {
  display: flex;
  align-items: center;
}
#masthead .site-branding img {
  max-width: calc(100vw * 208 / 1920);
}
#masthead .main-navigation .menu-main-container {
  display: flex;
  justify-content: flex-end;
}
#masthead .main-navigation ul.menu li.current-menu-item > a {
  color: #dcb36b;
}
#masthead .main-navigation ul.menu li.current-menu-item.no-highlight > a {
  color: #fff;
}
#masthead .main-navigation ul.menu > li > a {
  padding: 20px 30px;
  color: #fff;
  text-transform: uppercase;
}
#masthead .main-navigation ul.menu > li > a:hover {
  color: #dcb36b;
}
#masthead .main-navigation ul.menu > li:last-child > a {
  padding: 20px 0 20px 30px;
}

.title-patten {
  position: relative;
}
.title-patten:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 72px;
  height: 100px;
  background: url("../../../../wp-content/uploads/assets/ho-diep-2.png") bottom/contain no-repeat;
}

.title-shodow {
  text-shadow: 2px 2px 4px #757575;
}

.section-title-12 {
  font-size: calc(100vw * 12 / 1920);
}

.section-title-14 {
  font-size: calc(100vw * 14 / 1920);
}

.section-title-22 {
  font-size: calc(100vw * 22 / 1920);
}

.section-title-24 {
  font-size: calc(100vw * 24 / 1920);
}

.section-title-28 {
  font-size: calc(100vw * 28 / 1920);
}

.section-title-30 {
  font-size: calc(100vw * 30 / 1920);
}

.section-title-50 {
  font-size: calc(100vw * 50 / 1920);
}

.section-title-60 {
  font-size: calc(100vw * 60 / 1920);
}

.section-title-80 {
  font-size: calc(100vw * 80 / 1920);
}

@media only screen and (max-width: 1024px) {
  .section-title-12 {
    font-size: 12px;
  }
  .section-title-14 {
    font-size: 14px;
  }
  .section-title-22 {
    font-size: 16px;
  }
  .section-title-24 {
    font-size: 16px;
  }
  .section-title-28 {
    font-size: 16px;
  }
  .section-title-30 {
    font-size: 24px;
  }
  .section-title-50 {
    font-size: 28px;
  }
  .section-title-60 {
    font-size: 30px;
  }
  .section-title-80 {
    font-size: 50px;
  }
}
#slider .slick-slide {
  position: relative;
}
#slider .slick-slide .wrap-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider .slick-slide .slider-background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 49.21875%;
}
#slider .slick-slide .slider-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: ease-in-out 0.5s;
}
#slider .slick-slide .slider-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-bottom: 49.21875%;
}
#slider .slick-slide .slider-layer img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 80%;
  left: 10%;
  object-fit: contain;
  opacity: 0.7;
}
#slider .slick-slide .text {
  position: absolute;
  z-index: 3;
  display: flex;
}
#slider .slick-slide .text .text-item {
  flex: 1;
  text-align: center;
  margin: 0 30px;
}
#slider .slick-slide .text .text-item > div {
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
}
#slider .slick-slide .text .text-item .text-item-title {
  line-height: 1;
  margin-bottom: calc(100vw * 0 / 1920);
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
}
#slider .slick-slide .text .text-item .text-item-subtitle {
  line-height: 1;
}
#slider .slick-slide:hover .slider-background {
  overflow: hidden;
}
#slider .slick-slide:hover .slider-background img {
  transform: scale(1.06);
  transition: ease-in-out 0.5s;
}

#slider-project .slick-slide {
  position: relative;
}
#slider-project .slick-slide .wrap-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider-project .slick-slide .slider-background {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-bottom: 24.6354166667%;
}
#slider-project .slick-slide .slider-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: ease-in-out 0.5s;
}
#slider-project .slick-slide .slider-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-bottom: 24.6354166667%;
}
#slider-project .slick-slide .slider-layer img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 80%;
  left: 10%;
  object-fit: contain;
  opacity: 0.7;
}
#slider-project .slick-slide .text {
  position: absolute;
  z-index: 3;
  display: flex;
}
#slider-project .slick-slide .text .text-item {
  flex: 1;
  text-align: center;
  margin: 0 30px;
}
#slider-project .slick-slide .text .text-item > div {
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
}
#slider-project .slick-slide .text .text-item .text-item-title {
  margin-bottom: calc(100vw * 20 / 1920);
}
#slider-project .slick-slide .text .text-item .text-item-title p {
  line-height: 1;
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  margin-bottom: calc(100vw * 5 / 1920);
}
#slider-project .slick-slide .text .text-item .text-item-subtitle {
  line-height: 1.2;
}
#slider-project .slick-slide:hover .slider-background {
  overflow: hidden;
}
#slider-project .slick-slide:hover .slider-background img {
  transform: scale(1.06);
  transition: ease-in-out 0.5s;
}

@media only screen and (max-width: 820px) {
  #slider .slick-slide {
    position: relative;
  }
  #slider .slick-slide .wrap-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #slider .slick-slide .slider-background {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 91.7874396135%;
  }
  #slider .slick-slide .slider-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: ease-in-out 0.5s;
  }
  #slider .slick-slide .slider-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    padding-bottom: 91.7874396135%;
  }
  #slider .slick-slide .slider-layer img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-fit: contain;
    opacity: 0.7;
  }
  #slider .slick-slide .text {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    bottom: 30px;
  }
  #slider .slick-slide .text .text-item {
    flex: 1;
    text-align: center;
    margin: 0 30px 30px;
  }
  #slider .slick-slide .text .text-item:last-child {
    margin: 0 30px;
  }
  #slider .slick-slide .text .text-item > div {
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
  }
  #slider .slick-slide .text .text-item .text-item-title {
    line-height: 1;
    margin-bottom: calc(100vw * 0 / 1920);
    -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  }
  #slider .slick-slide .text .text-item .text-item-subtitle {
    line-height: 1;
  }
  #slider .slick-slide:hover .slider-background {
    overflow: hidden;
  }
  #slider .slick-slide:hover .slider-background img {
    transform: scale(1.06);
    transition: ease-in-out 0.5s;
  }
  #slider-project .slick-slide {
    position: relative;
  }
  #slider-project .slick-slide .wrap-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #slider-project .slick-slide .slider-background {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 91.7874396135%;
  }
  #slider-project .slick-slide .slider-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: ease-in-out 0.5s;
  }
  #slider-project .slick-slide .slider-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    padding-bottom: 91.7874396135%;
  }
  #slider-project .slick-slide .slider-layer img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 80%;
    left: 10%;
    object-fit: contain;
    opacity: 0.7;
  }
  #slider-project .slick-slide .text {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    bottom: 30px;
  }
  #slider-project .slick-slide .text .text-item {
    flex: 1;
    text-align: center;
    margin: 0 30px 30px;
  }
  #slider-project .slick-slide .text .text-item:last-child {
    margin: 0 30px;
  }
  #slider-project .slick-slide .text .text-item > div {
    white-space: unset;
    text-transform: uppercase;
    color: #fff;
  }
  #slider-project .slick-slide .text .text-item .text-item-title {
    margin-bottom: calc(100vw * 20 / 1920);
  }
  #slider-project .slick-slide .text .text-item .text-item-title p {
    line-height: 1;
    -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
    margin-bottom: calc(100vw * 5 / 1920);
  }
  #slider-project .slick-slide .text .text-item .text-item-subtitle {
    line-height: 1.2;
  }
  #slider-project .slick-slide:hover .slider-background {
    overflow: hidden;
  }
  #slider-project .slick-slide:hover .slider-background img {
    transform: scale(1.06);
    transition: ease-in-out 0.5s;
  }
}
.items .item {
  width: calc(33.3333333333% - 20px);
  margin-bottom: calc(100vw * 60 / 1920);
  position: relative;
  cursor: pointer;
  opacity: 0;
  transform-origin: bottom;
  transform: translateY(150px);
  transition: opacity 0.2s ease, transform 0.6s ease-out;
  will-change: transform, opacity;
}
.items .item.visible {
  opacity: 1;
  transform: translateY(0);
}
.items .item .wrap-item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}
.items .item .wrap-item .image {
  width: 100%;
  padding: 10px;
  position: relative;
}
.items .item .wrap-item .image a {
  padding-bottom: 121.1538461538%;
  display: inline-block;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.items .item .wrap-item .image a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(18% + 4px);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 78%;
  background: rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  filter: blur(1px);
  z-index: 11;
  transition: all 0.3s ease-in-out;
}
.items .item .wrap-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64%;
  height: 78%;
  object-fit: cover;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px 0 0 6px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.items .item .wrap-item .text {
  width: 100%;
  padding: calc(100vw * 10 / 1920) calc(100vw * 20 / 1920);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: rgba(255, 255, 255, 0.4);
}
.items .item .wrap-item .text .wrap-text {
  width: 100%;
}
.items .item .wrap-item .text .p-title {
  font-weight: 800;
  margin-bottom: 5px;
}
.items .item .wrap-item .text .p-description {
  margin-bottom: 10px;
}
.items .item .wrap-item .text .p-description > span {
  margin-bottom: 15px;
}
.items .item .wrap-item .text > a {
  font-weight: 600;
}
.items .item .wrap-item:hover .image a {
  transform: scale(1.15);
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.items.news .item .wrap-item .post-on {
  margin-bottom: calc(100vw * 10 / 1920);
}
.items.news .item .wrap-item .image {
  padding: 0;
  position: relative;
  width: 45%;
  background: #FAF1E2;
}
.items.news .item .wrap-item .image a {
  padding-bottom: 160.2564102564%;
}
.items.news .item .wrap-item .image a:after {
  display: none;
}
.items.news .item .wrap-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.items.news .item .wrap-item .text {
  width: 55%;
  padding: calc(100vw * 20 / 1920) calc(100vw * 35 / 1920);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: rgba(255, 255, 255, 0.4);
}
.items.news .item .wrap-item .text .wrap-text {
  width: 100%;
}
.items.news .item .wrap-item .text .p-title {
  font-weight: 800;
  margin-bottom: 5px;
}
.items.news .item .wrap-item .text .p-description {
  margin-bottom: 10px;
}
.items.news .item .wrap-item .text .p-description > span {
  margin-bottom: 15px;
}
.items.news .item .wrap-item .text > a {
  font-weight: 600;
}

.short-about {
  position: relative;
}
.short-about .short-about-background {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.short-about .short-about-background img {
  width: 100%;
  object-fit: contain;
}
.short-about .short-about-content {
  position: relative;
  z-index: 2;
}
.short-about .short-about-content .short-about-content-wrap {
  display: flex;
  align-items: stretch;
}
.short-about .short-about-content .short-about-content-wrap .wrap-text {
  width: calc(50% - 100vw * 30 / 1920);
  margin-right: calc(100vw * 60 / 1920);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.short-about .short-about-content .short-about-content-wrap .wrap-text .wrap-cont > .title {
  color: #013b27;
  text-transform: uppercase;
}
.short-about .short-about-content .short-about-content-wrap .wrap-text .wrap-cont > .subtitle {
  color: #dcb36b;
  text-transform: uppercase;
}
.short-about .short-about-content .short-about-content-wrap .wrap-text .wrap-cont > .description {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid #013b27;
  text-align: justify;
}
.short-about .short-about-content .short-about-content-wrap .wrap-text .readmore a {
  padding: 15px 40px;
  color: #dcb36b;
  border: 1px solid #dcb36b;
  border-radius: 6px;
  text-transform: uppercase;
  transition: ease-in-out 0.3s;
}
.short-about .short-about-content .short-about-content-wrap .wrap-text .readmore a:hover {
  background: #dcb36b;
  color: #fff;
  transition: ease-in-out 0.3s;
}
.short-about .short-about-content .short-about-content-wrap .image {
  width: calc(50% - 100vw * 30 / 1920);
  position: relative;
}
.short-about .short-about-content .short-about-content-wrap .image:after {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: #dcb36b;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.short-about .short-about-content .short-about-content-wrap .image img {
  position: relative;
  z-index: 2;
  width: 96%;
  height: 98%;
  left: 2%;
  bottom: 1%;
  object-fit: contain;
}

.ceo {
  position: relative;
}
.ceo .ceo-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ceo .ceo-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ceo .ceo-content {
  position: relative;
  z-index: 2;
}
.ceo .ceo-content .ceo-content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ceo .ceo-content .ceo-content-wrap .image {
  width: calc(50% - 100vw * 30 / 1920);
  margin-right: calc(100vw * 60 / 1920);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
}
.ceo .ceo-content .ceo-content-wrap .image img {
  object-fit: contain;
  height: 90%;
}
.ceo .ceo-content .ceo-content-wrap .image .layer-1 {
  position: relative;
  right: 0;
  z-index: 1;
}
.ceo .ceo-content .ceo-content-wrap .image .layer-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.ceo .ceo-content .ceo-content-wrap .image .layer-3 {
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 3;
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text {
  width: calc(50% - 100vw * 30 / 1920);
  display: flex;
  align-items: center;
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text > .title {
  margin-bottom: calc(100vw * 40 / 1920);
  color: #dcb36b;
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text > .description {
  color: #fff;
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text > .description.description-1 {
  margin-bottom: calc(100vw * 40 / 1920);
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text .ceo-achieve {
  color: #dcb36b;
  margin-bottom: calc(100vw * 40 / 1920);
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text .ceo-achieve .achieve-item {
  display: flex;
  align-items: center;
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text .ceo-achieve .achieve-item .label {
  width: 20%;
  opacity: 0;
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text .ceo-achieve .achieve-item .label.active {
  opacity: 1;
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text .ceo-achieve .achieve-item .text {
  width: calc(80% - 20px);
  margin-left: 20px;
}
.ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text .ceo-achieve .achieve-item:hover {
  color: #fff;
  cursor: default;
}

.reason {
  position: relative;
  background: #dcb36b;
}
.reason .reason-wrap {
  text-align: center;
}
.reason .reason-wrap > .title {
  color: #013b27;
  margin-bottom: calc(100vw * 10 / 1920);
  text-transform: uppercase;
}
.reason .reason-wrap > .description {
  color: #fff;
  margin-bottom: calc(100vw * 60 / 1920);
}
.reason .reason-wrap > .list {
  display: flex;
  flex-wrap: wrap;
}
.reason .reason-wrap > .list .reason-item {
  width: calc(25% - 100vw * 60 / 1920 * 3 / 4);
  margin-right: calc(100vw * 60 / 1920);
  position: relative;
}
.reason .reason-wrap > .list .reason-item:nth-child(4n+4) {
  margin-right: 0;
}
.reason .reason-wrap > .list .reason-item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
  right: calc(100vw * -30 / 1920);
}
.reason .reason-wrap > .list .reason-item:last-child {
  border-right: 0;
}
.reason .reason-wrap > .list .reason-item:last-child:after {
  display: none;
}
.reason .reason-wrap > .list .reason-item .icon {
  margin-bottom: calc(100vw * 10 / 1920);
}
.reason .reason-wrap > .list .reason-item .icon img {
  max-width: 80px;
  object-fit: contain;
}
.reason .reason-wrap > .list .reason-item .reason-title {
  text-transform: uppercase;
  color: #013b27;
}

.partner .wrap-partner {
  text-align: center;
}
.partner .wrap-partner > .title {
  text-transform: uppercase;
  color: #dcb36b;
  margin-bottom: calc(100vw * 60 / 1920);
}
.partner .wrap-partner > .description {
  margin-bottom: calc(100vw * 60 / 1920);
}
.partner .wrap-partner .list .partner-item {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 30px;
}
.partner .wrap-partner .list .partner-item img {
  object-fit: contain;
  height: 80px;
}
.partner .wrap-partner .list .slick-dots {
  margin-top: calc(100vw * 50 / 1920);
}

.project {
  background: #013b27;
  position: relative;
  text-align: center;
}
.project .project-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.project .project-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project > .outer {
  position: relative;
  z-index: 2;
}
.project .wrap-project > .title {
  color: #dcb36b;
  text-transform: uppercase;
  margin-bottom: calc(100vw * 10 / 1920);
}
.project .wrap-project > .description {
  color: #fff;
  margin-bottom: calc(100vw * 60 / 1920);
}
.project .wrap-project .list .project-item {
  cursor: pointer;
}
.project .wrap-project .list .project-item .project-item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-detail {
  text-align: justify;
  position: relative;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-detail .project-item-title a {
  color: #013b27;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 1;
  border-radius: 7px 7px 0 0;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight {
  width: calc(33.3333333333% - 100vw * 10 / 1920 * 2 / 3);
  margin-right: calc(100vw * 10 / 1920);
  display: flex;
  flex-wrap: wrap;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .thumbnail {
  height: 50%;
  line-height: 0;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info {
  height: 50%;
  padding: 15px 10px;
  background: #fff;
  border-radius: 0 0 7px 7px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .info-wrap {
  width: 100%;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-title {
  text-transform: uppercase;
  margin-bottom: calc(100vw * 10 / 1920);
  font-weight: 600;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-description {
  padding-bottom: calc(100vw * 50 / 1920);
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-description ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-description .thumb-info-item {
  display: flex;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-description .thumb-info-item .label {
  width: calc(35% - 10px);
  margin-right: 10px;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-description .thumb-info-item .text {
  flex: 1;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-readmore a {
  font-size: calc(100vw * 14 / 1920);
  display: inline-block;
  padding: 7px 25px;
  background: #dcb36b;
  text-transform: uppercase;
  border-radius: 7px;
  color: #fff;
  transition: ease-in-out 0.3s;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-readmore a:hover {
  background: #013b27;
  transition: ease-in-out 0.3s;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list {
  width: calc((33.3333333333% - 100vw * 10 / 1920 * 2 / 3) * 2 + 100vw * 10 / 1920);
  display: flex;
  flex-wrap: wrap;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail {
  width: calc(50% - 100vw * 10 / 1920 * 1 / 2);
  margin-right: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  position: relative;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail:nth-child(2n+2) {
  margin-right: 0;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail:nth-child(n+3) {
  margin-bottom: 0;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: ease-in-out 0.3s;
  border-radius: 7px;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .thumbnail {
  overflow: hidden;
  border-radius: 7px;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .thumbnail a {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 68.0952380952%;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: ease-in-out 0.3s;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: ease-in-out 0.3s;
  z-index: 5;
  border-radius: 0 0 7px 7px;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span {
  display: block;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span.p-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #013b27;
  width: 100%;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span.wrap-des {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -20px;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span.description {
  margin-bottom: calc(100vw * 5 / 1920);
  width: 100%;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span.description .thumb-info-item {
  display: flex;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span.description .thumb-info-item .label {
  width: calc(35% - 10px);
  margin-right: 10px;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span.description .thumb-info-item .text {
  flex: 1;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span.readmore a {
  font-size: calc(100vw * 14 / 1920);
  display: inline-block;
  padding: 7px 25px;
  background: #dcb36b;
  text-transform: uppercase;
  border-radius: 7px;
  color: #fff;
  transition: ease-in-out 0.3s;
  font-size: calc(100vw * 12 / 1920);
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail .project-item-title span.readmore a:hover {
  background: #013b27;
  transition: ease-in-out 0.3s;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail:hover:after {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail:hover .thumbnail img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail:hover .project-item-title {
  height: 75%;
}
.project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail:hover .project-item-title span.wrap-des {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
  position: relative;
  bottom: 0;
}

.news {
  position: relative;
}
.news .wrap-news > .title {
  color: #013b27;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: calc(100vw * 10 / 1920);
}
.news .wrap-news > .description {
  text-align: center;
  margin-bottom: calc(100vw * 60 / 1920);
}
.news .wrap-news .list .slick-dots {
  margin: 20px 0 0;
}
.news .wrap-news .list .slick-dots li button {
  background: #013b27 !important;
}
.news .wrap-news .list .slick-dots li.slick-active button {
  background: #013b27 !important;
}
.news .wrap-news .list .slick-dots li.slick-active:after {
  border: 1px solid #013b27;
}

.news-item-wrap {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
}
.news-item-wrap .news-item-detail .thumbnail {
  margin-bottom: calc(100vw * 20 / 1920);
}
.news-item-wrap .news-item-detail .thumbnail img {
  width: 100%;
  object-fit: cover;
}
.news-item-wrap .news-item-detail .title {
  margin-bottom: calc(100vw * 20 / 1920);
}
.news-item-wrap .news-item-detail .title a {
  color: #013b27;
  text-transform: uppercase;
}
.news-item-wrap .news-item-detail .post-on {
  margin-bottom: calc(100vw * 20 / 1920);
  position: relative;
  padding-left: 24px;
  color: #a3a4a7;
  display: flex;
  align-items: center;
}
.news-item-wrap .news-item-detail .post-on:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 16px;
  background: url("../assets/schedule.png") center/contain no-repeat;
}
.news-item-wrap .news-item-detail .description {
  text-align: justify;
  margin-bottom: calc(100vw * 20 / 1920);
}
.news-item-wrap .news-item-detail .readmore a {
  font-size: calc(100vw * 14 / 1920);
  display: inline-block;
  padding: 7px 25px;
  background: #dcb36b;
  text-transform: uppercase;
  border-radius: 7px;
  color: #fff;
  transition: ease-in-out 0.3s;
}
.news-item-wrap .news-item-detail .readmore a:hover {
  background: #013b27;
  transition: ease-in-out 0.3s;
}
.news-item-wrap .news-item-highlight {
  width: calc((33.3333333333% - 100vw * 10 / 1920 * 2 / 3) * 2 + 100vw * 10 / 1920);
  margin-right: calc(100vw * 10 / 1920);
}
.news-item-wrap .news-item-list {
  width: calc(33.3333333333% - 100vw * 10 / 1920 * 2 / 3);
}
.news-item-wrap .news-item-list .news-item-detail {
  margin-bottom: calc(100vw * 50 / 1920);
}
.news-item-wrap .news-item-list .news-item-detail:last-child {
  margin-bottom: 0;
}
.news-item-wrap .news-item-list .post-on {
  margin-bottom: calc(100vw * 5 / 1920);
}

.site-about {
  margin-top: 84px;
}
.site-about > .banner {
  line-height: 0;
}
.site-about > .banner img {
  width: 100%;
  object-fit: cover;
}
.site-about > .letter {
  position: relative;
}
.site-about > .letter > .outer {
  width: 70%;
  max-width: 70%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.site-about > .letter .letter-background {
  position: relative;
  z-index: 1;
  line-height: 0;
}
.site-about > .letter .letter-background > img {
  width: 100%;
}
.site-about > .letter .letter-background > img:nth-child(1) {
  position: relative;
  z-index: 2;
}
.site-about > .letter .letter-background > img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.site-about > .letter .letter-wrap {
  width: 100%;
  padding: 30px 60px;
  background: linear-gradient(to top, rgba(220, 179, 107, 0) 0%, rgba(220, 179, 107, 0.3) 100%);
}
.site-about > .letter .letter-wrap > .title {
  color: #013b27;
  text-align: center;
  margin-bottom: calc(100vw * 20 / 1920);
}
.site-about > .letter .letter-wrap > .description .d-content p {
  margin-bottom: calc(100vw * 20 / 1920);
}
.site-about > .letter .letter-wrap > .description .d-author {
  color: #013b27;
  font-size: calc(100vw * 20 / 1920);
}
.site-about > .letter .letter-wrap > .description .d-position {
  color: #013b27;
}

.gvision {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gvision .gvision-background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.gvision .gvision-background img:nth-child(1) {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.gvision .gvision-background img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.gvision .gvision-content {
  position: relative;
  z-index: 2;
}
.gvision .gvision-content .gvision-content-wrap .v-patten {
  position: absolute;
  max-width: 87px;
}
.gvision .gvision-content .gvision-content-wrap .v-patten img {
  width: 100%;
}
.gvision .gvision-content .gvision-content-wrap .vision {
  position: relative;
}
.gvision .gvision-content .gvision-content-wrap .vision > .v-patten {
  bottom: -80px;
  left: 0;
}
.gvision .gvision-content .gvision-content-wrap .vision .vision-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 170 / 1920);
}
.gvision .gvision-content .gvision-content-wrap .vision .vision-wrap .item {
  width: calc(33.3333333333% - 100vw * 70 / 1920 * 2 / 3);
  margin-right: calc(100vw * 70 / 1920);
}
.gvision .gvision-content .gvision-content-wrap .vision .vision-wrap .item:nth-child(3n+3) {
  margin-right: 0;
}
.gvision .gvision-content .gvision-content-wrap .vision .vision-wrap .item .item-wrap > .title {
  color: #013b27;
  text-transform: uppercase;
  margin-bottom: calc(100vw * 30 / 1920);
  transition: ease-in-out 0.3s;
}
.gvision .gvision-content .gvision-content-wrap .vision .vision-wrap .item .item-wrap > .description {
  text-align: justify;
  color: #013b27;
  transition: ease-in-out 0.3s;
}
.gvision .gvision-content .gvision-content-wrap .vision .vision-wrap .item:hover .item-wrap > .title {
  transition: ease-in-out 0.3s;
  color: #fff;
}
.gvision .gvision-content .gvision-content-wrap .vision .vision-wrap .item:hover .item-wrap > .description {
  transition: ease-in-out 0.3s;
  color: #fff;
}
.gvision .gvision-content .gvision-content-wrap .mission {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.gvision .gvision-content .gvision-content-wrap .mission > .patten-2 {
  bottom: -40px;
  left: calc(33.3333333333% - 100vw * 70 / 1920 * 2 / 3 + 100vw * 70 / 1920);
}
.gvision .gvision-content .gvision-content-wrap .mission > .patten-3 {
  top: 0;
  right: 0;
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap {
  width: calc((33.3333333333% - 100vw * 70 / 1920 * 2 / 3) * 2 + 100vw * 70 / 1920);
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap > .title {
  color: #013b27;
  margin-bottom: calc(100vw * 30 / 1920);
  text-transform: uppercase;
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap .list {
  display: flex;
  flex-wrap: wrap;
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap .list .item {
  width: calc(50% - 100vw * 70 / 1920 * 1 / 2);
  margin-right: calc(100vw * 70 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap .list .item:nth-child(2n+2) {
  margin-right: 0;
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap .list .item .item-wrap > .title {
  color: #013b27;
  text-transform: uppercase;
  margin-bottom: calc(100vw * 20 / 1920);
  transition: ease-in-out 0.3s;
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap .list .item .item-wrap > .description {
  text-align: justify;
  color: #013b27;
  transition: ease-in-out 0.3s;
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap .list .item:hover .item-wrap > .title {
  transition: ease-in-out 0.3s;
  color: #fff;
}
.gvision .gvision-content .gvision-content-wrap .mission .mission-wrap .list .item:hover .item-wrap > .description {
  transition: ease-in-out 0.3s;
  color: #fff;
}

.core-values .core-values-wrap > .title {
  text-align: center;
  margin-bottom: calc(100vw * 35 / 1920);
  color: #013b27;
  text-transform: uppercase;
}
.core-values .core-values-wrap .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.core-values .core-values-wrap .list .item {
  position: relative;
  width: calc(20% - 100vw * 30 / 1920 * 4 / 5);
  margin-right: calc(100vw * 30 / 1920);
}
.core-values .core-values-wrap .list .item:nth-child(5n+5) {
  margin-right: 0;
}
.core-values .core-values-wrap .list .item:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 85%;
  left: -5px;
  bottom: -5px;
  background: #dcb36b;
  z-index: 1;
}
.core-values .core-values-wrap .list .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #013b27;
}
.core-values .core-values-wrap .list .item > .thumb {
  position: relative;
  height: 0;
  padding-bottom: 143.1034482759%;
  z-index: 2;
  margin-bottom: -40px;
}
.core-values .core-values-wrap .list .item > .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.core-values .core-values-wrap .list .item > .item-wrap {
  position: relative;
  z-index: 4;
  padding: 30px;
}
.core-values .core-values-wrap .list .item > .item-wrap > .title {
  margin-bottom: calc(100vw * 20 / 1920);
  text-align: center;
  text-transform: uppercase;
  color: #dcb36b;
}
.core-values .core-values-wrap .list .item > .item-wrap > .description {
  text-align: justify;
  color: #fff;
}

.middle-banner {
  line-height: 0;
}
.middle-banner img {
  width: 100%;
}

.culture {
  padding-bottom: calc(100vw * 460 / 1920);
}
.culture .culture-tabs {
  position: relative;
  margin-bottom: calc(100vw * 140 / 1920);
}
.culture .culture-tabs .item-tab {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  width: 100%;
}
.culture .culture-tabs .item-tab:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
}
.culture .culture-tabs .item-tab.active {
  position: relative;
  top: 0;
  z-index: 40;
  transition: ease-in-out 0.3s;
}
.culture .culture-tabs .item-tab.active:after {
  display: none;
}
.culture .culture-tabs .item-tab .name-tab {
  margin-bottom: calc(100vw * 60 / 1920);
  text-transform: uppercase;
  color: #dcb36b;
}
.culture .culture-tabs .item-tab .post-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.culture .culture-tabs .item-tab .post-tab .item-wrap {
  border-radius: 20px;
  width: 50%;
  background: #fff;
  padding: 20px 45px;
}
.culture .culture-tabs .item-tab .post-tab .item-wrap .title {
  margin-bottom: calc(100vw * 20 / 1920);
}
.culture .culture-tabs .item-tab .post-tab .item-wrap .title a {
  color: #013b27;
  text-transform: uppercase;
}
.culture .culture-tabs .item-tab .post-tab .item-wrap .post-on {
  margin-bottom: calc(100vw * 20 / 1920);
  position: relative;
  padding-left: 24px;
  color: #a3a4a7;
  display: flex;
  align-items: center;
}
.culture .culture-tabs .item-tab .post-tab .item-wrap .post-on:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 16px;
  background: url("../assets/schedule.png") center/contain no-repeat;
}
.culture .culture-tabs .item-tab .post-tab .item-wrap .description {
  text-align: justify;
  margin-bottom: calc(100vw * 20 / 1920);
}
.culture .culture-tabs .item-tab .post-tab .item-wrap .readmore a {
  font-size: calc(100vw * 14 / 1920);
  display: inline-block;
  padding: 7px 25px;
  background: #dcb36b;
  text-transform: uppercase;
  border-radius: 7px;
  color: #fff;
  transition: ease-in-out 0.3s;
}
.culture .culture-tabs .item-tab .post-tab .item-wrap .readmore a:hover {
  background: #013b27;
  transition: ease-in-out 0.3s;
}
.culture .culture-tabs .item-tab .post-tab .thumbnail {
  width: 50%;
  height: 0;
  padding-bottom: 40.390625%;
  border-radius: 20px;
  position: relative;
}
.culture .culture-tabs .item-tab .post-tab .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 20px;
}
.culture .culture-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.culture .culture-content .images {
  width: calc(45% - 45px);
  margin-right: 45px;
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.culture .culture-content .images .hexagon {
  width: calc(25% - 100vw * 10 / 1920 * 3 / 4);
  margin-right: calc(100vw * 10 / 1920);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  line-height: 0;
}
.culture .culture-content .images .hexagon:nth-child(4n+4) {
  margin-right: 0;
}
.culture .culture-content .images .hexagon:nth-child(1) {
  width: calc(25% - 100vw * 10 / 1920 * 3 / 4 - 30px);
}
.culture .culture-content .images .hexagon:nth-child(2) {
  width: calc(25% - 100vw * 10 / 1920 * 3 / 4 + 30px);
}
.culture .culture-content .images .hexagon:nth-child(3) {
  width: calc(25% - 100vw * 10 / 1920 * 3 / 4 + 30px);
}
.culture .culture-content .images .hexagon:nth-child(4) {
  width: calc(25% - 100vw * 10 / 1920 * 3 / 4 - 30px);
}
.culture .culture-content .images .hexagon:nth-child(5) {
  width: calc(25% - 100vw * 10 / 1920 * 3 / 4 - 10px);
  transform: translateY(-70px);
  transform-origin: center;
}
.culture .culture-content .images .hexagon:nth-child(6) {
  width: calc(25% - 100vw * 10 / 1920 * 3 / 4 + 20px);
  transform: translateY(-50px);
  transform-origin: center;
}
.culture .culture-content .images .hexagon:nth-child(7) {
  width: calc(25% - 100vw * 10 / 1920 * 3 / 4 - 10px);
  transform: translateY(-70px);
  transform-origin: center;
  margin-right: 0;
}
.culture .culture-content .culture-content-cont {
  width: 33.3333333333%;
}
.culture .culture-content .culture-content-cont .title-wrap {
  position: relative;
  margin-bottom: calc(100vw * 30 / 1920);
}
.culture .culture-content .culture-content-cont .title-wrap > div {
  display: inline-block;
}
.culture .culture-content .culture-content-cont .title-wrap .top {
  color: #013b27;
  width: 80%;
}
.culture .culture-content .culture-content-cont .title-wrap .bottom {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  width: 70%;
  margin-top: calc(100vw * -44 / 1920);
  margin-right: -10px;
  margin-left: auto;
}
.culture .culture-content .culture-content-cont .description {
  color: #fff;
  text-align: justify;
}
.culture .culture-content .culture-content-cont .description p {
  margin: 0 0 calc(100vw * 30 / 1920);
}

body.single .site-main {
  margin-top: 84px;
}
body.single .project-banner {
  line-height: 0;
}
body.single .project-banner img {
  width: 100%;
}
body.single .project-overview {
  background: url("../assets/back-patten.png") center/cover no-repeat;
  padding: 120px 50px;
}
body.single .project-overview .project-overview-wrap > .title {
  font-size: calc(100vw * 30 / 1920);
  text-align: center;
  color: #013b27;
  margin-bottom: calc(100vw * 25 / 1920);
}
body.single .project-overview .project-overview-wrap > .description {
  text-align: center;
  margin-bottom: calc(100vw * 50 / 1920);
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .image {
  width: 60%;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs {
  background: url("../assets/back-info.jpg") center/cover no-repeat;
  width: 40%;
  padding: 40px;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-content {
  width: 100%;
  margin-bottom: calc(100vw * 30 / 1920);
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-content .info-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-content .info-tab.active {
  position: relative;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-content .info-tab .info-tab-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 15 / 1920);
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-content .info-tab .info-tab-item .info-tab-label {
  width: calc(40% - 100vw * 20 / 1920);
  margin-right: calc(100vw * 20 / 1920);
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-content .info-tab .info-tab-item .info-tab-text {
  width: 60%;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-name {
  display: flex;
  align-items: center;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-name .info-tab-name {
  margin-right: calc(100vw * 30 / 1920);
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-name .info-tab-name:last-child {
  margin-right: 0;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-name .info-tab-name a {
  display: inline-block;
  padding: 4px 20px;
  text-transform: uppercase;
  color: #0f2060;
  border: 1px solid #0f2060;
  transition: ease-in-out 0.3s;
  border-radius: 10px;
}
body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-name .info-tab-name a:hover, body.single .project-overview .project-overview-wrap .infomation .infomation-wrap .info-tabs .info-tabs-name .info-tab-name a.active {
  color: #fff;
  background: #0f2060;
  transition: ease-in-out 0.3s;
}
body.single .project-middle {
  padding: 120px 0 60px;
}
body.single .project-middle .project-form-wrap {
  background: rgba(0, 75, 54, 0.8);
  color: #fff;
  padding: 50px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
body.single .project-middle .project-form-wrap .project-form-title {
  text-align: center;
  text-transform: uppercase;
}
body.single .project-middle .project-form-wrap .project-form .wpforms-container {
  margin: 0 !important;
}
body.single .project-middle .project-form-wrap .project-form input,
body.single .project-middle .project-form-wrap .project-form textarea {
  background: transparent !important;
  border: 1px solid #fff !important;
}
body.single .project-middle .project-form-wrap .project-form input::placeholder,
body.single .project-middle .project-form-wrap .project-form textarea::placeholder {
  color: #fff !important;
  font-family: "Montserrat-SemiBold", sans-serif !important;
  opacity: 1 !important;
}
body.single .project-middle .project-form-wrap .project-form .wpforms-submit-container {
  text-align: center;
}
body.single .project-middle .project-form-wrap .project-form .wpforms-submit {
  background: #fff !important;
  padding: 0 40px !important;
  color: #013b27 !important;
  text-transform: uppercase !important;
  border-radius: 10px !important;
  outline: none !important;
  font-family: "Montserrat-SemiBold", sans-serif !important;
}
body.single .project-middle .project-form-wrap .project-form .wpforms-submit:hover {
  background: #013b27 !important;
  color: #fff !important;
}
body.single .project-middle .project-position {
  margin-top: 120px;
}
body.single .project-middle .project-position .infomation {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.single .project-middle .project-position .infomation .info {
  background: url("../assets/back-info.jpg") center/cover no-repeat;
  width: 40%;
  padding: 40px;
}
body.single .project-middle .project-position .infomation .info > .title {
  font-size: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  text-align: center;
}
body.single .project-middle .project-position .infomation .info > .description {
  text-align: justify;
  margin-bottom: calc(100vw * 20 / 1920);
}
body.single .project-middle .project-position .infomation .info .road .road-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 15 / 1920);
}
body.single .project-middle .project-position .infomation .info .road .road-item .label {
  width: calc(60% - 100vw * 20 / 1920);
  margin-right: calc(100vw * 20 / 1920);
}
body.single .project-middle .project-position .infomation .info .road .road-item .text {
  width: 40%;
  text-align: right;
  font-weight: 600;
}
body.single .project-middle .project-position .infomation .map {
  width: 60%;
}
body.single .project-middle .project-position .infomation .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .project-utilities {
  padding-top: 60px;
}
body.single .project-utilities .project-utilities-title-wrap > .title {
  font-size: calc(100vw * 30 / 1920);
  text-align: center;
  color: #013b27;
  margin-bottom: calc(100vw * 25 / 1920);
}
body.single .project-utilities .project-utilities-title-wrap > .description {
  text-align: center;
  margin-bottom: calc(100vw * 50 / 1920);
}
body.single .project-utilities .perspective {
  position: relative;
  line-height: 0;
}
body.single .project-utilities .perspective img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .project-utilities .perspective img:nth-child(1) {
  position: relative;
  z-index: 1;
}
body.single .project-utilities .perspective img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body.single .project-utilities .extra {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.single .project-utilities .extra .extra-wrap > .title {
  font-size: calc(100vw * 30 / 1920);
  text-align: center;
  color: #013b27;
  margin-bottom: calc(100vw * 25 / 1920);
}
body.single .project-utilities .extra .extra-wrap > .title img {
  max-width: 100%;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .slick-track {
  padding: 40px 0;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .slick-arrow {
  background: #013b27 !important;
  opacity: 0.6;
  transition: ease-in-out 0.3s;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .slick-arrow.slick-prev {
  left: calc(100vw * 30 / 1920);
}
body.single .project-utilities .extra .extra-wrap .extra-slider .slick-arrow.slick-next {
  right: calc(100vw * 30 / 1920);
}
body.single .project-utilities .extra .extra-wrap .extra-slider .slick-arrow svg path {
  fill: #fff;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .slick-arrow:hover {
  opacity: 1;
  transition: ease-in-out 0.3s;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .gallery-item {
  margin: 2px;
  transition: ease-in-out 0.3s;
  opacity: 0.5;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .gallery-item.slick-center {
  transform: scale(1.3);
  transform-origin: center;
  transition: ease-in-out 0.3s;
  position: relative;
  z-index: 99;
  opacity: 1;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .gallery-item.slick-center .gallery-item-wrap:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 40%;
  background: linear-gradient(0deg, #69c3d0 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  border-radius: 0 0 8px 8px;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .gallery-item .gallery-item-wrap {
  position: relative;
  height: 0;
  padding-bottom: 67.5126903553%;
}
body.single .project-utilities .extra .extra-wrap .extra-slider .gallery-item .gallery-item-wrap > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
body.single .project-utilities .extra .extra-wrap .extra-slider .gallery-item .gallery-item-wrap .gallery-title {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 10;
}

.page-template-project .project-highlight {
  padding-top: 120px;
  background: url("../assets/back-patten.png") center/cover no-repeat;
}
.page-template-project .highlight-detail-wrap {
  padding-bottom: calc(100vw * 70 / 1920);
}
.page-template-project .highlight-detail-wrap > .title {
  text-align: center;
  font-size: calc(100vw * 30 / 1920);
  color: #013b27;
  margin: 0 0 calc(100vw * 15 / 1920);
}
.page-template-project .highlight-detail-wrap > .description {
  text-align: center;
  margin-bottom: calc(100vw * 70 / 1920);
}
.page-template-project .highlight-detail-wrap .highlight-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-content {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-content .highlight-detail-content-wrap .main-cate {
  margin-bottom: calc(100vw * 30 / 1920);
  color: #dcb36b;
  text-transform: uppercase;
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-content .highlight-detail-content-wrap > .title {
  margin-bottom: calc(100vw * 10 / 1920);
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-content .highlight-detail-content-wrap > .title a {
  color: #dcb36b;
  font-size: calc(100vw * 20 / 1920);
  text-transform: uppercase;
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-content .highlight-detail-content-wrap > .description {
  text-align: justify;
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-content .highlight-detail-content-wrap > .description p {
  margin: 0 0 calc(100vw * 15 / 1920);
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-content .readmore a {
  font-size: calc(100vw * 14 / 1920);
  display: inline-block;
  padding: 7px 25px;
  background: #dcb36b;
  text-transform: uppercase;
  border-radius: 7px;
  color: #fff;
  transition: ease-in-out 0.3s;
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-content .readmore a:hover {
  background: #013b27;
  transition: ease-in-out 0.3s;
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-image {
  width: calc(70% - 100vw * 50 / 1920);
  margin-left: calc(100vw * 50 / 1920);
  height: 0;
  padding-bottom: 30.6701030928%;
  position: relative;
}
.page-template-project .highlight-detail-wrap .highlight-detail .highlight-detail-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

#project-search {
  padding: 80px 0;
  background: rgba(220, 179, 107, 0.2);
}
#project-search .project-search-wrap > .title {
  color: #013b27;
  font-size: calc(100vw * 24 / 1920);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: calc(100vw * 20 / 1920);
}
#project-search .project-search-wrap .project-search-form {
  display: flex;
  flex-wrap: wrap;
}
#project-search .project-search-wrap .project-search-form > .item {
  flex: 1;
  margin: 0 5px;
  display: flex;
  align-items: center;
}
#project-search .project-search-wrap .project-search-form > .item .group-item {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  color: #013b27;
}
#project-search .project-search-wrap .project-search-form > .item .group-item .group-label {
  background: #fff;
  padding: 7px 30px;
  border: 1px solid #013b27;
  position: relative;
}
#project-search .project-search-wrap .project-search-form > .item .group-item .group-label svg {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#project-search .project-search-wrap .project-search-form > .item .group-item .group-option {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.3s;
  padding-top: 2px;
  background: #fff;
  border: 1px solid #013b27;
  border-top: 0;
}
#project-search .project-search-wrap .project-search-form > .item .group-item .group-option .group-option-item {
  padding: 7px 30px;
}
#project-search .project-search-wrap .project-search-form > .item .group-item .group-option .group-option-item:first-child {
  padding: 5px 30px 7px;
}
#project-search .project-search-wrap .project-search-form > .item .group-item.hover .group-label {
  border-bottom: 0;
}
#project-search .project-search-wrap .project-search-form > .item .group-item.hover .group-option {
  top: calc(100% - 2px);
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
#project-search .project-search-wrap .project-search-form > .item.project-s-name input {
  width: 100%;
  height: 100%;
  background: #fff !important;
  border: 1px solid #013b27 !important;
  border-radius: 0 !important;
  color: #013b27;
  padding: 7px 30px;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: calc(100vw * 16 / 1920);
  text-transform: uppercase;
}
#project-search .project-search-wrap .project-search-form > .item.project-s-name input::placeholder {
  color: #013b27;
}
#project-search .project-search-wrap .project-search-form > .item.project-s-submit button {
  border: 0;
  color: #dcb36b;
  padding: 7px 30px;
  background: #013b27;
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#project-search .project-search-wrap .project-search-form > .item.project-s-submit button span {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: calc(100vw * 16 / 1920);
  color: #dcb36b;
  text-transform: uppercase;
}
#project-search .project-search-wrap .project-search-form > .item.project-s-submit button svg {
  width: 20px;
  margin-left: 10px;
}

#project-list {
  padding-top: 50px;
}
#project-list .project-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
#project-list .project-list-wrap > .item {
  width: calc(33.3333333333% - 100vw * 20 / 1920 * 2 / 3);
  margin-right: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  height: 0;
  padding-bottom: 23.488372093%;
  position: relative;
}
#project-list .project-list-wrap > .item:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
#project-list .project-list-wrap > .item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#project-list .project-list-wrap > .item:nth-child(3n+3) {
  margin-right: 0;
}
#project-list .project-list-wrap > .item .item-wrap {
  z-index: 5;
  position: absolute;
  width: 100%;
  padding: 10px;
  left: 0;
  bottom: 0;
}
#project-list .project-list-wrap > .item .item-wrap .item-title-wrap {
  display: flex;
  margin-bottom: calc(100vw * 5 / 1920);
}
#project-list .project-list-wrap > .item .item-wrap .item-title-wrap .number {
  font-size: calc(100vw * 40 / 1920);
  color: #fff;
  line-height: 1;
  margin-right: 5px;
}
#project-list .project-list-wrap > .item .item-wrap .item-title-wrap > .type {
  text-transform: uppercase;
  font-size: calc(100vw * 14 / 1920);
  font-weight: 600;
  color: #dcb36b;
  position: relative;
  padding-top: 4px;
}
#project-list .project-list-wrap > .item .item-wrap .item-title-wrap > .type:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 55%;
  height: 2px;
  background-color: #dcb36b;
}
#project-list .project-list-wrap > .item .item-wrap > .title {
  margin: 0;
  font-size: calc(100vw * 15 / 1920);
  color: #fff;
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: -99;
  transition: ease-in-out 0.3s;
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap .showmore {
  margin-bottom: calc(100vw * 5 / 1920);
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap .showmore .thumb-info-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap .showmore .thumb-info-item span {
  font-size: calc(100vw * 12 / 1920);
  color: #fff;
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap .showmore .thumb-info-item span:nth-child(1) {
  width: 20%;
  margin-right: 3px;
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap .showmore .thumb-info-item span p {
  margin: 0;
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap.active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: ease-in-out 0.3s;
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap .readmore a {
  font-size: calc(100vw * 12 / 1920);
  padding: 2px 20px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  transition: ease-in-out 0.3s;
  border-radius: 5px;
}
#project-list .project-list-wrap > .item .item-wrap .showmore-wrap .readmore a:hover {
  background: #dcb36b;
  border: 1px solid #dcb36b;
  transition: ease-in-out 0.3s;
}

.page-banner {
  position: relative;
  height: 0;
  padding-bottom: 24.6354166667%;
}
.page-banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
  margin: 0;
  font-size: calc(100vw * 50 / 1920);
  text-transform: uppercase;
}

.page-template-news .page-main,
body.category .page-main {
  background: rgba(220, 179, 107, 0.2);
  padding: 120px 0;
}
.page-template-news .page-main .page-title,
body.category .page-main .page-title {
  font-size: calc(100vw * 24 / 1920);
  border-bottom: 2px solid #013b27;
  margin-bottom: calc(100vw * 50 / 1920);
  text-transform: uppercase;
  color: #013b27;
}
.page-template-news .page-main .page-title span,
body.category .page-main .page-title span {
  display: block;
  position: relative;
  padding-bottom: calc(100vw * 20 / 1920);
}
.page-template-news .page-main .page-title span:after,
body.category .page-main .page-title span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 5px;
  background: #dcb36b;
}
.page-template-news .page-main .news-item-wrap .news-item-detail,
body.category .page-main .news-item-wrap .news-item-detail {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}
.page-template-news .page-main .news-item-wrap .news-item-highlight,
body.category .page-main .news-item-wrap .news-item-highlight {
  width: calc(50% - 100vw * 10 / 1920 * 1 / 2);
  margin-right: calc(100vw * 10 / 1920);
}
.page-template-news .page-main .news-item-wrap .news-item-list,
body.category .page-main .news-item-wrap .news-item-list {
  width: calc(50% - 100vw * 10 / 1920 * 1 / 2);
}
.page-template-news .page-main .news-item-wrap .news-item-list .news-item-detail,
body.category .page-main .news-item-wrap .news-item-list .news-item-detail {
  height: calc(50% - 100vw * 10 / 1920 * 1 / 2);
  margin-bottom: calc(100vw * 10 / 1920);
  display: flex;
  align-items: stretch;
}
.page-template-news .page-main .news-item-wrap .news-item-list .news-item-detail .thumbnail,
body.category .page-main .news-item-wrap .news-item-list .news-item-detail .thumbnail {
  width: calc(50% - 100vw * 15 / 1920);
  margin-right: calc(100vw * 15 / 1920);
  margin-bottom: 0;
}
.page-template-news .page-main .news-item-wrap .news-item-list .news-item-detail .thumbnail img,
body.category .page-main .news-item-wrap .news-item-list .news-item-detail .thumbnail img {
  height: 100%;
}
.page-template-news .page-main .news-item-wrap .news-item-list .news-item-detail .detail-wrap,
body.category .page-main .news-item-wrap .news-item-list .news-item-detail .detail-wrap {
  width: calc(50% - 100vw * 15 / 1920);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.page-template-news .page-main .news-item-wrap .news-item-list .news-item-detail:last-child,
body.category .page-main .news-item-wrap .news-item-list .news-item-detail:last-child {
  margin-bottom: 0;
}

.page-template-recruit .site-recruit .job-infomation {
  padding: 66px 0 50px;
}
.page-template-recruit .site-recruit .job-infomation .job-infomation-wrap > .title {
  text-align: center;
  font-size: calc(100vw * 24 / 1920);
  text-transform: uppercase;
  margin-bottom: calc(100vw * 40 / 1920);
  color: #013b27;
}
.page-template-recruit .site-recruit .job-infomation .job-infomation-wrap > .subtitle {
  text-align: center;
  font-size: calc(100vw * 20 / 1920);
  color: #013b27;
}
.page-template-recruit .site-recruit .job-infomation .job-infomation-wrap > .description {
  text-align: center;
  margin-bottom: calc(100vw * 40 / 1920);
}
.page-template-recruit .site-recruit .job-infomation .job-infomation-wrap .job-slider .item {
  position: relative;
  height: 0;
  padding-bottom: 20.3100775194%;
  margin: 0 calc(100vw * 10 / 1920);
}
.page-template-recruit .site-recruit .job-infomation .job-infomation-wrap .job-slider .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page-template-recruit .site-recruit .job-infomation .job-infomation-wrap .job-slider .slick-dots {
  margin: 15px 0 0;
}
.page-template-recruit .site-recruit .job-why {
  padding: 50px 0;
  background: rgba(220, 179, 107, 0.2);
}
.page-template-recruit .site-recruit .job-why .job-why-wrap > .title {
  text-align: center;
  font-size: calc(100vw * 24 / 1920);
  text-transform: uppercase;
  margin-bottom: calc(100vw * 40 / 1920);
  color: #dcb36b;
}
.page-template-recruit .site-recruit .job-why .job-why-wrap > .subtitle {
  text-align: center;
  font-size: calc(100vw * 20 / 1920);
  color: #013b27;
}
.page-template-recruit .site-recruit .job-why .job-why-wrap > .description {
  text-align: center;
  margin-bottom: calc(100vw * 60 / 1920);
}
.page-template-recruit .site-recruit .job-why .job-why-wrap .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-template-recruit .site-recruit .job-why .job-why-wrap .list .item {
  width: calc(33.3333333333% - 100vw * 30 / 1920 * 2 / 3);
  margin-right: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}
.page-template-recruit .site-recruit .job-why .job-why-wrap .list .item:nth-child(3n+3) {
  margin-right: 0;
}
.page-template-recruit .site-recruit .job-why .job-why-wrap .list .item > .title {
  color: #013b27;
  text-align: center;
  margin-bottom: calc(100vw * 10 / 1920);
}
.page-template-recruit .site-recruit .job-why .job-why-wrap .list .item > .description {
  text-align: center;
}
.page-template-recruit .site-recruit .job-filter {
  background: #eff3f6;
  padding: calc(100vw * 60 / 1920);
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 5px 2px rgba(220, 179, 107, 0.2);
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: calc(100vw * 60 / 1920);
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item {
  flex: 1;
  margin: 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .s-title {
  text-align: center;
  width: 100%;
  margin-bottom: calc(100vw * 15 / 1920);
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .group-item {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  color: #013b27;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .group-item .group-label {
  background: #fff;
  padding: 7px 30px;
  border: 0 !important;
  border-bottom: 1px solid rgba(220, 179, 107, 0.2) !important;
  position: relative;
  border-radius: 0 0 10px 10px;
  font-size: calc(100vw * 13 / 1920);
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .group-item .group-label svg {
  width: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .group-item .group-option {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.3s;
  padding-top: 2px;
  background: #fff;
  border: 1px solid rgba(220, 179, 107, 0.2);
  border-top: 0;
  font-size: calc(100vw * 13 / 1920);
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .group-item .group-option .group-option-item {
  padding: 7px 30px;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .group-item .group-option .group-option-item:first-child {
  padding: 5px 30px 7px;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .group-item.hover .group-label {
  border-bottom: 0;
  border-radius: 0;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item .group-item.hover .group-option {
  top: calc(100% - 2px);
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
  border-radius: 0 0 10px 10px;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item.filter-s-name input {
  width: 100%;
  height: 100%;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(220, 179, 107, 0.2) !important;
  border-radius: 0 0 10px 10px !important;
  color: #013b27;
  padding: 7px 30px;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: calc(100vw * 13 / 1920);
  text-transform: uppercase;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item.filter-s-name input::placeholder {
  color: #013b27;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item.filter-s-name input:focus {
  border: 0 !important;
  outline: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(220, 179, 107, 0.2) !important;
  border-radius: 0 0 10px 10px !important;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item.filter-s-submit button {
  border: 0;
  color: #dcb36b;
  padding: 7px 30px;
  background: #013b27;
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item.filter-s-submit button span {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: calc(100vw * 13 / 1920);
  color: #dcb36b;
  text-transform: uppercase;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-form > .item.filter-s-submit button svg {
  width: 20px;
  margin-left: 10px;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-list {
  display: flex;
  align-items: stretch;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-list .image {
  width: calc(35% - 100vw * 50 / 1920);
  margin-right: calc(100vw * 50 / 1920);
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-list .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-list .list {
  width: 65%;
}
.page-template-recruit .site-recruit .job-filter .job-filter-wrap .job-filter-list .list .list-title {
  font-size: calc(100vw * 24 / 1920);
  text-transform: uppercase;
  color: #013b27;
  margin-bottom: calc(100vw * 40 / 1920);
}

#list-result .list-result-wrap .item {
  margin-bottom: calc(100vw * 40 / 1920);
}
#list-result .list-result-wrap .item .wrap-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(100vw * 15 / 1920);
  padding-bottom: calc(100vw * 15 / 1920);
  border-bottom: 1px solid black;
}
#list-result .list-result-wrap .item .wrap-title > .title {
  color: #dcb36b;
  text-transform: uppercase;
  margin: 0;
}
#list-result .list-result-wrap .item .wrap-title a {
  display: inline-block;
  padding: 7px 35px;
  text-transform: uppercase;
  color: #dcb36b;
  border: 1px solid #dcb36b;
  border-radius: 10px;
}
#list-result .list-result-wrap .item .wrap-title a:hover {
  background: #dcb36b;
  color: #fff;
}
#list-result .list-result-wrap .item .description {
  display: flex;
  align-items: center;
}
#list-result .list-result-wrap .item .description > img {
  filter: contrast(0) brightness(0);
  border: 1px solid black;
  border-radius: 50%;
  padding: 2px;
  max-width: 16px;
}

.breadcrum {
  display: flex;
  align-items: center;
  margin-bottom: calc(100vw * 30 / 1920);
}
.breadcrum span {
  margin: 0 5px;
}
.breadcrum > .item {
  display: flex;
  align-items: center;
}
.breadcrum > .item:last-child span {
  margin-right: 0;
}
.breadcrum a {
  font-size: calc(100vw * 12 / 1920);
  text-transform: uppercase;
  transition: ease-in-out 0.3s;
}
.breadcrum a:hover {
  color: #dcb36b;
  transition: ease-in-out 0.3s;
}

.single-post .site-main {
  padding: 50px 0 120px;
}
.single-post .post-thumbnail {
  margin-bottom: calc(100vw * 30 / 1920);
}
.single-post .post-thumbnail img {
  width: 100%;
}
.single-post .entry-title {
  color: #013b27;
}
.single-post .entry-meta {
  margin-bottom: calc(100vw * 30 / 1920);
}
.single-post .entry-content {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.single-post .entry-content img {
  width: 100%;
  object-fit: contain;
  margin-bottom: calc(100vw * 20 / 1920);
}

.category-owner {
  margin-bottom: calc(100vw * 30 / 1920);
}
.category-owner a {
  padding: 7px 40px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  transition: ease-in-out 0.3s;
}
.category-owner a:hover {
  color: #fff;
  background: #dcb36b;
  transition: ease-in-out 0.3s;
}

.contact-title {
  margin-bottom: calc(100vw * 10 / 1920);
  display: inline-block;
}

.contact-form {
  padding: 50px;
  background: #fff;
  border-radius: 8px;
  margin-top: calc(100vw * 120 / 1920);
}

.site-footer {
  background: url("../assets/footer-background.png") center/cover no-repeat, #013b27;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(100vw * 50 / 1920);
}
.site-footer .footer-top .footer-logo {
  width: calc(50% - 100vw * 30 / 1920);
  margin-right: calc(100vw * 60 / 1920);
}
.site-footer .footer-top .footer-menu {
  width: calc(50% - 100vw * 30 / 1920);
}
.site-footer .footer-top .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
}
.site-footer .footer-top .footer-menu ul li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}
.site-footer .footer-top .footer-menu ul li > a:hover {
  color: #dcb36b;
}
.site-footer .footer-top .footer-menu ul li:nth-child(2n+1) {
  padding-top: 0;
}
.site-footer .footer-top .footer-menu ul li:nth-child(2n+2) {
  padding-bottom: 0;
}
.site-footer .footer-top .footer-menu ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.site-footer .footer-top .footer-menu ul li.current-menu-item > a {
  color: #dcb36b;
}
.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-bottom .company-info {
  width: calc(50% - 100vw * 30 / 1920);
  margin-right: calc(100vw * 60 / 1920);
  position: relative;
}
.site-footer .footer-bottom .company-info > .title {
  color: #dcb36b;
  margin-bottom: calc(100vw * 25 / 1920);
}
.site-footer .footer-bottom .company-info .list .company-info-item {
  padding-left: 25px;
  position: relative;
  margin-bottom: calc(100vw * 15 / 1920);
}
.site-footer .footer-bottom .company-info .list .company-info-item:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.site-footer .footer-bottom .company-info .list .company-info-item:last-child {
  margin-bottom: 0;
}
.site-footer .footer-bottom .company-info .list .company-info-item.inf-address:after {
  background: url("../assets/address.png") center/13px no-repeat;
}
.site-footer .footer-bottom .company-info .list .company-info-item.inf-email:after {
  background: url("../assets/email.png") center/13px no-repeat;
}
.site-footer .footer-bottom .company-info .list .company-info-item.inf-phone:after {
  background: url("../assets/phone.png") center/13px no-repeat;
}
.site-footer .footer-bottom .company-info .list .company-info-item.inf-website:after {
  background: url("../assets/website.png") center/13px no-repeat;
}
.site-footer .footer-bottom .footer-form {
  width: calc(50% - 100vw * 30 / 1920);
  position: relative;
}
.site-footer .footer-bottom .footer-form .wpforms-container {
  margin: 0;
}
.site-footer .footer-bottom .footer-form .wpforms-field {
  padding-top: 0;
  padding-bottom: calc(100vw * 30 / 1920);
}
.site-footer .footer-bottom .footer-form .wpforms-field input,
.site-footer .footer-bottom .footer-form .wpforms-field textarea {
  color: #013b27;
  font-family: "Montserrat-SemiBold", sans-serif;
}
.site-footer .footer-bottom .footer-form .wpforms-field input::placeholder,
.site-footer .footer-bottom .footer-form .wpforms-field textarea::placeholder {
  color: #013b27;
  font-family: "Montserrat-SemiBold", sans-serif;
  opacity: 1 !important;
}
.site-footer .footer-bottom .footer-form .wpforms-submit {
  display: inline-block !important;
  background: #fff !important;
  color: #013b27 !important;
  transition: ease-in-out 0.3s;
  text-transform: uppercase !important;
  font-family: "Montserrat-SemiBold", sans-serif;
}
.site-footer .footer-bottom .footer-form .wpforms-submit:hover {
  background: #dcb36b !important;
  transition: ease-in-out 0.3s;
}
.site-footer .footer-bottom .footer-form .social {
  position: absolute;
  right: 0;
  bottom: 0;
}
.site-footer .footer-bottom .footer-form .social a {
  margin: 0 3px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}
.site-footer .footer-bottom .footer-form .social a:last-child {
  margin: 0 0 0 3px;
}
.site-footer .footer-bottom .footer-form .social a:hover {
  background: #dcb36b;
  transition: ease-in-out 0.3s;
}

.copyright {
  text-align: center;
  background: #dcb36b;
  padding: 30px 0;
  font-style: italic;
}

.search-form.loadingpage:before {
  background-size: 35px !important;
}

.removeTransform {
  transform: none !important;
}

.slick-arrow {
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: calc(100vw * 45 / 1920);
  height: calc(100vw * 45 / 1920);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #838383;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
.slick-arrow.slick-prev {
  left: calc(100vw * -60 / 1920);
}
.slick-arrow.slick-next {
  right: calc(100vw * 30 / 1920);
}
.slick-arrow svg {
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
}
.slick-arrow svg polyline {
  stroke: #fff !important;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 50px 0 20px;
}
.slick-dots li {
  margin: 0 15px;
  display: flex;
}
.slick-dots li button {
  font-size: 0 !important;
  border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.3) !important;
  padding: 0 !important;
  border: 0 !important;
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.slick-dots li.slick-active {
  position: relative;
}
.slick-dots li.slick-active button {
  border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.3) !important;
  outline: none !important;
}
.slick-dots li.slick-active:after {
  content: "";
  height: 22px;
  width: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  position: absolute;
  top: -3px;
  left: -3px;
}

.setion-slick-dot-green .slick-dots li button {
  background: #013b27 !important;
}
.setion-slick-dot-green .slick-dots li.slick-active button {
  background: #013b27 !important;
}
.setion-slick-dot-green .slick-dots li.slick-active:after {
  border: 1px solid #013b27;
}

@media only screen and (max-width: 1024px) {
  .slick-dots {
    margin: 40px 0 0;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li.slick-active:after {
    width: 16px;
    height: 16px;
  }
}
.mobile {
  display: none !important;
}

.mobile-fx {
  display: none !important;
}

@media only screen and (max-width: 1280px) {
  .outer {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: inherit !important;
  }
  .mobile-fx {
    display: flex !important;
  }
  .outer {
    max-width: calc(100% - 30px);
  }
  #masthead .wrap-header {
    position: relative;
  }
  #masthead .site-branding a {
    display: flex;
  }
  #masthead .site-branding img {
    max-width: 112px;
  }
  #masthead .main-navigation ul {
    display: inline-block;
    visibility: hidden;
    width: 85%;
    height: 100vh;
    position: fixed;
    top: 49px;
    left: -100%;
    z-index: -99999;
    transition: ease-out 0.3s;
    background: #013b27;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #masthead .main-navigation ul.menu > li > a {
    padding: 10px 25px;
  }
  #masthead .main-navigation ul.menu > li:first-child > a {
    margin-top: 10px;
  }
  #masthead .main-navigation ul.menu > li:last-child > a {
    padding: 10px 25px;
  }
  #masthead.change .main-navigation .menu-main-container {
    position: relative;
  }
  #masthead.change .main-navigation .menu-main-container:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #masthead.change .main-navigation ul {
    visibility: visible;
    left: 0;
    z-index: 999999;
    transition: ease-out 0.3s;
  }
}
@media only screen and (max-width: 820px) {
  .short-about .short-about-content .short-about-content-wrap {
    flex-wrap: wrap;
  }
  .short-about .short-about-content .short-about-content-wrap .wrap-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .short-about .short-about-content .short-about-content-wrap .wrap-text .wrap-cont > .description {
    padding-top: 15px;
    margin-top: 15px;
  }
  .short-about .short-about-content .short-about-content-wrap .image {
    width: 100%;
  }
  .short-about .short-about-content .short-about-content-wrap .wrap-text .readmore a {
    display: inline-block;
    padding: 8px 18px;
  }
  .ceo {
    padding: 40px 0 0;
  }
  .ceo .ceo-content .ceo-content-wrap .image {
    order: 2;
    width: 100%;
    margin-right: 0;
  }
  .ceo .ceo-content .ceo-content-wrap .ceo-content-text {
    width: 100%;
  }
  .ceo .ceo-content .ceo-content-wrap .ceo-content-text .wrap-text .ceo-achieve .achieve-item {
    margin-bottom: 15px;
  }
  .reason .reason-wrap > .title {
    max-width: 74%;
    margin-left: auto;
    margin-right: auto;
  }
  .reason .reason-wrap > .description {
    margin-bottom: 30px;
  }
  .reason .reason-wrap > .list .reason-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .reason .reason-wrap > .list .reason-item:after {
    display: none;
  }
  .news-item-wrap .news-item-highlight {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .news-item-wrap .news-item-list {
    width: 100%;
  }
  .readmore a {
    font-size: 14px !important;
  }
  .site-footer .footer-top {
    margin-bottom: 30px;
  }
  .site-footer .footer-top .footer-logo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .site-footer .footer-top .footer-logo img {
    max-width: 122px;
  }
  .site-footer .footer-top .footer-menu {
    width: 100%;
  }
  .site-footer .footer-bottom .company-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .site-footer .footer-bottom .footer-form {
    width: 100%;
  }
  .site-about {
    margin-top: 49px;
  }
  .site-about > .letter {
    display: flex;
    flex-wrap: wrap;
  }
  .site-about > .letter .letter-background {
    order: 2;
  }
  .site-about > .letter > .outer {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    z-index: 2;
  }
  .site-about > .letter .letter-wrap {
    padding: 30px 15px;
  }
  .gvision .gvision-content .gvision-content-wrap .vision .vision-wrap .item {
    width: 100%;
    margin-right: 0;
  }
  .gvision .gvision-content .gvision-content-wrap .mission .mission-wrap .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .core-values .core-values-wrap .list .item {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .culture {
    padding-bottom: 530px;
  }
  .culture .culture-tabs .item-tab .post-tab .item-wrap {
    width: 100%;
  }
  .culture .culture-tabs .item-tab .post-tab .thumbnail {
    width: 100%;
  }
  .culture .culture-content {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .culture .culture-content .images {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .culture .culture-content .culture-content-cont {
    width: 100%;
  }
  .culture .culture-content .culture-content-cont .title-wrap .bottom {
    width: 90%;
    margin-top: 8px;
  }
  .project .wrap-project .list .project-item .project-item-wrap {
    align-items: unset;
  }
  .project .wrap-project .list .project-item .project-item-wrap .project-item-highlight {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .project .wrap-project .list .project-item .project-item-wrap .project-item-list {
    width: 100%;
  }
  .project .wrap-project .list .project-item .project-item-wrap .project-item-list .project-item-detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px !important;
    position: relative;
  }
  .project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .thumbnail {
    height: auto;
  }
  .project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info {
    height: auto;
  }
  .project .wrap-project .list .project-item .project-item-wrap .project-item-highlight .project-item-detail .info .project-item-readmore a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
