/*
Theme Name: Priland
Author: Priland Development Corp.
Author URI: https://priland.com.ph/
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0.0
*/
* {
  color: #454545;
  box-sizing: border-box;
  font-family: Axiforma, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: #f8f8f8;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-Thin.ttf");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-Light.ttf");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-Book.ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-Italic.ttf");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Axiforma";
  src: url("./fonts/Axiforma/Axiforma-Heavy.ttf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "BrushTip";
  src: url("./fonts/BrushTip/BTTTRIAL.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.swiper-button-prev, .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(173, 149, 21, 0.38);
  color: #fff;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 12px;
}

.swiper-slide {
  width: auto;
}

.swiper-pagination-bullets {
  text-align: center;
  position: relative;
}

.swiper-pagination-bullet {
  display: inline-block;
  margin: 0 2px;
  width: 6px;
  height: 6px;
  font-size: 0;
  overflow: hidden;
  border-radius: 100%;
  background-color: white;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-modal {
  margin-top: 20px;
}

.swiper-button-prev-modal,
.swiper-button-next-modal {
  background-color: transparent;
  color: #454545;
  z-index: 2;
}

.swiper-button-prev-modal::after,
.swiper-button-next-modal::after {
  font-size: 29px;
}

.swiper-button-prev-white,
.swiper-button-next-white {
  color: #fff;
}

.swiper-button-prev-modal {
  left: 20px;
}

.swiper-button-next-modal {
  right: 20px;
}

.animate-up {
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: opacity 2000ms, bottom 2000ms;
}

.animate-up.is-animate {
  bottom: 0;
  opacity: 1;
}

.animate-show {
  opacity: 0;
  transition: opacity 2000ms;
}

.animate-show.is-animate {
  opacity: 1;
}

.button-link {
  font-size: 12px;
  width: auto;
  height: 38px;
  padding: 12px 26px 10px;
  border-radius: 19px;
  background-color: #ad9514;
  color: #fff;
  border: 1px solid #ad9514;
  transition: background-color 300ms;
}

@media (max-width: 768px) {
  .button-link {
    font-size: 14px;
    font-weight: 500;
    padding: 16px 59px;
    border-radius: 24px;
  }
}

.button-link:hover {
  background-color: #fff;
  color: #ad9514;
}

.header {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: flex-end;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 5000;
}

.header-logo {
  height: 48px;
  margin-left: 30px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .header-logo {
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.header-logo-image {
  width: 157px;
  height: 60px;
}

@media (max-width: 768px) {
  .header-logo-image {
    width: 124px;
    height: 48px;
  }
}

.header-nav {
  list-style-type: none;
  display: flex;
  text-transform: uppercase;
  margin: 0;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .header-nav {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 60px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    flex-direction: column;
    margin: 0;
    padding: 20px;
    display: none;
    overflow: scroll;
  }
}

@media (max-width: 768px) {
  .header-nav.is-active {
    display: flex;
  }
}

.header-nav-item {
  color: #191919;
  font-weight: 200;
  font-size: 11px;
  margin-right: 40px;
  cursor: pointer;
  height: 60px;
  padding-top: 23px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .header-nav-item {
    margin-right: 10px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .header-nav-item {
    height: auto;
    border-top: 1px solid #E3E3E3;
    margin-right: 0;
    padding: 20px 10px;
    font-size: 14px;
  }
  .header-nav-item > a {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .header-nav-item:first-child {
    margin-right: 19px;
  }
}

.header-nav-item:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .header-nav-item:last-child {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.header-nav-item:hover {
  color: #AD9514;
}

.header-nav-button {
  font-size: 10px;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .header-nav-button {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.header-nav-item-parent {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.header-nav-item-parent:after {
  content: '';
  position: absolute;
  top: 25px;
  right: -12px;
  width: 4px;
  height: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .header-nav-item-parent:after {
    top: 26px;
    width: 6px;
    height: 6px;
    right: 15px;
  }
}

.header-nav-item-parent:hover .header-sub-menu {
  display: block;
}

@media (max-width: 768px) {
  .header-nav-item-parent:hover .header-sub-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-nav-item-parent.is-active .header-sub-menu {
    display: block;
  }
}

.header-sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  font-size: 11px;
  font-weight: 200;
  z-index: 999;
  top: 60px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  color: #191919;
  display: none;
}

@media (max-width: 768px) {
  .header-sub-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
  }
}

.header-sub-menu > li {
  width: 220px;
  padding: 15px 25px;
  position: relative;
}

@media (max-width: 768px) {
  .header-sub-menu > li {
    padding: 0px 25px;
    padding-top: 30px;
    width: 100%;
  }
}

.header-sub-menu > li:hover {
  color: #fff;
  background-color: #AD9514;
}

@media (max-width: 768px) {
  .header-sub-menu > li:hover {
    color: #AD9514;
    background-color: #fff;
  }
}

.header-sub-menu-parent {
  position: relative;
}

@media (max-width: 768px) {
  .header-sub-menu-parent {
    font-size: 14px;
    margin: 0;
  }
}

.header-sub-menu-parent:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 20px;
  width: 4px;
  height: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .header-sub-menu-parent:after {
    top: 32px;
    right: 30px;
    width: 6px;
    height: 6px;
  }
}

.header-sub-menu-parent:hover .header-sub-sub-menu {
  display: block;
}

@media (max-width: 768px) {
  .header-sub-menu-parent.is-active .header-sub-sub-menu {
    display: block;
  }
}

.header-sub-sub-menu {
  position: absolute;
  right: -220px;
  top: 0;
  list-style-type: none;
  background-color: #fff;
  z-index: 1000;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  color: #191919;
  display: none;
}

@media (max-width: 768px) {
  .header-sub-sub-menu {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
  }
}

.header-sub-sub-menu > li {
  width: 220px;
}

@media (max-width: 768px) {
  .header-sub-sub-menu > li {
    width: 100%;
  }
}

.header-sub-sub-menu > li:hover {
  color: #fff;
  background-color: #AD9514;
}

@media (max-width: 768px) {
  .header-sub-sub-menu > li:hover {
    color: #191919;
    background-color: #fff;
  }
}

.header-sub-sub-menu a {
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  display: inline-block;
}

@media (max-width: 768px) {
  .header-sub-sub-menu a {
    padding: 30px 0 0 20px;
  }
}

.header-nav-burger {
  display: none;
  width: 46px;
  height: 26px;
  border: 1px solid #AD9514;
  margin-right: 20px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header-nav-burger {
    display: flex;
  }
}

.header-nav-burger img:first-child {
  display: flex;
}

.header-nav-burger img:last-child {
  display: none;
}

.header-nav-burger.is-active {
  border: none;
}

.header-nav-burger.is-active img:first-child {
  display: none;
}

.header-nav-burger.is-active img:last-child {
  display: flex;
}

@media (max-width: 768px) {
  footer {
    background-color: #fff;
  }
}

.footer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 80px;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 60px 20px 0;
  }
}

.footer-col1 {
  flex: 0 0 286px;
}

@media (max-width: 768px) {
  .footer-col1 {
    flex: 1 1 100%;
  }
}

.footer-col1-inner {
  width: 223px;
}

@media (max-width: 768px) {
  .footer-col1-inner {
    width: 100%;
  }
}

.footer-col2 {
  flex: 0 0 200px;
  margin-top: -17px;
}

@media (max-width: 768px) {
  .footer-col2 {
    flex: 1 1 100%;
    margin-top: 20px;
  }
}

.footer-col2-inner {
  width: 98px;
}

@media (max-width: 768px) {
  .footer-col2-inner {
    width: 100%;
  }
}

.footer-col3 {
  flex: 0 0 297px;
  margin-top: -17px;
}

@media (max-width: 768px) {
  .footer-col3 {
    flex: 1 1 100%;
    margin-top: 0;
  }
}

.footer-col3-inner {
  width: 203px;
}

@media (max-width: 768px) {
  .footer-col3-inner {
    width: 100%;
  }
}

.footer-col4 {
  flex: 0 0 120px;
  margin-top: -17px;
}

@media (max-width: 768px) {
  .footer-col4 {
    flex: 1 1 100%;
    margin-top: 20px;
  }
}

.footer-header {
  color: #454545;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .footer-header {
    font-size: 18px;
  }
}

.footer-tel {
  color: #454545;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
}

@media (max-width: 768px) {
  .footer-tel {
    font-size: 14px;
  }
}

.footer-text, .footer-email, .footer-link, .footer-news {
  color: #454545;
  font-size: 12px;
  font-weight: 200;
  display: block;
  line-height: 22px;
}

@media (max-width: 768px) {
  .footer-text, .footer-email, .footer-link, .footer-news {
    font-size: 14px;
  }
}

.footer-email {
  margin: 10px 0;
}

.footer-link {
  margin: 16px 0;
}

@media (max-width: 768px) {
  .footer-link {
    margin: 24px 0;
  }
}

.footer-news {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .footer-news {
    margin-right: -6px;
  }
}

.footer-input {
  font-size: 10px;
  font-weight: 200;
  color: #5d5b54;
  border: 1px solid #efefef;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 6px;
  width: 100%;
  padding: 10p;
}

@media (max-width: 768px) {
  .footer-input {
    font-size: 14px;
  }
}

.footer-button {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #ad9514;
  width: 100%;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .footer-button {
    font-size: 14px;
  }
}

.footer-copyright {
  display: block;
  color: #454545;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  margin-top: 125px;
  padding-bottom: 10px;
}

.footer-sns {
  display: inline-block;
  margin-right: 5px;
}

.footer-sns img {
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  .footer-sns img {
    width: 41px;
    height: 41px;
  }
}

.footer-button-icon {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 5px;
}

.contact {
  background-image: url("./images/contact-bg.jpg");
  background-size: cover;
  height: 330px;
  text-align: center;
}

@media (max-width: 768px) {
  .contact {
    padding: 0 20px;
  }
}

.contact-header {
  padding-top: 104px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .contact-header {
    padding-top: 80px;
  }
}

.contact-button {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: 198px;
  height: 48px;
  padding-top: 12px;
  display: inline-block;
  transition: background-color 300ms;
}

.contact-button:hover {
  color: #AD9514;
  background-color: #fff;
}

.contact-button:hover .contact-icon {
  display: none;
}

.contact-button:hover .contact-icon-alt {
  display: inline;
}

.contact-icon-alt {
  display: none;
}

#map {
  width: 100%;
  height: 100%;
}

.map-popup {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 5px;
  border-radius: 4px;
  overflow-y: auto;
  height: 65px;
  width: 180px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.map-popup-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
  transform: translate(0, -30px);
  display: none;
  z-index: 2;
}

/* This element draws the tip. */
.map-popup-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.map-popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
}

.map-popup-container.is-active .map-popup-anchor {
  display: block;
}

.map-popup-container.is-active .map-popup-content {
  display: flex;
}

.map-popup-pin {
  width: 50px;
  height: 60px;
  background-image: url(./images/map-pin.png);
  background-size: cover;
  transform: translate(-50%, -75%);
  cursor: pointer;
  z-index: 1;
}

.map-popup-content {
  display: none;
  align-items: center;
  overflow: hidden;
}

.map-popup-content img {
  margin: 0 10px 0 5px;
}

.map-popup-content p {
  line-height: 16px;
  margin: 0;
  margin-bottom: 3px;
}

.map-popup-content a {
  font-size: 10px;
  color: #AD9514;
}

.mv {
  background-color: #00B4D0;
  height: calc(100vh - 60px);
  padding: 30px;
}

@media (max-width: 768px) {
  .mv {
    padding: 20px;
    height: auto;
  }
}

.mv-inner {
  background: url(./images/home/mv-bg.jpg);
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  background-size: cover;
}

@media (max-width: 768px) {
  .mv-inner {
    flex-direction: column;
  }
}

.mv-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 0 445px;
  color: #191919;
  font-weight: 200;
  margin-left: 45px;
  justify-content: center;
}

@media (max-width: 768px) {
  .mv-left {
    margin-left: 0;
    padding: 20px;
    text-align: center;
    justify-content: flex-start;
    flex: 1 1 100%;
  }
}

.mv-header {
  font-size: 38px;
  color: #00b4d0;
  margin: 0 25px 0 0;
  font-family: BrushTip;
}

@media (max-width: 768px) {
  .mv-header {
    font-size: 36px;
    margin-top: 20px;
  }
}

.mv-text {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.29px;
}

.mv-link {
  margin-top: 25px;
}

.mv-right {
  padding-left: 20px;
  width: calc(100% - 460px);
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .mv-right {
    padding: 20px;
    width: 100%;
  }
}

.mv-slide, .mv-overlay {
  width: 340px;
  height: calc(70vh - 60px);
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .mv-slide, .mv-overlay {
    width: 100%;
    height: 362px;
  }
}

.mv-overlay {
  background-image: url(./images/home/slider-bg.png);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 18px;
  font-size: 10px;
  line-height: 22px;
}

.mv-overlay * {
  color: #fff;
}

.mv-slide-logo {
  margin-bottom: -20px;
  margin-left: -10px;
}

.home .search {
  background-color: #ad9514;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .home .search {
    padding: 20px;
    background-color: #715821;
  }
}

.home .search-bar {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  display: flex;
}

@media (max-width: 768px) {
  .home .search-bar {
    width: 100%;
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
  }
}

.home .search-fields {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

@media (max-width: 768px) {
  .home .search-fields {
    flex-direction: column;
  }
}

.home .search-field {
  display: flex;
  flex-direction: column;
  margin: 14px 9px;
  flex: 1 1 25%;
  border-right: 1px solid #efefef;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .home .search-field {
    border-right: none;
    margin: 20px 20px 0;
  }
}

.home .search-field:first-child {
  margin-left: 18px;
}

@media (max-width: 768px) {
  .home .search-field:first-child {
    margin: 20px 20px 0;
  }
}

.home .search-field:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .home .search-field:last-child {
    margin: 20px;
  }
}

.home .search-label {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  display: block;
}

@media (max-width: 768px) {
  .home .search-label {
    color: #fff;
    font-weight: 300;
  }
}

.home .search-label:after {
  position: absolute;
  content: '';
  top: 6px;
  right: 60px;
  height: 4px;
  width: 4px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .home .search-label:after {
    right: 10px;
    top: 40px;
  }
}

.home .search-text {
  font-size: 10px;
  font-weight: 200;
  color: #5d5b54;
}

@media (max-width: 768px) {
  .home .search-text {
    font-size: 12px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 5px;
  }
}

.home .search-button {
  flex: 0 0 130px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 18px;
  border: 1px solid #00b4d0;
  height: 36px;
  margin: 13px 20px 13px 0;
  text-align: center;
  transition: background-color 500ms;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .search-button:hover {
  background-color: #00b4d0;
}

.home .search-button:hover span {
  color: #fff;
}

.home .search-button span {
  color: #00b4d0;
  height: 16px;
}

@media (max-width: 768px) {
  .home .search-button span {
    height: auto;
    color: #fff;
  }
}

@media (max-width: 768px) {
  .home .search-button {
    font-size: 14px;
    width: calc(100% - 40px);
    margin: 20px;
    flex: 1 1 auto;
    height: 46px;
    border-radius: 4px;
    background-color: #00b4d0;
  }
}

.home .search-dropdown {
  display: none;
  position: absolute;
  width: 240px;
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 200;
  top: 49px;
  left: -10px;
  z-index: 999;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .home .search-dropdown {
    width: 100%;
    left: 0;
    top: 64px;
    font-size: 12px;
    border-radius: 4px;
  }
}

.home .search-dropdown > li {
  padding: 10px 30px;
}

.home .search-dropdown > li:hover {
  background-color: #715821;
  color: #fff;
  cursor: pointer;
}

.home .about {
  background-color: #f8f8f8;
  padding-top: 121px;
  padding-bottom: 130px;
}

@media (max-width: 768px) {
  .home .about {
    padding: 60px 40px;
  }
}

.home .about-inner {
  display: flex;
}

@media (max-width: 768px) {
  .home .about-inner {
    flex-direction: column;
  }
}

.home .about-image {
  flex: 0 0 450px;
}

.home .about-image > img {
  width: 450px;
  height: 319px;
}

@media (max-width: 768px) {
  .home .about-image {
    flex: 1 1 100%;
  }
  .home .about-image > img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
}

.home .about-text {
  padding-left: 50px;
  color: #454545;
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
}

@media (max-width: 768px) {
  .home .about-text {
    padding: 0;
    padding-top: 40px;
    text-align: center;
  }
}

.home .about-header {
  font-size: 12px;
  color: #ad9514;
  letter-spacing: 1.2px;
  font-weight: 200;
  margin: 0;
}

.home .about-subheader {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.home .about-button {
  margin-top: 30px;
}

.news {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #fff;
}

.news-header {
  font-size: 12px;
  color: #ad9514;
  letter-spacing: 1.2px;
  font-weight: 200;
  margin: 0;
  margin-top: 5px;
}

.news-subheader {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: -6px;
  margin-bottom: 0;
}

.news-text {
  color: #454545;
  font-size: 14px;
  font-weight: 200;
  margin-top: 7px;
  margin-bottom: 55px;
}

@media (max-width: 768px) {
  .news-text {
    padding: 0 30px;
  }
}

.news-button {
  margin-top: 50px;
  position: relative;
}

.news-list {
  margin-left: -50px;
  width: 1000px;
  height: 770px;
  position: relative;
}

@media (max-width: 768px) {
  .news-list {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
  }
}

.news-item {
  position: absolute;
  width: 287px;
  height: 287px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  cursor: pointer;
  text-align: center;
}

.news-item:hover .news-title, .news-item:hover .news-date, .news-item:hover .news-link {
  opacity: 1;
  top: 0;
}

@media (max-width: 768px) {
  .news-item {
    position: relative;
    clip-path: none;
    width: 100%;
    padding-top: 64%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    top: 0 !important;
    left: 0 !important;
    height: 0;
  }
  .news-item .news-title, .news-item .news-date, .news-item .news-link {
    opacity: 1;
    top: 0;
  }
}

.news-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 287px;
  height: 287px;
  background-image: url(./images/home/news-bg.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .news-item-overlay {
    width: 100%;
    height: 100%;
    background-image: url(./images/home/news-bg-sp.png);
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
  }
}

.news-title {
  position: relative;
  top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  opacity: 0;
  transition: opacity 300ms, top 500ms;
  padding: 0 55px;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .news-title {
    padding: 0;
    text-align: left;
    font-size: 16px;
  }
}

.news-date {
  position: relative;
  top: 10px;
  font-size: 8px;
  font-weight: 200;
  color: #fff;
  margin: 0;
  margin-top: -2px;
  opacity: 0;
  transition: opacity 300ms, top 500ms;
}

@media (max-width: 768px) {
  .news-date {
    font-size: 10px;
  }
}

.news-link {
  position: relative;
  top: 10px;
  font-size: 10px;
  font-weight: 300;
  color: #00B4D0;
  margin: 0;
  margin-top: 7px;
  opacity: 0;
  transition: opacity 300ms ease 300ms, top 500ms ease 300ms;
}

@media (max-width: 768px) {
  .news-link {
    font-size: 12px;
    display: inline-flex;
  }
}

.news-item1 {
  top: 10px;
  left: 169px;
}

.news-item2 {
  top: 10px;
  left: 483px;
}

.news-item3 {
  top: 249px;
  left: 245px;
}

.news-item4 {
  top: 173px;
  left: 640px;
}

.news-item5 {
  top: 322px;
  left: 0px;
}

.news-item6 {
  top: 484px;
  left: 158px;
}

.news-item7 {
  top: 410px;
  left: 400px;
}

.news-item8 {
  top: 414px;
  left: 712px;
}

.news-square {
  position: absolute;
  width: 137px;
  height: 137px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

@media (max-width: 768px) {
  .news-square {
    display: none;
  }
}

.news-square1 {
  top: 0;
  left: 403px;
  background-color: #715821;
}

.news-square2 {
  top: 170px;
  left: 81px;
  background-color: #AD9514;
}

.news-square3 {
  top: 243px;
  left: 476px;
  background-color: #AD9514;
}

.news-square4 {
  top: 402px;
  left: 632px;
  background-color: #715821;
}

.news-square5 {
  top: 569px;
  left: 630px;
  background-color: #AD9514;
}

.news-circle {
  width: 99px;
  height: 99px;
  position: absolute;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .news-circle {
    display: none;
  }
}

.news-circle1 {
  top: 267px;
  left: 4px;
  background-color: #715821;
}

.news-circle2 {
  top: 267px;
  left: 181px;
  background-color: #00B4D0;
}

.news-circle2:after {
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  background-color: #fff;
  top: 22px;
  left: 22px;
  border-radius: 30px;
}

.news-circle3 {
  top: 182px;
  left: 417px;
  background-color: #00B4D0;
}

.news-circle3:after {
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  background-color: #fff;
  top: 22px;
  left: 22px;
  border-radius: 30px;
}

.news-circle4 {
  top: 76px;
  left: 777px;
  background-color: #AD9514;
}

.news-circle5 {
  top: 341px;
  left: 572px;
  background-color: #00B4D0;
}

.news-circle6 {
  top: 348px;
  left: 887px;
  background-color: #AD9514;
}

.news-circle7 {
  top: 661px;
  left: 412px;
  background-color: #00B4D0;
}

.news-arrow {
  display: none;
}

@media (max-width: 768px) {
  .news-arrow {
    display: inline-block;
    margin-right: 6px;
  }
}

.projects {
  display: flex;
  height: calc(100vh - 60px);
}

@media (max-width: 768px) {
  .projects {
    height: auto;
  }
}

.projects-list {
  flex: 0 0 683px;
  overflow: scroll;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .projects-list {
    flex: 1 1 100%;
    overflow: unset;
  }
}

.projects-list.is-collapse {
  flex-basis: 30px;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .projects-list.is-collapse {
    flex-basis: 100%;
  }
}

.projects-map {
  flex: 1 1 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .projects-map {
    display: none;
  }
}

.projects .search {
  background-color: #715821;
  display: flex;
  color: #fff;
  padding: 30px;
  width: 683px;
}

@media (max-width: 768px) {
  .projects .search {
    width: 100%;
    flex-direction: column;
    padding: 20px;
  }
}

.projects .search-field {
  display: flex;
  flex-direction: column;
  flex: 0 0 116px;
  margin-right: 10px;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 768px) {
  .projects .search-field {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.projects .search-field-label {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.projects .search-field-value {
  font-size: 10px;
  color: #5D5B54;
  font-weight: 200;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 10px;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .projects .search-field-value {
    font-size: 12px;
  }
}

.projects .search-field-value:after {
  position: absolute;
  top: 15px;
  right: 10px;
  content: '';
  width: 4px;
  height: 4px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.projects .search-field-dropdown {
  position: absolute;
  top: 60px;
  font-size: 11px;
  font-weight: 200;
  color: #191919;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 220px;
  z-index: 999;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  display: none;
}

@media (max-width: 768px) {
  .projects .search-field-dropdown {
    font-size: 12px;
    width: 100%;
    top: 65px;
    border-radius: 4px;
  }
}

.projects .search-field-dropdown > li {
  padding: 10px 30px;
}

.projects .search-field-dropdown > li:hover {
  background-color: #715821;
  color: #fff;
  cursor: pointer;
}

.projects .search-button {
  border: 1px solid #00B4D0;
  background-color: #00B4D0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  width: 119px;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .projects .search-button {
    width: 100%;
    margin-top: 15px;
  }
}

.list {
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  color: #454545;
  justify-content: space-between;
  padding: 26px 20px 10px 29px;
  align-items: center;
}

@media (max-width: 768px) {
  .list {
    padding: 18px 20px;
  }
}

.list-header {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 0;
}

.list-sort-label {
  font-size: 12px;
  font-weight: 300;
  margin-right: 10px;
}

.list-sort-dropdown {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 8px 38px 8px 12px;
  margin-right: 15px;
  cursor: pointer;
}

.list-sort-dropdown:after {
  position: absolute;
  content: '';
  right: 12px;
  top: 12px;
  display: block;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #454545;
  border-right: 1px solid #454545;
  transform: rotate(45deg);
}

.list-sort-dropdown-list {
  position: absolute;
  top: 36px;
  left: 0;
  width: 160px;
  background-color: #f3f3f3;
  z-index: 10;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: none;
}

.list-sort-dropdown-list > li {
  padding: 10px;
}

.list-sort-dropdown-list > li:hover {
  background-color: #715821;
  color: #fff;
}

.list-sort-dropdown-value {
  position: relative;
}

.list-filter {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .list-filter {
    display: none;
  }
}

.list-spacer {
  width: 12px;
}

.list-view-type-icon {
  cursor: pointer;
}

.project-list {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px 30px 30px;
  justify-content: space-between;
  background-color: #F8F8F8;
  position: relative;
}

@media (max-width: 768px) {
  .project-list {
    flex-direction: column;
    padding: 20px;
    flex-wrap: nowrap;
  }
}

.project-item {
  position: relative;
  margin-bottom: 28px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 768px) {
  .project-item {
    overflow: visible;
  }
}

.project-item.project-item-list-view {
  width: 100%;
}

.project-item:hover .project-list-inactive {
  display: none;
}

.project-item:hover .project-list-item-overlay {
  background-image: url("/images/project-bg-active.png");
}

.project-list-arrow {
  position: absolute;
  right: 10px;
  top: calc(50vh - 125px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #5D5B54;
  border-left: 2px solid #5D5B54;
  transform: rotate(-45deg);
  cursor: pointer;
}

@media (max-width: 768px) {
  .project-list-arrow {
    display: none;
  }
}

.project-list-arrow.is-collapse {
  transform: rotate(135deg);
}

.project-list-item-list-view {
  flex-basis: 100%;
}

.project-list-none {
  text-align: center;
}

.project-card {
  width: 288px;
  height: 334px;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .project-card {
    width: 100%;
    height: auto;
    padding-top: 85%;
  }
}

.project-card:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./images/projects/project-bg.png");
  background-size: contain;
  z-index: 1;
}

.project-card:hover:before {
  background-image: url("./images/projects/project-bg-active.png");
}

@media (max-width: 768px) {
  .project-card:hover:before {
    background-image: url("./images/projects/project-bg.png");
  }
}

.project-card:hover .project-card-inner {
  display: none;
}

@media (max-width: 768px) {
  .project-card:hover .project-card-inner {
    display: flex;
  }
}

.project-card:hover .project-card-inner-active {
  display: flex;
}

@media (max-width: 768px) {
  .project-card:hover .project-card-inner-active {
    display: none;
  }
}

.project-card:hover .project-card-brand {
  display: none;
}

@media (max-width: 768px) {
  .project-card:hover .project-card-brand {
    display: block;
  }
}

.project-item-list-view .project-card {
  display: none;
}

.project-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  height: 100%;
  width: 100%;
  z-index: 2;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
}

@media (max-width: 768px) {
  .project-card-inner {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.project-card-inner * {
  color: #fff;
}

.project-card-inner-active {
  position: relative;
  display: none;
  flex-direction: column;
  z-index: 2;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.project-card-link {
  font-size: 8px;
  font-weight: 500;
  height: 28px;
  padding: 8px 0 8px;
  margin-top: 10px;
  width: 106px;
  text-align: center;
}

.project-card-group {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
}

.project-list-item {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  display: none;
}

.project-list-item:hover .project-list-item-active {
  display: flex;
}

.project-list-item:hover .project-list-item-brand {
  display: none;
}

.project-item-list-view .project-list-item {
  display: flex;
}

.project-list-item-thumbnail {
  border-radius: 4px;
  overflow: none;
}

.project-list-item-info {
  display: flex;
  flex-direction: column;
  height: 144px;
  padding-left: 20px;
  justify-content: flex-end;
  line-height: 18px;
  color: #454545;
  font-size: 10px;
  font-weight: 300;
}

.project-list-item-active {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./images/projects/project-bg-active.png");
  background-size: contain;
  border-radius: 4px;
}

.project-list-item-link {
  font-size: 8px;
  font-weight: 500;
  height: 28px;
  padding: 8px 0 8px;
  margin-top: 10px;
  width: 106px;
  text-align: center;
}

.project-list-item-brand {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.project {
  padding-bottom: 132px;
  background-color: #F8F8F8;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(56, 51, 29, 0.7));
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px);
  position: relative;
  z-index: 1;
}

.hero-logo {
  display: inline-block;
  position: relative;
}

.hero-logo img {
  z-index: 2;
  position: relative;
}

.hero-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  background-color: black;
  border-radius: 100%;
  box-shadow: 0 0 40px 35px black;
  opacity: 0.3;
  z-index: 1;
}

.tabs {
  display: flex;
  margin-bottom: 100px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  justify-content: center;
}

@media (max-width: 768px) {
  .tabs {
    height: 88px;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .tabs-wrapper {
    overflow-x: scroll;
  }
}

.tabs > svg {
  fill: #454545;
}

.tabs-list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .tabs-list {
    display: flex;
  }
}

.tabs-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .tabs-item {
    margin: 0 7px;
  }
}

.tabs-link {
  display: block;
  padding-top: 18px;
  width: 90px;
  height: 88px;
  font-weight: normal;
  font-size: 12px;
  color: #454545;
  transition: color 300ms;
  position: relative;
  text-align: center;
}

.tabs-link::before {
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  background: url("./images/project/icon-overview.svg") no-repeat center;
  background-size: contain;
  width: 30px;
  height: 25px;
  transition: background-image 300ms;
}

.tabs-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #AD9514;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms;
}

.tabs-link:hover, .tabs-link.tabs-link-active {
  color: #AD9514;
}

.tabs-link:hover::after, .tabs-link.tabs-link-active::after {
  transform: scaleX(1);
}

.tabs-link-overview:hover::before, .tabs-link-overview.tabs-link-active::before {
  background-image: url("./images/project/icon-overview-hover.svg");
}

.tabs-link-location::before {
  background-image: url(" ./images/project/icon-location.svg");
}

.tabs-link-location:hover::before, .tabs-link-location.tabs-link-active::before {
  background-image: url(" ./images/project/icon-location-hover.svg");
}

.tabs-link-homes::before {
  background-image: url(" ./images/project/icon-home.svg");
}

.tabs-link-homes:hover::before, .tabs-link-homes.tabs-link-active::before {
  background-image: url(" ./images/project/icon-home-hover.svg");
}

.tabs-link-amenities::before {
  background-image: url(" ./images/project/icon-amenities.svg");
}

.tabs-link-amenities:hover::before, .tabs-link-amenities.tabs-link-active::before {
  background-image: url(" ./images/project/icon-amenities-hover.svg");
}

.tabs-link-gallery::before {
  background-image: url(" ./images/project/icon-gallery.svg");
}

.tabs-link-gallery:hover::before, .tabs-link-gallery.tabs-link-active::before {
  background-image: url(" ./images/project/icon-gallery-hover.svg");
}

.tabs-link-virtual::before {
  background-image: url(" ./images/project/icon-virtual.svg");
}

.tabs-link-virtual:hover::before, .tabs-link-virtual.tabs-link-active::before {
  background-image: url(" ./images/project/icon-virtual-hover.svg");
}

.tabs-link-updates::before {
  background-image: url(" ./images/project/icon-updates.svg");
}

.tabs-link-updates:hover::before, .tabs-link-updates.tabs-link-active::before {
  background-image: url(" ./images/project/icon-updates-hover.svg");
}

.tabs-link-monitor::before {
  background-image: url(" ./images/project/icon-monitor.svg");
}

.tabs-link-monitor:hover::before, .tabs-link-monitor.tabs-link-active::before {
  background-image: url(" ./images/project/icon-monitor-hover.svg");
}

.tabs-text {
  display: block;
  margin-top: 6px;
  line-height: 1.3;
}

.tabs-content {
  display: none;
}

.tabs-content.tabs-virtual-tour {
  display: block;
  height: 0;
  visibility: hidden;
}

.tabs-content.tabs-virtual-tour.is-active {
  height: auto;
  visibility: visible;
}

.tabs-content.is-active {
  display: block;
}

.tabs-prev, .tabs-next {
  position: relative;
  display: none;
  height: 88px;
  width: 32px;
  flex: 0 0 32px;
}

.tabs-prev.is-disabled, .tabs-next.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.tabs-prev::after, .tabs-next::after {
  font-size: 29px;
  font-family: swiper-icons;
  content: 'prev';
  position: absolute;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
}

@media (max-width: 768px) {
  .tabs-prev, .tabs-next {
    display: block;
  }
}

.tabs-next::after {
  content: 'next';
  right: 7px;
  left: auto;
}

@media (max-width: 768px) {
  .overview {
    padding: 20px;
  }
}

.overview-content {
  display: flex;
}

@media (max-width: 768px) {
  .overview-content {
    flex-direction: column;
  }
}

.overview-col-side {
  margin-left: 30px;
  width: 299px;
  flex: none;
}

@media (max-width: 768px) {
  .overview-col-side {
    margin: 0;
    width: 100%;
  }
}

.product-header {
  color: #454545;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .product-header {
    padding-left: 30px;
  }
}

.product-heading {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
}

.product-location {
  font-size: 12px;
  font-style: normal;
}

@media (max-width: 768px) {
  .product-location {
    font-size: 14px;
  }
}

.product-header-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  top: 5px;
}

.product-prices {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #AD9514;
  border-radius: 2px;
}

.product-estimated {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .product-estimated {
    font-size: 14px;
  }
}

.description-heading {
  font-size: 20px;
  font-weight: normal;
  margin-top: 27px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .description-heading {
    padding-left: 30px;
  }
}

.description-content-wrap {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .description-content-wrap {
    padding: 20px;
  }
}

.description-content h3 {
  margin-top: 0;
  padding-bottom: 10px;
  color: #AD9514;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #F5F5F5;
}

.description-content p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 1.9;
}

.description-attach {
  margin-top: 30px;
}

.description-attach h3 {
  margin-top: 0;
  padding-bottom: 10px;
  color: #AD9514;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #F5F5F5;
}

.description-attach-list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.description-attach-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 8px;
  padding-left: 46px;
  width: 145px;
  height: 57px;
  font-size: 12px;
  box-shadow: 0 0 11px -8px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  line-height: 1.4;
  position: relative;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}

.description-attach-item::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 18px;
  height: 24px;
  background: url("./images/project/icon-attach-dark.svg") no-repeat center;
  background-size: contain;
}

.description-attach-item:hover {
  color: #fff;
  background-color: #00B4D0;
  border-color: transparent;
}

.description-attach-item:hover::before {
  background-image: url("./images/project/icon-attach-white.svg");
}

.description-attach-item:hover .description-attach-link {
  color: #fff;
}

.description-attach-link {
  display: block;
  text-decoration: underline;
  color: #454545;
}

.description-attach-link:hover {
  text-decoration: none;
}

.socials p {
  margin-bottom: 0;
  font-size: 12px;
}

.socials-item {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
}

.socials-item a {
  display: block;
}

@media (max-width: 768px) {
  .overview {
    padding: 20px;
  }
}

.overview-content {
  display: flex;
}

@media (max-width: 768px) {
  .overview-content {
    flex-direction: column;
  }
}

.overview-col-side {
  margin-left: 30px;
  width: 299px;
  flex: none;
}

@media (max-width: 768px) {
  .overview-col-side {
    margin: 0;
    width: 100%;
  }
}

.quick-info h2 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 27px;
  margin-bottom: 10px;
}

.quick-info-list {
  padding: 18px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .quick-info-list {
    padding: 20px;
  }
}

.quick-info-list dl {
  display: flex;
  flex-wrap: wrap;
}

.quick-info-list dt,
.quick-info-list dd {
  margin-bottom: 20px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .quick-info-list dt,
  .quick-info-list dd {
    font-size: 14px;
  }
}

.quick-info-list dt:last-of-type,
.quick-info-list dd:last-of-type {
  margin-bottom: 0;
}

.quick-info-list dt {
  width: 90px;
  flex: none;
  color: #454545;
}

.quick-info-list dd {
  width: calc(100% - 90px);
  text-align: right;
  margin-left: auto;
  color: #AD9514;
}

.inquire-form h2 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 27px;
  margin-bottom: 10px;
}

.inquire-form label {
  font-size: 12px;
  color: #454545;
}

@media (max-width: 768px) {
  .inquire-form label {
    font-size: 14px;
  }
}

.inquire-form-inner {
  padding: 18px 30px 43px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .inquire-form-inner {
    padding: 20px;
  }
}

.inquire-form-group {
  margin-bottom: 10px;
}

.inquire-form-input,
.inquire-form-textarea {
  display: block;
  padding-left: 12px;
  width: 100%;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .inquire-form-input,
  .inquire-form-textarea {
    font-size: 14px;
  }
}

.inquire-form-input::placeholder,
.inquire-form-textarea::placeholder {
  color: #454545;
}

.inquire-form-input {
  height: 38px;
}

.inquire-form-textarea {
  padding-top: 12px;
  min-height: 78px;
}

.inquire-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 135px;
  height: 38px;
  background-color: #AD9514;
  border-radius: 50px;
  color: #fff;
  appearance: none;
  text-transform: uppercase;
  outline: none;
  border: none;
  transition: background-color 300ms;
  cursor: pointer;
}

@media (max-width: 768px) {
  .inquire-form-button {
    width: 100%;
  }
}

.inquire-form-button:hover {
  background-color: #00B4D0;
}

@media (max-width: 768px) {
  .location {
    padding: 20px;
  }
}

.location-map {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
  height: 400px;
}

@media (max-width: 768px) {
  .location-map {
    height: 620px;
    box-shadow: none;
  }
}

.heading {
  text-align: center;
}

.heading-text {
  font-size: 28px;
  color: #454545;
}

.facilities {
  margin-top: 48px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
}

.facilities-subheading {
  margin-top: 0;
  padding-bottom: 10px;
  color: #AD9514;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #F5F5F5;
}

.facilities-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
}

@media (max-width: 768px) {
  .facilities-list {
    flex-direction: column;
  }
}

.facilities-item {
  width: calc(100% / 2);
}

@media (max-width: 768px) {
  .facilities-item {
    width: 100%;
  }
}

.facility {
  display: flex;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 10px 0 29px;
}

.facilities-item-icon {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.facilities-item-label,
.facilities-item-time {
  color: #454545;
  font-size: 12px;
  width: calc(100% / 2);
}

@media (max-width: 768px) {
  .facilities-item-label,
  .facilities-item-time {
    font-size: 14px;
  }
}

.facilities-item-time {
  color: #AD9514;
}

.modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.86);
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 9999;
}

@media (max-width: 768px) {
  .modal {
    width: 100vw;
  }
}

.modal.is-active {
  display: flex;
}

.modal-content {
  height: 562.5px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .modal-content {
    width: auto;
    height: auto;
    max-width: calc(100vw - 40px);
    background-color: transparent;
  }
}

.modal-content > * {
  height: 100%;
}

@media (max-width: 768px) {
  .modal-content > * {
    height: auto;
  }
}

.modal-close {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #00b4d0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.modal-swiper {
  border-radius: 4px;
}

.modal-item-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 562.5px;
  background-color: #fff;
  position: relative;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-item-image-wrap {
    height: auto;
    max-height: 80vh;
    max-width: calc(100vw - 40px);
    margin: 0 auto;
    background-color: transparent;
  }
}

.modal-item-image {
  height: 100%;
}

@media (max-width: 768px) {
  .modal-item-image {
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: calc(100vw - 40px);
  }
}

.modal-item-detail {
  font-size: 20px;
  color: #454545;
  position: absolute;
  left: 30px;
  top: 14px;
  text-align: left;
}

.modal-item-detail.is-reverse {
  color: #AD9514;
}

.modal-item-detail.is-reverse span {
  color: #454545;
}

.modal-item-detail span {
  display: block;
  font-size: 14px;
  color: #AD9514;
}

.modal-item-desc {
  position: absolute;
  left: 30px;
  bottom: 14px;
  font-size: 14px;
  color: #454545;
}

@media (max-width: 768px) {
  .homes {
    padding: 20px;
  }
}

.homes-item {
  padding: 50px 0 90px;
}

@media (max-width: 768px) {
  .homes-item {
    padding: 0;
  }
}

.homes-item h2 {
  font-size: 20px;
  font-weight: normal;
}

.homes-item:first-of-type {
  padding-top: 0;
}

.homes-item:nth-of-type(even) {
  background-color: #fff;
}

@media (max-width: 768px) {
  .homes-item:nth-of-type(even) {
    background-color: transparent;
  }
}

.homes-item-building-plans {
  background-color: #fff;
}

.homes-item-building-slider {
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
}

.homes-item-building-slider.is-single {
  box-shadow: none;
}

.homes-item-image {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 768px) {
  .homes-item-image {
    height: auto;
    padding-top: 63%;
  }
}

.homes-item-type {
  margin: 30px 0 10px;
  color: #AD9514;
  font-size: 14px;
  font-weight: 500;
}

.homes-item-area {
  color: #AD9514;
  font-size: 14px;
  font-weight: 200;
  margin: 4px 0;
}

.homes-item-area span {
  color: #454545;
  font-weight: 500;
  display: inline-block;
  width: 100px;
}

.homes-item-description {
  font-size: 12px;
  font-weight: 200;
}

.homes-item-image-desc {
  font-size: 16px;
  color: #AD9514;
  position: absolute;
  left: 44px;
  top: 27px;
}

@media (max-width: 768px) {
  .homes-item-image-desc {
    top: 20px;
    left: 20px;
    margin: 0;
  }
}

.homes-item-image-desc span {
  display: block;
  font-size: 12px;
  color: #454545;
}

.homes-slide-image {
  width: 100%;
  height: 480px;
  margin: 10px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 768px) {
  .homes-slide-image {
    height: auto;
    padding-top: 94%;
    margin: 0;
    background-size: 75%;
  }
}

.homes-slide-legend {
  height: 480px;
  position: absolute;
  list-style-type: none;
  margin: 0;
  left: 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homes-slide-legend.is-bottom {
  flex-direction: row;
  height: auto;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  flex-wrap: wrap;
}

.homes-slide-legend.is-bottom .homes-slide-legend-item {
  margin-right: 20px;
}

.homes-slide-legend.is-bottom .homes-slide-legend-item.is-blank {
  margin-right: 5px;
}

.homes-slide-name {
  margin-left: 20px;
  position: absolute;
}

.homes-slide-legend-item {
  display: flex;
  margin-bottom: 5px;
}

.homes-slide-legend-color {
  width: 15px;
  height: 15px;
}

.homes-slide-legend-name {
  margin-left: 10px;
  font-size: 12px;
}

.floor-plans {
  margin-top: 32px;
}

.floor-plans h3 {
  font-size: 16px;
  font-weight: normal;
  color: #AD9514;
}

.floor-plans-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 20px -10px 0;
  padding: 0;
}

@media (max-width: 768px) {
  .floor-plans-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.floor-plans-image-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  height: 227px;
}

.floor-plans-image {
  object-fit: contain;
}

.floor-plans-item {
  width: calc((100% / 4) - 20px);
  margin: 10px;
  padding: 12px 15px 10px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .floor-plans-item {
    width: 240px;
  }
}

.floor-plans-detail {
  font-size: 10px;
  color: #454545;
}

.floor-plans-detail span {
  display: block;
  color: #AD9514;
}

.floor-plans-desc {
  font-size: 10px;
  color: #454545;
}

.amenities-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.amenities-list.is-half .amenities-item {
  flex: 1 1 auto;
}

@media (max-width: 768px) {
  .amenities-list {
    padding: 20px;
    margin: 0;
    flex-direction: column;
  }
}

.amenities-item {
  width: 35%;
  margin: 10px;
  flex-grow: 10;
}

@media (max-width: 768px) {
  .amenities-item {
    flex: 1 1 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.amenities-item:nth-of-type(2n+2) {
  flex: 4 1 auto;
}

@media (max-width: 768px) {
  .amenities-item:nth-of-type(2n+2) {
    flex: 1 1 100%;
  }
}

.amenities-item:nth-of-type(4n+1) {
  flex: 1 1 auto;
}

@media (max-width: 768px) {
  .amenities-item:nth-of-type(4n+1) {
    flex: 1 1 100%;
  }
}

.amenities-image {
  position: relative;
  height: 286px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .amenities-image {
    height: auto;
    width: 100%;
    padding-top: 63%;
  }
}

.amenities-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.amenities-image p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}

.gallery-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  height: 410px;
  flex-direction: column;
}

@media (max-width: 768px) {
  .gallery-list {
    display: block;
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
    height: auto;
  }
}

.gallery-list:nth-of-type(even) .galleryItem:nth-of-type(3n+1) {
  height: calc(100% - 20px);
}

@media (max-width: 768px) {
  .gallery-list:nth-of-type(even) .galleryItem:nth-of-type(3n+1) {
    height: auto;
  }
}

.gallery-list:nth-of-type(even) .galleryItem:nth-of-type(3n+3) {
  height: calc((100% / 2) - 20px);
}

@media (max-width: 768px) {
  .gallery-list:nth-of-type(even) .galleryItem:nth-of-type(3n+3) {
    height: auto;
  }
}

.gallery-item {
  margin: 10px;
  width: auto;
  height: calc((100% / 2) - 20px);
  flex-grow: 10;
}

@media (max-width: 768px) {
  .gallery-item {
    height: auto;
    flex-grow: 1;
    margin: 0;
    margin-bottom: 20px;
  }
}

.gallery-item:nth-of-type(3n+3) {
  height: calc((185px * 2) - 20px);
}

@media (max-width: 768px) {
  .gallery-item:nth-of-type(3n+3) {
    height: auto;
  }
}

.gallery-item div {
  height: 100% !important;
}

.gallery-image {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .gallery-image {
    width: 100%;
    height: auto;
    padding-top: 63%;
  }
}

.gallery-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.gallery-image p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}

.gallery-video {
  margin-top: 118px;
}

@media (max-width: 768px) {
  .gallery-video {
    margin: 0;
    padding: 20px;
    padding-top: 0;
  }
}

.gallery-video iframe {
  border: 0;
  width: 100%;
  height: 480px;
}

@media (max-width: 768px) {
  .gallery-video iframe {
    height: 220px;
  }
}

.construction-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 768px) {
  .construction-list {
    flex-direction: column;
    margin: 0;
    padding: 20px;
  }
}

.construction-item {
  padding-bottom: 20px;
  margin: 0 20px 20px;
  width: calc((100% / 2) - 40px);
  border-radius: 5px;
  overflow: hidden;
}

.construction-item.is-hidden {
  margin: 0;
  padding: 0;
}

.construction-item.is-hidden .construction-item-inner {
  display: none;
}

@media (max-width: 768px) {
  .construction-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.construction-image {
  display: block;
  padding-top: 66%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.construction-content {
  padding: 22px 19px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 0 20px -15px rgba(0, 0, 0, 0.5);
}

.construction-content time {
  display: block;
  font-size: 14px;
  color: #454545;
}

.construction-link {
  text-transform: uppercase;
  font-size: 10px;
  color: #00B4D0;
  text-decoration: none;
  transition: color 200ms;
  cursor: pointer;
}

.construction-link:hover {
  color: #AD9514;
}

.construction-pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.construction-pagination li {
  margin: 0 5px;
}

.construction-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #454545;
  border-radius: 4px;
  background-color: #F2F2F2;
  cursor: pointer;
  transition: background-color 300ms, color 300ms;
}

.construction-pagination span.construction-pagination-next, .construction-pagination span.construction-pagination-prev {
  position: relative;
}

.construction-pagination span.construction-pagination-next::before, .construction-pagination span.construction-pagination-prev::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  transform: rotate(45deg);
  transition: border-color 300ms;
}

.construction-pagination span.construction-pagination-prev::before {
  transform: rotate(-135deg);
}

.construction-pagination span.construction-pagination, .construction-pagination span.construction-pagination-active, .construction-pagination span:hover {
  color: #fff;
  background-color: #AD9514;
}

.construction-pagination span.construction-pagination.construction-pagination-next::before, .construction-pagination span.construction-pagination.construction-pagination-prev::before, .construction-pagination span.construction-pagination-active.construction-pagination-next::before, .construction-pagination span.construction-pagination-active.construction-pagination-prev::before, .construction-pagination span:hover.construction-pagination-next::before, .construction-pagination span:hover.construction-pagination-prev::before {
  border-color: #fff;
}

.advantage-heading-icon {
  display: block;
  width: 36px;
  margin: 0 auto -20px;
}

@media (max-width: 768px) {
  .advantage-heading-icon {
    margin-top: 40px;
  }
}

.advantage-desc {
  margin-top: -15px;
  font-size: 14px;
  color: #454545;
  line-height: 2;
  text-align: center;
}

@media (max-width: 768px) {
  .advantage-desc {
    padding: 0 30px;
  }
}

.advantage-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 69px;
  padding: 0;
}

@media (max-width: 768px) {
  .advantage-list {
    padding: 20px;
    flex-direction: column;
    margin-top: 20px;
  }
}

.advantage-item {
  width: calc(100% / 3);
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width: 768px) {
  .advantage-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.advantage-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.advantage-item p {
  margin-top: 27px;
  font-size: 14px;
  color: #454545;
}

.advantage-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  text-align: center;
}

.virtual-image {
  border-radius: 5px;
  box-shadow: 0 0 22px -14px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .virtual-image {
    padding: 10px;
  }
  .virtual-image > div {
    width: 100% !important;
  }
}

.virtual-image.is-hidden {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.virtual-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}

@media (max-width: 768px) {
  .virtual-list {
    margin: 0;
    width: 100%;
  }
}

.virtual-item {
  width: calc((100% / 5) - 20px);
  margin: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .virtual-item {
    width: 28%;
  }
}

.virtual-item-image {
  position: relative;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
}

.virtual-item-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.virtual-item-image p {
  margin: 0;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.header-lower {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}

.header-lower-text {
  color: #fff;
  font-size: 38px;
  font-family: "BrushTip";
  font-weight: 400;
}

.about-us .about {
  text-align: center;
}

.about-us .about-container {
  background-color: #F8F8F8;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .about-us .about-container {
    padding: 20px;
  }
}

.about-us .about-inner {
  padding: 0 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .about-us .about-inner {
    padding: 0;
  }
}

.about-us .about-header {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #454545;
}

.about-us .about-sub-header {
  font-size: 20px;
  font-weight: 500;
  color: #AD9514;
}

.about-us .about-text {
  font-size: 14px;
  font-weight: 200;
  color: #454545;
  line-height: 1.85;
  margin: 0;
}

.about-us .about-image {
  padding: 80px 0 120px;
}

@media (max-width: 768px) {
  .about-us .about-image {
    display: none;
  }
}

.about-us .about-values {
  padding: 120px 0;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .about-us .about-values {
    padding: 20px;
  }
}

.about-us .about-subsidiaries {
  background-image: url(./images/about-bg-subsidiaries.jpg);
  background-size: cover;
  background-position: center center;
  height: 430px;
}

@media (max-width: 768px) {
  .about-us .about-subsidiaries {
    height: auto;
    padding: 20px;
  }
}

.about-us .about-subsidiaries-header {
  margin: 0;
  padding-top: 80px;
  padding-bottom: 35px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .about-us .about-subsidiaries-header {
    display: none;
  }
}

.about-us .about-subsidiaries-list {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .about-us .about-subsidiaries-list {
    flex-direction: column;
  }
}

.about-us .about-subsidiaries-list-item {
  flex: 0 0 365px;
  margin: 0 20px;
  background-color: #fff;
  width: 365px;
  height: 350px;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  color: #454545;
  font-weight: 200;
  padding: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .about-us .about-subsidiaries-list-item {
    flex: 1 1 100%;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.about-us .about-subsidiaries-list-item p {
  margin: 0;
}

.about-us .about-video {
  margin-top: 182px;
  margin-bottom: 130px;
}

@media (max-width: 768px) {
  .about-us .about-video {
    margin: 80px 0 40px;
    padding: 20px;
  }
}

.about-us .about-video iframe {
  border: 0;
  width: 100%;
  height: 480px;
}

@media (max-width: 768px) {
  .about-us .about-video iframe {
    height: 220px;
  }
}

.about-slider {
  display: none;
  margin: 30px 0 60px;
}

@media (max-width: 768px) {
  .about-slider {
    display: block;
  }
}

.about-slider .swiper-slide-active {
  margin: 0 35px;
}

@media (max-width: 768px) {
  .about-slider .swiper-slide-active {
    margin: 0;
  }
}

.about-slider .swiper-slide:not(.swiper-slide-active) .about-slide {
  transform: scale(0.85);
}

@media (max-width: 768px) {
  .about-slider .swiper-slide:not(.swiper-slide-active) .about-slide {
    transform: scale(0.95);
  }
}

.about-slider .swiper-slide:not(.swiper-slide-active) .about-slide::after {
  content: '';
  display: block;
  position: absolute;
  width: 520px;
  height: 340px;
  background-image: url(./images/slider-overlay.png);
  top: 0;
  left: 0px;
  z-index: 2;
}

@media (max-width: 768px) {
  .about-slider .swiper-slide:not(.swiper-slide-active) .about-slide::after {
    width: 308px;
    height: 202px;
  }
}

@media (max-width: 768px) {
  .about-slide {
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .about-slide img {
    width: 308px;
    height: 202px;
  }
}

.buyers-guide {
  background-color: #FAFAFA;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .buyers-guide {
    padding: 60px 20px;
  }
}

.buyers-guide-header {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.buyers-guide-container {
  margin-top: 25px;
  margin-bottom: 90px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  padding: 35px 40px;
  font-size: 14px;
  font-weight: 200;
  color: #454545;
}

@media (max-width: 768px) {
  .buyers-guide-container {
    padding: 20px;
    margin: 20px 0 40px;
  }
}

.buyers-guide-container li {
  font-size: 14px;
  font-weight: 200;
  color: #454545;
  line-height: 1.85;
}

.buyers-guide-container li::before {
  content: "\2022";
  color: #00B4D0;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.buyers-guide-container a {
  color: #AD9514;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.buyers-guide-container p {
  margin-bottom: 0;
}

.buyers-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.buyers-guide-sub-header {
  color: #AD9514;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
}

.buyers-guide-sub-header:first-child {
  margin-top: 0;
}

.careers {
  text-align: center;
}

.careers-header {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .careers-header {
    padding: 60px 20px 30px;
  }
}

.careers-text {
  color: #454545;
  font-size: 14px;
  font-weight: 200;
  margin: 0;
  line-height: 1.85;
  padding: 0 20px;
}

.careers-image {
  padding: 60px 20px 0;
}

@media (max-width: 768px) {
  .careers-image img {
    width: 100%;
    height: auto;
  }
}

.careers-hive {
  margin-top: -180px;
  background-image: url(./images/careers-hive-bg.png);
  background-color: #00B4D0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 784px;
  padding-top: 340px;
}

@media (max-width: 768px) {
  .careers-hive {
    margin-top: -90px;
    height: 390px;
    width: 100%;
    padding-top: 160px;
  }
}

.careers-hive .swiper-slide-active {
  margin: 0 35px;
}

@media (max-width: 768px) {
  .careers-hive .swiper-slide-active {
    margin: 0;
  }
}

.careers-hive .swiper-slide:not(.swiper-slide-active) .careers-slide {
  transform: scale(0.85);
}

@media (max-width: 768px) {
  .careers-hive .swiper-slide:not(.swiper-slide-active) .careers-slide {
    transform: scale(0.95);
  }
}

.careers-hive .swiper-slide:not(.swiper-slide-active) .careers-slide::after {
  content: '';
  display: block;
  position: absolute;
  width: 520px;
  height: 340px;
  background-image: url(./images/slider-overlay.png);
  top: 0;
  left: 0px;
  z-index: 2;
}

@media (max-width: 768px) {
  .careers-hive .swiper-slide:not(.swiper-slide-active) .careers-slide::after {
    width: 308px;
    height: 202px;
  }
}

@media (max-width: 768px) {
  .careers-slide {
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .careers-slide img {
    width: 308px;
    height: 202px;
  }
}

.careers-positions {
  background-color: #FAFAFA;
}

.positions {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .positions {
    padding: 20px;
  }
}

.positions-list {
  list-style-type: none;
  display: flex;
  width: 900px;
  overflow: scroll;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .positions-list {
    display: none;
  }
}

.positions-list li {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  display: block;
  height: 38px;
  padding: 9px 30px;
  border-radius: 19px;
  cursor: pointer;
}

.positions-list .is-active {
  color: #fff;
  background-color: #AD9514;
}

.positions-dropdown {
  display: none;
  position: relative;
  margin-bottom: 30px;
  background-color: #AD9514;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  align-items: center;
  padding: 20px;
}

.positions-dropdown::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.positions-dropdown span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.positions-dropdown select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (max-width: 768px) {
  .positions-dropdown {
    display: flex;
  }
}

.position {
  margin-top: 30px;
  padding: 10px 35px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .position {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.position ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.position li {
  font-size: 14px;
  font-weight: 200;
  color: #454545;
  line-height: 1.85;
}

.position li::before {
  content: "\2022";
  color: #00B4D0;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.position.is-active {
  padding: 20px 35px;
}

@media (max-width: 768px) {
  .position.is-active {
    padding: 20px;
  }
}

.position.is-active .position-extra {
  display: block;
}

.position-extra {
  display: none;
}

.position-toggle {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  background-color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .position-toggle {
    right: 20px;
  }
}

.position-toggle::before, .position-toggle::after {
  content: '';
  width: 1px;
  height: 8px;
  background-color: #00B4D0;
  position: absolute;
  top: 11px;
}

.position-toggle::before {
  left: 16px;
  transform: rotate(45deg);
}

.position-toggle::after {
  left: 11px;
  transform: rotate(-45deg);
}

.position-toggle.is-active {
  background-color: #00B4D0;
  border-color: #00B4D0;
}

.position-toggle.is-active::before, .position-toggle.is-active::after {
  background-color: #fff;
  height: 12px;
  top: 8px;
  left: 13px;
}

.position-title {
  color: #AD9413;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .position-title {
    margin-top: 0;
  }
}

.position-sub-title {
  color: #AD9413;
  font-size: 16px;
  font-weight: 500;
}

.position-divider {
  border-top: 1px solid #E3E3E3;
  height: 1px;
  width: 100%;
}

.position-text {
  font-size: 14px;
  color: #454545;
  font-size: 14px;
  font-weight: 200;
}

.position-apply {
  background-color: #AD9514;
  border-radius: 19px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 160px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .position-apply {
    width: 100%;
  }
}

.position-apply span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  font-family: Axiforma;
}

.apply {
  background-color: #FAFAFA;
  padding-bottom: 140px;
}

@media (max-width: 768px) {
  .apply {
    padding: 60px 20px;
  }
}

.apply-breadcrumb {
  color: #454545;
  font-size: 11px;
  font-weight: 200;
  padding-top: 80px;
  display: block;
}

@media (max-width: 768px) {
  .apply-breadcrumb {
    padding-top: 0;
  }
}

.apply-title {
  color: #454545;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.apply-info {
  color: #454545;
  font-size: 14px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 40px;
}

.apply-form {
  color: #454545;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  padding: 30px;
}

@media (max-width: 768px) {
  .apply-form {
    padding: 20px;
  }
}

.apply-form-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
  .apply-form-title {
    margin-bottom: 40px;
  }
}

.apply-form-group {
  width: 49%;
  display: inline-block;
  padding: 10px;
}

@media (max-width: 768px) {
  .apply-form-group {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.apply-form-group label {
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.apply-form-group span {
  color: #AD9514;
}

.apply-form-group input {
  border: 1px solid #F2F2F2;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  margin-top: 5px;
  font-family: Axiforma;
  font-weight: 200;
  font-size: 15px;
}

.apply-form-group input::placeholder {
  font-family: Axiforma;
  font-weight: 200;
  font-size: 15px;
}

.apply-form-button {
  background-color: #AD9514;
  border-radius: 19px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 160px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .apply-form-button {
    width: 100%;
  }
}

.apply-form-button span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  font-family: Axiforma;
}

.contact-us {
  background-color: #fafafa;
  color: #454545;
  padding-top: 375px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .contact-us {
    padding: 375px 20px 40px 20px;
  }
}

.contact-us-map {
  height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .contact-us-map {
    height: 700px;
  }
}

.contact-us-map::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent, #fafafa);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.contact-us-container {
  position: relative;
  z-index: 2;
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

@media (max-width: 768px) {
  .contact-us-container {
    flex-direction: column;
  }
}

.contact-us-form {
  padding: 40px;
  width: 567px;
  flex: 0 0 567px;
}

@media (max-width: 768px) {
  .contact-us-form {
    flex: 1 1 100%;
    width: 100%;
    padding: 20px;
  }
}

.contact-us-header {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.contact-us-text {
  font-size: 14px;
  font-weight: 200;
  margin: 0;
  margin-bottom: 40px;
}

.contact-us-form-group {
  width: 49%;
  display: inline-block;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .contact-us-form-group {
    width: 100%;
  }
}

.contact-us-form-group label {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.contact-us-form-group span {
  color: #AD9514;
}

.contact-us-form-group input, .contact-us-form-group select, .contact-us-form-group textarea {
  border: 1px solid #F2F2F2;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  margin-top: 5px;
  font-family: Axiforma;
  font-weight: 200;
  font-size: 15px;
}

.contact-us-form-group input::placeholder, .contact-us-form-group select::placeholder, .contact-us-form-group textarea::placeholder {
  font-family: Axiforma;
  font-weight: 200;
  font-size: 15px;
}

@media (max-width: 768px) {
  .contact-us-form-group textarea {
    height: 220px;
  }
}

.contact-us-form-group:nth-child(odd) {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .contact-us-form-group:nth-child(odd) {
    padding-right: 0;
  }
}

.contact-us-form-group:nth-child(even) {
  padding-left: 10px;
}

@media (max-width: 768px) {
  .contact-us-form-group:nth-child(even) {
    padding-left: 0;
  }
}

.contact-us-form-group:last-of-type {
  width: 100%;
  padding: 0;
}

.contact-us-form-submit {
  background-color: #AD9514;
  border-radius: 19px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 160px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .contact-us-form-submit {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.contact-us-form-submit span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  font-family: Axiforma;
}

@media (max-width: 768px) {
  .contact-us-form-submit span {
    font-size: 14px;
  }
}

.contact-us-info {
  background-color: #AD9514;
  padding: 40px;
}

@media (max-width: 768px) {
  .contact-us-info {
    padding: 20px;
  }
}

.contact-us-info * {
  color: #fff;
}

.contact-us-info-header {
  font-size: 20px;
  font-weight: 600;
}

.contact-us-info-text {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 15px;
}

.contact-us-info-text span {
  padding-left: 10px;
}

.contact-us-info-direction {
  background-color: #fff;
  border-radius: 19px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 160px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .contact-us-info-direction {
    width: 100%;
  }
}

.contact-us-info-direction span {
  font-size: 12px;
  color: #AD9514;
  font-weight: 500;
  font-family: Axiforma;
}

.contact-us-info-sns {
  display: flex;
}

.contact-us-info-sns > div {
  margin-right: 10px;
}

.news-archive {
  list-style-type: none;
  display: flex;
  margin-top: 80px;
  justify-content: center;
}

@media (max-width: 768px) {
  .news-archive {
    padding: 60px 20px 20px;
    margin: 0;
  }
}

.news-archive li {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  display: block;
  height: 38px;
  padding: 9px 30px;
  border-radius: 19px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .news-archive li {
    padding: 9px 15px;
  }
}

.news-archive .is-active {
  color: #fff;
  background-color: #AD9514;
}

.news-archive-divider {
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .news-archive-divider {
    width: calc(100% - 40px);
    margin: 20px;
  }
}

.news-list-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .news-list-list {
    flex-direction: column;
    padding: 20px;
  }
}

.news-list-item {
  flex: 0 0 435px;
  text-align: left;
  background-size: cover;
  width: 435px;
  height: 290px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .news-list-item {
    flex: 1 1 100%;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 63%;
  }
}

.news-list-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 435px;
  height: 290px;
  top: 0;
  left: 0;
  background-image: url(./images/news/news-item-bg.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media (max-width: 768px) {
  .news-list-item::before {
    width: 100%;
    padding-top: 63%;
  }
}

.news-list-item-inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .news-list-item-inner {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}

.news-list-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}

.news-list-text {
  color: #fff;
  font-size: 10px;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.news-list-link {
  color: #00B4D0;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  display: flex;
}

.news-list-link > div {
  margin-right: 8px;
}

.news-list-pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 60px;
  margin-bottom: 130px;
  padding: 0;
}

.news-list-pagination li {
  margin: 0 5px;
}

.news-list-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #454545;
  border-radius: 4px;
  background-color: #F2F2F2;
  cursor: pointer;
  transition: background-color 300ms, color 300ms;
}

.news-list-pagination span.news-list-pagination-next, .news-list-pagination span.news-list-pagination-prev {
  position: relative;
}

.news-list-pagination span.news-list-pagination-next::before, .news-list-pagination span.news-list-pagination-prev::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  transform: rotate(45deg);
  transition: border-color 300ms;
}

.news-list-pagination span.news-list-pagination-prev::before {
  transform: rotate(-135deg);
}

.news-list-pagination span.news-list-pagination, .news-list-pagination span.news-list-pagination-active, .news-list-pagination span:hover {
  color: #fff;
  background-color: #AD9514;
}

.news-list-pagination span.news-list-pagination.news-list-pagination-next::before, .news-list-pagination span.news-list-pagination.news-list-pagination-prev::before, .news-list-pagination span.news-list-pagination-active.news-list-pagination-next::before, .news-list-pagination span.news-list-pagination-active.news-list-pagination-prev::before, .news-list-pagination span:hover.news-list-pagination-next::before, .news-list-pagination span:hover.news-list-pagination-prev::before {
  border-color: #fff;
}

.update-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .update-list {
    padding: 20px;
    flex-direction: column;
  }
}

.update-list > a {
  flex: 0 0 435px;
}

.update-list-item {
  text-align: left;
  background-size: cover;
  width: 435px;
  height: 290px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  margin-bottom: 30px;
}

.update-list-item.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  .update-list-item {
    flex: 1 1 100%;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 63%;
  }
}

.update-list-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 435px;
  height: 290px;
  top: 0;
  left: 0;
  background-image: url(./images/news/news-item-bg.png);
  background-size: cover;
  z-index: 1;
}

@media (max-width: 768px) {
  .update-list-item::before {
    width: 100%;
    padding-top: 63%;
  }
}

.update-list-item-inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .update-list-item-inner {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}

.update-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}

.update-text {
  color: #fff;
  font-size: 10px;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.update-link {
  color: #00B4D0;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  display: flex;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.update-link > div {
  margin-right: 8px;
}

.update-pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 60px 0 130px;
  padding: 0;
  width: 900px;
}

@media (max-width: 768px) {
  .update-pagination {
    width: 100%;
  }
}

.update-pagination li {
  margin: 0 5px;
}

.update-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 3px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #454545;
  border-radius: 4px;
  background-color: #F2F2F2;
  cursor: pointer;
  transition: background-color 300ms, color 300ms;
}

.update-pagination span.update-pagination-next, .update-pagination span.update-pagination-prev {
  position: relative;
}

.update-pagination span.update-pagination-next::before, .update-pagination span.update-pagination-prev::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  transform: rotate(45deg);
  transition: border-color 300ms;
}

.update-pagination span.update-pagination-prev::before {
  transform: rotate(-135deg);
}

.update-pagination span.update-pagination, .update-pagination span.update-pagination-active, .update-pagination span:hover {
  color: #fff;
  background-color: #AD9514;
}

.update-pagination span.update-pagination.update-pagination-next::before, .update-pagination span.update-pagination.update-pagination-prev::before, .update-pagination span.update-pagination-active.update-pagination-next::before, .update-pagination span.update-pagination-active.update-pagination-prev::before, .update-pagination span:hover.update-pagination-next::before, .update-pagination span:hover.update-pagination-prev::before {
  border-color: #fff;
}

@media (max-width: 768px) {
  #single-news {
    padding: 40px 20px;
  }
}

.news-single {
  background-color: #fff;
  box-shadow: 0 0 16 rgba(0, 0, 0, 0.06);
  padding: 40px;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .news-single {
    padding: 20px;
    margin-bottom: 0;
  }
}

.news-single p {
  font-size: 14px;
  font-weight: 200;
}

.news-single img {
  width: 100%;
}

.news-single a {
  color: #AD9514;
  text-decoration: underline;
}

.news-single-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

.news-single-date {
  color: #AD9514;
  font-size: 10px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
}

.news-single-featured-image {
  height: 438px;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}
