@import url("/bootstrap/bootstrap-4.3.1-dist/css/bootstrap.min.css");
@import url("/bootstrap/bootstrap-4.3.1-dist/css/bootstrap-reboot.css");
@import url("/bootstrap/bootstrap-4.3.1-dist/css/bootstrap.css");
@import url("/bootstrap/bootstrap-4.3.1-dist/css/bootstrap-grid.min.css");
@import url("/bootstrap/bootstrap-4.3.1-dist/css/bootstrap-grid.css");
@import url("/css/breakpoints.scss");
body {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #fff;
  min-width: 320px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Roboto Slab", serif;
}

.disabled {
  pointer-events: auto;
}

main.container-fluid {
  padding: 0px 5rem 12rem 20rem;
}

@media (max-width: 1879.98px) {
  main.container-fluid {
    padding: 0px 5rem 0 10rem;
  }
}

@media (max-width: 1199.98px) {
  main.container-fluid {
    padding: 0px 3rem 0 5rem;
  }
}

@media (max-width: 992px) {
  main.container-fluid {
    padding: 0px 3rem;
  }
}

@media (max-width: 640px) {
  main.container-fluid {
    padding: 0px 15px;
  }
}

main .background {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/asset/svg/horizintal.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 60rem;
  background-size: 50rem;
  border-bottom: 1px solid #e6eaea;
  opacity: 0.7;
}

main .home-thumbnail {
  position: absolute;
  width: 850px;
  right: 3rem;
  top: 1rem;
}

main .header-picture img {
  margin-top: 4rem;
  width: 82%;
  height: auto;
  border: 1px solid #e6eaea;
  background: #fff;
  padding: 1rem;
  -webkit-box-shadow: 12px 12px 32px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 12px 12px 32px 0 rgba(0, 0, 0, 0.1);
}

main .vip-garden-logo {
  margin: 6rem 0 0 0;
  opacity: 0;
  -webkit-transform: translateX(-30rem);
          transform: translateX(-30rem);
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

main .vip-garden-logo.loaded {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

main .vip-garden-logo .logo-wrapper {
  margin-left: 25px;
  width: 285px;
  height: auto;
}

main .vip-garden-logo .logo-wrapper img {
  width: 100%;
  height: auto;
}

@media (max-width: 1360px) {
  main .vip-garden-logo .logo-wrapper {
    width: 320px;
  }
}

@media (max-width: 640px) {
  main .vip-garden-logo .logo-wrapper {
      margin-left: 0;
      width: 250px;
  }
}

main .vip-garden-logo p {
  padding: 0.45rem 0 0 0;
  font-size: 1.25rem;
  color: #193b10;
  text-align: right;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 640px) {
  main .vip-garden-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0 2rem 0;
  }
  main .vip-garden-logo img {
    width: 20rem;
    height: auto;
  }
}

main .welcome-slogan {
  position: relative;
}

@media (max-width: 1200px) {
  main .welcome-slogan {
    margin: 0;
    padding: 0;
    position: static;
    top: auto;
    right: auto;
  }
}

@media only screen and (max-width: 640px) {
  main .welcome-slogan {
    margin: 0;
    padding: 0;
    position: static;
    top: auto;
    right: auto;
  }
}

main .welcome-slogan .slogan {
  padding: 2rem;
}

@media (max-width: 1360px) {
  main .welcome-slogan .slogan {
    padding: 1rem 2rem;
  }
}

@media (max-width: 640px) {
  main .welcome-slogan .slogan {
    display: none;
  }
}

main .welcome-slogan .slogan.loaded h1 {
  opacity: 1;
}

main .welcome-slogan .slogan.loaded p {
  opacity: 1;
}

main .welcome-slogan .slogan h1 {
  font-size: 1.25rem;
  font-weight: 100;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

main .welcome-slogan .slogan h1 span {
  font-size: 4rem;
}

main .welcome-slogan .slogan p {
  padding-top: 1rem;
  font-size: 1rem;
  font-style: italic;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

@media (max-width: 640px) {
  main .welcome-slogan .slogan {
    border: none;
    max-width: none;
  }
  main .welcome-slogan .slogan p {
    padding: 1rem;
  }
}

main .activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .activities ul {
  padding-left: 5rem;
  list-style: none;
  text-decoration: none;
}

@media (max-width: 992px) {
  main .activities ul {
    padding-left: 0;
  }
}

main .activities ul li {
  height: 2.875rem;
}

main .activities ul li:first-child .line {
  width: 45%;
}

main .activities ul li:first-child:hover .line {
  width: calc(45% + 0.5rem);
}

main .activities ul li:nth-child(2) .line {
  width: 60%;
}

main .activities ul li:nth-child(2):hover .line {
  width: calc(60% + 0.5rem);
}

main .activities ul li a {
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
}

main .activities ul li a:hover, main .activities ul li a:active {
  color: #333;
  background: none;
}

main .activities ul li a .line {
  background-color: #f2f2f2;
  height: 0.875rem;
  left: 4rem;
  bottom: 0.875rem;
  width: 60%;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: -1;
}

main .activities ul li:hover .line {
  width: calc(60% + 0.5rem);
  background-color: #cee0ac;
}

main .activities ul li:nth-child(1) {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

main .activities ul li:nth-child(2) {
  margin-left: 7rem;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@media (max-width: 992px) {
  main .activities ul li:nth-child(2) {
    margin-left: 2rem;
  }
}

main .activities ul li:nth-child(3) {
  margin-left: 14rem;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

@media (max-width: 992px) {
  main .activities ul li:nth-child(3) {
    margin-left: 4rem;
  }
}

main .activities ul span {
  padding-right: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
}

main .activities.loaded ul li {
  opacity: 1;
}

main .welcome-button {
  position: absolute;
  top: 0;
  left: 0;
}

main .welcome-button .img-button {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

main .welcome-button .button.link {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in;
  transition: opacity 0.7s ease-in;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

main .welcome-button.loaded .img-button {
  opacity: 1;
}

main .welcome-button.loaded .button.link {
  opacity: 1;
}

main .welcome-button .img-button {
  position: relative;
}

main .welcome-button .button {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-style: italic;
  padding: 1rem;
  z-index: 5;
  bottom: 0.5rem;
  left: 5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main .welcome-button .button:hover {
  font-weight: normal;
}

@media (max-width: 1199.98px) {
  main .welcome-button {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  main .welcome-button .img-button img {
    width: 15rem;
    height: auto;
  }
}

@media (max-width: 640px) {
  main .welcome-button {
    padding-top: 1rem;
  }
  main .welcome-button .img-button img {
    width: 10rem;
    height: auto;
  }
}

main .activities-group {
  position: relative;
}

main .activities-group .last-prodject {
  padding: 1rem;
  position: absolute;
  right: 0;
  bottom: -9rem;
  color: #fff;
}

@media (max-width: 1199.98px) {
  main .activities-group .last-prodject {
    display: none;
    position: relative;
    bottom: 0;
    border: 1rem solid #fff;
  }
}

main .activities-group .last-prodject .wrapper {
  position: relative;
  min-width: 350px;
  min-height: 490px;
}

main .activities-group .last-prodject .wrapper .loading-page {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  opacity: 1;
}

main .activities-group .last-prodject .wrapper .loading-page p {
  position: absolute;
  top: calc(50% + 38px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: italic;
}

main .activities-group .last-prodject .wrapper .loading-page .spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}

main .activities-group .last-prodject .wrapper .loading-page .spinner .path {
  stroke: #cee0ac;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

main .activities-group .last-prodject .wrapper .facebook-page {
  opacity: 0;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  background: #333;
  padding: 1rem;
  -webkit-box-shadow: -12px 12px 62px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -12px 12px 62px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

main .activities-group .last-prodject .wrapper .facebook-page:hover {
  -webkit-box-shadow: -12px 12px 62px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -12px 12px 62px 0px rgba(0, 0, 0, 0.4);
}

main .activities-group .last-prodject img {
  padding: 1rem 0;
  width: 100%;
  height: auto;
}

main .activities-group .last-prodject aside {
  border-top: 1px solid #ddd;
}

main .activities-group .last-prodject aside a {
  font-style: italic;
  text-decoration: none;
  color: #fff;
  font-size: 0.85rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main .activities-group .last-prodject aside a:hover {
  color: #ddd;
}

main .activities-group .last-prodject aside a img {
  padding-left: 0.5rem;
  width: 50px;
  height: auto;
}

main .anniversary {
  position: absolute;
  top: 0;
  right: 0;
}

main .anniversary .year {
  position: absolute;
  z-index: 1;
  font-size: 5.75rem;
  font-weight: 700;
  font-style: italic;
  text-shadow: 4px 0px 14px rgba(10, 20, 0, 0.5);
  top: 1.75rem;
  left: 20px;
  color: #fff;
}

main .anniversary .year span {
  font-size: 2rem;
  font-weight: 200;
  color: #fff;
}

@media (max-width: 640px) {
  main .anniversary img {
    width: 10rem;
    height: auto;
  }
  main .anniversary .year {
    top: 0.75rem;
    font-size: 3.75rem;
  }
  main .anniversary .year span {
    font-size: 1rem;
  }
}

main .number {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.325rem 1rem;
  font-size: 1.25rem;
  cursor: pointer;
  border: 1px solid #e6eaea;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .number:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #243128;
}

main .vertical-title {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.arrow-down {
  background-color: #e3e6ef;
  border: none;
  border-radius: 30px;
  color: #333;
  padding: 2px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
  bottom: 0;
}

nav {
  padding: 0;
  color: #333;
  font-weight: normal;
  font-size: 0.875rem;
  background: #fff;
  -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  border-bottom: 1px solid #e6eaea;
}

nav.no-sticky {
  position: fixed;
  width: 100%;
  opacity: 1;
  z-index: 99;
}

nav .anniversary {
  position: absolute;
  top: 52px;
  right: -30px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

nav .anniversary .year {
  position: absolute;
  z-index: 1;
  font-size: 5.75rem;
  font-weight: 700;
  font-style: italic;
  text-shadow: 4px 0px 14px rgba(10, 20, 0, 0.5);
  top: 1.75rem;
  left: 20px;
  color: #fff;
}

nav .anniversary .year span {
  font-size: 2rem;
  font-weight: 200;
  color: #fff;
}

@media (max-width: 640px) {
  nav .anniversary img {
    width: 10rem;
    height: auto;
  }
  nav .anniversary .year {
    top: 20px;
    font-size: 3.75rem;
  }
  nav .anniversary .year span {
    font-size: 1rem;
  }
}

nav .navbar-toggler {
  outline: none;
}

nav.nav-visible {
  position: fixed;
  width: 100%;
  opacity: 1;
}

nav .nav-item {
  padding: 0 1rem;
  border-left: 1px solid #e6eaea;
}

nav .nav-item a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

nav .nav-item:hover {
  color: #243128;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

nav .nav-item:hover a {
  color: #243128;
}

nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 1px 1px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 32px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0;
}

nav .nav-item .dropdown-menu:honer {
  font-style: italic;
  color: #333;
}

nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #333;
}

nav .nav-item .dropdown-menu .dropdown-item.active, nav .nav-item .dropdown-menu .dropdown-item:active {
  color: #243128;
  text-decoration: none;
  background-color: #f0f1f2;
}

nav .navbar-brand.logo {
  width: 120px;
  height: auto;
}

nav .navbar-brand.logo img {
  width: 100%;
  height: auto;
}

.navbar {
  padding: 0 !important;
}

.navbar-menu .logo img {
  padding: 1rem 3rem;
  width: 100%;
  height: auto;
}

#navbar {
  overflow: visible;
  z-index: 99;
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 1;
}

.items {
  position: relative;
  background: transparent;
}

@media (max-width: 600px) {
  .items {
    padding-top: 2rem;
  }
}

@media (min-width: 599.98px) and (max-width: 767.98px) {
  .items .items-group {
    padding-top: 7rem;
  }
}

.items .image-one-hor {
  position: absolute;
  top: 60rem;
  left: 0;
  width: auto;
  height: auto;
  z-index: 1;
}

@media (max-width: 1200px) {
  .items .image-one-hor {
    display: none;
  }
}

.items .image-one-hor img {
  width: 280px;
  height: auto;
}

.items .image-one-hor .image-one {
  position: absolute;
  bottom: 12rem;
  left: 8rem;
}

.items .image-one-hor .image-one img {
  width: 240px;
  height: auto;
}

@media (max-width: 1200px) {
  .items .image-one-hor .image-one {
    display: none;
  }
}

.items .image-two-hor {
  position: absolute;
  top: 26rem;
  right: -1px;
  width: auto;
  height: auto;
  z-index: 1;
}

@media (max-width: 1200px) {
  .items .image-two-hor {
    display: none;
  }
}

.items .image-two-hor img {
  width: 280px;
  height: auto;
}

.items .image-two-hor .image-two {
  position: absolute;
  bottom: 7rem;
  right: 10rem;
}

.items .image-two-hor .image-two img {
  width: 220px;
  height: auto;
}

@media (max-width: 1200px) {
  .items .image-two-hor .image-two {
    display: none;
  }
}

.about-us {
  padding: 0 0 12rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  background-color: #f4f7f6;
  position: relative;
  display: block;
  height: 100%;
}

.about-us:before {
  content: "";
  display: block;
  background: url(/asset/svg/topography-2.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 53rem;
  background-position: right 14rem;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

@media (max-width: 600px) {
  .about-us {
    padding: 0;
    background-image: none;
  }
}

.about-us .about-us-container {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.about-us .about-us-container span img {
  width: 100%;
  height: auto;
  margin: 1rem 0 2rem 0;
}

article {
  background: #fff;
}

article h1,
article h5 {
  font-weight: 700;
  font-size: 3rem;
}

article h1 {
  text-align: right;
}

article h5 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.2rem;
  cursor: default;
}

article .header-item {
  padding: 7rem 0 5rem 0;
}

article .header-item h1 {
  font-size: 2.75rem;
  text-align: left;
  padding-left: 1rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #e6eaea;
}

article .header-item p {
  text-align: left;
  padding-left: 1rem;
  padding-right: 17rem;
  font-style: italic;
}

@media (max-width: 1199.98px) {
  article .header-item p {
    padding-right: 5rem;
  }
}

@media (max-width: 600px) {
  article .header-item {
    padding: 2rem 0;
  }
  article .header-item h1 {
    border-bottom: 0;
    border-left: 7px solid #e6eaea;
  }
  article .header-item p {
    padding-right: 0;
  }
}

article .item-number {
  font-size: 3rem;
  text-align: right;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  position: relative;
  z-index: 3;
}

@media (max-width: 600px) {
  article .item-number {
    display: none;
  }
}

article .item-container-wrap {
  position: relative;
  padding: 1rem;
  height: 16.8rem;
  margin-bottom: 3rem;
  border: 1px solid #e6eaea;
  background: #ffffffb0;
  z-index: 2;
}

@media (max-width: 767px) {
  article .item-container-wrap {
    margin-bottom: 8rem;
  }
}

@media (max-width: 600px) {
  article .item-container-wrap {
    height: 100%;
    border: none;
    margin-bottom: 0;
  }
}

article .item-container-wrap .item-content {
  position: absolute;
  bottom: -1rem;
}

@media (max-width: 600px) {
  article .item-container-wrap .item-content {
    position: static;
    bottom: auto;
  }
}

article .item-container-wrap .item-content .item-title {
  display: inline-block;
  padding: 0 0 0 1rem;
  position: relative;
  top: 2rem;
}

article .item-container-wrap .item-content .item-title h5 a {
  color: #333;
  text-decoration: none;
}

@media (max-width: 600px) {
  article .item-container-wrap .item-content .item-title {
    margin-top: 0.5rem !important;
  }
}

article .item-container-wrap .item-content .item-title .line {
  height: 0.875rem;
  width: 40%;
  position: absolute;
  left: 8rem;
  bottom: 0.875rem;
  background-color: #f2f2f2;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: -1;
}

@media (max-width: 600px) {
  article .item-container-wrap .item-content .item-title .line {
    display: none;
  }
}

article .item-container-wrap .item-content .item-title:hover .line {
  width: calc(40% + 0.5rem);
  background-color: #cee0ac;
}

@media (max-width: 600px) {
  article .item-container-wrap .item-content .item-title {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 1.75rem;
    padding: 0 1rem 0 1rem;
  }
}

article .item-container-wrap .item-content h5 {
  display: inline-block;
}

@media (max-width: 600px) {
  article .item-container-wrap .item-content h5 {
    padding: 0 1rem;
  }
}

article .item-container-wrap .item-content .item-paragraph {
  padding: 1rem 1rem 1rem 13rem;
  height: 10rem;
  font-style: italic;
}

@media (max-width: 600px) {
  article .item-container-wrap .item-content .item-paragraph {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 1rem;
    padding: 15px 15px 0 15px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  article .item-container-wrap .item-content {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 2rem;
  }
}

article .item-container-wrap .item-gallery-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

article .item-container-wrap .item-gallery-button a {
  padding: 1rem 2rem;
  width: 9rem;
  text-decoration: none;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  article .item-container-wrap .item-gallery-button {
    position: static;
    right: auto;
    bottom: auto;
    padding-left: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

article .item-container {
  margin-bottom: 7rem;
}

article .item-container.one {
  position: relative;
  left: -10rem;
}

@media (max-width: 1199.98px) {
  article .item-container.one {
    left: auto;
  }
}

article .item-container.two {
  position: relative;
}

article .item-container.three {
  position: relative;
  left: 10rem;
}

@media (max-width: 1199.98px) {
  article .item-container.three {
    left: auto;
  }
}

@media (max-width: 600px) {
  article .item-container {
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  article .item-container .item-group {
    position: relative;
    bottom: 0;
    border: 1px solid #ddd;
    height: calc(100% - 30px);
  }
}

article .item-container .item-group .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article .item-container .item-group .item-wrap .image-wrap {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.3);
  outline: 6px solid #fff;
  width: 300px;
  height: 300px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  cursor: pointer;
}

article .item-container .item-group .item-wrap .image-wrap:hover {
  -webkit-box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.4);
}

article .item-container .item-group .item-wrap .image-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1199.98px) {
  article .item-container .item-group .item-wrap .image-wrap {
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 600px) {
  article .item-container .item-group .item-wrap .image-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 230px;
    max-height: 230px;
    margin: 0 2rem;
    position: relative;
    top: -1rem;
  }
}

article .item-container .item-group .item-wrap .image-wrap img {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

article .item-container .item-content-list {
  padding: 6rem 1rem 2rem 1rem;
  background-color: #f4f7f6;
}

article .our-worcks {
  position: relative;
}

article .our-worcks .our-worcks-container {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

article .our-worcks .our-worcks-container .item-wrap {
  display: block;
}

article .our-worcks .our-worcks-container .item-wrap::before {
  display: block;
  position: absolute;
  content: " ";
  width: 300px;
  height: 300px;
  border: 1px solid #ddd;
}

@media (max-width: 1199.98px) {
  article .our-worcks .our-worcks-container .item-wrap::before {
    content: none;
  }
}

article .our-worcks .our-worcks-container .item-wrap.first::before {
  top: 2rem;
  right: 13rem;
}

article .our-worcks .our-worcks-container .item-wrap.secound::before {
  top: -2rem;
  left: 2rem;
}

article .our-worcks .our-worcks-container .item-wrap .image-wrap {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.3);
  outline: 6px solid #fff;
  width: 300px;
  height: 300px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

article .our-worcks .our-worcks-container .item-wrap .image-wrap:hover {
  -webkit-box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.4);
}

article .our-worcks .our-worcks-container .item-wrap .image-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

article .our-worcks .our-worcks-container .item-wrap .image-wrap img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

@media (max-width: 1199.98px) {
  article .our-worcks .our-worcks-container .item-wrap .image-wrap {
    width: 340px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
  }
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-container .item-wrap .image-wrap {
    margin-top: 2rem;
    width: calc(100% - 150px);
    min-width: 300px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}

article .our-worcks .our-worcks-container .item-title .line {
  height: 0.875rem;
  width: 70%;
  position: absolute;
  left: 7rem;
  bottom: 0.875rem;
  background-color: #ddd;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: -1;
}

article .our-worcks .our-worcks-container .item-title:hover .line {
  width: calc(70% + 0.5rem);
  background-color: #cee0ac;
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-container .item-title {
    display: none;
  }
}

article .our-worcks .our-worcks-container .accent {
  position: absolute;
  top: 13.25rem;
  right: 2rem;
  z-index: 2;
}

article .our-worcks .our-worcks-container .accent img {
  width: 150px;
}

@media (max-width: 1360px) {
  article .our-worcks .our-worcks-container .accent {
    top: 26rem;
  }
}

@media (max-width: 1199.8px) {
  article .our-worcks .our-worcks-container .accent {
    display: none;
  }
}

article .our-worcks .our-worcks-container ul li {
  cursor: default;
}

article .our-worcks .our-worcks-container ul li:hover {
  color: #243128;
}

article .our-worcks .our-worcks-container:first-child .item-wrap .image-wrap {
  padding-top: 12rem;
}

@media (max-width: 1199.98px) {
  article .our-worcks .our-worcks-container:first-child .item-wrap .image-wrap {
    padding-top: 0;
    top: 2rem;
  }
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-container:first-child .item-wrap .image-wrap {
    top: auto;
  }
}

article .our-worcks .our-worcks-container:first-child .item-title {
  position: relative;
  top: 4.5rem;
  right: 1.75rem;
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-container:first-child .item-title {
    position: static;
    top: auto;
    left: auto;
  }
}

article .our-worcks .our-worcks-container:nth-child(2) .item-wrap .image-wrap {
  z-index: 1;
}

@media (max-width: 1199.98px) {
  article .our-worcks .our-worcks-container:nth-child(2) .item-wrap .image-wrap {
    width: 340px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2rem;
  }
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-container:nth-child(2) .item-wrap .image-wrap {
    top: auto;
  }
}

article .our-worcks .our-worcks-container:nth-child(2) .item-title {
  position: relative;
  top: 4.5rem;
  right: 2.5rem;
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-container:nth-child(2) .item-title {
    position: static;
    top: auto;
    left: auto;
  }
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-container:first-child .item-wrap {
    padding-top: 2rem;
  }
  article .our-worcks .our-worcks-container:nth-child(2) .item-wrap .image-wrap {
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    margin-top: 2rem;
    width: calc(100% - 150px);
    min-width: 300px;
  }
}

article .our-worcks .our-worcks-container .item-content {
  padding: 6rem 1rem 0 1rem;
  background-color: #f4f7f6;
}

article .our-worcks .our-worcks-container .item-content ul {
  list-style-type: none;
}

article .our-worcks .our-worcks-container .item-content ul li {
  padding-bottom: 1rem;
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-container .item-content {
    padding: 2rem 0;
  }
  article .our-worcks .our-worcks-container .item-content ul {
    padding: 0 1rem;
  }
}

article .our-worcks .our-worcks-border {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  height: 35.5rem;
  border: 7px solid #fff;
  outline: 1px solid #333;
  z-index: -1;
}

@media (max-width: 600px) {
  article .our-worcks .our-worcks-border {
    border: none;
    outline: none;
    padding: 2rem 0;
  }
  article .our-worcks .our-worcks-border ul {
    padding: 0 1rem;
  }
}

.contact {
  margin-top: 3rem;
  background-image: url(/asset/svg/topography-1.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 53rem;
  background-attachment: fixed;
  border-top: 1px solid #ddd;
}

.contact .header-picture img {
  width: 33rem;
  height: auto;
}

.contact .contact-content-block {
  border: 1px solid #ddd;
  margin: 0 1rem 0 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact .contact-content-block:hover {
  -webkit-box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 16px 40px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 600px) {
  .contact .contact-content-block {
    margin: 0;
  }
}

.contact .map {
  background-color: #fff;
  border: 1rem solid #fff;
}

.contact .contact-info {
  list-style-type: none;
  font-style: italic;
}

.contact .contact-info .contact-icon {
  padding-top: 10px;
}

.contact .contact-info .contact-icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
}

.contact .contact-info .contact-icon.location::before {
  top: 25px;
  background-image: url(/asset/icons/pin.svg);
}

.contact .contact-info .contact-icon.user::before {
  top: 91px;
  background-image: url(/asset/icons/user.svg);
}

.contact .contact-info .contact-icon.tel::before {
  top: 127px;
  background-image: url(/asset/icons/call.svg);
}

.contact .contact-info .contact-icon.mail::before {
  top: 162px;
  background-image: url(/asset/icons/mail.svg);
}

.contact .contact-info li:first-child {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-style: normal;
}

.contact .contact-info li:nth-child(2) {
  padding-bottom: 1rem;
}

.contact .contact-info li:nth-child(3) {
  font-size: 1.15rem;
  font-weight: 500;
}

.contact .contact-info li:nth-child(4) {
  font-weight: 500;
}

.contact .contact-info:last-child {
  cursor: default;
}

.contact .contact-info:last-child:hover {
  color: #243128;
}

footer {
  color: #333;
  background-color: #eae5e2;
}

footer a {
  color: #333;
  text-decoration: none;
}

footer a:hover {
  color: #999;
  text-decoration: none;
}

footer p {
  margin: 0;
  font-style: italic;
  cursor: default;
}

@media (max-width: 600px) {
  footer p {
    padding-right: 0;
  }
}

footer .footer-logo {
  width: 240px;
  height: auto;
}

footer .bold {
  font-weight: bold;
}

.sidenav {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #243128;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.bt {
  border-top: 1px solid #e6eaea;
}

.br {
  border-right: 1px solid #e6eaea;
}

.bl {
  border-left: 1px solid #e6eaea;
}

.bb {
  border-bottom: 1px solid #e6eaea;
}

.picture {
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}

.picture::before {
  display: block;
  content: "";
  padding-top: 46rem;
}

.picture img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
  .picture {
    display: none;
  }
}

.item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 19rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media (max-width: 600px) {
  .item-title {
    position: static;
    top: auto;
    left: auto;
    margin-top: 1.75rem;
    text-align: center;
  }
}

.item-title .icon-item {
  display: inline-block;
  padding: 0.65rem 0.65rem;
  width: 3.5rem;
  height: auto;
  background-color: #333;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 1rem;
  -webkit-box-shadow: 5px 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .item-title .icon-item {
    margin-bottom: 1rem;
  }
}

.button {
  padding: 0.65rem 0.65rem;
  width: 3.5rem;
  background-color: #333;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border: 1px solid transparent;
  -webkit-box-shadow: -5px -5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px -5px 0 0 rgba(0, 0, 0, 0.1);
}

.button:hover {
  background-color: #cee0ac;
  color: #333 !important;
  border: 1px solid #b1b1b1;
  font-weight: 600;
  -webkit-box-shadow: -3px -3px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: -3px -3px 15px 0 rgba(0, 0, 0, 0.3);
}

.background-image-01 {
  position: absolute;
  top: 19rem;
  right: -14rem;
  width: 12rem;
  height: auto;
}

.footer-copyright {
  font-style: 10px;
}

.ul-marck li {
  position: relative;
  list-style-type: none;
  font-weight: normal;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.ul-marck li::before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: -17px;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 23px;
  background: #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.ul-marck li::after {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: -5px;
  width: 235px;
  height: 10px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.ul-marck li:hover::before {
  background: #fff;
  border: 3px solid #cee0ac;
}

.ul-marck li:hover::after {
  width: 100px;
  left: 5px;
  background: #cee0ac;
}

.ul-marck.home li::before {
  top: 18px;
  left: 10px;
}

.ul-marck.home li::after {
  top: 26px;
  left: 85px;
}

.ul-marck.home li:hover::after {
  width: 210px;
}

.ul-marck.home li:nth-child(2):hover::after {
  width: 22 0px;
}

.ul-marck.home li:last-child::after {
  width: 200px;
}

.ul-marck.home li:last-child:hover::after {
  width: 145px;
}

.line-decoration {
  position: relative;
  z-index: 1;
}

.line-decoration::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 12px;
  width: 60px;
  height: 16px;
  background: #cee0ac;
  z-index: -1;
}

.strong-p {
  font-size: 1.125rem;
  font-weight: 200;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.strong-p strong {
  font-weight: 500;
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 1.625rem;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  background: #e9ebec;
  color: #444;
  cursor: pointer;
  border-radius: 30px;
  display: none;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.back-to-top span {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 1.625rem;
}

.back-to-top:hover {
  background: #243128;
  color: #fff;
}

.back-to-top-show {
  display: block;
}

.back-to-top-show i {
  position: relative;
  top: 4px;
}

.page-footer {
  padding-top: 6.25rem;
}

.footer-icon {
  position: absolute;
  top: -120px;
  left: 0;
  width: 215px;
  height: auto;
}

@media (max-width: 600px) {
  .footer-icon {
    top: -120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.css.map */