@charset "UTF-8";
/*fonts*/
/*base sizes*/
/*colors*/
/* media query
-----------------------------------------------------------*/
/*fonts*/
/*base sizes*/
/*colors*/
/* media query
-----------------------------------------------------------*/
input:not([type=submit]),
textarea,
select.form-element {
  border-radius: 4px;
  border: solid 1px #e2e5ed;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 38px;
  padding: 8px;
  line-height: 1.5;
  color: #333;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input:not([type=submit]):focus,
textarea:focus,
select.form-element:focus {
  border-color: #000;
}
input:not([type=submit]).error, input:not([type=submit]).is-error,
textarea.error,
textarea.is-error,
select.form-element.error,
select.form-element.is-error {
  border-color: #ff0000;
}

textarea {
  width: 100%;
  height: auto;
}

.form-validation {
  color: #ff0000;
  font-size: 14px;
  font-size: 0.875rem;
}
.form hr {
  margin: 0;
  border-width: 0 0 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form-element-group--with-icon > div {
  position: relative;
}
.form-element-group--with-icon input:not([type=submit]),
.form-element-group--with-icon select.form-element {
  padding-left: 50px;
}
.form-element-group--with-icon i {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 26px;
  font-size: 1.625rem;
  color: #9ea0a5;
  transform: translateY(-50%);
}
.form-element-group--with-icon span.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 50px;
  font-size: 14px !important;
}
.form-element-group--icon-right i {
  left: auto;
  right: 10px;
}
.form-element-group--icon-right input[type=text],
.form-element-group--icon-right input[type=number],
.form-element-group--icon-right input[type=password],
.form-element-group--icon-right select.form-element {
  padding-right: 50px;
  padding-left: 0.75rem;
}
.form-element-group--icon-right button {
  position: absolute;
  border: none;
  background: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form-element-group--icon-right button i {
  position: relative;
  top: unset;
  transform: unset;
}
.form-element-group .pseudo-input {
  position: absolute;
  left: 53px;
  top: 10px;
  display: flex;
  font-size: 12px;
}
.form__row {
  margin-bottom: 16px;
}

.captcha-box {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border: 1px solid #e2e5ed;
  border-radius: 4px;
  flex-direction: row-reverse;
}
.captcha-box img {
  height: 30px;
  margin-right: 5px;
}
.captcha-box input[type=text] {
  border: none;
  box-shadow: none;
}
.captcha-box > div:first-child {
  flex-grow: 1;
  position: relative;
  padding-left: 15px;
  flex-direction: row-reverse;
  display: flex;
}
.captcha-box > div:last-child {
  flex-grow: 9;
}
.captcha-box button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1.21;
  letter-spacing: 1.4px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  border: none;
  text-decoration: none;
  width: 165px;
  height: 38px;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
.btn.btn-default {
  color: #9ea0a5;
  background-color: #fff;
  border-color: #c5c5c5;
}
.btn.btn-default :hover {
  color: #fff;
  background-color: #c5c5c5;
}
.btn.btn-red {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn.btn-red:hover {
  background-color: #e00000;
  border-color: #e00000;
}
.btn.btn-green {
  color: #fff;
  background-color: #35cc62;
  border-color: #35cc62;
}
.btn.btn-green:hover {
  background-color: #12af42;
  border-color: #12af42;
}
.btn.btn-blue {
  color: #fff;
  background-color: #00a2f9;
  border-color: #00a2f9;
}
.btn.btn-blue:hover {
  background-color: #0081c6;
}
.btn.btn-transparent {
  color: #000;
  background-color: #fff;
  border-color: #e2e5ed;
}
.btn.btn-transparent:hover {
  background-color: #e6e6e6;
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
  border-color: #9ea0a5;
  background-color: #9ea0a5;
  color: #333;
}
.btn .rotating-loading {
  margin-right: 12px;
}

.alert-wrapper {
  border-radius: 8px;
  position: fixed;
  inset: auto 32px 32px auto;
  width: 500px;
  max-width: calc(100% - 64px);
  z-index: 1000;
}
@media (max-width: 992px) {
  .alert-wrapper {
    max-width: calc(100% - 32px);
    inset: 70px 16px auto 16px;
  }
}
.alert-wrapper .alert {
  margin: 0;
  overflow: hidden;
  transition: height 1s ease-in-out;
}
@media (max-width: 992px) {
  .alert-wrapper .alert {
    width: 100%;
  }
}
.alert-wrapper .alert:not(:first-child) {
  margin-top: 8px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@media (max-width: 992px) {
  .alert {
    width: calc(100% - 20px);
  }
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert .alert__icon {
  display: none;
}
.alert .close {
  position: absolute !important;
  width: fit-content;
  right: 6px !important;
  top: 12px !important;
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
}

.cicle-loading,
.circle-loading {
  width: 60px;
  height: 60px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke-linecap: round;
  stroke-width: 4;
  fill: none;
}
.cicle-loading .internal-circle,
.cicle-loading .external-circle,
.circle-loading .internal-circle,
.circle-loading .external-circle {
  stroke: #ff0000;
  stroke-dashoffset: 0;
  transform-origin: center;
}
.cicle-loading .internal-circle,
.circle-loading .internal-circle {
  stroke-dasharray: 187;
  animation: internal 1s ease-in-out infinite;
  opacity: 0.4;
}
.cicle-loading .external-circle,
.circle-loading .external-circle {
  stroke-dasharray: 312;
  animation: external 1s linear infinite;
  opacity: 0.9;
}

@keyframes internal {
  0% {
    stroke-dashoffset: 187;
  }
  25% {
    stroke-dashoffset: 80;
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(360deg);
  }
}
@keyframes external {
  0% {
    stroke-dashoffset: 312;
    transform: rotate(70deg);
  }
  60% {
    stroke-dashoffset: -312;
  }
  100% {
    stroke-dashoffset: -312;
    transform: rotate(450deg);
  }
}
.breadcrumb {
  position: relative;
  width: 100%;
  padding-bottom: 32px;
  margin-right: -16px;
  margin-left: -16px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb__item:before {
  content: "\e917";
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "icomoonEavar" !important;
  margin: auto 4px;
  color: #c5c5c5;
}
.breadcrumb .breadcrumb__item:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb__item a,
.breadcrumb .breadcrumb__item span {
  line-height: 2.6;
  font-size: 14px;
  font-size: 0.875rem;
  color: #c5c5c5;
}

.rotating-loading {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  animation: spin 1.5s infinite linear;
}
.rotating-loading.rotating-loading--xl {
  width: 50px;
  height: 50px;
  border-width: 4px;
}
.rotating-loading.rotating-loading--primary {
  border-color: rgba(255, 0, 0, 0.4);
  border-top-color: #ff0000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-loading .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  padding: 0 32px 32px;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  gap: 24px;
  width: 500px;
  max-width: calc(100% - 32px);
  margin: 64px auto;
  text-align: center;
  color: #737373;
}
.c-loading .loading .loading__img {
  width: 250px;
  height: 250px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.c-loading .loading .loading__img img {
  max-height: 100%;
}
.c-loading .loading .loading__text {
  gap: 8px;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .c-loading .loading .loading__text {
    margin-bottom: 16px;
  }
}
.c-loading .loading .loading__text strong {
  color: #ff0000;
  margin-right: 8px;
}
.c-loading .loading .loading__progress {
  position: relative;
  border-radius: 2px;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4px;
  overflow: hidden;
}
.c-loading .loading .loading__filler {
  width: 10px;
  height: 4px;
  background: #fba869;
  transition: all 100ms ease-out;
  animation: load 50s normal forwards;
  background: linear-gradient(to right, #fc4d4d 0%, #fba869 100%);
}
.c-loading .loading .loading__waiting {
  color: #999999;
}

@keyframes load {
  0% {
    width: 5px;
  }
  100% {
    width: 100%;
  }
}
.c-home .home .home__popular-tour {
  margin-top: 32px;
}
.c-home .home .home__popular-destination {
  margin-top: 72px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery .item {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 16px;
}

.c-intro .intro {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 705px;
}
@media (max-width: 992px) {
  .c-intro .intro {
    height: 455px;
  }
}
.c-intro .intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-intro .intro.intro--relative {
  padding: 184px 0 64px;
  min-height: 705px;
  height: initial;
}
@media (max-width: 992px) {
  .c-intro .intro.intro--relative {
    padding: 80px 0 32px;
  }
}
.c-intro .intro.intro--relative::after {
  display: none;
}
.c-intro .intro.intro--relative::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-intro .intro.intro--relative .intro__search-box {
  position: relative;
}
.c-intro .intro.intro--relative .intro__title {
  position: relative;
  inset: initial;
  padding: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.c-intro .intro .intro__title {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 16px;
  text-align: center;
  z-index: 2;
  color: #fff;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__title {
    top: 40%;
  }
}
.c-intro .intro .intro__title h1 {
  font-size: 80px;
  font-size: 5rem;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.15;
  position: relative;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__title h1 {
    line-height: 1.5;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-intro .intro .intro__title p {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 auto;
  margin-top: 16px;
  line-height: 1.3;
  width: 800px;
  max-width: 100%;
  font-weight: 100;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-intro .intro .intro__statistics {
  position: absolute;
  bottom: 90px;
  right: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__statistics {
    bottom: 30px;
  }
}
.c-intro .intro .intro__statistics .intro__statistics-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-intro .intro .intro__statistics .intro__statistics-wrapper {
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.c-intro .intro .intro__statistics .intro__statistics-item {
  min-width: 90px;
  margin-top: 24px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .c-intro .intro .intro__statistics .intro__statistics-item {
    min-width: 70px;
    margin: 8px;
  }
}
.c-intro .intro .intro__statistics .intro__statistics-item > div {
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 1.12px;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__statistics .intro__statistics-item > div {
    letter-spacing: 0.64px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-intro .intro .intro__statistics .intro__statistics-item p {
  margin: 0;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.56px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__statistics .intro__statistics-item p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-intro .intro .intro__search {
  z-index: 2;
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  padding: 0 16px;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__search {
    bottom: auto;
    top: 40%;
  }
}
.c-intro .intro .intro__search .intro__search-wrapper {
  width: 1096px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__search .intro__search-wrapper {
    flex-wrap: wrap;
  }
}
.c-intro .intro .intro__search .intro__search-inputs {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__search .intro__search-inputs {
    width: 100%;
    flex-wrap: wrap;
  }
}
.c-intro .intro .intro__search .intro__search-inputs .intro__search-inputs__item {
  width: 33.333333%;
  position: relative;
  background-color: #fff;
  height: 64px;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__search .intro__search-inputs .intro__search-inputs__item {
    width: 100%;
  }
}
.c-intro .intro .intro__search .intro__search-inputs .intro__search-inputs__item label {
  line-height: 1.64;
  letter-spacing: 0.1px;
  font-weight: bold;
  display: block;
  color: #333;
  margin-left: 16px;
  position: absolute;
  top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__search .intro__search-inputs .intro__search-inputs__item label {
    top: 16px;
  }
}
.c-intro .intro .intro__search .intro__search-inputs .intro__search-inputs__item .select2-selection {
  margin: 0;
  height: 64px;
  padding-top: 32px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__search .intro__search-inputs .intro__search-inputs__item .select2-selection {
    height: 72px;
    padding-top: 40px;
  }
}
.c-intro .intro .intro__search .intro__search-inputs .intro__search-inputs__item .select2-selection__rendered {
  padding-left: 16px !important;
  color: #999999 !important;
  line-height: 24px !important;
}
.c-intro .intro .intro__search .intro__search-inputs .intro__search-inputs__item .select2-selection__arrow {
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.c-intro .intro .intro__search .intro__search-button {
  width: 100px;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__search .intro__search-button {
    width: 100%;
  }
}
.c-intro .intro .intro__search .intro__search-button .btn {
  height: 64px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__search .intro__search-button .btn {
    height: 56px;
  }
}
.c-intro .intro .intro__icon-scroll {
  width: 16px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 20px;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
@media (max-width: 992px) {
  .c-intro .intro .intro__icon-scroll {
    display: none;
  }
}
.c-intro .intro .intro__icon-scroll:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 2px;
  height: 4px;
  background: #fff;
  margin-left: -1px;
  top: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  animation: infinite 1.3s scroll;
}
.c-intro .intro .breadcrumb {
  padding-top: 120px;
  padding-bottom: 0;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-ms-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-o-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.c-module-header .module-header {
  max-width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .c-module-header .module-header {
    margin-bottom: 32px;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    flex-direction: column;
    padding: 0 0;
  }
}
.c-module-header .module-header > div {
  position: relative;
  width: 100%;
}
.c-module-header .module-header .module-header__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: fit-content;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title {
    left: 0;
    position: relative;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
    top: 0;
    transform: unset;
  }
}
.c-module-header .module-header .module-header__title span {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title span {
    margin-top: 16px;
    line-height: 1.59;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-module-header .module-header .module-header__title:after {
  content: "";
  position: absolute;
  height: 68px;
  width: 5px;
  background: #ff0000;
  left: -60px;
  top: 9px;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title:after {
    display: none;
  }
}
.c-module-header .module-header h4 {
  font-size: 162px;
  font-size: 10.125rem;
  opacity: 0.3;
  color: #dae4ee;
  letter-spacing: 16px;
  text-align: left;
  margin: 0;
  top: 0;
  z-index: 1;
  right: 0;
  padding-left: 200px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-module-header .module-header h4 {
    display: none;
  }
}
.c-module-header .module-header p {
  margin: 0;
  color: #dae4ee;
}
@media (max-width: 992px) {
  .c-module-header .module-header p {
    margin-top: 8px;
  }
}
.c-module-header .module-header--title-left h4 {
  padding-left: 56px;
}
.c-module-header .module-header--white h3,
.c-module-header .module-header--white h3 span,
.c-module-header .module-header--white h4,
.c-module-header .module-header--white p {
  color: #fff;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-module-header .module-header--white h3 {
    left: 0;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.5;
    padding-left: 24px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-module-header .module-header--white h3:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: #ff0000;
    left: 0;
    top: 0;
  }
}
.c-module-header .module-header--white h4 {
  opacity: 0.1;
}

.c-offers .offers {
  overflow: hidden;
}
.c-offers .offers .offers-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  position: relative;
  line-height: 1;
  padding-left: 16px;
  margin: 32px auto;
}
.c-offers .offers .offers-title::before {
  line-height: 1;
  content: "";
  background-color: #ff0000;
  width: 3px;
  position: absolute;
  height: 100%;
  margin-left: -16px;
}
.c-offers .offers .offers-items {
  height: 275px;
}
@media (max-width: 992px) {
  .c-offers .offers .offers-items {
    height: 243px;
  }
}
.c-offers .offers .offers__item {
  position: relative;
  width: 424px;
  max-width: 100%;
  margin-right: 16px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 275px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
@media (max-width: 992px) {
  .c-offers .offers .offers__item {
    margin: 0;
    margin-right: 8px;
    height: 243px;
  }
}
.c-offers .offers .offers__item img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.c-offers .offers .offers__item .offers__item-detail {
  padding: 32px 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .c-offers .offers .offers__item .offers__item-detail {
    padding: 24px 16px;
  }
}
.c-offers .offers .offers__item .offers__item-location {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2;
  color: #fff;
}
.c-offers .offers .offers__item .offers__item-location i {
  color: #ff0000;
  margin-right: 8px;
}
.c-offers .offers .offers__item .offers__item-header {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  margin-bottom: 16px;
}
.c-offers .offers .offers__item .offers__item-footer {
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .c-offers .offers .offers__item .offers__item-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-offers .offers .offers__item .offers__item-description {
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-offers .offers .offers__item .offers__item-description span::after {
  content: "●";
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0 4px;
}
.c-offers .offers .offers__item .offers__item-description span:last-child::after {
  content: "";
}
.c-offers .offers .offers__item .offers__item-rate {
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .c-offers .offers .offers__item .offers__item-rate {
    margin-top: 4px;
  }
}
.c-offers .offers .offers__item .offers__item-rate span {
  margin-left: 4px;
}
.c-offers .offers .offers__item .offers__item-rate i {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .c-offers .offers .offers__item .offers__item-rate i {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 992px) {
  .c-offers .offers .slick-list {
    padding-left: 0px !important;
  }
}
@media (max-width: 992px) {
  .c-offers .offers .slick-track:first-child {
    margin: 0;
  }
}
.c-offers .offers .slick-prev,
.c-offers .offers .slick-next {
  position: absolute;
  top: -55px;
  z-index: 2;
}
.c-offers .offers .slick-next {
  right: 0;
  left: auto;
}
.c-offers .offers .slick-prev {
  right: 40px;
  left: auto;
}
.c-offers .offers .slick-slide {
  float: left;
}
.c-offers .offers .slick-slider .slick-track,
.c-offers .offers .slick-slider .slick-list {
  direction: ltr;
}
.c-offers .offers-side-arows .offers-items {
  padding: 0 48px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .c-offers .offers-side-arows .offers-items {
    padding: 0;
  }
}
.c-offers .offers-side-arows .slick-prev,
.c-offers .offers-side-arows .slick-next {
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .c-offers .offers-side-arows .slick-prev,
  .c-offers .offers-side-arows .slick-next {
    display: none !important;
  }
}
.c-offers .offers-side-arows .slick-next {
  right: 0;
  left: auto;
}
.c-offers .offers-side-arows .slick-prev {
  left: 0;
  right: auto;
}

.c-property .property {
  position: relative;
  margin-top: 184px;
  width: 1620px;
  max-width: 100%;
}
.c-property .property .property__inner {
  position: relative;
  padding-left: 112px;
}
@media (max-width: 992px) {
  .c-property .property .property__inner {
    padding-left: 0;
  }
}
.c-property .property .property__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f4f4f4;
  width: 1620px;
  max-width: 100%;
}
.c-property .property .property__inner .property__inner-wrapper {
  max-width: 1250px;
  padding: 0 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .c-property .property .property__inner .property__inner-wrapper {
    flex-wrap: wrap;
  }
}
.c-property .property .property__text {
  padding-top: 144px;
  padding-bottom: 72px;
  max-width: 645px;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-property .property .property__text {
    padding-top: 96px;
    max-width: calc(100% - 500px);
  }
}
@media (max-width: 992px) {
  .c-property .property .property__text {
    padding-top: 32px;
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
.c-property .property .property__img {
  -moz-transform: translateY(-61px);
  -o-transform: translateY(-61px);
  -ms-transform: translateY(-61px);
  -webkit-transform: translateY(-61px);
  transform: translateY(-61px);
  text-align: center;
  max-width: 535px;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-property .property .property__img {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .c-property .property .property__img {
    width: 100%;
    max-width: 100%;
  }
}
.c-property .property .property__list {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .c-property .property .property__list {
    margin-top: 32px;
  }
}
.c-property .property .property__list li {
  width: calc(50% - 4px);
  margin-right: 4px;
  line-height: 2.28;
  margin-bottom: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
}
@media (max-width: 992px) {
  .c-property .property .property__list li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.36;
    width: 100%;
  }
}
.c-property .property .property__list li::before {
  content: "•";
  color: #ff0000;
  font-weight: bold;
  margin-right: 16px;
}
.c-property .property .property__list--full-item li {
  width: 100% !important;
  margin: 0;
}
.c-property .property .property__muted-text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 130px;
  color: #999999;
  line-height: 1.69;
}
@media (max-width: 992px) {
  .c-property .property .property__muted-text {
    margin-top: 24px;
    line-height: 1.93;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-property .property .property__muted-text p {
  margin: 0;
}
.c-property .property .property__more {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.17;
  color: #ff0000;
  display: inline-block;
  font-weight: 500;
  border-bottom: 3px solid #ff0000;
}
.c-property .property--left {
  margin-right: auto;
}
.c-property .property--left .property__inner::before {
  left: 0;
}
.c-property .property--left .property__inner .property__inner-wrapper {
  margin-left: auto;
}
@media (max-width: 992px) {
  .c-property .property--left {
    margin-bottom: 32px;
    margin-top: 320px;
    padding-bottom: 48px;
    padding: 0;
  }
}
.c-property .property--left .property__text {
  padding-top: 88px;
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .c-property .property--left .property__text {
    padding-top: 24px;
  }
}
.c-property .property--left .property__img {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .c-property .property--left .property__img {
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    margin-bottom: -200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-property .property--left .property__list {
  margin-bottom: 48px;
}
.c-property .property--right {
  margin-left: auto;
}
.c-property .property--right .property__inner {
  margin-left: auto;
}
.c-property .property--right .property__inner::before {
  right: 0;
}
.c-property .property--right .property__inner .property__inner-wrapper {
  margin-right: auto;
}
@media (max-width: 992px) {
  .c-property .property--right {
    margin-top: 32px;
    margin-bottom: 200px;
    padding: 0;
  }
}
.c-property .property--right .property__text {
  margin-left: -16px;
}
@media (max-width: 992px) {
  .c-property .property--right .property__text {
    margin: auto;
  }
}
.c-property .property--right .property__img {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .c-property .property--right .property__img {
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    margin-top: -200px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .c-property .property--right .property__muted-text {
    margin-bottom: 32px;
  }
}

.c-explore-tour .explore-tour .explore-tour-wrapper {
  margin-top: 88px;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__inner {
    margin-top: 0;
  }
}
.c-explore-tour .explore-tour .explore-tour__tab {
  position: relative;
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item {
  position: relative;
  width: calc(33.333% - 8px);
  max-width: 100%;
  margin-top: 24px;
  margin-right: 10px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 275px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
@media (min-width: 993px) {
  .c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item {
    height: 243px;
    width: calc(50% - 8px);
    margin-right: 8px;
  }
  .c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item {
    width: 100%;
    margin: 16px auto 0;
  }
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-detail {
  padding: 32px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-detail {
    padding: 24px 8px;
  }
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-location {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2;
  color: #fff;
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-location i {
  color: #ff0000;
  margin-right: 8px;
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-header {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  margin-bottom: 16px;
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-footer {
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-description {
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-description span::after {
  content: "●";
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0 4px;
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-description span:last-child::after {
  content: "";
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-rate {
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-rate {
    margin-top: 4px;
  }
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-rate span {
  margin-left: 4px;
}
.c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-rate i {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__tab .explore-tour__tab-item .explore-tour__tab-item-rate i {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-explore-tour .explore-tour .explore-tour__links {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 32px;
  margin-top: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__links {
    display: none;
  }
}
.c-explore-tour .explore-tour .explore-tour__links button {
  color: #999999;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1.64;
  letter-spacing: 1.4px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 4px;
  position: relative;
  margin-right: 64px;
  text-transform: capitalize;
}
.c-explore-tour .explore-tour .explore-tour__links button:last-child {
  margin-right: 0;
}
.c-explore-tour .explore-tour .explore-tour__links button::after {
  transition: width 0.2s ease-in-out;
  height: 4px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  border-radius: 2em 2em 0 0;
  -webkit-border-radius: 2em 2em 0 0;
  -moz-border-radius: 2em 2em 0 0;
  background-color: #ff0000;
  margin-bottom: -1px;
}
.c-explore-tour .explore-tour .explore-tour__links button.active::after, .c-explore-tour .explore-tour .explore-tour__links button:hover::after {
  width: 100%;
}
.c-explore-tour .explore-tour .explore-tour__content {
  padding-top: 32px;
}
.c-explore-tour .explore-tour .explore-tour__content .explore-tour__content-item {
  flex-wrap: wrap;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  display: none;
}
.c-explore-tour .explore-tour .explore-tour__content .explore-tour__content-item.active {
  display: flex;
}
.c-explore-tour .explore-tour .explore-tour__more {
  width: 100%;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__more {
    padding: 32px 0;
  }
}
.c-explore-tour .explore-tour .explore-tour__more button {
  width: 207px;
  margin: auto;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .explore-tour__more button {
    width: 100%;
  }
}
.c-explore-tour .explore-tour .select2 {
  display: none;
}
@media (max-width: 992px) {
  .c-explore-tour .explore-tour .select2 {
    display: block;
  }
}
.c-explore-tour .explore-tour .select2-selection__rendered {
  padding-left: 8px !important;
  color: #9ea0a5 !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}

@media (min-width: 993px) {
  .c-experience .experience {
    margin-top: 104px;
  }
}
@media (min-width: 993px) {
  .c-experience .experience .experience__content {
    position: relative;
    margin: 0 64px;
    flex-basis: 0;
  }
  .c-experience .experience .experience__content::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: #ff0000;
    left: -60px;
    top: 0;
  }
}
@media (max-width: 992px) {
  .c-experience .experience .experience__content {
    margin-bottom: 32px;
  }
}
.c-experience .experience .experience__content .experience__content-title {
  display: block;
  margin-bottom: 16px;
  font-weight: 900;
}
@media (min-width: 993px) {
  .c-experience .experience .experience__content .experience__content-title {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .c-experience .experience .experience__content .experience__content-title {
    font-size: 32px;
  }
}
.c-experience .experience .experience__content p {
  margin: 0;
  line-height: 1.2;
}
.c-experience .experience .experience__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 992px) {
  .c-experience .experience .experience__container {
    flex-direction: column;
  }
}
.c-experience .experience .experience__container .romeo-embed-detail-left {
  display: none !important;
}
@media (min-width: 993px) {
  .c-experience .experience .experience__video {
    height: 564px;
    flex-grow: 1;
  }
}
@media (max-width: 992px) {
  .c-experience .experience .experience__video {
    width: 100%;
    min-height: 212px;
  }
}
.c-experience .experience iframe {
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .c-experience .experience .c-module-header .module-header--white h3,
  .c-experience .experience .c-module-header .module-header--white h3 span,
  .c-experience .experience .c-module-header .module-header--white h4 {
    color: #333;
  }
}

.romeo-embed-detail-left {
  display: none;
}

.c-module-header .module-header {
  max-width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .c-module-header .module-header {
    margin-bottom: 32px;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    flex-direction: column;
    padding: 0 0;
  }
}
.c-module-header .module-header > div {
  position: relative;
  width: 100%;
}
.c-module-header .module-header .module-header__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: fit-content;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title {
    left: 0;
    position: relative;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
    top: 0;
    transform: unset;
  }
}
.c-module-header .module-header .module-header__title span {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title span {
    margin-top: 16px;
    line-height: 1.59;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-module-header .module-header .module-header__title:after {
  content: "";
  position: absolute;
  height: 68px;
  width: 5px;
  background: #ff0000;
  left: -60px;
  top: 9px;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title:after {
    display: none;
  }
}
.c-module-header .module-header h4 {
  font-size: 162px;
  font-size: 10.125rem;
  opacity: 0.3;
  color: #dae4ee;
  letter-spacing: 16px;
  text-align: left;
  margin: 0;
  top: 0;
  z-index: 1;
  right: 0;
  padding-left: 200px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-module-header .module-header h4 {
    display: none;
  }
}
.c-module-header .module-header p {
  margin: 0;
  color: #dae4ee;
}
@media (max-width: 992px) {
  .c-module-header .module-header p {
    margin-top: 8px;
  }
}
.c-module-header .module-header--title-left h4 {
  padding-left: 56px;
}
.c-module-header .module-header--white h3,
.c-module-header .module-header--white h3 span,
.c-module-header .module-header--white h4,
.c-module-header .module-header--white p {
  color: #fff;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-module-header .module-header--white h3 {
    left: 0;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.5;
    padding-left: 24px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-module-header .module-header--white h3:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: #ff0000;
    left: 0;
    top: 0;
  }
}
.c-module-header .module-header--white h4 {
  opacity: 0.1;
}

.c-popular-destination .popular-destination .popular-destination__header {
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .c-popular-destination .popular-destination .row {
    margin: 0;
  }
}
.c-popular-destination .popular-destination .popular-destination__all {
  color: #ff0000;
  font-size: 16px;
  font-size: 1rem;
  right: 60px;
  bottom: 45%;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-popular-destination .popular-destination .popular-destination__all {
    right: 0;
    bottom: 0;
    position: relative;
    margin-top: 24px;
  }
}
.c-popular-destination .popular-destination .popular-destination__all .popular-destination__all-arrow {
  background: #ff0000;
  height: 2px;
  width: 16px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 12px;
  margin-left: 8px;
  -moz-transform: scale(0.78);
  -o-transform: scale(0.78);
  -ms-transform: scale(0.78);
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
}
.c-popular-destination .popular-destination .popular-destination__all .popular-destination__all-arrow:before, .c-popular-destination .popular-destination .popular-destination__all .popular-destination__all-arrow:after {
  content: "";
  background: #ff0000;
  position: absolute;
  height: 2px;
  width: 10px;
}
.c-popular-destination .popular-destination .popular-destination__all .popular-destination__all-arrow:before {
  right: -4px;
  bottom: -3px;
  transform: rotate(-45deg);
}
.c-popular-destination .popular-destination .popular-destination__all .popular-destination__all-arrow:after {
  right: -4px;
  top: -3px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .c-popular-destination .popular-destination .popular-destination__body {
    margin-top: 24px;
  }
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider {
  height: 336px;
  overflow: hidden;
  visibility: hidden;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider.slick-initialized {
  height: auto;
  overflow: unset;
  visibility: visible;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item {
  width: 272px;
  height: 336px;
  background-size: cover;
  position: relative;
  margin: 0 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item:hover > span:first-child {
  bottom: 66px;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item:hover > span:last-child {
  bottom: 40px;
  opacity: 1;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item:after {
  content: "";
  height: 100%;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 63%, #000000);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item > span {
  transition: all ease-in-out 0.3s;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item > span:first-child {
  position: absolute;
  bottom: 40px;
  width: 100%;
  right: 0;
  text-align: center;
  color: white;
  z-index: 2;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item > span:last-child {
  position: absolute;
  bottom: 20px;
  width: 100%;
  right: 0;
  text-align: center;
  color: white;
  z-index: 2;
  opacity: 0;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item div {
  position: absolute;
  bottom: 0;
  padding: 0 0 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item div span {
  color: #fff;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item div span:last-child {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .popular-destination__body-slider-item div span:first-child {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1.15px;
}
.c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .slick-list {
  padding: 0 200px;
}
@media (max-width: 992px) {
  .c-popular-destination .popular-destination .popular-destination__body .popular-destination__body-slider .slick-list {
    padding: 0 64px 0 0;
  }
}

.c-module-header .module-header {
  max-width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .c-module-header .module-header {
    margin-bottom: 32px;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    flex-direction: column;
    padding: 0 0;
  }
}
.c-module-header .module-header > div {
  position: relative;
  width: 100%;
}
.c-module-header .module-header .module-header__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #333;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  width: fit-content;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title {
    left: 0;
    position: relative;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
    top: 0;
    transform: unset;
  }
}
.c-module-header .module-header .module-header__title span {
  color: #666666;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title span {
    margin-top: 16px;
    line-height: 1.59;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-module-header .module-header .module-header__title:after {
  content: "";
  position: absolute;
  height: 68px;
  width: 5px;
  background: #ff0000;
  left: -60px;
  top: 9px;
}
@media (max-width: 992px) {
  .c-module-header .module-header .module-header__title:after {
    display: none;
  }
}
.c-module-header .module-header h4 {
  font-size: 162px;
  font-size: 10.125rem;
  opacity: 0.3;
  color: #dae4ee;
  letter-spacing: 16px;
  text-align: left;
  margin: 0;
  top: 0;
  z-index: 1;
  right: 0;
  padding-left: 200px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-module-header .module-header h4 {
    display: none;
  }
}
.c-module-header .module-header p {
  margin: 0;
  color: #dae4ee;
}
@media (max-width: 992px) {
  .c-module-header .module-header p {
    margin-top: 8px;
  }
}
.c-module-header .module-header--title-left h4 {
  padding-left: 56px;
}
.c-module-header .module-header--white h3,
.c-module-header .module-header--white h3 span,
.c-module-header .module-header--white h4,
.c-module-header .module-header--white p {
  color: #fff;
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-module-header .module-header--white h3 {
    left: 0;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.5;
    padding-left: 24px;
  }
}
@media (min-width: 993px) and (max-width: 1320px) {
  .c-module-header .module-header--white h3:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background: #ff0000;
    left: 0;
    top: 0;
  }
}
.c-module-header .module-header--white h4 {
  opacity: 0.1;
}

.c-traveler-review .traveler-review {
  position: relative;
}
.c-traveler-review .traveler-review .traveler-review__header {
  width: 1096px;
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review .traveler-review__header {
    padding: 0;
  }
}
.c-traveler-review .traveler-review .traveler-review__header .traveler-review__all {
  color: #ff0000;
  right: -45px;
  bottom: 45%;
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review .traveler-review__header .traveler-review__all {
    right: 0;
    bottom: 0;
    position: relative;
    margin-top: 24px;
  }
}
.c-traveler-review .traveler-review .traveler-review__header .traveler-review__all .traveler-review__all-arrow {
  background: #ff0000;
  height: 2px;
  width: 16px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  -moz-transform: scale(0.78);
  -o-transform: scale(0.78);
  -ms-transform: scale(0.78);
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
}
.c-traveler-review .traveler-review .traveler-review__header .traveler-review__all .traveler-review__all-arrow::before, .c-traveler-review .traveler-review .traveler-review__header .traveler-review__all .traveler-review__all-arrow::after {
  right: -4px;
  content: "";
  background: #ff0000;
  position: absolute;
  height: 2px;
  width: 10px;
}
.c-traveler-review .traveler-review .traveler-review__header .traveler-review__all .traveler-review__all-arrow::before {
  bottom: -3px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-traveler-review .traveler-review .traveler-review__header .traveler-review__all .traveler-review__all-arrow::after {
  top: -3px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-traveler-review .traveler-review .traveler-review__slider {
  width: 1096px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 64px;
}
@media (min-width: 1321px) {
  .c-traveler-review .traveler-review .traveler-review__slider {
    max-height: 433px;
    overflow: hidden;
    visibility: hidden;
  }
  .c-traveler-review .traveler-review .traveler-review__slider.slick-initialized {
    height: auto;
    overflow: unset;
    visibility: visible;
  }
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item {
  position: relative;
  direction: rtl;
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute {
  border: 16px solid #ff0000;
  width: 870px;
  min-height: 433px;
  direction: ltr;
  padding: 56px 56px 56px 360px;
  position: relative;
  max-width: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute {
    border: none;
    padding: 0;
    min-height: initial;
  }
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute h4 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute p {
  font-size: 16px;
  font-size: 1rem;
  color: #666666;
  line-height: 1.8;
  margin: 24px 0 24px;
  max-height: 114px;
  overflow: hidden;
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute i {
  position: absolute;
  color: #ff0000;
  font-size: 67px;
  font-size: 4.1875rem;
  left: 250px;
  top: 80px;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 1320px) {
  .c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute i {
    display: none;
  }
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute i {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute .traveler-review__slider-item-qoute-writter span {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute .traveler-review__slider-item-qoute-writter span:first-child {
  font-style: italic;
  font-size: 10px;
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-qoute .traveler-review__slider-item-qoute-writter span:last-child {
  color: #999999;
}
.c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-img {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 400px;
  height: 300px;
  left: 0;
  max-width: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-img {
    position: relative;
    top: 0;
    -moz-transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial;
    margin-bottom: 24px;
    height: 238px;
    text-align: center;
    width: 100%;
  }
  .c-traveler-review .traveler-review .traveler-review__slider .traveler-review__slider-item .traveler-review__slider-item-img img {
    margin: auto;
  }
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-prev {
  right: -100px;
  left: unset;
  background-color: #ff0000;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 10px !important;
  transform: rotate(180deg);
  display: flex;
}
@media (max-width: 1320px) {
  .c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-prev {
    left: auto;
    right: 0;
    bottom: -58px;
    top: auto;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-prev {
    right: -40px;
    left: 0;
    bottom: -40px;
    top: auto;
    margin: auto;
  }
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-prev:hover {
  background-color: rgba(94, 127, 177, 0.2);
  color: #fff;
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-prev::before {
  content: "";
  opacity: 0;
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-prev i {
  font-weight: 900;
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-next {
  left: -100px;
  background-color: #ff0000;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 10px !important;
  display: flex;
}
@media (max-width: 1320px) {
  .c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-next {
    left: auto;
    right: 40px;
    bottom: -73px;
    top: auto;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-next {
    left: -55px;
    right: 0;
    bottom: -56px;
    top: auto;
    margin: auto;
  }
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-next:hover {
  background-color: rgba(94, 127, 177, 0.2);
  color: #fff;
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-next::before {
  content: "";
  opacity: 0;
}
.c-traveler-review .traveler-review .traveler-review__slider .slick-arrow.slick-next i {
  font-weight: 900;
}
@media (max-width: 1320px) {
  .c-traveler-review .traveler-review--top-n {
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  .c-traveler-review .traveler-review--top-n {
    margin-top: 0;
  }
}

.c-travelers-qoute .travelers-qoute {
  width: 1096px;
  margin: auto;
  max-width: 75%;
  margin-top: 56px;
}
@media (max-width: 992px) {
  .c-travelers-qoute .travelers-qoute {
    flex-direction: column;
    max-width: 94%;
  }
}
.c-travelers-qoute .travelers-qoute > div .slick-slide {
  padding: 16px 32px;
}
@media (max-width: 992px) {
  .c-travelers-qoute .travelers-qoute > div {
    width: 100%;
  }
}
.c-travelers-qoute .travelers-qoute .travelers-qoute__specs {
  display: flex;
}
.c-travelers-qoute .travelers-qoute .travelers-qoute__specs img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 16px;
}
.c-travelers-qoute .travelers-qoute .travelers-qoute__specs ul {
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: flex;
}
.c-travelers-qoute .travelers-qoute .travelers-qoute__specs ul li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999;
}
.c-travelers-qoute .travelers-qoute .travelers-qoute__specs ul li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.c-travelers-qoute .travelers-qoute .travelers-qoute__quote {
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 24px;
  line-height: 1.6;
  max-height: 55px;
  overflow: hidden;
}
.c-travelers-qoute .travelers-qoute.slick-slider .slick-arrow {
  position: absolute;
}
.c-travelers-qoute .travelers-qoute.slick-slider .slick-prev {
  right: -112px;
  top: 50%;
  transform: translateY(-50%);
}
.c-travelers-qoute .travelers-qoute.slick-slider .slick-next {
  left: -112px;
  top: 50%;
  transform: translateY(-50%);
}

.c-lasted-news .lasted-news {
  padding-top: 64px;
}
.c-lasted-news .lasted-news .lasted-news-items {
  margin-top: 24px;
  max-height: 500px;
  overflow: hidden;
}
.c-lasted-news .lasted-news .lasted-news__item {
  width: 312px;
  max-width: 100%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .c-lasted-news .lasted-news .lasted-news__item {
    width: 295px;
    margin-right: 16px;
  }
}
.c-lasted-news .lasted-news .lasted-news__item .lasted-news__item-img {
  width: 100%;
  height: 220px;
  display: block;
  overflow: hidden;
}
.c-lasted-news .lasted-news .lasted-news__item .lasted-news__item-img .lasted-news__item-img-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: transform 0.2s linear;
}
.c-lasted-news .lasted-news .lasted-news__item .lasted-news__item-img .lasted-news__item-img-inner:hover {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.c-lasted-news .lasted-news .lasted-news__item .lasted-news__item-date {
  color: #999999;
  line-height: 1.83;
  margin-top: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-lasted-news .lasted-news .lasted-news__item .lasted-news__item-title h3 {
  margin: 0;
  line-height: 1.88;
  font-weight: bold;
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}
.c-lasted-news .lasted-news .lasted-news__item .lasted-news__item-more {
  line-height: 2.17;
  font-weight: 500;
  color: #ff0000;
  border-bottom: 2px solid #ff0000;
  display: inline-block;
  font-weight: 500;
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-lasted-news .lasted-news .lasted-news__all {
  color: #ff0000;
  right: 60px;
  bottom: 45%;
  position: absolute;
  z-index: 10;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-lasted-news .lasted-news .lasted-news__all {
    right: 0;
    bottom: 0;
    position: relative;
    margin-top: 24px;
  }
}
.c-lasted-news .lasted-news .lasted-news__all .lasted-news__all-arrow {
  background: #ff0000;
  height: 2px;
  width: 16px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  -moz-transform: scale(0.78);
  -o-transform: scale(0.78);
  -ms-transform: scale(0.78);
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
}
.c-lasted-news .lasted-news .lasted-news__all .lasted-news__all-arrow::before, .c-lasted-news .lasted-news .lasted-news__all .lasted-news__all-arrow::after {
  right: -4px;
  content: "";
  background: #ff0000;
  position: absolute;
  height: 2px;
  width: 10px;
}
.c-lasted-news .lasted-news .lasted-news__all .lasted-news__all-arrow::before {
  bottom: -3px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-lasted-news .lasted-news .lasted-news__all .lasted-news__all-arrow::after {
  top: -3px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-lasted-news .lasted-news .slick-arrow {
  display: none !important;
}
.c-lasted-news .lasted-news .slick-slide {
  float: left;
}
.c-lasted-news .lasted-news .slick-slider .slick-track,
.c-lasted-news .lasted-news .slick-slider .slick-list {
  direction: ltr;
}

@media (min-width: 993px) {
  .c-features .features {
    margin-top: 64px;
  }
}
@media (max-width: 992px) {
  .c-features .features {
    margin-top: 48px;
  }
}
.c-features .features .features__items {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  gap: 24px;
}
.c-features .features .features__items .features__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 993px) {
  .c-features .features .features__items .features__item {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: calc(25% - 24px);
  }
}
@media (max-width: 992px) {
  .c-features .features .features__items .features__item {
    align-items: center;
  }
}
.c-features .features .features__items .features__item h5 {
  text-align: center;
  font-size: 16px;
  margin: 24px 0;
}
.c-features .features .features__items .features__item p {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  margin: 0;
}
.c-features .features .features__items .features__item-image {
  height: 48px;
  width: 48px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

/*# sourceMappingURL=home.css.map */
