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

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

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

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

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1324px;
  }
  .container-1 {
    max-width: 1740px;
  }
}
.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: "Barlow", sans-serif;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 21px;
  color: #000000;
  line-height: 1.35;
  min-width: 302px;
}

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

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%;
}

/* *** HOME *** */
.header {
  position: absolute;
  color: #fff;
  width: 100%;
  display: flex;
  left: 0;
  top: 0;
  justify-content: space-between;
  padding: 65px 100px;
}
.header .txt {
  line-height: 1.1;
}
.header .txt span {
  line-height: 1.3;
  padding-top: 5px;
  display: block;
  font-size: 26px;
}
.header .boxes-1 {
  display: flex;
}
.header .boxes-1 .box-1 {
  margin-left: 70px;
  text-align: right;
}
.header .boxes-1 .box-1 .txt-1 {
  padding: 0 0 10px 0;
  font-size: 14px;
}
.header .boxes-1 .box-1 a {
  color: #fff;
}

.container-box-1 {
  position: relative;
  height: 100vh;
  background: url("../img/01.png") center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 65px 100px;
  display: flex;
  align-items: flex-end;
  min-height: 720px;
  width: 100%;
  color: #fff;
}
.container-box-1 .content-box-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.container-box-1 .content-box-2 .txt {
  font-size: 55px;
}
.container-box-1 .content-box-2 .boxes-2 {
  width: 515px;
  height: 445px;
  position: relative;
}
.container-box-1 .content-box-2 .boxes-2 .box-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  flex-direction: column;
  color: #fff;
  position: absolute;
}
.container-box-1 .content-box-2 .boxes-2 .box-2 .txt-1 {
  line-height: 1.2;
  margin: -10px 0;
  font-size: 100px;
}
.container-box-1 .content-box-2 .boxes-2 .box-2-1 {
  width: 321px;
  height: 321px;
  top: 45px;
  left: 0;
  background: url("../img/02.png") center no-repeat;
}
.container-box-1 .content-box-2 .boxes-2 .box-2-2 {
  width: 240px;
  height: 240px;
  top: 0;
  z-index: 2;
  right: 0;
  background: url("../img/03.png") center no-repeat;
}
.container-box-1 .content-box-2 .boxes-2 .box-2-3 {
  width: 240px;
  height: 240px;
  bottom: 0;
  z-index: 3;
  right: 0;
  background: url("../img/04.png") center no-repeat;
}

.container-box-2 {
  position: fixed;
  overflow: auto;
  color: #fff;
  top: 0;
  right: -100%;
  z-index: 8;
  height: 100vh;
  padding: 65px 100px;
  width: 100%;
  background: url("../img/05.png") center no-repeat;
  background-size: cover;
  padding-top: 204px;
  transition: 0.45s linear;
}
.container-box-2 .content-box-3 {
  display: flex;
}
.container-box-2 .content-box-3 .col-left {
  width: 50%;
  padding: 50px 0;
  padding-right: 95px;
  border-right: 1px solid #53917a;
}
.container-box-2 .content-box-3 .col-left p:last-child {
  margin-bottom: 0;
}
.container-box-2 .content-box-3 .col-left h3 {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 300;
}
.container-box-2 .content-box-3 .text {
  font-size: 19px;
}
.container-box-2 .content-box-3 .col-right {
  padding: 50px 0;
  padding-left: 95px;
  width: 50%;
}
.container-box-2 .content-box-3 .col-right .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
}

.container-box-2.active {
  right: 0;
}

.c-box {
  margin: 70px 0;
  display: flex;
  align-items: center;
}
.c-box figure {
  margin-right: 50px;
  flex-shrink: 0;
}
.c-box .txt {
  font-size: 30px;
  font-weight: 300;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 20px 0 0 !important;
  background: none !important;
  color: #61a78e;
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active, .swiper-pagination-clickable .swiper-pagination-bullet:hover {
  color: #fff;
}

.btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  flex-direction: column;
  width: 240px;
  height: 240px;
  color: #fff;
  border-radius: 50%;
  z-index: 3;
  background: url(../img/04-1.png) center no-repeat;
}
.btn-1:hover {
  color: #fff;
}

.box-2 {
  border-radius: 50%;
}

.content-box-4 {
  display: flex;
  justify-content: flex-end;
  margin-top: -60px;
}

.btn-1:hover, .box-2-3:hover {
  transform: scale(0.8);
}

.header a:hover {
  opacity: 0.88;
}

@media only screen and (max-width: 1599px) {
  .header, .container-box-1 {
    padding: 40px;
  }
  .container-box-1 {
    min-height: 562px;
    overflow: hidden;
  }
  .container-box-1 .content-box-2 .txt {
    font-size: 45px;
  }
  .container-box-1 .content-box-2 .boxes-2 {
    transform: scale(0.8);
  }
  .boxes-2 {
    margin: -50px;
  }
  .container-box-2 {
    padding: 40px;
    padding-top: 200px;
  }
  .btn-1 {
    width: 190px;
    height: 190px;
    background-size: cover;
  }
  .container-box-2 .content-box-3 .col-left {
    padding-right: 50px;
  }
  .container-box-2 .content-box-3 .col-right {
    padding-left: 50px;
  }
  .c-box figure {
    width: 160px;
    margin-right: 30px;
  }
  .c-box .txt {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1340px) {
  .c-box figure {
    width: 120px;
    margin-right: 30px;
  }
  .c-box figure {
    width: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-box .txt {
    font-size: 26px;
  }
  .c-box .txt br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .c-box {
    text-align: center;
    display: block;
  }
  .container-box-2 {
    padding: 20px;
    padding-top: 140px;
  }
  .container-box-2 .content-box-3 .col-right {
    text-align: center;
  }
  .c-box figure {
    width: 100%;
  }
  .c-box figure img {
    width: 100px;
  }
  .container-box-2 .content-box-3 .col-left {
    padding: 20px 0;
    padding-right: 30px;
  }
  .container-box-2 .content-box-3 .col-right {
    padding: 20px 0;
    padding-left: 30px;
  }
  .header .boxes-1 .box-1 .txt-1 {
    font-size: 12px;
  }
  .header .txt span {
    font-size: 24px;
  }
  .container-box-1 .content-box-2 .txt {
    font-size: 30px;
  }
  .c-box figure {
    margin: 0 0 15px 0;
  }
  .header {
    font-size: 18px;
  }
  .header, .container-box-1 {
    padding: 20px;
  }
  .container-box-1 .content-box-2 .boxes-2 {
    transform: scale(0.6);
  }
  .boxes-2 {
    margin: -90px -102px;
  }
  .container-box-1 {
    min-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .content-box-2 {
    padding-top: 30px;
  }
  .header {
    z-index: 1;
    display: block;
  }
  .header .txt {
    text-align: center;
  }
  .header .txt br {
    display: none;
  }
  .header .boxes-1 .box-1 {
    margin: 20px 0 0 0;
  }
  .header .boxes-1 .box-1 {
    text-align: center;
  }
  .header .boxes-1 {
    display: block;
    text-align: center;
    width: 100%;
  }
  .container-box-1 {
    position: relative;
  }
  .container-box-1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
  .container-box-1 {
    display: block;
    padding-top: 285px;
  }
  .content-box-2 {
    position: relative;
    z-index: 2;
  }
  .container-box-1 .content-box-2 {
    display: block;
  }
  .container-box-1 .content-box-2 .txt {
    text-align: center;
  }
  .container-box-1 .content-box-2 .txt {
    font-size: 24px;
  }
  .container-box-1 .content-box-2 .boxes-2 {
    width: 100%;
    margin: 0;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.9);
  }
  .container-box-1 .content-box-2 .boxes-2 .box-2 {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
    margin: 0;
  }
  .container-box-1 {
    height: auto;
  }
  .container-box-1 .content-box-2 .boxes-2 .box-2-1 {
    width: 216px;
    height: 216px;
  }
  .container-box-1 .content-box-2 .boxes-2 .box-2 .txt-2 {
    padding: 0 20px;
  }
  .container-box-1 .content-box-2 .boxes-2 .box-2 {
    font-size: 18px;
  }
  .container-box-1 .content-box-2 .boxes-2 .box-2 {
    margin-top: 15px;
  }
  .container-box-1 .content-box-2 .boxes-2 .box-2:first-child {
    margin-top: 0;
  }
  .container-box-1 .content-box-2 .boxes-2 .box-2 .txt-1 {
    font-size: 70px;
    line-height: 1.4;
  }
  .header {
    padding-top: 38px;
  }
  .container-box-1 .content-box-2 .txt br {
    display: none;
  }
  .container-box-2 {
    padding-top: 315px;
  }
  .container-box-2 .content-box-3 {
    display: block;
  }
  .container-box-2 .content-box-3 .col-left {
    padding: 0;
    border: none;
    width: 100%;
    padding-top: 20px;
  }
  .container-box-2 .content-box-3 .col-right {
    padding: 0;
    border: none;
    width: 100%;
    padding-top: 60px;
  }
  .c-box {
    margin: 40px 0 20px 0;
  }
  .c-box .txt {
    font-size: 21px;
  }
  .c-box .txt br {
    display: none;
  }
  .content-box-4 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .container-box-2 .content-box-3 .text {
    font-size: 18px;
  }
  .container-box-2 .content-box-3 .col-left h3 {
    font-size: 21px;
  }
  .container-box-2 .content-box-3 .col-right .swiper-pagination {
    text-align: center;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 10px 0 10px !important;
  }
  .content-box-4 {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */