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

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

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.gallery-content {
  overflow: hidden;
}

.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: "Mulish", sans-serif;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  color: #2A2A2A;
  background: #fff;
  line-height: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  min-width: 302px;
}

a {
  color: #2A2A2A;
}

.wrapper {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 100%;
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1720px;
  }
}
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%;
}

.row {
  margin: 0 -30px;
}

.row > div {
  float: left;
  padding: 0 30px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

h2, h1 {
  line-height: 1.2;
}

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

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}
/* *** HEADER *** */
header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 26px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  display: block;
}

header .logo img {
  display: block;
}

.h-data {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.h-data strong, .h-data a {
  font-weight: 600;
}
.h-data a:hover {
  color: #FD7A2D;
}
.h-data p {
  margin: 0 0 0 24px;
}
.h-data p a {
  color: #fff;
}
.h-data .btn-1 {
  margin-left: 8px;
}

.btn-1 {
  background: #FD7A2D url("../img/icons/01.svg") calc(100% - 28.5px) center no-repeat;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 12px 58px 12px 30px;
  border: 1px solid #FD7A2D;
}
.btn-1:hover {
  color: #FD7A2D;
  background: transparent url("../img/icons/01-1.svg") calc(100% - 28.5px) center no-repeat;
}

/* *** HOME *** */
.content-box-1 {
  background: url("../img/bg.png") center no-repeat;
  background-size: cover;
  padding-top: 108px;
}
.content-box-1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
}
.content-box-1 figure {
  width: calc(50% + 100px);
  margin-right: -100px;
}
.content-box-1 .description {
  flex-shrink: 0;
  display: flex;
  padding-right: 20px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
}
.content-box-1 .description h1 {
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 32px;
  font-weight: 600;
}
.content-box-1 .description p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  width: 576px;
  max-width: 100%;
  margin-bottom: 64px;
}
.content-box-1 .description .txt-small {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 12px 24px 10px 24px;
  border-radius: 20px;
  display: inline-block;
  width: auto;
  max-width: none;
  border: 1px solid rgba(231, 245, 255, 0.32);
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.padding-1 {
  padding: 90px 0;
}

.margin-bottom-1 {
  margin-bottom: 90px;
}

.box-1 .container {
  display: flex;
  align-items: center;
}
.box-1 figure {
  width: 50%;
}
.box-1 .description {
  width: 50%;
  flex-shrink: 0;
  padding-right: 110px;
}
.box-1 .description p {
  margin-bottom: 16px;
}
.box-1 .description p:last-child {
  margin-bottom: 0;
}
.box-1 .description a {
  margin-top: 20px;
}
.box-1 .description h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.box-1 .description ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box-1 .description ul li {
  padding-left: 31px;
  background: url("../img/icons/02.svg") left 7px no-repeat;
  margin-bottom: 12px;
}
.box-1 .description ul li:last-child {
  margin-bottom: 0;
}

.box-1-1 {
  position: relative;
}
.box-1-1 .container {
  justify-content: flex-end;
}
.box-1-1 .container .description {
  padding-right: 50px;
  padding-left: 110px;
}
.box-1-1 figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border-radius: 8px 8px 0 8px;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.title {
  margin-bottom: 28px;
}
.title h2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
  margin: 0;
  color: #0A4476;
}

.content-box-3 {
  background: #E7F5FF;
}

.box-2 figure {
  margin-bottom: 24px;
}
.box-2 figure img {
  border-radius: 8px;
}
.box-2 h3 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  color: #0A4476;
  margin-bottom: 12px;
}

.nav-1 {
  position: relative;
  width: 122px;
  height: 56px;
}
.nav-1 .swiper-button-prev {
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
}
.nav-1 .swiper-button-prev:after {
  color: #FD7A2D;
  font-size: 16px;
  margin-right: 2px;
  font-weight: bold;
}
.nav-1 .swiper-button-next {
  width: 56px;
  height: 56px;
  right: 0;
  border-radius: 50%;
  background: #fff;
}
.nav-1 .swiper-button-next:after {
  color: #FD7A2D;
  font-size: 16px;
  margin-left: 2px;
  font-weight: bold;
}
.nav-1 .swiper-button-prev:hover, .nav-1 .swiper-button-next:hover {
  background: #FD7A2D;
}
.nav-1 .swiper-button-prev:hover:after, .nav-1 .swiper-button-next:hover:after {
  color: #fff;
}

.title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-box .title {
  margin: 0;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.row {
  margin: 0 -16px;
}
.row > div {
  padding: 0 16px;
}

.box-3 {
  background: #E7F5FF;
  border-radius: 8px;
  height: 244px;
  padding: 32px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 32px;
}
.box-3 p {
  margin: 0;
}
.box-3 .days {
  padding: 10px 20px;
  background: #0A4476;
  border-radius: 8px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.22px;
}
.box-3 .price {
  color: #0A4476;
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
}

.content-box-4 .txt {
  font-size: 24px;
  line-height: 34px;
  color: #0A4476;
  font-weight: 700;
}

.content-box-5 .description {
  background: #0A4476 url("../img/02.png") center no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 100%;
  padding: 40px 64px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
.content-box-5 .description a {
  color: #fff;
}
.content-box-5 .description a:hover {
  opacity: 0.9;
}
.content-box-5 h3 {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
}
.content-box-5 .form-box {
  border-radius: 8px;
  padding: 40px 64px;
  border: 2px solid #E7F5FF;
  height: 100%;
}
.content-box-5 .form-box .label-box label {
  padding: 3px 0;
  margin: 0 0 4px 0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.content-box-5 .form-box .input-box {
  margin-bottom: 10px;
}
.content-box-5 .form-box .input-box input, .content-box-5 .form-box .input-box textarea {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  padding: 13px 18px;
  border: 1px solid #D1D1D6;
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  display: block;
  width: 100%;
}
.content-box-5 .form-box .input-box input:focus, .content-box-5 .form-box .input-box textarea:focus {
  border-color: #0A4476;
}
.content-box-5 .form-box .input-box ::placeholder {
  color: #2A2A2A;
}
.content-box-5 .form-box .input-box textarea {
  margin-bottom: 30px;
  resize: none;
  overflow: auto;
  height: 99px;
}
.content-box-5 .checkbox-box {
  margin-bottom: 32px;
  position: relative;
}
.content-box-5 .checkbox-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.content-box-5 .checkbox-box label {
  padding: 0 0 0 32px;
  margin: 0;
  display: block;
}
.content-box-5 .checkbox-box label:after {
  display: block;
  border-radius: 4px;
  border: 1px solid #C5CCD0;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
}
.content-box-5 .checkbox-box :checked + label:before {
  display: block;
  border-radius: 2px;
  background: #FD7A2D;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 8px 5px;
}

footer {
  border-top: 1px solid #DEDEDE;
}
footer a:hover {
  color: #0A4476;
}
footer .footer-top {
  font-size: 20px;
  line-height: 28px;
  padding: 64px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .f-logo {
  margin-bottom: 32px;
}
footer .footer-top .txt {
  font-weight: 600;
}
footer .footer-top .txt strong {
  font-weight: 700;
}
footer .footer-top .txt span {
  margin-left: 10px;
}
footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
footer nav ul li {
  margin-left: 25px;
}
footer nav ul li a {
  font-weight: 600;
}
footer .footer-bottom {
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom nav ul li a {
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */