@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-regular.eot");
  src:
    local(""),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-regular.woff2")
      format("woff2"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-regular.woff")
      format("woff"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-regular.ttf")
      format("truetype"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-regular.svg#Roboto")
      format("svg");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-500.eot");
  src:
    local(""),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-500.eot?#iefix")
      format("embedded-opentype"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-500.woff2")
      format("woff2"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-500.woff")
      format("woff"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-500.ttf")
      format("truetype"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-500.svg#Roboto")
      format("svg");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-700.eot");
  src:
    local(""),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-700.woff2")
      format("woff2"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-700.woff")
      format("woff"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-700.ttf")
      format("truetype"),
    url("https://d122axpxm39woi.cloudfront.net/assets/fonts/roboto-v29-latin-ext_latin-700.svg#Roboto")
      format("svg");
  font-display: swap;
}

html {
  font-size: 16px;
}

body {
  font-family: Roboto, "sans-serif";
  background: #fff;
  margin: 0;
  padding: 0;
}

.image-zoom {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .image-zoom:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pagination {
  margin: 0;
  float: right;
}

@media (max-width: 767px) {
  html.state-sidebar-flight {
    overflow: hidden;
  }

  html.state-sidebar-flight body {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}

@media (max-width: 767px) {
  .container-v2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .container-v2 .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 850px) {
  .container {
    width: 850px;
  }
}

@media (min-width: 920px) {
  .container {
    width: 920px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1270px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

.content-page img,
.content-page table,
.content-width-850 img,
.content-width-850 table,
.read-content-800-middle img,
.read-content-800-middle table,
.read-content-900-middle img,
.read-content-900-middle table,
.read-content-middle img,
.read-content-middle table {
  width: 100% !important;
  height: auto;
}

.row--flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-lg-flex-1,
.col-lg-flex-10,
.col-lg-flex-11,
.col-lg-flex-12,
.col-lg-flex-2,
.col-lg-flex-3,
.col-lg-flex-4,
.col-lg-flex-5,
.col-lg-flex-6,
.col-lg-flex-7,
.col-lg-flex-8,
.col-lg-flex-9,
.col-md-flex-1,
.col-md-flex-10,
.col-md-flex-11,
.col-md-flex-12,
.col-md-flex-2,
.col-md-flex-3,
.col-md-flex-4,
.col-md-flex-5,
.col-md-flex-6,
.col-md-flex-7,
.col-md-flex-8,
.col-md-flex-9,
.col-sm-flex-1,
.col-sm-flex-10,
.col-sm-flex-11,
.col-sm-flex-12,
.col-sm-flex-2,
.col-sm-flex-3,
.col-sm-flex-4,
.col-sm-flex-5,
.col-sm-flex-6,
.col-sm-flex-7,
.col-sm-flex-8,
.col-sm-flex-9,
.col-xs-flex-1,
.col-xs-flex-10,
.col-xs-flex-11,
.col-xs-flex-12,
.col-xs-flex-2,
.col-xs-flex-3,
.col-xs-flex-4,
.col-xs-flex-5,
.col-xs-flex-6,
.col-xs-flex-7,
.col-xs-flex-8,
.col-xs-flex-9 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-flex-1 {
  flex: 0 0 8.3333333333%;
  -webkit-flex: 0 0 8.3333333333%;
  -moz-flex: 0 0 8.3333333333%;
}

.col-xs-flex-2 {
  flex: 0 0 16.6666666667%;
  -webkit-flex: 0 0 16.6666666667%;
  -moz-flex: 0 0 16.6666666667%;
}

.col-xs-flex-3 {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
}

.col-xs-flex-4 {
  flex: 0 0 33.3333333333%;
  -webkit-flex: 0 0 33.3333333333%;
  -moz-flex: 0 0 33.3333333333%;
}

.col-xs-flex-5 {
  flex: 0 0 41.6666666667%;
  -webkit-flex: 0 0 41.6666666667%;
  -moz-flex: 0 0 41.6666666667%;
}

.col-xs-flex-6 {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
}

.col-xs-flex-7 {
  flex: 0 0 58.3333333333%;
  -webkit-flex: 0 0 58.3333333333%;
  -moz-flex: 0 0 58.3333333333%;
}

.col-xs-flex-8 {
  flex: 0 0 66.6666666667%;
  -webkit-flex: 0 0 66.6666666667%;
  -moz-flex: 0 0 66.6666666667%;
}

.col-xs-flex-9 {
  flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -moz-flex: 0 0 75%;
}

.col-xs-flex-10 {
  flex: 0 0 83.3333333333%;
  -webkit-flex: 0 0 83.3333333333%;
  -moz-flex: 0 0 83.3333333333%;
}

.col-xs-flex-11 {
  flex: 0 0 91.6666666667%;
  -webkit-flex: 0 0 91.6666666667%;
  -moz-flex: 0 0 91.6666666667%;
}

.col-xs-flex-12 {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
}

#description_full iframe,
#description_full img,
#description_full table,
#description_short iframe,
#description_short img,
#description_short table,
.content-page iframe,
.content-page img,
.content-page table,
.description-text iframe,
.description-text img,
.description-text table,
.flight-destinations-v2 iframe .responsive-description table,
.flight-destinations-v2 img,
.flight-destinations-v2 table,
.responsive-description iframe,
.responsive-description img {
  max-width: 100%;
}

#description_full img,
#description_short img,
.content-page img,
.description-text img,
.flight-destinations-v2 img,
.responsive-description img {
  height: auto;
}

#description_full iframe,
#description_short iframe,
.content-page iframe,
.content-width-850 iframe,
.description-text iframe,
.flight-destinations-v2 iframe,
.read-content-800-middle iframe,
.read-content-900-middle iframe,
.responsive-description iframe {
  max-width: 100%;
  height: 222px;
}

#description_full .data-content-page iframe,
#description_short .data-content-page iframe,
.content-page .data-content-page iframe,
.content-page.data-content-page iframe,
.description-text .data-content-page iframe,
.flight-destinations-v2 .data-content-page iframe,
.responsive-description .data-content-page iframe {
  height: 222px;
}

@media (min-width: 768px) {
  .read-content-middle {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-800-middle {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-900-middle {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-width-850 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .description-text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-side {
    max-width: 800px;
    width: 100%;
    height: auto;
  }

  .content-page img,
  .content-page table,
  .read-content-800-middle img,
  .read-content-800-middle table,
  .read-content-900-middle img,
  .read-content-900-middle table,
  .read-content-middle img,
  .read-content-middle table {
    max-width: 100%;
    height: auto;
  }

  .content-width-850 img,
  .content-width-850 table {
    max-width: 100%;
    height: auto;
  }

  .col-left {
    float: left;
    width: 24%;
    padding-right: 25px;
  }

  #description_full iframe,
  #description_short iframe,
  .content-page iframe,
  .description-text iframe,
  .flight-destinations-v2 iframe,
  .responsive-description iframe {
    height: 424px;
    width: 100% !important;
  }

  .read-content-800-middle iframe {
    height: 450px;
    width: 100% !important;
  }

  #description_full .data-content-page iframe,
  #description_short .data-content-page iframe,
  .content-page .data-content-page iframe,
  .content-page.data-content-page iframe,
  .description-text .data-content-page iframe,
  .flight-destinations-v2 .data-content-page iframe,
  .responsive-description .data-content-page iframe {
    height: 424px;
    width: 100% !important;
  }

  .col-right {
    float: left;
    width: 76%;
  }

  .col-sm-flex-1 {
    flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -moz-flex: 0 0 8.3333333333%;
  }

  .col-sm-flex-2 {
    flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -moz-flex: 0 0 16.6666666667%;
  }

  .col-sm-flex-3 {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
  }

  .col-sm-flex-4 {
    flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
  }

  .col-sm-flex-5 {
    flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -moz-flex: 0 0 41.6666666667%;
  }

  .col-sm-flex-6 {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
  }

  .col-sm-flex-7 {
    flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -moz-flex: 0 0 58.3333333333%;
  }

  .col-sm-flex-8 {
    flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
  }

  .col-sm-flex-9 {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
  }

  .col-sm-flex-10 {
    flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -moz-flex: 0 0 83.3333333333%;
  }

  .col-sm-flex-11 {
    flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -moz-flex: 0 0 91.6666666667%;
  }

  .col-sm-flex-12 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
  }
}

@media (min-width: 1025px) {
  .read-content-middle {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-900-middle {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-950-middle {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-800-middle {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-800-middle {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-side {
    width: 800px;
  }

  .col-md-flex-1 {
    flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -moz-flex: 0 0 8.3333333333%;
  }

  .col-md-flex-2 {
    flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -moz-flex: 0 0 16.6666666667%;
  }

  .col-md-flex-3 {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
  }

  .col-md-flex-4 {
    flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
  }

  .col-md-flex-5 {
    flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -moz-flex: 0 0 41.6666666667%;
  }

  .col-md-flex-6 {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
  }

  .col-md-flex-7 {
    flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -moz-flex: 0 0 58.3333333333%;
  }

  .col-md-flex-8 {
    flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
  }

  .col-md-flex-9 {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
  }

  .col-md-flex-10 {
    flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -moz-flex: 0 0 83.3333333333%;
  }

  .col-md-flex-11 {
    flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -moz-flex: 0 0 91.6666666667%;
  }

  .col-md-flex-12 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
  }
}

body,
html {
  font-family: Roboto, "sans-serif";
  background-color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

#detail_tour_itinerary .lbl_note,
.modal-title,
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 700;
  color: #444;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
  line-height: normal;
}

#detail_tour_itinerary .lbl_note,
h3 {
  font-size: 20px;
}

.modal-title,
h4 {
  font-size: 18px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 20px;
  }

  #detail_tour_itinerary .lbl_note,
  h3 {
    font-size: 18px;
  }

  .modal-title,
  h4 {
    font-size: 16px;
  }
}

.box-shadow {
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.25),
    0 0 4px rgba(0, 0, 0, 0.15);
}

.text-span {
  font-size: 14px;
  color: #828282;
}

.color-orange {
  color: #e9680c;
}

.color-blue {
  color: #2d9cdb;
}

.color-gray {
  color: #828282 !important;
}

.color-black {
  color: #181818 !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.bgr-sub {
  background-color: #fbfbfb;
}

.w-100 {
  width: 100%;
}

.w-800 {
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .w-800 {
    width: 100%;
  }
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-inline-block {
  display: inline-block;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .d-flex-between {
    flex-wrap: wrap;
  }
}

.d-flex-between ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex-start {
  display: flex;
  align-items: flex-start;
}

ul.d-flex-between,
ul.d-flex-start,
ul.owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-h p,
.font-18 {
  font-size: 18px;
}

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.heading-h2 {
  font-size: 22px;
}

.heading-h3 {
  font-size: 20px;
}

.heading-h4 {
  font-size: 18px;
}

.content-heading-h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #181818;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 767px) {
  .content-heading-h2 {
    font-size: 20px;
  }
}

.heading-h1 {
  font-size: 26px;
}

.btn-view-all a,
.btn-view-all button {
  color: #e9680c;
  padding: 6px 40px;
  border-radius: 20px;
  border: 1px solid #e9680c;
}

.btn-view-all a::after,
.btn-view-all button::after {
  content: "\e93b";
  position: relative;
  top: 1px;
  right: -8px;
  font-size: 12px;
  display: inline-block;
  font-family: bestprice;
  font-style: normal;
  font-weight: 400;
}

.btn.btn-orange.focus,
.btn.btn-orange:focus,
.btn.btn-orange:hover {
  color: #fff;
  background-color: #dd6e1e;
}

.btn:focus {
  outline: 0;
}

.text-overflow-ellipsis {
  display: block;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cursor-p {
  cursor: pointer;
}

.hover-img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-700 {
  font-weight: 700;
}

.f-right {
  float: right;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.bgr-content-gray label::after,
.glyphicon,
[class*=" ico-"],
[class^="ico-"] {
  min-height: 10px;
  display: inline-block;
}

a {
  color: #3385d6;
  cursor: pointer;
}

a:focus,
a:hover {
  color: #eb8f00;
  outline: 0;
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline;
}

.text-white {
  color: #fff;
}

.text-choice {
  color: #00b67a;
}

.text-red {
  color: #ed3f37;
}

.text-highlight {
  color: #73cf11;
}

.text-special {
  color: #f47921;
}

.text-free {
  color: #67a04f;
}

.text-price {
  color: #b30000;
}

.text-warning {
  color: #ba1c1d;
}

.text-unhighlight {
  color: #868686;
}

.text-black {
  color: #333;
}

.text-promotion-free {
  color: #51ba04;
}

.text-disabled {
  color: #d6d6d6;
}

.bpv-color-hot-deal {
  color: #fe8802;
}

.text-yellow {
  color: #ff0;
}

.text-coin {
  color: #204b8f;
}

.text-excellent {
  color: #00b67a;
}

.text-blue {
  color: #5e98cc;
}

.text-3 {
  color: #ffce00;
}

.text-1 {
  color: #ff3722;
}

.text-2 {
  color: #ff8622;
}

.text-4 {
  color: #73cf11;
}

.text-5 {
  color: #00b67a;
}

.bg-choice {
  background-color: #00b67a !important;
}

.bg-highlight {
  background-color: #73cf11 !important;
}

.bg-average {
  background-color: #ffce00 !important;
}

.bg-poor {
  background-color: #ff8622 !important;
}

.bg-terrible {
  background-color: #ff3722 !important;
}

.main-content {
  background-color: #f0f0f0;
}

.price-from {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
}

.price-origin {
  text-decoration: line-through;
}

.no-padding {
  padding: 0 !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-2 {
  margin-top: 2px;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-6 {
  margin-top: 6px;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-23 {
  margin-top: 23px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-3 {
  margin-bottom: 3px;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-left-2 {
  margin-left: 2px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-7 {
  margin-left: 7px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-right-3 {
  margin-right: 3px;
}

.margin-right-4 {
  margin-right: 4px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-7 {
  margin-right: 7px;
}

.margin-right-8 {
  margin-right: 8px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-45 {
  margin-right: 45px;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.margin-left-3 {
  margin-left: 3px;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-7 {
  padding-bottom: 7px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-7 {
  padding-top: 7px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-3 {
  padding-top: 3px;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.box {
  display: inline-block;
}

.no-border {
  border: unset;
}

.margin-bottom-h2 {
  margin-bottom: 20px;
}

.margin-bottom-description {
  margin-bottom: 30px;
}

.margin-hr {
  margin-bottom: 60px;
  margin-top: 60px;
}

.margin-hr-2px {
  border-top: 2px solid #eee;
  margin-bottom: 60px;
  margin-top: 60px;
}

.border-solid-1px {
  border-top: 1px solid #ddd;
}

.border-dotted-1px {
  border-top: 1px dotted #ddd;
}

.border-dashed-1px {
  border-top: 1px dashed #ddd;
}

.btn--border-green {
  border: 1px solid #1592e6;
  background-color: #fff;
  color: #1592e6;
  padding: 10px 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}

.btn--border-green:focus,
.btn--border-green:hover {
  color: #dd6e1e;
  border-color: #dd6e1e;
}

.btn--border-green i {
  margin-left: 5px;
  font-size: 13px;
}

.col-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    rgba(25, 25, 25, 0.1490196078),
    rgba(25, 25, 25, 0.6705882353)
  );
}

.modal-dialog {
  width: 100%;
}

.promotion-free-v2 {
  margin-top: 10px;
}

.cruise-slider .promotion-free-v2 {
  margin-top: 0;
}

.cruise-slider .icon-promotion-orange-v201 {
  display: none;
}

.cruise-slider .icon-promotion-green-v201 {
  display: none;
}

.bpv-input-warning {
  border: 1px solid #b20000 !important;
}

.disable-color {
  color: #9e9e9e;
}

.show-more {
  color: #1592e6;
  cursor: pointer;
}

.show-more .glyphicon {
  font-size: 12px;
}

.margin-hr {
  margin-top: 60px;
  margin-bottom: 60px;
}

.bpt-loading {
  position: fixed;
  top: 45%;
  display: flex;
  z-index: 100;
  width: 100%;
  justify-content: center;
  left: 0;
}

.bpt-loading-content {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.bpt-loading-content .l-label {
  font-size: 20px;
  color: #e15d00;
}

.bpt-loading-content .l-title {
  font-size: 14px;
  color: #121212;
  font-weight: 400;
}

.bpt-loading-content .ico-loading {
  font-size: 24px;
  margin-bottom: 15px;
}

.bpt-loading img {
  margin-right: 10px;
}

.bpt-loading-bgr {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
}

.h3-title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bpt-loading {
    left: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    top: 30%;
    padding: 30px 15px;
  }

  .bpt-loading_content {
    text-align: left !important;
  }

  .bpt-loading img {
    height: 40px;
  }

  .margin-hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #ui-datepicker-div {
    width: 100%;
    z-index: 214748364811 !important;
  }

  .modal-dialog {
    margin: 0;
    padding: 10px;
  }

  .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 768px;
  }
}

@media (min-width: 1025px) {
  .modal-dialog {
    width: 800px;
  }
}

.btn {
  border-radius: 0;
  border: 0;
  background-color: #f5f5f5;
}

.btn:focus,
.btn:hover {
  color: #fff;
}

.btn-default {
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
}

.btn-default:focus,
.btn-default:hover {
  color: #666;
  background-color: #fff;
}

.btn-white {
  color: #693;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-white:focus,
.btn-white:hover {
  color: #749f46;
  background-color: #fff;
}

.btn-blue {
  background-color: #2272b9;
  color: #fff;
  border-color: #2272b9;
}

.btn-blue:focus,
.btn-blue:hover {
  color: #fff;
  background-color: #2272b9;
}

.btn-yellow {
  background-color: #ffc300;
  color: #003580;
  border-color: #ffc300;
}

.btn-yellow:focus,
.btn-yellow:hover {
  background-color: #dea800;
  color: #003580;
  border-color: #dea800;
}

.btn-green {
  background-color: #669934;
  color: #fff;
  border-color: #669934;
}

.btn-green:focus,
.btn-green:hover {
  background-color: #508326;
  color: #fff;
  border-color: #508326;
}

.btn-more {
  border: 1px solid #1b65e0;
  color: #1b65e0;
  background-color: #fff;
  padding: 8px 24px;
}

.btn-more:focus,
.btn-more:hover {
  border-color: #fe8802;
  color: #fe8802;
}

.btn-more .glyphicon {
  margin-left: 5px;
  font-size: 11px;
}

.btn-more .glyphicon.glyphicon-menu-down {
  margin-left: 5px;
}

.btn-more-cruise {
  background-color: #ffe8d6;
  color: #f47921;
  border: 1px solid #ffe8d6;
  border-radius: 2px;
}

.btn-more-cruise:focus,
.btn-more-cruise:hover {
  background-color: #fff !important;
  color: #f47921 !important;
  border: 1px solid #f47921 !important;
  outline: 0 !important;
}

.btn-border-green {
  background-color: #fff;
  color: #669934;
  border: 1px solid #693;
}

.btn-border-green:focus,
.btn-border-green:hover {
  color: #669934;
  background-color: #fff;
}

.btn-border-blue {
  background-color: #fff;
  color: #1b65e0;
  border: 1px solid #1b65e0;
}

.btn-border-blue:focus,
.btn-border-blue:hover {
  color: #f37820 !important;
  border: 1px solid #f37820;
  background-color: #fff !important;
}

.top-des .nav-pills > li > a {
  border: 1px solid #999 !important;
  color: #585858 !important;
  background-color: #fff !important;
  padding: 7px 22px !important;
  border-radius: 0 !important;
}

.top-des .nav-pills > li.active > a,
.top-des .nav-pills > li.active > a:focus,
.top-des .nav-pills > li.active > a:hover {
  border: 1px solid #439203 !important;
  color: #fff !important;
  background-color: #439203 !important;
}

.btn-orange {
  background-color: #e9680c;
  color: #fff;
  border-color: #e9680c;
}

.btn-orange:focus,
.btn-orange:hover {
  background-color: #dd6e1e;
}

.btn-orange-border {
  background-color: #fff;
  color: #dd6e1e;
  border-color: #dd6e1e;
  border: 1px solid;
}

.btn-orange-border:focus,
.btn-orange-border:hover {
  background-color: #f37820;
  border-color: #f37820;
  color: #fff;
}

.btn-border-orange {
  background-color: #fff;
  color: #fa8401;
  border: 1px solid #fa8401;
  background: 0 0;
}

.btn-border-orange:focus,
.btn-border-orange:hover {
  color: #fa8401 !important;
  background-color: #fff;
  background: 0 0;
}

.btn-border-orange {
  background-color: #fff;
  color: #fa8401;
  border: 1px solid #fa8401;
  background: 0 0;
}

.btn-border-orange:focus,
.btn-border-orange:hover {
  color: #fa8401 !important;
  background-color: #fff;
  background: 0 0;
}

.btn-border-orange-2px {
  background-color: #fff;
  color: #fa8401;
  border: 2px solid #fa8401;
  background: 0 0;
  border-radius: 5px;
}

.btn-border-orange-2px:hover {
  color: #fa8401 !important;
  background-color: #ffecde !important;
  background: #ffecde !important;
}

.btn-border-orange-2px:focus {
  color: #fff !important;
  background-color: #fa8401 !important;
  background: #fa8401 !important;
}

.btn-gray {
  background-color: #f6f4f5;
  color: #000;
  border-color: #f6f4f5;
}

.btn-gray:focus,
.btn-gray:hover {
  background-color: #e0e0e0;
  color: #000;
}

.btn-disable {
  background-color: #e4e4e6;
  color: #fff;
  border: 1px solid #e4e4e6;
}

.btn-disable:focus,
.btn-disable:hover {
  background-color: #e4e4e6;
  color: #fff;
  border: 1px solid #e4e4e6;
}

.btn--border-green {
  border: 1px solid #1592e6;
  background-color: #fff;
  border-radius: 5px;
}

.btn--border-green:focus,
.btn--border-green:hover {
  color: #dd6e1e;
  border-color: #dd6e1e;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.style-a,
ol.breadcrumb li,
ol.breadcrumb li a {
  font-size: 12px;
  line-height: 14px;
}

ol.breadcrumb {
  background-color: transparent;
}

ol.breadcrumb li a:active,
ol.breadcrumb li a:focus,
ol.breadcrumb li a:hover {
  color: #eb8f00;
}

.banner__bgr .breadcrumb-on-top {
  position: absolute;
  top: -10px;
}

.banner__bgr .breadcrumb-on-top li a {
  color: #fff;
}

@media (min-width: 768px) {
  ol.breadcrumb li a {
    font-size: 14px;
    line-height: 16px;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: rgb(119.085, 119.085, 119.085);
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}

.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425)
    #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

html.state-sidebar,
html.state-sidebar body {
  height: 100%;
  overflow: hidden;
}

html.state-html,
html.state-html body {
  height: 100%;
  overflow: hidden;
}

.bs-sidebar-container a:focus,
.bs-sidebar-container a:hover {
  color: #ff8802;
  background: 0 0;
  text-decoration: none;
}

.search-title .tt,
.search-title h1 {
  font-size: 20px;
  text-shadow: none;
}

.pre-break {
  display: block;
}

#frm_flight_search .search-group-input {
  display: block;
}

#btn_flight_from_icon,
#btn_flight_to_icon {
  top: 12px;
  right: 6.2%;
}

.bs-sidebar .header-logo {
  height: auto;
  background-color: #fff;
  min-height: 44px;
  margin: 0 -10px;
  padding: 8px 10px;
}

.state-sidebar #headerTop {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  overflow-y: scroll;
}

.state-sidebar #headerTop .container::after {
  background: rgba(0, 0, 0, 0.4784313725);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.state-sidebar .header-top-menu {
  width: 83%;
  padding: 0;
  background: #fff;
  z-index: 11111;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.state-sidebar .box-search-header {
  position: static;
  display: table;
  margin-top: 50px;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  padding: 0 15px;
  background: 0 0;
}

.state-sidebar .box-search-header #frm_search_text {
  float: none !important;
}

.state-sidebar .box-search-header svg {
  margin-top: -10px;
}

.state-sidebar .box-search-header input {
  background: #efefef;
  border-radius: 4px;
  height: 48px;
  width: 100%;
  padding-right: 35px;
  font-size: 16px;
}

.state-sidebar .box-search-header .btn-close {
  display: none;
}

.state-sidebar .header-top-menu,
.state-sidebar .search-text-group {
  display: block;
}

.state-sidebar .header-top-menu .nav-tabs > li {
  margin: 0;
  width: 100%;
}

.state-sidebar .header-top-menu .tab-content a,
.state-sidebar .header-top-menu button.mnu-main {
  border: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  background: 0 0;
  text-align: left;
  position: relative;
}

.state-sidebar .header-top-menu .tab-content .col-xs-12 {
  padding-right: 0;
}

.state-sidebar .header-top-menu .mega-menu .nav-tabs a:before,
.state-sidebar .header-top-menu .tab-content a:before,
.state-sidebar .header-top-menu button.mnu-main:before {
  content: "\e920";
  position: absolute;
  top: 50%;
  display: inline-block;
  font-family: bestprice;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  right: 0;
  font-size: 14px;
  margin-top: -7px;
  font-weight: 700;
}

.state-sidebar .header-top-menu .open .mega-menu .nav-tabs a:before,
.state-sidebar .header-top-menu .open .tab-content a:before,
.state-sidebar .header-top-menu .open button.mnu-main:before {
  content: "\e91d";
}

.state-sidebar .header-top-menu > ul {
  float: unset !important;
  padding: 0 30px;
}

.state-sidebar .header-top-menu ul {
  margin-right: 0;
  position: static;
  padding: 0 15px;
}

.header-mobile {
  display: block;
}

.state-sidebar .header-mobile {
  border-color: #fff;
  border-bottom: 1px solid #ededed;
}

.state-sidebar .btn-header-mobile {
  display: none;
}

.state-sidebar #btn-menu-left {
  display: block;
  top: 7px;
}

.state-sidebar .header-top-menu .mega-menu .nav-tabs a,
.state-sidebar .mg-about a,
.state-sidebar .mg-dropdown a {
  color: #333;
  padding: 10px 0 !important;
}

.state-sidebar .dropdown-menu {
  margin-top: -5px !important;
}

.state-sidebar .tripadvisor {
  display: block;
  float: unset;
  padding: 0 15px;
}

.state-sidebar .tripadvisor span {
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.state-sidebar .open .dropdown-backdrop {
  display: none;
}

.state-sidebar .header-top-menu .mega-menu .nav-tabs a .f-icon {
  display: none;
}

.state-sidebar .header-top-menu .mg-cruises,
.state-sidebar .mg-about,
.state-sidebar .mg-dropdown {
  width: 100%;
  padding-bottom: 10px;
  margin-top: 0;
}

.state-sidebar .mega-menu .mnu {
  left: 0;
  padding: 0;
}

.state-sidebar .mega-menu .tab-content {
  width: 100%;
  position: relative;
}

.state-sidebar .mega-menu .tab-content .tab-pane {
  display: none;
}

.state-sidebar .mg-destinations {
  margin: 0;
  padding: 0;
}

.state-sidebar .mg-destinations .tab-content .row {
  margin-right: 0;
}

.state-sidebar .mg-destinations .mnu-title {
  margin-top: 20px;
}

.state-sidebar .mnu-back {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
}

.header-top-menu.open-search {
  margin-top: 0 !important;
  display: block !important;
}

.header-top-menu.open-search .box-search-header {
  display: inline-flex !important;
  top: 60px;
  float: none;
  right: auto;
  width: 100%;
}

.header-top-menu.open-search .btn-favourite,
.header-top-menu.open-search .btn-side-menu,
.header-top-menu.open-search .nav-tabs,
.header-top-menu.open-search .tripadvisor,
.header-top-menu.open-search .visible-xs {
  display: none !important;
}

@media (min-width: 768px) {
  .state-sidebar .tripadvisor {
    display: block;
  }

  .header-top-menu.open-search .box-search-header {
    display: inline-flex !important;
    top: 60px;
    float: right;
    right: 0;
    width: auto;
  }
}

.header-mega-menu-new {
  min-width: 678px;
  overflow: hidden;
}

.header-mega-menu-new .d-flex-menu {
  display: flex;
  align-items: stretch;
}

.header-mega-menu-new ul.nav-stacked li .link-menu,
.header-mega-menu-new ul.nav-stacked li .tab-menu {
  color: #000 !important;
  padding: 15px 20px !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 767px) {
  .header-mega-menu-new ul.nav-stacked li .link-menu,
  .header-mega-menu-new ul.nav-stacked li .tab-menu {
    font-weight: 400;
  }
}

@media (min-width: 767px) {
  .header-mega-menu-new ul.nav-stacked {
    background-color: #ededed;
  }

  .header-mega-menu-new ul.nav-stacked li.active .tab-menu {
    background-color: #fff !important;
    color: #828282 !important;
  }
}

.header-mega-menu-new .tab-content .mega-item-menu {
  margin: 16px 15px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.header-mega-menu-new .tab-content .mega-item-menu label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  color: #828282;
}

.header-mega-menu-new .tab-content .mega-item-menu .label {
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 !important;
  margin-bottom: 5px;
  font-weight: 400;
}

.header-mega-menu-new .tab-content .mega-item-menu ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}

.header-mega-menu-new .tab-content .mega-item-menu ul li {
  display: inline-block;
  width: 48%;
}

.header-mega-menu-new .tab-content .mega-item-menu ul li a {
  font-size: 14px;
  font-weight: 400;
}

.header-mega-menu-new .tab-content .mega-item-menu:last-child {
  margin-bottom: 15px;
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .header-mega-menu-new #indochina .mega-item-menu:first-child ul li {
    width: 48%;
  }
}

.icon-close-mega-menu {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}

.icon-close-mega-menu .ico-arrow-right.ic-left {
  transform: rotate(180deg);
  font-size: 16px;
}

.icon-close-mega-menu .ico-arrow-right.ic-left::before {
  color: #000;
}

.header-top-menu .header-mega-menu-new {
  padding: 0 !important;
}

.dropdownMenuCruise .tab-content .mega-item-menu ul li {
  width: 48%;
}

.dropdownMenuCruise .tab-content .mega-item-menu ul li:nth-child(odd) {
  margin-right: 5px;
}

.active-lv1 {
  color: #e2803a;
}

.nav-mobile {
  display: none;
}

.nav-des {
  display: block;
}

@media (max-width: 767px) {
  .state-sidebar .header-top-menu ul {
    padding: 0;
  }

  .state-sidebar .header-top-menu .mega-menu .nav-tabs a:before,
  .state-sidebar .header-top-menu .tab-content a:before,
  .state-sidebar .header-top-menu button.mnu-main:before {
    right: 15px;
  }

  .state-sidebar .header-top-menu .tab-content a,
  .state-sidebar .header-top-menu button.mnu-main {
    padding: 10px 15px;
  }

  .header-mega-menu-new {
    overflow: unset;
  }

  .header-top-menu .mg-dropdown {
    position: relative;
    min-width: 100%;
  }

  .state-sidebar
    .header-top-menu
    .open
    .mega-menu.header-mega-menu-new
    .nav-tabs
    a:before,
  .state-sidebar
    .header-top-menu
    .open
    .mega-menu.header-mega-menu-new
    .tab-content
    a:before {
    content: "";
    font-weight: 400;
  }

  .state-sidebar
    .header-top-menu
    .open
    .mega-menu.header-mega-menu-new
    .tab-content {
    display: none;
    position: fixed;
    background: #fff;
    right: 0;
    width: 83%;
    height: 100vh;
    top: 0;
    overflow: auto;
    display: none !important;
  }

  .state-sidebar
    .header-top-menu
    .open
    .mega-menu.header-mega-menu-new
    .tab-content
    .tab-pane.active {
    display: block;
    overflow: auto;
    height: calc(100vh - 120px);
  }

  .header-mega-menu-new .tab-content .mega-item-menu:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  .header-mega-menu-new .tab-content .mega-item-menu ul li {
    width: 100%;
  }

  .header-mega-menu-new .tab-content .mega-item-menu ul li a {
    padding: 5px 0 !important;
  }

  .header-top-menu .mega-menu .nav-tabs a:hover {
    border: none;
  }

  .state-sidebar #headerTop .tripadvisor {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .state-sidebar #headerTop .container::after {
    width: auto;
    height: auto;
  }

  .state-sidebar #clickOutsideMenu {
    background: rgba(0, 0, 0, 0.4784313725);
    width: calc(100vw - 83%);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  .state-sidebar .header-top-menu ul li ul {
    padding: 0;
  }

  .state-sidebar .header-top-menu ul li ul .tab-menu {
    padding: 10px 0 !important;
    font-weight: 400;
  }

  .nav-mobile {
    display: block;
  }

  .tab-pane-mobile {
    display: none;
  }

  .tab-pane-mobile.item-show {
    display: block;
  }

  .tab-pane-mobile .mega-item-menu {
    display: inline-block;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .tab-pane-mobile .mega-item-menu:first-child .label {
    color: #444;
  }

  .tab-pane-mobile .mega-item-menu:last-child {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .tab-pane-mobile .mega-item-menu .label,
  .tab-pane-mobile .mega-item-menu label {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    color: #333;
  }

  .tab-pane-mobile .mega-item-menu ul {
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .tab-pane-mobile .mega-item-menu ul li {
    width: 50%;
  }

  .tab-pane-mobile .mega-item-menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    padding: 0 !important;
    width: 100%;
    text-align: left;
  }

  .tab-menu-mobile {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.6em;
  }

  .header-top-menu .dropdown-menu.menu-mobile li > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.6em;
    padding: 0 !important;
  }

  .state-sidebar .header-top-menu .nav-tabs > li.open {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .state-sidebar .header-top-menu .nav-tabs > li.open:last-child {
    border-bottom: 0;
  }
}

@media only screen and (min-device-width: 768px) and (min-device-width: 1336px) {
  .open .header-mega-menu-new {
    min-width: 600px;
  }

  .rg-es .open .header-mega-menu-new {
    min-width: 750px;
  }

  .rg-es .header-top-menu .mnu-main {
    padding: 8px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px),
  all and (min-width: 768px) and (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
  .open .header-mega-menu-new {
    min-width: 500px;
    right: -125px;
    left: inherit;
  }
}

header {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

header .container {
  position: relative;
  padding: 15px;
}

header .bpt-bar {
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 66px;
  align-items: center;
  min-width: 155px;
  justify-content: flex-end;
}

header .bpt-bar .btn-side-menu i {
  width: 27px;
}

header .bpt-bar .ico-trip {
  color: #333;
  font-size: 28px;
}

header .fav_1,
header .tripadvisor {
  display: none;
}

header .fav_1 {
  position: relative;
}

@media (min-width: 767px) {
  header .fav_1 {
    width: 32px;
    height: 30px;
  }

  header .fav_1 .ico-heart {
    font-size: 30px;
  }
}

header .fav_1 .num-favourite {
  position: absolute;
  color: #fff;
  top: -5px;
  right: -2px;
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  border-radius: 4px;
  padding: 0 0.2rem;
  line-height: 16px;
  font-weight: 500;
}

header .box-search-header {
  position: absolute;
  right: 0;
  top: 74px;
  background-color: #e9e9e9;
  padding: 2px 0 2px 2px;
  z-index: 999;
  display: none;
}

@media (min-width: 767px) {
  header .box-search-header.search-header-dt {
    display: block;
    position: relative;
    top: 0;
    background: 0 0;
  }

  header .box-search-header.search-header-dt form {
    width: inherit;
    float: unset !important;
    border-radius: 20px;
  }

  header .box-search-header.search-header-dt form input {
    background: #f1f2f3;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  header .box-search-header.search-header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    display: none !important;
  }
}

header .box-search-header #frm_search_text {
  width: 100%;
}

header .box-search-header input {
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  border: 0;
  font-size: 14px;
  padding-right: 30px;
  padding-left: 15px;
}

header .box-search-header input:focus {
  box-shadow: none;
}

header .box-search-header .search-group {
  position: relative;
}

header .box-search-header .glyphicon-search,
header .box-search-header .ico-search,
header .box-search-header img {
  position: absolute;
  top: 45%;
  right: 8px;
  font-size: 18px;
  margin-top: -8px;
  cursor: pointer;
}

header .box-search-header .btn-close {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 0 8px;
  cursor: pointer;
  line-height: 40px;
}

header .box-search-header .btn-close:hover {
  color: #b72020;
}

.btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-video img,
.btn-video svg {
  margin-right: 5px;
}

.h1-on-banner {
  position: absolute;
  bottom: 96px;
  color: #fff;
  z-index: 10;
  text-align: center;
  width: 100%;
}

.h1-on-banner h1 {
  font-size: 26px;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}

.header-top-menu {
  display: none;
  float: none;
  margin-top: 15px;
  position: relative;
}

.header-top-menu .btn-search-header {
  display: none;
}

@media (max-width: 767px) {
  .header-top-menu .btn-favourite {
    position: absolute;
    top: 15px;
    left: 50px;
  }

  .header-top-menu .region-selector_header {
    position: absolute;
    top: 18px;
    left: 5px;
  }
}

.header-top-menu .btn-favourite .ico-heart::before {
  color: #d6d6d6;
}

.header-top-menu ul {
  float: right;
}

.header-top-menu .mnu-main {
  padding: 8px 17px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-right: 10px;
}

.header-top-menu a {
  text-decoration: none;
  color: #333;
  float: right;
  background: 0 0;
  font-size: 14px;
}

.header-top-menu a .active,
.header-top-menu a:hover {
  color: #eb8f00;
  background: 0 0;
}

.header-top-menu a .nav .open > a,
.header-top-menu a .nav .open > a:focus {
  background: 0 0;
  border: 1px solid #eb8f00;
  color: #eb8f00;
}

.header-top-menu a .active::after,
.header-top-menu a .active::before {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.header-top-menu a .active::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}

.header-top-menu a .active::before {
  border-color: rgba(235, 143, 0, 0);
  border-top-color: #eb8f00;
  border-width: 6px;
  margin-left: -6px;
}

.header-top-menu .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin-top: 5px;
  padding: 0;
}

.header-top-menu .dropdown-menu li.title {
  text-transform: uppercase;
}

.header-top-menu .dropdown-menu li > a {
  width: 100%;
  text-align: left;
  padding: 5px 20px;
}

.header-top-menu .dropdown-menu li > a:hover {
  background: 0 0;
  color: #e2803a;
}

.header-top-menu .dropdown-menu li > p {
  width: 100%;
  text-align: left;
  padding: 5px 20px;
  margin-bottom: 0;
}

.header-top-menu .nav-tabs {
  border: 0;
}

.header-top-menu .mega-menu {
  padding-bottom: 27px;
  background-color: #555;
  box-shadow: none;
}

.header-top-menu .mega-menu .nav-tabs a {
  text-align: left;
  padding: 15px 20px;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  background: 0 0;
  border: 0;
}

.header-top-menu .mega-menu .nav-tabs a:hover {
  color: #de6c2e;
  background: 0 0;
}

.header-top-menu .mega-menu .mnu-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: nowrap;
  color: #999;
}

.header-top-menu .mg-about {
  padding-bottom: 0;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.header-top-menu .mg-dropdown {
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 8px;
}

.header-top-menu .mg-travel-guide {
  padding-bottom: 162px;
}

.header-top-menu .mg-travel-guide .mnu {
  padding: 7px 20px 30px;
  width: 205px;
  min-height: 417px;
}

.header-top-menu .mg-cruises {
  width: 204px;
  padding-bottom: 224px;
}

.header-top-menu .mg-cruises .mnu {
  padding: 7px 20px 30px;
  width: 420px;
  min-height: 379px;
}

.header-top-menu .mg-flights {
  width: 204px;
  padding-bottom: 74px;
}

.header-top-menu .mg-flights .mnu {
  padding: 7px 20px 30px;
  width: 500px;
  min-height: 333px;
}

.btn-search-header {
  border: 0;
  background: 0 0;
  float: right;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0 5px;
}

.btn-search-header:hover {
  outline: 0;
  background-color: #fff;
}

.btn-search-header:focus {
  outline: 0;
}

.btn-search-header .active {
  background-color: #fff;
}

.form-change-country {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 1002;
  position: fixed;
  bottom: 25px;
}

.form-change-country .country_popup {
  width: 880px;
  max-width: 100%;
  height: 108px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-change-country .country_popup__notice {
  margin-left: 30px;
}

.form-change-country .country_popup__notice .label-title {
  font-size: 22px;
  color: #181818;
}

.form-change-country .country_popup__notice .label-description {
  font-size: 16px;
  color: #828282;
}

.form-change-country .country_popup__button .btn-txt {
  color: #000;
  font-size: 14px;
  margin-right: 15px;
}

.form-change-country .country_popup__button .btn-orange--mod {
  padding: 15px 20px;
  border-radius: 20px;
  font-size: 14px;
}

.region-selector_header span {
  margin-top: 7px;
  margin-left: 10px;
  cursor: pointer;
}

.region-selector_header .title_region {
  border-bottom: 1px solid #efefef;
  font-weight: 700;
  font-size: 17px;
  width: 100%;
}

.region-selector_header ul {
  width: 300px;
  right: -100%;
  left: inherit;
  border-radius: 8px !important;
}

.region-selector_header ul li {
  padding: 7px;
  display: inline-block;
  width: calc(50% - 7px);
  cursor: pointer;
}

.region-selector_header ul li img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-right: 5px;
}

@media (max-width: 1025px) {
  .form-change-country .country_popup {
    width: 700px;
    height: 140px;
  }

  .form-change-country .country_popup .btn-orange--mod {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .state-sidebar .header-top-menu {
    height: 99vh;
  }

  .state-sidebar .header-top-menu ul {
    float: inherit;
    margin-top: 5px !important;
  }

  .state-sidebar .header-top-menu .nav-des {
    margin-top: 60px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5;
  }

  .state-sidebar .header-top-menu .nav-des .open .mnu-level-1 {
    color: #e2803a;
  }

  .state-sidebar .header-top-menu .mg-dropdown {
    padding: 0 15px !important;
  }

  .state-sidebar .header-top-menu .mg-dropdown a {
    font-size: 14px;
  }

  .form-change-country {
    bottom: 0;
    left: 0;
  }

  .form-change-country .country_popup {
    width: 100%;
    height: 216px;
    border-radius: 20px 20px 0 0;
    justify-content: center;
  }

  .form-change-country .country_popup__notice {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }

  .form-change-country .country_popup__button .btn-orange--mod {
    border-radius: 56px;
    margin-top: 0;
  }

  .form-change-country .btn-close-pop {
    position: absolute;
    top: 0;
    right: 5px;
  }

  .form-change-country .btn-close-pop .ico-x {
    color: #d2d2d2;
    font-size: 18px;
    font-weight: 100;
  }
}

@media (min-width: 1024px) {
  header .nav-tabs button:hover {
    border: 2px solid #f47921 !important;
    border-radius: 24px !important;
    background: #f47921 !important;
    color: #fff;
  }
}

@media (min-width: 768px) {
  header {
    padding: 0;
    min-height: 78px;
  }

  header .container {
    padding: 0 15px;
  }

  header .box-search-header input {
    width: 260px;
  }

  header .btn-search-header {
    margin: 0 10px 0 5px;
    padding: 8px;
  }

  header .container .logo {
    float: left;
    margin-top: 24px;
  }

  header .container .header-top-menu {
    float: right;
  }

  header .tripadvisor {
    float: left;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  header .tripadvisor span {
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
  }

  header .bpt-bar {
    display: none;
  }

  header .nav-tabs button {
    border: 2px solid transparent;
    font-weight: 700;
    padding: 10px 30px;
    background: 0 0;
  }

  header .nav .open > button {
    border: 2px solid #f47921 !important;
    border-radius: 24px !important;
    background: #f47921 !important;
    color: #fff;
  }

  .h1-on-banner {
    bottom: 30px;
    text-align: left;
  }

  .h1-on-banner h1 {
    font-size: 32px;
    margin-bottom: 0;
    width: fit-content;
    line-height: 1.5;
    max-width: 65.5%;
  }

  .header-top-menu {
    display: block;
    margin: 0;
  }

  .header-top-menu nav {
    float: left;
  }

  .header-top-menu .mnu-main {
    border: 2px solid transparent;
  }

  .header-top-menu .nav-tabs {
    float: left;
  }

  .header-top-menu .btn-search-header {
    margin: 10px 0 0;
    padding: 12px 10px 8px;
    display: block;
  }

  .header-top-menu .btn-search-header.btn-search-header-ipad {
    display: none;
  }

  .header-top-menu .btn-favourite {
    padding: 8px 10px 8px;
    cursor: pointer;
    display: block;
    float: right;
  }

  .header-top-menu .mg-dropdown {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }

  .header-top-menu .dropdown-menu ul {
    margin-top: 0;
  }

  .fixed-menu {
    float: left;
    display: none;
  }

  .fixed-header {
    box-shadow:
      0 1px 3px 0 rgba(27, 27, 27, 0.1),
      0 4px 8px 0 rgba(27, 27, 27, 0.1);
    transition: height 0.2s ease;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 499;
    width: 100%;
    background-color: #de6c2e;
    height: 46px;
  }

  .fixed-header .fixed-menu {
    display: block;
  }

  .fixed-header .dynamic-menu {
    display: none;
  }

  .fixed-header .header-top-menu {
    float: left;
    margin-left: 50px;
    margin-top: 0;
  }

  .fixed-header .header-body {
    padding: 7px 10px 0;
  }

  .fixed-header .nav-tabs > li > a {
    color: #fff;
    padding: 4px 18px 3px;
  }

  .fixed-header .header-top-menu button.mnu-main {
    border: 1px solid #de6c2e;
  }

  .fixed-header .header-top-menu a.active,
  .fixed-header .header-top-menu button.mnu-main:focus,
  .fixed-header .header-top-menu button.mnu-main:hover {
    border: 1px solid #fff;
    color: #de6c2e;
    background-color: #fff;
  }

  .fixed-header .nav .open > a,
  .fixed-header .nav .open > a:focus {
    background-color: #fff;
    color: #de6c2e;
  }

  .fixed-header .header-top-menu .dropdown-menu {
    margin-top: 8px;
  }

  .fixed-header .mega-menu .mnu {
    left: 99%;
  }

  .fixed-header .bpt-email,
  .fixed-header .bpt-hotline {
    color: #fff;
    margin-top: 6px;
  }

  .fixed-header .bpt-hotline {
    font-weight: 700;
  }

  .fixed-header .icon-email {
    margin-top: 0;
  }

  .fixed-header .f-icon-earphone-white {
    margin-right: 3px;
  }

  .mega-menu {
    box-shadow: none;
  }

  .mega-menu .mnu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 600px;
    background-color: #ededed;
    margin-left: 0;
    padding: 17px 20px 36px;
    min-height: 333px;
  }

  .mega-menu .mnu ul {
    float: left;
  }

  .mega-menu .active {
    display: block;
  }

  .mega-menu .mnu-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: nowrap;
    color: #999;
  }

  .mega-menu .nav-tabs li {
    width: 100%;
    white-space: nowrap;
  }

  .mega-menu .nav-tabs .active > a,
  .mega-menu .nav-tabs .active > a:focus,
  .mega-menu .nav-tabs .active > a:hover {
    background-color: #ededed;
    color: #de6c2e;
    border-radius: 0;
    border: 0 !important;
  }

  .mega-menu li {
    position: relative;
    text-align: left;
  }

  .mega-menu a {
    float: none;
    padding: 8px 0 !important;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400 !important;
  }

  .mega-menu a:hover {
    color: #de6c2e;
    border-color: transparent !important;
  }

  .mega-menu p {
    float: none;
    padding: 8px 0 !important;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400 !important;
  }

  .header-top-menu .mega-menu .nav-tabs a {
    padding: 15px 20px !important;
  }

  .header-top-menu .mega-menu .nav-tabs a:hover {
    border: 0 !important;
  }
}

@media (max-width: 767px) {
  .rg-es .header-top-menu .btn-favourite {
    top: 11px;
  }
}

.ico-search {
  font-size: 24px;
}

.ico-heart {
  font-size: 30px;
}

.ico-heart.fav_0 {
  margin-top: 4px;
}

.ico-heart-o {
  font-size: 30px !important;
}

@media (min-width: 767px) {
  .header-top-menu {
    display: flex;
    align-items: center;
    min-height: 78px;
  }
}

@media (max-width: 767px) {
  .nav-mobile {
    margin-top: 120px;
  }
}

.footer {
  color: #444;
  background: #f1f2f3;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}

.footer a {
  color: #444;
}

.footer .company-name {
  text-align: center;
  font-size: 16px;
}

.footer .company-name img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .footer .company-name {
    text-align: left;
    margin-bottom: 20px;
  }

  .footer .company-name img {
    width: auto;
    height: auto;
  }
}

.footer .company-name .bpt-email {
  padding: 15px 0;
  display: block;
}

.footer .company-name .bpt-hotline {
  padding: 10px 0;
  font-weight: 700;
  display: block;
}

.footer .trustpilot hr {
  border-color: #e5e5e5;
}

.footer .trustpilot a {
  display: flex;
  align-items: center;
}

.footer .trustpilot a span {
  font-size: 12px;
  font-weight: 700;
}

.footer .trustpilot a .star-trustpilot {
  margin-right: 5px;
  margin-top: -4px;
}

.footer .trustpilot a .score-trustpilot {
  margin-left: 15px;
}

.footer .social a {
  padding-right: 5px;
}

.footer .social a i::before {
  color: #fff !important;
}

.footer .social a i.fb {
  background: #3378ea;
}

.footer .social a i.tw {
  background: #dd3173;
}

.footer .social a i.x {
  background: #1c1c1c;
}

.footer .social a i.in {
  background: #49a1eb;
}

.footer .social a i.pe {
  background: #2f76b0;
}

.footer .social a i.ytb {
  background: #eb3223;
}

.footer .address li {
  margin-bottom: 15px;
}

.footer .address li span {
  cursor: pointer;
}

.footer .address li span.color-blue {
  color: #2862ba;
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
}

.footer .bp-links {
  margin: 15px 0 10px;
}

.footer .bp-links a {
  padding-bottom: 19px;
  font-weight: 700;
  display: inline-block;
  width: calc(50% - 5px);
}

@media (min-width: 767px) {
  .footer .bp-links a {
    padding-bottom: 20px;
  }
}

@media (min-width: 767px) {
  .trip-review {
    display: flex;
  }
}

.trip-review p {
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.w-1 {
  width: 77px;
}

.w-2 {
  width: 90px;
}

.achievement {
  margin: 20px 0 20px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .achievement {
    justify-content: space-around;
  }
}

.achievement .ct {
  border: 1px solid #e9e9e9;
  text-align: left;
  border-radius: 8px;
  padding: 7px 9px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16.667% - 17px);
}

.achievement .ct:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .achievement .ct {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .achievement .ct:last-child {
    margin-right: 5px;
  }
}

.achievement span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.achievement span.font-12 {
  font-size: 12px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .achievement span.font-12 {
    font-size: 10px;
  }
}

.achievement .ico-star::before {
  color: #00b57a;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.footer-follow .ico-circle-default {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
}

.footer-follow hr {
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .d-mobile-follow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer .bp-links {
    margin: 25px 0 15px;
  }

  .footer .trustpilot {
    border-left: 1px solid #ddd;
    padding-left: 10px;
    width: 55%;
  }

  .footer .trustpilot a {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 5px;
    padding-left: 10px;
  }

  .footer .trustpilot a .score-trustpilot {
    margin-left: 4px;
    margin-top: 15px;
  }

  .footer .trustpilot hr {
    display: none;
  }

  .footer-follow {
    width: 100%;
  }

  .footer-follow .modal-title,
  .footer-follow h4 {
    margin-top: 5px;
  }

  .region-selector {
    width: 100%;
  }
}

.contact-email i {
  margin-right: 5px;
}

.contact-email i.ico-phone {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.contact-email .bpt-hotline {
  font-weight: 700;
  padding-top: 5px;
  display: inherit;
  cursor: pointer;
}

.contact-email .bpt-email {
  padding-top: 5px;
  display: inherit;
  cursor: pointer;
}

.footer-contact .h3-title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.h4-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-bottom {
  background: #fff;
  text-align: center;
  padding: 40px 0 20px 0;
  border-bottom: 8px solid #f37821;
}

.footer-bottom .col-text {
  color: #828282;
  padding: 10px 15px;
}

.footer-bottom .col-text span {
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

.scroll-to-top {
  position: fixed;
  bottom: 10%;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}

@media (max-width: 767px) {
  .scroll-to-top {
    bottom: 25px;
  }
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .footer .company-name {
    text-align: left;
    position: relative;
    top: -1px;
  }

  .footer .company-name .bpt-email {
    padding: 10px 0;
  }

  .footer .company-name .bpt-hotline {
    padding: 0;
  }

  .footer .social {
    text-align: left;
  }

  .footer .col-md-3 {
    width: 22%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer .col-md-5 {
    width: 44.6666666667%;
  }

  .footer .col-about {
    width: 38.5%;
    display: flex;
    justify-content: space-between;
  }

  .footer .col-about .d-mobile-follow {
    width: 54%;
    padding-left: 15px;
  }

  .footer .col-about .bp-links {
    width: 46%;
    padding-left: 30px;
  }

  .footer .col-about .bp-links a {
    display: inherit;
    width: 100%;
  }

  .footer .bp-links {
    margin: 0;
    border: 0;
  }

  .footer .achievement {
    margin: 0;
    font-size: 16px;
  }

  .footer .achievement .ct {
    display: block;
    text-align: left;
    padding: 20px 10px 10px 70px;
    position: relative;
    min-height: 80px;
  }

  .footer .achievement .ct img {
    position: absolute;
    top: 20px;
    left: 8px;
  }

  .footer .achievement .ct-1,
  .footer .achievement .ct-2,
  .footer .achievement .ct-x {
    padding-left: 0;
    font-size: 12px;
  }

  .footer .achievement .ct-1 {
    padding-right: 15px;
  }

  .footer .achievement .ct-1 .ct {
    padding-left: 70px;
    padding-top: 28px;
  }

  .footer .achievement .ct-2 {
    margin-top: 10px;
  }

  .footer .achievement .ct-2 .ct {
    padding-left: 70px;
  }

  .footer .achievement .ct-3 {
    margin-top: 10px;
  }

  .footer-bottom {
    margin: 0;
    padding: 40px 0 20px;
    border-bottom: 8px solid #f37821;
  }

  .footer-bottom .col-text {
    padding: 0 15px;
  }

  .footer-bottom .col-text span {
    margin-bottom: 5px;
  }

  .footer-bottom .col-img {
    text-align: right;
    margin-top: 15px;
  }
}

.trip-img {
  color: #00b57a;
  font-weight: 500;
}

.live-chat {
  display: inline-block;
  position: fixed;
  bottom: 16px;
  right: 16px;
  padding: 0 12px;
  z-index: 1003;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none !important;
  transition: bottom 0.2s ease-in-out;
  border: none;
}

@media (max-width: 767px) {
  .live-chat {
    bottom: 10px;
    right: 5px;
    padding: 0;
  }
}

@media all and (min-width: 768px) and (max-width: 915px) and (max-height: 420px) and (orientation: landscape),
  only screen and (min-device-width: 820px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
  all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  header {
    padding: 0 10px;
  }

  header .header-top-menu .mnu-main {
    padding: 10px;
  }

  header .container {
    display: flex;
    align-items: center;
    min-height: 78px;
  }

  header .container .header-top-menu {
    margin-top: 0;
    margin-left: auto;
  }

  header .container .logo {
    margin-top: 0;
  }

  header .container .logo img {
    max-width: 180px;
    width: inherit;
    height: auto;
  }

  header .container .open .header-mega-menu-new {
    min-width: 500px;
    right: -125px;
    left: inherit;
  }

  .rg-es .header-top-menu .mnu-main {
    padding: 8px;
  }

  .rg-es header .container .open .header-mega-menu-new {
    min-width: 750px;
    right: -340px;
    left: inherit;
  }

  .banner .search-form .container {
    width: 98%;
  }

  .banner .search-form .container .search-form__content,
  .banner .search-form .container .search-form__type {
    width: 100% !important;
  }

  .footer .bp-links a {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .our_team .row {
    display: flex;
    flex-wrap: wrap;
  }

  .our_team .row .list-unstyled {
    width: 25%;
  }

  .travel_guide .row {
    display: flex;
  }

  .popular-destinations .hidden-xs {
    display: none;
  }

  .popular-destinations .visible-xs {
    display: block !important;
  }

  .top_destinations .top_destinations__country .col-xs-6 {
    width: 25%;
  }

  .core-value-2 .core-value__item {
    flex-direction: column !important;
    align-items: space-between;
    width: 33.333333% !important;
  }

  .core-value-2 .core-value__item label {
    margin-top: 15px !important;
  }

  .search-form__content {
    width: 735px !important;
  }

  iframe,
  img {
    max-height: 100%;
    max-width: 100%;
  }

  table {
    width: auto;
  }

  .footer .col-about {
    width: 50%;
  }

  .footer .col-about {
    width: 55%;
  }

  .footer .col-about .d-mobile-follow {
    padding-left: 0;
  }

  .footer .col-about .bp-links,
  .footer .col-about .d-mobile-follow {
    width: 50%;
  }

  .footer .col-about .about-ipad {
    padding-left: 15px;
  }

  .footer .logo-ipad {
    margin-bottom: 20px;
  }

  .achievement {
    justify-content: space-between;
  }

  .achievement .ct {
    width: calc(32.667% - 17px);
    margin-bottom: 10px;
    margin-right: 0;
  }

  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ui-state-active,
  .ui-state-focus,
  .ui-state-hover,
  .ui-widget-content .ui-state-active,
  .ui-widget-content .ui-state-focus,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-active,
  .ui-widget-header .ui-state-focus,
  .ui-widget-header .ui-state-hover {
    background: #e9680c !important;
  }

  .ui-datepicker .ui-datepicker-next span,
  .ui-datepicker .ui-datepicker-prev span {
    color: #e9680c !important;
  }

  .ui-datepicker .ui-datepicker-buttonpane button {
    background-color: transparent !important;
    color: #e9680c !important;
    position: absolute;
    right: 0;
    padding: 10px !important;
    margin: 0 !important;
  }

  .ui-datepicker .ui-datepicker-buttonpane button::before {
    content: "\e945";
    font-family: bestprice;
    font-size: 20px;
  }
}

.font-20 {
  font-size: 20px;
}

.font-20::before {
  color: #f37820;
}

.date-picker-wrapper.date-range-picker-custom .first-date-selected::after {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .date-range-picker-custom .apply-btn {
    font-weight: 700;
    font-size: 16px;
  }
}

.ui-widget-header .ui-icon {
  background-image: none !important;
}

.ui-widget-header .ui-state-hover {
  border: #f47921 !important;
  background: #f47921 !important;
}

@media (min-width: 767px) {
  .ui-datepicker .ui-datepicker-next::before {
    content: "\e93b";
    font-family: bestprice !important;
    position: absolute;
    left: 6px;
    top: 2px;
  }

  .ui-datepicker .ui-datepicker-prev::before {
    content: "\e92a";
    font-family: bestprice !important;
    position: absolute;
    left: 6px;
    top: 2px;
  }

  .ui-datepicker-today {
    border: #ddd !important;
    background: #ddd !important;
    color: #fff;
    border-radius: 100px;
  }

  .ui-datepicker-today a {
    text-align: center !important;
  }

  .ui-datepicker-current-day {
    border: #f47921 !important;
    background: #f47921 !important;
    color: #fff;
    border-radius: 100px;
  }

  .ui-datepicker-current-day a {
    text-align: center !important;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .w-800 {
    width: 100%;
  }

  .custom-modal.modal-search-form.in,
  .custom-modal.modal-search-form_1.in {
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
  }

  .custom-modal.modal-search-form.in .modal-dialog,
  .custom-modal.modal-search-form_1.in .modal-dialog {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px),
  all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
  all and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait),
  only screen and (min-device-width: 375px) and (max-device-width: 896px) and (orientation: landscape) {
  header .container .header-top-menu {
    height: 78px;
  }

  header .box-search-header.search-header-dt,
  header .tripadvisor {
    display: none !important;
  }

  .header-top-menu .btn-search-header i {
    font-size: 26px;
    position: relative;
    top: -1px;
  }

  .header-top-menu .btn-favourite {
    padding: 0 0 0 7px;
  }

  .footer .social {
    display: flex;
  }

  .core-value__item {
    justify-content: center;
    align-items: center;
  }

  #tour_destination_group .twitter-typeahead {
    width: calc(100% - 42px);
  }

  .header-top-menu .mg-dropdown[aria-labelledby*="dropdownMenuAboutUs"] {
    left: -15px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .d-mobile-follow {
    justify-content: flex-start;
  }

  .d-mobile-follow .footer-follow {
    padding-left: 20px;
  }

  .d-mobile-follow .trip {
    padding-right: 20px;
  }

  .footer .bp-links a {
    width: calc(33% - 5px);
  }
}

@media only all and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait),
  only all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .nav-des.hidden-sm {
    display: block !important;
  }

  .nav-des.visible-sm {
    display: none !important;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:after,
.modal-header:before {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.gdpr {
  width: 320px;
  height: auto;
  padding: 15px;
  position: fixed;
  bottom: 95px;
  right: 20px;
  border-radius: 20px;
  z-index: 1000;
  background: #fff;
  color: #181818;
  font-size: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.42);
}

.gdpr img {
  margin: 0 auto;
  display: table;
}

.gdpr-info {
  margin-top: 7px;
}

.gdpr__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.gdpr__texts {
  color: #828282;
  text-align: center;
}

.gdpr__link {
  color: #e9680c;
  cursor: pointer;
}

.gdpr__link--ver2,
.gdpr__link:hover {
  text-decoration: underline;
}

.gdpr-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.gdpr .gdpr__btn {
  border-radius: 3px;
  background: #e9680c;
  transition: all 0.5s ease;
}

.gdpr a.button.btn-large,
.gdpr button.btn-large {
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 56px;
  font-size: 12px;
}

.gdpr a.button.btn-large.btn,
.gdpr button.btn-large.btn {
  background: #fff;
  color: #181818;
  border: 1px solid #ffe8d6;
}

@media (max-width: 767px) {
  .gdpr {
    width: 100%;
    bottom: 0;
    right: 0;
    font-size: 12px;
    border-radius: 0;
    padding: 10px;
  }

  .gdpr img {
    width: 38px;
    height: 38px;
  }

  .gdpr__title {
    font-size: 16px;
  }

  .gdpr a.button.btn-large,
  .gdpr button.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

#gdpr-cookies .modal-dialog {
  z-index: 99;
}

#gdpr-cookies .modal-dialog .modal-cookies {
  width: calc(100% - 32px);
  max-width: 600px;
  margin: 16px auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 25px;
  background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 1024 1024"><title></title><g id="icomoon-ignore"></g><path fill="%23000" d="M27.712 27.488c17.76-17.6 41.824-27.488 66.912-27.488s49.152 9.888 66.912 27.488l334.592 331.904 334.592-331.904c17.856-17.088 41.76-26.56 66.56-26.336s48.544 10.080 66.080 27.488 27.488 40.96 27.712 65.568c0.224 24.608-9.312 48.32-26.56 66.016l-334.592 331.904 334.592 331.904c17.248 17.696 26.784 41.408 26.56 66.016s-10.176 48.16-27.712 65.568c-17.536 17.408-41.28 27.264-66.080 27.488s-48.704-9.248-66.56-26.336l-334.592-331.904-334.592 331.904c-17.856 17.088-41.76 26.56-66.56 26.336s-48.544-10.080-66.080-27.488c-17.536-17.408-27.488-40.96-27.712-65.568s9.312-48.32 26.56-66.016l334.592-331.904-334.592-331.904c-17.728-17.6-27.712-41.472-27.712-66.368s9.952-48.768 27.712-66.368z"></path></svg>')
    no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  transition: transform 0.25s;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-title {
  margin-bottom: 16px;
  color: #181818;
  font-size: 24px;
  font-weight: 700;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__text {
  color: #828282;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__link {
  color: #e9680c;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__line {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 16px;
  background-color: #828282;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__field {
  margin-top: 16px;
}

@media (max-width: 767px) {
  #gdpr-cookies .modal-dialog .modal-cookies {
    padding: 15px;
    font-size: 12px;
  }

  #gdpr-cookies .modal-dialog .modal-cookies .modal-close {
    top: 15px;
  }

  #gdpr-cookies .modal-dialog .modal-cookies .modal-title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  #gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__field {
    font-size: 14px;
  }
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-checkbox {
  margin-bottom: 16px;
  color: #181818;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-checkbox input {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-checkbox input + label {
  padding-left: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#gdpr-cookies
  .modal-dialog
  .modal-cookies
  .modal-checkbox.is-reverse
  label:before {
  margin-right: 0;
  margin-left: auto;
}

#gdpr-cookies
  .modal-dialog
  .modal-cookies
  .modal-checkbox
  input
  + label:before {
  content: "";
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background: #fff;
  transition: background-color 0.5s;
}

#gdpr-cookies
  .modal-dialog
  .modal-cookies
  .modal-checkbox
  input:checked
  + label:before {
  content: "";
  background-color: #e9680c;
  background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1344" height="1024" viewBox="0 0 1344 1024"><title></title><g id="icomoon-ignore"></g><path fill="%23ffffff" d="M1337.568 105.472l-749.12 912.64-588.448-477.856 111.040-129.824 452.448 367.328 638.784-777.728 135.328 105.472z"></path></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-checkbox.is-reverse label {
  flex-direction: row-reverse;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__text {
  color: #828282;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  #gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__buttons {
    flex-wrap: nowrap;
  }
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 150px;
  height: 40px;
  padding: 2px;
  background: #fff;
  border-radius: 56px;
  border: 1px solid #ffe8d6;
  cursor: pointer;
  color: #181818;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  #gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__button {
    font-size: 12px;
    height: 30px;
  }
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__button.is-save {
  color: #fff;
}

#gdpr-cookies .modal-dialog .modal-cookies .modal-cookies__button.is-save {
  background: #e9680c;
  color: #fff;
}

.modal-backdrop-gdpr {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(217, 217, 217, 0.5019607843);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:after,
.panel-body:before {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}
