@charset "UTF-8";
/*
Theme Name: Windy Travel
Text Domain: dt
Version: 1.0
Description: Windy Travel
Author: Dương Thiên
Author URI: https://duongthien.com/
*/
/* @import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
/*--------------------------------------------------------------
>>> Reset CSS
--------------------------------------------------------------*/
html {
  outline: none;
  overflow-x: hidden;
}

html *:focus {
  outline: none;
}

aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]),
[hidden] {
  display: none;
}

html {
  font-size: 1.041666666vw;
}

button,
input,
select,
textarea {
  color: #000;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

img:not(.fixed-img) {
  border: 0;
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: thin dotted;
}

b,
strong,
.strong {
  font-weight: 600;
}

dfn,
em,
.em {
  font-style: italic;
}

small,
.small,
sub,
sup {
  font-size: 80%;
}

ins,
.ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark,
.mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

hr {
  border: none;
  display: block;
  height: 0.0625rem;
  border-top: thin solid #eee;
  margin: 0.625rem 0 1.25rem;
  padding: 0;
}

blockquote {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  padding-left: 1.875rem;
  border-left: .125rem solid #2b2b2b;
  color: #3a3a3a;
  margin: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

ul,
ol {
  margin: 1.5em 0;
  padding: 0;
  padding-left: 1.25rem;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

form,
fieldset,
form ul,
form ol,
fieldset ol,
fieldset ul {
  margin: 0;
  border: 0;
}

legend {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
>>> Animation
--------------------------------------------------------------*/
@-webkit-keyframes dots-loading {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes dots-loading {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@-webkit-keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*--------------------------------------------------------------
>>> General
--------------------------------------------------------------*/
a,
a:visited {
  color: #000000;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #454545;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body,
body *
{
  font-family: "Raleway", sans-serif;
}
body.compensate-for-scrollbar {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.container {
  max-width: 73.5rem;
  margin: auto;
}

.container-wide {
  max-width: 73.5rem;
  margin: auto;
}

.container-fluid {
  max-width: 100%;
  margin: auto;
}

.hidden {
  display: none;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-family: 'SVN-Gotham';
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  padding: .65rem 1.75rem .785rem;
  border-radius: .25rem;
  -webkit-transition: all .125s ease-in;
  transition: all .125s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--trans {
  background: transparent;
  border: none;
}

.btn--outline {
  border: thin solid rgba(0, 0, 0, 0.58);
}

body .btn--outline-inverse {
  border: thin solid #fff;
  color: #fff;
}

body .btn--outline:hover,
body .btn--outline:focus,
body .btn.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

body .btn--outline-inverse:hover,
body .btn--outline-inverse:focus {
  background: #fff;
  border-color: #fff;
  color: #000;
}

body .btn--normal {
  background: #F1F3F4;
  border-color: #F1F3F4;
  color: #7B7B7B;
}

body .btn--primary {
  background: #449350;
  border-color: #449350;
  color: #fff;
}

body .btn--primary:hover,
body .btn--primary:focus {
  background: #33703c;
  border-color: #33703c;
}

body .icon {
  width: 1.25rem;
}

.text-upcase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

body .overscollx {
  overflow-x: auto;
  white-space: nowrap;
}

.overscollx::-webkit-scrollbar,
.dragscroll::-webkit-scrollbar {
  width: .01rem;
  height: .01rem;
}

.overscollx::-webkit-scrollbar-track,
.dragscroll::-webkit-scrollbar-track {
  background: transparent;
}

.overscollx::-webkit-scrollbar-thumb,
.dragscroll::-webkit-scrollbar-thumb {
  background: transparent;
}

.site-main {
  /* min-height: calc(100vh - 12.1875rem); */
  padding-bottom:3rem;
}

body .disableclick {
  cursor: default;
}

.sr-only {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: .0625rem;
  margin: -.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: .0625rem;
  word-wrap: normal !important;
}

.abs-icon {
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

.abs-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading-effect {
  will-change: opacity;
  opacity: 1;
  -webkit-transition: .7s opacity;
  transition: .7s opacity;
}

.loading-effect.fade-in {
  will-change: opacity;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

/*--------------------------------------------------------------
>>> Header
--------------------------------------------------------------*/
.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: auto;
}
.menu-main-menu-container
{
  display:flex;
  justify-content: flex-end;
}
.dt-main-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 2.3125rem;
}

.dt-primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  position: relative;
}

.dt-primary-menu > li {
  position: relative;
  margin-right:.5rem;
}
.dt-primary-menu > li:last-of-type
{
  margin-right:0;
}
.dt-primary-menu > li > a {
  display: block;
  padding: .5rem 1rem;
  text-transform:uppercase;
  position:relative;
  color:#01435b;
  font-weight:400;
  
}
.dt-primary-menu > li > a *
{
  font-family: "Roboto Mono", monospace;
}
.dt-primary-menu > li.active > a:before,
.dt-primary-menu > li:hover > a:before,
.dt-primary-menu > li:focus > a:before,
.slide-menu-bg:before,
.header-mobile .quote-btn:before
{
  content:'';
  border: thin solid #01435b;
  width:calc(100% - .5rem);
  height: calc(100% + .25rem);
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index: -1;
  border-radius:2px;
}
.slide-menu-bg
{
    position:absolute;
    width:3rem;
    z-index: -1;
}
.dt-primary-menu > li > a::after,
.slide-menu-bg:after,
.dt-primary-menu .menu-item.quote-btn a:after,
.header-mobile .quote-btn:after
{
    content:'';
    border: thin solid transparent;
    border-right: none;
    width:calc(100% - 1rem);
    height: calc(100% - .25rem);
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index: -1;
    transition:all .25s;
}
.dt-primary-menu > li.active > a:before,
.dt-primary-menu > li:hover > a:before,
.dt-primary-menu > li:focus > a:before,
.dt-primary-menu > li:hover> a:after,
.dt-primary-menu > li:focus> a:after
{
    content:none !important;
}

.dt-primary-menu > li.quote-btn > a::before
{
    content:none !important;
}
.dt-primary-menu > li.active > a:after,
.dt-primary-menu > li:hover> a:after,
.dt-primary-menu > li:focus> a:after,
.slide-menu-bg:after,
.dt-primary-menu .menu-item.quote-btn a:after,
.header-mobile .quote-btn:after
{
 background: #01435b !important;
 border-radius:2px;
}
.dt-primary-menu > li.active > a,
.dt-primary-menu > li:hover > a,
.dt-primary-menu > li:focus > a,
.dt-primary-menu > li.active > a i,
.dt-primary-menu > li:hover > a i,
.dt-primary-menu > li:focus > a i
{
    color:#fff !important;
    transition:none;
}
.header-main .menu-item.quote-btn a,
.header-mobile .quote-btn
{
    padding: .5rem 1.25rem;
    border-radius: .25rem;
    color:#fff !important;
    text-transform: uppercase;
  position:relative;
}
.dt-primary-menu > li.dropdown > a {
  padding-right: 3.25rem;
}

.logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 6.25rem;
}

.header-menu > li > a b.caret {
  content: url(assets/images/arrow-small.svg);
  position: absolute;
  width: 1.25rem;
  display: block;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}

.dt-dropdown-menu-wrapper {
  position: absolute;
  list-style-type: none;
  background: #fff;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: calc(100% + 1.0625rem);
  left: 0;
  text-align: left;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  z-index: -1;
  min-width: 14rem;
  max-width: 100%;
  width: 100%;
  padding: 1.25rem 0;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.dt-dropdown-menu-wrapper > ul > li a {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  display: block;
}

.dt-header-wrapper {
   border-bottom: .15rem solid #01435b;
}

.header-main {
  padding: .325rem 0;
}

.header-utility__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.75rem;
  position: absolute;
  right: 0;
  z-index: 10;
}

.megav2-wrapper,
.mega-wrapper {
  max-width: 90rem;
  width: 90rem;
  left: -27.75rem;
  padding: 1.25rem 4.875rem 2.065rem;
}

.header-menu .drawer-menu {
  -ms-flex-preferred-size: 18.3%;
      flex-basis: 18.3%;
  max-width: 18.3%;
  padding-right: 1rem;
  border-right: thin solid #000000;
}

.header-menu .cols-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
}

.cols-menu > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1.75rem;
}

.cols-menu > li:last-child {
  margin-right: 0;
}

.header-menu .megav2-wrapper > ul > li,
.header-menu .mega-wrapper > ul > li {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.header-menu .megav2-wrapper > ul.drawer-menu > li {
  padding-left: 0;
  padding-right: 0;
}

.header-menu .megav2-wrapper > ul.drawer-menu > li:not(:first-child) {
  margin-top: 1rem;
}

li:hover .megav2-wrapper .dt-dropdown-menu-wrapper,
li:hover .mega-wrapper .dt-dropdown-menu-wrapper {
  position: static;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.megav2-wrapper .dt-dropdown-menu-wrapper li,
.mega-wrapper .dt-dropdown-menu-wrapper li {
  padding: 0;
  margin-top: 1rem;
  font-weight: 400;
}

.mega-wrapper > .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.header-menu .megav2-wrapper > ul > li .dt-dropdown-menu-wrapper,
.header-menu .mega-wrapper > ul > li .dt-dropdown-menu-wrapper {
  -webkit-transform: none;
          transform: none;
}

#dt-header {
  height: 5.125rem;
}

#dt-header .dt-secondary-menu .dt-dropdown-menu-wrapper {
  top: calc(100% + .0625rem);
}

.dt-primary-menu > li.dropdown > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 1.75rem);
  top: 0;
  left: 0;
  z-index: -1;
}

.dt-primary-menu > li.dropdown:hover > a:before {
  z-index: 2;
}

.megav2-wrapper > ul > li > a:hover,
.mega-wrapper > ul > li > a:hover {
  text-stroke: unset;
  -webkit-text-stroke: unset;
}

.main-search input[type="text"] {
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  width: 0;
}

.dt-search-form {
  width: 2rem;
  height: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  border-radius: 1.75rem;
  margin-right: 1.125rem;
  border: thin solid rgba(0, 0, 0, 0.45);
}

.dt-search-form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.dt-search-form .btn img {
  width: 1rem;
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}

.header-btn {
  font-size: .875rem;
  font-weight: 400;
  height: 1.875rem;
  padding: .125rem .75rem .275rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 1rem;
}

.header-btn:after {
  content: '';
  position: absolute;
  width: .0325rem;
  height: 1.25rem;
  background: #000000;
  right: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

hm {
  margin-left: .2875rem;
}

.header-utility__language {
  border-radius: 1.25rem;
  border: thin solid #000;
  margin-left: 1rem;
}

.header-utility__language a img {
  width: 1.275rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: .125rem;
  margin-top: .125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-utility__language a {
  width: auto;
  min-width: 6rem;
  height: 1.875rem;
  padding: .125rem .5rem .275rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
}

[lang=en-GB] .header-utility__language a hm {
  font-size: .825rem;
  margin-left: .125rem;
}

.dt-secondary-menu > li > a {
  padding: 0 2.75rem 0 2.125rem;
  margin-right: 1.25rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.dt-secondary-menu > li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 1rem);
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.dt-secondary-menu .dt-dropdown-menu-wrapper > ul > li {
  position: relative;
}

.dt-secondary-menu .dt-dropdown-menu-wrapper > ul > li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.dt-secondary-menu .dropdown-menu {
  width: 100%;
}

.dt-secondary-menu .dropdown-menu li:hover {
  background: #f1f3f4;
}

.dt-secondary-menu .dropdown-menu li a:hover {
  text-stroke: unset;
  -webkit-text-stroke: unset;
}

.dt-secondary-menu.header-menu > li > a b.caret {
  right: .5rem;
}

.header-menu > li {
  position: relative;
}

.header-menu > li:hover > .dt-dropdown-menu-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  -webkit-transform: none;
  transform: none;
}

.dt-search-form form,
.main-search,
.autocompleate-wrapper,
.dt-search {
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.main-search {
  cursor: pointer;
}

.dt-search-form.show {
  width: 18.75rem;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-color: rgba(0, 0, 0, 0.25);
}

.header-utility {
  width: 18.5rem;
  height: 3.125rem;
  position: relative;
}

.dt-search-form .btn {
  z-index: -1;
  width: 2rem;
  left: auto;
  right: 0;
  margin: auto;
}

.dt-search-form.show .btn {
  left: auto;
  right: 0;
  z-index: 1;
}

.dt-search-form.show .main-search input[type="text"] {
  padding: 0 1.5rem 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: opacity .2s .1s;
  transition: opacity .2s .1s;
  width: 100%;
  font-size: .875rem;
}

.sticky-header #dt-header .dt-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-animation: stuckMoveDown .6s;
          animation: stuckMoveDown .6s;
  opacity: 1;
  background: #fff;
}

.sticky-header #dt-header .header-main {
  padding: .25rem 0 .5rem;
}

.sticky-header .dt-dropdown-menu-wrapper {
  top: calc(100% + 1.2rem);
}

.sticky-header .dt-primary-menu > li.dropdown > a:before {
  height: calc(100% + 1.25rem);
  visibility: hidden;
}

.sticky-header .dt-primary-menu > li.dropdown:hover > a:before {
  visibility: visible;
}

.reset-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 3rem;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: -1;
}

.reset-button .icon {
  width: 1.75rem;
}

.entered .reset-button {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  display: none;
}

.dt-dropdown-menu-wrapper > ul > li {
  padding: .5rem 1.5rem;
}

.dt-dropdown-menu-wrapper a:hover {
  text-stroke: .042875rem #000;
  -webkit-text-stroke: .042875rem #000;
}

.header-mobile {
  display: none;
}

.hamburger {
  display: block;
  position: absolute;
  padding: 0;
  width: 1.7857rem;
  height: 1.7857rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: .1428rem;
  background-color: #01435b;
  width: 100%;
}

.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: .1428rem;
  background-color: #01435b;
  content: "";
}

.hamburger span::before {
  top: -.607rem;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-property: top, transform;
}

.hamburger span::after {
  bottom: -.607rem;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-property: bottom, transform;
}

.hamburger span::before,
.hamburger span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.offcanvas-active .hamburger span {
  background: none;
}

.offcanvas-active .hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.offcanvas-active .hamburger span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.offcanvas-active .hamburger span::before,
.offcanvas-active .hamburger span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

/* Live search */
.dt-search-results-wrapper {
  position: absolute;
  width: 37.5rem;
  border-radius: 1.675rem;
  background: #fff;
  right: -0.75rem;
  top: -.125rem;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border: thin solid #A2A2A2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.dt-search-results {
  margin-top: 4.375rem;
  margin-bottom: 1rem;
  background: #fff;
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  max-height: 34.25rem;
  overflow-y: auto;
}

.dt-search-results-wrapper.show {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .35s .4s ease-out;
  transition: all .35s .4s ease-out;
}

.search-result-row__header {
  padding: .25rem 1rem;
  background: #F1F3F4;
  text-transform: uppercase;
  font-size: .75rem;
}

.search-result-row__header img {
  width: .75rem;
  margin-right: .5rem;
  vertical-align: bottom;
}

.search-result-row__list {
  padding: 1rem 1.5rem;
}

.search-result__tag {
  background: #F1F3F4;
  border-radius: 1.5rem;
  display: inline-block;
  font-size: .75rem;
  text-transform: uppercase;
  padding: .25rem 1.25rem .35rem;
}

.search-result__tag:not(:first-child) {
  margin-left: .75rem;
}

.search-result__post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-result__post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin-right: 1rem;
  display: -ms-grid;
  display: grid;
}

.search-result__post-thumb:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: thin solid #418F49;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.search-result__post-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.search-result__post-content h3 {
  font-size: .875rem;
  font-weight: 400;
  margin: 0 0 .25rem;
}

.search-result__post-content p {
  font-size: .75rem;
  font-weight: 400;
  margin: .25rem 0 0;
}

.search-result__post:not(:first-child) {
  margin-top: 1.125rem;
}

.search-result-row__header a {
  font-size: .75rem;
  float: right;
  text-transform: none;
}

/*--------------------------------------------------------------
>>> Loading
--------------------------------------------------------------*/
.loading,
.loading .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading .overlay {
  z-index: -1;
}

.loading {
  display: none;
}

.loading.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay {
  opacity: .2;
  background-color: #000;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: dots-loading 1.8s infinite ease-in-out;
          animation: dots-loading 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: .625rem;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

/*--------------------------------------------------------------
>>> Footer
--------------------------------------------------------------*/
#dt-footer {
  background: #01435b0d;
  background-image:url('assets/images/banner-bg-2.png');
  background-size:cover;
  color: #023243;
  padding: 1.25rem 0;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.footer-top
{
  width:100%;
}
.dt-footer-menu
{
  position:absolute;
  left:36%;
  top:3rem;
}
.dt-footer-menu a span
{
  color:#000;
  text-transform:uppercase;
  font-weight:600;
  font-family: "Roboto Mono", monospace;
  font-size: 1.125rem;
}
.dt-footer-menu.footer-menu li:after
{
  content:none;
}

.footer-menu,
.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer
{
  display:flex;
  width:100%;
  padding: 7rem 0 0;
}
.footer-1
{
  margin:-7rem 0 0;
  width:36%;
}
.footer-1 img
{
  width:12rem;
  margin-bottom: .5rem;
}

.socials-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0;
}

.socials-icons a {
  margin: 0 1.25rem 0 0;
}

.socials-icons img {
  height:1rem;
  width:auto;
  filter:brightness(0) invert(16%) sepia(62%) saturate(2345%) hue-rotate(173deg) brightness(93%) contrast(99%);
}
.footer-inner p,
.footer-inner a
{
  font-size:.875rem;
}
.footer-inner .widget-title
{
  font-size:.875rem;
  font-weight:600;
  margin-bottom: 1rem;
  display: block;
}
.footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menu a {
  color: #fff;
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-footer img {
  max-width: 2rem;
  max-height: 1.25rem;
  width: auto;
}

.social-footer .social-icon {
  margin-right: .675rem;
  padding: 0 .5rem;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.social-fbg:hover {
  -webkit-filter: invert(45%) sepia(93%) saturate(7475%) hue-rotate(347deg) brightness(98%) contrast(96%);
          filter: invert(45%) sepia(93%) saturate(7475%) hue-rotate(347deg) brightness(98%) contrast(96%);
}

.social-fb:hover {
  -webkit-filter: invert(41%) sepia(21%) saturate(5712%) hue-rotate(194deg) brightness(105%) contrast(101%);
          filter: invert(41%) sepia(21%) saturate(5712%) hue-rotate(194deg) brightness(105%) contrast(101%);
  -webkit-transition: none;
  transition: none;
}

.social-yt:hover {
  -webkit-filter: invert(45%) sepia(93%) saturate(7475%) hue-rotate(347deg) brightness(98%) contrast(96%);
          filter: invert(45%) sepia(93%) saturate(7475%) hue-rotate(347deg) brightness(98%) contrast(96%);
}

.social-zl:hover {
  -webkit-filter: invert(50%) sepia(87%) saturate(7016%) hue-rotate(201deg) brightness(94%) contrast(93%);
          filter: invert(50%) sepia(87%) saturate(7016%) hue-rotate(201deg) brightness(94%) contrast(93%);
}

.social-in:hover {
  -webkit-filter: invert(50%) sepia(38%) saturate(5203%) hue-rotate(206deg) brightness(100%) contrast(93%);
          filter: invert(50%) sepia(38%) saturate(5203%) hue-rotate(206deg) brightness(100%) contrast(93%);
}

.social-footer .social-icon:last-child {
  margin-right: 0;
}

.social-fbg img {
  max-height: 1.375rem;
}

.social-yt img {
  width: 1.42rem;
}

.social-zl img {
  max-width: 2.3125rem;
  width: 2.125rem;
}

.social-in img {
  width: 1.25rem;
}

.footer-2,
.footer-3,
.footer-4{
  width:calc((100% - 36% - 3 * 1.5rem)/3);
}
.main-footer .footer-widgets
{
  margin-right:1.5rem;
}
.main-footer .footer-widgets:last-child
{
  margin-right:0;
}
.main-footer ul
{
  padding:0;
  list-style:none;
  margin:0;
}
.main-footer ul li
{
  margin-bottom: .5rem;
}
.main-footer ul li:first-child a
{
  padding-top:0;
}
.main-footer ul li a
{
   color:#9E9E9E;
   text-decoration:none;
   padding: .25rem 0;
   display: block;
}
.main-footer ul li a span
{
   color:#9E9E9E !important;
}
.main-footer a
{
  text-decoration:underline;
}
.main-footer ul li a:hover
{
  color:#01435b;
}
body div.wpforms-container-full .wpforms-form button[type=submit]
{
    background: #f3be4a;
    color:#fff;
    font-weight: 400;
    font-size:.875rem;
    height: auto;
    min-height:unset;
    padding: .75rem 1rem;
    padding-right: 4rem;
    line-height: 1;
    position:relative;
    overflow:hidden;
    transition: all 1s ease;
    transform: translate(0%, 0%);
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:after
{
  content:'';
  position:absolute;
  width:2rem;
  height:1rem;
  right:1rem;
  background-image:url('assets/images/arr-long.svg');
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  filter:brightness(0) invert(1);
  top:50%;
  transform:translateY(-50%);
}
.footer-inner div.wpforms-container-full .wpforms-form .wpforms-field
{
  padding: 0;
}
.footer-menu > li > a {
  padding: .25rem 1.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.125rem;
  z-index: 2;
}

.footer-menu > li {
  position: relative;
}

.footer-menu > li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  border-right: thin solid #d3d3d3b5;
}

.footer-menu > li:last-child:after {
  content: none;
}

.footer-menu > li > a b.caret {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  z-index: 2;
  background: url(assets/images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.25rem 0 0 1rem;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer-menu .dt-dropdown-menu-wrapper {
  background: #000;
  top: auto;
  bottom: calc(100% + 1.25rem);
  left: 0;
  min-width: 18rem;
  padding: 1.38rem;
}

.footer-menu .dt-dropdown-menu-wrapper ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer-menu .dt-dropdown-menu-wrapper li {
  list-style-type: disc;
  padding: 0;
  margin-left: 1.38rem;
  margin-bottom: 1rem;
  position: relative;
}

.footer-menu .dt-dropdown-menu-wrapper ul li a {
  position: relative;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer-menu .dt-dropdown-menu-wrapper ul li a:before {
  display: inline-block;
  position: absolute;
  bottom: -.26rem;
  width: 100%;
  content: "";
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  height: .0625rem;
}

.footer-menu .dt-dropdown-menu-wrapper ul li a:hover {
  text-stroke: unset;
  -webkit-text-stroke: unset;
}

.footer-menu .dt-dropdown-menu-wrapper ul li:hover > a:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background: #fff;
}

.footer-menu .content-menu-wrapper {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 1.38rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.footer-menu .content-menu-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu .content-menu-wrapper ul li {
  margin-top: 1rem;
}

.footer-menu .content-menu-wrapper p {
  margin: 0;
  line-height: 1.5;
}

.footer-menu > li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 2.25rem);
  bottom: 0;
  z-index: 1;
}

.footer-menu li:hover > .dt-dropdown-menu-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  -webkit-transform: none;
  transform: none;
}

.footer-menu .dt-dropdown-menu-wrapper li .dt-dropdown-menu-wrapper {
  bottom: -1rem;
  left: calc(100% + 1.25rem);
}

.footer-menu .dt-dropdown-menu-wrapper li:after {
  content: '';
  position: absolute;
  width: calc(100% + 6rem);
  height: calc(100% + 1rem);
  left: 0;
  top: 0;
}
.copyright
{
  font-size:.75rem;
}
/*--------------------------------------------------------------
>>> Shortcode
--------------------------------------------------------------*/
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.66%;
}

.two_third {
  width: 65.33%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifth {
  width: 37.6%;
}

.three_fifth {
  width: 58.4%;
}

.four_fifth {
  width: 67.2%;
}

.one_sixth {
  width: 13.33%;
}

.five_sixth {
  width: 82.67%;
}

.container div.last {
  margin-right: 0 !important;
  clear: right;
}

.sticky_btn {
  position: fixed;
  width: 2.625rem;
  height: 2.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .5rem;
  background: #fff;
  border-radius: 50%;
  border: thin solid #449350;
  right: 3.5rem;
  bottom: 5rem;
  z-index: 100;
  cursor: pointer;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

.sticky_btn-label {
  position: absolute;
  left: -11.5rem;
  right: .5rem;
  margin-right: .75rem;
  color: #449250;
  font-size: .875rem;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  font-weight: 500;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  line-height: 1;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  background: #ffffff;
  border-radius: .15rem;
  padding: .45rem 1.25rem .5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 8rem;
  text-align: center;
  pointer-events: none;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

.sticky_btn-label:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: .35rem solid transparent;
  border-left-color: #ffffff;
  border-right: 0;
  margin-top: -.35rem;
  margin-right: -.35rem;
}

.sticky_btn:hover .sticky_btn-label {
  opacity: 1;
}

.sticky-childs {
  right: calc(100% + .75rem);
  position: absolute;
  top: 50%;
  color: #449250;
  font-size: .875rem;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  font-weight: 400;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  border-radius: .15rem;
  padding: .75rem 1.25rem .75rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 10.25rem;
  text-align: center;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  list-style-type: none;
  margin: 0;
}

.sticky-childs.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.sticky-child-item {
  margin: 0 0 .5rem;
  line-height: 1.3;
}

.sticky-child-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-child-item__link:hover {
  color: #868686;
}

.sticky-childs img {
  width: .625rem;
  margin-right: .5rem;
}

.sticky-childs:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: .35rem solid transparent;
  border-left-color: #ffffff;
  border-right: 0;
  margin-top: -.35rem;
  margin-right: -.35rem;
  z-index: -1;
}
/* Breadcums */
.dt-breadscrumb {
  margin: 2.75rem 0 .75rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: .75rem;
  line-height: 1rem;
}

.breadcrumb li {
  position: relative;
  margin-right: .5rem;
  padding-right: .9rem;
}

.breadcrumb li:not(:last-child):after {
  content: '';
  position: absolute;
  width: .375rem;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(assets/images/arr-1.svg);
  background-repeat: no-repeat;
  background-size: .3rem;
  background-position: center;
  filter: invert(65%) sepia(5%) saturate(131%) hue-rotate(149deg) brightness(92%) contrast(92%);
}

.breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb a,
.breadcrumb span {
 color: #96999A;
  font-size: .75rem;
  font-weight: 500;
  line-height: 0;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Review */
.page-title,
.archive-title
{
  font-size:3.25rem;
  text-align:center;
  font-family: "Newsreader", serif;
  color:#01435b;
}
.grid-sizer,
.review-item
{
  width:calc((100% - 50px)/2);
}
.review-item {
  padding-top: 1.5rem;
  position: relative;
  margin-bottom: 4rem;
  
  font-size:1.0625rem;
  line-height:1.6;
  color: #051E1F;
  /* border-bottom:thin dashed #ddd; */
}

.review-item:before {
    content: '';
    height: 1.25rem;
    width: 1.25rem;
    margin-left: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-image:url('assets/images/quote.svg');
    background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.review-item strong
{
  font-weight:700;
  color: #01435b;
}
.review-gallery .review-gallery-item
{
  width:60%;
}
.review-gallery-item img
{
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  height:auto;
}
.swiper-slide:not(.swiper-slide-active) .review-gallery-item__title
  {
    opacity:0;
  }
.review-gallery-item__title
{
  font-size:.75rem;
  color: #96999A;
  text-align:center;
  margin:.5rem 0;
}
.swiper .swiper-pagination {
  display:flex;
  align-items:center;
  justify-content:center;
  position:static;
  margin-bottom:2rem;
  margin-top: -1rem;
}
.swiper .swiper-wrapper
{
  margin-bottom:3rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: .45rem;
  height: .45rem;
  background: #01435b;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #01435b;
  position: relative;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: thin solid #01435b;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 .5rem !important;
}
.cta-section
{
  padding:5rem 0;
}
.cta-section:last-child
{
  margin-bottom:-3rem;
}
.cta-section-content
{
  max-width:61.25rem;
  background: rgba(255, 255, 255, .9);
  text-align:center;
  padding:3rem 1.5rem;
  margin:auto;
}
.cta-section-content h2
{
   font-family: "Newsreader", serif;
   font-size:2.5rem;
   color:#01435b;
   margin: 0 0 1.5rem;
}
.btn.btn-getintouch
{
  background:#f3be4a;
  padding:.75rem 2.5rem;
  margin: 1.5rem 0 0;
}
.btn.btn-getintouch a
{
  font-family: 'Roboto Mono', sans-serif;
  font-size:1.125rem;
  font-weight:700;
  color: #333;
}
/* accommodation */
.single-accommodation .post-title
{
  text-align:center;
  font-size:2.5rem;
  font-family: "Newsreader", serif;
  color:#01435b;
  margin-bottom: 3rem;
}
.feadtured-list
{
  display:flex;
  margin:1.5rem auto;
   max-width:61.25rem;
}
.feadtured-item
{
  display:flex;
  color: #96999A;
  font-size:.75rem;
  align-items:center;
  white-space: nowrap;
  flex-basis:0;
  flex-grow:1;
  justify-content:flex-start;
  font-family: 'Roboto Mono', sans-serif;
  font-weight:400;
}
.feadtured-item span
{
  font-family: 'Roboto Mono', sans-serif;
}
.feadtured-list img
{
  height:1rem;
  margin-right:.5rem;
  width: auto;
}
.single article
{
  max-width:100%;
}
.featured-banner
{
  min-width:100vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  display:grid;
}
.post-row,
.posts-list-wrap
{
  padding:3rem 0;
  max-width:61.25rem;
  margin-left:auto;
  margin-right:auto;
}
.post-row + .post-row
{
  padding-top:0;
}
.post-row__title
{
  text-align:center;
  font-weight:700;
  font-size:1.25rem;
  margin-bottom: 2.25rem;
  padding-bottom:1.25rem;
  background: url(assets/images/dash-line-horizontal.svg) repeat-x;
  background-position: center bottom;
  background-size: auto 1px;
  color:#01435b;
}
.entry-content * b,
.entry-content * strong,
.page-wrapper  * b,
.page-wrapper * strong
{
    font-weight:700;
}
.entry-content img,
.entry-content img.size-full.alignnone,
.post-content img.size-full.alignnone
{
    width: 100%;
    margin-bottom: .5rem;
}
.post-content .wp-caption
{
	text-align:center;
}
.post-content .wp-caption img
{
	width:100%;
}
.post-content ul
{
	padding-left:1.25rem;
}
.post-content table td {
    padding: .5rem .3125rem;
}
.post-content
{
  line-height:1.8;
  color:#022835;
  font-size:1.0625rem;
}
.accom-gallery-main-wrap
{
  padding:0 2rem;
  position:relative;
}
body .accom-gallery-main
{
  z-index:2;
}
body .accom-gallery-controll
{
  min-width:100vw;
  left:50%;
  transform:translateX(-50%);
  position:relative;
  overflow: visible;
}
.accom-gallery-controll:before
{
  content:'';
  position:absolute;
  width:100%;
  height:calc(100% + 12rem);
  background: #f3f5f5;
  bottom:-3rem;
  z-index:-1;
}
.accom-gallery-controll .swiper-slide
{
  padding:.3125rem;
  background:#fff;
}
.accom-gallery-item__img
{
  display:grid;
}
.accom-gallery-item__img img
{
  margin-bottom:0;
}
.accom-gallery-controll .swiper-wrapper {
  /* justify-content: center; */
} 
.accom-gallery-controll .swiper-slide-active:before
{
    content: '';
    width: 0;
    height: .5rem;
    margin-left: -.75rem;
    border-right: .75rem solid white;
    border-top: .75rem solid white;
    border-left: .75rem solid white;
    border-bottom: 0 solid transparent;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: -1rem;
    left: 50%;
    z-index:-1;
}
.accom-gallery-controll .swiper-slide-active:after
{
    content: '';
    height: .5rem;
    width: .5rem;
    margin-left: -.25rem;
    background: url(assets/images/arr-1.svg) no-repeat;
    background-size: contain;
    position: absolute;
   transform:rotate(-90deg);
    top: -.75rem;
    left: 50%;
   z-index:-1;
}
.accom-gallery-controll .swiper-slide-active
{
  border: .125rem solid #01435b;
  position:relative;
  z-index:2;
}
.accom-gallery-main-wrap .swiper-button-prev,
.accom-gallery-main-wrap .swiper-button-next
{
  width:3rem;
  height:2rem;
   left:-3rem;
}
.accom-gallery-main-wrap .swiper-button-prev:after,
.accom-gallery-main-wrap .swiper-button-next:after
{
  content:'';
  position:active;
  background-image:url('assets/images/arr-long.svg');
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  width:100%;
  height:100%;
  font-size:0;
 
}
.accom-gallery-main-wrap .swiper-button-prev:after
{
  transform:rotate(180deg);
}
.accom-gallery-main-wrap .swiper-button-next
{
  left:auto;
  right:-3rem;
}
.post-row + .related-row
{
  position:relative;
  padding:3rem 0;
}
.related-row:before
{
  content:'';
  background:#f3f5f5;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  min-width:100vw;
  left:50%;
  transform:translateX(-50%);
  z-index:-1;
}
.related-row .article__image
{
  display:none;
}
.related-row .article__title
{
  margin-bottom:1rem;
}
.related-row .cat-meta,
.related-row .feadtured-meta
{
  display:none;
}
.related-row .post-row__title
{
    color: #96999A;
    font-weight:400;
    text-transform:uppercase;
    font-size:.875rem;
    background:none;
    margin-bottom: 0;
    padding: 0;
   font-family: "Roboto Mono", monospace;
}
.related-row .article__title a
{
  text-align:center;
  display:block;
  font-weight:700;
  color:#01435b;
  font-size: 1.5rem;
}
.related-row .article-item .btn img
{
  height:.75rem;
}
.article__image
{
  overflow:hidden;
  margin-bottom:.75rem;
}
.article__image a
{
  display:grid;
}
.article__image img
{
        transition: opacity 0.3s, transform 0.3s;
        margin-bottom: 0;
}
.article-item:hover .article__image img
{
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}
.article-item:hover .btn-arr
{
   transform: translateX(calc(-50% + .5rem));
}
.post-row + .recommended_tours-row
{
  padding-top:4rem;
  max-width: unset;
}
.recommended_tours-row .post-row__title
{
  font-size:2.5rem;
  font-family: "Newsreader", serif;
  color:#01435b;
  font-weight:400;
  border:none;
  background:none;
}
.posts-list
{
  display:flex;
  flex-wrap:wrap;
}
.recommended_tours-row .posts-list .article-item
{
  width:calc((100% - 2*2rem)/3);
  margin-right:2rem;
}
.recommended_tours-row .posts-list .article-item:nth-child(3)
{
  margin-right:0;
}
.posts-list .article__title
{
  margin:0;
}
.nums-day
{
  text-align:center;
  color:#96999A;
  font-size:.8rem;
  margin: .25rem 0;
  font-family: "Newsreader", serif;
}
.posts-list .article__title a
{
  font-family: "Newsreader", serif;
  font-weight:400;
  text-align:center;
  display:block;
  line-height:1.4;
  color:#01435b;
  font-size:1.5rem;
}
.article-item .btn
{
  text-align:center;
  margin:auto;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.article-item .btn img
{
  height:.5rem;
  width:auto;
}
.archive-description
{
  padding:3rem 12%;
  position:relative;
}
.archive-title
{
  margin: 3rem 0 4rem;
}
.archive-description:before
{
  content:'';
  position:absolute;
  width:100vw;
  height:100%;
  left:50%;
  transform:translateX(-50%);
  top:0;
  background:#f3f5f5;
  z-index:-1;
}
.archive-description > *:first-child,
.archive-description > *:first-child *
{
   margin-top:0;
  font-family: "Roboto Mono", monospace;
  color:#f3be4a;
  font-weight:400;
}
.accommodation_cat_nav
{
  padding: 5rem 0;
  display:flex;
  justify-content:center;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom: 3.25rem;
  padding-bottom: 1.75rem;
  background: url(assets/images/dash-line-horizontal.svg) repeat-x;
  background-position: center bottom;
  background-size: auto 1px;
}
.accommodation_cat_nav a
{
  margin-right:1rem;
  width:auto;
  padding:.5rem 1.75rem;
  text-align:center;
  color:#01435b;
  font-weight:900;
  display: block;
}
.accommodation_cat_nav a.active,
.accommodation_cat_nav a:hover
{
  text-decoration:underline;
}
.accommodation-list .article-item
{
  width:calc((100% - 2*2rem)/3);
  margin-right:2rem;
}
.accommodation-list .article-item:nth-child(3n+3)
{
  margin-right:0;
}
.accommodation-list .article-item .article__image img
{
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height:auto;
}
.accommodation-list .cat-meta
{
  margin:.5rem 0;
  text-align:center;
  color: #96999A;
  font-family: "Roboto Mono", monospace;
  text-transform:uppercase;
  font-size:.875rem;
}
.feadtured-meta
{
  text-align:center;
  font-size:.8rem;
  margin:.5rem 0;
}
.posts-list-wrap
{
  padding: 0 0 3rem;
}

/* tour page */
.line-title
{
  position:relative;
}
.line-title:after
{
    content: '';
    height: 1rem;
    width: 6rem;
    margin-left: -3rem;
    background: url(assets/images/line-horizontal-art-grey.svg) no-repeat;
    background-size: auto 1rem;
    background-position: center center;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
}
.country_list
{
  display:flex;
  flex-wrap:wrap;
}
.country_item 
{
  width:calc((100% - 2rem)/2);
  margin-right:2rem;
  margin-bottom:2rem;
  text-align: center;
}
.country_item:nth-child(2n+2)
{
  margin-right:0;
}
.country_item__img img
{
  max-width:23.75rem;
}
.country_item__title
{
  font-size:2.5rem;
  font-family: "Newsreader", serif;
  font-weight:400;
  margin-bottom: 1.25rem;
}
.vietnam .country_item__title,
.dt-footer-menu .vietnam,
.vietnam .btn.btn--dots span,
a.vietnam
{
  color:#008000;
}
.cambodia  .country_item__title,
.dt-footer-menu .cambodia,
.cambodia .btn.btn--dots span,
a.cambodia
{
  color:#c18e61;
}
.laos .country_item__title,
.dt-footer-menu .laos,
.laos .btn.btn--dots span,
a.laos
{
  color:#216ff3;
}
.singapore .country_item__title,
.dt-footer-menu .singapore,
.singapore .btn.btn--dots span,
a.singapore
{
  color:#8b1dba;
}
.thailand .country_item__title,
.dt-footer-menu .thailand,
.thailand .btn.btn--dots span,
a.thailand
{
  color:#dd5252;
}
.country_item__description
{
  line-height:1.6;
  padding:0 2rem;
  font-size: 1.0625rem;
}
.vietnam .btn.btn--dots
{
  border-color:#008000;
}
.laos .btn.btn--dots
{
  border-color:#216ff3;
}
.cambodia .btn.btn--dots
{
  border-color:#c18e61;
}
.singapore .btn.btn--dots
{
  border-color:#8b1dba;
}
.thailand .btn.btn--dots
{
  border-color:#dd5252;
}
.vietnam .btn--dots i:before
{
  background:#008000;
}
.laos .btn--dots i:before
{
  background:#216ff3;
}
.cambodia .btn--dots i:before
{
  background:#c18e61;
}
.singapore .btn--dots i:before
{
  background:#8b1dba;
}
.thailand .btn--dots i:before
{
  background:#dd5252;
}
.vietnam .btn--dots:hover
{
  background:#00800026;
}
.laos .btn--dots:hover
{
  background:#216ff326;
}
.cambodia .btn--dots:hover
{
  background:#c18e6126;
}
.singapore .btn--dots:hover
{
  background:8b1dba26;
}
.thailand .btn--dots:hover
{
  background:#dd525226;
}
.btn.btn--dots
{
  padding: .75rem 1.75rem;
  border: thin solid #c66654;
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-size: 1.125rem;
  text-transform:uppercase;
  font-weight: 600;
  letter-spacing:-.25px;
  border-radius:0;
  transition:all .25s;
}
.country_item .btn--dots
{
  margin:1.25rem 0 0;
}
.btn--dots i
{
    height: .5rem;
    width: .5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -.25rem;
    left: -.25rem;
    background: #fff;
}
.btn--dots i:nth-child(2)
{
  top:auto;
  bottom:-.25rem;
}
.btn--dots i:nth-child(3)
{
  left:auto;
  top:auto;
  bottom:-.25rem;
  right:-.25rem;
}
.btn--dots i:before
{
    content: '';
    height: .1875rem;
    width: .1875rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: .1875rem;
    left: .1875rem;
    background: #c66654;
}
.bg-line
{
  background-image: url(assets/images/line-horizontal-art-grey.svg);
  background-size: auto 1rem;
  background-position: center top;
  background-repeat: no-repeat;
  padding:2rem 0 0;
  margin:2rem 0 0;
}
.section-title
{
  font-size:2.5rem;
  font-family: "Newsreader", serif;
  text-align:center;
  color:#01435b;
  line-height: 1.2;
}
.recommended_tours-title
{
  max-width:32rem;
  margin-left:auto;
  margin-right:auto;
}
.recommended_tours-description
{
  text-align:center;
  line-height:1.6;
  max-width:42rem;
  margin-left:auto;
  margin-right:auto;
  font-size: 1.0625rem;
}
.tour-list .article-item
{
  width:calc((100% - 2*2rem)/3);
  margin-right:2rem;
}
.tour-list .article-item:nth-child(3n+3)
{
  margin-right:0;
}
.tour-list-wrap
{
  padding: 1.5rem 0;
  max-width: 100%;
}
.page-inner section
{
  min-width:100vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.section
{
  padding:2rem 0;
}
.how_it_works__list
{
  display:flex;
  flex-direction:column;
  padding: 1rem 0 0;
}
.how_it_works__item
{
  width:100%;
  max-width:48rem;
  text-align:center;
  padding: 2rem 2rem 2rem;
  margin: 1.5rem 0 0;
  position: relative;
  background-image: url(assets/images/dash-lineu-right.svg);
  background-size: calc(48rem/2) auto;
  background-position: right top;
  background-repeat: no-repeat,repeat;
  box-sizing:border-box;
}
.how_it_works__item:nth-child(2n+2)
{
  margin-left:auto;
   background-image: url(assets/images/dash-lineu-left.svg);
   background-position: left top;
  left:calc(-4.25rem/3);
}
.number
{
    text-align: center;
    height: 4.25rem;
    width:  4.25rem;
    line-height:  4.5rem;
    background-image: url(assets/images/lozenge-effect-number.svg);
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: calc(-4.25rem / 2);
    left: 50%;
    transform:translateX(calc(-50%));
    font-size:1.5rem;
    font-family: "Newsreader", serif;
  
}
.how_it_works__item-content
{
  line-height:1.6;
  font-size: 1.0625rem;
}
.how_it_works__item-title
{
  font-weight:700;
  color:#01435b;
  font-size:1.25rem;
}
/* tour cat */

.tourcat__bg
{
  min-width:100vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.archive-tour,
.archive-tour .archive-main
{
  max-width:100%;
}
.archive-tour .archive-title
{
  margin:1rem 0 0;
  text-align:left;
}
.archive-tour .archive-header
{
  margin-top:-3.875rem;
  padding-top:5rem;
  box-sizing:border-box;
  position:relative;
}
.archive-tour .archive-header:before
{
  content:'';
  position:absolute;
  width:100vw;
  height:100%;
  left:50%;
  top:0;
  transform:translateX(-50%);
  z-index: -1;
}
.archive-tour .archive-header.vietnam:before
{
    background: linear-gradient(180deg,#00800020 0%,rgba(255,255,255,.2) 100%);
}
.archive-tour .archive-header.laos:before
{
    background: linear-gradient(180deg,#216ff320 0%,rgba(255,255,255,.2) 100%);
}
.archive-tour .archive-header.cambodia:before
{
    background: linear-gradient(180deg,#c18e6120 0%,rgba(255,255,255,.2) 100%);
}
.archive-tour .archive-header.singapore:before
{
    background: linear-gradient(180deg,#8b1dba20 0%,rgba(255,255,255,.2) 100%);
}
.archive-tour .archive-header.thailand:before
{
    background: linear-gradient(180deg,#dd525220 0%,rgba(255,255,255,.2) 100%);
}
.tourcat-info__list
{
  display:flex;
  justify-content:space-between;
  padding:0 0 2rem;
  margin-bottom:2rem;
  position:relative;
}
.tourcat-info__list:after
{
  content:'';
  position: absolute;
  width:100vw;
  height:1rem;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  background: url(assets/images/dash-line-horizontal.svg) repeat-x;
  background-position: center bottom;
  background-size: auto 1px;
}
.tourcat-info__item
{
  display:flex;
}
.tourcat-info__item-img img
{
  width:1.5rem;
}
.tourcat-info__item-img
{
  margin-right:1rem;
}
.popup-content
{
  display:none;
}
.tourcat-info__item-title
{
  font-size:1.125rem;
  font-weight:600;
  color:#01435b;
  margin-bottom:.5rem;
}
.tourcat-info__item-value
{
  font-size:1.125rem;
  color:#051E1F;
}
a.tourcat-info__item-value
{
  text-decoration:underline;
  color:#008000;
  font-size:1rem;
}

.tourcat__descriptions
{
  padding:3rem 0;
  display:flex;
   font-size:1.125rem;
  line-height:1.6;
}
.tourcat__descriptions-main
{
  width:70%;
  flex:none;
  padding-right:2rem;
}
.tourcat__descriptions-sub
{
    background: url(assets/images/dash-line-vertical.svg) repeat-y;
    background-size: 1px 12.5px;
    background-position: left top;
    padding-left:5rem;
  box-sizing:border-box;
  position:relative;
}
.tourcat__descriptions-sub:before,
.tourcat__descriptions-sub:after
{
  content:'';
  position:absolute;
  height:10%;
  width:1rem;
  left:0;
  top:0;
  background:#fff;
}
.tourcat__descriptions-sub:after
{
  height:40%;
  top:auto;
  bottom:0;
}
.tourcat__descriptions-main::first-letter
{
  line-height:1.6rem;
  margin:.5rem 1rem 0 0 ;
  font-family: "Newsreader", serif;
  -webkit-initial-letter: 2.5;
  initial-letter: 2.5;
  color:#01435b;
}
.destination_highlights__content
{
  display:flex;
  position: relative;
  margin: 3rem 0 0;
}
.destination_highlights__map
{
  width:42.5rem;
  padding-right:6.25rem;
  box-sizing:border-box;
}
.destination_highlights__item .destination_highlights__item-bg
{
   width:42.5rem;
   position:absolute;
   top:0;
   height: 100%;
   left: 0;
}
.destination_highlights__item-content
{
  margin-bottom:1.875rem;
}
.destination_highlights__item-title
{
  font-size:1.125rem;
  text-transform:uppercase;
  font-weight:700;
  color:#01435b;
  padding-left:3rem;
  font-family: "Roboto Mono", monospace;
  position:relative;
  cursor:pointer;
}
.destination_highlights__item-subtitle
{
  color:#777;
   font-family: "Roboto Mono", monospace;
  font-size:.75rem;
  padding-left:3rem;
  margin:.125rem 0 0;
}
.destination_highlights__item
{
   counter-increment: counter-post;
}
.destination_highlights__item-title:before
{
  content:counter(counter-post)".";
  margin-right:.75rem;
  color:#01435b;
  position:absolute;
  left:1rem;
}
.destination_highlights__item:hover .destination_highlights__item-title,
.destination_highlights__item:hover .destination_highlights__item-title:before,
.destination_highlights__item:hover .destination_highlights__item-subtitle
{
  color:#f3be4a;
}
.destination_highlights__item:hover .destination_highlights__item-title:before
{
  color:#f3be4a;
}
.destination_highlights__item:hover .destination_highlights__item-bg
{
  filter: invert(25%) sepia(70%) saturate(443%) hue-rotate(348deg) brightness(103%) contrast(91%);
}
.archive-header:not(.vietnam) + .archive-content .destination_highlights__list
{
  padding-top:3rem;
}
/* tour */
.post-title
{
   font-family: "Newsreader", serif;
  color:#01435b;
  text-align:center;
  font-size:2.5rem;
  font-weight:400;
}
.tour-content-wrap
{
  display:flex;
}
.tour-sidebar,
.inquiry-sidebar
{
  flex:none;
  width:32%;
  padding:2.5rem 0 2rem 1.875rem;
  box-sizing:border-box;
  position:relative;
}
.tour-sidebar:before,
.inquiry-sidebar:before
{
  content:'';
  position:absolute;
  background: #f3f5f5;
  height:100%;
  width:100%;
  min-width:calc((100%) + (100vw - 73.5rem)/2);
  z-index:-1;
  left:0;
  top:0;
}
.tour-content
{
  padding-right:3rem;
  box-sizing:border-box;
}
.tour-content-wrap .post-row
{
  padding-bottom:1rem;
}
.gallery-row-1
{
  display:flex;
  flex-direction:column;
  padding-right:calc(50% + .125rem);
  position:relative;
}
.gallery-row-1 a:nth-child(3)
{
  position:absolute;
  right:0;
  width:50%;
  height:100%;
  padding-left:.125rem;
  box-sizing:border-box;
  
}
.gallery-row-1 a:first-child
{
  margin-bottom:.25rem;
}
.gallery-row-1 a 
{
  display:grid;
}
.gallery-row-1 a img
{
  aspect-ratio: 2/1;
  object-fit: cover;
  width: 100%;
  height:auto;
  margin-bottom:0;
}
.gallery-row-1 a:nth-child(3) img
{
  height:100%;
  object-fit:cover;
}
.gallery-row-2
{
  padding-top:.25rem;
}
.gallery-row-2 img
{
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  height:auto;
}
.tour-info__item
{
  display:flex;
  margin-bottom: 1.875rem;
}
.tour-info__item-icon
{
  margin-right:1.25rem;
  flex:none;
  padding-top:.5rem;
}
.tour-info__item-icon img
{
   width:1.875rem;
}
.tour-info__item-title
{
  font-weight:700;
  font-size:1.25rem;
  margin:0 0 .5rem;
  color:#01435b;
}
.tour-info__item-desctiption
{
  font-size: .875rem;
  font-family: "Roboto Mono", monospace;
  font-weight: 300;
  line-height: 1.6;
}
.tour-btns
{
  display:flex;
  margin:3rem 0;
}
.tour-btns a
{
  font-family: "Roboto Mono", monospace;
  text-transform:uppercase;
  font-size:.875rem;
  padding-left:1rem;
  padding-right:1rem;
  letter-spacing:-.25px;
}
.tour-btns .btn--book
{
  margin-right:.75rem;
}
body .btn--custom
{
  background:#01435b;
}
body .btn--custom:hover
{
   background:#012633;
}
.tour-review__title,
.tour-accommodations__title
{
  font-family: "Newsreader", serif;
   font-size:2.25rem;
   color:#01435b;
  margin-bottom:1.5rem;
}
.tour-review .review-item
{
  width:100%;
  margin-bottom: 1rem;
}
.tour-review .readmore 
{
  text-decoration:underline;
  position:relative;
}
.after-arr:after
{
  content:'';
  position:absolute;
  width:1rem;
  height:.65rem;
  right:-1.5rem;
  background-image:url('assets/images/arr-1.svg');
  background-size:contain;
  background-repeat:no-repeat;
  top:50%;
  transform:translateY(-50%);
}
.tour-map
{
  margin:3rem 0;
}

.tour-accommodations__list.accommodation-list .article-item
{
  width:100%;
  margin-right:0;
  margin-bottom:1rem;
}
.glance-list
{
  padding:0 3rem;
}
.glance-item
{
    line-height: 1;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
    position: relative;
}
.glance-item:before
{
    content: '';
    height: 100%;
    width: 1px;
    background: #C4C4C4;
    position: absolute;
    top: 0;
    left: 6px;
}
.glance-list:after,
.itinerary-list:after
{
    content: '';
    height: 1px;
    width: .75rem;
    background: #C4C4C4;
    position: absolute;
    bottom: auto;
    left: 3rem;
}
.glance-item__day
{
  color: #96999A;
  font-family: "Roboto Mono", monospace;
  text-transform:uppercase;
  font-size:.75rem;
  margin-bottom:.325rem;
  
}
.glance-item__title
{
  font-weight:500;
}
.glance-item__day:before,
.glance-item__day:after
{    content: '';
    height: .75rem;
    width: .75rem;
    border: thin solid #C4C4C4;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -.0625rem;
}
.glance-item__day:after
{
    height: .25rem;
    width: .25rem;
    background: #01435b;
    border: none;
    top: .3rem;
    left: .225rem;
}
.itinerary-list
{
  
  padding-left:1rem;
}
.itinerary-list:before
{
  content:'';
  position:absolute;
  width:1px;
  height:100%;
  border-left:thin solid #C4C4C4;
}
.itinerary-item
{
  padding-left:2.75rem;
  color:#000;
  position: relative;
  border-top:thin dashed #C4C4C4;
  padding-top:2rem;
}
.itinerary-item:first-child
{
  border:none;
  padding-top:0;
}
.itinerary-item + .itinerary-item
{
  margin-top:1.5rem;
}
.itinerary-item a
{
  font-weight:800;
}
.itinerary-item__number
{
  color:#01435b;
   font-family: "Roboto Mono", monospace;
  text-transform:uppercase;
  font-weight:600;
}
.itinerary-item__title
{
  font-family: "Newsreader", serif;
  color:#01435b;
  font-size:1.5rem;
  font-weight:500;
}
.itinerary-item__number:before,
.itinerary-item__day:before,
.itinerary-item__night:before,
.itinerary-item__meals:before
{
  content:'';
  position:absolute;
  width:1.5rem;
  height:1.5rem;
  background-color:#fff;
   background-image:url('assets/images/calendar.svg');
  background-size:70%;
  background-repeat:no-repeat;
  background-position:center;
  left:-.75rem;
}
.itinerary-item__day:before
{
   background-image:url('assets/images/day.svg');
}
.itinerary-item__night:before
{
   background-image:url('assets/images/night.svg');
}
.itinerary-item__meals:before
{
   background-image:url('assets/images/breafast.svg');
}
.itinerary-item__number:before
{
   background-image:url('assets/images/calendar.svg');
   width:2.25rem;
  height:2.25rem;
  left:-1.125rem;
}
.itinerary-item__accom
{
  display:block;
  margin-top:-1.25rem;
}
.itinerary-list:after
{
  width:1.5rem;
  left:.25rem;
  bottom:0;
}
.glance-list>span,
.itinerary-list>span
{
  text-transform:uppercase;
  font-family: "Roboto Mono", monospace;
      color: #96999A;
  font-size:.75rem;
  position:absolute;
}
.itinerary-list>span
{
  bottom:-1.5rem;
}
.hideless-wrap {
    position: relative;
	margin:0 0 2rem;
}

.hideless-wrap .hideless-btn {
    text-align: center;
    background: transparent;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
    padding-top: 15rem;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .47) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, .47)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .47) 47%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .47) 47%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .47) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .47) 47%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffaff', GradientType=0)
}

.hideless-wrap .hideless-btn span {
    background: #01435b;
    padding: .35rem 1rem;
    color: #fff;
    border-radius: .25rem;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	font-size:.875rem;
	font-weight:400;
    width: 10rem;
   font-family: "Roboto Mono", monospace;
}
.itinerary-list.hideless-wrap .hideless-btn
{
  margin-top:2rem;
}
.itinerary-list.hideless-wrap.showfull .hideless-btn span,
.glance-list.hideless-wrap.showfull .hideless-btn span
{
  bottom:-2rem;
}
.hideless-wrap .hideless-btn.showfull {
    padding: 0;
    background: transparent
}

.hideless-wrap:not(.showfull) {
    height: 25rem;
    overflow: hidden
}

.hideless-wrap.showfull {
    height: auto !important;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
	padding-bottom:2rem;
} 
.itinerary-list.hideless-wrap .hideless-btn
{
  min-width:calc((100% + 1rem));
  left:-1rem;
}
.tour-additional .post-row.gallery2-row
{
  margin:0;
  max-width: 100%;
}
.pricing_notes-row
{
  margin:3rem 0 0;
}
.pricing_notes-row .btn--custom
{
  text-transform:uppercase;
  font-family: "Roboto Mono", monospace;
  font-size:1rem;
}
.gallery2-row .gallery-row-1
{
  flex-direction:row;
  justify-content:space-between;
  padding: 0;
}
.gallery2-row .gallery-row-1 a
{
  width:calc((100% - .25rem)/2);
  margin-bottom:0;
}
.gallery2-row .gallery-row-1 a img
{
      aspect-ratio: 16 / 10;
}
.gallery2-row .gallery-row-2
{
  display:flex;
  justify-content:space-between;
}
.gallery2-row .gallery-row-2 a
{
  width:calc((100% - 2*.25rem)/3);
  position: relative;
  display: grid;
}
.hide
{
  display:none !important;
}
.gallery2-row .more span
{
    position:absolute;
    font-size:2.5rem;
    font-weight:700;
    color:#f3be4a;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  font-family: "Roboto Mono", monospace;
}
.gallery2-row .more:before
{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:#00000069;
    left:0;
    top:0;
}

.accordion__header
{
  padding:1.25rem 0;
  padding-left: 0;
  font-size:1.125rem;
  font-weight:500;
  border-bottom:thin solid #A7A7A7;
  cursor:pointer;
  position:relative;
}
.accordion__content
{
  font-size:1rem;
  line-height:1.5;
  padding:0 0 2rem;
  padding-left:2.375rem;
  margin-top:1.0625rem;
  border-bottom:thin solid #A7A7A7;
}
.accordion.active .accordion__header
{
  color:#01435b;
}
.accordion.active .accordion__content
{
  display:block;
}
.accordion:last-child .accordion__header
{
  border-color:transparent;
}
.accordion.active:last-child .accordion__header
{
  border-color:#A7A7A7;
}
.accordion:last-child  .accordion__content
{
  border:none;
}
.accordion__icon
{
  width:1rem;
  height:1rem;
  position:absolute;
  top: 50%;
  left:auto;
  right:0;
  background-image:url('assets/images/arr-1.svg');
  background-size:.5rem;
  background-repeat:no-repeat;
  background-position:center;
}
.difference_work-row
{
  display:flex;
  margin-left:auto;
  margin-right:auto;
}
.difference_work-row>div
{
  width:50%;
}
.the_windy_difference__item-icon
{
  width:3rem;
  margin-right:1rem;
}
.the_windy_difference__item
{
  display:flex;
  align-items:center;
  margin-bottom:1.5rem;
}
.the_windy_difference__item-title
{
  font-size: 1rem;
  letter-spacing:.25px;
  font-weight: 400;
  line-height: 1.6;
}
.the_windy_difference__list
{
    background: url(assets/images/dash-line-vertical.svg) repeat-y;
    background-position: right center;
    background-size: 1px auto;
}
.difference_work-row .how_it_works
{
  padding-left:4rem;
  box-sizing:border-box;
}

.difference_work-row .how_it_works .number
{
  position:static;
  transform: none;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.25rem;
  margin-right:1rem;
  flex:none;
  background-color: #fff;
}
.difference_work-row .how_it_works .how_it_works__item
{
  display:flex;
  padding: 0;
  margin: 0 0 1.5rem;
  position: relative;
  background: transparent;
  align-items: center;
  left: 0;
}
.difference_work-row .how_it_works .how_it_works__item-content
{
  display:none;
}
.difference_work-row .how_it_works .how_it_works__item-title
{
  font-size:1rem;
  font-weight:400;
  color:#000;
  text-align: left;
  margin: 0;
  line-height: 1.6;
}
.difference_work-row .how_it_works__item:after
{
    content: '';
    height: 26px;
    width: 1px;
    background: url(assets/images/dash-line-vertical.svg) repeat-y;
    background-position: left center;
    background-size: 1px 12.5px;
    position: absolute;
    bottom: -1.5rem;
    left: calc(3.5rem/2);
}
.difference_work-row .how_it_works__item:last-child:after
{
  content:none;
}
/*--------------------------------------------------------------
>>> popup
--------------------------------------------------------------*/
.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.popup-wrapper.show {
  opacity: 1;
  visibility: visible;
  z-index: 1002;
  -webkit-transition: none;
  transition: none;
}

.popup-wrapper.show .popup {
  -webkit-animation: zoomIn .5s ease-out;
          animation: zoomIn .5s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.popup--normal .popup {
  width: auto;
  max-width: 92%;
  max-width: 56rem;
  background: #fff;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.625rem 0.4375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.125rem 0.625rem 0.4375rem rgba(0, 0, 0, 0.2);
  max-height: 85%;
      overflow-y:auto;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
::-webkit-scrollbar {
    width: .3vw;
    height:.3vw;
}
::-webkit-scrollbar-track {
    background:transparent;
}
::-webkit-scrollbar-thumb {
  background:#01435b;
}
.popup-header {
  position: relative;
}

.popup__subtitle {
  font-size: .875rem;
  font-weight: 400;
}

.popup__title {
  font-size: 1.25rem;
  font-weight: 400;
  margin: .5rem 0 .75rem;
}

.popup--normal .close-btn {
  position: absolute;
  cursor: pointer;
  right: 1.5rem;
  top: 1.5rem;
  background: transparent;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.close-btn:hover {
  background: #eee;
}

.popup__image {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}

.popup__content {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-contents {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.popup__cta {
  text-align: center;
}
.popup-content-inner
{
  padding:0 2rem 2rem;
  margin:1rem;
  border-radius:.5rem;
  border:.125rem dashed #ddd;
  line-height:1.6;
  font-size:1.0625rem;
}
.popup-content-inner,
.popup-content-inner a {
  display: -ms-grid;
  display: grid;
}

.popup-content-inner img {
  max-height: 80vh;
}
/* inquiry */
.inquiry-content
{
  display:flex;
  margin:.5rem 0 0;
 
}

.inquiry_form
{
  flex-grow:1;
}
.page-template-inquiry .dt-breadscrumb
{
  display:none;
}
.inquiry-sidebar
{
  padding-left:3rem;
}
.inquiry-sidebar .difference_work-row
{
  flex-direction:column;
}
.inquiry-sidebar .difference_work-row>div
{
  width:100%;
  padding: 0;
}
.inquiry-sidebar .difference_work-row .how_it_works .number
{
  background-color:transparent;
}
.inquiry-sidebar .the_windy_difference__list
{
  background:none;
}
.inquiry-sidebar .section-title
{
  text-align:left;
}
.inquiry-content .inquiry-form__header
{
   padding-top:2rem;
}
.inquiry-form__header-description
{
  margin:3rem 0 0;
  text-align:center;
  line-height:1.6;
  font-size:1.0625rem;
}
.inquiry_form .post-row
{
  padding-top:0;
  padding-bottom: .25rem;
}
.inquiry_form .post-row__title
{
  font-size:2.25rem;
  color:#96999A;
  font-family: "Newsreader", serif;
  font-weight:500;
  background-position: center top;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
}
.form-group-label
{
  letter-spacing:.0625rem;
  font-weight:600;
  font-size:1.125rem;
  color:#01435b;
  margin-bottom:.5rem;
}
span.required
{
  position:relative;
}
span.required:before
{
  content:'*';
  font-size:1.5rem;
  line-height: 1;
  color:#c66654;
  margin-left:.25rem;
  display:flex;
  align-items:center;
  position:absolute;
  left:0;
  top: 0;
}
.form-group
{
  padding:0 4rem;
  margin-bottom: 2rem;
}
.form-group>div
{
  position:relative;
}
.checkbox-group__item,
.radio-group__item
{
  background:#f7f9f9;
  height:3.25rem;
  padding-left:3.75rem;
  display:flex;
  align-items:center;
  position:relative;
}
.form-label
{
  font-size:1.125rem;
}
.checkbox-group__item .form-label:before,
.radio-group__item .form-label:before
{
  content:'';
  position:absolute;
  width:1.75rem;
  height:1.75rem;
  border:thin solid #ccc;
  left:.875rem;
  top:.75rem;
  background:#fff;
}
.radio-group__item .form-label:before
{
  border-radius:50%;
  
}
.checkbox-group__item input:checked+.form-label:before,
.radio-group__item input:checked+.form-label:before
{
  background-image:url('assets/images/check.svg');
  background-size:contain;
}

.text-group input,
.number-group input,
.select-group select,
.textarea-group textarea
{
    color: #051E1F;
    font-size: 1rem;
    line-height: 1.2;
    height: 3.25rem;
    padding: 1rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: thin solid #C4C4C4;
    box-sizing:border-box;
    width: 100%;
}
.number-group input
{
  max-width: 10rem;
}
.textarea-group textarea
{
  height:auto;
  line-height: 1.4;
}
.textarea-group textarea::placeholder
{
  font-size:.875rem;
}
span.sublabel
{
  font-family: 'Roboto Mono', sans-serif;
  font-size:.75rem;
  color:#96999A;
  font-weight:400;
  margin-left:.5rem;
}
.protect-info 
{
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  margin: -1rem 0 2rem;
}
.protect-info img
{
  width:3.5rem;
}
.protect-info span
{
   font-family: 'Roboto Mono', sans-serif;
  font-size:.75rem;
  margin:.5rem 0 0;
}
.form-buttons
{
  text-align:center;
}
.form-buttons .btn
{
  height:3.25rem;
  min-width:18rem;
  font-family: 'Roboto Mono', sans-serif;
  font-size:1.25rem;
  background:#f3be4a;
}
.form-notes
{
  text-align:center;
  margin:1rem 0;
  line-height:1.4;
  font-family: 'Roboto Mono', sans-serif;
  font-size:.75rem;
  color:#777;
}
.inquiry-form__footer
{
  margin:0 0 4rem;
}
.date-dropdowns
 {
    display:flex;
    justify-content:space-between;
   margin-bottom:.5rem;
}
.date-dropdowns input
{
    display:none;
}
.date-dropdowns .select-group__content
{
  width:calc((100% - .75rem * 2)/3);
}
.date-dropdowns select
{
  width:100%;
  display:inline-block;
  background-color:transparent;
  border:none;
  border: thin solid #C4C4C4;
   height: 3.25rem;
    padding: 1rem;
}
.date-dropdowns .datepicker + .select-group__content
{
  /* order:3; */
}
.select-group__content
{
  position:relative;
}
.select-group__content:before
{
    content: '';
    height: .65rem;
    width: .75rem;
    background: url(assets/images/arr-1.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - .25rem);
    right: 1rem;
    cursor: pointer;
  transform:rotate(90deg) translateY(-50%);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.num-minus,
.num-plus
{
  width:3.25rem;
  background:#eff0f0;
  border:thin solid #ccc;
  cursor:pointer;
  background-image:url('assets/images/plus.svg');
  background-size:.75rem;
  background-position:center;
  background-repeat:no-repeat;
}
.num-minus
{
  background-image:url('assets/images/minus.svg');
}
.number-group__content
{
  display:flex;
  align-items:stretch;
}
.number-group__content input
{
  border-left:none;
  border-right:none;
  text-align:center;
  text-transform:uppercase;
}
.invalid
{
    color: #c04b35;
    font-weight: 700;
    padding: .5rem 1rem;
    background: #F7E8E6;
    border: thin solid #c04b35;
    position: absolute;
    top: -3rem;
    right: 0;
}
.invalid:before,
.invalid:after
{
    content: '';
    width: 0;
    height: 0;
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    border-top: 1rem solid #C66654;
    position: absolute;
    bottom: -1rem;
    left: 15px;
}
.invalid:after
{
    border-top: 1rem solid #F7E8E6;
    bottom: -.875rem;
}
.is-invalid:before,
.is-valid:before
{
  content:'';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right: -1.5rem;
  width:1rem;
  height:1rem;
  background-image:url('assets/images/invalid.svg');
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
}
.is-valid:before
{
   background-image:url('assets/images/valid.svg');
   
}
.thankyou-wrap
{
  padding:3rem 2rem;
  text-align:center;
}
.thankyou__title
{
  font-size:2.5rem;
   font-family: "Newsreader", serif;
  color:#114f65;
}
.thankyou__content
{
  font-size:1.125rem;
  line-height:1.6;
}
.popup-wrapper .form-group
{
  padding:0;
}
.popup-wrapper .inquiry_form .post-row__title
{
  margin:1rem 0 0;
  font-size: 1.75rem;
}
.popup-wrapper .page-title
{
  font-size:2.5rem;
}
.popup-wrapper .inquiry-form__footer
{
  margin-bottom:0rem;
}
@media screen and (max-width: 1023px) {
  /*--------------------------------------------------------------
  >>> General
  --------------------------------------------------------------*/
  html {
    font-size: 3.7325vw;
  }
  .container,
  .container-wide {
    max-width: 89.6%;
  }
  .btn {
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding-top: .65rem;
    padding-bottom: .725rem;
  }
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*--------------------------------------------------------------
  >>> Header
  --------------------------------------------------------------*/
  hm {
    display: none;
  }
  .header-btn:after {
    content: none;
  }
  .header-utility__language {
    margin-left: 0;
  }
  .header-utility__language a {
    min-width: auto;
    width: 2.142rem;
    height: 2.142rem;
    padding: 0.175rem;
  }
  .header-utility__language a img {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .header-btn {
    height: 2.142rem;
    font-size: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #dt-header {
    height: auto;
  }
  .header-utility__wrapper {
    border-color: #898989;
    height: 2.1428rem;
    z-index: 10;
  }
  .dt-secondary-menu.header-menu > li > a b.caret {
    right: 0;
  }
  .header-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
   .header-mobile a
  {
    display:block;
    margin: 0;
  }
  .header-mobile .quote-btn
  {
    margin-right: 2rem;
    white-space:nowrap;
    font-size:.875rem;
  }
  .header-main {
    position: relative;
  }
  .dt-secondary-menu > li > a {
    z-index: 0;
  }
  .logo {
    -webkit-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
    width: 4.5rem;
  }
  
  .header-utility {
    height: 2.064rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .dt-search-form {
    width: 2.142rem;
    height: 2.142rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .dt-secondary-menu > li > a {
    height: 2.064rem;
    padding: 0 1.5rem 0 .64rem;
    font-size: .857rem;
    margin-right: .785rem;
    line-height: 1.875rem;
    display: block;
  }
  .dt-primary-menu > li > a {
    -webkit-transition: none;
    transition: none;
  }
  .menu-greenfeed-menu-container {
    width: 8.2857rem;
  }
  .dt-search-form .btn img {
    width: .785rem;
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
    opacity: .7;
  }
  .dt-search-form .btn {
    width: 2.357rem;
  }
  .megav2-wrapper,
  .mega-wrapper,
  .megav2-wrapper .dt-dropdown-menu-wrapper,
  .mega-wrapper .dt-dropdown-menu-wrapper {
    display: none;
  }
  .header-menu > li > a b.caret {
    width: .857rem;
  }
  .header-mobile {
    width: auto;
    margin-left: 1.285rem;
    min-width: 12rem;
  }
  .offcanvas-menu,
  .offcanvas-menu img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .dt-search-form.show {
    width: 2.142rem;
  }
  
  .dt-main-menu {
    display: block;
    padding: 4.0625rem 1.25rem 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    width: 76vw;
    position: fixed;
    background: #01435b;
    right: 0;
    top: 0;
    z-index: 99;
    -webkit-transform: translateX(90vw);
    transform: translateX(90vw);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
 body.offcanvas-active .dt-main-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.2);
  }
  body.offcanvas-active {
    height: 100%;
    overflow-y: hidden;
  }
  .dt-primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dt-primary-menu > li {
    margin-bottom: 1.25rem;
  }
  .dt-primary-menu > li:after {
    content: none;
  }
  .dt-primary-menu > li > a {
    padding: .65rem 1rem;
    font-size: 1.125rem;
    color: #fff;
  }
  .dt-primary-menu > li.dropdown > a {
    padding-right: 2rem;
  }
  .header-menu > li > a b.caret {
    right: 0;
  }
  .sticky-header #dt-header .dt-header-wrapper {
    border-bottom: thin solid #D0D2D3;
  }
  .sticky-header #dt-header .header-main {
    padding: .5rem 0 .75rem;
  }
  .dt-search-form form {
    opacity: 0;
    z-index: 3;
    position: absolute;
  }
  .dt-search-form.show {
    overflow: visible;
    background: transparent;
  }
  .dt-search-form.show form {
    position: absolute;
    bottom: -5rem;
    z-index: 2;
    background: white;
    width: calc(100vw - 2rem);
    height: 2.714rem;
    max-width: 100vw;
    left: -8.625rem;
    opacity: 1;
    visibility: visible;
    border: thin solid #000;
    border-radius: 1.25rem;
  }
  .dt-search-results-wrapper {
    top: 3.75rem;
    width: calc(100vw - 1rem);
    right: auto;
    left: -6.575rem;
    border-radius: 1.5rem;
  }
  .dt-search-results-wrapper.show {
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
  }
  .search-result__tag {
    padding: .35rem 1.25rem;
  }
  .dt-search-form:before {
    content: '';
    position: absolute;
    background-image: url(assets/images/search-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    opacity: .6;
    left: calc(50% + .0625rem);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
  .dt-search-form.show .main-search input[type="text"] {
    padding-top: .25rem;
    padding-left: 1.25rem;
  }
  .dt-search-form .btn img {
    width: .925rem;
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
  .dt-search-results {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    max-height: 60vh;
  }
  .form-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  /*--------------------------------------------------------------
  >>> Footer
  --------------------------------------------------------------*/
  #dt-footer {
    padding-top: 1.875rem;
    background-size: 232%;
  }
  .footer-inner,
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-1 p:last-child {
    padding-left: 0;
  }
  .footer-2 {
    margin: .875rem 0 1.28rem;
  }
  .footer-menu > li {
    margin-bottom: .875rem;
  }
  .footer-menu > li > a {
    padding-left: 0;
  }
  .footer-menu > li:after {
    content: none;
  }
  footer {
    font-size: 1.071rem;
  }
  .social-footer img {
    max-width: 2.58rem;
    max-height: 1.57rem;
  }
  .social-yt img {
    width: 1.75rem;
  }
  .footer-menu > li > a b.caret {
    -webkit-transform: rotate(-90deg) translateX(-0.35rem);
            transform: rotate(-90deg) translateX(-0.35rem);
    margin: 0;
    margin-left: 1rem;
  }
  .footer-menu > li.expanded > a b.caret {
    -webkit-transform: rotate(0deg) translateY(0.35rem);
            transform: rotate(0deg) translateY(0.35rem);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .footer-menu .dt-dropdown-menu-wrapper {
    position: relative;
    padding: 0;
    min-width: auto;
    display: none;
  }
  .footer-menu .dt-dropdown-menu-wrapper > ul {
    padding: .75rem;
  }
  .footer-menu .dt-dropdown-menu-wrapper ul li:last-child {
    margin-bottom: 0;
  }
  .footer-menu .expanded .dt-dropdown-menu-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    -webkit-transform: none;
    transform: none;
  }
  .footer-menu .content-menu-wrapper ul {
    padding: .75rem;
  }
  .footer-menu .content-menu-wrapper ul li {
    list-style-type: disc;
    margin-left: 1.38rem;
  }
  .footer-menu .content-menu-wrapper ul li:first-child {
    margin-top: 0;
  }
  .footer-menu .content-menu {
    margin-top: 1rem;
  }
  .footer-menu .content-menu-wrapper p {
    font-size: .875rem;
    line-height: 2;
    white-space: normal;
  }
  .footer-menu .dt-dropdown-menu-wrapper li .dt-dropdown-menu-wrapper {
    position: static;
  }
  .footer-3 {
    width: 100%;
  }
  .social-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .social-footer .social-icon {
    margin-right: 1.5rem;
  }
  .sticky_btn {
    right: 1rem;
    bottom: 4.25rem;
    width: 3rem;
    height: 3rem;
  }
  .nav-btn img {
    width: 1.5rem;
  }
  /*--------------------------------------------------------------
  >>> Shortcode
  --------------------------------------------------------------*/
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    width: 100%;
  }
  .dt-primary-menu .menu-item.quote-btn a:after
  {
    border:thin solid #fff;
  }
  .menu-main-menu-container
  {
    justify-content:flex-start;
  }
  .slide-menu-bg
  {
    display:none;
  }
 
  .page-title, .archive-title
  {
    font-size:2.28rem;
  }
  .country_item__description
  {
    display:none;
  }
  .country_item__title
  {
    font-size: 1.5rem;
    white-space:nowrap;
  }
  .country_item {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    text-align: center;
  }
  .country_item .btn--dots
  {
    font-size: .875rem;
    margin: 0;
  }
  .section-title,
  .cta-section-content h2
  {
    font-size:1.75rem;
  }
  .tour-list .article-item
  {
    width:100%;
    margin-right:0;
  }
  .how_it_works__item
  {
    margin-top: 1rem;
    background-size: calc(48rem / 1.25) auto;
  }
  .how_it_works__item:nth-child(2n+2)
  {
    left:0;
  }
   .dt-breadscrumb
  {
    margin: 1rem 0;
    position: relative;
    z-index: 1;
  }
  .breadcrumb
  {
    flex-wrap: nowrap;
    max-width: 100vw;
    min-width:calc((100vw * (.896 + .052)));
    overflow-x: auto;
  }
  .breadcrumb::-webkit-scrollbar {
    width: .01rem;
    height: .01rem;
  }

  .breadcrumb a
  {
    white-space:nowrap;
  }
  .archive-tour .archive-header
  {
    padding-top:3rem;
    display:flex;
    flex-direction:column;
    margin-top: -3.125rem;
  }
  .archive-tour .archive-title
  {
    order:2;
  }
  .tourcat-info__list
  {
    order:3;
    flex-wrap:wrap;
    margin-top:1rem;
    padding-top:1rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .tourcat-info__list:after
  {
    bottom:auto;
    top:0;
    background-position: center top;
  }
  .tourcat-info__item
  {
    width:calc((100% - 1rem)/2);
    flex-direction: column;
    margin-bottom:1rem;
  }
  .tourcat-info__item-img
  {
    margin-bottom:.5rem;
  }
  .tourcat-info__item-title
  {
    font-size:1rem;
  }
  .tourcat__descriptions
  {
    flex-wrap:wrap;
    padding: 0;
  }
  .tourcat__descriptions-main
  {
    width:100%;
  }
  .tourcat__descriptions-main::first-letter
  {
    line-height:1.6rem;
    margin:.25rem 1rem 0 0 ;
    font-family: "Newsreader", serif;
    -webkit-initial-letter: 2;
    initial-letter: 2;
    color:#01435b;
  }
  .tourcat__descriptions-sub,
  .destination_highlights__item .destination_highlights__item-bg
  {
    display:none;
  }
  .destination_highlights__map
  {
    width:100%;
    padding: 0;
  }
  .destination_highlights__content
  {
    flex-wrap:wrap;
    margin: 0;
  }
  .destination_highlights__list
  {
    display:flex;
    flex-wrap:wrap;
  }
  .destination_highlights__item
  {
    width:calc((100% - 1rem)/2);
    margin-top:1rem;
  }
  .destination_highlights__item-content
  {
    margin-bottom:0;
  }
  .cta-section
  {
    padding:3rem 0;
    background-size: cover;
  }
  .btn.btn-getintouch
  {
    margin-top:0;
  }
  .cta-section-content h2
  {
    margin-bottom:0;
  }
  .cta-section-content
  {
    padding:2rem 0;
  }
  .main-footer
  {
    flex-wrap:wrap;
  }
  .main-footer .footer-widgets
  {
    width:100%;
  }
  .main-footer .footer-2,
   .main-footer .footer-3
  {
    width:calc((100% - 1.5rem)/2);
    margin-top: 1rem;
  }
   .main-footer .footer-3
  {
    margin-right:0;
  }
  .main-footer .footer-1
  {
    margin-right:0;
    padding-right: 8rem;
  }
  .dt-footer-menu
  {
    left:auto;
    right: -2rem;
    top: 7rem;
  }
  .copyright
  {
    width:100%;
    text-align:center;
    display:block;
  }
  .grid-sizer, .review-item
  {
    width:100%;
  }
  .review-item
  {
    margin-bottom:2.5rem;
  padding-bottom:1rem;
  background: url(assets/images/dash-line-horizontal.svg) repeat-x;
  background-position: center bottom;
  background-size: auto 1px;
  }
  .review-gallery .review-gallery-item
  {
    width:94%
  }
  .accommodation_cat_nav
  {
    padding:2rem 0;
    justify-content:flex-start;
    overflow-x: auto;
    max-width: 100vw;
  }
  .accommodation_cat_nav a
  {
    white-space:nowrap;
    padding: .5rem 1.25rem;
    margin-right: 0;
  }
   .accommodation_cat_nav a:first-child
  {
    padding-left:0;
  }
  .accommodation-list .article-item,
  .recommended_tours-row .posts-list .article-item
  {
    width:100%;
    margin-right:0;
  }
  .archive-description
  {
    padding:1rem 0;
  }
  .archive-main
  {
    max-width:100%;
  }
  .single-accommodation .post-title
  {
    font-size:2rem;
    text-align:left;
    margin-bottom: 2rem;
  }
  .feadtured-list
  {
    flex-direction:column;
    margin-bottom: 0.5rem;
  }
  .feadtured-item
  {
    margin-bottom:.75rem;
  }
  .post-row, .posts-list-wrap
  {
    padding:1rem 0;
  }
  .accom-gallery-main-wrap
  {
    padding:0;
    min-width:100vw;
    left: -5.2vw;
  }
  .related-row .article__title a
  {
    font-size:1.25rem;
  }
  .related-row .post-row__title
  {
    font-size:.75rem;
  }
  .post-row + .related-row
  {
    padding:2rem 0;
  }
  .post-row + .recommended_tours-row
  {
    padding-top:2rem;
  }
  .recommended_tours-row .post-row__title
  {
    font-size:1.75rem;
    margin: 0 0 1rem;
    line-height:1.4;
    padding:0 5%;
  }
  .post-title,
  .tour-review__title, .tour-accommodations__title
  {
    font-size:1.75rem;
    text-align:left;
    line-height:1.4;
    margin-top: 0;
  }
  .tour-content
  {
    padding-right:0;
  }
  .tour-content-wrap,
  .difference_work-row
  {
    flex-wrap:wrap;
    background: transparent;
  }
  .tour-sidebar, .inquiry-sidebar,
  .difference_work-row>div
  {
    width:100%;
    padding: 1rem 0 0;
  }
   .difference_work-row>div,
  .tour-review
  {
    margin-top: 1rem;
    padding-top: 1rem;
    background: url(assets/images/dash-line-horizontal.svg) repeat-x;
    background-position: center top;
    background-size: auto 1px;
  }
  .glance-list
  {
    padding:0 1rem;
  }
  .tour-sidebar:before, .inquiry-sidebar:before,
  .the_windy_difference__list
  {
    background:transparent;
  }
  .difference_work-row .how_it_works
  {
    padding-left:0;
  }
  .tour-info
  {
    margin:2rem 0 0;
  }
  .tour-btns
  {
    margin:1rem 0;
  }
  .tour-map
  {
    margin-bottom:0;
  }
  .tour-btns a
  {
    font-size:1rem;
  }
  .tour-sidebar .tour-btns
  {
    display:none;
  }
  .tour-accommodations
  {
    margin:2rem 0 0;
  }
  .inquiry-content
  {
    flex-wrap:wrap;
  }
  .form-group
  {
    padding:0;
  }
  .inquiry_form .post-row__title
  {
    font-size:1.75rem;
    margin-bottom: 1rem;
  }
  .inquiry-form__footer
  {
    margin-bottom:0;
  }
  .inquiry-sidebar
  {
    padding-bottom:2rem;
  }
  .is-invalid:before, .is-valid:before
  {
    right:-1rem;
  }
  .mobile-contact
  {
    margin: 0;
     background: url(assets/images/dash-line-horizontal.svg) repeat-x;
    background-position: center top;
    background-size: auto 1px;
    padding-top:2rem;
    margin-bottom:1.5rem;
  }
  .mobile-contact .phone
  {
    font-size:2rem;
    font-family: "Newsreader", serif;
    color:#fff;
    margin-bottom:1.5rem;
    display:block;
  }
   .mobile-contact .socials-icons img
  {
    height: 1.125rem;
    filter: invert(0);
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .header-main ul a {
    font-size: .875rem;
  }
}

@media only screen and (max-width: 1365px) and (min-width: 1024px) {
  .dt-search-form.show {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 2.9875rem;
  }
}

@media screen and (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1600px) {
  .container-fluid {
    max-width: 90rem;
  }
}

/* Fix Old EDGE */
@supports (-ms-ime-align: auto) {
  .footer-menu .dt-dropdown-menu-wrapper ul li a {
    display: inline-block;
  }
}

/* Fix IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-utility__wrapper.ieshow {
    width: 36.25rem;
  }
  .dt-search-form.show {
    -webkit-transition: none;
    transition: none;
  }
  .footer-menu > li:after {
    border-right: thin solid #d3d3d3;
  }
  .footer-menu > li > a b.caret {
    background: url(assets/images/ie-arrow.svg);
    -webkit-transform: none;
            transform: none;
  }
  .social-fb img {
    width: .685rem;
    max-height: 1.75rem;
  }
  .footer-menu .content-menu-wrapper {
    min-width: 32rem;
  }
  .header-menu > li > a b.caret {
    background: url(assets/images/arrow.svg);
  }
  .dt-primary-menu > li.dropdown > a::before {
    height: 6rem;
    z-index: 9;
  }
  .dt-search-form {
    min-width: 2rem;
  }
  .header-btn {
    min-width: 8.25rem;
    padding-left: .85rem;
  }
  .header-utility {
    width: 19.5rem;
  }
  .sticky_btn-label {
    -webkit-transform: translateY(-0.125rem) translateX(-2rem);
            transform: translateY(-0.125rem) translateX(-2rem);
  }
  body .carousel--style1 .nav-btn {
    background: transparent;
    border: thin solid #449350;
  }
}
/*# sourceMappingURL=style.css.map */