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

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

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.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: "Catamaran", sans-serif;
}

body {
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  color: #26333B;
  background: #E9EAEE;
  line-height: 27px;
  padding-top: 119px;
  min-width: 302px;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1316px;
  }
}
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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  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 {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  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 {
  background: #BF3E3E;
  position: fixed;
  z-index: 41;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2509803922);
  top: 0;
  left: 0;
  width: 100%;
}

.z-header-box {
  display: flex;
  justify-content: space-between;
  padding: 33px 0;
  align-items: center;
}
.z-header-box .h-button-1 {
  display: flex;
}
.z-header-box .h-button-1 a {
  margin-right: 50px;
}

.z-btn-1 {
  display: inline-block;
  height: 53px;
  background: #fff;
  color: #E94B4A;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 57px;
}
.z-btn-1 span {
  padding: 2px 0;
  background: url("/img/frontend/icons/arrow-1.svg");
  background-size: auto 28px;
  background-repeat: no-repeat;
  background-position: right 0;
  padding-right: 50px;
}
.z-btn-1:hover {
  opacity: 0.9;
  color: #E94B4A;
}

.z-btn-2 {
  display: inline-block;
  height: 53px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 55px;
  width: 237px;
  text-align: center;
  border: 1px solid #E9EAEE;
  background: #26333B;
}
.z-btn-2:hover {
  opacity: 0.9;
  color: #fff;
}

/* *** HOME *** */
.z-content-box-1 {
  background-color: #E94B4A;
  background-image: url("/img/frontend/bg-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 975px;
  padding-bottom: 30px;
}
.z-content-box-1 .description {
  color: #fff;
  width: 810px;
}
.z-content-box-1 .description .txt-1 {
  font-size: 35px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 24px;
}
.z-content-box-1 .description .txt-2 {
  font-size: 25px;
  line-height: 1.3;
}
.z-content-box-1 .description .txt-2 ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.z-content-box-1 .description .txt-2 ul:after {
  position: absolute;
  top: -1px;
  left: 15px;
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  border-left: 2px dashed #29333A;
}
.z-content-box-1 .description .txt-2 ul li {
  margin-bottom: 15px;
  padding-left: 44px;
  position: relative;
}
.z-content-box-1 .description .txt-2 ul li:last-child {
  margin-bottom: 0;
}
.z-content-box-1 .description .txt-2 ul li:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 32px;
  height: 32px;
  background: #E94B4A;
  z-index: 2;
  border: 4px solid #29333A;
  display: block;
  content: "";
  border-radius: 50%;
}

.z-title {
  margin-bottom: -20px;
}
.z-title h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 145px;
  font-weight: bold;
  color: #bf3e3e;
  letter-spacing: -7.2px;
}
.z-title h2 span {
  color: #26333B;
  font-size: 180px;
}

.z-title-1 {
  margin-bottom: 10px;
}
.z-title-1 h2 {
  margin: 0;
  color: #bf3e3e;
  font-size: 70px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -2.8px;
}

.z-content-box-2 {
  padding: 40px 0;
  text-align: center;
}
.z-content-box-2 .z-title-1 h2 {
  color: #bfc1c8;
}

.z-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-logos figure {
  padding: 15px;
}

.z-content-box-3 {
  padding: 40px 0;
  background: #E9EAEE;
  background-image: url("/img/frontend/bg-2.png");
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
.z-content-box-3 .z-title-1 h2 {
  color: #26333B;
}
.z-content-box-3 .txt-1 {
  color: #E94B4A;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: -1.4px;
  font-weight: bold;
  margin-bottom: 40px;
}

.slider figure {
  text-align: center;
}

.slider {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.slider .container {
  position: relative;
}

.slider .swiper-button-next {
  width: 27px;
  height: 47px;
  right: 15px;
  display: block;
  background: url("/img/frontend/icons/arrow-right.svg") center no-repeat;
}

.slider .swiper-button-prev {
  width: 27px;
  height: 47px;
  display: block;
  left: 15px;
  background: url("/img/frontend/icons/arrow-left.svg") center no-repeat;
}

.slider .swiper-button-prev:after, .slider .swiper-button-next:after {
  display: none;
}

.slider .swiper-pagination {
  display: flex;
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
  justify-content: center;
}

.slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #29333A;
  position: relative;
  background: #fff;
  margin: 0 7px;
  opacity: 1;
}

.swiper-pagination-bullet-active:after {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px;
  background: #E94B4A;
  content: "";
}

.z-content-box-4 {
  padding: 60px 0;
  background: #26333B;
  background-image: url("/img/frontend/bg-3.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.z-content-box-4 .row-box {
  display: flex;
  justify-content: space-between;
}
.z-content-box-4 .z-title-1 {
  margin-bottom: 40px;
}
.z-content-box-4 .z-title-1 h2 {
  color: #E94B4A;
}
.z-content-box-4 .col-box-2 {
  color: #fff;
}
.z-content-box-4 .col-box-2 .txt a {
  color: #E94B4A;
}

.z-form-box {
  width: 600px;
}

.z-label-box label {
  margin: 0;
  color: #E94B4A;
  font-weight: bold;
}

.z-label-box {
  margin-bottom: 10px;
}

.z-input-box {
  margin-bottom: 27px;
}

.z-input-box input, .z-input-box textarea {
  height: 55px;
  border: none;
  border: none;
  width: 100%;
  color: #26333B;
  display: block;
  padding: 0 15px;
  padding-top: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.z-input-box textarea {
  height: 191px;
  resize: none;
  overflow: auto;
  padding: 10px 15px;
}

.z-form-button {
  display: flex;
  justify-content: flex-end;
}

.z-btn-1-1 {
  background: none;
  border: none;
  padding: 0;
}

.f-logo {
  margin-bottom: 35px;
}

/* *** SUBPAGE *** */
.z-content-box-1-1 {
  height: auto;
  min-height: calc(100vh - 119px);
  padding-bottom: 60px;
  background-image: url("/img/frontend/bg-4.png");
}

.z-content-box-5 {
  display: flex;
  justify-content: space-between;
}
.z-content-box-5 figure {
  margin: -100px -170px 0 0;
}

.z-boxes-1 {
  width: 516px;
}
.z-boxes-1 .z-box-1 {
  margin-top: 140px;
  height: 88px;
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
  background: url("/img/frontend/icons/arrow-2.svg") right center no-repeat;
}
.z-boxes-1 .z-box-1:hover {
  opacity: 0.9;
}
.z-boxes-1 .z-box-1 .txt-1 {
  position: absolute;
  top: 5px;
  left: -18px;
  color: #BF3E3E;
  font-size: 95px;
  font-weight: 800;
}
.z-boxes-1 .z-box-1 .txt-2 {
  position: relative;
  z-index: 2;
  padding-top: 28px;
}
.z-boxes-1 .z-box-1 .txt-2 strong {
  font-weight: 800;
  font-size: 35px;
  color: #fff;
}
.z-boxes-1 .z-box-1 .txt-2 span {
  font-size: 15px;
  opacity: 0.5;
  color: #fff;
}

.z-content-box-1-2 {
  height: auto;
  min-height: calc(100vh - 119px);
  padding-bottom: 60px;
  background-image: url("/img/frontend/bg-5.png");
  background-color: #fafafa;
}
.z-content-box-1-2 .z-title h2 {
  color: #d1d2d6;
}

.z-content-box-6 {
  display: flex;
  justify-content: space-between;
}
.z-content-box-6 .z-form-box {
  width: 600px;
}
.z-content-box-6 figure {
  margin-left: -170px;
  margin-top: -30px;
}
.z-content-box-6 h3 {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.z-btn-1-3 {
  border: none;
  background-color: #E94B4A;
  width: 210px;
  color: #fff;
  display: block;
  text-align: left;
}
.z-btn-1-3 span {
  width: 100%;
  display: block;
  background-image: url(/img/frontend/icons/arrow-3.svg);
  padding-right: 80px;
  line-height: 54px;
  background-position: right 13px;
}
.z-btn-1-3:hover {
  color: #fff;
}

.link-box {
  margin-bottom: 30px;
  margin-top: -10px;
}
.link-box a {
  color: #E94B4A;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

.z-input-box {
  position: relative;
}

.btn-preview {
  position: absolute;
  top: 0;
  right: 0px;
  width: 70px;
  height: 55px;
  background: #fff url("/img/frontend/icons/01.png") center no-repeat;
  display: block;
  border: 0;
}

.btn-preview.active {
  background-image: url("/img/frontend/icons/02.png");
}/*# sourceMappingURL=style.css.map */

.x-content-box-3 .x-txt-1 {
    color:#E94B4A;
    width: 1025px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: 52px;
}

.x-slider {
    width: 1230px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 60px;
    position: relative;
    text-align: center;
}

.x-slider .swiper-button-next {
    width: 27px;
    height: 47px;
    right: 15px;
    display: block;
    background: url('/img/frontend/icons/arrow-right.svg') center no-repeat;
}

.x-slider .swiper-button-next, .x-slider .swiper-button-prev {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.x-slider .swiper-button-prev {
    width: 27px;
    height: 47px;
    display: block;
    left: 15px;
    background: url('/img/frontend/icons/arrow-left.svg') center no-repeat;
}

.x-slider .swiper-button-next:hover, .x-slider .swiper-button-prev:hover {
    opacity: 0.85;
}

.x-slider .swiper-button-prev:after, .x-slider .swiper-button-next:after {
    display: none;
}

.x-content-box-3 {
    position: relative;
}

.x-bg-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 156px);
    background: url('/img/frontend/bg-3a.png') center top no-repeat;
}

.x-bg-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: calc(100% + 156px);
    background: url('/img/frontend/bg-4a.png') center top no-repeat;
    opacity: 0.7;
}

.x-content-box-3 .x-title, .x-content-box-3 .x-txt-1 {
    position: relative;
    z-index: 2;
}

.x-title-1 h2 {
    color: #26333B;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: -2.8px;
    margin: 0;
}

.x-title {
    text-align: center;
    margin-bottom: 20px;
}

.x-slider .container {
  overflow: hidden;
}


.z-content-box-1 .txt-4 {
    font-size: 25px;
    line-height: 1.25;
    margin-bottom: 30px;
}

.z-content-box-1 .txt-4 ul {
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
}

.z-content-box-1 .txt-4 ul:after {
    position: absolute;
    top: 5px;
    left: 11px;
    width: 1px;
    height: calc(100% - 15px);
    content: "";
    display: block;
    background: url('../img/icons/line.png') center top repeat-y;
}

.z-content-box-1 .txt-4 ul li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 17px;
}

.z-content-box-1 .txt-4 ul li:last-child {
    margin-bottom: 0;
}

.z-content-box-1 .txt-4 ul li:after {
    width: 23px;
    z-index: 2;
    height: 23px;
    border: 3px solid #29333a;
    content:"";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    background: #E94B4A;
}

.z-content-box-1 .txt-4 ul li:hover:after {
    background: #29333a; 
}



.x-form-box {
    width: 600px;
    padding: 20px 0 0 0;
    max-width: 100%;
}

.x-input-box {
    margin-bottom: 30px;
}

.x-input-box input {
    width: 100%;
    height: 55px;
    background: #fff;
    border: none;
    padding: 0 20px;
    padding-top: 4px;
}

.x-form-box label {
    color: #E94B4A;
    font-size: 16px;
}

.x-form-box .x-button-box {
    display: flex;
    padding-top: 20px;
    justify-content: flex-end;
}

.x-btn-1 {
    border: none;
    background: none;
    color: #E94B4A;
    font-size: 16px;
    font-weight: bold;
}

.x-btn-1:hover {
    opacity: 0.85;
}
