@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, .modal-title, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small, .modal-title small,
h4 .small,
.modal-title .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .modal-title, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, .modal-title small,
h4 .small,
.modal-title .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .modal-title, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.ico-circle-default {
  background: #ddd;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 35px !important;
  display: inline-block;
}

.ico-circle-white {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 35px !important;
  display: inline-block;
}

.ico-circle-orange {
  background: #E9680C;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 48px !important;
  display: inline-block;
}

.ico-talk::before {
  background-color: #3C1E1E;
  font-size: 35px;
  border-radius: 4px;
}

.ico-heart {
  font-size: 24px;
}

.ico-trophy:before {
  font-size: 35px;
}

.ico-route:before {
  font-size: 35px;
}

.ico-search {
  font-size: 24px;
}

.ico-heart {
  font-size: 24px;
}

.ico-heart-o {
  font-size: 24px;
}

.ico-ytb:before {
  color: #000 !important;
  font-size: 14px;
}

.ico-arrow-top::before {
  font-size: 18px;
  color: #fff !important;
}

.glyphicon.glyphicon-menu-down::before {
  content: "\e920";
}
.glyphicon.glyphicon-menu-up::before {
  content: "\e91d";
}
.glyphicon.glyphicon-menu-right::before {
  content: "\e93b";
}
.glyphicon.glyphicon-menu-left::before {
  content: "\e92a";
}
.glyphicon.glyphicon-ok::before {
  content: "\e91b";
}
.glyphicon.glyphicon-chevron-left::before {
  content: "\e92a";
}
.glyphicon.glyphicon-chevron-right::before {
  content: "\e93b";
}
.glyphicon.glyphicon-remove::before {
  content: "\e945";
}
.glyphicon.glyphicon-map-marker::before {
  content: "\e95e";
}
.glyphicon.glyphicon-plus-sign::before, .glyphicon.glyphicon-minus-sign::before {
  content: "\e937";
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #F47921;
  color: #fff;
  line-height: 14px;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  display: inherit;
  position: relative;
  top: -2px;
}
.glyphicon.glyphicon-minus-sign::before {
  content: "\e932";
}
.glyphicon.glyphicon-question-sign::before {
  content: "\e914";
}
.glyphicon.glyphicon-warning-sign::before {
  content: "\e96a";
  color: #c00;
}

@media (max-width: 767px) {
  .ui-datepicker .ui-icon-circle-triangle-e:before {
    content: "\e93b" !important;
    font-family: "bestprice" !important;
  }
  .ui-datepicker .ui-icon-circle-triangle-w:before {
    content: "\e92a" !important;
    font-family: "bestprice" !important;
  }
}
@font-face {
  font-family: "bestprice";
  src: url("/assets/fonts/bestprice-v10.eot");
  src: url("/assets/fonts/bestprice-v10.eot") format("embedded-opentype"), url("/assets/fonts/bestprice-v10.ttf") format("truetype"), url("/assets/fonts/bestprice-v10.woff") format("woff"), url("/assets/fonts/bestprice-v10.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], .bgr-content-gray label::after, [class*=" ico-"], .glyphicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bestprice" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-visitors:before {
  content: "\e974";
  color: #fff;
}

.ico-sastisfied:before {
  content: "\e975";
  color: #fff;
}

.ico-partners:before {
  content: "\e976";
  color: #fff;
}

.ico-reliable:before {
  content: "\e972";
  color: #f86700;
}

.ico-local-expert:before {
  content: "\e973";
  color: #f86700;
}

.ico-x1:before {
  content: "\e971";
  color: #fff;
}

.ico-trophy:before {
  content: "\e970";
  color: #f37821;
}

.ico-route:before {
  content: "\e96f";
  color: #f37821;
}

.ico-logo:before {
  content: "\e96d";
  color: #f5b074;
}

.ico-q-review:before {
  content: "\e96e";
  color: #efefef;
}

.ico-trip:before {
  content: "\e930";
}

.ico-menu-new:before {
  content: "\e96c";
}

.ico-fast:before {
  content: "\e96b";
  color: #fff;
}

.ico-warning-sign:before {
  content: "\e96a";
  color: #c00;
}

.ico-transfer-w:before {
  content: "\e968";
  color: #fff;
}

.ico-seaplane-w:before {
  content: "\e969";
  color: #fff;
}

.ico-heart-edit:before {
  content: "\e963";
  color: #f86700;
}

.ico-money:before {
  content: "\e966";
  color: #f86700;
}

.ico-air-plane:before {
  content: "\e967";
  color: #f86700;
}

.ico-support-24:before {
  content: "\e95d";
  color: #f86700;
}

.ico-like-shapes:before {
  content: "\e964";
  color: #f86700;
}

.ico-security-safe:before {
  content: "\e965";
  color: #f86700;
}

.ico-gift:before {
  content: "\e95c";
  color: #fff;
}

.ico-flag-s:before {
  content: "\e960";
}

.ico-img:before {
  content: "\e95b";
}

.ico-star-s:before {
  content: "\e95f";
  color: #828282;
}

.ico-i-weather:before {
  content: "\e954";
}

.ico-i-user:before {
  content: "\e955";
}

.ico-i-camera:before {
  content: "\e95a";
}

.ico-i-bar:before {
  content: "\e958";
}

.ico-i-map:before {
  content: "\e959";
}

.ico-i-info:before {
  content: "\e956";
}

.ico-i-visa:before {
  content: "\e957";
}

.ico-travel:before {
  content: "\e95e";
}

.ico-meals:before {
  content: "\e961";
}

.ico-group-size:before {
  content: "\e962";
}

.ico-cruise-w:before {
  content: "\e952";
  color: #fff;
}

.ico-hotel-w:before {
  content: "\e953";
  color: #fff;
}

.ico-review:before {
  content: "\e94e";
}

.ico-transport:before {
  content: "\e94f";
}

.ico-service:before {
  content: "\e950";
}

.ico-deck-plan:before {
  content: "\e951";
}

.ico-arrow-right:before {
  content: "\e94d";
  color: #828282;
}

.ico-loading:before {
  content: "\e94c";
  color: #e15d00;
}

.ico-tour:before {
  content: "\e94b";
}

.ico-cruise:before {
  content: "\e93a";
}

.ico-a:before {
  content: "\e915";
  color: #f2994a;
}

.ico-q:before {
  content: "\e916";
  color: #74bbe3;
}

.ico-swap:before {
  content: "\e91c";
}

.ico-calendar:before {
  content: "\e94a";
  color: #828282;
}

.ico-check-s:before {
  content: "\e942";
}

.ico-anchor:before {
  content: "\e949";
  color: #828282;
}

.ico-user:before {
  content: "\e931";
  color: #bababa;
}

.ico-star:before {
  content: "\e900";
}

.ico-calendar-number:before {
  content: "\e901";
}

.ico-book:before {
  content: "\e902";
}

.ico-car:before {
  content: "\e903";
}

.ico-clock:before {
  content: "\e904";
  color: #828282;
}

.ico-weather:before {
  content: "\e905";
}

.ico-currency:before {
  content: "\e906";
  color: #828282;
}

.ico-food:before {
  content: "\e907";
}

.ico-gua:before {
  content: "\e908";
}

.ico-heart:before {
  content: "\e909";
}

.ico-like:before {
  content: "\e90a";
}

.ico-plan:before {
  content: "\e90b";
}

.ico-pointer:before {
  content: "\e90c";
}

.ico-reply:before {
  content: "\e90d";
}

.ico-star-3:before {
  content: "\e90e";
  color: #ffb800;
}

.ico-star-3-5:before {
  content: "\e90f";
  color: #ffb800;
}

.ico-star-4:before {
  content: "\e910";
  color: #ffb800;
}

.ico-star-4-5:before {
  content: "\e911";
  color: #ffb800;
}

.ico-star-5:before {
  content: "\e912";
  color: #ffb800;
}

.ico-star-6:before {
  content: "\e913";
  color: #ffb800;
}

.ico-support:before {
  content: "\e914";
}

.ico-address:before {
  content: "\e917";
  color: #bababa;
}

.ico-arrow-top:before {
  content: "\e918";
  color: #828282;
}

.ico-cabin:before {
  content: "\e919";
  color: #828282;
}

.ico-camera:before {
  content: "\e91a";
}

.ico-check:before {
  content: "\e91b";
  color: #828282;
}

.ico-chevron-down:before {
  content: "\e920";
}

.ico-chevron-up:before {
  content: "\e91d";
}

.ico-comma-left:before {
  content: "\e91e";
  color: #cdcdcd;
}

.ico-comma-right:before {
  content: "\e91f";
  color: #cdcdcd;
}

.ico-cruise-s:before {
  content: "\e921";
  color: #828282;
}

.ico-down:before {
  content: "\e922";
}

.ico-fb:before {
  content: "\e923";
}

.ico-filter:before {
  content: "\e924";
  color: #828282;
}

.ico-flag:before {
  content: "\e925";
}

.ico-f-tag:before {
  content: "\e926";
  color: #f47921;
}

.ico-heart-o:before {
  content: "\e927";
  color: #f47921;
}

.ico-itg:before {
  content: "\e928";
}

.ico-laun:before {
  content: "\e929";
  color: #828282;
}

.ico-left:before {
  content: "\e92a";
}

.ico-line:before {
  content: "\e92b";
  color: #53b445;
}

.ico-m2:before {
  content: "\e92c";
  color: #bababa;
}

.ico-mail-open:before {
  content: "\e92d";
  color: #fe693b;
}

.ico-map-pin:before {
  content: "\e92e";
  color: #828282;
}

.ico-map-s:before {
  content: "\e92f";
  color: #828282;
}

.ico-minus:before {
  content: "\e932";
}

.ico-m-phone:before {
  content: "\e933";
  color: #00e676;
}

.ico-phone:before {
  content: "\e934";
  color: #fe693b;
}

.ico-p-land:before {
  content: "\e935";
  color: #bababa;
}

.ico-plane:before {
  content: "\e936";
  color: #bababa;
}

.ico-plus:before {
  content: "\e937";
}

.ico-print:before {
  content: "\e938";
}

.ico-pt:before {
  content: "\e939";
}

.ico-right:before {
  content: "\e93b";
}

.ico-search:before {
  content: "\e93c";
}

.ico-show:before {
  content: "\e93d";
  color: #828282;
}

.ico-sort:before {
  content: "\e93e";
  color: #828282;
}

.ico-talk:before {
  content: "\e93f";
  color: #fae300;
}

.ico-theme:before {
  content: "\e940";
  color: #bababa;
}

.ico-tw:before {
  content: "\e941";
}

.ico-user-g:before {
  content: "\e943";
  color: #828282;
}

.ico-viber:before {
  content: "\e944";
  color: #6d40ac;
}

.ico-x:before {
  content: "\e945";
}

.ico-ytb:before {
  content: "\e946";
  color: #7a7a7a;
}

.ico-carbon-time:before {
  content: "\e947";
  color: #828282;
}

.ico-map-add:before {
  content: "\e948";
  color: #828282;
}

/* roboto-regular - latin-ext_latin */
@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");
  /* IE9 Compat Modes */
  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");
  /* Legacy iOS */
  font-display: swap;
}
/* roboto-500 - latin-ext_latin */
@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");
  /* IE9 Compat Modes */
  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");
  /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin-ext_latin */
@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");
  /* IE9 Compat Modes */
  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");
  /* Legacy iOS */
  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;
  }
}
/* Container Customize */
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container-v2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .container-v2 .row {
    margin-right: 0px !important;
    margin-left: 0px !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-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,
.content-page img,
.content-page table {
  width: 100% !important;
  height: auto;
}

.row--flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-xs-flex-1, .col-sm-flex-1, .col-md-flex-1, .col-lg-flex-1, .col-xs-flex-2, .col-sm-flex-2, .col-md-flex-2, .col-lg-flex-2, .col-xs-flex-3, .col-sm-flex-3, .col-md-flex-3, .col-lg-flex-3, .col-xs-flex-4, .col-sm-flex-4, .col-md-flex-4, .col-lg-flex-4, .col-xs-flex-5, .col-sm-flex-5, .col-md-flex-5, .col-lg-flex-5, .col-xs-flex-6, .col-sm-flex-6, .col-md-flex-6, .col-lg-flex-6, .col-xs-flex-7, .col-sm-flex-7, .col-md-flex-7, .col-lg-flex-7, .col-xs-flex-8, .col-sm-flex-8, .col-md-flex-8, .col-lg-flex-8, .col-xs-flex-9, .col-sm-flex-9, .col-md-flex-9, .col-lg-flex-9, .col-xs-flex-10, .col-sm-flex-10, .col-md-flex-10, .col-lg-flex-10, .col-xs-flex-11, .col-sm-flex-11, .col-md-flex-11, .col-lg-flex-11, .col-xs-flex-12, .col-sm-flex-12, .col-md-flex-12, .col-lg-flex-12 {
  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%;
}

.content-page table,
.content-page img,
.content-page iframe,
.description-text table,
.description-text img,
.description-text iframe,
#description_full table,
#description_full img,
#description_full iframe,
#description_short table,
#description_short img,
#description_short iframe,
.flight-destinations-v2 table,
.flight-destinations-v2 img,
.flight-destinations-v2 iframe .responsive-description table,
.responsive-description img,
.responsive-description iframe {
  max-width: 100%;
}

#description_short img,
.flight-destinations-v2 img,
#description_full img,
.description-text img,
.content-page img,
.responsive-description img {
  height: auto;
}

.read-content-800-middle iframe,
.read-content-900-middle iframe,
.content-width-850 iframe,
.responsive-description iframe,
#description_short iframe,
.flight-destinations-v2 iframe,
#description_full iframe,
.description-text iframe,
.content-page iframe {
  max-width: 100%;
  height: 222px;
}

.responsive-description .data-content-page iframe,
#description_short .data-content-page iframe,
.flight-destinations-v2 .data-content-page iframe,
#description_full .data-content-page iframe,
.description-text .data-content-page iframe,
.content-page .data-content-page iframe,
.content-page.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;
  }
  .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,
  .content-page img,
  .content-page 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;
  }
  .responsive-description iframe,
  #description_short iframe,
  .flight-destinations-v2 iframe,
  #description_full iframe,
  .description-text iframe,
  .content-page iframe {
    height: 424px;
    width: 100% !important;
  }
  .read-content-800-middle iframe {
    height: 450px;
    width: 100% !important;
  }
  .responsive-description .data-content-page iframe,
  #description_short .data-content-page iframe,
  .flight-destinations-v2 .data-content-page iframe,
  #description_full .data-content-page iframe,
  .description-text .data-content-page iframe,
  .content-page .data-content-page iframe,
  .content-page.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%;
  }
}
html,
body {
  font-family: "Roboto", "sans-serif";
  background-color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
.modal-title {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
  color: #444;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
  line-height: normal;
}

h3 {
  font-size: 20px;
}

h4, .modal-title {
  font-size: 18px;
}

/* Mobile
   ========================================================================== */
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4, .modal-title {
    font-size: 16px;
  }
}
.box-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.text-span, .form-search-guide .search_popup .search_popup__date .search-form__content__form__date__input .label-search-form, .list-related-articles .item .travel_guide__item__content .travel_guide__item__info {
  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: bold;
}

.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.owl-carousel, ul.d-flex-start, ul.d-flex-between {
  margin: 0;
  padding: 0;
  list-style: none;
}

.font-18, .form-search-guide .search_popup #search_button, .list-related-articles .item .travel_guide__item__content .travel_guide__item__name, .content-h p {
  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: normal;
}

.btn.btn-orange:hover, .btn.btn-orange:focus, .btn.btn-orange.focus {
  color: #fff;
  background-color: #DD6E1E;
}

.btn:focus {
  outline: none;
}

.text-overflow-ellipsis, .list-related-articles .item .travel_guide__item__content .travel_guide__item__name {
  display: block;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 1;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cursor-p {
  cursor: pointer;
}

.hover-img, .list-weather-sm .item-weather-sm:hover img, .list-weather-sm .item-weather-sm:active img, .list-weather-sm .item-weather-sm:focus img, .list-weather-sm .item-weather-sm.active img, .item-weather:hover img, .item-weather:active img, .item-weather:focus img, .item-weather.active 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;
}

[class^=ico-], .bgr-content-gray label::after, [class*=" ico-"], .glyphicon {
  min-height: 10px;
  display: inline-block;
}

/* Link Color
   ========================================================================== */
a {
  color: #3385D6;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #EB8F00;
  outline: 0;
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline;
}

/* Text Color
   ========================================================================== */
.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: yellow;
}

.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;
}

/* Background Color
   ========================================================================== */
.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
   ========================================================================== */
.price-from {
  font-size: 20px;
  font-weight: 700;
  color: #181818;
}

.price-origin {
  text-decoration: line-through;
}

/* System Margin, Padding
   ========================================================================== */
.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: 0px;
}

.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: 0px !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 #eeeeee;
  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: 0px;
}

.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: bold;
  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: bold;
}

@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;
  }
}
/* Button
   	========================================================================== */
.btn {
  border-radius: 0;
  border: 0;
  background-color: #f5f5f5;
}
.btn:hover, .btn:focus {
  color: #fff;
}

.btn-default {
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
}
.btn-default:hover, .btn-default:focus {
  color: #666;
  background-color: #fff;
}

.btn-white {
  color: #693;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #749f46;
  background-color: #fff;
}

.btn-blue {
  background-color: #2272b9;
  color: #fff;
  border-color: #2272b9;
}
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
  background-color: #2272b9;
}

.btn-yellow {
  background-color: #ffc300;
  color: #003580;
  border-color: #ffc300;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #dea800;
  color: #003580;
  border-color: #dea800;
}

.btn-green {
  background-color: #669934;
  color: #fff;
  border-color: #669934;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #508326;
  color: #fff;
  border-color: #508326;
}

.btn-more {
  border: 1px solid #1b65e0;
  color: #1b65e0;
  background-color: #fff;
  padding: 8px 24px;
}

.btn-more:hover,
.btn-more:focus {
  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:hover,
.btn-more-cruise:focus {
  background-color: #fff !important;
  color: #F47921 !important;
  border: 1px solid #F47921 !important;
  outline: none !important;
}

.btn-border-green {
  background-color: #fff;
  color: #669934;
  border: 1px solid #669933;
}

.btn-border-green:hover,
.btn-border-green:focus {
  color: #669934;
  background-color: #fff;
}

.btn-border-blue {
  background-color: #fff;
  color: #1b65e0;
  border: 1px solid #1b65e0;
}

.btn-border-blue:hover,
.btn-border-blue:focus {
  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:hover,
.top-des .nav-pills > li.active > a:focus {
  border: 1px solid #439203 !important;
  color: white !important;
  background-color: #439203 !important;
}

.btn-orange {
  background-color: #E9680C;
  color: #fff;
  border-color: #E9680C;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #DD6E1E;
}

.btn-orange-border {
  background-color: #fff;
  color: #DD6E1E;
  border-color: #DD6E1E;
  border: 1px solid;
}

.btn-orange-border:hover,
.btn-orange-border:focus {
  background-color: #F37820;
  border-color: #F37820;
  color: #fff;
}

.btn-border-orange {
  background-color: #fff;
  color: #fa8401;
  border: 1px solid #fa8401;
  background: transparent;
}

.btn-border-orange:hover,
.btn-border-orange:focus {
  color: #fa8401 !important;
  background-color: #fff;
  background: transparent;
}

.btn-border-orange {
  background-color: #fff;
  color: #fa8401;
  border: 1px solid #fa8401;
  background: transparent;
}

.btn-border-orange:hover,
.btn-border-orange:focus {
  color: #fa8401 !important;
  background-color: #fff;
  background: transparent;
}

.btn-border-orange-2px {
  background-color: #fff;
  color: #fa8401;
  border: 2px solid #fa8401;
  background: transparent;
  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:hover,
.btn-gray:focus {
  background-color: #e0e0e0;
  color: #000;
}

.btn-disable {
  background-color: #e4e4e6;
  color: #fff;
  border: 1px solid #e4e4e6;
}

.btn-disable:hover,
.btn-disable:focus {
  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:hover,
.btn--border-green:focus {
  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 a, ol.breadcrumb li {
  font-size: 12px;
  line-height: 14px;
}

ol.breadcrumb {
  background-color: transparent;
}
ol.breadcrumb li a:hover, ol.breadcrumb li a:active, ol.breadcrumb li a:focus {
  color: #eb8f00;
}

.banner__bgr .breadcrumb-on-top {
  position: absolute;
  top: -10px;
}
.banner__bgr .breadcrumb-on-top li a {
  color: #fff;
}

/* Tablet
========================================================================== */
@media (min-width: 768px) {
  ol.breadcrumb li a {
    font-size: 14px;
    line-height: 16px;
  }
}
/* Layout */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  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: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  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;
  border-bottom: 4px solid \9 ;
  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:before, .nav:after {
  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:hover, .nav > li > a:focus {
  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:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  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:hover, .nav-tabs > li.active > a:focus {
  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:hover, .nav-pills > li.active > a:focus {
  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.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  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.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    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:hover,
.bs-sidebar-container a:focus {
  color: #FF8802;
  background: none;
  text-decoration: none;
}

.search-title h1,
.search-title .tt {
  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: 0px;
  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: none;
}
.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 button.mnu-main,
.state-sidebar .header-top-menu .tab-content a {
  border: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  background: none;
  text-align: left;
  position: relative;
}

.state-sidebar .header-top-menu .tab-content .col-xs-12 {
  padding-right: 0;
}

.state-sidebar .header-top-menu button.mnu-main:before,
.state-sidebar .header-top-menu .mega-menu .nav-tabs a:before,
.state-sidebar .header-top-menu .tab-content a: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: bold;
}

.state-sidebar .header-top-menu .open button.mnu-main:before,
.state-sidebar .header-top-menu .open .mega-menu .nav-tabs a:before,
.state-sidebar .header-top-menu .open .tab-content a: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: bold;
  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-side-menu, .header-top-menu.open-search .nav-tabs, .header-top-menu.open-search .btn-favourite, .header-top-menu.open-search .tripadvisor, .header-top-menu.open-search .visible-xs {
  display: none !important;
}

/* Tablet
========================================================================== */
@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 .tab-menu,
.header-mega-menu-new ul.nav-stacked li .link-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 .tab-menu,
  .header-mega-menu-new ul.nav-stacked li .link-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: normal;
  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: normal;
}
.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: 32%;
}
.header-mega-menu-new .tab-content .mega-item-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.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 button.mnu-main:before,
  .state-sidebar .header-top-menu .mega-menu .nav-tabs a:before,
  .state-sidebar .header-top-menu .tab-content a:before {
    right: 15px;
  }
  .state-sidebar .header-top-menu button.mnu-main,
  .state-sidebar .header-top-menu .tab-content a {
    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: transparent;
  }
  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: bold;
  padding: 0px 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 svg,
.btn-video img {
  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: none;
  font-size: 14px;
}
.header-top-menu a:hover,
.header-top-menu a .active {
  color: #eb8f00;
  background: none;
}
.header-top-menu a .nav .open > a,
.header-top-menu a .nav .open > a:focus {
  background: none;
  border: 1px solid #eb8f00;
  color: #eb8f00;
}
.header-top-menu a .active::before,
.header-top-menu a .active::after {
  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: none;
  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: #555555;
  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: none;
  border: 0;
}
.header-top-menu .mega-menu .nav-tabs a:hover {
  color: #de6c2e;
  background: none;
}
.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: none;
  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: bold;
  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: 0px;
    left: 0;
  }
  .form-change-country .country_popup {
    width: 100%;
    height: 216px;
    border-radius: 20px 20px 0px 0px;
    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: 0px;
  }
  .form-change-country .btn-close-pop {
    position: absolute;
    top: 0px;
    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;
  }
}
/* Tablet
========================================================================== */
@media (min-width: 768px) {
  header {
    padding: 0;
    min-height: 78px;
  }
  header .container {
    padding: 0 15px;
  }
  header .logo img {
    width: auto;
  }
  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: bold;
    text-transform: uppercase;
    color: #333;
  }
  header .bpt-bar {
    display: none;
  }
  header .nav-tabs button {
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 30px;
    background: none;
  }
  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: 0px 0px 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:hover,
  .fixed-header .header-top-menu button.mnu-main:focus {
    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: bold;
  }
  .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: 0px;
    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:hover,
  .mega-menu .nav-tabs .active > a:focus {
    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: normal !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: normal !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: bold;
  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: bold;
  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 h4, .footer-follow .modal-title {
    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: bold;
  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;
  }
}

/* Tablet
========================================================================== */
@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-x,
  .footer .achievement .ct-1,
  .footer .achievement .ct-2 {
    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;
  }
  img,
  iframe {
    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-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  .ui-state-focus,
  .ui-state-hover,
  .ui-widget-content .ui-state-focus,
  .ui-widget-content .ui-state-hover,
  .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_1.in,
  .custom-modal.modal-search-form.in {
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
  }
  .custom-modal.modal-search-form_1.in .modal-dialog,
  .custom-modal.modal-search-form.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 .tripadvisor,
  header .box-search-header.search-header-dt {
    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;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  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:before, .modal-footer:after {
  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 button.btn-large,
.gdpr a.button.btn-large {
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 56px;
  font-size: 12px;
}
.gdpr button.btn-large.btn,
.gdpr a.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 button.btn-large,
  .gdpr a.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);
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table, .content table,
.full-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .content table > thead > tr > th,
.full-content table > thead > tr > th,
.table > thead > tr > td,
.content table > thead > tr > td,
.full-content table > thead > tr > td,
.table > tbody > tr > th,
.content table > tbody > tr > th,
.full-content table > tbody > tr > th,
.table > tbody > tr > td,
.content table > tbody > tr > td,
.full-content table > tbody > tr > td,
.table > tfoot > tr > th,
.content table > tfoot > tr > th,
.full-content table > tfoot > tr > th,
.table > tfoot > tr > td,
.content table > tfoot > tr > td,
.full-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, .content table > thead > tr > th,
.full-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .content table > caption + thead > tr:first-child > th,
.full-content table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.content table > caption + thead > tr:first-child > td,
.full-content table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.content table > colgroup + thead > tr:first-child > th,
.full-content table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.content table > colgroup + thead > tr:first-child > td,
.full-content table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.content table > thead:first-child > tr:first-child > th,
.full-content table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.content table > thead:first-child > tr:first-child > td,
.full-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, .content table > tbody + tbody,
.full-content table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, .content table .table,
.full-content table .table, .table .content table, .content .table table, .content table table,
.table .full-content table,
.full-content .table table,
.full-content table table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .content table > thead > tr > td.active,
.full-content table > thead > tr > td.active,
.table > thead > tr > th.active,
.content table > thead > tr > th.active,
.full-content table > thead > tr > th.active, .table > thead > tr.active > td, .content table > thead > tr.active > td,
.full-content table > thead > tr.active > td, .table > thead > tr.active > th, .content table > thead > tr.active > th,
.full-content table > thead > tr.active > th,
.table > tbody > tr > td.active,
.content table > tbody > tr > td.active,
.full-content table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.content table > tbody > tr > th.active,
.full-content table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.content table > tbody > tr.active > td,
.full-content table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.content table > tbody > tr.active > th,
.full-content table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.content table > tfoot > tr > td.active,
.full-content table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.content table > tfoot > tr > th.active,
.full-content table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.content table > tfoot > tr.active > td,
.full-content table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.content table > tfoot > tr.active > th,
.full-content table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success, .content table > thead > tr > td.success,
.full-content table > thead > tr > td.success,
.table > thead > tr > th.success,
.content table > thead > tr > th.success,
.full-content table > thead > tr > th.success, .table > thead > tr.success > td, .content table > thead > tr.success > td,
.full-content table > thead > tr.success > td, .table > thead > tr.success > th, .content table > thead > tr.success > th,
.full-content table > thead > tr.success > th,
.table > tbody > tr > td.success,
.content table > tbody > tr > td.success,
.full-content table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.content table > tbody > tr > th.success,
.full-content table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.content table > tbody > tr.success > td,
.full-content table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.content table > tbody > tr.success > th,
.full-content table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.content table > tfoot > tr > td.success,
.full-content table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.content table > tfoot > tr > th.success,
.full-content table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.content table > tfoot > tr.success > td,
.full-content table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.content table > tfoot > tr.success > th,
.full-content table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info, .content table > thead > tr > td.info,
.full-content table > thead > tr > td.info,
.table > thead > tr > th.info,
.content table > thead > tr > th.info,
.full-content table > thead > tr > th.info, .table > thead > tr.info > td, .content table > thead > tr.info > td,
.full-content table > thead > tr.info > td, .table > thead > tr.info > th, .content table > thead > tr.info > th,
.full-content table > thead > tr.info > th,
.table > tbody > tr > td.info,
.content table > tbody > tr > td.info,
.full-content table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.content table > tbody > tr > th.info,
.full-content table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.content table > tbody > tr.info > td,
.full-content table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.content table > tbody > tr.info > th,
.full-content table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.content table > tfoot > tr > td.info,
.full-content table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.content table > tfoot > tr > th.info,
.full-content table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.content table > tfoot > tr.info > td,
.full-content table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.content table > tfoot > tr.info > th,
.full-content table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning, .content table > thead > tr > td.warning,
.full-content table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.content table > thead > tr > th.warning,
.full-content table > thead > tr > th.warning, .table > thead > tr.warning > td, .content table > thead > tr.warning > td,
.full-content table > thead > tr.warning > td, .table > thead > tr.warning > th, .content table > thead > tr.warning > th,
.full-content table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.content table > tbody > tr > td.warning,
.full-content table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.content table > tbody > tr > th.warning,
.full-content table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.content table > tbody > tr.warning > td,
.full-content table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.content table > tbody > tr.warning > th,
.full-content table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.content table > tfoot > tr > td.warning,
.full-content table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.content table > tfoot > tr > th.warning,
.full-content table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.content table > tfoot > tr.warning > td,
.full-content table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.content table > tfoot > tr.warning > th,
.full-content table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger, .content table > thead > tr > td.danger,
.full-content table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.content table > thead > tr > th.danger,
.full-content table > thead > tr > th.danger, .table > thead > tr.danger > td, .content table > thead > tr.danger > td,
.full-content table > thead > tr.danger > td, .table > thead > tr.danger > th, .content table > thead > tr.danger > th,
.full-content table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.content table > tbody > tr > td.danger,
.full-content table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.content table > tbody > tr > th.danger,
.full-content table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.content table > tbody > tr.danger > td,
.full-content table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.content table > tbody > tr.danger > th,
.full-content table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.content table > tfoot > tr > td.danger,
.full-content table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.content table > tfoot > tr > th.danger,
.full-content table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.content table > tfoot > tr.danger > td,
.full-content table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.content table > tfoot > tr.danger > th,
.full-content table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .content .table-responsive > table,
  .full-content .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .content .table-responsive > table > thead > tr > th,
  .full-content .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .content .table-responsive > table > thead > tr > td,
  .full-content .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .content .table-responsive > table > tbody > tr > th,
  .full-content .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .content .table-responsive > table > tbody > tr > td,
  .full-content .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .content .table-responsive > table > tfoot > tr > th,
  .full-content .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .content .table-responsive > table > tfoot > tr > td,
  .full-content .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.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;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  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:before, .modal-footer:after {
  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;
  }
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 11111;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #444;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
  display: none;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: rgba(233, 104, 12, 0.5);
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  border-radius: 8px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 250px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 250px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table td {
  height: 44px;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 10px 5px;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 2px;
  color: #ccc;
  cursor: default;
  height: 28px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: unset;
  position: relative;
  color: #fff !important;
  height: 28px;
  background-color: rgba(233, 104, 12, 0.5);
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 40px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #444;
}
.date-picker-wrapper .month-wrapper table .week-name th {
  font-weight: 500 !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: unset;
  position: relative;
  height: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(233, 104, 12, 0.5);
  color: #fff !important;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: rgb(255, 230, 132);
  height: 44px;
  border-radius: 50%;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: rgba(233, 104, 12, 0.5);
  color: #fff !important;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 44px;
}
.date-picker-wrapper table .caption {
  height: 55px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 5px 0;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  border-radius: 3px;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  border-radius: 0px;
  cursor: pointer;
  border: solid 1px #0071cd;
  background-color: #0071cd;
  color: #fff;
  border-color: #0071cd;
  line-height: initial;
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

.date-picker-wrapper.date-range-picker-custom .first-date-selected {
  background-color: #E9680C !important;
  border-radius: 50%;
  height: 44px !important;
}
.date-picker-wrapper.date-range-picker-custom .first-date-selected::after {
  content: "";
  position: absolute;
  height: 28px;
  width: 4px;
  background-color: rgba(233, 104, 12, 0.5);
  top: 8px;
  right: 0;
}

.date-picker-wrapper.date-range-picker-custom .last-date-selected {
  background-color: #E9680C !important;
  border-radius: 50%;
  height: 44px !important;
}
.date-picker-wrapper.date-range-picker-custom .last-date-selected::after {
  content: "";
  position: absolute;
  height: 28px;
  width: 4px;
  background-color: rgba(233, 104, 12, 0.5);
  top: 8px;
  left: 0;
}

.date-range-picker-custom .drp_top-bar .apply-btn {
  background-color: #E9680C;
  border: solid 1px #E9680C;
}

@media (max-width: 767px) {
  .date-picker-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .date-picker-wrapper .month-name {
    font-size: 16px;
  }
  .date-picker-wrapper.single-date {
    width: 100%;
  }
  .date-picker-wrapper .drp_top-bar {
    padding: 10px;
  }
  .date-picker-wrapper .first-date-selected {
    border-radius: 10px 0 0 10px;
  }
  .date-picker-wrapper .last-date-selected {
    border-radius: 0 10px 10px 0;
  }
  .date-picker-wrapper .month-wrapper {
    height: 100%;
    width: 100% !important;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
  .date-picker-wrapper .month-wrapper table .caption {
    height: 50px;
    background: #f5f5f5;
  }
  .date-picker-wrapper .month-wrapper table tr td {
    width: 7.1428571429vw;
    height: 14.1428571429vw;
  }
  .date-picker-wrapper .month-wrapper table .week-name {
    height: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
  }
  .date-picker-wrapper .month-wrapper table .day {
    padding: 15px 0px;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
    height: 100% !important;
  }
  .date-picker-wrapper .month-wrapper table .day.checked {
    height: 28px !important;
  }
  .date-picker-wrapper .month-wrapper table .day.first-date-selected {
    height: 100% !important;
  }
  .date-picker-wrapper .month-wrapper table .day.last-date-selected {
    height: 100% !important;
  }
  .date-picker-wrapper.date-range-picker-custom .first-date-selected {
    background-color: #E9680C !important;
    border-radius: 50%;
    height: 100% !important;
  }
  .date-picker-wrapper.date-range-picker-custom .first-date-selected::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 4px;
    background-color: rgba(233, 104, 12, 0.5);
    top: calc(7.0714285715vw - 15px);
    right: 0;
  }
  .date-picker-wrapper.date-range-picker-custom .last-date-selected {
    background-color: #E9680C !important;
    border-radius: 50%;
    height: 100% !important;
  }
  .date-picker-wrapper.date-range-picker-custom .last-date-selected::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 4px;
    background-color: rgba(233, 104, 12, 0.5);
    top: calc(7.0714285715vw - 15px);
    left: 0;
  }
}
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #444444;
}

.ui-widget-content a {
  color: #444444;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
  color: #444444;
  font-weight: bold;
}

.ui-widget-header a {
  color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #0073ea;
  background: #0073ea url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
  color: #444444;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-icons_ff0084_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-icons_0073ea_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-icons_666666_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-icons_0073ea_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-icons_ff0084_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
  opacity: 0.8;
  filter: Alpha(Opacity=80); /* support: IE8 */
}

.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url("https://d122axpxm39woi.cloudfront.net/assets/libs/jquery-ui-1.11.2.datepicker/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.6;
  filter: Alpha(Opacity=60); /* support: IE8 */
  border-radius: 0px;
}

/* Custom Theme */
.ui-datepicker {
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.ui-widget-content {
  background: #fff;
}

.ui-widget-header {
  background: none;
  border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0;
  background: none;
  color: inherit;
  font-weight: normal;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 0.5em;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: normal;
}

.list-related-articles {
  margin: 0 -5px;
  justify-content: flex-start;
  align-items: flex-start;
}
.list-related-articles .item {
  width: 24%;
  margin: 5px;
}
.list-related-articles .item img {
  border-radius: 8px;
  cursor: pointer;
}
.list-related-articles .item .travel_guide__item__content .travel_guide__item__name {
  margin: 10px 0;
  -webkit-line-clamp: 2;
  color: #181818;
  font-weight: bold;
  cursor: pointer;
}
.list-related-articles .item .travel_guide__item__content .travel_guide__item__name:hover {
  color: #EB8F00;
}
@media (max-width: 767px) {
  .list-related-articles {
    display: inherit;
    margin: 0 -10px;
  }
  .list-related-articles .item {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table, .content table,
.full-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .content table > thead > tr > th,
.full-content table > thead > tr > th,
.table > thead > tr > td,
.content table > thead > tr > td,
.full-content table > thead > tr > td,
.table > tbody > tr > th,
.content table > tbody > tr > th,
.full-content table > tbody > tr > th,
.table > tbody > tr > td,
.content table > tbody > tr > td,
.full-content table > tbody > tr > td,
.table > tfoot > tr > th,
.content table > tfoot > tr > th,
.full-content table > tfoot > tr > th,
.table > tfoot > tr > td,
.content table > tfoot > tr > td,
.full-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, .content table > thead > tr > th,
.full-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .content table > caption + thead > tr:first-child > th,
.full-content table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.content table > caption + thead > tr:first-child > td,
.full-content table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.content table > colgroup + thead > tr:first-child > th,
.full-content table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.content table > colgroup + thead > tr:first-child > td,
.full-content table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.content table > thead:first-child > tr:first-child > th,
.full-content table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.content table > thead:first-child > tr:first-child > td,
.full-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, .content table > tbody + tbody,
.full-content table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, .content table .table,
.full-content table .table, .table .content table, .content .table table, .content table table,
.table .full-content table,
.full-content .table table,
.full-content table table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .content table > thead > tr > td.active,
.full-content table > thead > tr > td.active,
.table > thead > tr > th.active,
.content table > thead > tr > th.active,
.full-content table > thead > tr > th.active, .table > thead > tr.active > td, .content table > thead > tr.active > td,
.full-content table > thead > tr.active > td, .table > thead > tr.active > th, .content table > thead > tr.active > th,
.full-content table > thead > tr.active > th,
.table > tbody > tr > td.active,
.content table > tbody > tr > td.active,
.full-content table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.content table > tbody > tr > th.active,
.full-content table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.content table > tbody > tr.active > td,
.full-content table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.content table > tbody > tr.active > th,
.full-content table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.content table > tfoot > tr > td.active,
.full-content table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.content table > tfoot > tr > th.active,
.full-content table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.content table > tfoot > tr.active > td,
.full-content table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.content table > tfoot > tr.active > th,
.full-content table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success, .content table > thead > tr > td.success,
.full-content table > thead > tr > td.success,
.table > thead > tr > th.success,
.content table > thead > tr > th.success,
.full-content table > thead > tr > th.success, .table > thead > tr.success > td, .content table > thead > tr.success > td,
.full-content table > thead > tr.success > td, .table > thead > tr.success > th, .content table > thead > tr.success > th,
.full-content table > thead > tr.success > th,
.table > tbody > tr > td.success,
.content table > tbody > tr > td.success,
.full-content table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.content table > tbody > tr > th.success,
.full-content table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.content table > tbody > tr.success > td,
.full-content table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.content table > tbody > tr.success > th,
.full-content table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.content table > tfoot > tr > td.success,
.full-content table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.content table > tfoot > tr > th.success,
.full-content table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.content table > tfoot > tr.success > td,
.full-content table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.content table > tfoot > tr.success > th,
.full-content table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info, .content table > thead > tr > td.info,
.full-content table > thead > tr > td.info,
.table > thead > tr > th.info,
.content table > thead > tr > th.info,
.full-content table > thead > tr > th.info, .table > thead > tr.info > td, .content table > thead > tr.info > td,
.full-content table > thead > tr.info > td, .table > thead > tr.info > th, .content table > thead > tr.info > th,
.full-content table > thead > tr.info > th,
.table > tbody > tr > td.info,
.content table > tbody > tr > td.info,
.full-content table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.content table > tbody > tr > th.info,
.full-content table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.content table > tbody > tr.info > td,
.full-content table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.content table > tbody > tr.info > th,
.full-content table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.content table > tfoot > tr > td.info,
.full-content table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.content table > tfoot > tr > th.info,
.full-content table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.content table > tfoot > tr.info > td,
.full-content table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.content table > tfoot > tr.info > th,
.full-content table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning, .content table > thead > tr > td.warning,
.full-content table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.content table > thead > tr > th.warning,
.full-content table > thead > tr > th.warning, .table > thead > tr.warning > td, .content table > thead > tr.warning > td,
.full-content table > thead > tr.warning > td, .table > thead > tr.warning > th, .content table > thead > tr.warning > th,
.full-content table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.content table > tbody > tr > td.warning,
.full-content table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.content table > tbody > tr > th.warning,
.full-content table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.content table > tbody > tr.warning > td,
.full-content table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.content table > tbody > tr.warning > th,
.full-content table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.content table > tfoot > tr > td.warning,
.full-content table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.content table > tfoot > tr > th.warning,
.full-content table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.content table > tfoot > tr.warning > td,
.full-content table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.content table > tfoot > tr.warning > th,
.full-content table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger, .content table > thead > tr > td.danger,
.full-content table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.content table > thead > tr > th.danger,
.full-content table > thead > tr > th.danger, .table > thead > tr.danger > td, .content table > thead > tr.danger > td,
.full-content table > thead > tr.danger > td, .table > thead > tr.danger > th, .content table > thead > tr.danger > th,
.full-content table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.content table > tbody > tr > td.danger,
.full-content table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.content table > tbody > tr > th.danger,
.full-content table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.content table > tbody > tr.danger > td,
.full-content table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.content table > tbody > tr.danger > th,
.full-content table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.content table > tfoot > tr > td.danger,
.full-content table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.content table > tfoot > tr > th.danger,
.full-content table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.content table > tfoot > tr.danger > td,
.full-content table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.content table > tfoot > tr.danger > th,
.full-content table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .content .table-responsive > table,
  .full-content .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .content .table-responsive > table > thead > tr > th,
  .full-content .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .content .table-responsive > table > thead > tr > td,
  .full-content .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .content .table-responsive > table > tbody > tr > th,
  .full-content .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .content .table-responsive > table > tbody > tr > td,
  .full-content .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .content .table-responsive > table > tfoot > tr > th,
  .full-content .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .content .table-responsive > table > tfoot > tr > td,
  .full-content .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.icon:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 40px;
  height: 38px;
}
.icon.icon-small::before {
  width: 30px;
  height: 30px;
}
.icon.icon-sunny::before {
  background-image: url("/assets/icon/icon-cloud/sunny.png");
}
.icon.icon-clear::before {
  background-image: url("/assets/icon/icon-cloud/sunny.png");
}
.icon.icon-clouds::before {
  background-image: url("/assets/icon/icon-cloud/cloudy.png");
}
.icon.icon-cloudy::before {
  background-image: url("/assets/icon/icon-cloud/cloudy.png");
}
.icon.icon-foggy::before {
  background-image: url("/assets/icon/icon-cloud/foggy.png");
}
.icon.icon-thunderstorm::before {
  background-image: url("/assets/icon/icon-cloud/thunder-storm.png");
}
.icon.icon-drizzle::before {
  background-image: url("/assets/icon/icon-cloud/drizzle.png");
}
.icon.icon-shower-rain::before {
  background-image: url("/assets/icon/icon-cloud/shower-rain.png");
}
.icon.icon-rain::before {
  background-image: url("/assets/icon/icon-cloud/rain.png");
}
.icon.icon-rainy::before {
  background-image: url("/assets/icon/icon-cloud/rain.png");
}
.icon.icon-mist::before {
  background-image: url("/assets/icon/icon-cloud/mist.png");
}
.icon.icon-question-circle {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/img/icon/question-circle.svg");
  width: 42px;
  height: 41px;
}
.icon.icon-answer-circle {
  background-image: url("https://d122axpxm39woi.cloudfront.net/assets/img/icon/answer-circle.svg");
  width: 42px;
  height: 41px;
}

html.state-sidebar-form body {
  overflow: hidden;
}

html.html-overflow-hidden {
  overflow: hidden;
}

.content-heading-h2 {
  margin-bottom: 30px;
}

.content,
.full-content {
  color: #181818;
  line-height: 1.8;
}
.content h1,
.full-content h1 {
  font-size: 22px;
}
.content h2,
.full-content h2 {
  font-size: 20px;
}
.content h3,
.full-content h3 {
  font-size: 18px;
  font-weight: 500;
}
.content h4, .content .modal-title,
.full-content h4,
.full-content .modal-title {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .content,
  .full-content {
    font-size: 18px;
  }
  .content h1,
  .full-content h1 {
    font-size: 26px;
  }
  .content h2,
  .full-content h2 {
    font-size: 22px;
  }
  .content h3,
  .full-content h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .content h4, .content .modal-title,
  .full-content h4,
  .full-content .modal-title {
    font-size: 18px;
    font-weight: 500;
  }
}
.content img,
.full-content img {
  border-radius: 8px;
  margin: 20px 0;
  max-width: 100%;
}
.content label,
.full-content label {
  display: inline-block;
}
.content p,
.full-content p {
  line-height: 1.8 !important;
}
.content ul,
.full-content ul {
  list-style: disc;
  padding-left: 30px;
}
.content .content-list-ul ul,
.content .table-of-contents ul,
.full-content .content-list-ul ul,
.full-content .table-of-contents ul {
  list-style: none;
  padding-left: 0;
}
.content .content-list-ul ul ul,
.content .table-of-contents ul ul,
.full-content .content-list-ul ul ul,
.full-content .table-of-contents ul ul {
  list-style: disc;
  padding-left: 30px;
}
.content.text-end,
.full-content.text-end {
  position: relative;
}
.content.text-end::after,
.full-content.text-end::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff 13.95%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}
.content h2,
.full-content h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.content .date,
.full-content .date {
  color: #828282;
}
.content a,
.full-content a {
  color: #3385D6;
}
.content a:hover,
.full-content a:hover {
  color: #EB8F00;
}
.content ol,
.full-content ol {
  padding-left: 25px;
}
.content ol ol,
.full-content ol ol {
  padding-left: 0;
}
.content table,
.full-content table {
  border: 1px solid #eee;
  box-shadow: 0px 0 4px 2px #eee;
  border-radius: 12px;
  border-spacing: 0;
  margin-top: 20px;
  overflow: hidden;
  height: auto !important;
}
.content table tr:first-child td,
.full-content table tr:first-child td {
  border-top: 0;
}
.content .table-th,
.full-content .table-th {
  border: none;
  box-shadow: 0px 3px 3px 1px #eee;
  border-radius: 12px;
  border-spacing: 0;
}
.content .table-th tr th,
.full-content .table-th tr th {
  text-align: center;
  vertical-align: middle;
}
.content .table-th tr td,
.full-content .table-th tr td {
  text-align: center;
  vertical-align: middle;
}
.content .table-th tr:first-child td,
.full-content .table-th tr:first-child td {
  border-top: 1px solid #eee;
}
.content .table-th tr th,
.full-content .table-th tr th {
  border-top: 1px solid #eee !important;
  border-bottom: 0;
}
.content .table-th tr th:first-child,
.full-content .table-th tr th:first-child {
  border-top: 0 !important;
  empty-cells: hide;
  position: relative;
}
.content .table-th tr th:first-child::before,
.full-content .table-th tr th:first-child::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: calc(100% + 5px);
  height: 100%;
  background: #fff;
  z-index: 99;
}
.content .table-th tr th:nth-child(2),
.full-content .table-th tr th:nth-child(2) {
  border-left: 1px solid #eee;
  border-radius: 12px 0 0 0;
}
.content .table-th tr th:last-child,
.full-content .table-th tr th:last-child {
  border-radius: 0 12px 0 0;
}
.content .table-full,
.full-content .table-full {
  border-spacing: 0;
  overflow: hidden;
  border-radius: 12px;
}
.content .table-full tr td,
.content .table-full tr th,
.full-content .table-full tr td,
.full-content .table-full tr th {
  border-right: 1px solid #ddd;
}
.content .table-full tr td:last-child,
.content .table-full tr th:last-child,
.full-content .table-full tr td:last-child,
.full-content .table-full tr th:last-child {
  border-right: none;
}
.content iframe, .content table,
.full-content iframe,
.full-content table {
  max-width: 100%;
}

.item-car {
  display: flex;
  margin-top: 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.item-car img {
  margin: 0;
  border-radius: 8px 0 0 8px;
  width: 50%;
  flex: 0 0 50%;
  height: inherit;
}
.item-car div {
  padding: 15px;
}
.item-car div label {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #181818;
}
.item-car div i {
  color: #E9680C;
  line-height: 21px;
  display: inline-block;
}
.item-car div span {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
}
.item-car div ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
}
.item-car div ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.item-car div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../../assets/icon/icon-cloud/check.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 16px;
  height: 16px;
}
.item-car div a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  background-color: #F37820;
  color: #fff;
  border: 1px solid #F37820;
  display: inline-block;
  float: right;
}
.item-car div a:hover {
  background-color: #fff;
  color: #F37820;
}

.col-content-page {
  float: left;
  width: 70%;
}
.col-content-page .data-content-page {
  height: 1000px;
  overflow: hidden;
}
.col-content-page .data-content-page.content-read {
  height: auto;
  overflow: unset;
}
.col-content-page .data-content-page.content-read.text-end::after {
  background: transparent;
}
.col-content-page .data-content-page.text-end {
  position: relative;
}
.col-content-page .data-content-page.text-end::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff 13.95%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
}

.col-menu-page {
  width: 30%;
  float: left;
  padding-right: 40px;
}
.col-menu-page .table-content__title {
  display: none;
}
.col-menu-page .table-content__title i {
  display: none;
}
.col-menu-page .table-content {
  border-radius: 8px;
  position: sticky;
  top: 55px;
}
.col-menu-page .table-content__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.col-menu-page .table-content-list {
  background: #F9F9F9;
  padding: 15px 15px 15px 0;
  max-height: 80vh;
  overflow-y: auto;
}
.col-menu-page .table-content-list .table_of_content {
  padding-left: 0;
}
.col-menu-page .table-content-list .table_of_content a {
  margin-bottom: 0;
  padding-left: 15px;
  color: #181818;
  font-size: 14px;
  display: inherit;
  line-height: 1.5;
}
.col-menu-page .table-content-list .table_of_content__h3 {
  padding-left: 0;
  margin-top: 15px;
}
.col-menu-page .table-content-list .table_of_content__h3 a {
  padding-left: 35px;
}
.col-menu-page .table-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.col-menu-page .table-content ul li {
  margin-bottom: 15px;
  cursor: pointer;
}
.col-menu-page .table-content ul li a:hover,
.col-menu-page .table-content ul li a:focus,
.col-menu-page .table-content ul li a.active {
  color: #DD6E1E;
  border-left: 4px solid #E2803A;
  padding-left: 11px;
}
.col-menu-page .table-content > ul li a:hover,
.col-menu-page .table-content > ul li a:focus,
.col-menu-page .table-content > ul li a.active {
  padding-left: 11px;
}
.col-menu-page .table-content ul.table_of_content__h3 li a:hover,
.col-menu-page .table-content ul.table_of_content__h3 li a:focus,
.col-menu-page .table-content ul.table_of_content__h3 li a.active {
  padding-left: 26px;
}
.col-menu-page .table-content ul li:last-child {
  border-bottom: 0px solid #C5C5C5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .item-car {
    flex-wrap: wrap;
  }
  .item-car img,
  .item-car div {
    width: 100%;
    flex: 0 0 100%;
    border-radius: 8px 8px 0 0;
  }
  .col-content-page {
    margin-top: 10px;
    width: 100%;
  }
}
.height-content {
  height: 1000px;
  overflow: hidden;
}
.height-content.content-read {
  height: auto;
  overflow: unset;
}
.height-content.content-read.text-end::after {
  background: transparent;
}

.bgr-content-gray {
  background-color: #fbfbfb !important;
  color: #181818;
  padding: 30px 30px 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0.25px solid #828282;
  border-radius: 12px;
  font-size: 16px;
}
.bgr-content-gray li a {
  color: #181818;
}
.bgr-content-gray li a:hover {
  color: #EB8F00;
}
.bgr-content-gray {
  position: relative;
}
@media (max-width: 767px) {
  .bgr-content-gray {
    position: sticky;
    top: 0;
  }
  .bgr-content-gray.position-content {
    padding: 10px 10px 5px;
    margin: 0 -15px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    z-index: 4;
  }
  .bgr-content-gray.position-content .table_of_content.show {
    max-height: 50vh;
    overflow: auto;
  }
  .bgr-content-gray.position-content label::after {
    top: 15px;
    right: 10px;
  }
}

.list-border-orange, blockquote {
  background-color: #fbfbfb !important;
  color: #181818;
  padding: 30px 30px 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0.25px solid #828282;
  border-radius: 12px;
  font-size: 16px;
}
.list-border-orange li a, blockquote li a {
  color: #181818;
}
.list-border-orange li a:hover, blockquote li a:hover {
  color: #EB8F00;
}
.list-border-orange, blockquote {
  border: 0;
  border-left: 2px solid #F47921;
  border-radius: 0;
}
.list-border-orange label, blockquote label,
.list-border-orange strong,
blockquote strong {
  margin-bottom: 10px;
}

.list-highlights {
  margin-top: 20px;
  margin-bottom: 20px;
}
.list-highlights label {
  background: #F27C54;
  border-radius: 12px 12px 0px 0px;
  padding: 7px 20px;
  color: #fff;
  margin: 0;
}
.list-highlights ul {
  margin-top: 0;
  background: #FFFBF8;
  border-radius: 0px 0px 12px 12px;
  padding: 20px 24px 20px 40px;
  font-size: 16px;
}

.tb-bgr-orange thead {
  background-color: #f27c54 !important;
  color: #fff;
}
.tb-bgr-orange tbody {
  background-color: #fff6ed !important;
}

.tb-bgr-green thead {
  background-color: #426c5e !important;
  color: #fff;
}
.tb-bgr-green tbody {
  background-color: #e0e9e6 !important;
}

.tb-bgr-violet thead {
  background-color: #665076 !important;
  color: #fff;
}
.tb-bgr-violet tbody {
  background-color: #dfdce3 !important;
}

.tb-bgr-blue thead {
  background-color: #525e7c !important;
  color: #fff;
}
.tb-bgr-blue tbody {
  background-color: #dddfe7 !important;
}

.tb-bgr-red thead {
  background-color: #731e21 !important;
  color: #fff;
}
.tb-bgr-red tbody {
  background-color: #e2d2d2 !important;
}

@media (max-width: 767px) {
  .full-content {
    display: inherit;
  }
  .content h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .content img {
    max-width: 100%;
    height: auto;
  }
  .content .table-th div:nth-child(1),
  .content .table-th div:nth-child(2) {
    max-width: 65px;
  }
  .content .table-th div:nth-child(3) {
    max-width: 115px;
  }
  .content .content-table {
    font-size: 14px;
  }
  .col-menu-page {
    background: #EFEFEF;
    padding: 0px;
    position: sticky;
    top: 0;
    z-index: 11;
  }
  .col-menu-page .table-content {
    width: 100%;
    padding: 0;
  }
  .col-menu-page .table-content-list {
    max-height: 50vh;
    box-shadow: 0px 50vh 0vh 35vh rgba(0, 0, 0, 0.6);
  }
  .col-menu-page .table-content__title {
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }
  .col-menu-page .table-content__title i {
    transition: 0.5s;
    display: block;
    font-weight: bold;
  }
  .col-menu-page .table-content__title.active i {
    transform: rotate(180deg);
    transition: 0.5s;
  }
  .col-menu-page ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .col-menu-page {
    width: 100%;
    padding-right: 0;
  }
  .col-menu-page .table-content {
    width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
  .col-menu-page .table-content-list {
    display: none;
  }
}
.bgr-content-gray label {
  cursor: pointer;
}
.bgr-content-gray label::after {
  content: "\e920";
  color: #000;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 25px;
}

.bgr-content-gray {
  padding: 20px 20px 15px;
}
.bgr-content-gray.bgr-content-gray-scroll {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
}
.bgr-content-gray ul {
  display: none;
}
.bgr-content-gray ul .show {
  display: block;
}

.content-page-button {
  border-top: 1px solid #ddd;
}
.content-page-button #read-more {
  border: 1px solid #E9680C;
  padding: 3px 20px;
  border-radius: 30px;
  font-size: 14px;
  position: relative;
  top: -17px;
  background: #fff;
  box-shadow: 1px 1px 5px 1px #ddd;
}

.text-table {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .text-table {
    display: none !important;
  }
}

.article-details img {
  max-width: 100%;
}
.article-details .list-weather {
  flex-wrap: wrap;
}

.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: 14px;
  line-height: 16px;
  color: #828282;
}

ol.breadcrumb {
  background-color: transparent;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  ol.breadcrumb {
    margin-top: 10px;
  }
}
ol.breadcrumb li a:hover, ol.breadcrumb li a:active, ol.breadcrumb li a:focus {
  color: #EB8F00;
}

.banner__bgr .breadcrumb-on-top {
  position: absolute;
  top: -10px;
}
.banner__bgr .breadcrumb-on-top li a {
  color: #fff;
}

@media (max-width: 767px) {
  .first-visible:before {
    display: none;
  }
}
.plan-trip {
  padding-top: 20px;
  margin-top: 40px;
}
.plan-trip [class^=ico-], .plan-trip .bgr-content-gray label::after, .bgr-content-gray .plan-trip label::after, .plan-trip [class*=" ico-"], .plan-trip .glyphicon {
  font-size: 30px;
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  .plan-trip .item {
    margin-bottom: 20px;
    justify-content: center;
  }
  .plan-trip .item .text-item {
    margin-left: 15px;
    width: 80%;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/*---Modal-----*/
.modal-lg {
  width: 802px;
}

.modal-header {
  border-bottom: 0;
}

.modal-background-footer {
  background-color: #f6f6f6;
  border-radius: 0 0 6px 6px;
}

.modal-backdrop.in {
  opacity: 0.9;
}

.modal-photo {
  padding-right: 0 !important;
}
.modal-photo .modal-body .owl-carousel {
  width: 1000px;
  margin: 0 auto;
}
.modal-photo .modal-content {
  background: none;
  box-shadow: none;
  border: 0;
}
.modal-photo .owl-nav {
  display: none;
}
.modal-photo .close {
  opacity: 1;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.modal-photo .close .glyphicon {
  top: 4px;
}
.modal-photo .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}
.modal-photo .caption-title,
.modal-photo .caption-number {
  position: absolute;
  bottom: 0px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  color: #fff;
}
.modal-photo .caption-title {
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  text-align: center;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-photo .caption-number {
  right: 10px;
  opacity: 0.8;
  font-size: 16px;
  text-align: right;
  line-height: 1;
}
.modal-photo .owl-dots {
  display: none;
}

.btnNext,
.btnPrev {
  position: absolute;
  top: 55%;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 10px 20px;
  z-index: 100;
}

.btnNext {
  right: 0;
}

.btnPrev {
  left: 0;
}

.pop-promotion {
  max-width: 530px !important;
}
.pop-promotion .popover-icon {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 14px;
  font-size: 12px 14px 14px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.pop-promotion .popover-title {
  border-bottom: none;
  background-color: #fff;
}
.pop-promotion .popover-content {
  padding: 0;
}

.modal-promotion .modal-title img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .modal-promotion .modal-title {
    display: flex;
    align-items: center;
  }
  .modal-promotion .modal-header .close {
    position: relative;
    top: -5px;
    left: 5px;
  }
}
.modal-promotion .modal-body {
  padding: 0;
}
.modal-promotion__header {
  background-color: #fff3f3;
  padding: 5px 15px;
}
@media (min-width: 767px) {
  .modal-promotion__header__sub {
    padding-left: 15px;
  }
}
.modal-promotion__header__sub {
  display: inline-block;
}
.modal-promotion__content {
  padding: 15px;
}
.modal-promotion__content ul {
  padding-left: 20px;
}
.modal-promotion__content__cod {
  margin-top: 15px;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}

.deals-gift, .pro-offer-note {
  cursor: pointer;
}

.pop-gif .popover-icon {
  padding: 10px 14px;
}
.pop-gif .ico-gift {
  font-size: 20px;
  background: #bdf4e2;
}
.pop-gif .border-grey {
  border-top: 1px solid #f2f2f2;
}
.pop-gif .modal-title i {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .modal-footer {
    text-align: center;
  }
  .modal-photo .modal-body .owl-carousel {
    width: 100%;
  }
  .modal-lg {
    width: 100%;
    margin: 0;
  }
  .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .modal-question-sign .btn {
    background: #DD6E1E;
  }
  .modal-question-sign .modal-header {
    background: #f2f2f2;
  }
}
@media (min-width: 1025px) {
  .modal-dialog {
    width: 800px;
  }
}
.question {
  margin-top: 40px;
}
.question__list div:not(:last-child) .question__item {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
}
.question__item {
  background: #fff;
  margin-bottom: 20px;
}
.question__item__question, .question__item__answer {
  position: relative;
}
.question__item__question .q-a-content, .question__item__answer .q-a-content {
  display: flex;
  align-items: flex-start;
}
.question__item__question .q-a-content .col-icon, .question__item__answer .q-a-content .col-icon {
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.question__item__question .q-a-content .col-icon img, .question__item__answer .q-a-content .col-icon img {
  width: auto !important;
}
.question__item__question .q-a-content .col-icon::after, .question__item__answer .q-a-content .col-icon::after {
  border-right: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: 0;
  height: 90%;
}
.question__item__question .q-a-content .col-icon .q-info, .question__item__answer .q-a-content .col-icon .q-info {
  margin-top: 8px;
}
.question__item__question .q-a-content .col-icon .q-info label, .question__item__answer .q-a-content .col-icon .q-info label {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 500;
  word-break: break-all;
  padding-right: 5px;
}
.question__item__question .q-a-content .col-icon .q-info span, .question__item__answer .q-a-content .col-icon .q-info span {
  font-size: 14px;
  color: #828282;
}
.question__item__question .q-a-content .col-icon .q-info.a-info label, .question__item__answer .q-a-content .col-icon .q-info.a-info label {
  color: #F2994A;
}
.question__item__question .q-a-content .col-info .q-detail, .question__item__answer .q-a-content .col-info .q-detail {
  margin-bottom: 15px;
  white-space: normal;
}
.question__item__question .q-a-content .col-info .row-reply .a-reply,
.question__item__question .q-a-content .col-info .row-reply .a-vote, .question__item__answer .q-a-content .col-info .row-reply .a-reply,
.question__item__answer .q-a-content .col-info .row-reply .a-vote {
  cursor: pointer;
}
.question__item__question .q-a-content .col-info .row-reply .a-reply img,
.question__item__question .q-a-content .col-info .row-reply .a-vote img, .question__item__answer .q-a-content .col-info .row-reply .a-reply img,
.question__item__answer .q-a-content .col-info .row-reply .a-vote img {
  width: auto !important;
}
.question__item__question .q-a-content .col-info .row-reply .a-reply .ico-like,
.question__item__question .q-a-content .col-info .row-reply .a-vote .ico-like, .question__item__answer .q-a-content .col-info .row-reply .a-reply .ico-like,
.question__item__answer .q-a-content .col-info .row-reply .a-vote .ico-like {
  position: relative;
  top: 1px;
}
.question__item__question .q-detail,
.question__item__question .row-reply {
  padding-left: 50px;
}
.question__item__question .input-reply {
  margin-left: 50px;
}
.question__item__answer {
  padding-left: 50px;
  margin-top: 15px;
}
.question__item__answer .input-reply {
  margin-left: 20px;
}
.question__item__answer .input-reply textarea {
  border: 1px solid #f2f2f2 !important;
}
.question__item__answer .col-info {
  margin-left: 20px;
}
.question__item__answer .col-info .col-icon {
  padding-bottom: 7px;
}
.question__item__answer .q-a-content::before {
  content: "";
  border-left: 1px solid #EFEFEF;
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
}
.question .input-reply {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}
.question .input-reply textarea {
  width: 100%;
  outline: none;
  border: 1px solid #f2f2f2;
}
.question .input-reply button {
  background-color: #F2994A;
  padding: 8px 30px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  border: 0;
  width: auto;
}
.question .ask-question {
  float: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  background-color: #74BBE3;
  border-radius: 22px;
  padding: 8px 30px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 30px;
}
.question .btn-more-question {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #2D9CDB;
  background: none;
  border: 1px solid #2D9CDB;
  padding: 10px 20px;
  border-radius: 20px;
}
.question .btn-more-question i, .question .btn-more-question span {
  position: relative;
  top: 2px;
}
.question .btn-more-question i::before, .question .btn-more-question span::before {
  color: #2D9CDB;
}
.question .btn-more-question:hover, .question .btn-more-question:active, .question .btn-more-question:active:hover, .question .btn-more-question:active:focus, .question .btn-more-question:focus {
  background-color: transparent;
  border: 1px solid #F47921;
  color: #F47921;
  outline: none;
}
.question .btn-more-question:hover i::before, .question .btn-more-question:active i::before, .question .btn-more-question:active:hover i::before, .question .btn-more-question:active:focus i::before, .question .btn-more-question:focus i::before {
  color: #F47921;
}

.modal-questions .modal-header {
  background-color: #eee;
  padding: 10px 20px;
}
.modal-questions .btn {
  background-color: #1b65e0;
  color: #fff;
}

@media (max-width: 768px) {
  .question__item__question, .question__item__answer {
    position: relative;
  }
  .question__item__question .q-a-content, .question__item__answer .q-a-content {
    display: block;
  }
  .question__item__question .q-a-content .col-icon, .question__item__answer .q-a-content .col-icon {
    position: relative;
    display: flex;
    flex-direction: initial;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .question__item__question .q-a-content .col-icon::after, .question__item__answer .q-a-content .col-icon::after {
    border-right: 0px solid #ddd;
  }
  .question__item__question .q-a-content .col-icon .q-info, .question__item__answer .q-a-content .col-icon .q-info {
    display: flex;
    flex-direction: inherit;
    align-items: center;
    margin-top: 0px;
  }
  .question__item__question .q-a-content .col-icon .q-info label, .question__item__answer .q-a-content .col-icon .q-info label {
    margin-bottom: 0px;
    word-break: unset;
    margin-right: 10px;
    margin-left: 10px;
  }
  .question__item__question .q-a-content .col-icon .q-info span, .question__item__answer .q-a-content .col-icon .q-info span {
    margin-top: 2px;
  }
  #questions_modal .modal-dialog {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .question {
    margin-top: 60px;
  }
  .question .content-width-850 {
    max-width: 800px;
  }
  .question__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
  .question__title h2 {
    margin-bottom: 0;
  }
  .question__title .ask-question {
    margin: 0;
  }
}
.ico-q-review,
.ico-a,
.ico-q,
.ico-logo {
  font-size: 38px;
  width: 48px;
}

.question__item__answer {
  display: none;
}

.col-icon-text {
  position: relative;
}

.text-q-review {
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  color: #6E6E6E;
  position: absolute;
  left: 0;
  top: 8px;
  width: 38px;
  text-align: center;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/*---Modal-----*/
.modal-lg {
  width: 802px;
}

.modal-header {
  border-bottom: 0;
}

.modal-background-footer {
  background-color: #f6f6f6;
  border-radius: 0 0 6px 6px;
}

.modal-backdrop.in {
  opacity: 0.9;
}

.modal-photo {
  padding-right: 0 !important;
}
.modal-photo .modal-body .owl-carousel {
  width: 1000px;
  margin: 0 auto;
}
.modal-photo .modal-content {
  background: none;
  box-shadow: none;
  border: 0;
}
.modal-photo .owl-nav {
  display: none;
}
.modal-photo .close {
  opacity: 1;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  cursor: pointer;
  font-size: 18px;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.modal-photo .close .glyphicon {
  top: 4px;
}
.modal-photo .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}
.modal-photo .caption-title,
.modal-photo .caption-number {
  position: absolute;
  bottom: 0px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  color: #fff;
}
.modal-photo .caption-title {
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  text-align: center;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-photo .caption-number {
  right: 10px;
  opacity: 0.8;
  font-size: 16px;
  text-align: right;
  line-height: 1;
}
.modal-photo .owl-dots {
  display: none;
}

.btnNext,
.btnPrev {
  position: absolute;
  top: 55%;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 10px 20px;
  z-index: 100;
}

.btnNext {
  right: 0;
}

.btnPrev {
  left: 0;
}

.pop-promotion {
  max-width: 530px !important;
}
.pop-promotion .popover-icon {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 14px;
  font-size: 12px 14px 14px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.pop-promotion .popover-title {
  border-bottom: none;
  background-color: #fff;
}
.pop-promotion .popover-content {
  padding: 0;
}

.modal-promotion .modal-title img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .modal-promotion .modal-title {
    display: flex;
    align-items: center;
  }
  .modal-promotion .modal-header .close {
    position: relative;
    top: -5px;
    left: 5px;
  }
}
.modal-promotion .modal-body {
  padding: 0;
}
.modal-promotion__header {
  background-color: #fff3f3;
  padding: 5px 15px;
}
@media (min-width: 767px) {
  .modal-promotion__header__sub {
    padding-left: 15px;
  }
}
.modal-promotion__header__sub {
  display: inline-block;
}
.modal-promotion__content {
  padding: 15px;
}
.modal-promotion__content ul {
  padding-left: 20px;
}
.modal-promotion__content__cod {
  margin-top: 15px;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}

.deals-gift, .pro-offer-note {
  cursor: pointer;
}

.pop-gif .popover-icon {
  padding: 10px 14px;
}
.pop-gif .ico-gift {
  font-size: 20px;
  background: #bdf4e2;
}
.pop-gif .border-grey {
  border-top: 1px solid #f2f2f2;
}
.pop-gif .modal-title i {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .modal-footer {
    text-align: center;
  }
  .modal-photo .modal-body .owl-carousel {
    width: 100%;
  }
  .modal-lg {
    width: 100%;
    margin: 0;
  }
  .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .modal-question-sign .btn {
    background: #DD6E1E;
  }
  .modal-question-sign .modal-header {
    background: #f2f2f2;
  }
}
@media (min-width: 1025px) {
  .modal-dialog {
    width: 800px;
  }
}
.youtube-content {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}
.youtube-content .play-button {
  width: 65px;
  height: 65px;
  background-color: #fff !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.9;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-content .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #444;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-content img {
  margin: 0;
}
.youtube-content .youtube {
  width: 100%;
  position: relative;
}

.youtube-content {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.youtube-content .youtube {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: 0;
}
.youtube-content .youtube {
  aspect-ratio: 16/9;
  height: auto;
  min-height: 195px;
}

@media (min-width: 768px) {
  .youtube-content {
    width: 100%;
    text-align: center;
  }
  .youtube-content .img-default {
    display: inline-block;
  }
  .youtube-content .youtube {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .youtube-content .youtubeiframe {
    height: 450px;
  }
}
.item-weather {
  width: 17%;
  text-align: center;
  border: 1px solid #eee;
  margin: 8px;
  padding: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  min-width: 106px;
  cursor: pointer;
}
.item-weather:hover, .item-weather:active, .item-weather:focus, .item-weather.active {
  background: #2C3E50;
}
.item-weather:hover span, .item-weather:active span, .item-weather:focus span, .item-weather.active span {
  color: #fff;
}
.item-weather .date {
  font-size: 14px;
  font-weight: 500;
}
.item-weather .mouth {
  margin-right: 10px;
}
.item-weather .temperature {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 500;
}

.list-weather-sm {
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-weather-sm .item-weather-sm {
  width: 12%;
  line-height: 20px;
  text-align: center;
  border: 1px solid #eee;
  margin: 5px;
  padding: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  cursor: pointer;
}
.list-weather-sm .item-weather-sm:hover, .list-weather-sm .item-weather-sm:active, .list-weather-sm .item-weather-sm:focus, .list-weather-sm .item-weather-sm.active {
  background: #2C3E50;
}
.list-weather-sm .item-weather-sm:hover span, .list-weather-sm .item-weather-sm:active span, .list-weather-sm .item-weather-sm:focus span, .list-weather-sm .item-weather-sm.active span {
  color: #fff;
}
.list-weather-sm .item-weather-sm .date {
  font-size: 12px;
  font-weight: 500;
}
.list-weather-sm .item-weather-sm .mouth {
  margin-right: 5px;
}
.list-weather-sm .item-weather-sm .temperature {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  margin-top: 0px;
  font-weight: 500;
}

@media (max-width: 1365px) {
  .list-weather {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .list-weather {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
  }
  .item-weather {
    width: 44%;
  }
  .list-weather-sm .item-weather-sm {
    width: 44%;
  }
}
.list-gallary-articles .list {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.list-gallary-articles .list .item {
  position: relative;
  width: 23%;
  margin: 1%;
}
.list-gallary-articles .list .item::before {
  content: "";
  background: linear-gradient(183.97deg, #000000 3.24%, rgba(18, 18, 18, 0) 96.77%);
  transform: rotate(-180deg);
  border-radius: 8px;
  opacity: 0.45;
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .list-gallary-articles .list .item {
    width: 48%;
  }
}
.list-gallary-articles .list .item img {
  border-radius: 8px;
  object-fit: cover;
}

.title-content-gallary {
  position: absolute;
  bottom: 8px;
  left: 10px;
  color: #fff;
  z-index: 99;
  font-weight: 400;
}
.title-content-gallary label, .title-content-gallary .title-link {
  font-size: 20px;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
}
.title-content-gallary span {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.title-content-gallary.arrow-right {
  width: calc(100% - 15px);
}
.title-content-gallary.arrow-right::after {
  content: "\e93b";
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 14px;
  display: inline-block;
  font-family: "bestprice";
  font-style: normal;
  font-weight: normal;
}

@media (max-width: 767px) {
  .monthly-meather .list {
    padding: 10px;
  }
  .monthly-meather .list .item img {
    max-width: 100%;
    height: 165px;
  }
}
.list-top-articles .heading-articles {
  margin-top: 40px;
  margin-bottom: 40px;
}
.list-top-articles .list-articles .item {
  width: 100%;
  margin: 10px;
}
.list-top-articles .list-articles .item::before {
  content: "";
  background: linear-gradient(183.97deg, #000000 3.24%, rgba(18, 18, 18, 0) 96.77%);
  transform: rotate(-180deg);
  border-radius: 8px;
  opacity: 0.7;
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.list-top-articles .list-articles .item img {
  height: 336px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}
.list-top-articles .list-articles .item .title-content-gallary {
  top: inherit;
  bottom: 8px;
  left: 15px;
  color: #fff;
  z-index: 99;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}
.list-top-articles .list-articles .item .title-content-gallary a {
  color: #fff;
}
.list-top-articles .list-articles .item .title-content-gallary .title-link {
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
.list-top-articles .list-articles .item .title-content-gallary .label-circle {
  padding: 7px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
  display: initial;
  top: -15px;
}
.list-top-articles .owl-stage-outer {
  margin: 0 -8px;
}
@media (max-width: 767px) {
  .list-top-articles .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
  }
}
.list-top-articles .owl-nav button {
  position: absolute;
  top: 44%;
  color: #000;
  background: #fff !important;
  width: 33px;
  height: 33px;
  line-height: 35px !important;
  border-radius: 33px;
  box-shadow: 0 0 1px 1px #eee;
}
.list-top-articles .owl-nav button.owl-prev {
  left: -16px;
}
.list-top-articles .owl-nav button.owl-next {
  right: -16px;
}

.list-top-articles_1 {
  margin-bottom: 60px;
  margin-top: 40px;
}
.list-top-articles_1 .list-articles .item img {
  height: 232px;
}
.list-top-articles_1 .owl-carousel-articles-home .item img {
  height: 392px;
}
@media (max-width: 767px) {
  .list-top-articles_1 .owl-carousel-articles-home .item img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .owl-stage-outer {
    position: relative;
  }
  .owl-stage-outer::after {
    content: "";
    width: 75px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background: linear-gradient(270.03deg, #FFFFFF 4.75%, rgba(255, 255, 255, 0) 95.2%);
  }
  #travel-video-of-the-month .owl-stage-outer::after {
    background: none;
  }
}
.list-articles-default {
  padding: 0;
}
.list-articles-default .item {
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
}
.list-articles-default .item .title {
  color: #181818;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
.list-articles-default .item .title:hover {
  color: #EB8F00;
}
.list-articles-default .item .img-transportations {
  border-radius: 8px;
  width: 35%;
  flex: 0 0 35%;
  max-width: 100%;
}
.list-articles-default .item img {
  cursor: pointer;
}
.list-articles-default .item .content-item {
  width: 50%;
}
.list-articles-default .item .content-item .span-img {
  display: inherit;
  margin-bottom: 8px;
  color: #828282;
}
.list-articles-default .item .content-item .span-img img {
  position: relative;
  top: -1px;
}
.list-articles-default .item .content-item .span-img [class^=ico-], .list-articles-default .item .content-item .span-img .bgr-content-gray label::after, .bgr-content-gray .list-articles-default .item .content-item .span-img label::after,
.list-articles-default .item .content-item .span-img [class*=" ico-"],
.list-articles-default .item .content-item .span-img .glyphicon {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.list-articles-default .item .content-item .span-img [class^=ico-]::before,
.list-articles-default .item .content-item .span-img [class*=" ico-"]::before,
.list-articles-default .item .content-item .span-img .glyphicon::before {
  color: #828282;
}
.list-articles-default .item .content-item .span-img .ico-currency {
  font-size: 22px;
  position: relative;
  top: 4px;
}
.list-articles-default .item .content-item .span-img b {
  color: #181818;
}
.list-articles-default .item .btn-read-more {
  width: 12%;
  flex: 0 0 12%;
}
.list-articles-default .item .btn-read-more button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-articles-default.list-halong-bay {
  position: relative;
}
.list-articles-default.list-halong-bay .item {
  background: #ffffff;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.list-articles-default.list-halong-bay .item .img-transportations {
  width: 46%;
  flex: 0 0 46%;
}
.list-articles-default.list-halong-bay .item .img-transportations img {
  border-radius: 8px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .list-articles-default.list-halong-bay .item .img-transportations img {
    height: auto;
  }
}
.list-articles-default.list-halong-bay .item .content-item {
  width: 54%;
  flex: 0 0 54%;
  padding: 20px;
  line-height: 25px;
}
.list-articles-default.list-halong-bay .item .content-item .btn_book_tour {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
@media (max-width: 767px) {
  .list-articles-default.list-halong-bay .item .content-item .btn_book_tour {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .list-articles-default.list-halong-bay .item .img-transportations,
  .list-articles-default.list-halong-bay .item .content-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.list-articles-default .ul-default {
  list-style: disc;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.list-articles-default .ul-default li {
  width: 50%;
  flex: 0 0 50%;
  word-wrap: break-word;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .list-articles-default .ul-default li {
    width: 100%;
    flex: 0 0 100%;
  }
}

.view-map {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: #F2F2F2;
  border-radius: 0 0 5px 5px;
  width: 530px;
  max-width: 46%;
  padding: 10px 15px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .view-map {
    max-width: 100%;
    bottom: -37px;
  }
}

.ul-icon-check li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.ul-icon-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url("/assets/icon/icon-cloud/check.png");
  background-repeat: no-repeat;
  background-position: left top;
  width: 16px;
  height: 16px;
}

.btn-more-guide {
  background: transparent;
  border: 1px solid #2D9CDB;
  color: #2D9CDB;
  border-radius: 20px;
}

.btn-more-guide:hover,
.btn-more-guide:focus {
  background-color: #FFE8D6;
  color: #F47921;
  border: 1px solid #F47921;
}

@media (max-width: 767px) {
  .list-articles-default .item .img-transportations,
  .list-articles-default .item .content-item,
  .list-articles-default .item .btn-read-more {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
  }
  .list-articles-default .item .img-transportations .view-map,
  .list-articles-default .item .content-item .view-map,
  .list-articles-default .item .btn-read-more .view-map {
    width: 100%;
  }
  .list-articles-default .item .content-item {
    margin-top: 20px;
  }
  .list-articles-default .item .btn-read-more {
    margin-left: auto;
    margin-top: 20px;
  }
  .list-articles-default .item .btn-read-more button {
    position: relative;
  }
  .list-articles-default .item .btn_book_tour {
    margin-top: 20px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.89" cx="35" cy="35" r="35" fill="white" /><path d="M49.5664 35.331L28.214 23.0032V47.6588L49.5664 35.331Z" fill="%23444444" /><path d="M49.5664 35.331L28.214 23.0032V47.6588L49.5664 35.331Z" fill="black" fill-opacity="0.2" /></svg>') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Custom */
.owl-carousel .owl-item img {
  height: auto;
  cursor: pointer;
}

.list-destination {
  margin: 40px -15px 0;
  flex-wrap: wrap;
  align-items: inherit;
  justify-content: inherit;
}
.list-destination .item {
  width: 31%;
  flex: 0 0 31%;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  margin: 1%;
}
.list-destination .item .item-img {
  position: relative;
}
.list-destination .item .item-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(183.97deg, #000000 3.24%, rgba(18, 18, 18, 0) 56.77%);
  transform: rotate(-180deg);
  cursor: pointer;
}
.list-destination .item .item-img img {
  max-width: 100%;
}
.list-destination .item .item-img .title-img {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  z-index: 9;
}
.list-destination .item .item-content {
  padding: 15px;
  line-height: 1.8;
}
.list-destination .item .item-content a {
  color: #181818;
}
.list-destination .item .item-content a:hover {
  color: #181818;
}
.list-destination .item .item-content a:hover span {
  color: #E9680C;
}

@media (max-width: 767px) {
  .list-destination {
    margin: 40px 10px 0 0;
  }
  .list-destination .item {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.map-location {
  position: relative;
}
.map-location #map {
  position: relative;
  height: 462px;
  width: 100%;
  margin-top: 30px;
  border-radius: 20px 20px 0px 0px;
}
.map-location .note-map {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 8px 8px;
  padding: 30px 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .map-location .note-map {
    padding: 30px;
  }
}
.map-location .note-map ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding: 0;
}
.map-location .note-map ul li {
  width: 25%;
  flex: 0 0 25%;
}
@media (max-width: 767px) {
  .map-location .note-map ul li {
    width: 50%;
    flex: 0 0 50%;
  }
}
.map-location .note-map .img-map {
  position: relative;
  margin-bottom: 8px;
  background-image: url("/assets/icon/map-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  padding-left: 30px;
  width: 22px;
  height: 25px;
  margin-bottom: 25px;
}
.map-location .note-map .img-map.active {
  background-image: url("/assets/icon/map-orange.png");
}
.map-location .note-map .img-map.img-map-1::after {
  content: "1";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-2::after {
  content: "2";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-3::after {
  content: "3";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-4::after {
  content: "4";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-5::after {
  content: "5";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-6::after {
  content: "6";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-7::after {
  content: "7";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-8::after {
  content: "8";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-9::after {
  content: "9";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(8px, 4px);
}
.map-location .note-map .img-map.img-map-10::after {
  content: "10";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(5px, 4px);
}
.map-location .note-map .img-map.img-map-11::after {
  content: "11";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(5px, 4px);
}
.map-location .note-map .img-map.img-map-12::after {
  content: "12";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: translate(5px, 4px);
}
.map-location .mapboxgl-marker {
  background-image: url("/assets/icon/map-blue.png");
  background-size: cover !important;
  width: 32px;
  height: 36px;
  cursor: pointer;
}
.map-location .mapboxgl-marker#marker1::after {
  content: "1";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker2::after {
  content: "2";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker3::after {
  content: "3";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker4::after {
  content: "4";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker5::after {
  content: "5";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker6::after {
  content: "6";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker7::after {
  content: "7";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker8::after {
  content: "8";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker9::after {
  content: "9";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(11px, 8px);
}
.map-location .mapboxgl-marker#marker10::after {
  content: "10";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(6px, 8px);
}
.map-location .mapboxgl-marker#marker11::after {
  content: "11";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(6px, 8px);
}
.map-location .mapboxgl-marker#marker12::after {
  content: "12";
  color: #fff;
  position: absolute;
  font-size: 16px;
  transform: translate(6px, 8px);
}
.map-location .mapboxgl-marker.active {
  background-image: url("/assets/icon/map-orange.png");
}

.list-panel-content .map-location #map {
  width: 96%;
}
.list-panel-content .map-location .note-map {
  width: 96%;
  line-height: 20px;
}

#mapModal .modal-dialog {
  width: 800px;
  height: 500px;
}
@media (max-width: 767px) {
  #mapModal .modal-dialog {
    width: 400px;
    padding: 0;
  }
}
#mapModal button.close {
  background: #fff;
  width: 33px;
  height: 33px;
  border-radius: 33px;
  float: left;
  position: relative;
  top: 3px;
  left: -22px;
  z-index: 99;
}
@media (max-width: 767px) {
  #mapModal button.close {
    top: -5px;
    left: 0;
  }
}
#mapModal .map-view {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  border-radius: 12px;
}
#mapModal .map-view .mapboxgl-map {
  width: 800px;
  height: 500px;
}

.footer-link {
  position: relative;
  bottom: -80px;
}
.footer-link a.item-link {
  color: #181818;
  font-weight: 400;
}
.footer-link a.item-link:hover, .footer-link a.item-link:focus {
  color: #EB8F00;
}
@media (max-width: 767px) {
  .footer-link a.item-link {
    width: 48%;
    margin-bottom: 10px;
  }
}
.footer-link .content-heading-h2 {
  font-size: 20px;
}
@media (min-width: 767px) {
  .footer-link .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 767px) {
  .footer-link .list a.item-link {
    width: 25%;
    flex: 0 0 25%;
    margin-bottom: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 767px) {
  .footer-link .list.list-row-3 a.item-link {
    width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 10px;
    padding-right: 10px;
  }
}

label {
  display: inherit;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.form-search-guide {
  padding: 15px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: rgba(243, 120, 33, 0.14);
}
.form-search-guide .search_popup {
  flex-wrap: nowrap;
}
.form-search-guide .search_popup .d-flex {
  justify-content: space-between;
  margin-bottom: 20px;
}
.form-search-guide .search_popup .label-search-form {
  color: #6E6E6E;
  font-weight: 500;
  font-size: 14px;
}
.form-search-guide .search_popup #search_button {
  height: 48px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  width: 70%;
  margin: 0 auto;
  background: #fff;
  color: #E9680C;
  border-color: #E9680C;
}
.form-search-guide .search_popup #search_button i {
  position: relative;
  top: 3px;
  font-size: 20px;
  margin-right: 5px;
}
.form-search-guide .search_popup #search_button i::before {
  color: #E9680C;
}
.form-search-guide .search_popup #search_button:hover {
  background-color: #E9680C;
  color: #fff;
  border-color: #E9680C;
}
.form-search-guide .search_popup #search_button:hover i::before {
  color: #fff;
}
.form-search-guide .search_popup .search_popup__date {
  width: calc(50% - 10px);
}
.form-search-guide .search_popup .search_popup__date .search-form__content__form__date__input .label-search-form {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
  color: #181818;
}
.form-search-guide .search_popup .search_popup__date .search-form__content__form__date__input .bpv-date-input {
  border: 0;
  outline: 0;
  box-shadow: none !important;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: -5px;
  background-color: initial !important;
  cursor: pointer;
}
.form-search-guide .search-form__content__form__duration {
  width: calc(50% - 10px);
}
.form-search-guide #tour_destination_group .icon-before {
  position: relative;
}
.form-search-guide #tour_destination_group .icon-before .search-choice-close {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.form-search-guide #tour_destination_group .label-search-form {
  width: 100%;
}
.form-search-guide #tour_destination_group .twitter-typeahead {
  width: 100%;
}
.input-default, .form-search-guide .search_popup .search_popup__date .search-form__content__form__date__input, .form-search-guide .search-form__content__form__duration .popup-form, .form-search-guide #tour_destination_group .twitter-typeahead input {
  padding: 10px 15px;
  padding-bottom: 6px;
  border: 1px solid #EAEAEA;
  background: #fff;
  border-radius: 8px;
  margin-top: 0;
  width: 100%;
  justify-content: flex-start;
  height: 48px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.04);
}

.modal-search-form {
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  top: 50%;
  margin-top: -50%;
}
@media (max-width: 767px) {
  .modal-search-form.fade {
    -webkit-transition: opacity 0.35s linear;
    transition: opacity 0.35s linear;
  }
  .modal-search-form.fade.in {
    margin-top: 0;
    top: 0;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    border-radius: 0;
  }
  .modal-search-form.fade.in .modal-dialog {
    padding: 0;
  }
  .modal-search-form.fade.in .modal-title {
    color: #828282;
  }
}
.modal-search-form .popover-content {
  max-height: 318px;
  overflow: auto;
}
.modal-search-form .modal-body {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .modal-search-form .modal-body {
    max-height: 318px;
    overflow: auto;
  }
}
.modal-search-form .modal-content {
  border-radius: 0;
}
.modal-search-form .modal-footer {
  display: none;
}
.modal-search-form .modal-header {
  background-color: #E5E5E5;
  border-radius: 0;
}
.modal-search-form .filter_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  border-top: 1px solid #E5E5E5;
  height: 60px;
  margin-bottom: 0;
  position: relative;
  top: -1px;
}
.modal-search-form .filter_row.first {
  border-top: 0px solid #E5E5E5;
}
.modal-search-form .filter_row:first-child {
  border-top: 0px solid #E5E5E5;
}
.modal-search-form .filter_row.filter_row_all {
  border-bottom: 1px solid #E5E5E5;
}
.modal-search-form .filter_row label {
  width: 100%;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin-bottom: 0;
}
.modal-search-form .filter_row label .checkmark {
  right: 0;
  left: unset;
}

.form-search-guide #tour_destination_group input {
  padding-bottom: 10px !important;
}

.form-search-guide .search_popup .search_popup__date .search-form__content__form__date__input .bpv-date-input {
  margin-top: -3px;
}

.form-search-guide .search-form__content__form__duration .popup-form {
  line-height: 26px;
}

.modal-search-form .popover-title,
.modal-search-form .popover-footer {
  display: none !important;
}

.bgr_datepicker::before {
  content: "";
  background-color: #000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: fixed;
  z-index: 99;
}
.bgr_datepicker #ui-datepicker-div {
  height: 65% !important;
  top: initial !important;
  z-index: 10000 !important;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.bgr_datepicker #ui-datepicker-div .ui-datepicker-header {
  margin: 0 0 10px;
  background-color: #fff;
}
.bgr_datepicker .date-range-picker-custom {
  height: 65%;
  bottom: 0;
  top: inherit !important;
}
.bgr_datepicker .title_departure_mb {
  position: fixed;
  top: calc(35% - 49px);
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  z-index: 9999;
  line-height: 50px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tt-dropdown-menu {
  width: 100%;
  /*width: 300px;*/
  margin-top: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #06c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #333;
}
.tt-dropdown-menu .lb-header {
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #eee;
  font-style: italic;
  clear: both;
  float: left;
}
.tt-dropdown-menu .lb-header::affter {
  border: 1px solid #DD6E1E;
}
.tt-dropdown-menu .tt-suggestion {
  padding-left: 15px;
}
.tt-dropdown-menu .tt-suggestion:hover {
  background-color: transparent;
  color: #DD6E1E;
  cursor: pointer;
}

@media (max-width: 767px), all and (min-width: 344px) and (max-width: 940px) and (max-height: 450px) and (orientation: landscape) {
  #bgr_tour_destination .modal-dialog {
    width: 100%;
    height: 70vh;
    z-index: 99;
    padding: 0;
    border-radius: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    background: #fff;
  }
  #bgr_tour_destination .modal-dialog .modal-content {
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  #bgr_tour_destination .modal-dialog .modal-content .modal-body {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    display: flex;
    align-items: center;
  }
  #bgr_tour_destination .modal-dialog .modal-content .modal-body i {
    position: absolute;
    left: 15px;
    z-index: 9;
    font-size: 20px;
    margin-top: 0;
  }
  #bgr_tour_destination .modal-dialog .modal-content .modal-body .ico-address {
    font-size: 24px;
  }
  #bgr_tour_destination .modal-dialog .modal-content .modal-body input {
    border: none;
    box-shadow: none;
    padding-left: 42px;
    font-size: 16px;
  }
  #bgr_tour_destination .modal-dialog .modal-content .modal-body .btn-clear {
    color: #828282;
    position: absolute;
    right: 0;
    font-size: 16px;
    width: 50px;
    text-align: center;
    top: 15px;
  }
  #bgr_tour_destination .modal-dialog .modal-content .modal-body .btn-clear::before {
    content: "\e945";
    background: #D9D9D9;
    color: #828282;
    font-size: 10px;
    padding: 7px;
    border-radius: 30px;
  }
  #bgr_tour_destination .twitter-typeahead {
    width: 100%;
  }
  #bgr_tour_destination .modal-header {
    background: #FBFBFB;
  }
  #bgr_tour_destination .modal-header button {
    float: left;
    font-size: 14px;
    color: #2D9CDB;
    font-weight: 500;
  }
  #bgr_tour_destination .modal-header button i {
    position: relative;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    font-size: 18px;
  }
  .modal-backdrop-bgr {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.9;
    height: 100vh;
    width: 100%;
  }
  .tt-dropdown-menu {
    padding: 15px 15px 5px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
    height: calc(100vh - 70px);
    overflow: auto;
  }
  .tt-dropdown-menu .tt-dataset-destinations:after {
    display: none;
  }
  .scroll-form-tour-mobile #tour_destination_group .ico-address::before {
    color: #181818;
  }
}
.tailor_make {
  background: rgba(243, 120, 33, 0.14);
  border-radius: 4px;
  padding: 26px 25px;
  text-align: center;
}
.tailor_make a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tailor_make .ico-line {
  margin-right: 5px;
  font-size: 32px;
}
.tailor_make .ico-m-phone {
  margin-right: 5px;
  font-size: 32px;
}
.tailor_make .ico-viber {
  margin-left: 5px;
  font-size: 32px;
}
.tailor_make__avatar img {
  height: 115px;
  width: 115px !important;
}
.tailor_make__title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}
.tailor_make__email {
  margin-top: 15px;
}
.tailor_make__phone {
  margin-top: 15px;
}
.tailor_make__phone i {
  padding-right: 5px;
}
.tailor_make__phone a {
  font-weight: 700;
}
.tailor_make__contact {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: 15px auto;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .tailor_make__contact {
    max-width: 260px;
  }
}
.tailor_make__contact a {
  display: inline-block;
}
.tailor_make__contact img {
  margin-right: 10px;
}
.tailor_make__btn_inquire {
  background: #F37821;
  border-radius: 4px;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  padding: 14px;
  padding: 14px 40px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.tailor_make_full {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .tailor_make_full {
    margin-top: 120px;
  }
  .tailor_make_full .tailor_make__avatar {
    margin-top: -80px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 390px) and (max-device-width: 896px) and (orientation: landscape) {
  .tailor_make {
    display: flex;
    align-items: center;
  }
  .tailor_make .tailor_make__avatar {
    margin-right: 15px;
    margin-bottom: auto;
    margin-top: 0;
  }
  .tailor_make .tailor_make__title__contact {
    text-align: left;
  }
  .tailor_make .tailor_make__title__contact .tailor_make__title {
    margin-top: 0;
  }
  .tailor_make .tailor_make__title__contact .tailor_make__phone a {
    justify-content: flex-start;
  }
  .tailor_make .tailor_make__title__contact .tailor_make__contact {
    justify-content: flex-start;
  }
  .tailor_make .tailor_make__title__contact .tailor_make__contact i {
    margin-right: 20px;
  }
  .tailor_make .tailor_make__btn_inquire {
    padding: 14px 30px;
  }
}
.row-review .review-score {
  color: #fff;
  width: 37px;
  height: 23px;
  font-weight: 700;
  margin-right: 5px;
  padding: 3px 6px;
  border-radius: 8px;
}
.row-review .review-lang {
  font-weight: 500;
}
.row-review .review-number {
  font-weight: 400;
  color: #828282;
  font-size: 14px;
}

@media (max-width: 767px), (min-width: 344px) and (max-width: 940px) and (max-height: 450px) and (orientation: landscape) {
  #bgr_tour_destination .modal-dialog .modal-content .modal-body .btn-clear {
    top: 22px;
  }
  .col-sidebar {
    padding-right: 0;
  }
}
.breadcrumb-on-top .breadcrumb {
  text-align: left;
  padding-left: 0;
}

.article-details .container .col-content {
  margin-left: 0;
}

.d-flex {
  display: flex;
}

.col-sidebar {
  max-width: 355px;
}
@media (min-width: 767px) {
  .col-sidebar {
    width: 355px;
  }
}
@media (max-width: 767px) {
  .col-sidebar {
    padding-right: 15px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-content {
    width: calc(100% - 355px);
    padding-right: 30px;
  }
}

.flex-date {
  display: flex;
  justify-content: space-between;
}

.col-sidebar-title {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .col-sidebar-title {
    font-size: 18px;
  }
}

.col-sidebar-guide-package-item {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}
.col-sidebar-guide-package-item img {
  border-radius: 8px;
}
.col-sidebar-guide-package-item:hover .title {
  color: #F47921;
}
.col-sidebar-guide-package-content {
  padding-left: 10px;
  width: calc(100% - 115px);
}
.col-sidebar-guide-package-content label,
.col-sidebar-guide-package-content a {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #444;
  display: inherit;
}
.col-sidebar-guide-package-content label:hover,
.col-sidebar-guide-package-content a:hover {
  color: #F47921;
}
.col-sidebar-guide-package-review {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-sidebar-guide-package-review .price-from {
  font-size: 16px;
  font-weight: 400;
  color: #b72020;
}
.col-sidebar-guide-package-review .price-origin,
.col-sidebar-guide-package-review .font-size-13 {
  font-size: 14px;
  color: #828282;
}
.col-sidebar-guide-package-review .package-review {
  margin-bottom: 5px;
}
.col-sidebar-guide-package .btn-more-tour {
  color: #F47921;
  border-color: #F47921;
  border-radius: 20px;
  margin-top: 20px;
  padding: 8px 40px;
  background: transparent;
}
.col-sidebar-guide-package .btn-more-tour:hover, .col-sidebar-guide-package .btn-more-tour:focus {
  color: #fff;
  background: #F47921;
  box-shadow: none;
}

.tailor_make {
  border-radius: 20px;
  margin-top: 40px;
  padding: 25px 20px;
}

.col-sidebar-guide-package-price {
  margin-left: auto;
  line-height: 19px;
}

.find-tour {
  background: #F5F5F5;
  padding: 15px;
  display: none;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .find-tour {
    display: block;
  }
}
.find-tour-title {
  font-size: 18px;
  width: 100%;
  position: relative;
}
.find-tour-title::after {
  content: "\e920";
  color: #000;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "bestprice" !important;
}
.find-tour-list span {
  padding-right: 20px;
  font-size: 14px;
}
.find-tour-list span:not(:last-child) {
  position: relative;
}
.find-tour-list span:not(:last-child)::after {
  content: ".";
  position: absolute;
  top: -22px;
  text-align: center;
  width: 20px;
  font-size: 30px;
}

.tt-dropdown-menu {
  border: none;
  padding-top: 15px;
}

.tt-dataset-destinations {
  width: 100%;
  border-radius: 0 0 8px 8px;
  border: none;
  box-shadow: none;
}

.tt-dataset-destinations:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  vertical-align: middle;
  position: absolute;
  top: -29px;
  left: 10px;
}

.tt-dataset-destinations:after {
  border-bottom-color: #eee;
}

.tt-dataset-destinations__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FBFBFB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.tt-dataset-destinations__item__left {
  font-size: 16px;
  font-weight: 400;
}
.tt-dataset-destinations__item__left__city {
  color: #444444;
}
.tt-dataset-destinations__item__left__country {
  font-size: 14px;
  color: #828282;
}
.tt-dataset-destinations__item__right {
  width: fit-content;
  background: #FBFBFB;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 18px;
  height: 40px;
  min-width: 70px;
  text-align: center;
}
.tt-dataset-destinations__item__right__type {
  font-weight: 500;
  color: #E9680C;
  line-height: 16px;
}
.tt-dataset-destinations__item__right__number {
  font-weight: 400;
  color: #828282;
  line-height: 16px;
}

.tt-suggestion:last-child .tt-dataset-destinations__item {
  border-bottom: none;
}

body {
  font-size: 16px;
}

.bpg-foundation tbody {
  max-height: 435px;
  overflow: auto;
  display: block;
}
.bpg-foundation tbody tr,
.bpg-foundation thead tr {
  width: 100%;
  position: relative;
  display: inline-table;
}
.bpg-foundation thead tr {
  width: calc(100% - 17px);
}

.col-content .date {
  width: 100%;
  display: flex;
}
.col-content .fb-share-button {
  margin-left: auto;
  width: auto;
}

@media (min-width: 767px) {
  .heading-destination p {
    line-height: 39px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  img {
    max-height: 100%;
    max-width: 100%;
  }
  .article-details .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.list-articles-default.list-halong-bay .img-transportations img {
  border-radius: 8px 0 0 8px;
}
.list-articles-default.list-halong-bay .content-item .ul-default {
  margin-bottom: 15px;
}
.list-articles-default.list-halong-bay .content-item .ul-default li {
  margin-bottom: 6px;
}
.list-articles-default.list-halong-bay .content-item label {
  margin-bottom: 15px;
}
.list-articles-default.list-halong-bay .content-item span {
  line-height: 24px;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .list-articles-default.list-halong-bay .content-item span {
    padding-bottom: 10px;
  }
}
.list-articles-default.list-halong-bay .content-item .short-content {
  line-height: 24px;
  display: block;
  padding-top: 20px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .list-articles-default.list-halong-bay .content-item .short-content {
    padding-bottom: 10px;
  }
}
.list-articles-default.list-halong-bay .content-item button {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.footer-link .footer-read-more {
  align-items: flex-start;
  align-content: flex-start;
}
@media (min-width: 767px) {
  .footer-link .footer-read-more .item {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 767px) {
  .footer-link .footer-read-more .item {
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
.footer-link .footer-read-more .item a.item-link {
  display: inline-block;
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 5px;
  padding-right: 10px;
  line-height: 30px;
}
.footer-link .footer-read-more .item .cnt-list {
  height: 140px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-link .footer-read-more .item .cnt-list {
    height: 135px;
  }
}
.footer-link .footer-read-more .item .cnt-read {
  height: auto;
  overflow: unset;
}
.footer-link .footer-read-more .item .more-link {
  cursor: pointer;
  position: relative;
}
.footer-link .footer-read-more .item .more-link::after {
  content: "\e920";
  font-family: "bestprice";
  position: relative;
  right: 0;
  top: 2px;
}
.footer-link .footer-read-more .item .more-link-icon::after {
  content: "\e91d";
}

.view-map {
  position: relative;
  top: -5px;
  max-width: 100%;
}

.article-details p > iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: 0;
}
.article-details p > iframe {
  aspect-ratio: 16/9;
  height: auto;
  min-height: 220px;
}
.article-details p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

/*# sourceMappingURL=guide_detail.css.map */