@charset "UTF-8";
/*
Theme Name: NewX
Description: 
Author: Nhân Media
Author URI: 
*/
@font-face {
  font-family: "GT America Bold";
  src: url("./assets/fonts/GT America Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "M1I7DA~G";
  src: url("./assets/fonts/M1I7DA~G.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF-Pro-Display-Light";
  src: url("./assets/fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-ABCArizonaFlare-Bold";
  src: url("./assets/fonts/SVN-ABCArizonaFlare-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-ABCArizonaFlare-Regular";
  src: url("./assets/fonts/SVN-ABCArizonaFlare-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-MessinaSans-Bold";
  src: url("./assets/fonts/SVN-MessinaSans-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-MessinaSans-BookItalic";
  src: url("./assets/fonts/SVN-MessinaSans-BookItalic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-MessinaSans-Light";
  src: url("./assets/fonts/SVN-MessinaSans-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-MessinaSans-Regular";
  src: url("./assets/fonts/SVN-MessinaSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

i {
  font-style: italic !important;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

ol,
ul,
li {
  padding: 0px;
  list-style: none;
  margin: 0px;
}

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: bold;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* 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
 ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

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

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 ========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
 ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

ul {
  padding: 0;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

html, body {
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 480px) {
  html, body {
    font-size: 14px;
    line-height: 24px;
  }
}
html strong, body strong {
  font-family: "Gotham-Bold";
}

.label-def {
  display: inline-block;
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 60px;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: -1px;
  background: linear-gradient(84.83deg, #6D492C 0%, #B0885D 99.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .label-def {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .label-def {
    font-size: 25px;
  }
}

.btn-viewmore {
  position: relative;
  display: inline-flex;
  letter-spacing: 0.2px;
  padding-bottom: 5px;
  font-family: "SVN-MessinaSans-Bold";
  font-size: 15px;
  line-height: 150%;
  color: #6D492C;
  text-transform: uppercase;
  border-bottom: 1px solid #6D492C;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .btn-viewmore:hover {
    letter-spacing: 5px;
    color: #6D492C;
  }
}
.btn-viewmore img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 8px;
}

.section_1 {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .section_1 {
    height: 60vh;
  }
}
.section_1 .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .section_1 .image {
    background-attachment: inherit;
  }
}
.section_1 .image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: rgba(109, 73, 44, 0.5);
}
.section_1 .label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section_1 .label {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 480px) {
  .section_1 .label {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .section_1 .label .title {
    width: 80%;
  }
}
.section_1 .label .title svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.section_1 .label .title svg .draw {
  fill: none;
  stroke: #EFECEA;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 4s ease forwards, fillIn 0.5s linear forwards;
  animation-delay: 0s, 4s;
}
.section_1 .label .excerpt {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 24px;
  line-height: 130%;
  color: #EFECEA;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 17px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .section_1 .label .excerpt {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .section_1 .label .excerpt {
    font-size: 12px;
  }
}
.section_1 .label .excerpt span {
  display: inline-block;
  transform: translateY(30px);
  opacity: 0;
  animation: riseUp 0.6s ease forwards;
}
.section_1 .label .excerpt span:nth-child(n) {
  animation-delay: calc(4.5s + 0.05s * var(--i));
}
.section_1 .btn-scroll {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 12px;
  color: #EFECEA;
  line-height: 130%;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: scrollDown 3s infinite ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .section_1 .btn-scroll {
    display: none;
  }
}
.section_1 .btn-scroll img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}

.section_2 {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .section_2 {
    height: 60vh;
  }
}
.section_2 .swiper-container {
  width: 100%;
  height: 100%;
}
.section_2 .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section_2 .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.section_2 .swiper-container .swiper-wrapper .swiper-slide .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_2 .swiper-container .swiper-wrapper .swiper-slide .image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url("./assets/images/home/s2-decor.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
.section_2 .swiper-container .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_2 .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  top: 124px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .section_2 .swiper-container .swiper-wrapper .swiper-slide .text {
    top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .section_2 .swiper-container .swiper-wrapper .swiper-slide .text {
    padding: 0px 15px;
    top: 30px;
  }
}
.section_2 .swiper-container .swiper-wrapper .swiper-slide .text .label-def {
  background: linear-gradient(90deg, #FFF0DF 0%, #C3B6A4 20%, #FFF0DF 29.99%, #FFF0DF 39.99%, #F7E7D6 49.99%, #FFF0DF 59.99%, #AA9680 69.98%, #FFF0DF 79.98%, #AA9680 99.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradientMove 10s ease infinite;
  height: 78px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .section_2 .swiper-container .swiper-wrapper .swiper-slide .text .label-def {
    height: auto;
    animation: inherit;
  }
}
.section_2 .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 18px;
  line-height: 150%;
  color: #EFECEA;
  letter-spacing: 0.25px;
  padding-top: 17px;
  max-width: 700px;
}
@media only screen and (max-width: 768px) {
  .section_2 .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .section_2 .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
    font-size: 14px;
  }
}
.section_2 .swiper-container .swiper-wrapper .swiper-slide .text .excerpt strong {
  font-family: "SVN-ABCArizonaFlare-Bold";
}
.section_2 .swiper-pagination {
  bottom: 24px;
  left: 0;
  right: 0;
  height: 2px;
  display: flex;
  justify-content: center;
}
.section_2 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin-right: 8px;
}
.section_2 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.section_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.section_3 {
  position: relative;
  background: #D7CFC5;
  padding: 120px 5.4861111111% 120px 3.6805555556%;
}
@media only screen and (max-width: 1024px) {
  .section_3 {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 {
    padding: 60px 15px;
  }
}
.section_3 .label-def {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .section_3 .label-def {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.section_3 .list {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 39px auto 0 0;
}
@media only screen and (max-width: 1024px) {
  .section_3 .list {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .section_3 .list .swiper-container .swiper-wrapper .swiper-slide:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index: 1;
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span:nth-child(3), .section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span:nth-child(4) {
  transform: rotate(180deg);
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #6D492C;
  animation: animate 4s linear infinite;
}
@media only screen and (max-width: 480px) {
  .section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span:before {
    height: 1px;
  }
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span:nth-child(2):before, .section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span:nth-child(4):before {
  width: 2px;
  height: 100%;
  animation: animateTop 4s linear infinite;
}
@media only screen and (max-width: 480px) {
  .section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span:nth-child(2):before, .section_3 .list .swiper-container .swiper-wrapper .swiper-slide .image span:nth-child(4):before {
    width: 1px;
  }
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .text {
  padding: 24px 40px 0px;
}
@media only screen and (max-width: 1024px) {
  .section_3 .list .swiper-container .swiper-wrapper .swiper-slide .text {
    padding: 20px 0px 0px;
  }
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .text .title {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 24px;
  line-height: 150%;
  color: #6D492C;
}
.section_3 .list .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 480px) {
  .section_3 .list .btn-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .list .btn-slide .swiper-button-prev, .section_3 .list .btn-slide .swiper-button-next {
    position: relative;
    margin-top: 0;
    top: auto;
  }
}
.section_3 .list .btn-slide .swiper-button-prev::after, .section_3 .list .btn-slide .swiper-button-next::after {
  display: none;
}
.section_3 .list .btn-slide .swiper-button-prev img, .section_3 .list .btn-slide .swiper-button-next img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section_3 .list .btn-slide .swiper-button-prev {
  left: 0;
}
@media only screen and (max-width: 480px) {
  .section_3 .list .btn-slide .swiper-button-prev {
    margin-right: 5px;
  }
}
.section_3 .list .btn-slide .swiper-button-next {
  right: 0;
}
.section_3 .btn-viewmore {
  position: absolute;
  top: 137px;
  right: 5.4861111111%;
}
@media only screen and (max-width: 1024px) {
  .section_3 .btn-viewmore {
    top: 95px;
    right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section_3 .btn-viewmore {
    top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .section_3 .btn-viewmore {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.section_3 .decor {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85.3472222222%;
  pointer-events: none;
}
.section_3 .decor img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: left top;
}

.section_4 {
  position: relative;
  background: #EFECEA;
  padding: 120px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section_4 {
    padding: 60px 0px;
  }
}
.section_4 .label-def {
  padding-left: 5.5555555556%;
}
@media only screen and (max-width: 1024px) {
  .section_4 .label-def {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .label-def {
    padding-left: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.section_4 .nav {
  position: absolute;
  top: 167px;
  right: 4.1666666667%;
}
@media only screen and (max-width: 1024px) {
  .section_4 .nav {
    right: 30px;
    top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .section_4 .nav {
    top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .section_4 .nav {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 25px;
  }
}
.section_4 .nav a {
  position: relative;
  display: inline-block;
  font-family: "SVN-MessinaSans-Bold";
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(109, 73, 44, 0.5);
  padding: 0px 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .section_4 .nav a {
    padding: 0px 15px;
  }
}
.section_4 .nav a::before {
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(109, 73, 44, 0.5);
}
.section_4 .nav a:last-child::before {
  display: none;
}
.section_4 .nav a.is-active {
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1025px) {
  .section_4 .nav a:hover {
    background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.section_4 .tabContent {
  margin-top: 48px;
}
@media only screen and (max-width: 1024px) {
  .section_4 .tabContent {
    margin-top: 25px;
  }
}
.section_4 .tabContent .item .line {
  position: relative;
  height: 120px;
}
.section_4 .tabContent .item .line:nth-of-type(2) {
  margin-top: 40px;
}
.section_4 .tabContent .item .line:nth-of-type(2) .slide .logo {
  left: 130px;
}
.section_4 .tabContent .item .line .slide {
  display: flex;
  height: 100%;
}
.section_4 .tabContent .item .line .slide .logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 220px;
  height: 100%;
  border: 1px solid #D7CFC5;
  margin-right: 40px;
}
.section_4 .tabContent .item .line .slide .logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn {
  from {
    fill: none;
  }
  to {
    fill: #EFECEA;
  }
}
@keyframes riseUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrollDown {
  0% {
    bottom: -100px;
  }
  50% {
    bottom: -120px;
  }
  100% {
    bottom: -100px;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
    font-size: 50px;
  }
  50% {
    background-position: 100% 50%;
    font-size: 60px;
  }
  100% {
    background-position: 0% 50%;
    font-size: 50px;
  }
}
@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes animateTop {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 55px;
    background: #6D492C;
  }
}
.footer .top {
  display: flex;
  background-image: url("./assets/images/home/footer-bg.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 80px 5.5555555556%;
}
@media only screen and (max-width: 1024px) {
  .footer .top {
    padding: 80px 30px 40px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .footer .top {
    padding: 80px 15px 40px;
  }
}
.footer .top .left {
  width: 291px;
}
@media only screen and (max-width: 1024px) {
  .footer .top .left {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.footer .top .left .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer .top .left .social {
  display: flex;
  padding-top: 154px;
}
@media only screen and (max-width: 1024px) {
  .footer .top .left .social {
    padding-top: 40px;
  }
}
.footer .top .left .social a {
  display: block;
  width: 32px;
  margin-right: 16px;
}
.footer .top .left .social a:last-child {
  margin-right: 0px;
}
.footer .top .left .social a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer .top .right {
  width: calc(100% - 291px);
  padding-left: 10.4166666667%;
  padding-top: 13px;
}
@media only screen and (max-width: 1366px) {
  .footer .top .right {
    padding-left: 9%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .top .right {
    padding-left: 0px;
    width: 100%;
    padding-top: 0px;
  }
}
.footer .top .right .menu {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .footer .top .right .menu {
    display: none;
  }
}
.footer .top .right .menu li {
  margin-right: 63px;
}
@media only screen and (max-width: 1366px) {
  .footer .top .right .menu li {
    margin-right: 50px;
  }
}
.footer .top .right .menu li:last-child {
  margin-right: 0px;
}
.footer .top .right .menu li a {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EFECEA;
}
.footer .top .right .info {
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  .footer .top .right .info {
    padding-top: 0px;
    text-align: center;
  }
}
.footer .top .right .info .item {
  width: 202px;
  margin-right: 96px;
  float: left;
}
@media only screen and (max-width: 1366px) {
  .footer .top .right .info .item {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .top .right .info .item {
    width: 100%;
    margin-right: 0px;
    margin-top: 40px;
  }
}
.footer .top .right .info .item:nth-of-type(2) {
  width: calc(100% - 202px - 96px);
  margin-right: 0px;
}
@media only screen and (max-width: 1366px) {
  .footer .top .right .info .item:nth-of-type(2) {
    width: calc(100% - 202px - 60px);
  }
}
@media only screen and (max-width: 1024px) {
  .footer .top .right .info .item:nth-of-type(2) {
    width: 100%;
  }
}
.footer .top .right .info .item .title {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  color: #EFECEA;
}
.footer .top .right .info .item .desc {
  padding-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .footer .top .right .info .item .desc {
    padding-top: 10px;
  }
}
.footer .top .right .info .item .desc p {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: #EFECEA;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .footer .top .right .info .item .desc p {
    margin-bottom: 5px;
  }
}
.footer .top .right .info .item .desc p:last-child {
  margin-bottom: 0px;
}
.footer .top .right .info .item .desc p strong {
  font-family: "SVN-MessinaSans-Bold";
}
.footer .copyright {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backToTop {
  position: fixed;
  right: 1.3888888889%;
  bottom: 40px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .backToTop {
    bottom: 85px;
    right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .backToTop {
    right: 15px;
  }
}
.backToTop.is-active {
  opacity: 1;
  pointer-events: all;
}
.backToTop img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-template, .single-post {
  padding-top: 82px;
  background: #f9f9f9;
}
@media only screen and (max-width: 1024px) {
  .page-template, .single-post {
    padding-top: 0px;
  }
}
.page-template .header, .single-post .header {
  background: #f9f9f9;
  border-bottom: 1px solid #6D492C;
}
.page-template .header.s-scroll, .single-post .header.s-scroll {
  border-bottom: 1px solid #f9f9f9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  height: 55px;
}
.page-template .header.s-scroll .logo img, .single-post .header.s-scroll .logo img {
  max-width: 30px;
}
@media only screen and (max-width: 1024px) {
  .page-template .header.is-active, .single-post .header.is-active {
    background: #6D492C;
  }
}
.page-template .header .logo img, .single-post .header .logo img {
  filter: none;
}
.page-template .header .menu li a, .single-post .header .menu li a {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .page-template .header .menu li a, .single-post .header .menu li a {
    color: #EFECEA;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  border-bottom: 1px solid #EFECEA;
  z-index: 11;
  padding: 0px 2.7777777778%;
  display: flex;
  align-items: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 100vh;
    flex-direction: column;
    background: #6D492C;
    padding: 55px 30px;
    justify-content: center;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.header.is-active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.header.is-scroll {
  background: #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  height: 55px;
}
.header.is-scroll .logo img {
  filter: none;
  max-width: 30px;
}
.header.is-scroll .menu li a {
  color: #000000;
}
.header .logo {
  width: 43px;
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    display: none;
  }
}
.header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .logo-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .logo-mobile {
    display: block;
  }
}
.header .menu {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 43px);
}
@media only screen and (max-width: 1024px) {
  .header .menu {
    flex-direction: column;
    margin-top: 20px;
  }
}
.header .menu li {
  margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
  .header .menu li {
    margin-right: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .header .menu li {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .header .menu li {
    margin-top: 25px;
  }
}
.header .menu li:last-child {
  margin-right: 0px;
}
.header .menu li a {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: #EFECEA;
  letter-spacing: 0.236px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header .menu li a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .header .menu li a {
    font-size: 18px;
  }
}

.social-network {
  position: fixed;
  z-index: 11;
  right: 1.3888888889%;
  bottom: 88px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .social-network {
    right: auto;
    left: 0;
    width: 100%;
    flex-direction: row;
    bottom: 0;
    background: #6D492C;
    height: 55px;
  }
}
.social-network a {
  display: block;
  margin-bottom: 8px;
  width: 40px;
}
@media only screen and (max-width: 1024px) {
  .social-network a {
    width: calc(75% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
  }
  .social-network a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    top: 12.5px;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .social-network a::before {
    height: 20px;
    top: 17.5px;
  }
}
.social-network a:last-child {
  margin-bottom: 0px;
}
.social-network a img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .social-network a img {
    max-width: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .social-network a img {
    max-width: 25px;
  }
}

.menu-icon {
  display: none;
  width: 20px;
  height: 14px;
  align-items: center;
  justify-content: center;
  right: 40px;
  bottom: 20.5px;
  position: fixed;
  cursor: pointer;
  z-index: 11;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .menu-icon {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .menu-icon {
    right: 25px;
  }
}
.menu-icon .--icon,
.menu-icon .--icon:before,
.menu-icon .--icon:after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  width: 20px;
  background: #F5FBFF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-icon .--icon {
  top: 6px;
}
.menu-icon .--icon:before {
  top: -6px;
}
.menu-icon .--icon:after {
  top: 6px;
}
.menu-icon.is-active {
  background: transparent;
}
.menu-icon.is-active .--icon {
  width: 0;
}
.menu-icon.is-active .--icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon.is-active .--icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-banner {
  padding: 48px 0px 0px;
}
@media only screen and (max-width: 1024px) {
  .page-banner {
    padding: 50px 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-banner {
    padding-top: 30px;
  }
}
.page-banner .text {
  display: flex;
  padding: 0px 13.1944444444% 48px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .page-banner .text {
    padding: 0px 30px 25px;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .page-banner .text {
    padding: 0px 15px 15px;
  }
}
.page-banner .text .label {
  position: relative;
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 60px;
  line-height: 130%;
  text-transform: uppercase;
  color: #6D492C;
  letter-spacing: -0.9px;
  width: 51.8867924528%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .page-banner .text .label {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-banner .text .label {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-banner .text .label {
    font-size: 25px;
  }
}
.page-banner .text .label img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -20.5454545455%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  animation: pageDecor 3s ease-in-out infinite;
}
@media only screen and (max-width: 1024px) {
  .page-banner .text .label img {
    display: none;
  }
}
.page-banner .text .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  width: 48.1132075472%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .page-banner .text .excerpt {
    padding-top: 15px;
    width: 100%;
  }
}
.page-banner .image {
  position: relative;
  width: 100%;
}
.page-banner .image img {
  display: block;
  width: 100%;
  height: auto;
}

.page-service {
  position: relative;
  background: #f9f9f9;
}
.page-service .service-content {
  position: relative;
  padding: 78px 2.7777777778% 100px;
}
@media only screen and (max-width: 1024px) {
  .page-service .service-content {
    padding: 30px 30px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .page-service .service-content {
    padding: 30px 15px 50px;
  }
}
.page-service .service-content .item {
  position: relative;
  border-bottom: 1px solid rgba(109, 73, 44, 0.4);
  padding: 40px 2.9411764706%;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item {
    padding: 20px 15px;
  }
}
.page-service .service-content .item.is-active {
  background: #D7CFC5;
}
.page-service .service-content .item.is-active .title p:nth-of-type(3) img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-service .service-content .item.is-active .desc {
  display: flex;
}
.page-service .service-content .item .title {
  position: relative;
  display: flex;
}
.page-service .service-content .item .title p:nth-of-type(1) {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 8.59375%;
}
@media only screen and (max-width: 768px) {
  .page-service .service-content .item .title p:nth-of-type(1) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item .title p:nth-of-type(1) {
    font-size: 16px;
  }
}
.page-service .service-content .item .title p:nth-of-type(2) {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  color: #6D492C;
  width: 91.40625%;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .page-service .service-content .item .title p:nth-of-type(2) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item .title p:nth-of-type(2) {
    font-size: 16px;
    padding-right: 30px;
  }
}
.page-service .service-content .item .title p:nth-of-type(3) {
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (max-width: 768px) {
  .page-service .service-content .item .title p:nth-of-type(3) {
    top: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item .title p:nth-of-type(3) {
    top: 5px;
  }
}
.page-service .service-content .item .title p:nth-of-type(3) img {
  display: block;
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item .title p:nth-of-type(3) img {
    max-width: 15px;
  }
}
.page-service .service-content .item .desc {
  display: flex;
  width: 91.40625%;
  margin: 0 0 0 auto;
  padding-top: 60px;
  display: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item .desc {
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
  }
}
.page-service .service-content .item .desc .left {
  width: 47.0085470085%;
  margin-right: 5.9829059829%;
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item .desc .left {
    width: 100%;
    margin-right: 0px;
  }
}
.page-service .service-content .item .desc .left .text {
  padding-bottom: 5px;
}
.page-service .service-content .item .desc .left .text h1, .page-service .service-content .item .desc .left .text h2, .page-service .service-content .item .desc .left .text h3, .page-service .service-content .item .desc .left .text h4, .page-service .service-content .item .desc .left .text h5, .page-service .service-content .item .desc .left .text h6 {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 17px;
}
@media only screen and (max-width: 768px) {
  .page-service .service-content .item .desc .left .text h1, .page-service .service-content .item .desc .left .text h2, .page-service .service-content .item .desc .left .text h3, .page-service .service-content .item .desc .left .text h4, .page-service .service-content .item .desc .left .text h5, .page-service .service-content .item .desc .left .text h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.page-service .service-content .item .desc .left .text ul li, .page-service .service-content .item .desc .left .text ol li, .page-service .service-content .item .desc .left .text p {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #000000;
  margin-bottom: 0px;
  list-style: disc;
}
.page-service .service-content .item .desc .left .text ul, .page-service .service-content .item .desc .left .text ol {
  padding-bottom: 35px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .page-service .service-content .item .desc .left .text ul, .page-service .service-content .item .desc .left .text ol {
    padding-bottom: 15px;
  }
}
.page-service .service-content .item .desc .left .image {
  position: relative;
  width: 100%;
}
.page-service .service-content .item .desc .left .image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-service .service-content .item .desc .right {
  position: relative;
  width: 47.0085470085%;
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item .desc .right {
    width: 100%;
    margin-top: 15px;
  }
}
.page-service .service-content .item .desc .right img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .page-service .service-content .item .desc .right img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
}

@keyframes pageDecor {
  0% {
    left: -20.5454545455%;
  }
  50% {
    left: -14.5454545455%;
  }
  100% {
    left: -20.5454545455%;
  }
}
.new-item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(109, 73, 44, 0.4);
  padding: 40px 0px;
}
@media only screen and (max-width: 480px) {
  .new-item {
    flex-direction: column;
    padding: 30px 0px;
  }
}
.new-item:first-child {
  border-top: 1px solid rgba(109, 73, 44, 0.4);
}
.new-item:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.new-item:hover .text .title {
  color: #6D492C;
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.new-item .image {
  position: relative;
  width: 28.90625%;
  padding-top: 16.4066%;
  margin-right: 19.609375%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .new-item .image {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .new-item .image {
    width: 100%;
    margin-right: 0px;
    padding-top: 65%;
  }
}
.new-item .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-item .text {
  width: 28.90625%;
}
@media only screen and (max-width: 1024px) {
  .new-item .text {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .new-item .text {
    width: 100%;
    padding-top: 15px;
  }
}
.new-item .text .title {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .new-item .text .title {
    font-size: 15px;
    padding-bottom: 10px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 480px) {
  .new-item .text .title {
    padding-bottom: 5px;
  }
}
.new-item .text .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .new-item .text .excerpt {
    -webkit-line-clamp: 2;
  }
}
.new-item .more {
  position: absolute;
  right: 0;
}
.new-item .more img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-new {
  position: relative;
  background: #f9f9f9;
}
.page-new .new-content {
  position: relative;
  width: 88.8888888889%;
  margin: 0 auto;
  padding: 120px 0px;
}
@media only screen and (max-width: 1024px) {
  .page-new .new-content {
    width: calc(100% - 60px);
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-new .new-content {
    width: calc(100% - 30px);
    padding: 40px 0px;
  }
}
.page-new .new-content .nav {
  position: relative;
  top: 1px;
  display: flex;
  margin-left: 48.515625%;
}
@media only screen and (max-width: 1024px) {
  .page-new .new-content .nav {
    margin-left: 0;
    justify-content: center;
  }
}
.page-new .new-content .nav a {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(109, 73, 44, 0.4);
  margin-right: 42px;
  border-bottom: 4px solid transparent;
  padding-bottom: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-new .new-content .nav a:last-child {
  margin-right: 0px;
}
.page-new .new-content .nav a.is-active {
  color: #6D492C;
  border-bottom: 4px solid #6D492C;
}
@media only screen and (min-width: 1025px) {
  .page-new .new-content .nav a:hover {
    color: #6D492C;
    border-bottom: 4px solid #6D492C;
  }
}
.page-new .new-content .tabContent .list .btn-viewmore {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .page-new .new-content .tabContent .list .btn-viewmore {
    margin-top: 30px;
  }
}
.page-new .new-content .tabContent .list .msg-notPost {
  text-align: center;
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: #000000;
  border-top: 1px solid rgba(109, 73, 44, 0.4);
  padding-top: 40px;
}
@media only screen and (max-width: 480px) {
  .page-new .new-content .tabContent .list .msg-notPost {
    padding-top: 30px;
  }
}

.page-single {
  position: relative;
  background: #f9f9f9;
}
.page-single .new-detail {
  width: 79.3055555556%;
  margin: 0 auto;
  padding: 80px 0px;
}
@media only screen and (max-width: 1024px) {
  .page-single .new-detail {
    padding: 50px 0px;
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 480px) {
  .page-single .new-detail {
    padding: 30px 0px;
    width: calc(100% - 30px);
  }
}
.page-single .new-detail .date {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
}
.page-single .new-detail .title {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #6D492C;
  padding: 30px 0px 60px;
}
@media only screen and (max-width: 1024px) {
  .page-single .new-detail .title {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-single .new-detail .title {
    font-size: 18px;
    padding: 15px 0px;
  }
}
.page-single .new-detail .the-content h1, .page-single .new-detail .the-content h2, .page-single .new-detail .the-content h3, .page-single .new-detail .the-content h4, .page-single .new-detail .the-content h5, .page-single .new-detail .the-content h6 {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #6D492C;
}
@media only screen and (max-width: 480px) {
  .page-single .new-detail .the-content h1, .page-single .new-detail .the-content h2, .page-single .new-detail .the-content h3, .page-single .new-detail .the-content h4, .page-single .new-detail .the-content h5, .page-single .new-detail .the-content h6 {
    font-size: 15px;
  }
}
.page-single .new-detail .the-content ul li, .page-single .new-detail .the-content ol li, .page-single .new-detail .the-content p {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: #1D263A;
}
.page-single .new-detail .the-content ul li strong, .page-single .new-detail .the-content ol li strong, .page-single .new-detail .the-content p strong {
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  font-family: "SVN-MessinaSans-Bold";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-single .new-detail .the-content .wp-caption {
  width: auto !important;
  max-width: 100% !important;
  margin-bottom: 23px;
}
@media only screen and (max-width: 480px) {
  .page-single .new-detail .the-content .wp-caption {
    margin-bottom: 10px;
  }
}
.page-single .new-detail .the-content .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page-single .new-detail .the-content .wp-caption .wp-caption-text {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  text-align: center;
  color: #1D263A;
  padding: 10px 0px 30px;
}
.page-single .new-detail .the-content a, .page-single .new-detail .the-content:hover, .page-single .new-detail .the-content:focus {
  color: #1D263A;
}
.page-single .new-detail .the-content ol, .page-single .new-detail .the-content ul {
  padding-left: 20px;
}
.page-single .new-detail .the-content ul li {
  list-style-type: disc;
}
.page-single .new-detail .the-content ol li {
  list-style-type: decimal;
}
.page-single .new-detail .the-content ul, .page-single .new-detail .the-content ol, .page-single .new-detail .the-content p, .page-single .new-detail .the-content h1, .page-single .new-detail .the-content h2, .page-single .new-detail .the-content h3, .page-single .new-detail .the-content h4, .page-single .new-detail .the-content h5, .page-single .new-detail .the-content h6 {
  max-width: 73.5551663748%;
  margin: 0 auto 23px;
}
@media only screen and (max-width: 1024px) {
  .page-single .new-detail .the-content ul, .page-single .new-detail .the-content ol, .page-single .new-detail .the-content p, .page-single .new-detail .the-content h1, .page-single .new-detail .the-content h2, .page-single .new-detail .the-content h3, .page-single .new-detail .the-content h4, .page-single .new-detail .the-content h5, .page-single .new-detail .the-content h6 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-single .new-detail .the-content ul, .page-single .new-detail .the-content ol, .page-single .new-detail .the-content p, .page-single .new-detail .the-content h1, .page-single .new-detail .the-content h2, .page-single .new-detail .the-content h3, .page-single .new-detail .the-content h4, .page-single .new-detail .the-content h5, .page-single .new-detail .the-content h6 {
    margin: 0 auto 10px;
  }
}
.page-single .new-detail .share {
  display: flex;
  align-items: center;
  font-family: "SVN-MessinaSans-Bold";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6D492C;
  max-width: 73.5551663748%;
  margin: 60px auto 0px;
}
@media only screen and (max-width: 1024px) {
  .page-single .new-detail .share {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-single .new-detail .share {
    margin-top: 20px;
  }
}
.page-single .new-detail .share a {
  display: inline-block;
  margin-left: 20px;
}
.page-single .new-detail .share a i {
  color: #6D492C;
  font-size: 18px;
}
.page-single .new-other {
  position: relative;
  background: #D7CFC5;
  padding: 80px 5.5555555556%;
}
@media only screen and (max-width: 1024px) {
  .page-single .new-other {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-single .new-other {
    padding: 30px 15px;
  }
}
.page-single .new-other .label {
  display: flex;
  position: relative;
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 45px;
  line-height: 130%;
  text-transform: uppercase;
  color: #6D492C;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(109, 73, 44, 0.4);
}
@media only screen and (max-width: 480px) {
  .page-single .new-other .label {
    font-size: 23px;
    padding-bottom: 30px;
  }
}
.page-single .new-other .label img {
  position: absolute;
  top: 9px;
  right: 0;
  animation: backNew 3s ease-in-out infinite;
}
@media only screen and (max-width: 480px) {
  .page-single .new-other .label img {
    max-width: 15px;
    top: 4px;
  }
}
.page-single .new-other .item .text .title {
  font-family: "SVN-MessinaSans-Bold";
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes backNew {
  0% {
    right: 30px;
  }
  50% {
    right: 0;
  }
  100% {
    right: 30px;
  }
}
.page-template-intro {
  padding-top: 0px;
}
.page-template-intro .header {
  background: transparent;
  border-bottom: 1px solid #EFECEA;
}
.page-template-intro .header.is-scroll {
  background: #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
.page-template-intro .header.is-scroll .logo img {
  filter: none;
}
.page-template-intro .header.is-scroll .menu li a {
  color: #000000;
}
.page-template-intro .header .logo img {
  filter: brightness(0) invert(1);
}
.page-template-intro .header .menu li a {
  color: #EFECEA;
}

.page-label {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 45px;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #6D492C;
}
@media only screen and (max-width: 768px) {
  .page-label {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-label {
    font-size: 25px;
  }
}

.page-intro {
  position: relative;
  overflow: hidden;
}
.page-intro .screen-1 {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-1 {
    height: 60vh;
  }
}
.page-intro .screen-1 .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-intro .screen-1 .image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(109, 73, 44, 0.5);
  content: "";
  z-index: 1;
}
.page-intro .screen-1 .label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-1 .label {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-1 .label {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-1 .label .title {
    width: 80%;
  }
}
.page-intro .screen-1 .label .title svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-intro .screen-1 .label .title svg .draw {
  fill: none;
  stroke: #EFECEA;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 4s ease forwards, fillIn 0.5s linear forwards;
  animation-delay: 0s, 4s;
}
.page-intro .screen-1 .label .excerpt {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 24px;
  line-height: 130%;
  color: #EFECEA;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 17px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-1 .label .excerpt {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-1 .label .excerpt {
    font-size: 12px;
  }
}
.page-intro .screen-1 .label .excerpt span {
  display: inline-block;
  transform: translateY(30px);
  opacity: 0;
  animation: riseUp 0.6s ease forwards;
}
.page-intro .screen-1 .label .excerpt span:nth-child(n) {
  animation-delay: calc(4.5s + 0.05s * var(--i));
}
.page-intro .screen-2 {
  position: relative;
  background: #D7CFC5;
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-2 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-2 {
    padding-top: 30px;
  }
}
.page-intro .screen-2 .image {
  position: relative;
  width: 88.8888888889%;
  padding-top: 53.2%;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-2 .image {
    width: calc(100% - 60px);
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-2 .image {
    width: calc(100% - 30px);
  }
}
.page-intro .screen-2 .image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #2A1D13 5%, rgba(109, 73, 44, 0) 100%);
  padding-top: 33.5%;
  z-index: 1;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-2 .image::before {
    display: none;
  }
}
.page-intro .screen-2 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-2 .image img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
}
.page-intro .screen-2 .desc {
  position: absolute;
  left: 20.8333333333%;
  top: 195px;
  width: 38.1944444444%;
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(239, 236, 234, 0.8);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-2 .desc {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 60px);
    margin: 0 auto 25px;
    color: #6D492C;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-2 .desc {
    width: calc(100% - 30px);
    margin-bottom: 15px;
  }
}
.page-intro .screen-2 .desc::before {
  position: absolute;
  content: "";
  top: -56px;
  left: 0;
  width: 27px;
  height: 23px;
  background-image: url("./assets/images/intro/s2-decor.svg");
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-2 .desc::before {
    display: none;
  }
}
.page-intro .screen-2 .decorLeft {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.page-intro .screen-2 .decorLeft img {
  display: block;
  max-width: 100%;
  height: 100%;
}
.page-intro .screen-2 .decorTopRight {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.page-intro .screen-2 .decorTopRight img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-intro .screen-2 .decorBottomRight {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.page-intro .screen-2 .decorBottomRight img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-intro .screen-3 {
  position: relative;
  background: #D7CFC5;
  padding: 120px 5.5555555556%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-3 {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-3 {
    padding: 30px 15px;
  }
}
.page-intro .screen-3 .page-label {
  text-align: center;
}
.page-intro .screen-3 .list {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-3 .list {
    padding-top: 25px;
  }
}
.page-intro .screen-3 .list .item {
  background: #EFECEA;
  margin-top: 40px;
  width: 22.65625%;
  margin-right: 3.1640625%;
  float: left;
}
.page-intro .screen-3 .list .item:hover .btn-viewmore {
  letter-spacing: 5px;
}
.page-intro .screen-3 .list .item:nth-of-type(1) {
  width: 48.359375%;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-3 .list .item:nth-of-type(1) {
    width: 100%;
  }
}
.page-intro .screen-3 .list .item:nth-of-type(1) .avatar {
  padding-top: 131.503%;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-3 .list .item:nth-of-type(1) .avatar {
    padding-top: 90%;
  }
}
.page-intro .screen-3 .list .item:nth-of-type(1) .text {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-3 .list .item:nth-of-type(1) .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-intro .screen-3 .list .item:nth-of-type(3), .page-intro .screen-3 .list .item:nth-of-type(5), .page-intro .screen-3 .list .item:nth-of-type(9), .page-intro .screen-3 .list .item:nth-of-type(13) {
  margin-right: 0px;
}
.page-intro .screen-3 .list .item:nth-of-type(1), .page-intro .screen-3 .list .item:nth-of-type(2), .page-intro .screen-3 .list .item:nth-of-type(3) {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-3 .list .item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-top: 30px;
  }
  .page-intro .screen-3 .list .item:nth-of-type(5n + 3), .page-intro .screen-3 .list .item:nth-of-type(5n + 5) {
    margin-right: 0px;
  }
  .page-intro .screen-3 .list .item:nth-of-type(2), .page-intro .screen-3 .list .item:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-3 .list .item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-top: 15px;
  }
  .page-intro .screen-3 .list .item:nth-of-type(2), .page-intro .screen-3 .list .item:nth-of-type(3) {
    margin-top: 15px;
  }
}
.page-intro .screen-3 .list .item .avatar {
  position: relative;
  background: #f8f5f4;
  padding-top: 108.621%;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-3 .list .item .avatar {
    padding-top: 70%;
  }
}
.page-intro .screen-3 .list .item .avatar::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url("./assets/images/intro/s3-bg-item.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-intro .screen-3 .list .item .avatar img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  max-width: 90%;
  max-height: 90%;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-3 .list .item .avatar img {
    max-width: 55%;
  }
}
.page-intro .screen-3 .list .item .text {
  padding: 24px;
}
@media only screen and (max-width: 1366px) {
  .page-intro .screen-3 .list .item .text {
    padding: 24px 19px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-3 .list .item .text {
    padding: 20px 15px;
  }
}
.page-intro .screen-3 .list .item .text .name {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 18px;
  line-height: 150%;
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-3 .list .item .text .name {
    font-size: 11px;
  }
}
.page-intro .screen-3 .list .item .text .title {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
  margin: 5.75px 0px 9.75px;
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-3 .list .item .text .title {
    font-size: 9px;
  }
}
.page-intro .screen-3 .list .item .text .btn-viewmore {
  font-size: 14px;
}
.page-intro .screen-4 {
  position: relative;
}
.page-intro .screen-4 .item {
  display: flex;
  width: 94.4444444444%;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-4 .item {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item {
    width: calc(100% - 30px);
    flex-direction: column;
  }
}
.page-intro .screen-4 .item:nth-of-type(2n+1) {
  margin: 120px auto 0 0;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-4 .item:nth-of-type(2n+1) {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item:nth-of-type(2n+1) {
    margin-top: 30px;
  }
}
.page-intro .screen-4 .item:nth-of-type(2n+1) .text {
  padding: 0px 4.4117647059% 0 11.0294117647%;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-4 .item:nth-of-type(2n+1) .text {
    padding: 0 30px 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item:nth-of-type(2n+1) .text {
    padding: 0;
  }
}
.page-intro .screen-4 .item:nth-of-type(2n+1) .image::before {
  right: -40px;
}
.page-intro .screen-4 .item:nth-of-type(2n) {
  margin: 120px 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-4 .item:nth-of-type(2n) {
    margin: 50px auto 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item:nth-of-type(2n) {
    margin-top: 30px;
  }
}
.page-intro .screen-4 .item:nth-of-type(2n) .text {
  order: 2;
  padding: 0px 11.0294117647% 0 4.4117647059%;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-4 .item:nth-of-type(2n) .text {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item:nth-of-type(2n) .text {
    padding: 0;
    order: 1;
  }
}
.page-intro .screen-4 .item:nth-of-type(2n) .image {
  order: 1;
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item:nth-of-type(2n) .image {
    order: 2;
  }
}
.page-intro .screen-4 .item:nth-of-type(2n) .image::before {
  left: -40px;
}
.page-intro .screen-4 .item .text {
  position: relative;
  width: 42.6470588235%;
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item .text {
    width: 100%;
  }
}
.page-intro .screen-4 .item .text::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 97px;
  height: 120px;
  background-image: url("./assets/images/intro/s4-decor2.png");
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-4 .item .text::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item .text .page-label {
    text-align: center;
  }
}
.page-intro .screen-4 .item .text .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-4 .item .text .excerpt {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item .text .excerpt {
    padding: 15px 0px;
  }
}
.page-intro .screen-4 .item .image {
  position: relative;
  width: 57.3529411765%;
  padding-top: 37.5%;
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-4 .item .image {
    width: 100%;
    padding-top: 75%;
  }
}

.page-intro .screen-4 .item .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-intro .screen-5 {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-5 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-5 {
    padding-top: 30px;
  }
}
.page-intro .screen-5 .page-label {
  text-align: center;
}
.page-intro .screen-5 .content {
  position: relative;
  margin-top: 40px;
  padding-top: 40.278%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-5 .content {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}
.page-intro .screen-5 .content .list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    order: 1;
    flex-direction: column;
  }
}
.page-intro .screen-5 .content .list::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url("./assets/images/intro/s5-decor.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list::before {
    display: none;
  }
}
.page-intro .screen-5 .content .list .item {
  position: relative;
  width: 134px;
  border-right: 1px solid #EFECEA;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-intro .screen-5 .content .list .item:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item {
    width: calc(100% - 60px);
    margin: 0 auto;
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    padding: 30px 0px;
    border-right: none;
  }
  .page-intro .screen-5 .content .list .item::before {
    position: absolute;
    content: "";
    top: 37px;
    right: 0;
    width: 22px;
    height: 13px;
    background-image: url("./assets/images/service/down.svg");
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-5 .content .list .item {
    width: calc(100% - 30px);
  }
}
.page-intro .screen-5 .content .list .item.is-active {
  z-index: 2;
  width: calc(100% - 670px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.page-intro .screen-5 .content .list .item.is-active:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item.is-active {
    width: calc(100% - 60px);
  }
  .page-intro .screen-5 .content .list .item.is-active::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-5 .content .list .item.is-active {
    width: calc(100% - 30px);
  }
}
.page-intro .screen-5 .content .list .item.is-active .title {
  position: relative;
  bottom: auto;
  left: auto;
  transform: inherit;
  color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item.is-active .title {
    color: #6D492C;
  }
}
.page-intro .screen-5 .content .list .item.is-active .desc {
  display: block;
}
.page-intro .screen-5 .content .list .item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #DED7CF;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item .image {
    display: none;
  }
}
.page-intro .screen-5 .content .list .item .image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 13.6112%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 7, 7, 0) 0%, #060707 100%);
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item .image::before {
    display: none;
  }
}
.page-intro .screen-5 .content .list .item .image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #6D492C;
  opacity: 0.5;
}
.page-intro .screen-5 .content .list .item .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item .image img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    height: auto;
  }
}
.page-intro .screen-5 .content .list .item .title {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 40px;
  line-height: 130%;
  color: #6D492C;
  /*
  * Xoay text
  */
  position: absolute;
  bottom: 40px;
  left: 93px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: bottom left;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item .title {
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    bottom: auto;
    left: auto;
    transform: inherit;
    font-size: 22px;
  }
}
.page-intro .screen-5 .content .list .item .desc {
  position: relative;
  z-index: 1;
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: #EFECEA;
  padding-top: 15px;
  display: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-5 .content .list .item .desc {
    color: rgba(0, 0, 0, 0.8);
  }
}
.page-intro .screen-6 {
  position: relative;
  padding: 120px 5.5555555556% 120px 10.4166666667%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-6 {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-6 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .page-intro .screen-6 {
    padding: 30px 15px;
  }
}
.page-intro .screen-6 .left {
  width: 35.5371900826%;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-6 .left {
    width: 100%;
  }
}
.page-intro .screen-6 .left .page-label {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-6 .left .page-label {
    text-align: center;
    margin-bottom: 25px;
  }
}
.page-intro .screen-6 .left .desc {
  padding-right: 13.9534883721%;
}
@media only screen and (max-width: 1024px) {
  .page-intro .screen-6 .left .desc {
    padding-right: 30px;
  }
}
.page-intro .screen-6 .left .desc p, .page-intro .screen-6 .left .desc ul li {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
}
.page-intro .screen-6 .left .desc ul li {
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  list-style: disc;
  margin-bottom: 10px;
}
.page-intro .screen-6 .left .desc ul li:last-child {
  margin-bottom: 0px;
}
.page-intro .screen-6 .left .desc ul {
  margin-top: 40px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-6 .left .desc ul {
    margin-top: 15px;
  }
}
.page-intro .screen-6 .left .btn-viewmore {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-6 .left .btn-viewmore {
    margin-top: 15px;
  }
}
.page-intro .screen-6 .right {
  position: relative;
  width: 64.4628099174%;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-6 .right {
    width: 100%;
    margin-top: 20px;
  }
}

.page-intro .screen-6 .right img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page-intro .screen-6 .right img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
}

.companyManagement {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 11;
  -moz-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  display: none;
}
.companyManagement.is-active {
  display: flex;
}
.companyManagement .item {
  width: 840px;
  min-height: 550px;
  display: flex;
  display: none;
}
@media only screen and (max-width: 768px) {
  .companyManagement .item {
    width: calc(100% - 60px);
    min-height: 520px;
  }
}
@media only screen and (max-width: 480px) {
  .companyManagement .item {
    width: calc(100% - 30px);
    flex-direction: column;
    min-height: auto;
    max-height: calc(100% - 200px);
    display: unset;
    overflow-y: scroll;
  }
}
.companyManagement .item.is-active {
  display: flex;
}
.companyManagement .item .left {
  position: relative;
  width: 50%;
  background: #f8f5f4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .companyManagement .item .left {
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .companyManagement .item .left {
    width: 100%;
  }
}
.companyManagement .item .left::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url("./assets/images/intro/s3-bg-item.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.companyManagement .item .left img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: relative;
}
.companyManagement .item .right {
  width: 50%;
  padding: 40px;
  background: #EFECEA;
}
@media only screen and (max-width: 768px) {
  .companyManagement .item .right {
    padding: 30px 20px;
    width: 55%;
  }
}
@media only screen and (max-width: 480px) {
  .companyManagement .item .right {
    width: 100%;
    padding: 30px 15px;
  }
}
.companyManagement .item .right .name {
  font-family: "SVN-ABCArizonaFlare-Bold";
  font-size: 24px;
  line-height: 150%;
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.companyManagement .item .right .title {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.8);
  padding: 8px 0px 20px;
}
.companyManagement .item .right .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  text-align: justify;
  border-top: 1px solid rgba(109, 73, 44, 0.4);
  padding-top: 20px;
}
.companyManagement .item .right .excerpt h1, .companyManagement .item .right .excerpt h2, .companyManagement .item .right .excerpt h3, .companyManagement .item .right .excerpt h4, .companyManagement .item .right .excerpt h5, .companyManagement .item .right .excerpt h6 {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}
.companyManagement .item .right .excerpt ul li {
  list-style: disc;
}
.companyManagement .item .right .excerpt ul {
  padding-left: 20px;
}
.companyManagement .item .right .excerpt ul, .companyManagement .item .right .excerpt ol, .companyManagement .item .right .excerpt p {
  margin-bottom: 24px;
}

.projectItem {
  width: 25%;
  float: left;
  border-right: 1px solid rgba(109, 73, 44, 0.2);
  border-bottom: 1px solid rgba(109, 73, 44, 0.2);
  padding: 40px;
}
.projectItem:nth-of-type(4n) {
  border-right: none;
}
@media only screen and (max-width: 1024px) {
  .projectItem {
    width: 50%;
  }
  .projectItem:nth-of-type(4n) {
    border-right: 1px solid rgba(109, 73, 44, 0.2);
  }
  .projectItem:nth-of-type(2n) {
    border-right: none;
  }
}
@media only screen and (max-width: 480px) {
  .projectItem {
    width: 100%;
    border-right: none;
    padding: 30px 15px;
  }
  .projectItem:nth-of-type(4n) {
    border-right: none;
  }
}
.projectItem:hover .image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.projectItem:hover .text .btn-viewmore {
  letter-spacing: 2px;
}
.projectItem .image {
  position: relative;
  width: 100%;
  padding-top: 89.606%;
  overflow: hidden;
}
.projectItem .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projectItem .text {
  padding-top: 24px;
}
.projectItem .text .title {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.projectItem .text .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
  margin: 16px 0px 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projectItem .btn-viewmore {
  margin: 0;
  left: auto;
  transform: inherit;
}

.page-project .project-content {
  position: relative;
}
.page-project .project-content .page-label {
  position: relative;
  padding-left: 10.4166666667%;
  margin-left: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .page-project .project-content .page-label {
    margin-left: 30px;
    padding-left: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .page-project .project-content .page-label {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .page-label {
    margin-left: 15px;
    padding-left: 20px;
  }
}
.page-project .project-content .page-label::before {
  position: absolute;
  content: "";
  left: 5.7142857143%;
  top: 11px;
  width: 31px;
  height: 44px;
  background-image: url("./assets/images/project/label_decor.svg");
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .page-project .project-content .page-label::before {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-project .project-content .page-label::before {
    width: 20px;
    height: 28px;
    top: 7px;
  }
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .page-label::before {
    width: 10px;
    height: 14px;
    top: 12px;
  }
}
.page-project .project-content .screen-1 {
  position: relative;
  background: rgba(215, 207, 197, 0.8);
  padding: 120px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .page-project .project-content .screen-1 {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 {
    padding: 40px 0px;
  }
}
.page-project .project-content .screen-1 .slide {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide {
    margin-top: 20px;
  }
}
.page-project .project-content .screen-1 .slide .swiper-container {
  width: 55%;
  margin: 0 auto;
  overflow: inherit;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide .swiper-container {
    width: calc(100% - 30px);
    overflow: hidden;
  }
}
.page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .image {
  position: relative;
  width: 100%;
  padding-top: 45%;
  overflow: hidden;
}
.page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text {
  position: relative;
  padding-top: 24px;
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text {
    padding-top: 20px;
  }
}
.page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text .title {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #001F20 0%, #004F51 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text .title {
    font-size: 18px;
  }
}
.page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
    padding-top: 7px;
  }
}
.page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text .btn-viewmore {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text .btn-viewmore {
    display: none;
  }
}
.page-project .project-content .screen-1 .slide .swiper-container .swiper-wrapper .swiper-slide .text .btn-viewmore img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide .btn-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide .btn-slide .swiper-button-prev, .page-project .project-content .screen-1 .slide .btn-slide .swiper-button-next {
    position: relative;
    margin-top: 0;
    top: auto;
  }
}
.page-project .project-content .screen-1 .slide .btn-slide .swiper-button-prev::after, .page-project .project-content .screen-1 .slide .btn-slide .swiper-button-next::after {
  display: none;
}
.page-project .project-content .screen-1 .slide .btn-slide .swiper-button-prev img, .page-project .project-content .screen-1 .slide .btn-slide .swiper-button-next img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-project .project-content .screen-1 .slide .btn-slide .swiper-button-prev {
  left: 0;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-1 .slide .btn-slide .swiper-button-prev {
    margin-right: 5px;
  }
}
.page-project .project-content .screen-1 .slide .btn-slide .swiper-button-next {
  right: 0;
}
.page-project .project-content .screen-1 .decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.page-project .project-content .screen-1 .decor img {
  display: block;
  width: 100%;
  height: auto;
}
.page-project .project-content .screen-2 {
  position: relative;
  background: #f9f9f9;
  padding: 120px 0px;
}
@media only screen and (max-width: 1024px) {
  .page-project .project-content .screen-2 {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-2 {
    padding: 40px 0px;
  }
}
.page-project .project-content .screen-2 .list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(109, 73, 44, 0.2);
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-2 .list {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.page-project .project-content .screen-2 .list .btn-viewmore {
  margin: 0;
  left: auto;
  transform: inherit;
}
.page-project .project-content .screen-2 .btn-viewmore {
  margin-bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .page-project .project-content .screen-2 .btn-viewmore {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-project .project-content .screen-2 .btn-viewmore {
    margin-bottom: 40px;
  }
}
.page-project .project-content .screen-2 .decor {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 120px;
  border-top: 1px solid rgba(109, 73, 44, 0.2);
}
@media only screen and (max-width: 1024px) {
  .page-project .project-content .screen-2 .decor {
    display: none;
  }
}
.page-project .project-content .screen-2 .decor img {
  display: block;
  max-width: 100%;
  height: 100%;
}

.project-detail {
  overflow: hidden;
}
.project-detail .screen-1 {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-1 {
    height: 60vh;
  }
}
.project-detail .screen-1 .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.project-detail .screen-1 .image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.project-detail .screen-1 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail .screen-1 .label {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 60px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .project-detail .screen-1 .label {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-1 .label {
    font-size: 25px;
    width: calc(100% - 30px);
  }
}
.project-detail .screen-2 {
  position: relative;
  padding: 80px 5.5555555556%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-2 {
    padding: 50px 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-2 {
    padding: 30px 15px;
  }
}
.project-detail .screen-2 .left {
  position: relative;
  width: 51.5625%;
  padding-top: 48.359%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-2 .left {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
}
.project-detail .screen-2 .left img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail .screen-2 .right {
  position: relative;
  width: 48.4375%;
  padding-left: 5.46875%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-2 .right {
    width: 100%;
    padding-left: 0px;
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-2 .right .page-label {
    text-align: center;
  }
}
.project-detail .screen-2 .right .desc {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 36px;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-2 .right .desc {
    padding-top: 15px;
  }
}
.project-detail .screen-2 .right .list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(109, 73, 44, 0.4);
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-2 .right .list {
    padding-bottom: 15px;
    flex-direction: column;
  }
}
.project-detail .screen-2 .right .list .item {
  display: inline-block;
  margin-top: 24px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-2 .right .list .item {
    margin-top: 15px;
  }
}
.project-detail .screen-2 .right .list .item:nth-of-type(2), .project-detail .screen-2 .right .list .item:nth-of-type(3) {
  width: calc((100% - 40px) / 2);
  float: left;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-2 .right .list .item:nth-of-type(2), .project-detail .screen-2 .right .list .item:nth-of-type(3) {
    width: 100%;
  }
}
.project-detail .screen-2 .right .list .item:nth-of-type(2) {
  margin-right: 40px;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-2 .right .list .item:nth-of-type(2) {
    margin-right: 0px;
  }
}
.project-detail .screen-2 .right .list .item p:nth-of-type(1) {
  font-family: "SVN-MessinaSans-Bold";
  font-size: 13px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-bottom: 7px;
}
.project-detail .screen-2 .right .list .item p:nth-of-type(2) {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.8);
}
.project-detail .screen-2 .right .info {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-2 .right .info {
    padding-top: 15px;
  }
}
.project-detail .screen-2 .right .info .share a {
  margin-right: 20px;
}
.project-detail .screen-2 .right .info .share a:last-child {
  margin-right: 0px;
}
.project-detail .screen-2 .decor {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.project-detail .screen-2 .decor img {
  display: block;
  max-width: 100%;
  height: auto;
}
.project-detail .screen-3 {
  position: relative;
  padding: 0px 5.5555555556% 120px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-3 {
    padding: 0px 30px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-3 {
    padding: 0px 15px 30px;
  }
}
.project-detail .screen-3 .slide {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-3 .slide .btn-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-3 .slide .btn-slide .swiper-button-prev, .project-detail .screen-3 .slide .btn-slide .swiper-button-next {
    position: relative;
    margin-top: 0;
    top: auto;
  }
}
.project-detail .screen-3 .slide .btn-slide .swiper-button-prev::after, .project-detail .screen-3 .slide .btn-slide .swiper-button-next::after {
  display: none;
}
.project-detail .screen-3 .slide .btn-slide .swiper-button-prev img, .project-detail .screen-3 .slide .btn-slide .swiper-button-next img {
  display: block;
  max-width: 100%;
  height: auto;
}
.project-detail .screen-3 .slide .btn-slide .swiper-button-prev {
  left: 0;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-3 .slide .btn-slide .swiper-button-prev {
    margin-right: 5px;
  }
}
.project-detail .screen-3 .slide .btn-slide .swiper-button-next {
  right: 0;
}
.project-detail .screen-3 .swiper-slide-top .swiper-wrapper .swiper-slide .image, .project-detail .screen-3 .swiper-slide-bottom .swiper-wrapper .swiper-slide .image {
  position: relative;
  display: block;
}
.project-detail .screen-3 .swiper-slide-top .swiper-wrapper .swiper-slide .image img, .project-detail .screen-3 .swiper-slide-bottom .swiper-wrapper .swiper-slide .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail .screen-3 .swiper-slide-top {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-3 .swiper-slide-top {
    margin-bottom: 0px;
  }
}
.project-detail .screen-3 .swiper-slide-top .swiper-wrapper .swiper-slide .image {
  padding-top: 47.0313%;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-3 .swiper-slide-top .swiper-wrapper .swiper-slide .image {
    padding-top: 70%;
  }
}
.project-detail .screen-3 .swiper-slide-bottom {
  width: 93.75%;
  margin: 0 auto 0 0;
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-3 .swiper-slide-bottom {
    display: none;
  }
}
.project-detail .screen-3 .swiper-slide-bottom .swiper-wrapper .swiper-slide .image {
  padding-top: 55%;
}
.project-detail .screen-3 .swiper-slide-bottom .swiper-wrapper .swiper-slide.swiper-slide-active {
  border: 2px solid #A1764C;
}
.project-detail .screen-3 .decor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.project-detail .screen-3 .decor img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail .screen-4 {
  position: relative;
  background: #ded8cf;
  padding: 120px 0px;
}
@media only screen and (max-width: 1024px) {
  .project-detail .screen-4 {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-4 {
    padding: 30px 0px;
  }
}
.project-detail .screen-4 .page-label {
  text-align: center;
}
.project-detail .screen-4 .list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(109, 73, 44, 0.2);
  margin-top: 48px;
}
@media only screen and (max-width: 480px) {
  .project-detail .screen-4 .list {
    margin-top: 20px;
  }
}

.page-template-contact {
  padding-top: 0px;
}
.page-template-contact .header {
  background: transparent;
  border-bottom: 1px solid #EFECEA;
}
.page-template-contact .header.is-scroll {
  background: #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
.page-template-contact .header.is-scroll .logo img {
  filter: none;
}
.page-template-contact .header.is-scroll .menu li a {
  color: #000000;
}
.page-template-contact .header .logo img {
  filter: brightness(0) invert(1);
}
.page-template-contact .header .menu li a {
  color: #EFECEA;
}

.page-contact {
  position: relative;
  background: #f9f9f9;
}
.page-contact .screen-1 {
  position: relative;
  width: 100%;
}
.page-contact .screen-1 .image {
  position: relative;
  width: 100%;
  padding-top: 41.667%;
}
@media only screen and (max-width: 480px) {
  .page-contact .screen-1 .image {
    padding-top: 70%;
  }
}
.page-contact .screen-1 .image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page-contact .screen-1 .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contact .screen-1 .text {
  width: 440px;
  position: absolute;
  left: 5.5555555556%;
  bottom: 60px;
  z-index: 1;
  font-family: "SVN-MessinaSans-Regular";
  font-size: 15px;
  line-height: 150%;
  color: rgba(239, 236, 234, 0.8);
}
@media only screen and (max-width: 1024px) {
  .page-contact .screen-1 .text {
    left: 15px;
    right: 15px;
    text-align: center;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 480px) {
  .page-contact .screen-1 .text {
    bottom: 30px;
  }
}
.page-contact .screen-1 .text h1, .page-contact .screen-1 .text h2, .page-contact .screen-1 .text h3, .page-contact .screen-1 .text h4, .page-contact .screen-1 .text h5, .page-contact .screen-1 .text h6 {
  font-family: "SVN-ABCArizonaFlare-Regular";
  font-size: 60px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .page-contact .screen-1 .text h1, .page-contact .screen-1 .text h2, .page-contact .screen-1 .text h3, .page-contact .screen-1 .text h4, .page-contact .screen-1 .text h5, .page-contact .screen-1 .text h6 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-contact .screen-1 .text h1, .page-contact .screen-1 .text h2, .page-contact .screen-1 .text h3, .page-contact .screen-1 .text h4, .page-contact .screen-1 .text h5, .page-contact .screen-1 .text h6 {
    font-size: 25px;
  }
}
.page-contact .screen-2 {
  position: relative;
  padding: 120px 5.5555555556%;
}
@media only screen and (max-width: 1024px) {
  .page-contact .screen-2 {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page-contact .screen-2 {
    padding: 30px 15px;
  }
}
.page-contact .screen-2 form {
  display: inline-block;
}
.page-contact .screen-2 form .form-group {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  float: left;
  margin-bottom: 40px;
}
.page-contact .screen-2 form .form-group:nth-of-type(3n) {
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  .page-contact .screen-2 form .form-group {
    width: calc((100% - 40px) / 2);
  }
  .page-contact .screen-2 form .form-group:nth-of-type(3n) {
    margin-right: 40px;
  }
  .page-contact .screen-2 form .form-group:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .page-contact .screen-2 form .form-group {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .page-contact .screen-2 form .form-group:nth-of-type(3n) {
    margin-right: 0px;
  }
}
.page-contact .screen-2 form .form-group:nth-of-type(7) {
  width: 100%;
  margin: 0;
  text-align: center;
}
.page-contact .screen-2 form .form-group label {
  font-family: "SVN-MessinaSans-Regular";
  font-size: 16px;
  line-height: 180%;
  color: #6D492C;
  width: 100%;
  margin-bottom: 9px;
}
.page-contact .screen-2 form .form-group input {
  background: rgba(239, 236, 234, 0.8);
  border: 1px solid #D7CFC5;
  width: 100%;
  height: 48px;
  font-family: "SVN-MessinaSans-Bold";
  font-size: 16px;
  color: #6D492C;
  padding: 0px 10px;
}
.page-contact .screen-2 form .form-group input:focus {
  outline: none;
}
.page-contact .screen-2 form .form-group button {
  position: relative;
  outline: none;
  cursor: pointer;
  font-family: "SVN-MessinaSans-Bold";
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: #6D492C;
  height: 48px;
  width: 280px;
  border: none;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .page-contact .screen-2 form .form-group button:hover {
    letter-spacing: 2px;
  }
}
.page-contact .screen-2 form .form-group button::after {
  position: absolute;
  content: "";
  top: -78px;
  left: 0;
  width: 110%;
  height: 65%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: spanAnimation 2.2s ease-in-out infinite;
  -moz-animation: spanAnimation 2.2s ease-in-out infinite;
  -o-animation: spanAnimation 2.2s ease-in-out infinite;
  -ms-animation: spanAnimation 2.2s ease-in-out infinite;
  animation-delay: 1s;
}
.page-contact .screen-2 form .form-group button span {
  position: relative;
  z-index: 1;
}
.page-contact .screen-2 form .msg {
  text-align: center;
  font-family: "SVN-MessinaSans-Bold";
  font-size: 16px;
  color: #6D492C;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

@keyframes spanAnimation {
  0% {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  }
  50% {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 450%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 450%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 450%, 0);
  }
  100% {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  }
}

/*# sourceMappingURL=style.css.map */
