/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1495px;
  }
  .container-1 {
    max-width: 1720px;
  }
  .container-2 {
    max-width: 100%;
    padding: 0 70px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Marcellus", serif;
}

body {
  font-size: 15px;
  color: #A17432;
  font-family: "Marcellus", serif;
  line-height: 20.23px;
  min-width: 302px;
  max-width: 1920px;
  margin: 0 auto;
}

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

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

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  position: fixed;
  z-index: 10;
  border-bottom: 2px solid #EAB25E;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  width: 100%;
}
header .header-box {
  height: 92px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  margin: 0;
}
header .main-menu ul > li {
  margin-right: 23px;
}
header .main-menu ul > li:hover > a {
  color: #EAB25E;
}
header .main-menu ul > li > a {
  color: #A17432;
  display: block;
  height: 95px;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-top: 2px;
  text-transform: uppercase;
  position: relative;
}
header .main-menu ul > li > a:hover {
  color: #EAB25E;
}
header .main-menu ul > li :hover {
  color: #EAB25E;
}
header .main-menu ul > li.current > a {
  color: #EAB25E;
}
header .h-boxes {
  justify-content: flex-end;
  display: flex;
}
header .h-boxes .h-box {
  margin-left: 25px;
  padding-top: 1px;
}
header .h-boxes .h-box a {
  font-size: 16px;
  color: #A17432;
}
header .h-boxes .h-box a:hover {
  color: #EAB25E;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul ul li a {
  height: auto;
}

.main-menu ul li ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li:hover > ul {
  display: block;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}
.main-menu ul ul li a {
  position: relative;
  color: #A17432;
  text-align: left;
  display: block;
  padding: 11px 15px 10px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.main-menu ul ul li:hover > a {
  background: #A17432;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .main-menu ul ul li a {
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 992px) {
  body .btn-slide-down {
    display: block !important;
  }
}
/* *** BANNER *** */
.banner-box {
  width: 100%;
}

.banner-box img {
  display: block;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

.banner ul li {
  position: relative;
  text-align: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .bx-controls-direction {
  display: none;
}

.banner .bx-controls {
  display: block;
}

.banner .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  padding: 20px 10px;
  color: #fff;
}

.banner a {
  color: #fff;
}

.banner h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.banner a:hover {
  color: blue;
}

.banner .prev-box, .banner .next-box {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 44px;
  z-index: 1000;
}

.banner .prev-box {
  left: 15px;
}

.banner .next-box {
  right: 14px;
}

.banner .bx-prev, .banner .bx-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-indent: -9999999px;
}

.banner .bx-prev {
  background: green url("../images/sprite.png") -35px 0 no-repeat;
}

.banner .bx-next {
  background: green url("../images/sprite.png") -62px 0 no-repeat;
}

.banner .prev-box:hover, .banner .next-box:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.banner .bx-controls {
  width: auto;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
}

.banner .bx-pager {
  float: left;
  padding: 0;
}

.banner .bx-pager .bx-pager-item {
  float: left;
  margin-right: 10px;
}

.banner .bx-pager .bx-pager-item a {
  float: left;
  text-indent: -99999px;
  display: block;
  width: 15px;
  height: 15px;
  background: blue;
  border-radius: 50%;
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover {
  background: green !important;
}

body, html {
  height: 100%;
}

.banner-full-screen {
  width: 100%;
  height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
  height: 100% !important;
}

.banner-full-screen {
  height: 100%;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 20px;
  height: 70px;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid #EAB25E;
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  width: 134px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  overflow: hidden;
  padding: 12px;
  top: 9px;
  height: 49px;
  right: 20px;
  width: 50px;
  background: #A17432;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #fff;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #A17432;
  text-transform: uppercase;
  font-size: 15px;
  float: left;
  width: 100%;
  padding: 19px 20px 18px 20px;
}

.menu-rsp nav a:hover {
  background-color: #A17432;
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

a:hover .btn-slide-down {
  color: #fff !important;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 59px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #EAB25E;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME  *** */
.box-1-rwd {
  display: none;
}

.content-box-1 {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.content-box-1:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 11.47%, rgba(7, 7, 7, 0.17) 41.63%, rgba(6, 4, 1, 0.17) 81.85%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.content-box-1 .description {
  color: #fff;
  height: calc(100vh - 50px);
  display: flex;
  align-items: center;
  padding-top: 80px;
  justify-content: center;
  width: 1110px;
  min-height: 600px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  flex-direction: column;
}
.content-box-1 .description .txt-1 {
  margin-bottom: 26px;
  padding-bottom: 34px;
  background: url("../images/icons/01.svg") center bottom no-repeat;
  font-size: 20px;
  line-height: 25px;
}
.content-box-1 .description .txt-2 {
  font-size: 65px;
  line-height: 81px;
}
.content-box-1 .description .button-box {
  padding-top: 69px;
}

.btn-1 {
  height: 52px;
  padding: 0 20px;
  text-align: center;
  min-width: 204px;
  background: #A17432;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 54px;
}
.btn-1:hover {
  color: #fff;
  background: #EAB25E;
}

.content-box-2-container {
  padding-top: 80px;
  background: linear-gradient(180deg, #F5E4CA 0%, rgba(217, 217, 217, 0) 58.07%, rgba(217, 217, 217, 0) 100%);
}

.content-box-2 {
  padding-top: 80px;
  padding-bottom: 150px;
}

.boxes-1 {
  background: url("../images/12.png") center top no-repeat;
}
.boxes-1 .box-1 {
  margin-bottom: 130px;
  position: relative;
}
.boxes-1 .box-1 .title {
  margin-bottom: 32px;
}
.boxes-1 .box-1:last-child {
  margin-bottom: 0;
}
.boxes-1 .box-1 .image {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -588px;
}
.boxes-1 .box-1 > .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.boxes-1 .box-1 > .container figure {
  flex-shrink: 0;
}
.boxes-1 .box-1 > .container .description {
  position: relative;
  max-width: 100%;
  padding: 0 90px;
}
.boxes-1 .box-1 > .container .description a {
  display: block;
}
.boxes-1 .box-1 > .container .description .text-1 {
  font-weight: 300;
  margin-bottom: 40px;
  color: #443F37;
}
.boxes-1 .box-1 .image-txt {
  margin-top: -45px;
}
.boxes-1 .box-1 .image-txt .container {
  display: flex;
  justify-content: flex-end;
}

.boxes-1 .box-1-1 .image-txt .container {
  justify-content: flex-start;
}
.boxes-1 .box-1-1 .image-txt .container img {
  margin-left: 90px;
}
.boxes-1 .box-1-1 .image {
  position: absolute;
  bottom: 0;
  right: auto;
  margin-right: 0;
  left: 50%;
  margin-left: -588px;
}
.boxes-1 .box-1-1 .container figure {
  order: 2;
}
.boxes-1 .box-1-1 .container .description {
  order: 1;
}

.title {
  margin-bottom: 45px;
  padding-top: 31px;
  background: url("../images/icons/02.svg") left top no-repeat;
}
.title h2 {
  line-height: 47.12px;
  color: #A17432;
  font-size: 40px;
  margin: 0;
}

.text-1 {
  font-size: 16px;
  line-height: 26.76px;
  font-family: "Poppins", sans-serif;
}
.text-1 p:last-child {
  margin-bottom: 0;
}

.btn-2 {
  transition: 0.15s linear;
  height: 32px;
  padding: 0 20px;
  text-align: center;
  min-width: 129px;
  background: #A17432;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 33px;
}
.btn-2:hover {
  background: #EAB25E;
  color: #fff;
}

a:hover .btn-2 {
  background: #EAB25E;
  color: #fff;
}

.title-center {
  text-align: center;
  background-position: center top;
}

.boxes-2 {
  width: 1300px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: -50px;
}
.boxes-2 .row-box {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.boxes-2 .row-box .col-box {
  margin-bottom: 50px;
  padding: 0 30px;
}
.boxes-2 .row-box .col-box .box-2 {
  transition: 0.15s linear;
  width: 218px;
  height: 261px;
  border: 1px solid #A17432;
  border-radius: 109px;
  padding: 0 40px;
  text-align: center;
}
.boxes-2 .row-box .col-box .box-2 figure {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 69px 0 20px 0;
}
.boxes-2 .row-box .col-box .box-2:hover {
  transform: translateY(-10px);
}

.text-40 {
  font-size: 40px;
  line-height: 48px;
}

.box-2 {
  background: #fff;
}

.content-box-3 {
  position: relative;
  background: linear-gradient(0deg, rgba(245, 228, 202, 0.7) 0%, rgba(217, 217, 217, 0) 95.07%, rgba(217, 217, 217, 0) 100%);
}

.content-box-3 .container {
  position: relative;
  z-index: 1;
}

.content-box-3:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/13.png") center 440px no-repeat;
}

.content-box-4 {
  background: linear-gradient(180deg, rgba(245, 228, 202, 0.7) 0%, rgba(217, 217, 217, 0) 55.07%, rgba(217, 217, 217, 0) 100%);
}

.content-box-3-1 {
  padding: 80px 0 0 0;
  width: 810px;
  margin: 0 auto;
  max-width: 100%;
}

.content-box-3-3 {
  padding-top: 80px;
}

.content-box-3-2 {
  padding: 80px 0;
  padding-bottom: 0;
  width: 1201px;
  margin: 0 auto;
  max-width: 100%;
}

.boxes-3 {
  margin-bottom: -44px;
}
.boxes-3 .box-3 {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
.boxes-3 .box-3 .txt-1 {
  width: 50%;
  text-align: right;
  font-size: 50px;
  line-height: 59px;
}
.boxes-3 .box-3 .txt-2 {
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 38px;
}
.boxes-3 .box-3 .txt-2:before {
  width: 143px;
  height: 1px;
  background: #A17432;
  margin: 0 30px;
  content: "";
  display: block;
}

.content-box-4 {
  padding-bottom: 70px;
  padding-top: 80px;
}

.carousel-1-content {
  position: relative;
  z-index: 1;
}
.carousel-1-content .carousel-1 {
  overflow: hidden;
}
.carousel-1-content .carousel-1 .swiper-button-prev {
  transition: 0.15s linear;
  position: absolute;
  left: 50%;
  z-index: 100;
  margin: -50px 0 0 -835px;
  width: 99px;
  height: 99px;
  display: block;
  background: url("../images/icons/11.svg") center no-repeat;
}
.carousel-1-content .carousel-1 .swiper-button-prev:after {
  display: none;
}
.carousel-1-content .carousel-1 .swiper-button-next {
  transition: 0.15s linear;
  position: absolute;
  right: 50%;
  z-index: 100;
  margin: -50px -835px 0 0;
  width: 99px;
  height: 99px;
  transform: scaleX(-1);
  filter: flipv;
  display: block;
  background: url("../images/icons/11.svg") center no-repeat;
}
.carousel-1-content .carousel-1 .swiper-button-next:after {
  display: none;
}
.carousel-1-content .carousel-1 .swiper-button-prev:hover, .carousel-1-content .carousel-1 .swiper-button-next:hover {
  opacity: 0.85;
}

.content-box-5 {
  padding-bottom: 80px;
  padding-top: 90px;
  position: relative;
}
.content-box-5 .container {
  z-index: 2;
  position: relative;
}
.content-box-5:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, rgba(245, 228, 202, 0.7) 0%, rgba(217, 217, 217, 0) 58.07%, rgba(217, 217, 217, 0) 100%);
  content: "";
  z-index: -1;
  bottom: -80px;
}

.content-box-6-container {
  padding-top: 80px;
}

.content-box-6 {
  padding: 50px 0 120px 0;
  background: #C8A26A url("../images/09.png") center no-repeat;
  background-size: cover;
}
.content-box-6 .title {
  background: url(../images/icons/01.svg) center top no-repeat;
}
.content-box-6 .title h2 {
  color: #fff;
}

.boxes-4 .row-box {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.boxes-4 .row-box .col-box {
  padding: 0 10px;
  width: 33.3333%;
}
.boxes-4 .box-4 {
  height: 100%;
  padding: 18px;
  background: #F3F3F0;
}
.boxes-4 .box-4 figure {
  padding: 19px 0 36px 0;
}
.boxes-4 .box-4 .box-4-content {
  border: 2px solid #BA9C77;
  padding: 66px 40px;
  height: 100%;
  text-align: center;
}
.boxes-4 .box-4 .box-4-content .txt-2 {
  font-size: 24px;
  line-height: 32px;
}
.boxes-4 .box-4 .box-4-content .txt-2 span {
  font-size: 16px;
  line-height: 18.85px;
}
.boxes-4 .box-4 .box-4-content .txt-1 {
  font-size: 35px;
  line-height: 41px;
}

.content-box-7 figure img {
  display: block;
  width: 100%;
}

footer {
  padding: 90px 0 34px 0;
  background: linear-gradient(0deg, rgba(245, 228, 202, 0.7) 0%, rgba(217, 217, 217, 0) 58.07%, rgba(217, 217, 217, 0) 100%);
}
footer .footer-top .f-boxes {
  margin-bottom: 90px;
}
footer .footer-top .f-boxes .row-box {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
footer .footer-top .f-boxes .row-box .col-box {
  padding: 0 15px;
  width: 33.3333%;
  text-align: center;
}
footer .footer-top .f-boxes .row-box .col-box .f-box {
  font-size: 18px;
  line-height: 21.2px;
}
footer .footer-top .f-boxes .row-box .col-box .f-box span {
  margin-bottom: 16px;
  display: block;
  font-size: 90px;
  line-height: 106px;
}
footer .footer-bottom {
  padding-top: 34px;
  padding-top: 90px;
  text-align: center;
  font-size: 18px;
  line-height: 21.2px;
}
footer .footer-center {
  position: relative;
}
footer .footer-center .footer-center-image {
  position: absolute;
  left: 50%;
  top: 62px;
  margin-left: -880px;
}
footer .footer-center .row-box {
  display: flex;
  margin: 0 -15px;
}
footer .footer-center .row-box .col-box {
  padding: 0 15px;
  width: 50%;
}
footer .footer-center .row-box .col-box .f-title {
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 14px;
}
footer .footer-center .row-box .col-box .txt {
  font-size: 18px;
  line-height: 21.2px;
  margin-bottom: 20px;
}
footer .footer-center .row-box .col-box .form-box .label-box label {
  margin-bottom: 14px;
  font-size: 16px;
  padding-left: 34px;
  line-height: 19.5px;
}
footer .footer-center .row-box .col-box .form-box .label-box label.icon-1 {
  background: url("../images/icons/13.svg") left center no-repeat;
}
footer .footer-center .row-box .col-box .form-box .label-box label.icon-2 {
  background: url("../images/icons/14.svg") left center no-repeat;
}
footer .footer-center .row-box .col-box .form-box .label-box label.icon-3 {
  background: url("../images/icons/15.svg") left center no-repeat;
}
footer .footer-center .row-box .col-box .form-box .input-box {
  margin-bottom: 18px;
}
footer .footer-center .row-box .col-box .form-box .input-box input, footer .footer-center .row-box .col-box .form-box .input-box textarea {
  display: block;
  color: #A17432;
  padding: 0 15px;
  height: 49px;
  background: none;
  width: 100%;
  border: 1px solid #A17432;
  transition: 0.15s linear;
}
footer .footer-center .row-box .col-box .form-box .input-box input:focus, footer .footer-center .row-box .col-box .form-box .input-box textarea:focus {
  border-color: #EAB25E;
}
footer .footer-center .row-box .col-box .form-box .input-box textarea {
  overflow: auto;
  resize: none;
  height: 106px;
  padding: 10px 15px;
}
footer .footer-center .row-box .col-box .form-box .button-box button {
  width: 100%;
}
footer .footer-center .row-box .col-box .form-box .checkbox-box {
  margin-bottom: 18px;
  position: relative;
}
footer .footer-center .row-box .col-box .form-box .checkbox-box label {
  padding-left: 25px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
}
footer .footer-center .row-box .col-box .form-box .checkbox-box label:after {
  border: 1px solid #A17432;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: block;
}
footer .footer-center .row-box .col-box .form-box .checkbox-box label a {
  color: #A17432;
}
footer .footer-center .row-box .col-box .form-box .checkbox-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
footer .footer-center .row-box .col-box .form-box .checkbox-box :checked + label:after {
  border: 3px solid #A17432 !important;
  background: #EAB25E;
}
footer .footer-center .description {
  width: 443px;
  max-width: 100%;
  margin-left: 90px;
}
footer .footer-center .description .f-title-1 {
  font-size: 26px;
  line-height: 32.6px;
  margin-bottom: 26px;
}
footer .footer-center .description .txt-1 {
  margin-bottom: 22px;
}
footer .footer-center .description .txt-1 p {
  margin-bottom: 15px;
}
footer .footer-center .description .txt-1 .p:last-child {
  margin-bottom: 0;
}
footer .footer-center .description .social-box {
  display: flex;
}
footer .footer-center .description .social-box a {
  margin-right: 26px;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  border: 2px solid #A17432;
}
footer .footer-center .description .social-box a:hover {
  border: 2px solid #EAB25E;
}
footer .footer-center .description .social-box .yt {
  background: url("../images/icons/16.svg") center no-repeat;
}
footer .footer-center .description .social-box .yt:hover {
  background-image: url("../images/icons/16-1.svg");
}
footer .footer-center .description .social-box .fb {
  background: url("../images/icons/17.svg") center no-repeat;
}
footer .footer-center .description .social-box .fb:hover {
  background-image: url("../images/icons/17-1.svg");
}
footer .footer-center .description .social-box .instagram {
  background: url("../images/icons/18.svg") center no-repeat;
}
footer .footer-center .description .social-box .instagram:hover {
  background-image: url("../images/icons/18-1.svg");
}
footer .footer-center .description .contact-box {
  margin-bottom: 30px;
  background: url("../images/icons/19.png") left 9px no-repeat;
  padding-left: 52px;
}
footer .footer-center .description .contact-box a {
  color: #A17432;
  font-size: 30px;
  border-bottom: 1px solid #A17432;
  line-height: 35px;
}
footer .footer-center .description .contact-box a:hover {
  color: #EAB25E;
  border-color: #EAB25E;
}
footer .footer-center .description .phone-boxes {
  padding-left: 52px;
  background: url("../images/icons/20.svg") left 14px no-repeat;
  margin-bottom: 17px;
}
footer .footer-center .description .phone-boxes .phone-box {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
}
footer .footer-center .description .phone-boxes .phone-box a {
  font-size: 30px;
  line-height: 35px;
  color: #A17432;
}
footer .footer-center .description .phone-boxes .phone-box a:hover {
  color: #EAB25E;
}
footer .footer-center .description .phone-boxes .phone-box:last-child {
  margin-bottom: 0;
}

button.btn-2 {
  border: none;
}

.video-box {
  text-align: center;
  background: #fff;
}
.video-box a:hover {
  opacity: 0.9;
}

:target {
  scroll-margin-top: 40px;
}

.img-rwd {
  display: none !important;
}

/* *** SUBPAGE *** */
.subpage {
  padding-top: 94px;
}

.content-box-8 img {
  width: 100%;
}

.main-content {
  background: linear-gradient(180deg, rgba(245, 228, 202, 0.7) 0%, rgba(217, 217, 217, 0) 58.07%, rgba(217, 217, 217, 0) 100%);
  padding: 75px 0;
}
.main-content .wrapper-1 {
  width: 1148px;
  margin: 0 auto;
  max-width: 100%;
}
.main-content .content-box-9 {
  padding-top: 55px;
}

.text-box {
  font-size: 16px;
  line-height: 22.37px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #443F37;
}
.text-box h2 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  line-height: 47px;
  color: #A17432;
}
.text-box ul {
  color: #A17432;
}
.text-box ul li {
  margin-bottom: 5px;
}
.text-box ul li:last-child {
  margin-bottom: 0;
}
.text-box p:last-child {
  margin-bottom: 0;
}

.text-box.text-center ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-gps {
  color: #A17432;
  text-decoration: underline;
}
.link-gps:hover {
  color: #EAB25E;
}

/**********************************/
@media (max-width: 1700px) {
  .main-menu, .h-boxes {
    width: auto !important;
  }
}
.header-rsp {
  overflow: visible;
}
.header-rsp .hh-langs {
  position: absolute;
  top: 27px;
  right: 90px;
}

.hh-langs {
  position: relative;
}
.hh-langs img {
  width: 30px;
  display: block;
}
.hh-langs .hh-langs-image {
  display: flex;
  align-items: center;
}
.hh-langs .hh-langs-image:after {
  margin-left: 6px;
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-top: 5px solid #A17432;
  border-bottom: 0 none;
}
.hh-langs ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.hh-langs ul li {
  margin-top: 4px;
}
.hh-langs ul li a:hover {
  opacity: 0.9;
}
.hh-langs:hover ul {
  display: block;
}

@media only screen and (max-width: 992px) {
  body .btn-slide-down {
    width: 100%;
    text-align: right;
    padding-right: 20px;
  }
}/*# sourceMappingURL=style.css.map */