@charset "UTF-8";
* {
  -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: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  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 #eeeeee;
}

.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, 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,
h4 .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: #777777;
}

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, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .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, .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: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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: #777777;
}
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 #eeeeee;
  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%;
  }
}
.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-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: #000000d9;
}
.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;
  }
}
.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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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;
}

.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;
  }
}
.container {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

[class*=col-] {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@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;
  }
  .container-v2 [class*=col-] {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

@media (min-width: 768px) {
  .tab-tour-details.tab-orange ul li {
    margin-right: 50px;
  }
}
.margin-top-0 {
  margin-top: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

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

.padding-bottom-0 {
  padding-bottom: 0px;
}

.margin-left-0 {
  margin-left: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.margin-top-5 {
  margin-top: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

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

.padding-bottom-5 {
  padding-bottom: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

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

.padding-bottom-10 {
  padding-bottom: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

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

.padding-bottom-15 {
  padding-bottom: 15px;
}

.margin-left-15 {
  margin-left: 15px;
}

.padding-left-15 {
  padding-left: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

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

.padding-bottom-20 {
  padding-bottom: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

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

.padding-bottom-25 {
  padding-bottom: 25px;
}

.margin-left-25 {
  margin-left: 25px;
}

.padding-left-25 {
  padding-left: 25px;
}

.margin-right-25 {
  margin-right: 25px;
}

.padding-right-25 {
  padding-right: 25px;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

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

@media (min-width: 768px) {
  .bpv-col-left, .bpv-left {
    float: right;
    width: 72%;
  }

  .bpv-col-right, .bpv-right {
    float: left;
    width: 28%;
    padding-left: 20px;
  }

  .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) {
  .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%;
  }
}
/* 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: #27AA45;
}

.text-red {
  color: #ED3F37;
}

.text-highlight {
  color: #003580;
}

.text-special {
  color: #DD6E1E;
}

.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: #27AA45;
}

.text-blue {
  color: #5E98CC;
}

.text-very-good {
  color: #297AA8;
}

.text-average {
  color: #00a5ff;
}

.text-poor {
  color: #BDBDBD;
}

/* Background Color
   ========================================================================== */
.bg-choice {
  background-color: #27AA45 !important;
}

.bg-highlight {
  background-color: #27AA45 !important;
}

.bg-color-excellent {
  background: #27AA45;
}

.bg-color-very-good {
  background: #297AA8;
}

.bg-color-average {
  background: #00a5ff;
}

.bg-color-poor {
  background: #828282;
}

.main-content {
  background-color: #f0f0f0;
}

.backgroud-color-grey {
  background-color: #f8f8f8;
}

/* Price
   ========================================================================== */
.price-from {
  font-size: 20px;
  font-weight: bold;
  color: #B20000;
}

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

html,
body {
  font-family: "Roboto", "Arial", "sans-serif";
  background-color: #fff;
  font-size: 16px;
  margin: 0;
  color: #444;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
  line-height: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

/* Mobile
   ========================================================================== */
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  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.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -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;
}

textarea.form-control {
  height: auto;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  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-block {
  display: block;
  width: 100%;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

.data-content-page {
  line-height: 28px;
}

.no-padding {
  padding: 0 !important;
}

@media (min-width: 1025px) {
  .content-middle {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
  }
}
main {
  margin-top: 46px;
}
@media (min-width: 768px) {
  main {
    margin-top: 55px;
  }
}

#ui-datepicker-div {
  z-index: 1060 !important;
}

@media (max-width: 767px) {
  #ui-datepicker-div {
    width: 100%;
    min-height: 490px;
    z-index: 214748364811 !important;
  }
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v30-vietnamese-400.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v30-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v30-vietnamese-500.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v30-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v301-vietnamese-700.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v301-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Button
   	========================================================================== */
span[type=button] {
  color: #3385D6;
  cursor: pointer;
  display: flex;
  align-items: center;
}
span[type=button] i {
  margin-left: 3px;
  margin-top: -2px;
  font-size: 17px;
  transition: 0.5s;
}
span[type=button] i::before {
  color: #3385d6d9;
}
span[type=button]:hover {
  color: #DD6E1E;
}
span[type=button]:hover i::before {
  color: #DD6E1E;
}
span[type=button]:focus {
  color: #DD6E1E;
}
span[type=button]:focus i::before {
  color: #DD6E1E;
}
span[type=button].on i {
  transition: 0.5s;
  transform: rotate(180deg);
}

.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-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: #2D9CDB;
  border: 1px solid #2D9CDB;
  border-radius: 5px;
  transition: 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-border-blue .remaining, .btn-border-blue .count_results {
  margin-left: 5px;
}
.btn-border-blue strong, .btn-border-blue b {
  margin-left: 3px;
}
.btn-border-blue i {
  transition: 0.5s;
  font-size: 16px;
  margin-left: 3px;
  height: 18px;
}
.btn-border-blue i::before {
  transition: 0.5s;
  color: #2D9CDB;
}

.btn-border-blue:hover,
.btn-border-blue:focus {
  background-color: #2D9CDB !important;
  border: 1px solid #2D9CDB;
  color: #fff;
}
.btn-border-blue:hover i,
.btn-border-blue:focus i {
  transition: 0.5s;
}
.btn-border-blue:hover i::before,
.btn-border-blue:focus i::before {
  color: #fff;
  transition: 0.5s;
}

.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: #ffff !important;
  background-color: #439203 !important;
}

.btn-red {
  color: #fff;
  background-color: #CE1B1B;
  border: 1px solid #CE1B1B;
  height: 40px;
}

.fixed-button .btn-zalo {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #028FE3;
  border-radius: 8px;
  border-color: #028FE3;
  height: 40px;
  width: 25%;
  margin-right: 18px;
}

.fixed-button .btn-contact {
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  width: 37%;
  margin-right: 18px;
}

.fixed-button .btn-contact-price {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  height: 40px;
  width: 38%;
}

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

.btn-orange:hover, .btn-red:hover,
.btn-orange:focus,
.btn-red:focus {
  background-color: #DD6E1E;
  color: #fff;
  border: 1px solid #E9680C;
  border-color: #E9680C;
}

.btn-red {
  background-color: #CE1B1B;
  border-color: #CE1B1B;
}

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

.btn-orange-border:hover,
.btn-orange-border:focus {
  background-color: #E9680C;
  border-color: #E9680C;
  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;
}

/* Breadcrumb
   ========================================================================== */
.page-header-breadcrumb {
  padding: 0;
  margin-bottom: 35px;
  background-color: #FAFAFA;
}

.breadcrumb {
  background: none;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.breadcrumb > li + li::before {
  content: "";
  padding: 0;
}

.breadcrumb .glyphicon-menu-right {
  margin: 0 5px 0 2px;
  color: #333;
  font-size: 8px;
  top: 0;
  width: 8px;
}

.breadcrumb > li {
  display: inline;
}

.breadcrumb > li > a {
  color: #333;
}

.breadcrumb > li > span {
  color: #9E9E9E;
}

.breadcrumb > li > a:hover {
  color: #EB8F00;
}

.slider-home-v2 {
  position: relative;
}

.slider-home-v2 .header-nav {
  background-color: #F5F5F5;
}

.slider-home-v2 .header-nav .container {
  max-height: 36px;
}

.slider-home-v2 .navigation-banner {
  color: #d8d8d8;
}

.slider-home-v2 .navigation-banner.breadcrumb > li > a {
  color: #333;
}

.slider-home-v2 .navigation-banner.breadcrumb > li > a:hover {
  color: #FE8802;
}

.slider-home-v2 .navigation-banner.breadcrumb .glyphicon-menu-right {
  color: #333;
}

.main_nav {
  background: #fafafa;
}
.main_nav i {
  font-size: 10px;
}

@media (max-width: 767px) {
  .main_nav {
    max-height: 36px;
  }

  .page-header-breadcrumb,
.navigation-banner {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .page-header-breadcrumb::-webkit-scrollbar,
.navigation-banner::-webkit-scrollbar {
    opacity: 0;
    background: transparent;
  }
  .page-header-breadcrumb::-webkit-scrollbar:hover,
.navigation-banner::-webkit-scrollbar:hover {
    opacity: 1;
  }
}
.bpt-loading {
  position: fixed;
  top: 40%;
  display: flex;
  z-index: 100;
  width: 100%;
  justify-content: center;
  left: 0;
}
.bpt-loading-content {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.bpt-loading-content .l-label {
  font-size: 22px;
  color: #E15D00;
}
.bpt-loading-content .l-title {
  font-size: 16px;
  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.5);
}

.bpv-waiting {
  border-radius: 8px !important;
  box-shadow: none;
  border: none !important;
}
.bpv-waiting-content {
  padding: 20px;
  text-align: center;
  margin-top: 40%;
}
.bpv-waiting .ms1 {
  color: #E9680C;
  font-size: 22px;
  margin-top: 5px;
}
.bpv-waiting .ms2 {
  margin-top: 5px;
  font-size: 16px;
}
.bpv-waiting .ms3 {
  margin-top: 5px;
  font-size: 16px;
}
.bpv-waiting__loader {
  display: inline-block;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #E9680C;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  #submit_data_waiting .modal-dialog {
    width: 450px;
  }

  .bpv-waiting-content {
    padding: 30px;
    margin-top: 20%;
  }
}
.bpv-progress {
  position: fixed;
  z-index: 111;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bpv-progress-bar {
  height: 3px;
  border-radius: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.bpv-progress-moved .bpv-progress-bar {
  width: 100%;
  background-color: #E9680C;
  animation: progressAnimation 6s;
}

@keyframes progressAnimation {
  0% {
    width: 0%;
    background-color: #f68534;
  }
  100% {
    width: 100%;
    background-color: #E9680C;
  }
}
.bpv-update-wrapper {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
.bpv-update-wrapper::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background: #000000d9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.bpv-update-wrapper .bpv-search-updating {
  border: 4px solid #3a6ba3;
  padding: 40px 10px;
  background-color: #FFF;
  border-radius: 4px;
  text-align: center;
  color: #1c5488;
  z-index: 20;
  width: 100%;
}
.bpv-update-wrapper .bpv-search-updating .ms2 {
  font-size: 22px;
}
.bpv-update-wrapper .bpv-search-updating .ms1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bpv-search-waiting {
  text-align: center;
  color: #1c5488;
  margin: 50px 0;
}
.bpv-search-waiting .ms2 {
  font-size: 22px;
}
.bpv-search-waiting .ms1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert .close {
  color: #8a6d3b;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

@media (min-width: 768px) {
  .bpv-update-wrapper .bpv-search-updating {
    padding: 40px 80px;
    width: 500px;
  }
}
.book_current {
  background: #FFCFCF;
  color: #CE1B1B;
  border-radius: 4px;
  font-size: 14px;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-weight: normal;
}
.book_current--center {
  margin-left: auto;
  margin-right: auto;
}
.book_current img {
  margin-right: 5px;
}

.submit-combo-modal .modal-body {
  padding: 25px 30px 10px 30px;
}

.submit-combo-modal .modal-header {
  padding: 16px 10px 12px 10px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.submit-combo-modal .modal-title {
  text-align: center;
  font-weight: bold;
}

.submit-combo-modal .modal-header button {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #ddd;
  opacity: 0.5;
  font-size: 30px;
}

.submit-combo-modal .ico-calendar-form-v2 {
  position: absolute;
  top: 6px;
  left: 9px;
  font-size: 20px;
}

.submit-combo-modal label {
  font-size: 14px;
}

.submit-combo-modal .icon-before {
  position: relative;
}

.submit-combo-modal .icon-before input {
  padding-left: 36px;
}

.submit-combo-modal .icon-before .icon-calendar-form-v2 {
  position: absolute;
  left: 8px;
  top: 6px;
  font-size: 22px;
}

.submit-combo-modal .icon-before .icon-arrow-down-flight-pass-v2 {
  position: absolute;
  right: 11px;
  top: 13px;
}

.submit-combo-modal .div-passenger {
  position: relative;
}

.submit-combo-modal .div-passenger input {
  padding-left: 36px;
}

.submit-combo-modal .div-passenger .icon-passenger-form-v2 {
  position: absolute;
  left: 8px;
  top: 6px;
}

.submit-combo-modal .div-passenger .icon-arrow-down-flight-pass-v2 {
  position: absolute;
  right: 11px;
  top: 13px;
}

.submit-combo-modal .rate-msg {
  display: block;
  padding: 5px 10px;
  background-color: #fff0dc;
}

.submit-combo-modal .bpv-input-warning {
  border: 1px solid #B20000 !important;
}

.submit-combo-modal .icon {
  background-image: url("/https://owa.bestprice.vn/assets/img/icon/hotel_sprite@2x.240620191430.png");
  background-size: 125px 88px;
  background-repeat: no-repeat !important;
  display: inline-block;
  vertical-align: middle;
}

.submit-combo-modal .icon-calendar {
  background-position: 0px -52px;
  width: 15px;
  height: 15px;
}

.submit-combo-modal .icon-after .icon {
  margin-top: -22px;
}

.modal-body-success .success-content {
  text-align: center;
  padding: 25px 30px 10px 30px;
}

.modal-body-success .success-content .title {
  font-size: 15px;
  text-transform: uppercase;
  color: #5b7a35;
  font-weight: bold;
  margin-top: 8px;
}

.modal-body-success .success-content .btn-close-popup {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 6px 76px;
}

.bpv-contact .warning-message {
  margin-top: 10px;
  display: none;
}

.bpv-contact-res .warning-message {
  margin-top: 10px;
  display: none;
}
.bpv-contact-res .col-phone {
  margin-top: 20px;
}
.bpv-contact-res .col-email {
  margin-top: 20px;
}
.bpv-contact-res .col-special-request {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .submit-combo-modal .modal-dialog {
    margin: 0;
  }

  .submit-combo-modal .modal-body {
    padding: 15px;
  }

  .number-pax {
    margin-top: 20px;
  }
}
.search-popup {
  position: relative;
  z-index: 1;
  padding: 0;
}
.search-popup__title {
  background: #EFEFEF;
  font-size: 20px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-popup__title i::before {
  font-size: 14px;
}
.search-popup__content {
  position: relative;
  background: #fff;
}
.search-popup__content .twitter-typeahead {
  width: 100%;
}
.search-popup__content__left {
  display: inline-block;
  width: 100%;
}
.search-popup__content label {
  cursor: pointer;
}
.search-popup__content i {
  cursor: pointer;
}
.search-popup__content input::placeholder {
  color: #444;
}
.search-popup__content__des {
  display: flex;
  padding: 15px 0;
  padding-bottom: 10px;
  align-items: center;
  position: relative;
}
.search-popup__content__des::before {
  content: "";
  border-bottom: 1px solid #EFEFEF;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 30px);
}
.search-popup__content__des .btn-clear-search {
  position: absolute;
  right: 0;
  bottom: 15px;
  margin-right: 0;
  font-size: 14px;
}
.search-popup__content__des .btn-clear-search::before {
  color: red;
}
.search-popup__content__des--ticket::before {
  border-bottom: 0;
}
.search-popup__content__des i {
  font-size: 42px;
  margin-right: 10px;
}
.search-popup__content__des i::before {
  color: #82828270;
}
.search-popup__content__des--flight {
  padding: 15px;
}
.search-popup__content__des--flight i {
  font-size: 34px;
}
.search-popup__content__des--flight#to_des i {
  font-size: 40px;
}
.search-popup__content__des svg {
  margin-right: 10px;
}
.search-popup__content__des img {
  margin-right: 10px;
}
.search-popup__content__des__change {
  padding: 5px;
  border: 1px solid #DFDFDF;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 22px;
  position: absolute;
  bottom: -17px;
  right: 15px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
}
.search-popup__content__des__change i {
  font-size: 16px;
  margin: auto;
}
.search-popup__content__des__change i::before {
  color: #828282;
}
.search-popup__content__des__input {
  width: 100%;
  display: grid;
}
.search-popup__content__des__input > label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}
.search-popup__content__des__input input {
  border: 0;
  outline: none;
  box-shadow: none !important;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin-top: 0;
  background-color: initial !important;
  cursor: pointer;
  height: 23px;
  margin-top: 3px;
  padding-right: 40px;
}
.search-popup__content__des__input input::placeholder {
  color: #828282;
  opacity: 1;
}
.search-popup__content__des__input input:-ms-input-placeholder {
  color: #828282;
}
.search-popup__content__des__input input::-ms-input-placeholder {
  color: #828282;
}
.search-popup__content__date {
  display: flex;
  padding: 15px 0;
  padding-left: 15px;
  padding-bottom: 10px;
  align-items: center;
  float: left;
  width: 50%;
  position: relative;
}
.search-popup__content__date > span {
  height: 38px;
}
.search-popup__content__date i {
  font-size: 38px;
  margin-right: 10px;
}
.search-popup__content__date i::before {
  color: #82828270;
}
.search-popup__content__date::before {
  content: "";
  border-bottom: 1px solid #EFEFEF;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 30px);
}
.search-popup__content__date:nth-child(2)::before {
  width: calc(100% - 40px);
}
.search-popup__content__date .lbl_returning {
  display: none;
}
.search-popup__content__date .delete_return {
  position: absolute;
  top: 33px;
  right: 0;
}
.search-popup__content__date .delete_return i {
  margin-right: 20px;
  font-size: 14px;
}
.search-popup__content__date .delete_return i::before {
  color: red;
}
.search-popup__content__date__input {
  width: 100%;
}
.search-popup__content__date__input label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  color: #828282;
}
.search-popup__content__date__input input {
  border: 0;
  outline: none;
  box-shadow: none !important;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin-top: 0;
  background-color: initial !important;
  cursor: pointer;
  height: 23px;
}
.search-popup__content__date__input input::placeholder {
  color: #828282;
  opacity: 1;
}
.search-popup__content__date__input input:-ms-input-placeholder {
  color: #828282;
}
.search-popup__content__date__input input::-ms-input-placeholder {
  color: #828282;
}
.search-popup__content__pass {
  display: flex;
  padding: 15px 0;
  padding-left: 15px;
  padding-bottom: 10px;
  align-items: center;
  width: 100%;
  position: relative;
}
.search-popup__content__pass > span {
  height: 32px;
}
.search-popup__content__pass i {
  font-size: 38px;
  margin-right: 10px;
}
.search-popup__content__pass i::before {
  color: #82828270;
}
.search-popup__content__pass svg {
  margin-right: 10px;
}
.search-popup__content__pass img {
  margin-right: 10px;
}
.search-popup__content__pass__input {
  width: 100%;
}
.search-popup__content__pass__input label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  color: #828282;
}
.search-popup__content__pass__input input {
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  outline: none;
  font-size: 16px;
  padding: 0;
  height: 25px;
  margin-top: 0px;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  color: #444;
}
.search-popup__content__pass__input input::placeholder {
  color: #828282;
  opacity: 1;
}
.search-popup__content__pass__input input:-ms-input-placeholder {
  color: #828282;
}
.search-popup__content__pass__input input::-ms-input-placeholder {
  color: #828282;
}
.search-popup__content__pass__input a {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #444;
}
.search-popup__content__button {
  padding: 15px;
  padding-top: 5px;
}
.search-popup__content__right .btn-orange--mod {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 8px;
}

.search_flight {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #00000069;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.search_flight .search-popup {
  width: 100%;
}
.search_flight::after {
  content: "";
  background: #0000006e;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .search-popup {
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .search_flight {
    display: block;
  }
}
@media (min-width: 768px) {
  .search_flight {
    align-items: center;
  }
  .search_flight .search-popup {
    width: 375px;
    margin-top: -15%;
  }
  .search_flight .search-popup__title {
    border-radius: 16px 16px 0 0;
  }
  .search_flight .search-popup__content {
    border-radius: 0px 0px 16px 16px;
  }
}
.loyalty-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #232323;
  margin-top: 10px;
}
.loyalty-item.flex-start {
  justify-content: flex-start;
}
.loyalty-item i {
  color: #FCB443;
}
.loyalty-item span {
  font-weight: 400;
  font-size: 14px;
  padding-left: 5px;
}
.loyalty-item a {
  color: #2D9CDB;
}
.loyalty-item a:hover {
  color: #E15D00;
}
.loyalty-item b {
  font-weight: 400;
}

.total-price-wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.total-price-wp label {
  font-weight: 500;
}

.use-loyalty-wrapper, .use-loyalty-wrapper-check {
  justify-content: space-between;
  margin-bottom: 20px;
}
.use-loyalty-wrapper .switch, .use-loyalty-wrapper-check .switch {
  position: relative;
  display: inline-block;
}
.use-loyalty-wrapper i, .use-loyalty-wrapper-check i {
  color: #FCB443;
}
.use-loyalty-wrapper .switch-input, .use-loyalty-wrapper-check .switch-input {
  display: none;
}
.use-loyalty-wrapper .switch-label, .use-loyalty-wrapper .switch-label-check, .use-loyalty-wrapper-check .switch-label, .use-loyalty-wrapper-check .switch-label-check {
  display: block;
  width: 37px;
  height: 20px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
  margin: 0;
}
.use-loyalty-wrapper .switch-label::after, .use-loyalty-wrapper .switch-label::before, .use-loyalty-wrapper .switch-label-check::after, .use-loyalty-wrapper .switch-label-check::before, .use-loyalty-wrapper-check .switch-label::after, .use-loyalty-wrapper-check .switch-label::before, .use-loyalty-wrapper-check .switch-label-check::after, .use-loyalty-wrapper-check .switch-label-check::before {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.use-loyalty-wrapper .switch-label::after, .use-loyalty-wrapper .switch-label-check::after, .use-loyalty-wrapper-check .switch-label::after, .use-loyalty-wrapper-check .switch-label-check::after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
.use-loyalty-wrapper .switch-label::before, .use-loyalty-wrapper .switch-label-check::before, .use-loyalty-wrapper-check .switch-label::before, .use-loyalty-wrapper-check .switch-label-check::before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.use-loyalty-wrapper .use-loyalty span, .use-loyalty-wrapper-check .use-loyalty span {
  padding-left: 5px;
  font-size: 16px;
  color: #121212;
  font-weight: 400;
}
.use-loyalty-wrapper .use-loyalty span.font-size-14, .use-loyalty-wrapper-check .use-loyalty span.font-size-14 {
  font-size: 14px;
}
.use-loyalty-wrapper.active .switch-label::before, .use-loyalty-wrapper.active .switch-label-check::before, .use-loyalty-wrapper-check.active .switch-label::before, .use-loyalty-wrapper-check.active .switch-label-check::before {
  background-color: #E9680C;
}
.use-loyalty-wrapper.active .switch-label::after, .use-loyalty-wrapper.active .switch-label-check::after, .use-loyalty-wrapper-check.active .switch-label::after, .use-loyalty-wrapper-check.active .switch-label-check::after {
  left: 20px;
}

.use-loyalty-point span {
  font-size: 16px;
  color: #121212;
  font-weight: 400;
}
.use-loyalty-point span.font-size-14 {
  font-size: 14px;
}
.use-loyalty-point #total_loyalty {
  color: #B72020;
}

.ticket-total-price .use-loyalty-point div {
  font-size: 14px;
}

.d-flex {
  display: flex;
  align-items: center;
}

.d-inline-flex {
  display: inline-flex;
  align-items: center;
}

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

@media (min-width: 768px) {
  .center-mobile {
    text-align: right;
  }
}
@font-face {
  font-family: "bestprice_v1";
  src: url("/assets/fonts/bestprice_v1.eot");
  src: url("/assets/fonts/bestprice_v1.eot#iefix") format("embedded-opentype"), url("/assets/fonts/bestprice_v1.ttf") format("truetype"), url("/assets/fonts/bestprice_v1.woff") format("woff"), url("/assets/fonts/bestprice_v1.svg#bestprice_v1") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bestprice_v1" !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-visa2:before {
  content: "\e931";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ico-log-out:before {
  content: "\e90f";
  color: #1c274c;
}

.ico-cart:before {
  content: "\e910";
}

.ico-user-info:before {
  content: "\e911";
}

.ico-user-check:before {
  content: "\e912";
  color: #f37821;
}

.ico-search:before {
  content: "\e90d";
  color: #828282;
}

.ico-bus:before {
  content: "\e90c";
  color: #848484;
}

.ico-tag-sale:before {
  content: "\e90b";
  color: #e9680c;
}

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

.ico-hotel-d-v2:before {
  content: "\e907";
  color: #dd6e1e;
}

.ico-hotel-v-v2:before {
  content: "\e908";
  color: #dd6e1e;
}

.ico-hotel-k-v2:before {
  content: "\e909";
  color: #dd6e1e;
}

.ico-train-v2:before {
  content: "\e905";
  color: #828282;
}

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

.ico-include-ticket:before {
  content: "\e904";
  color: #848484;
}

.ico-amount-v2:before {
  content: "\e901";
  color: #164976;
}

.ico-type-v2:before {
  content: "\e902";
  color: #164976;
}

.ico-accomodation-v203:before {
  content: "\e903";
  color: #8b8b8b;
}

.ico-include-v201:before {
  content: "\e900";
  color: #848484;
}

.ico-weather-v201:before {
  content: "\e984";
  color: #828282;
}

.ico-confirm-fast:before {
  content: "\e985";
  color: #828282;
}

.ico-calendar-form-v2:before {
  content: "\e987";
  color: #8f8f8f;
}

.ico-duration-v2:before {
  content: "\e988";
  color: #8f8f8f;
}

.ico-flight-white-s:before {
  content: "\e989";
  color: #828282;
}

.ico-exclude-v201:before {
  content: "\e98a";
  color: #848484;
}

.ico-exclude-ticket:before {
  content: "\e98b";
  color: #848484;
}

.ico-cancellation-v201:before {
  content: "\e98c";
  color: #848484;
}

.ico-children-v201:before {
  content: "\e98d";
  color: #828282;
}

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

.ico-map-address:before {
  content: "\e98f";
  color: #828282;
}

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

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

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

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

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

.ico-hotel:before {
  content: "\e93d";
}

.ico-map-add:before {
  content: "\e93e";
}

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

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

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

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

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

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

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

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

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

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

.ico-vinpearl:before {
  content: "\e949";
}

.ico-a:before {
  content: "\e94a";
  color: #d6d6d6;
}

.ico-add-check:before {
  content: "\e94b";
  color: #bababa;
}

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

.ico-bank:before {
  content: "\e94d";
  color: #dd6e1e;
}

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

.ico-bestprice:before {
  content: "\e94f";
  color: #dd6e1e;
}

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

.ico-calendar:before {
  content: "\e951";
  color: #bababa;
}

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

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

.ico-check-s:before {
  content: "\e954";
  color: #e9680c;
}

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

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

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

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

.ico-cruise-s1:before {
  content: "\e959";
  color: #828282;
}

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

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

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

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

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

.ico-flight:before {
  content: "\e95f";
}

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

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

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

.ico-home-menu:before {
  content: "\e963";
}

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

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

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

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

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

.ico-onepay:before {
  content: "\e969";
  color: #dd6e1e;
}

.ico-phone:before {
  content: "\e96a";
  color: #dd6e1e;
}

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

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

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

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

.ico-q:before {
  content: "\e96f";
  color: #e2803a;
}

.ico-qr:before {
  content: "\e970";
  color: #dd6e1e;
}

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

.ico-room-n:before {
  content: "\e972";
}

.ico-shop:before {
  content: "\e974";
  color: #dd6e1e;
}

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

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

.ico-square:before {
  content: "\e977";
}

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

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

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

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

.ico-bed:before {
  content: "\e97c";
}

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

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

.ico-home:before {
  content: "\e97f";
  color: #dd6e1e;
}

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

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

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

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

.ico-coin:before {
  content: "\e90e";
}

/* Header
   ========================================================================== */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.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: #262626;
  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: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: #777777;
  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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  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: #337ab7;
}

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

.pop-phone-number {
  min-width: 240px !important;
  width: 240px !important;
  border: 1px solid #fafafa;
  border-radius: 8px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  position: fixed;
  left: 20% !important;
  top: 40px !important;
  margin-top: 0px !important;
  border-color: #fafafa !important;
}
.pop-phone-number.div-phone-number {
  margin-top: 7px !important;
}
.pop-phone-number .arrow {
  display: none;
}

.pop-phone-number .popover-content {
  padding: 3px 0px;
}

.pop-phone-number .popover-content a {
  color: #444;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.pop-phone-number .popover-content a .phone {
  color: #F37820;
}

.pop-phone-number .popover-content .col-phone-11,
.pop-phone-number .popover-content .col-phone-12 {
  padding: 10px 15px;
}

.pop-phone-number .popover-content .col-phone-11 {
  border-bottom: 1px solid #fafafa;
}

.login-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
}
.login-wrapper .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  display: none;
  justify-content: center;
  align-items: center;
}
.login-wrapper.active {
  display: flex;
}
.login-wrapper.active .overlay {
  display: flex !important;
}
.login-wrapper a.button-redirect {
  width: 180px;
  background-color: #E9680C;
  border-radius: 9px;
  border: none;
  padding: 16px 24px;
  margin: 10px auto 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  height: 52px;
  color: #fff !important;
}
.login-wrapper a.button-redirect:hover {
  background: #FFE8D6;
  color: #E2803A !important;
  border-color: #E2803A;
}
.login-wrapper .login-inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 40px 25px 40px;
  max-width: 400px;
  width: 100%;
  position: relative;
  display: none;
  z-index: 2;
}
.login-wrapper .login-inner .login-close a {
  color: #fff;
}
.login-wrapper .login-inner.active {
  display: block;
}
.login-wrapper .login-inner#zero-fare-popup {
  max-width: 550px;
  background: transparent;
  position: relative;
  padding-left: 15px;
  padding: 0;
  border-radius: 25px;
}
.login-wrapper .login-inner#zero-fare-popup .login-close a {
  color: #fff;
}
.login-wrapper .login-inner#login-form-popup {
  max-width: 520px;
  height: 230px;
  position: relative;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}
.login-wrapper .login-inner#login-form-popup .image-banner-popup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-wrapper .login-inner#login-form-popup .login-close a {
  color: #fff;
}
.login-wrapper .login-inner#login-form-popup .login-form {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.login-wrapper .login-inner#login-form-popup .login-form .form-group input {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
}
.login-wrapper .login-inner#login-form-popup .login-form .form-group input::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.login-wrapper .login-inner#login-form-popup .login-form .form-group button {
  height: 40px;
  background: #FBE83B;
  color: #D84D32;
  font-size: 14px;
}
.login-wrapper .login-inner#login-form-popup .login-form .login-valid-error {
  position: absolute;
  margin-top: 2px;
}
.login-wrapper .login-inner .login-body button {
  width: 100%;
  background-color: #E9680C;
  border-radius: 9px;
  border: none;
  padding: 10px 15px;
  margin: 16px auto;
  font-size: 16px;
  color: #fff;
}
.login-wrapper .login-inner .login-body button:hover {
  background: #FFE8D6;
  color: #E2803A;
  border-color: #E2803A;
}
.login-wrapper .login-inner .login-body .change-number,
.login-wrapper .login-inner .login-body .sms-get-otp {
  color: #2D9CDB;
}
.login-wrapper .login-inner.no-bg {
  background: #fff;
  padding: 40px;
}
.login-wrapper .login-inner.login-li-xi-tet {
  padding: 0;
}
.login-wrapper .login-inner .login-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.login-wrapper .login-inner .login-close a {
  color: #121212;
  font-size: 14px;
  line-height: 25px;
}
.login-wrapper .login-inner .login-top img {
  margin: 0 auto 30px;
  max-width: 100px;
}
.login-wrapper .login-inner .login-top h4 {
  margin: 0 0 20px;
  font-size: 20px;
}
.login-wrapper .login-inner .login-form {
  margin-top: 30px;
}
.login-wrapper .login-inner .login-form .login-valid-error {
  color: red;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.login-wrapper .login-inner .login-form .form-group {
  display: flex;
  align-items: center;
  margin: 0;
}
.login-wrapper .login-inner .login-form .form-group input {
  height: 52px;
  border-radius: 10px;
  border-color: #E6E6E6;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
}
.login-wrapper .login-inner .login-form .form-group button {
  color: #fff;
  background-color: #E9680C;
  border-radius: 9px;
  border: none;
  padding: 10px 15px;
  height: 52px;
  margin-left: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}
.login-wrapper .login-inner .login-form .form-group button:hover {
  background: #FFE8D6;
  color: #E2803A;
  border-color: #E2803A;
}

.login-header {
  position: relative;
}
.login-header .number-information {
  position: absolute;
  font-size: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red;
  text-align: center;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
}

.otp-source {
  display: none;
}
.otp-source.active {
  display: block;
}

.otp-input {
  width: 40px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  border-radius: unset;
}
.otp-input:focus {
  border-bottom: 3px solid orange;
  outline: none;
}
.otp-input:nth-child(1) {
  cursor: pointer;
}

#resend-otp.pending {
  color: #333;
}

.submit-otp-form button {
  color: #fff;
  background-color: #E9680C;
  border-radius: 9px;
  border: none;
  padding: 10px 15px;
  height: 44px;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mobile-login-button {
    background: #E9680C;
    color: #fff;
    padding: 15px;
  }
  .mobile-login-button a {
    border-radius: 20px;
    display: inline-flex;
    margin-right: 10px;
    background: #fff;
    color: #39b1d8;
    padding: 5px 15px;
  }
  .mobile-login-button a:last-child {
    background-color: #e07508;
    color: #fff;
  }
  .mobile-login-button a.mobile-logout-button {
    background: none;
    color: #fff;
    border: 1px solid #fff;
  }
  .mobile-login-button a.mobile-logout-button img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
  }

  .login-wrapper .login-inner.no-bg {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .login-wrapper .login-inner {
    max-width: calc(100% - 30px);
    margin: auto 15px;
    padding: 40px 16px 5px 16px;
    max-width: 360px;
  }
  .login-wrapper .login-inner .login-close a {
    font-size: 15px;
  }
  .login-wrapper .login-inner.no-bg {
    padding: 40px 16px 5px 16px;
  }
  .login-wrapper .login-inner#zero-fare-popup {
    max-width: 350px;
  }
  .login-wrapper .login-inner#zero-fare-popup .login-close {
    top: 8px;
    right: 12px;
  }
  .login-wrapper .login-inner#zero-fare-popup .login-close a {
    color: #fff;
  }
  .login-wrapper .login-inner#login-form-popup {
    max-width: 350px;
    height: 189px;
  }
  .login-wrapper .login-inner#login-form-popup .login-close {
    top: 8px;
    right: 12px;
  }
  .login-wrapper .login-inner#login-form-popup .login-close a {
    color: #fff;
  }
  .login-wrapper .login-inner#login-form-popup .login-form {
    bottom: 10px;
  }
  .login-wrapper .login-inner#login-form-popup .login-form .form-group input {
    width: 155px;
  }
  .login-wrapper .login-inner#login-form-popup .login-form .form-group button {
    width: 80px;
    padding: 7px;
    margin-left: 5px;
  }

  .login-header .number-information {
    top: 0;
    right: -5px;
  }
}
.header_main {
  transition: height 0.2s ease;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_main__menu__nav .dropdown {
  cursor: pointer;
  height: 41px;
  display: flex;
  align-items: center;
}
.header_main__sidebar {
  display: none;
}
.header_main__phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: none;
}
.header_main__phone .time-working {
  display: flex;
  align-items: center;
}
.header_main__phone button {
  background: #fff;
  outline: 0;
  border: 0;
  height: 54px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header_main__phone__search {
  padding: 10px;
}
.header_main__phone__search i::before {
  font-size: 20px;
  color: #444;
}
.header_main__phone__content {
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  height: 55px;
  padding-right: 15px;
}
.header_main__phone__content__row {
  padding-left: 7px;
}
.header_main__phone__content__row p:nth-child(1) {
  line-height: 1;
  margin: 3px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #B72020;
}
.header_main__phone__content__row p:nth-child(2) {
  line-height: 1.2;
  margin: 0 0 0 2px;
  font-size: 15px;
  font-weight: normal;
}
.header_main__phone__content--language {
  border-right: 0px solid #ddd;
  padding-right: 0;
}
.header_main__phone__content--language .header_main__phone__content__row {
  padding-left: 7px;
}
.header_main__phone__content--language .header_main__phone__content__row p {
  font-size: 12px;
  color: #444;
  font-weight: 500;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}
.header_main__phone__content--language .header_main__phone__content__row p:first-child {
  margin-top: 2px;
  margin-bottom: 3px !important;
}
.header_main__phone__content--language .header_main__phone__content__row p a,
.header_main__phone__content--language .header_main__phone__content__row p b {
  margin-left: 5px;
  color: #D40A0A;
  font-size: 14px;
}

#bpt-common-ad {
  height: 55.46875vw;
}

#headerTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 969px) {
  .header_main__sidebar ul li[class*=menu] {
    display: none;
  }
  .header_main__sidebar ul li.active {
    display: block;
  }
}
@media (min-width: 970px) and (max-width: 1099px) {
  .header_main__sidebar ul li[class*=menu] {
    display: none;
  }
  .header_main__sidebar ul li:nth-of-type(1) {
    display: block;
  }
  .header_main__sidebar ul li.active {
    display: block;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .header_main__sidebar ul li[class*=menu]:nth-of-type(4) {
    display: none;
  }
}
@media (min-width: 768px) {
  #bpt-common-ad {
    height: 25.625vw;
  }

  .header_main {
    height: 55px;
    padding: 0 0 0 10px;
  }
  .header_main__logo {
    width: 210px;
  }
  .header_main__mobile {
    display: none;
  }
  .header_main__sidebar {
    display: block;
  }
  .header_main__sidebar ul li[class*=menu]:nth-of-type(n+5) {
    display: none;
  }
  .header_main__phone {
    display: flex;
  }
  .header_main__phone__content {
    width: 205px;
  }
  .header_main__phone__content--language {
    width: fit-content;
  }
  .header_main__phone__content__row,
.header_main__phone__content img {
    display: none;
  }
  .header_main__close {
    display: none;
  }
  .header_main__search {
    position: absolute;
    right: 20px;
    top: 56px;
    background-color: #e9e9e9;
    padding: 2px;
    border-radius: 2px;
    z-index: 999;
    display: flex;
    align-items: center;
  }
  .header_main__search > img {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
  }
  .header_main__search form {
    position: relative;
  }
  .header_main__search form svg {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .header_main__search form i {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .header_main__search form i::before {
    color: #185BA9;
    font-size: 20px;
  }
  .header_main__search form img {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    cursor: pointer;
  }
  .header_main__search input {
    width: 222px;
    border-radius: 0;
    box-shadow: none;
    height: 42px;
    border: 0;
    font-size: 16px;
    padding-right: 35px;
  }
  .header_main__search .ico-x {
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    cursor: pointer;
  }
  .header_main__search .ico-x::before {
    color: red;
  }
  .header_main--home {
    padding-left: 0;
  }
  .header_main--home ul li {
    display: none;
  }
  .header_main--home ul li.menu-7, .header_main--home ul li.menu-8, .header_main--home ul li.menu-9 {
    display: block !important;
  }
  .header_main--home ul li.dropdown {
    display: none;
  }
  .header_main--home .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_main--home .header_main__menu__nav {
    margin-right: 25px !important;
  }
  .header_main--home .header_main__menu__nav li a {
    margin-right: 0 !important;
    align-items: flex-end !important;
    padding: 0 15px !important;
    font-weight: 400 !important;
  }
  .header_main--home .header_main__sidebar {
    width: calc(100vw - 505px);
  }
}
.header_main__menu .nav-pills {
  padding: 7px 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.header_main__menu .nav-pills li a {
  color: #444;
  border: 1px solid #fff;
  border-radius: 8px;
  outline-width: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 20px;
  margin-right: 15px;
  height: 42px;
  display: flex;
  align-items: center;
}
.header_main__menu .nav-pills li a svg {
  margin-right: 5px;
}
.header_main__menu .nav-pills li a img {
  margin-right: 5px;
}
.header_main__menu .nav-pills li a i {
  margin-right: 4px;
}
.header_main__menu .nav-pills li a i::before {
  font-size: 20px;
  color: #444;
}
.header_main__menu .nav-pills li a i.ico-tour::before {
  font-size: 24px;
}
.header_main__menu .nav-pills li a i.ico-flight::before {
  font-size: 18px;
}
.header_main__menu .nav-pills li a i.ico-ticket::before {
  font-size: 15px;
}
.header_main__menu .nav-pills li a:hover i::before {
  color: #E2803A;
}
.header_main__menu .nav-pills li li {
  margin-left: 1px;
}
.header_main__menu .nav-pills li.active > a, .header_main__menu .nav-pills li.active > a:focus, .header_main__menu .nav-pills li.active > a:hover,
.header_main__menu .nav-pills li a:hover,
.header_main__menu .nav-pills li a:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #E2803A;
  height: 42px;
}
.header_main__menu .nav-pills li.active > a i::before, .header_main__menu .nav-pills li.active > a:focus i::before, .header_main__menu .nav-pills li.active > a:hover i::before,
.header_main__menu .nav-pills li a:hover i::before,
.header_main__menu .nav-pills li a:focus i::before {
  color: #E2803A;
}
.header_main__menu .nav-pills i::before {
  color: #E2803A;
}
.header_main__menu .nav-pills i.ico-dots {
  position: relative;
  top: -2px;
}
.header_main__menu .nav-pills i.ico-dots::before {
  color: #000;
}

.ico-dots {
  font-size: 6px;
}

.header_main__menu .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.175);
  border: none;
  background-color: #fff;
  color: #DD6E1E;
}
.header_main__menu .dropdown .dropdown-menu li {
  margin: 0;
  width: 100%;
}
.header_main__menu .dropdown .dropdown-menu li a {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 100%;
  border-radius: 0;
  border: none;
}
.header_main__menu .dropdown .dropdown-menu li a svg,
.header_main__menu .dropdown .dropdown-menu li a img {
  margin-right: 10px;
}
.header_main__menu .dropdown .dropdown-menu li a i {
  margin-right: 10px;
}
.header_main__menu .dropdown .dropdown-menu li a i::before {
  font-size: 20px;
  color: #444;
}
.header_main__menu .dropdown .dropdown-menu li a i.ico-tour::before {
  font-size: 22px;
}
.header_main__menu .dropdown .dropdown-menu li a i.ico-vinpearl::before {
  font-size: 22px;
}
.header_main__menu .dropdown .dropdown-menu li a i.ico-ticket::before {
  font-size: 15px;
}
.header_main__menu .dropdown .dropdown-menu li:hover a {
  color: #fff;
  background-color: #E2803A;
}
.header_main__menu .dropdown .dropdown-menu li:hover a img {
  filter: brightness(0) invert(1);
}
.header_main__menu .dropdown .dropdown-menu li:hover a rect {
  fill: #fff;
}
.header_main__menu .dropdown .dropdown-menu li:hover a path {
  fill: #fff;
}
.header_main__menu .dropdown .dropdown-menu li:hover a i::before {
  color: white;
}

.login-header {
  background: #fff;
  outline: 0;
  border: 0;
  height: 54px;
  width: 55px;
  display: inline-flex;
  justify-content: center;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  align-items: center;
}
.login-header a {
  font-size: 19px;
  color: #333;
}

.dang-nhap {
  background: transparent;
  padding: 0;
  border: 0;
  min-height: 0;
  outline: 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;
}

.login-mobile-menu {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 767px) {
  .header_main {
    padding: 0 10px;
    position: fixed;
    z-index: 500;
    width: 100%;
    background: #fff;
    top: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  }
  .header_main .login-header {
    height: auto;
    width: auto;
    border: none;
  }
  .header_main .ico-phone {
    display: none;
  }
  .header_main__side_menu {
    margin-left: 10px;
    font-size: 20px;
    width: 30px;
  }
  .header_main__side_menu::before {
    color: #444;
  }
  .header_main__mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header_main__mobile svg {
    cursor: pointer;
  }
  .header_main__mobile__logo {
    display: none;
  }
  .header_main__mobile__hotline {
    height: 20px;
  }
  .header_main__mobile__hotline i {
    font-size: 20px;
  }
  .header_main__mobile__hotline i::before {
    color: #cd2a2a;
  }
  .header_main__mobile__hotline__arrow {
    display: none;
  }
  .header_main__mobile__hotline__phone {
    margin-right: 15px;
  }
  .header_main__mobile__hotline span {
    display: none;
  }
  .header_main__mobile__hotline a strong {
    display: none;
  }
  .header_main__mobile__hotline__arrow {
    display: none;
  }
  .header_main--fixed .header_main__logo {
    display: none;
  }
  .header_main--fixed .header_main__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header_main--fixed .header_main__mobile img {
    display: block;
  }
  .header_main--fixed .header_main__mobile img.ico-phone-top {
    display: none;
  }
  .header_main--fixed .header_main__mobile .ico-phone {
    display: inline-block;
  }
  .header_main--fixed .login-mobile {
    margin-left: 0 !important;
  }
  .header_main--fixed i.ico-phone {
    font-size: 16px;
    margin-right: 5px;
  }
  .header_main--fixed i.ico-phone::before {
    color: #fff;
  }
  .header_main--fixed .login-header {
    margin-left: 0;
  }
  .header_main--fixed .header_main__mobile__hotline__arrow {
    display: block;
    font-size: 20px;
    transition: 0.5;
  }
  .header_main--fixed .header_main__mobile__hotline__arrow::before {
    color: #fff;
  }
  .header_main--fixed .header_main__mobile__hotline.on .header_main__mobile__hotline__arrow {
    transition: 0.5;
    transform: rotate(180deg);
  }
  .header_main--fixed .header_main__mobile__hotline__phone {
    display: block;
  }
  .header_main--fixed .header_main__mobile__hotline {
    background-color: #dd6e1e;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border-radius: 15px;
    padding: 8px 20px 6px 20px;
    height: 34px;
    transition: 0.5s;
  }
  .header_main--fixed .header_main__mobile__hotline__phone {
    margin-right: 3px;
    width: 16px;
    height: 18px;
    filter: brightness(0) invert(1);
    display: block;
  }
  .header_main--fixed .header_main__mobile__hotline span {
    display: block;
    margin-right: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
  }
  .header_main--fixed .header_main__mobile__hotline a {
    display: flex;
    align-items: center;
  }
  .header_main--fixed .header_main__mobile__hotline a strong {
    display: block;
    margin-right: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
  }
  .header_main__sidebar {
    width: 83%;
    padding: 0px;
    background: #fff;
    z-index: 11111;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    height: 100vh;
  }
  .header_main--home .container {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_main--home .container::before, .header_main--home .container::after {
    content: unset;
  }

  html.state-sidebar .header_main::after {
    content: "";
    background: #000000b5;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }

  .header_main__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_main__close i {
    font-size: 18px;
  }
  .header_main__search {
    display: block !important;
    padding: 15px;
    padding-top: 60px;
  }
  .header_main__search form {
    position: relative;
  }
  .header_main__search form i {
    position: absolute;
    top: 14px;
    left: 14px;
    cursor: pointer;
    font-size: 20px;
  }
  .header_main__search input {
    border-radius: 4px;
    box-shadow: none;
    background-color: #efefef;
    height: 48px;
    border: 0;
    font-size: 16px;
    padding-left: 46px;
    color: #828282;
  }
  .header_main__search span {
    position: absolute;
    top: 50%;
    right: 8px;
    font-size: 18px;
    margin-top: -8px;
    cursor: pointer;
  }
  .header_main__search #close {
    display: none;
  }
  .header_main__menu .nav-pills > li {
    width: 100%;
    margin-left: 0 !important;
  }
  .header_main__menu__nav {
    padding: 0px !important;
  }
  .header_main__menu__nav .dropdown {
    display: none;
  }

  .header_main__menu .nav-pills > li > a {
    margin-right: 0;
    padding: 9px 0px;
    border-radius: 0;
    width: 100%;
    margin-left: 0px;
    background: #fff;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 14px;
    border-bottom: 0px solid #ececec;
    font-weight: normal;
    justify-content: space-between;
    height: 40px;
  }
  .header_main__menu .nav-pills > li > a i {
    width: 30px;
  }
  .header_main__menu .nav-pills > li > a i::before {
    color: #444 !important;
  }
  .header_main__menu .nav-pills > li > a i.ico-flight::before {
    font-size: 16px;
  }
  .header_main__menu .nav-pills > li > a i.ico-ticket::before {
    font-size: 15px;
  }
  .header_main__menu .nav-pills > li > a .arrow {
    position: absolute;
    right: 15px;
    top: 13px;
    margin-right: 0;
  }
  .header_main__menu .nav-pills > li > a .arrow::before {
    font-size: 16px;
    font-weight: bold;
  }

  .menu-0 > a,
.menu-1 > a,
.menu-2 > a,
.menu-3 > a,
.menu-4 > a,
.menu-5 > a,
.menu-6 > a,
.menu-7 > a {
    justify-content: left !important;
    font-weight: bold !important;
    height: 45px !important;
    padding-left: 25px !important;
    position: relative;
  }

  .menu-7 {
    border-bottom: 1px solid #E5E5E5 !important;
    padding-bottom: 10px;
  }

  .menu-8 {
    margin-top: 10px;
  }

  .menu-15 {
    padding-bottom: 100px;
  }

  .header_main__menu .nav-pills > li.active > a,
.header_main__menu .nav-pills > li.active > a:focus,
.header_main__menu .nav-pills > li.active > a:hover,
.header_main__menu .nav-pills > li > a:hover,
.header_main__menu .nav-pills > li > a:focus {
    color: #444;
  }
  .header_main__menu .nav-pills > li.active > a i,
.header_main__menu .nav-pills > li.active > a:focus i,
.header_main__menu .nav-pills > li.active > a:hover i,
.header_main__menu .nav-pills > li > a:hover i,
.header_main__menu .nav-pills > li > a:focus i {
    color: #444;
  }

  .header_main__menu .nav-pills > li.menu-0.active > a,
.header_main__menu .nav-pills > li.menu-0.active > a:focus,
.header_main__menu .nav-pills > li.menu-0.active > a:hover,
.header_main__menu .nav-pills > li.menu-0 > a:hover,
.header_main__menu .nav-pills > li.menu-0 > a:focus {
    color: #444;
  }
  .header_main__menu .nav-pills > li.menu-0.active > a i,
.header_main__menu .nav-pills > li.menu-0.active > a:focus i,
.header_main__menu .nav-pills > li.menu-0.active > a:hover i,
.header_main__menu .nav-pills > li.menu-0 > a:hover i,
.header_main__menu .nav-pills > li.menu-0 > a:focus i {
    color: #444;
  }

  button.dang-nhap {
    font-size: 19px;
    line-height: 1;
  }

  .otp-input {
    width: 35px;
    font-size: 22px;
    overflow: visible !important;
  }

  .login-mobile {
    align-items: center;
  }
  .login-mobile .dang-nhap {
    line-height: 1;
    color: #000;
  }

  .header_main__side_menu {
    color: #000;
  }

  #otp-form .login-body {
    margin-top: 10px;
  }

  .login-mobile-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
  }
  .login-mobile-menu .menu-login-mobile {
    padding: 12px 16px;
    background: #E9680C;
  }
  .login-mobile-menu .menu-login-mobile p {
    color: #fff;
  }
  .login-mobile-menu .menu-login-mobile a.dang-nhap {
    background: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 6px 10px;
    border: 1px solid #fff;
    border-radius: 100px;
  }
  .login-mobile-menu .menu-login-mobile a.dang-nhap.dang-ky {
    color: #E2803A;
    background: #FFE8D6;
    border-color: #FFE8D6;
  }
}
html.state-sidebar .header_main__sidebar {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  touch-action: none;
  -ms-touch-action: none;
}
html.state-sidebar .no-scroll-y {
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
html.state-sidebar .bs-sidebar {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  background-color: #000000d4;
}

html.state-bgr .element-bgr::after {
  content: "";
  background: #000000b5;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

body.state-loading {
  overflow: hidden;
}

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

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

@media (max-width: 767px) {
  html.state-sidebar-flight {
    overflow: hidden;
  }
  html.state-sidebar-flight .search-form--flight {
    position: static;
  }
  html.state-sidebar-flight .home_search {
    position: static;
  }
  html.state-sidebar-flight body {
    overflow: hidden;
  }

  html.state-sidebar-form {
    overflow: hidden;
  }
  html.state-sidebar-form body {
    overflow: hidden;
  }
  html.state-sidebar-form::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: block;
    top: 0;
  }

  html.html-overflow-hidden {
    overflow: hidden;
  }
}
.bpt-footer-contact {
  background-color: #DF782C;
  padding: 80px 0 0;
  margin-top: 180px;
  color: #fff;
}
.bpt-footer-contact a {
  color: #fff;
}
.bpt-footer-contact .container {
  position: relative;
}
.bpt-footer-contact .company-info {
  line-height: 26px;
  border-right: 1px solid #fff;
}
.bpt-footer-contact .company-info .text-office {
  font-weight: bold;
}
.bpt-footer-contact .business-license {
  font-size: 14px;
}
.bpt-footer-contact .footer-accomplish {
  font-size: 14px;
  text-align: center;
  background-color: #F99245;
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.bpt-footer-contact .footer-accomplish .row-accomplish:first-child {
  margin-top: -7px;
}
.bpt-footer-contact .footer-accomplish .row-accomplish > div {
  text-align: center;
}
.bpt-footer-contact .bpt-footer-link {
  font-size: 14px;
}
.bpt-footer-contact .bpt-footer-link a {
  line-height: 36px;
  display: block;
  font-weight: bold;
}
.bpt-footer-contact .bpt-footer-link .tst {
  color: #333;
}
.bpt-footer-contact .collective-name {
  font-size: 20px;
  margin: 20px 0 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.bpt-footer-contact .company-name {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.bpt-footer-contact .company-name.margin-top-25 {
  margin-top: 30px;
}
.bpt-footer-contact ul li {
  margin-top: 14px;
  position: relative;
  font-size: 14px;
}
.bpt-footer-contact ul li:first-child {
  margin-top: unset;
}
.bpt-footer-contact .des {
  font-weight: bold;
  font-size: 14px;
}

.margin-top-30 {
  margin-top: 30px;
}

.link-icon-footer img {
  height: 65px;
}

.bpt-footer-address {
  background-color: #f7f7f7;
  padding: 20px 0 10px;
}
.bpt-footer-address .text-office {
  font-weight: bold;
  color: #555;
  font-size: 13px;
}
.bpt-footer-address .list-unstyled {
  margin-bottom: 0;
}
.bpt-footer-address footer-col-right {
  padding-left: 40px;
}

.bpt-footer {
  background-color: #fff;
  padding: 15px 0 15px;
  border-bottom: 5px solid #DF782C;
}
.bpt-footer .fa {
  color: #b5b5b5;
}
.bpt-footer .social a {
  float: none;
  margin-left: 15px;
}
.bpt-footer .social a:first-child {
  margin-left: 0;
}

.bpt-footer-link .footer-link {
  margin-top: -10px;
  padding-top: 0px;
  border-left: 1px solid #fff;
}
.bpt-footer-link .footer-link ul {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin: 0;
}
.bpt-footer-link .footer-link li {
  float: left;
  padding: 0;
  width: 50%;
}
.bpt-footer-link .footer-link .col-md-1 {
  font-size: 14px;
}
.bpt-footer-link .footer-link-border {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.bpt-footer-contact li {
  position: relative;
  padding-left: 18px;
}
.bpt-footer-contact li img {
  position: absolute;
  left: 0;
  top: 5px;
}

.bpt-footer-contact .col-icon {
  text-align: right;
}

.bpt-footer-contact .row-link a {
  margin: 5px 0;
}

.bpt-footer-contact .row-link .icon-hot-red {
  margin-top: -5px;
}

.bpt-footer-contact .border-footer,
.bpt-footer .border-footer {
  border-bottom: 1px solid #FBFBFB;
}

.footer-1,
.footer-2 {
  margin-top: 15px;
  min-height: 80px;
}

.div-footer-5,
.div-footer-6 {
  min-height: 65px;
}

.div-footer-1,
.div-footer-2 {
  margin-top: 0px;
}

.bpt-footer .payment-method {
  color: #999;
  text-align: right;
}

.bpt-footer .lbl-we-accept {
  margin: 10px 10px 0 0;
  float: left;
  font-size: 13px;
  color: #aaa;
}

.bpt-footer .payment-method .fa {
  font-size: 30px;
  margin-right: 10px;
}

.fa-tripadvisor,
.fa-facebook,
.fa-twitter,
.fa-pinterest {
  font-size: 26px;
  margin: 3px 0 0 10px;
}

.bpt-footer-contact .sale-avatar {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: inline-block;
}

.bpt-footer-contact .sale-avatar img {
  width: 100%;
  height: 100%;
}

.bpt-footer-contact .need-help {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.bpt-footer-contact .bpt-hotline {
  margin: 15px 0 10px;
}

.bpt-footer-contact .btn-contact {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  float: left;
  margin: 40px 0 0 160px;
}

.bpt-footer-contact .btn-contact .glyphicon {
  font-size: 12px;
}

.bpt-footer-contact .btn-contact:focus,
.bpt-footer-contact .btn-contact:active {
  color: #EB8F00;
  border-color: #EB8F00;
  background-color: #023260;
}

.block-news-letter-v2 {
  padding: 15px;
  position: relative;
  margin-top: -200px;
  top: 0;
  margin-bottom: 30px;
  border: 1px solid #DF782C;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
.block-news-letter-v2 .get-deal-info .info {
  padding-left: 75px;
  color: #333;
}
.block-news-letter-v2 .get-deal-info .info p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #333;
}
.block-news-letter-v2 .get-deal-info .info p span {
  font-size: 29px;
  color: #EF6013;
}
.block-news-letter-v2 .icon-footer {
  position: absolute;
}
.block-news-letter-v2 .get-deal {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: 6px;
  border-radius: 5px;
}
.block-news-letter-v2 .get-deal .input-email {
  height: 52px;
  font-size: 16px;
  box-shadow: none;
  border: none;
  background-color: #F6F6F6;
  width: 100%;
  display: inline-block;
}
.block-news-letter-v2 .get-deal .button {
  cursor: pointer;
  color: #DD6E1E;
  background-color: #FFF1E2;
  padding: 15px 10px;
  font-size: 16px;
  text-align: center;
  right: 10px;
  border-radius: 3px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.block-news-letter-v2 .company-info ul li .icon-address-location-white-v2 {
  position: absolute;
  left: 0;
  top: 0;
}
.block-news-letter-v2 .company-info .list-unstyled .icon-address-location-white-v2 {
  margin-right: 3px;
  margin-bottom: 3px;
}

.snp-theme4-lightgreen {
  position: relative;
}

.popup-newletter {
  z-index: 2000;
}

.box-form-regis {
  position: absolute;
  margin: 0 auto;
  top: 68%;
  left: 0;
  right: 0;
  width: auto;
  text-align: center;
  padding: 0 30px;
}
.box-form-regis span {
  font-size: 16px;
  color: #666;
}
.box-form-regis .txt-voucher {
  font-weight: bold;
  color: #ab1724;
}
.box-form-regis b {
  font-size: 18px;
  color: #53585d;
}
.box-form-regis .regis_email {
  width: 100%;
  border-radius: 10px;
  height: 40px;
  padding: 0 15px;
  border: solid 1px #666;
  color: #666;
  font-size: 14px;
  line-height: 26px;
  margin: 5px 0 10px;
}
.box-form-regis .regis_email::placeholder {
  color: #666;
}
.box-form-regis .btn-send-email {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  background-color: #fe5200;
  padding: 4px 5px;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
}
.box-form-regis .btn-send-email:hover {
  text-decoration: none;
}
.box-form-regis .btn-continue {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  background-color: #fe5200;
  padding: 7px 5px;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
}

.footer-bp-group {
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  background-color: #DF782C;
}
.footer-bp-group .container {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 14px;
  position: relative;
  margin-top: 25px;
}
.footer-bp-group .container::before {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background: #FBFBFB;
  position: absolute;
  top: 0;
  left: 10px;
}
.footer-bp-group span {
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}
.footer-bp-group img {
  margin-left: 0;
}
.footer-bp-group .logo-2 {
  margin-left: 25px;
}
.footer-bp-group .logo-4 {
  margin-left: 25px;
}
.footer-bp-group a {
  margin-bottom: 5px;
  display: inline-block;
}

.bpt-footer-icon {
  display: inline-block;
  overflow: hidden;
}
.bpt-footer-icon .icon-bct {
  float: none;
}
.bpt-footer-icon .social {
  float: none;
  margin-top: 10px;
  height: 40px;
}

/* Tablet
========================================================================== */
@media (min-width: 768px) {
  .box-form-regis {
    top: 62%;
  }
  .box-form-regis .regis_email {
    width: 335px;
    height: 52px;
  }
  .box-form-regis .btn-send-email {
    width: 335px;
  }
  .box-form-regis .btn-continue {
    width: 370px;
  }

  .block-news-letter-v2 {
    margin-top: -130px;
    margin-bottom: 40px;
  }
  .block-news-letter-v2 .get-deal-info {
    float: left;
    width: 45%;
  }
  .block-news-letter-v2 .deal-submit {
    float: left;
    width: 55%;
    padding-left: 30px;
  }
  .block-news-letter-v2 .get-deal .input-email {
    height: 52px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    background-color: #F6F6F6;
    width: 70%;
    display: inline-block;
  }
  .block-news-letter-v2 .get-deal .button {
    cursor: pointer;
    color: #DD6E1E;
    background-color: #FFF1E2;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    right: 10px;
    border-radius: 3px;
    font-weight: bold;
    width: 28%;
    display: inline-block;
  }

  .bpt-footer-contact .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bpt-footer-contact .company-info {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
  }
  .bpt-footer-contact .footer-accomplish,
.bpt-footer-contact .bpt-footer-link {
    padding-left: 10px;
    padding-right: 10px;
    border: unset;
  }
  .bpt-footer-contact .business-license {
    margin-left: 0px;
    font-size: 14px;
  }
  .bpt-footer-contact ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
  }
  .bpt-footer-contact ul .icon-address-location-white-v2 {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .bpt-footer-contact .bpt-footer-link {
    padding-left: 45px;
    margin-top: -10px;
  }
  .bpt-footer-contact .bpt-footer-link .footer-link {
    margin-bottom: 0px;
    margin-top: 40px;
  }

  .footer-bp-group {
    display: flex;
    padding-top: 20px;
    margin-top: 0;
  }
  .footer-bp-group .brand-in-bp-group {
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-bp-group span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .footer-bp-group img {
    margin-right: 51px;
  }
  .footer-bp-group a {
    margin-bottom: 0;
  }

  .bpt-footer {
    padding: 15px 0 0;
  }
  .bpt-footer .icon-bct {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
  }
  .bpt-footer .icon-dmca {
    float: left;
    margin-top: 13px;
  }
  .bpt-footer .social {
    float: left;
    margin-top: 13px;
    height: 40px;
  }
  .bpt-footer .social a {
    margin-left: 10px;
  }
  .bpt-footer .social a:first-child {
    margin-left: 27px;
  }

  .bpt-footer-contact .bpt-footer-link {
    margin-bottom: 30px;
  }
  .bpt-footer-contact .bpt-footer-link a {
    line-height: 40px;
  }
  .bpt-footer-contact .company-name.margin-top-25 {
    margin-top: 25px;
  }
  .bpt-footer-contact li {
    padding-left: 0;
  }
  .bpt-footer-contact li img {
    position: static;
  }
}
@media (max-width: 768px) {
  .brand-bottom {
    display: flex !important;
    align-items: center;
  }
}
@font-face {
  font-family: "facility";
  src: url("/assets/fonts/facility.eot?kavzc0");
  src: url("/assets/fonts/facility.eot?kavzc0#iefix") format("embedded-opentype"), url("/assets/fonts/facility.ttf?kavzc0") format("truetype"), url("/assets/fonts/facility.woff?kavzc0") format("woff"), url("/assets/fonts/facility.svg?kavzc0#facility") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icos-], [class*=" icos-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "facility" !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;
  font-size: 20px;
  width: 25px;
  display: inline-block;
}
[class^=icos-]::before, [class*=" icos-"]::before {
  color: #444;
}

.icos-facility-41, .icos-facility-146 {
  font-size: 14px;
}
.icos-facility-35, .icos-facility-13, .icos-facility-17, .icos-facility-144, .icos-facility-137, .icos-facility-132, .icos-facility-143, .icos-facility-142, .icos-facility-135, .icos-facility-134, .icos-facility-133, .icos-facility-131, .icos-facility-126, .icos-facility-122, .icos-facility-65, .icos-facility-209, .icos-facility-40, .icos-facility-206 {
  font-size: 16px;
}

.icos-facility-206:before {
  content: "\e9a0";
}

.icos-facility-207:before {
  content: "\e9a1";
}

.icos-facility-208:before {
  content: "\e9a2";
}

.icos-facility-202:before {
  content: "\e9a3";
}

.icos-facility-203:before {
  content: "\e9a4";
}

.icos-facility-204:before {
  content: "\e9a5";
}

.icos-facility-209:before {
  content: "\e9a6";
}

.icos-facility-210:before {
  content: "\e9a7";
}

.icos-facility-205:before {
  content: "\e9a8";
}

.icos-facility-65:before {
  content: "\e99f";
}

.icos-facility-122:before {
  content: "\e95f";
}

.icos-facility-126:before {
  content: "\e980";
}

.icos-facility-131:before {
  content: "\e984";
}

.icos-facility-133:before {
  content: "\e985";
}

.icos-facility-134:before {
  content: "\e986";
}

.icos-facility-135:before {
  content: "\e987";
}

.icos-facility-142:before {
  content: "\e988";
}

.icos-facility-143:before {
  content: "\e989";
}

.icos-facility-132:before {
  content: "\e981";
}

.icos-facility-137:before {
  content: "\e982";
}

.icos-facility-144:before {
  content: "\e983";
}

.icos-facility-17:before {
  content: "\e97f";
}

.icos-facility-35:before {
  content: "\e978";
}

.icos-facility-41:before {
  content: "\e902";
}

.icos-facility-13:before {
  content: "\e914";
}

.icos-facility-104:before {
  content: "\e999";
}

.icos-facility-120:before {
  content: "\e99a";
}

.icos-facility-129:before {
  content: "\e99b";
}

.icos-facility-168:before {
  content: "\e99c";
}

.icos-facility-178:before {
  content: "\e99d";
}

.icos-facility-11:before {
  content: "\e99e";
}

.icos-facility-33:before {
  content: "\e998";
}

.icos-facility-173:before {
  content: "\e996";
}

.icos-facility-189:before {
  content: "\e997";
}

.icos-facility-176:before {
  content: "\e98f";
}

.icos-facility-185:before {
  content: "\e990";
}

.icos-facility-187:before {
  content: "\e991";
}

.icos-facility-183:before {
  content: "\e992";
}

.icos-facility-197:before {
  content: "\e993";
}

.icos-facility-124:before {
  content: "\e994";
}

.icos-facility-128:before {
  content: "\e995";
}

.icos-facility-123:before {
  content: "\e98a";
}

.icos-facility-125:before {
  content: "\e98b";
}

.icos-facility-130:before {
  content: "\e98c";
}

.icos-facility-136:before {
  content: "\e98d";
}

.icos-facility-140:before {
  content: "\e98e";
}

.icos-facility-39:before {
  content: "\e909";
}

.icos-facility-2:before {
  content: "\e97b";
}

.icos-facility-110:before {
  content: "\e97c";
}

.icos-facility-103:before {
  content: "\e97d";
}

.icos-facility-29:before {
  content: "\e97e";
}

.icos-facility-105:before {
  content: "\e910";
}

.icos-facility-199:before {
  content: "\e979";
}

.icos-facility-201:before {
  content: "\e97a";
}

.icos-facility-30:before {
  content: "\e905";
}

.icos-facility-53:before {
  content: "\e91c";
}

.icos-facility-69:before {
  content: "\e91f";
}

.icos-facility-70:before {
  content: "\e921";
}

.icos-facility-76:before {
  content: "\e927";
}

.icos-facility-79:before {
  content: "\e929";
}

.icos-facility-82:before {
  content: "\e92c";
}

.icos-facility-84:before {
  content: "\e92d";
}

.icos-facility-85:before {
  content: "\e934";
}

.icos-facility-93:before {
  content: "\e93e";
}

.icos-facility-96:before {
  content: "\e93f";
}

.icos-facility-97:before {
  content: "\e944";
}

.icos-facility-102:before {
  content: "\e948";
}

.icos-facility-113:before {
  content: "\e94a";
}

.icos-facility-117:before {
  content: "\e94b";
}

.icos-facility-119:before {
  content: "\e94c";
}

.icos-facility-127:before {
  content: "\e94d";
}

.icos-facility-145:before {
  content: "\e94e";
}

.icos-facility-148:before {
  content: "\e94f";
}

.icos-facility-149:before {
  content: "\e950";
}

.icos-facility-153:before {
  content: "\e951";
}

.icos-facility-157:before {
  content: "\e952";
}

.icos-facility-159:before {
  content: "\e953";
}

.icos-facility-161:before {
  content: "\e954";
}

.icos-facility-167:before {
  content: "\e955";
}

.icos-facility-169:before {
  content: "\e956";
}

.icos-facility-171:before {
  content: "\e957";
}

.icos-facility-172:before {
  content: "\e958";
}

.icos-facility-175:before {
  content: "\e959";
}

.icos-facility-177:before {
  content: "\e95a";
}

.icos-facility-179:before {
  content: "\e95b";
}

.icos-facility-180:before {
  content: "\e95c";
}

.icos-facility-181:before {
  content: "\e95d";
}

.icos-facility-191:before {
  content: "\e95e";
}

.icos-facility-52:before {
  content: "\e960";
}

.icos-facility-56:before {
  content: "\e961";
}

.icos-facility-63:before {
  content: "\e962";
}

.icos-facility-66:before {
  content: "\e963";
}

.icos-facility-67:before {
  content: "\e964";
}

.icos-facility-71:before {
  content: "\e965";
}

.icos-facility-72:before {
  content: "\e966";
}

.icos-facility-75:before {
  content: "\e967";
}

.icos-facility-92:before {
  content: "\e968";
}

.icos-facility-94:before {
  content: "\e969";
}

.icos-facility-111:before {
  content: "\e96a";
}

.icos-facility-141:before {
  content: "\e96b";
}

.icos-facility-151:before {
  content: "\e96c";
}

.icos-facility-155:before {
  content: "\e96d";
}

.icos-facility-156:before {
  content: "\e96e";
}

.icos-facility-160:before {
  content: "\e96f";
}

.icos-facility-162:before {
  content: "\e970";
}

.icos-facility-164:before {
  content: "\e971";
}

.icos-facility-165:before {
  content: "\e972";
}

.icos-facility-166:before {
  content: "\e973";
}

.icos-facility-170:before {
  content: "\e974";
}

.icos-facility-174:before {
  content: "\e975";
}

.icos-facility-195:before {
  content: "\e976";
}

.icos-facility-200:before {
  content: "\e977";
}

.icos-facility-154:before {
  content: "\e949";
}

.icos-facility-152:before {
  content: "\e945";
}

.icos-facility-146:before {
  content: "\e946";
}

.icos-facility-121:before {
  content: "\e947";
}

.icos-facility-118:before {
  content: "\e928";
}

.icos-facility-116:before {
  content: "\e92a";
}

.icos-facility-115:before {
  content: "\e92b";
}

.icos-facility-112:before {
  content: "\e92e";
}

.icos-facility-114:before {
  content: "\e92f";
}

.icos-facility-108:before {
  content: "\e930";
}

.icos-facility-109:before {
  content: "\e931";
}

.icos-facility-107:before {
  content: "\e932";
}

.icos-facility-106:before {
  content: "\e933";
}

.icos-facility-91:before {
  content: "\e935";
}

.icos-facility-95:before {
  content: "\e936";
}

.icos-facility-90:before {
  content: "\e937";
}

.icos-facility-81:before {
  content: "\e938";
}

.icos-facility-80:before {
  content: "\e939";
}

.icos-facility-78:before {
  content: "\e93a";
}

.icos-facility-77:before {
  content: "\e93b";
}

.icos-facility-74:before {
  content: "\e93c";
}

.icos-facility-73:before {
  content: "\e93d";
}

.icos-facility-64:before {
  content: "\e940";
}

.icos-facility-62:before {
  content: "\e941";
}

.icos-facility-61:before {
  content: "\e942";
}

.icos-facility-60:before {
  content: "\e943";
}

.icos-facility-59:before {
  content: "\e91e";
}

.icos-facility-54:before {
  content: "\e920";
}

.icos-facility-55:before {
  content: "\e922";
}

.icos-facility-51:before {
  content: "\e923";
}

.icos-facility-50:before {
  content: "\e924";
}

.icos-facility-49:before {
  content: "\e925";
}

.icos-facility-48:before {
  content: "\e926";
}

.icos-facility-42:before {
  content: "\e900";
}

.icos-facility-43:before {
  content: "\e901";
}

.icos-facility-40:before {
  content: "\e903";
}

.icos-facility-37:before {
  content: "\e904";
}

.icos-facility-34:before {
  content: "\e906";
}

.icos-facility-32:before {
  content: "\e907";
}

.icos-facility-31:before {
  content: "\e908";
}

.icos-facility-28:before {
  content: "\e90a";
}

.icos-facility-27:before {
  content: "\e90b";
}

.icos-facility-25:before {
  content: "\e90c";
}

.icos-facility-24:before {
  content: "\e90d";
}

.icos-facility-23:before {
  content: "\e90e";
}

.icos-facility-22:before {
  content: "\e90f";
}

.icos-facility-16:before {
  content: "\e911";
}

.icos-facility-15:before {
  content: "\e912";
}

.icos-facility-14:before {
  content: "\e913";
}

.icos-facility-12:before {
  content: "\e915";
}

.icos-facility-10:before {
  content: "\e916";
}

.icos-facility-9:before {
  content: "\e917";
}

.icos-facility-8:before {
  content: "\e918";
}

.icos-facility-7:before {
  content: "\e919";
}

.icos-facility-6:before {
  content: "\e91a";
}

.icos-facility-5:before {
  content: "\e91b";
}

.icos-facility-4:before {
  content: "\e91d";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  max-height: 36px;
  cursor: pointer;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.read-content-middle table,
.read-content-middle img,
.read-content-middle iframe,
.content-page table,
.content-page img,
.content-page iframe {
  max-width: 100% !important;
  height: auto;
}

@media (min-width: 768px) {
  .read-content-middle {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-800-middle,
.description-text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-side {
    max-width: 888px;
  }

  .read-content-side iframe,
.read-content-middle iframe,
.content-page iframe {
    height: 424px;
    width: 100% !important;
  }
}
@media (max-width: 888px) {
  .read-content-middle {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .content-800-middle table,
.read-content-middle table,
.content-page table {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .read-content-middle,
.content-800-middle {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-side {
    width: 888px;
  }
}
.table-price-month {
  overflow: unset;
}

.banner-ve img {
  width: auto;
  margin: 0 auto;
}

.input-switch .switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 24px;
  margin-bottom: 0;
}
.input-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.input-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C5C5C5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.input-switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.input-switch input:checked + .slider {
  background-color: #fa8401;
}
.input-switch input:focus + .slider {
  box-shadow: 0 0 1px #fa8401;
}
.input-switch input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  background-color: #fff;
}
.input-switch .slider.round {
  border-radius: 34px;
}
.input-switch .slider.round:before {
  border-radius: 50%;
}

.item-radio {
  position: relative;
}

.item-radio [type=radio]:checked,
.item-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.item-radio [type=radio]:checked + label,
.item-radio [type=radio].active + label,
.item-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #181818;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}

.item-radio [type=radio].active + label:before,
.item-radio [type=radio]:checked + label:before,
.item-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #999;
  border-radius: 100%;
  background: #fff;
}

.item-radio [type=radio].active + label:after,
.item-radio [type=radio]:checked + label:after,
.item-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2D9CDB;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.item-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.item-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.go-search {
  width: 100vw;
  position: fixed;
  bottom: 0px;
  padding: 10px;
  text-align: center;
  z-index: 99;
  display: none;
}
.go-search .btn-go-search {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.go-search .btn-go-search i {
  margin-left: 3px;
}
.go-search .btn-go-search i::before {
  color: #fff;
}

.fade-in-text {
  opacity: 0;
  animation: textfadeIn 3s;
}

@keyframes textfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zero-fare-notification {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.zero-fare-notification svg {
  margin-right: 5px;
}
.zero-fare-notification strong {
  color: #B72020;
  margin-right: 3px;
}
.zero-fare-notification span {
  margin-left: 20px;
  margin-top: 3px;
}

.search-form {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -190px;
}
.search-form__title {
  margin-bottom: 15px;
}
.search-form h1 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
.search-form h1.non-des {
  margin-top: 50px;
  margin-bottom: 30px;
}
.search-form p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}
.search-form p strong {
  color: #FFB72D;
}
.search-form__content {
  position: relative;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.search-form__content .twitter-typeahead {
  width: 100%;
}
.search-form__content__left {
  display: inline-block;
  width: 100%;
}
.search-form__content label {
  cursor: pointer;
}
.search-form__content i {
  cursor: pointer;
}
.search-form__content input::placeholder {
  color: #444;
}
.search-form__content__des {
  display: flex;
  padding: 15px 0;
  padding-bottom: 10px;
  align-items: center;
  position: relative;
}
.search-form__content__des::before {
  content: "";
  border-bottom: 1px solid #EFEFEF;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 2;
  width: calc(100vw - 30px);
}
.search-form__content__des .btn-clear-search {
  position: absolute;
  right: 0;
  bottom: 15px;
  margin-right: 0;
  font-size: 14px;
}
.search-form__content__des .btn-clear-search::before {
  color: red;
}
.search-form__content__des--ticket::before {
  border-bottom: 0;
}
.search-form__content__des i {
  font-size: 42px;
  margin-right: 10px;
}
.search-form__content__des i::before {
  color: #82828270;
}
.search-form__content__des--flight {
  padding: 15px;
}
.search-form__content__des--flight i {
  font-size: 36px;
}
.search-form__content__des--flight#to_des i {
  font-size: 40px;
}
.search-form__content__des svg {
  margin-right: 10px;
}
.search-form__content__des img {
  margin-right: 10px;
}
.search-form__content__des__change {
  padding: 5px;
  border: 1px solid #DFDFDF;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 22px;
  position: absolute;
  bottom: -17px;
  right: 15px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
}
.search-form__content__des__change i {
  font-size: 16px;
  margin: auto;
}
.search-form__content__des__change i::before {
  color: #828282;
}
.search-form__content__des__input {
  width: 100%;
  display: grid;
}
.search-form__content__des__input > label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}
.search-form__content__des__input input {
  border: 0;
  outline: none;
  box-shadow: none !important;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin-top: 0;
  background-color: initial !important;
  cursor: pointer;
  height: 23px;
  margin-top: 3px;
  padding-right: 40px;
}
.search-form__content__des__input input::placeholder {
  color: #828282;
  opacity: 1;
}
.search-form__content__des__input input:-ms-input-placeholder {
  color: #828282;
}
.search-form__content__des__input input::-ms-input-placeholder {
  color: #828282;
}
.search-form__content__date {
  display: flex;
  padding: 15px 0;
  padding-left: 15px;
  padding-bottom: 10px;
  align-items: center;
  float: left;
  width: 50%;
  position: relative;
}
.search-form__content__date > span {
  height: 38px;
}
.search-form__content__date i {
  font-size: 38px;
  margin-right: 10px;
}
.search-form__content__date i::before {
  color: #82828270;
}
.search-form__content__date::before {
  content: "";
  border-bottom: 1px solid #EFEFEF;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 2;
  width: calc(50vw - 30px);
}
.search-form__content__date:nth-child(2)::before {
  width: calc(50vw - 40px);
}
.search-form__content__date .lbl_returning {
  display: none;
}
.search-form__content__date .delete_return {
  position: absolute;
  top: 33px;
  right: 0;
}
.search-form__content__date .delete_return i {
  margin-right: 20px;
  font-size: 14px;
}
.search-form__content__date .delete_return i::before {
  color: red;
}
.search-form__content__date__input {
  width: 100%;
}
.search-form__content__date__input label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  color: #828282;
}
.search-form__content__date__input input {
  border: 0;
  outline: none;
  box-shadow: none !important;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin-top: 0;
  background-color: initial !important;
  cursor: pointer;
  height: 23px;
}
.search-form__content__date__input input::placeholder {
  color: #828282;
  opacity: 1;
}
.search-form__content__date__input input:-ms-input-placeholder {
  color: #828282;
}
.search-form__content__date__input input::-ms-input-placeholder {
  color: #828282;
}
.search-form__content__dep {
  display: flex;
  padding: 15px 0;
  padding-bottom: 10px;
  padding-top: 5px;
  align-items: center;
  float: left;
  width: 50%;
  position: relative;
}
.search-form__content__dep i {
  font-size: 42px;
}
.search-form__content__dep i::before {
  color: #82828270;
}
.search-form__content__dep__input {
  width: 100%;
}
.search-form__content__dep__input label {
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  color: #828282;
}
.search-form__content__dep__input select {
  padding: 0 10px;
  border: none;
  outline: none;
  height: auto;
  box-shadow: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  color: #828282;
}
.search-form__content__dep__input select:focus {
  box-shadow: none;
  outline: none;
}
.search-form__content__dep__input select.selected {
  color: #444;
}
.search-form__content__star {
  display: flex;
  padding: 15px 0;
  padding-bottom: 10px;
  align-items: center;
  float: left;
  width: 50%;
  position: relative;
}
.search-form__content__star i {
  font-size: 42px;
}
.search-form__content__star i::before {
  color: #82828270;
}
.search-form__content__star__input {
  width: 100%;
}
.search-form__content__star__input label {
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  color: #828282;
}
.search-form__content__star__input select {
  border: none;
  outline: none;
  height: auto;
  box-shadow: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  color: #828282;
}
.search-form__content__star__input select:focus {
  box-shadow: none;
  outline: none;
}
.search-form__content__star__input select.selected {
  color: #444;
}
.search-form__content__dur {
  display: flex;
  padding: 15px 0;
  padding-bottom: 10px;
  align-items: center;
  float: left;
  width: 50%;
  position: relative;
}
.search-form__content__dur i {
  font-size: 42px;
}
.search-form__content__dur i::before {
  color: #82828270;
}
.search-form__content__dur__input {
  width: 100%;
}
.search-form__content__dur__input label {
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  color: #828282;
}
.search-form__content__dur__input select {
  padding: 0 10px;
  border: none;
  outline: none;
  height: auto;
  box-shadow: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  color: #828282;
}
.search-form__content__dur__input select:focus {
  box-shadow: none;
  outline: none;
}
.search-form__content__dur__input select.selected {
  color: #444;
}
.search-form__content__pass {
  display: flex;
  padding: 15px 0;
  padding-left: 15px;
  padding-bottom: 10px;
  align-items: center;
  width: 100%;
  position: relative;
}
.search-form__content__pass > span {
  height: 32px;
}
.search-form__content__pass i {
  font-size: 38px;
  margin-right: 10px;
}
.search-form__content__pass i::before {
  color: #82828270;
}
.search-form__content__pass svg {
  margin-right: 10px;
}
.search-form__content__pass img {
  margin-right: 10px;
}
.search-form__content__pass__input {
  width: 100%;
}
.search-form__content__pass__input label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  color: #828282;
}
.search-form__content__pass__input input {
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  outline: none;
  font-size: 16px;
  padding: 0;
  height: 25px;
  margin-top: 0px;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  color: #444;
}
.search-form__content__pass__input input::placeholder {
  color: #828282;
  opacity: 1;
}
.search-form__content__pass__input input:-ms-input-placeholder {
  color: #828282;
}
.search-form__content__pass__input input::-ms-input-placeholder {
  color: #828282;
}
.search-form__content__pass__input a {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #444;
}
.search-form__content__cheapest {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-form__content__cheapest label {
  margin-right: 5px;
}
.search-form__content__button {
  padding: 10px;
}
.search-form__content__right .btn-orange--mod {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 8px;
}
.search-form--tour, .search-form--combo, .search-form--hotel, .search-form--cruise, .search-form--ticket {
  background: #fff;
  box-shadow: 0px 0px 28px 6px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 15px !important;
  margin-top: -65px;
}
.search-form--tour h1, .search-form--combo h1, .search-form--hotel h1, .search-form--cruise h1, .search-form--ticket h1 {
  border-bottom: 1px solid #ddd;
  color: #444;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.search-form--tour .search-form__content, .search-form--combo .search-form__content, .search-form--hotel .search-form__content, .search-form--cruise .search-form__content, .search-form--ticket .search-form__content {
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
}
.search-form--tour .search-form__content__des, .search-form--combo .search-form__content__des, .search-form--hotel .search-form__content__des, .search-form--cruise .search-form__content__des, .search-form--ticket .search-form__content__des {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  padding-top: 5px;
  height: 65px;
}
.search-form--tour .search-form__content__des::before, .search-form--combo .search-form__content__des::before, .search-form--hotel .search-form__content__des::before, .search-form--cruise .search-form__content__des::before, .search-form--ticket .search-form__content__des::before {
  left: 0;
  width: 100%;
}
.search-form--tour .search-form__content__date, .search-form--combo .search-form__content__date, .search-form--hotel .search-form__content__date, .search-form--cruise .search-form__content__date, .search-form--ticket .search-form__content__date {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 7px;
  height: 80px;
}
.search-form--tour .search-form__content__date::before, .search-form--combo .search-form__content__date::before, .search-form--hotel .search-form__content__date::before, .search-form--cruise .search-form__content__date::before, .search-form--ticket .search-form__content__date::before {
  left: 0;
  width: 100%;
}
.search-form--tour .search-form__content__dep, .search-form--combo .search-form__content__dep, .search-form--hotel .search-form__content__dep, .search-form--cruise .search-form__content__dep, .search-form--ticket .search-form__content__dep {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 5px;
  height: 70px;
}
.search-form--tour .search-form__content__dur, .search-form--combo .search-form__content__dur, .search-form--hotel .search-form__content__dur, .search-form--cruise .search-form__content__dur, .search-form--ticket .search-form__content__dur {
  width: 50%;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 5px;
  height: 70px;
}
.search-form--tour .search-form__content__star, .search-form--combo .search-form__content__star, .search-form--hotel .search-form__content__star, .search-form--cruise .search-form__content__star, .search-form--ticket .search-form__content__star {
  width: 50%;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 5px;
  height: 70px;
}
.search-form--tour .search-form__content__right, .search-form--combo .search-form__content__right, .search-form--hotel .search-form__content__right, .search-form--cruise .search-form__content__right, .search-form--ticket .search-form__content__right {
  padding-top: 10px;
}
.search-form--cruise h1 {
  border-bottom: 0px solid #ddd;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search-form--cruise .search-form__content__des {
  width: 100% !important;
  padding: 15px !important;
  border-bottom: 0;
  background: #FBFBFB;
  height: 75px !important;
  border-radius: 8px;
}
.search-form--cruise .search-form__content__des::before {
  border: 0;
}
.search-form--cruise .search-form__content__des .ico-address {
  font-size: 42px;
}
.search-form--cruise .search-form__content__des .ico-address::before {
  color: #BABABA;
}
.search-form--cruise .search-form__content__des label {
  font-weight: normal;
}
.search-form--cruise .search-form__content__des input {
  padding: 0;
  font-weight: 500;
  cursor: pointer;
}
.search-form--cruise .search-form__content__des input:focus {
  outline: none;
  box-shadow: none;
}
.search-form--cruise .search-form__content__des .ico-search {
  font-size: 26px;
  display: block !important;
}
.search-form--cruise .search-form__content__des .ico-search::before {
  color: #828282;
}
.search-form--hotel .search-form__content__date {
  width: 50%;
}
.search-form--hotel .search-form__content__pass {
  padding-left: 0;
}
.search-form .tt-dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 4px 0;
  background-color: #fff;
  border: 2px 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;
}
.search-form .tt-dropdown-menu .lb-header {
  padding: 5px 20px;
  width: 100%;
  background-color: #eee;
  font-style: italic;
  clear: both;
  float: left;
}
.search-form .tt-dropdown-menu .lb-header::affter {
  border: 2px solid #06c;
}
.search-form .tt-dropdown-menu {
  padding: 0;
  left: 0px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  max-height: 70vh;
  height: auto;
  overflow-y: auto;
}
.search-form .tt-dropdown-menu .lb-header {
  padding: 7px 15px;
  color: #FE8802;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: bold;
}
.search-form .tt-dropdown-menu .tt-suggestion:hover {
  background-color: transparent;
  color: #003580;
  cursor: pointer;
}
.search-form .tt-suggestion {
  padding: 3px 15px;
  font-size: 14px;
  line-height: 24px;
}
.search-form .tt-suggestion:hover {
  background-color: #1b65e1;
  color: #fff;
}
.search-form .tt-suggestion p {
  margin: 0;
  text-align: left !important;
  color: #333 !important;
}
.search-form .tt-suggestion p strong {
  color: #333 !important;
}

.suggestion-des {
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 0;
  border: 0;
}
.suggestion-des .bpv-tour-destination .title {
  margin-bottom: 0;
}
.suggestion-des .bpv-color-title {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
}
.suggestion-des .btn-support-close {
  display: none;
  z-index: 9;
}
.suggestion-des .sg-des {
  cursor: pointer;
  margin-top: 10px;
}
.suggestion-des .sg-des-link {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 0px;
}
.suggestion-des .group-name {
  font-weight: 700;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.suggestion-des .group-name:hover {
  color: #003580;
}
.suggestion-des .list-group-item {
  border: 0;
  border-radius: 0;
  color: #333;
  padding: 5px 0 5px 10px;
  font-size: 13px;
}
.suggestion-des .list-group-item bo :first-child {
  border: 0;
}
.suggestion-des .list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.suggestion-des .list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.suggestion-des .img-sug {
  width: 75px;
  position: absolute;
  top: 0;
  left: 10px;
}
.suggestion-des .col-info {
  height: 56px;
  padding-left: 85px;
}
.suggestion-des .col-info .des-name {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: normal;
}
.suggestion-des .col-info .des-num {
  font-size: 13px;
}
.suggestion-des .popover-content {
  padding: 10px;
  padding-bottom: 80px;
}
.suggestion-des .bpv-color-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #F37820;
  padding: 10px;
  background-color: #f1f1f1;
}
.suggestion-des ul {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}
.suggestion-des ul a {
  padding: 10px 0 10px 10px;
  display: block;
  color: #666;
}

@media (min-width: 768px) and (max-width: 888px) {
  .search-form {
    width: 100% !important;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .search-form {
    padding: 0 10px;
  }
  .search-form--fixed {
    box-shadow: none;
    position: fixed;
    top: 0;
    margin-top: 0;
    padding: 10px !important;
    left: 0;
    width: 100%;
    z-index: 1061;
    background-color: #666;
    border-radius: 0;
  }
  .search-form--fixed .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    display: block;
    color: #333;
    font-size: 15px;
    background-color: #f1f1f1;
    border: 1px solid #666;
    border-left: 6px solid #666;
    margin-top: -1px;
    display: block !important;
  }
  .search-form--fixed .btn-clear-search {
    display: block !important;
    right: 75px !important;
    bottom: 12px !important;
  }
  .search-form--fixed .twitter-typeahead {
    display: block;
    width: 100%;
  }
  .search-form--fixed .tt-dropdown-menu {
    z-index: 3000 !important;
    top: 125% !important;
    height: 100vh;
    left: -10px !important;
    width: 100vw !important;
    background: #fff !important;
  }
  .search-form--fixed .tt-dropdown-menu .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    top: -11px;
    left: 10% !important;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #eee !important;
    border-bottom-color: #eee !important;
  }
  .search-form--fixed .tt-dropdown-menu .arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #fff !important;
    margin-bottom: -1px;
    left: 10% !important;
  }
  .search-form--fixed h1 {
    display: none;
  }
  .search-form--fixed .search-form__content {
    margin-top: 0;
  }
  .search-form--fixed .search-form__content__left {
    display: block;
  }
  .search-form--fixed .search-form__content__des {
    height: auto;
    padding: 0;
  }
  .search-form--fixed .search-form__content__des label {
    display: none;
  }
  .search-form--fixed .search-form__content__des::before {
    border: 0;
  }
  .search-form--fixed .search-form__content__des input {
    height: 40px !important;
    margin-top: 0;
    width: calc(100% - 67px);
    padding: 6px 12px;
    padding-right: 40px;
  }
  .search-form--fixed .search-form__content__des input::placeholder {
    color: #828282;
    opacity: 1;
  }
  .search-form--fixed .search-form__content__des input:-ms-input-placeholder {
    color: #828282;
  }
  .search-form--fixed .search-form__content__des input::-ms-input-placeholder {
    color: #828282;
  }
  .search-form--fixed .search-form__content__des i {
    display: none;
  }
  .search-form--fixed .search-form__content__date {
    display: none;
  }
  .search-form--fixed .search-form__content__dep, .search-form--fixed .search-form__content__dur, .search-form--fixed .search-form__content__star {
    display: none;
  }
  .search-form--fixed .search-form__content__pass {
    display: none;
  }
  .search-form--fixed .search-form__content__right {
    display: none;
  }

  .suggestion-des {
    top: 49px !important;
    overflow-y: auto;
    position: fixed;
  }
  .suggestion-des .popover-inner {
    overflow-y: scroll;
    height: calc(100vh - 50px);
  }
}
@media (max-width: 950px) {
  .search-form__content {
    width: 100% !important;
  }
}
.sale-tag {
  position: absolute;
  top: -16px;
  right: -10px;
  width: 146px;
  min-height: 37px;
  background: #B72020;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

.sale-tag p {
  font-size: 12px !important;
  margin: 0 !important;
  text-align: left !important;
}

svg.tag-3d {
  position: absolute;
  right: 2px;
  bottom: -13px;
}

@media (min-width: 768px) {
  .zero-fare-notification {
    width: 888px;
  }
  .zero-fare-notification span {
    margin-left: 0px;
    margin-top: 0px;
  }

  .search-form {
    position: relative;
    margin-top: -200px;
    top: unset;
    padding: 0;
  }
  .search-form__title {
    margin-bottom: 15px;
  }
  .search-form__title h1 {
    font-size: 32px;
  }
  .search-form__content {
    position: relative;
    display: -webkit-box;
    width: 888px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
  }
  .search-form__content::after {
    content: "";
    display: table;
  }
  .search-form__content__left {
    width: 83%;
    display: inline-block;
  }
  .search-form__content__right {
    width: 27%;
  }
  .search-form__content__des {
    width: calc(38% - 15px);
    float: left;
    height: 80px;
    padding-right: 0;
    margin-left: 20px;
    padding-left: 0;
    padding-top: 22px;
    position: relative;
    border-bottom: 1px solid #EFEFEF;
  }
  .search-form__content__des .btn-clear-search {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin-right: 0;
    font-size: 14px;
  }
  .search-form__content__des .btn-clear-search::before {
    color: red;
  }
  .search-form__content__des::before {
    display: none;
  }
  .search-form__content__des--tour {
    width: 60% !important;
    padding-right: 5%;
    border-bottom: 0;
  }
  .search-form__content__des--to {
    width: 58%;
    margin-left: 0;
    padding-left: 50px;
  }
  .search-form__content__des__change {
    padding: 5px;
    border: 1px solid #DFDFDF;
    background: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    position: absolute;
    top: 24px;
    right: -17px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
  }
  .search-form__content__des__change i {
    transform: rotate(-90deg);
  }
  .search-form__content__date {
    width: 33%;
    float: left;
    border: 0;
    height: 80px;
    padding-right: 0;
    padding-left: 20px;
    padding-top: 18px;
    position: relative;
  }
  .search-form__content__date--tour {
    width: 45% !important;
  }
  .search-form__content__date::before {
    display: none;
  }
  .search-form__content__dep {
    width: 45%;
    height: 80px;
  }
  .search-form__content__dep--tour {
    width: 40% !important;
    padding-bottom: 10px !important;
    border-bottom: 0;
  }
  .search-form__content__dur, .search-form__content__star {
    height: 80px;
  }
  .search-form__content__pass {
    width: 34%;
    float: left;
    border: 0;
    height: 80px;
    padding-right: 0;
    padding-left: 20px;
    position: relative;
  }
  .search-form__content__cheapest {
    height: 80px;
    padding: 20px;
  }
  .search-form__content__cheapest.have-sale-info {
    padding-top: 60px !important;
  }
  .search-form__content__right .btn-orange--mod {
    height: 54px;
  }
  .search-form__content__button {
    height: 80px;
    padding: 20px;
    padding-top: 9px;
  }
  .search-form--tour, .search-form--combo, .search-form--hotel, .search-form--cruise, .search-form--ticket {
    background: #fff;
    box-shadow: 0px 0px 28px 6px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    width: 888px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px !important;
    margin-top: -76px;
  }
  .search-form--tour .search-form__content, .search-form--combo .search-form__content, .search-form--hotel .search-form__content, .search-form--cruise .search-form__content, .search-form--ticket .search-form__content {
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
  }
  .search-form--tour .search-form__content__des, .search-form--combo .search-form__content__des, .search-form--hotel .search-form__content__des, .search-form--cruise .search-form__content__des, .search-form--ticket .search-form__content__des {
    width: 90%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 5px;
    height: 65px;
  }
  .search-form--tour .search-form__content__date, .search-form--combo .search-form__content__date, .search-form--hotel .search-form__content__date, .search-form--cruise .search-form__content__date, .search-form--ticket .search-form__content__date {
    width: 45%;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    height: 65px;
  }
  .search-form--tour .search-form__content__dep, .search-form--combo .search-form__content__dep, .search-form--hotel .search-form__content__dep, .search-form--cruise .search-form__content__dep, .search-form--ticket .search-form__content__dep {
    width: 45%;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    height: 65px;
  }
  .search-form--tour .search-form__content__dep--combo, .search-form--combo .search-form__content__dep--combo, .search-form--hotel .search-form__content__dep--combo, .search-form--cruise .search-form__content__dep--combo, .search-form--ticket .search-form__content__dep--combo {
    padding-top: 18px;
  }
  .search-form--tour .search-form__content__dur, .search-form--combo .search-form__content__dur, .search-form--hotel .search-form__content__dur, .search-form--cruise .search-form__content__dur, .search-form--ticket .search-form__content__dur {
    width: 34%;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    height: 65px;
  }
  .search-form--tour .search-form__content__star, .search-form--combo .search-form__content__star, .search-form--hotel .search-form__content__star, .search-form--cruise .search-form__content__star, .search-form--ticket .search-form__content__star {
    width: 30%;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    height: 65px;
  }
  .search-form--tour .search-form__content__pass, .search-form--combo .search-form__content__pass, .search-form--hotel .search-form__content__pass, .search-form--cruise .search-form__content__pass, .search-form--ticket .search-form__content__pass {
    width: 30%;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    height: 65px;
  }
  .search-form--tour .search-form__content__right button, .search-form--combo .search-form__content__right button, .search-form--hotel .search-form__content__right button, .search-form--cruise .search-form__content__right button, .search-form--ticket .search-form__content__right button {
    margin-top: 55px;
  }
  .search-form--tour .search-form__content__button, .search-form--combo .search-form__content__button, .search-form--hotel .search-form__content__button, .search-form--cruise .search-form__content__button, .search-form--ticket .search-form__content__button {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 20px;
  }
  .search-form--ticket .search-form__content__des {
    border-bottom: 0;
  }
  .search-form--ticket .search-form__content__right button {
    margin-top: 0;
  }
  .search-form--hotel .search-form__content__date {
    width: 33%;
  }
  .search-form--cruise h1 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .search-form--cruise .search-form__content__input {
    height: 42px;
  }
  .search-form--cruise .search-form__content__des .ico-address {
    font-size: 42px;
  }
  .search-form--cruise .search-form__content__des .ico-address::before {
    color: #BABABA;
  }
  .search-form--cruise .search-form__content__des label {
    font-weight: normal;
  }
  .search-form--cruise .search-form__content__des input {
    padding: 0;
    font-weight: 500;
    cursor: pointer;
  }
  .search-form--cruise .search-form__content__des input:focus {
    outline: none;
    box-shadow: none;
  }
  .search-form--cruise .search-form__content__des .ico-search {
    font-size: 26px;
  }
  .search-form--cruise .search-form__content__des .ico-search::before {
    color: #828282;
  }
  .search-form--cruise .search-form__content__date {
    width: 30%;
  }
  .search-form .tt-dropdown-menu {
    max-height: 400px !important;
    height: auto;
    overflow-y: scroll;
    overflow-y: scroll;
  }

  .suggestion-des {
    left: 27.2% !important;
    width: 700px;
    max-width: 700px;
    min-width: 700px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #0071cd;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border-width: 1px !important;
    border-color: #ccc !important;
    height: auto;
  }
  .suggestion-des .arrow {
    left: 16% !important;
  }
  .suggestion-des .btn-support-close {
    display: block;
  }
  .suggestion-des .bpv-color-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #F37820;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .suggestion-des ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
  }
  .suggestion-des ul a {
    padding: 6px 0 6px 8px;
    display: block;
    color: #666;
  }

  .slider-bgr-v2 .search-form {
    margin-top: -150px;
  }
}
.block-why-us-v201 {
  padding: 0 10px;
}
.block-why-us-v201 .why-us-content-v201 {
  margin: 35px 0 25px 0;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 0px;
}
.block-why-us-v201 .why-us-content-v201 .space {
  height: 60px;
  border-right: 1.2px solid #F9A707;
  position: absolute;
  right: 0;
  top: 10px;
}
.block-why-us-v201 .accomplishment {
  width: 40%;
  padding-right: 15px;
  display: flex;
}
.block-why-us-v201 .accomplishment img {
  margin-top: 0px;
}
.block-why-us-v201 .accomplishment::after {
  content: "";
  border-bottom: 1px solid #F9A707;
  width: 80%;
  bottom: 0;
  position: absolute;
  left: 10px;
  height: 1px;
}
.block-why-us-v201 .why-us {
  width: 60%;
}
.block-why-us-v201 .why-us .title {
  font-size: 14px;
  color: #444;
  padding-top: 5px;
}
.block-why-us-v201 .accomplishment-content {
  height: 77px;
  color: #DD6E1E;
  padding-left: 10px;
}
.block-why-us-v201 .accomplishment-content .title {
  font-size: 20px;
  padding-top: 2px;
  color: #F9A707;
  margin-bottom: 5px;
  text-align: left;
}
.block-why-us-v201 .accomplishment-content .description {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #F9A707;
}
.block-why-us-v201 .accomplishment-content span {
  line-height: 23px;
}
.block-why-us-v201 .accomplishment .icon-accomplishment-v201 {
  position: absolute;
}

@media (min-width: 768px) {
  .block-why-us-v201 .accomplishment::after {
    content: "";
    width: 1px;
    border-bottom: 0px solid #F9A707;
    border-right: 1px solid #F9A707;
    bottom: unset;
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
    top: 5%;
    height: 75%;
  }
}
@media (max-width: 1200px) {
  .block-why-us-v201 .accomplishment {
    width: 45%;
  }
  .block-why-us-v201 .accomplishment::after {
    width: calc(100% - 20px);
    left: 10px;
  }
  .block-why-us-v201 .why-us {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .block-why-us-v201 .why-us-content-v201 {
    width: 90%;
  }
  .block-why-us-v201 .accomplishment {
    width: 48%;
  }
  .block-why-us-v201 .why-us {
    width: 52%;
  }
}
@media (max-width: 900px) {
  .block-why-us-v201 .why-us-content-v201 {
    width: 95%;
  }
  .block-why-us-v201 .accomplishment {
    width: 50%;
  }
  .block-why-us-v201 .why-us {
    width: 50%;
  }
}
@media (max-width: 830px) {
  .block-why-us-v201 .accomplishment {
    width: 55%;
  }
  .block-why-us-v201 .why-us {
    width: 45%;
  }
  .block-why-us-v201 .accomplishment-content .description {
    font-size: 21px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .block-why-us-v201 .why-us-content-v201 {
    width: 100%;
    margin-top: 30px;
  }
  .block-why-us-v201 .why-us-content-v201 .space {
    height: unset;
    border-right: unset;
    position: unset;
    right: unset;
    top: unset;
    border-bottom: 1px solid #DD6E1D;
    margin-right: 10px;
    margin-top: 15px;
  }
  .block-why-us-v201 .why-us-content-v201 .why-us-item {
    height: auto;
    margin-top: 20px;
    display: block;
    align-items: center;
  }
  .block-why-us-v201 .accomplishment {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .block-why-us-v201 .why-us {
    width: 100%;
  }
  .block-why-us-v201 .why-us .title {
    font-size: 14px;
    text-align: center;
    padding: 0;
    color: #444;
  }
  .block-why-us-v201 .why-us .icon-core-value-v201 {
    position: absolute;
    left: 15px;
  }
  .block-why-us-v201 .accomplishment-content {
    font-size: 13px;
    height: 77px;
    color: #DD6E1D;
  }
  .block-why-us-v201 .accomplishment-content .title {
    padding-top: 10px;
    margin-bottom: 5px;
  }
  .block-why-us-v201 .accomplishment-content .description {
    text-transform: uppercase;
    font-size: 20px;
  }
  .block-why-us-v201 .accomplishment-content span {
    line-height: 23px;
  }
  .block-why-us-v201 .accomplishment .icon-accomplishment-v201 {
    position: absolute;
  }
}
@media (max-width: 340px) {
  .block-why-us-v201 .accomplishment-content .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .block-why-us-v201 .accomplishment-content .description {
    text-transform: uppercase;
    font-size: 16px;
  }
  .block-why-us-v201 .why-us-content-v201 .why-us-item {
    margin-top: 15px;
  }
}
.item-radio {
  position: relative;
}

.item-radio [type=radio]:checked,
.item-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.item-radio [type=radio]:checked + label,
.item-radio [type=radio].active + label,
.item-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #181818;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}

.item-radio [type=radio].active + label:before,
.item-radio [type=radio]:checked + label:before,
.item-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #999;
  border-radius: 100%;
  background: #fff;
}

.item-radio [type=radio].active + label:after,
.item-radio [type=radio]:checked + label:after,
.item-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2D9CDB;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.item-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.item-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item-checkbox [type=checkbox]:checked,
.item-checkbox [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.item-checkbox [type=checkbox]:checked + label,
.item-checkbox [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #181818;
}

.item-checkbox [type=checkbox]:checked + label:before,
.item-checkbox [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  background: #fff;
}

.item-checkbox.checkbox-air-disable [type=checkbox]:checked + label,
.item-checkbox.checkbox-air-disable [type=checkbox]:not(:checked) + label {
  color: #999;
  cursor: not-allowed;
}

.item-checkbox.checkbox-air-disable [type=checkbox]:checked + label:before,
.item-checkbox.checkbox-air-disable [type=checkbox]:not(:checked) + label:before {
  border: 1px solid #dedede;
}

.item-checkbox [type=checkbox]:checked + label:after,
.item-checkbox [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2D9CDB;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.item-checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.item-checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators .active {
  background-color: #FFB300;
  border-color: #FFB300;
  width: 13px;
  height: 13px;
  margin: 0 3px 0 0;
}

.carousel-indicators li {
  background-color: #FFF;
  border-color: #E4E4E4;
  width: 13px;
  height: 13px;
  margin: 0 3px 0 0;
}

#carousel-bpv-ads .carousel-control {
  width: 3%;
  text-align: center !important;
}

.carousel-control .glyphicon-chevron-left {
  margin-left: -5px;
}

.owl-carousel.row--flex {
  display: flex;
}
.owl-carousel.row--flex .owl-stage-outer {
  margin-bottom: -20px;
}
.owl-carousel.row--flex .owl-stage-outer .owl-stage {
  display: flex;
  margin-bottom: 20px;
}
.owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-1, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-1, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-1, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-1, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-2, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-2, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-2, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-2, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-3, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-3, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-3, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-3, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-4, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-4, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-4, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-4, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-5, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-5, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-5, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-5, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-6, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-6, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-6, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-6, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-7, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-7, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-7, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-7, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-8, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-8, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-8, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-8, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-9, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-9, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-9, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-9, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-10, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-10, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-10, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-10, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-11, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-11, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-11, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-11, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-xs-flex-12, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-sm-flex-12, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-md-flex-12, .owl-carousel.row--flex .owl-stage-outer .owl-stage .col-lg-flex-12 {
  height: 100%;
}

.owl-theme .owl-nav {
  display: flex;
  top: 50%;
  margin-top: 0px;
}
.owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 45px;
  margin: 0;
  color: #707070;
  transform: translateY(-50%);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #1d5ebc;
  color: #fff;
}
.owl-theme .owl-nav [class*=owl-] span {
  height: auto;
}
.owl-theme .owl-next, .owl-theme .owl-prev {
  padding-top: 0;
}

/**
 * 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 !important;
  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("owl.video.play.png") 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-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  width: 30px;
  height: 30px;
  line-height: 33px;
  background: #b6c6d5;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #1d5ebc;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #b6c6d5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1d5ebc;
}

.owl-carousel .owl-dot {
  background-color: #FFF;
  border-color: #E4E4E4;
  width: 13px !important;
  height: 8px;
  margin: 0 3px 0 0;
  border-width: 0;
  box-sizing: border-box;
}

.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:focus {
  background-color: #FFB300;
  border-color: #FFB300;
}

#carousel-bpv-ads {
  position: relative;
}

#carousel-bpv-ads .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.owl-nav {
  text-decoration: none;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  font-size: 100px;
  border: 0;
  background-color: transparent;
  height: 100%;
  position: absolute;
  padding-top: 6%;
  color: #271111c2;
}

.owl-nav .owl-next {
  right: 0;
}

.owl-nav .owl-next:focus,
.owl-nav .owl-prev:focus {
  border: 0;
  background: 0 0;
  outline: 0;
}

.slider-home-top .owl-dots {
  bottom: 70px !important;
}

.slider-home-v2 .owl-dots {
  bottom: 80px !important;
}

.slider-home-top.owl-carousel .owl-dot,
.slider-home-v2 .owl-carousel .owl-dot,
.bpv-ads-3 .owl-carousel .owl-dot {
  display: inline-block;
  width: 12px !important;
  height: 6px !important;
  margin: 3px 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fdfdfd;
  border: 0px solid #fdfdfd;
  border-radius: 11px;
}

.photo-slider .owl-dot {
  display: inline-block;
  width: 12px !important;
  height: 6px !important;
  margin: 3px 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fdfdfd;
  border: 0px solid #fdfdfd;
  border-radius: 11px;
}

.photo-slider.owl-carousel .owl-dot.active {
  width: 12px !important;
  height: 12px !important;
  margin: 0 3px;
  border: 0px solid #ff7d00;
  background-color: #ff7d00;
}

.owl-carousel li.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.slider-ads-3.owl-carousel .owl-dot {
  display: inline-block;
  width: 18px !important;
  height: 8px !important;
  margin: 6px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #C5C5C5;
  border: 0px solid #C5C5C5;
  border-radius: 11px;
}

.slider-home-top.owl-carousel .owl-dot.active,
.slider-home-v2 .owl-carousel .owl-dot.active,
.slider-ads-3.owl-carousel .owl-dot.active {
  width: 12px !important;
  height: 12px !important;
  margin: 0 3px;
  border: 0px solid #fff;
  background-color: #fff;
}

.slider-ads-3 .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.slider-ads-3 .owl-nav {
  display: none;
}

.slider-ads-3.owl-carousel .owl-dot.active {
  width: 20px !important;
  height: 20px !important;
  margin: 0 3px;
  border: 2px solid #DD6E1D;
  background-color: #fff;
}

#carousel-bpv-ads {
  width: 100%;
  min-height: 25.4452926209vw;
  background: #fafafa;
}

@media (max-width: 767px) {
  #carousel-bpv-ads {
    width: 100%;
    min-height: 55.5555555556vw;
    background: #fafafa;
  }

  .slider-home-top .owl-nav {
    display: none;
  }
}
.sub_destination {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.sub_destination__item {
  background: #EFEFEF;
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #EFEFEF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sub_destination__item:last-child {
  margin-right: 0;
}
.sub_destination__item:hover {
  background: #fff;
  border: 1px solid #E9680C;
  border-radius: 4px;
  color: #E9680C;
}
.sub_destination__item.active {
  background: #fff;
  border: 1px solid #E9680C;
  border-radius: 4px;
  color: #E9680C;
}

@media (max-width: 767px) {
  .sub_destination {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -10px;
  }
  .sub_destination::-webkit-scrollbar {
    opacity: 0;
    background: transparent;
    display: none;
  }
  .sub_destination::-webkit-scrollbar:hover {
    opacity: 1;
    display: none;
  }
}
.top-seller-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.top-seller-title h2 {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.top-seller-title i {
  font-size: 20px;
}
.top-seller-title i::before {
  color: #E9680C;
}

.search-content .block-filter-box .view-more-des {
  font-size: 14px;
}
.search-content .block-filter-box .bpv-filter-box {
  background-color: #fff;
  margin-bottom: 30px;
}
.search-content .block-filter-box .bpv-filter-box .title {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.search-content .block-filter-box .bpv-filter-box .content {
  padding: 15px 0 0;
}
.search-content .block-filter-box .bpv-filter-box .content .panel-heading-filter {
  cursor: pointer;
  padding: 10px 0;
  font-weight: bold;
}
.search-content .block-filter-box .bpv-filter-box .content .panel-collapse .item {
  padding-left: 15px;
}
.search-content .block-filter-box .bpv-filter-box .content .checkbox {
  margin-top: 0;
  margin-bottom: 15px;
}
.search-content .block-filter-box .bpv-filter-box .content .radio {
  margin-top: 0;
  margin-bottom: 15px;
}
.search-content .block-filter-box .bpv-filter-box .content .item {
  padding-left: 0px;
  margin-bottom: 15px;
  margin-top: 0;
}
.search-content .block-filter-box .bpv-filter-box .content .item a {
  color: #333;
  margin-top: 20px;
}
.search-content .block-filter-box .bpv-filter-box .content .item a:hover, .search-content .block-filter-box .bpv-filter-box .content .item a:focus {
  color: #DD6E1E;
}
.search-content .block-filter-box .bpv-filter-box .content .item .active-filter {
  color: #DD6E1E;
  margin-top: 20px;
}
.search-content .block-filter-box .bpv-filter-row {
  overflow: hidden;
  border: 0;
}
.search-content .block-filter-box .bpv-filter-row .title {
  background-color: #fff;
  border-bottom: 0px solid #ddd;
  padding: 10px 0;
}
.search-content .block-filter-box .bpv-filter-row .content {
  overflow: hidden;
  padding: 0;
}
.search-content .block-filter-box .bpv-filter-row .content .item {
  float: left;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.filter-block-new {
  display: none;
}

@media (max-width: 767px) {
  #bpv_filter_hotel {
    display: none;
  }

  #bpv_sort_hotel {
    display: none;
  }

  .search-content .btn-filter {
    padding: 6px 15px;
    border-radius: 8px;
    border: 0px solid rgba(45, 156, 219, 0.1);
    width: 100%;
    height: 34px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    color: #2D9CDB;
    background: rgba(45, 156, 219, 0.1);
  }
  .search-content .btn-filter strong {
    font-weight: 500;
  }
  .search-content .btn-filter i {
    margin-right: 5px;
  }
  .search-content .btn-filter i::before {
    color: #2D9CDB;
  }
  .search-content .btn-filter i.ico-sort {
    font-size: 15px;
  }
  .search-content .btn-filter i.ico-filter {
    font-size: 12px;
  }
  .search-content .btn-filter i.ico-f-tag {
    font-size: 18px;
  }
  .search-content .btn-filter i.ico-map-s {
    font-size: 18px;
  }

  .filter_block {
    padding: 10px;
    display: flex;
    background: #EFEFEF !important;
    justify-content: space-between;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
    flex-direction: row;
  }
  .filter_block.filter-block-new {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    background: #EFEFEF;
    box-shadow: none;
    margin-bottom: 10px;
  }
  .filter_block.filter-block-new button {
    background: #fff !important;
  }
  .filter_block button {
    width: calc((100% - 10px) / 2) !important;
    background: #fff !important;
  }

  .filter-block {
    margin-bottom: 15px;
    display: flex;
  }
  .filter-block.filter-block-new {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    background: #EFEFEF;
  }
  .filter-block.filter-block-new button {
    background: #fff !important;
  }
  .filter-block .filter-button-3 {
    width: 33.333333%;
    padding-left: 10px;
  }
  .filter-block .filter-button-3:first-child {
    padding-left: 0;
  }
  .filter-block .filter-button-2 {
    width: 50%;
    padding-left: 10px;
  }
  .filter-block .filter-button-2:first-child {
    padding-left: 0;
  }
  .filter-block .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .filter-block .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .filter-block .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .filter-block-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 !important;
    display: flex !important;
    padding: 10px;
    display: flex;
    background: #EFEFEF !important;
    justify-content: space-between;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
    flex-direction: row;
  }
  .filter-block-fixed button {
    background: #fff !important;
  }

  #filterModal, #filterModalTableTour {
    font-size: 14px;
  }
  #filterModal[data-id*="#bpv_filter_cruise"].in, #filterModal[data-id*="#bpv_filter_tour"].in, #filterModal[data-id*="#bpv_filter_hotel"].in, #filterModal[data-id*="#bpv_filter_combo"].in, #filterModalTableTour[data-id*="#bpv_filter_cruise"].in, #filterModalTableTour[data-id*="#bpv_filter_tour"].in, #filterModalTableTour[data-id*="#bpv_filter_hotel"].in, #filterModalTableTour[data-id*="#bpv_filter_combo"].in {
    display: flex !important;
  }
  #filterModal[data-id*="#bpv_filter_cruise"] .modal-dialog, #filterModal[data-id*="#bpv_filter_tour"] .modal-dialog, #filterModal[data-id*="#bpv_filter_hotel"] .modal-dialog, #filterModal[data-id*="#bpv_filter_combo"] .modal-dialog, #filterModalTableTour[data-id*="#bpv_filter_cruise"] .modal-dialog, #filterModalTableTour[data-id*="#bpv_filter_tour"] .modal-dialog, #filterModalTableTour[data-id*="#bpv_filter_hotel"] .modal-dialog, #filterModalTableTour[data-id*="#bpv_filter_combo"] .modal-dialog {
    position: unset;
    margin-top: auto;
  }
  #filterModal .sort-title, #filterModalTableTour .sort-title {
    display: none;
  }
  #filterModal .modal-dialog, #filterModalTableTour .modal-dialog {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    padding: 0 !important;
  }
  #filterModal .modal-content, #filterModalTableTour .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
  }
  #filterModal .modal-header, #filterModalTableTour .modal-header {
    background: #fff;
    border: 0;
    padding: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #828282;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  #filterModal .modal-header h4, #filterModalTableTour .modal-header h4 {
    font-size: 18px;
  }
  #filterModal .modal-body, #filterModalTableTour .modal-body {
    padding: 0;
    background-color: #fff;
    transition: 0.5s;
  }
  #filterModal .modal-body.sort, #filterModalTableTour .modal-body.sort {
    margin-bottom: 0px;
  }
  #filterModal .modal-body .title, #filterModalTableTour .modal-body .title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  #filterModal .modal-body .content .item, #filterModalTableTour .modal-body .content .item {
    margin-bottom: 10px;
  }
  #filterModal .modal-body .content .item a, #filterModalTableTour .modal-body .content .item a {
    color: #333;
  }
  #filterModal .modal-body .content .item a:hover, #filterModal .modal-body .content .item a:focus, #filterModalTableTour .modal-body .content .item a:hover, #filterModalTableTour .modal-body .content .item a:focus {
    color: #DD6E1E;
  }
  #filterModal .modal-body .bpv-filter-destinations .title, #filterModalTableTour .modal-body .bpv-filter-destinations .title {
    display: none;
  }
  #filterModal .modal-body .bpv-filter-destinations .panel-heading, #filterModalTableTour .modal-body .bpv-filter-destinations .panel-heading {
    padding: 15px 2px;
    border-top: 1px dashed #ddd;
    border-bottom: 0;
    font-weight: bold;
  }
  #filterModal .modal-body .bpv-filter-destinations .panel-heading:first-child, #filterModalTableTour .modal-body .bpv-filter-destinations .panel-heading:first-child {
    border: 0;
    padding-top: 5px;
  }
  #filterModal .modal-body .bpv-filter-destinations .item, #filterModalTableTour .modal-body .bpv-filter-destinations .item {
    margin-left: 15px;
  }
  #filterModal .modal-body .bpv-filter-category, #filterModalTableTour .modal-body .bpv-filter-category {
    margin-top: 0 !important;
  }
  #filterModal .modal-body .bpv-filter-category .panel-collapse, #filterModalTableTour .modal-body .bpv-filter-category .panel-collapse {
    display: block !important;
  }
  #filterModal .modal-body .sort-title, #filterModalTableTour .modal-body .sort-title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding: 10px;
    width: 100%;
    background-color: #ddd;
  }
  #filterModal .modal-body .nav-pills, #filterModalTableTour .modal-body .nav-pills {
    width: 100%;
  }
  #filterModal .modal-footer, #filterModalTableTour .modal-footer {
    border: 0;
    display: none;
    border-top: 1px solid #828282;
    margin-bottom: 0px;
    padding: 15px;
    height: 70px;
    background: #fff;
    justify-content: space-evenly;
    align-items: center;
    position: sticky;
    bottom: 0;
    width: 100vw;
    transition: 0.5s;
  }
  #filterModal .modal-footer.on, #filterModalTableTour .modal-footer.on {
    display: flex;
  }
  #filterModal .modal-footer .roll-back, #filterModalTableTour .modal-footer .roll-back {
    width: 50%;
    text-align: left;
    color: #828282;
  }
  #filterModal .modal-footer .roll-back label, #filterModalTableTour .modal-footer .roll-back label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
  }
  #filterModal .modal-footer .button-search, #filterModalTableTour .modal-footer .button-search {
    width: 50%;
  }
  #filterModal .modal-footer .button-search button, #filterModalTableTour .modal-footer .button-search button {
    background: #F47921;
    color: #fff;
    font-size: 16px;
    height: 40px;
    border-radius: 4px;
  }
  #filterModal .bpv-filter-box, #filterModalTableTour .bpv-filter-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding: 15px;
    margin-bottom: 0px;
  }
  #filterModal .bpv-filter-box:last-child, #filterModalTableTour .bpv-filter-box:last-child {
    border-bottom: 0;
  }
  #filterModal .bpv-filter-box .checkbox, #filterModalTableTour .bpv-filter-box .checkbox {
    margin-bottom: 10px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 12px;
  }
  #filterModal .bpv-filter-box .checkbox:last-child, #filterModalTableTour .bpv-filter-box .checkbox:last-child {
    margin-bottom: 5px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 0;
  }
  #filterModal .bpv-filter-box .radio, #filterModalTableTour .bpv-filter-box .radio {
    margin-bottom: 15px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 10px;
  }
  #filterModal .bpv-filter-box .radio::last-child, #filterModalTableTour .bpv-filter-box .radio::last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 0;
  }
  #filterModal .bp-radio, #filterModalTableTour .bp-radio {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  #filterModal .bp-radio::last-child, #filterModalTableTour .bp-radio::last-child {
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
  }
  #filterModal .close, #filterModalTableTour .close {
    font-weight: normal;
    font-size: 30px;
    opacity: 1;
  }
  #filterModal .sort-by li, #filterModalTableTour .sort-by li {
    width: 100%;
    padding: 0px 10px;
    border-top: 1px solid #eee;
  }
  #filterModal .sort-by li:first-child, #filterModalTableTour .sort-by li:first-child {
    border: 0;
  }
  #filterModal .sort-by li button, #filterModalTableTour .sort-by li button {
    background: none;
    color: #555555;
    padding: 14px 0 10px 0;
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: left;
    border: none;
  }
  #filterModal .sort-by li.active button, #filterModalTableTour .sort-by li.active button {
    color: #DD6E1E;
  }

  .bpv-tour-content #filterModal .modal-body .sort-title {
    display: none;
  }
}
#filterModal .modal-body .filter-block-title {
  display: none;
}

@media (min-width: 768px) {
  .filter-block {
    display: none;
  }

  .search-content .block-filter-box {
    border: 1px solid #2d9cdb;
    margin-bottom: 30px;
  }
  .search-content .block-filter-box .filter-block-title {
    background-color: #2d9cdb17;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #2D9CDB;
    font-weight: bold;
  }
  .search-content .block-filter-box .filter-block-title i {
    font-size: 12px;
  }
  .search-content .block-filter-box .filter-block-title i.ico-sort {
    font-size: 16px;
  }
  .search-content .block-filter-box .filter-block-title i::before {
    color: #2D9CDB;
  }
  .search-content .block-filter-box .bpv-filter-box {
    border: 0px solid #ddd;
    padding: 0 15px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
  }
  .search-content .block-filter-box .bpv-filter-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 15px;
  }
  .search-content .block-filter-box .bpv-filter-box .title {
    padding: 0;
    background-color: transparent;
    border-bottom: 0px solid #ddd;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .search-content .block-filter-box .bpv-filter-box .content {
    padding: 0;
  }
  .search-content .block-filter-box .bpv-filter-row {
    overflow: unset;
    border-top: 0;
  }
  .search-content .block-filter-box .bpv-filter-row .title {
    float: unset;
    width: 100%;
    border-bottom: 0px solid #ddd;
  }
  .search-content .block-filter-box .bpv-filter-row .content .item {
    float: unset;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .search-content .block-filter-box .bpv-filter-duration .content .item {
    width: 100%;
  }
}
.bpv-sort {
  display: none;
  margin-bottom: 25px;
}
.bpv-sort .bpv-filter-title,
.bpv-sort .sort-title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 9px;
  margin-right: 20px;
}
.bpv-sort ul li {
  margin-right: 10px;
  font-size: 14px;
}
.bpv-sort ul li button {
  background: #EFEFEF;
  border-radius: 4px;
  color: #444;
  border: 1px solid #EFEFEF;
  cursor: pointer;
}
.bpv-sort ul li button:hover {
  color: #F47921;
  border: 1px solid #F47921;
  background-color: #fff;
}
.bpv-sort ul li button:focus {
  color: #F47921;
  border: 1px solid #F47921;
  background-color: #fff;
}
.bpv-sort ul li.active button {
  color: #F47921;
  border: 1px solid #F47921;
  background-color: #fff;
}
.bpv-sort ul li.active button:hover {
  color: #F47921;
  border: 1px solid #F47921;
  background-color: #fff;
}
.bpv-sort ul li.active button:focus {
  color: #F47921;
  border: 1px solid #F47921;
  background-color: #fff;
}

@media (min-width: 768px) {
  .bpv-sort {
    display: block;
    overflow: hidden;
    overflow-x: auto;
  }
  .bpv-sort .sort-by {
    overflow: hidden;
    white-space: nowrap;
  }
  .bpv-sort .sort-by ul li button {
    padding: 8px 15px;
  }
}
/*--- promotion ----*/
.promotion-v2 li {
  display: flex;
  align-items: flex-end;
}
.promotion-v2 li img {
  margin-right: 5px;
  width: 16px !important;
}
.promotion-v2 li p {
  margin-bottom: 0;
  cursor: pointer;
  line-height: 16px;
}
.promotion-v2 .text-promotion-free {
  color: #297AA8;
}
.promotion-v2 .ico-gift {
  margin-right: 5px;
  font-size: 18px;
  margin-top: -2px;
}
.promotion-v2 .ico-gift::before {
  color: #297AA8;
}

.pop-promotion {
  max-width: 600px;
  font-size: 12px;
  width: 600px;
  line-height: normal;
  padding: 0;
  border-color: #0071CD;
  border-width: 2px 2px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.pop-promotion .btn-support-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
}
.pop-promotion .popover-title {
  background-color: #0071CD;
  border: 0;
  padding: 8px;
  margin: 0;
  color: #fff;
  border-radius: 0;
}
.pop-promotion.top .arrow {
  border-top-color: #0071CD;
}
.pop-promotion.top .arrow :after {
  border-top-color: #0071CD;
}
.pop-promotion.bottom .arrow {
  border-top-color: #0071CD;
}
.pop-promotion.bottom .arrow :after {
  border-top-color: #0071CD;
}
.pop-promotion.left .arrow {
  border-top-color: #0071CD;
}
.pop-promotion.left .arrow :after {
  border-top-color: #0071CD;
}
.pop-promotion.right .arrow {
  border-top-color: #0071CD;
}
.pop-promotion.right .arrow :after {
  border-top-color: #0071CD;
}
.pop-promotion .bpv-search-waiting {
  margin: 20px 0;
}
.pop-promotion .bpv-search-waiting img {
  width: 40px;
}
.pop-promotion .bpv-search-waiting .ms1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.pop-promotion .bpv-search-waiting .ms2 {
  font-size: 16px;
}

.popover-pro {
  border-color: #0071cd;
  border-width: 3px 3px;
  border-radius: 0;
}
.popover-pro .popover-title {
  background-color: #F5F5F5;
  color: #FE8802;
  margin-bottom: 0;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.popover-pro .btn-support-close {
  top: 10px;
}
.popover-pro p {
  margin-bottom: 5px;
}
.popover-pro.top .arrow {
  border-top-color: #0071CD;
}
.popover-pro.top .arrow :after {
  border-top-color: #0071CD;
}
.popover-pro.bottom .arrow {
  border-top-color: #0071CD;
}
.popover-pro.bottom .arrow :after {
  border-top-color: #0071CD;
}
.popover-pro.left .arrow {
  border-top-color: #0071CD;
}
.popover-pro.left .arrow :after {
  border-top-color: #0071CD;
}
.popover-pro.right .arrow {
  border-top-color: #0071CD;
}
.popover-pro.right .arrow :after {
  border-top-color: #0071CD;
}

.review_overview {
  color: #444;
}
.review_overview span[class*=bg-color-] {
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: bold;
}
.review_overview span:nth-child(2) {
  margin-left: 6px;
  margin-right: 6px;
  font-weight: bold;
}
.review_overview strong {
  margin-left: 6px;
}

.icon-sell {
  position: absolute;
  top: 8px;
  left: -8px;
  width: fit-content;
  background: #CC0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  border-radius: 0px 2px 2px 2px;
}
.icon-sell::before {
  content: "";
  position: absolute;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #C4C4C4;
  border-left: 8px solid transparent;
  bottom: -8px;
  left: -8px;
}
.icon-sell i {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 5px;
}
.icon-sell .ico-check-s {
  font-size: 10px;
  line-height: 19px;
  top: 0;
}
.icon-sell .ico-check-s::before {
  color: #fff;
}

.bpv-list-item {
  border: 0;
  width: 100%;
  float: left;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
}
.bpv-list-item .item-img,
.bpv-list-item .col-img {
  cursor: pointer;
  padding: 0;
  position: relative;
}
.bpv-list-item .item-info,
.bpv-list-item .col-info {
  padding: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.bpv-list-item .item-info .name-item,
.bpv-list-item .col-info .name-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bpv-list-item .item-info h3,
.bpv-list-item .col-info h3 {
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 10px;
}
.bpv-list-item .item-info a.item-name,
.bpv-list-item .col-info a.item-name {
  color: #333;
}
.bpv-list-item .item-info a.item-name:hover, .bpv-list-item .item-info a.item-name:focus,
.bpv-list-item .col-info a.item-name:hover,
.bpv-list-item .col-info a.item-name:focus {
  color: #DD6E1E;
}
.bpv-list-item .item-info .ico-f-tag,
.bpv-list-item .col-info .ico-f-tag {
  font-size: 20px;
  margin-right: 5px;
  margin-top: -2px;
}
.bpv-list-item .item-info .item-facility,
.bpv-list-item .col-info .item-facility {
  display: flex;
  flex-wrap: wrap;
}
.bpv-list-item .item-info .item-facility div,
.bpv-list-item .col-info .item-facility div {
  margin-right: 25px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.bpv-list-item .item-info .item-facility div i,
.bpv-list-item .col-info .item-facility div i {
  font-size: 25px;
  width: 35px;
  position: relative;
  top: -2px;
}
.bpv-list-item .item-info .item-facility div:last-child,
.bpv-list-item .col-info .item-facility div:last-child {
  margin-right: 0;
}
.bpv-list-item .item-info .item-facility div span,
.bpv-list-item .col-info .item-facility div span {
  line-height: 10px;
}
.bpv-list-item .item-info .item-address,
.bpv-list-item .item-info .item-calendar,
.bpv-list-item .col-info .item-address,
.bpv-list-item .col-info .item-calendar {
  position: relative;
  margin-top: 15px;
}
.bpv-list-item .item-info .item-address i,
.bpv-list-item .item-info .item-calendar i,
.bpv-list-item .col-info .item-address i,
.bpv-list-item .col-info .item-calendar i {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 18px;
}
.bpv-list-item .item-info .item-address i::before,
.bpv-list-item .item-info .item-calendar i::before,
.bpv-list-item .col-info .item-address i::before,
.bpv-list-item .col-info .item-calendar i::before {
  color: #828282;
}
.bpv-list-item .item-info .item-address .route,
.bpv-list-item .item-info .item-address .dep-list,
.bpv-list-item .item-info .item-calendar .route,
.bpv-list-item .item-info .item-calendar .dep-list,
.bpv-list-item .col-info .item-address .route,
.bpv-list-item .col-info .item-address .dep-list,
.bpv-list-item .col-info .item-calendar .route,
.bpv-list-item .col-info .item-calendar .dep-list {
  padding-left: 22px;
}
.bpv-list-item .item-info .item-calendar i,
.bpv-list-item .col-info .item-calendar i {
  font-size: 16px;
}
.bpv-list-item .item-info .promotion ul li,
.bpv-list-item .col-info .promotion ul li {
  padding: 7px 10px 7px 0;
  border-radius: 16px;
  margin-top: 15px;
  width: fit-content;
  align-items: center;
  color: #F47921;
  text-transform: uppercase;
}
.bpv-list-item .item-info .promotion ul li .text-promotion-free,
.bpv-list-item .col-info .promotion ul li .text-promotion-free {
  color: #2D9CDB;
  text-transform: capitalize;
}
.bpv-list-item .item-info .promotion-v2 ul li,
.bpv-list-item .col-info .promotion-v2 ul li {
  margin-top: 10px;
}
.bpv-list-item .item-info .item-highlight,
.bpv-list-item .col-info .item-highlight {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bpv-list-item .item-info .item-highlight i,
.bpv-list-item .col-info .item-highlight i {
  margin-left: 5px;
  margin-top: -2px;
  transition: 0.5s;
  transform: rotate(180deg);
  font-size: 16px;
  font-weight: bold;
}
.bpv-list-item .item-info .item-highlight i::before,
.bpv-list-item .col-info .item-highlight i::before {
  color: #828282;
}
.bpv-list-item .item-info .item-highlight .on,
.bpv-list-item .col-info .item-highlight .on {
  transition: 0.5s;
  transform: rotate(0deg);
}
.bpv-list-item .item-info .highlight-content p,
.bpv-list-item .col-info .highlight-content p {
  display: flex;
  align-items: center;
  color: #828282;
}
.bpv-list-item .item-info .highlight-content p i,
.bpv-list-item .col-info .highlight-content p i {
  margin-right: 5px;
  margin-top: -2px;
  font-size: 11px;
}
.bpv-list-item .item-info .highlight-content ul,
.bpv-list-item .col-info .highlight-content ul {
  padding-left: 23px;
  list-style: disc;
}
.bpv-list-item .item-info .highlight-content ul li,
.bpv-list-item .col-info .highlight-content ul li {
  margin-bottom: 8px;
}
.bpv-list-item .item-info .highlight-content ul li:last-child,
.bpv-list-item .col-info .highlight-content ul li:last-child {
  margin-bottom: 0;
}
.bpv-list-item .item-info .highlight-content ul li::marker,
.bpv-list-item .col-info .highlight-content ul li::marker {
  color: #D2D2D2;
  font-size: 1.3em;
  line-height: 16px;
}
.bpv-list-item .item-info .review_text,
.bpv-list-item .col-info .review_text {
  display: flex;
  margin-bottom: 15px;
  margin-top: 15px;
}
.bpv-list-item .item-info .review_text .ico-comma-left,
.bpv-list-item .col-info .review_text .ico-comma-left {
  margin-right: 7px;
}
.bpv-list-item .item-info .review_text i::before,
.bpv-list-item .col-info .review_text i::before {
  color: #cdcdcd;
}
.bpv-list-item .item-info .review_text > span,
.bpv-list-item .col-info .review_text > span {
  margin-right: 5px;
  margin-top: 5px;
}
.bpv-list-item .item-info .review_text > div,
.bpv-list-item .col-info .review_text > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.bpv-list-item .item-info .review_text > div > span,
.bpv-list-item .col-info .review_text > div > span {
  font-size: 12px;
}
.bpv-list-item .item-info .review_text > div > span svg,
.bpv-list-item .col-info .review_text > div > span svg {
  margin-top: 5px;
}
.bpv-list-item .item-info .review_text > div > span:nth-child(1),
.bpv-list-item .col-info .review_text > div > span:nth-child(1) {
  margin-bottom: 5px;
  font-style: italic;
  display: block;
  display: -webkit-box;
  font-size: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bpv-list-item .item-info .review_text > div > span:nth-child(2),
.bpv-list-item .col-info .review_text > div > span:nth-child(2) {
  color: #828282;
  display: flex;
  align-items: center;
}
.bpv-list-item .item-info .review_text > div > span:nth-child(2) svg,
.bpv-list-item .col-info .review_text > div > span:nth-child(2) svg {
  margin-left: 5px;
  margin-top: 0;
}
.bpv-list-item .item-info .review-score,
.bpv-list-item .col-info .review-score {
  margin-top: 15px;
}
.bpv-list-item .item-info .block-duration-price,
.bpv-list-item .col-info .block-duration-price {
  font-size: 16px;
  overflow: hidden;
  margin-top: 20px;
}
.bpv-list-item .item-info .block-duration-price .block-duration,
.bpv-list-item .col-info .block-duration-price .block-duration {
  float: left;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 3px;
}
.bpv-list-item .item-info .block-duration-price .block-price,
.bpv-list-item .col-info .block-duration-price .block-price {
  float: right;
  display: inline-flex;
}
.bpv-list-item .item-info .block-duration-price .block-price .price-origin,
.bpv-list-item .col-info .block-duration-price .block-price .price-origin {
  margin-right: 15px;
  margin-top: 10px;
}
.bpv-list-item .item-info .block-duration-price .block-price .btn-price,
.bpv-list-item .col-info .block-duration-price .block-price .btn-price {
  color: #B72020;
  background-color: transparent;
  border: 2px solid #B72020;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px 3px 10px;
  border-radius: 4px;
}
.bpv-list-item .item-info .block-duration-price .block-price .btn-price:hover, .bpv-list-item .item-info .block-duration-price .block-price .btn-price:focus,
.bpv-list-item .col-info .block-duration-price .block-price .btn-price:hover,
.bpv-list-item .col-info .block-duration-price .block-price .btn-price:focus {
  color: #fff;
  background-color: #B72020;
}

@media (min-width: 768px) {
  .bpv-list-item {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
    border: 0;
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
  }
  .bpv-list-item .item-img,
.bpv-list-item .col-img {
    width: 45%;
    float: left;
    position: relative;
    padding: 0;
  }
  .bpv-list-item .item-info,
.bpv-list-item .col-info {
    width: 55%;
    padding: 0px;
    padding-left: 15px;
    float: left;
    min-height: 189px;
    box-shadow: none;
  }
  .bpv-list-item .item-info .item-promotion,
.bpv-list-item .col-info .item-promotion {
    margin-top: 15px;
  }
}
.icon-cruise-facility {
  background-image: url("https://owa.bestprice.vn/assets/img/icon/sprites_cruise_1001.png");
  background-size: 328px 300px;
  background-repeat: no-repeat !important;
  display: inline-block;
  vertical-align: middle;
}

.icon-cruise-facility-play {
  width: 47px;
  height: 33px;
  background-position: -170px -35px;
}

.icon-cruise-facility-review-5 {
  background-position: -117px -42px;
  width: 48px;
  height: 11px;
}

.icon-cruise-facility-position {
  background-position: -170px -1px;
  width: 17px;
  height: 23px;
}

.icon-cruise-facility-sale {
  background-position: -222px -3px;
  width: 24px;
  height: 23px;
}

.icon-cruise-facility-star-5 {
  background-position: -1px -58px;
  width: 69px;
  height: 12px;
}

.icon-cruise-facility-best {
  background-position: -4px -85px;
  width: 69px;
  height: 12px;
}

.icon-cruise-facility-32 {
  background-position: -261px -3px;
  width: 24px;
  height: 26px;
}

.icon-cruise-facility-4 {
  background-position: -292px -7px;
  width: 27px;
  height: 20px;
}

.icon-cruise-facility-37 {
  background-position: -258px -39px;
  width: 27px;
  height: 25px;
}

.icon-cruise-facility-56 {
  background-position: -292px -38px;
  width: 28px;
  height: 24px;
}

.icon-cruise-facility-51,
.icon-cruise-facility-156 {
  background-position: -292px -73px;
  width: 28px;
  height: 19px;
}

.icon-cruise-facility-48 {
  background-position: -257px -70px;
  width: 27px;
  height: 21px;
}

.icon-cruise-facility-64 {
  background-position: -252px -100px;
  width: 31px;
  height: 25px;
}

.icon-cruise-facility-63 {
  background-position: -297px -100px;
  width: 18px;
  height: 27px;
}

.icon-cruise-facility-31 {
  background-position: -261px -131px;
  width: 20px;
  height: 24px;
}

.icon-cruise-facility-39 {
  background-position: -296px -131px;
  width: 22px;
  height: 22px;
}

.icon-cruise-facility-50 {
  background-position: -258px -159px;
  width: 26px;
  height: 25px;
}

.icon-cruise-facility-53 {
  background-position: -295px -158px;
  width: 25px;
  height: 25px;
}

.icon-cruise-facility-65 {
  background-position: -258px -186px;
  width: 25px;
  height: 24px;
}

.icon-cruise-facility-148 {
  background-position: -295px -186px;
  width: 25px;
  height: 24px;
}

.icon-cruise-facility-173,
.icon-cruise-facility-189 {
  background-position: -188px -75px;
  width: 26px;
  height: 24px;
}

.icon-cruise-facility-166 {
  background-position: -222px -75px;
  width: 23px;
  height: 23px;
}

.icon-cruise-facility-165 {
  background-position: -223px -102px;
  width: 22px;
  height: 28px;
}

.icon-cruise-facility-162 {
  background-position: -189px -106px;
  width: 28px;
  height: 20px;
}

.icon-cruise-facility-161 {
  background-position: -157px -103px;
  width: 25px;
  height: 27px;
}

.icon-cruise-facility-160 {
  background-position: -122px -106px;
  width: 29px;
  height: 21px;
}

.icon-cruise-facility-159 {
  background-position: -225px -134px;
  width: 20px;
  height: 28px;
}

.icon-cruise-facility-157 {
  background-position: -192px -137px;
  width: 25px;
  height: 25px;
}

.icon-cruise-facility-155 {
  background-position: -161px -134px;
  width: 29px;
  height: 27px;
}

.icon-cruise-facility-152 {
  background-position: -148px -76px;
  width: 22px;
  height: 22px;
}

.icon-cruise-facility-151 {
  background-position: -119px -76px;
  width: 22px;
  height: 25px;
}

.icon-cruise-facility-149 {
  background-position: -125px -135px;
  width: 25px;
  height: 26px;
}

.icon-cruise-facility-13,
.icon-cruise-facility-35 {
  background-position: -119px -166px;
  width: 28.5px;
  height: 21.5px;
}

.icon-cruise-facility-2 {
  background-position: -119px -193.5px;
  width: 22.5px;
  height: 24px;
}

.icon-cruise-facility-40 {
  background-position: -191px -165px;
  width: 23.5px;
  height: 23.5px;
}

.icon-cruise-facility-34 {
  background-position: -55px -226px;
  width: 25.5px;
  height: 25px;
}

.icon-cruise-facility-52 {
  background-position: -155.5px -165px;
  width: 23.5px;
  height: 23.5px;
  margin-top: -4px;
}

.icon-cruise-facility-43 {
  background-position: -185px -194.5px;
  width: 25.5px;
  height: 23.5px;
}

.icon-cruise-facility-54 {
  background-position: -260.5px -223px;
  width: 21.5px;
  height: 25.5px;
}

.icon-cruise-facility-49,
.icon-cruise-facility-59 {
  background-position: -150.5px -192.5px;
  width: 24.5px;
  height: 26.5px;
}

.icon-cruise-facility-55 {
  background-position: -84.5px -193px;
  width: 25px;
  height: 25px;
  margin-top: -4px;
}

.list-4-items h2 {
  text-align: center;
  margin-bottom: 20px;
}
.list-4-items > .description {
  text-align: center;
}
.list-4-items .tour-departure {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.list-4-items .tour-departure span {
  display: block;
  float: left;
  border-radius: 50px;
}
.list-4-items .tour-departure span:not(.active) {
  cursor: pointer;
}
.list-4-items .tour-departure span:not(.title) {
  background-color: #ECECEC;
  padding: 5px 20px;
  margin-left: 10px;
}
.list-4-items .tour-departure span.title {
  padding: 5px 10px;
}
.list-4-items .tour-departure span.active {
  background-color: #DD6E1E;
  color: #fff;
}
.list-4-items .list-item {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 10px;
}
.list-4-items .list-item [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.list-4-items .list-item .item {
  cursor: pointer;
  box-shadow: 0px 3px 6px #DDDDDD;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.list-4-items .list-item .item:focus, .list-4-items .list-item .item:hover {
  box-shadow: 0px 3px 6px #A5A5A5;
  transition: 0.5s;
}
.list-4-items .list-item .item:focus a, .list-4-items .list-item .item:hover a {
  color: #DD6E1E;
}
.list-4-items .list-item .item:focus .btn-price, .list-4-items .list-item .item:hover .btn-price {
  color: #fff;
  background-color: #B72020;
}
.list-4-items .list-item .item__img {
  position: relative;
}
.list-4-items .list-item .item__img .discount-percent {
  color: #fff;
  line-height: 38px;
  text-align: center;
  background-color: #E44645;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 49px;
  height: 49px;
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
}
.list-4-items .list-item .item__img__destination {
  opacity: 0.89;
  color: #fff;
  position: absolute;
  bottom: 0px;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #DD6E1E;
}
.list-4-items .list-item .item__img__destination.ticket {
  bottom: unset;
  top: 0;
}
.list-4-items .list-item .item__img__destination::after {
  content: "";
  background-color: orange;
}
.list-4-items .list-item .item__img__destination .combo_destinations {
  margin-right: 3px;
}
.list-4-items .list-item .item__img__destination .icon-v201 {
  margin-bottom: 3px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.list-4-items .list-item .item__img__destination .icon-v201::before {
  color: #fff;
}
.list-4-items .list-item .item__img__destination .icon-v201.ico-ticket {
  font-size: 14px;
}
.list-4-items .list-item .item__img__destination span {
  padding: 0 5px;
}
.list-4-items .list-item .item__info {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.list-4-items .list-item .item__name {
  font-weight: bold;
  font-size: 16px;
}
.list-4-items .list-item .item__name a {
  color: #333;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-4-items .list-item .item__name a:hover, .list-4-items .list-item .item__name a:focus {
  color: #DD6E1E;
}
.list-4-items .list-item .item__promotion {
  margin-top: 10px;
  color: #DD6E1E;
  font-size: 14px;
}
.list-4-items .list-item .item__destination-duration {
  display: flex;
  margin-top: 5px;
}
.list-4-items .list-item .item__destination-duration .item__destination {
  line-height: 22px;
  font-size: 14px;
  margin-top: 5px;
  height: 44px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.list-4-items .list-item .item__destination-duration .item__duration {
  margin-left: auto;
}
.list-4-items .list-item .item__duration-price {
  position: relative;
  display: flex;
  margin-top: auto;
  padding-top: 32px;
}
.list-4-items .list-item .item__duration-price::after {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  border-top: 2px #DEDEDE dashed;
  top: 16px;
}
.list-4-items .list-item .item__duration {
  margin-top: auto;
  background-color: #F3F3F3;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.list-4-items .list-item .item__price {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 10px;
}
.list-4-items .list-item .item__price--horizontal {
  display: flex;
}
.list-4-items .list-item .item__price--horizontal .item__price__origin {
  margin-top: 12px;
}
.list-4-items .list-item .item__price__origin {
  text-decoration: line-through;
  text-align: right;
}
.list-4-items .list-item .item__price__from {
  font-weight: bold;
  color: #B72020;
  border: 2px solid #B72020;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 5px;
  margin-left: 10px;
  transition: 0.5s;
}
.list-4-items .btn-more {
  margin-top: 10px;
}
.list-4-items .owl-stage {
  padding-left: 0px !important;
}
.list-4-items .owl-carousel {
  width: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .list-4-items .list-item .item__duration-price {
    justify-content: center;
    flex-wrap: wrap;
  }
  .list-4-items .list-item .item__price {
    margin: unset;
    margin-bottom: 10px;
  }
  .list-4-items .list-item .item__price__origin {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .list-4-items .list-item {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list-4-items .list-item [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .list-4-items .list-item [class*=col] {
    margin-bottom: 10px;
  }
}
.youtube-content {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.youtube-content iframe,
.youtube-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-content .play-button {
  width: 85px;
  height: 55px;
  background-color: red !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.9;
  border-radius: 14px;
  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 #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-content .news {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}
.youtube-content .news .new__img {
  margin-right: 10px;
}

.c-photo-1 .youtube-content {
  margin: 0;
  width: 100%;
}
.c-photo-1 .youtube-content .youtube img {
  display: block !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) {
  .youtube-content {
    margin: 30px auto;
    width: 100%;
    text-align: center;
  }
  .youtube-content .news {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    height: 50px;
  }

  .c-photo-1 .youtube-content .youtube {
    width: 714px;
    height: 390px;
  }
}
.block-news-v2 {
  margin-bottom: 80px;
}
.block-news-v2 .row-news {
  background-color: #fff;
  padding: 0px 0px 0px 120px;
  position: relative;
  min-height: 120px;
}
.block-news-v2 .list-item-article {
  margin-right: 0px;
  margin-left: 0px;
}
.block-news-v2 .list-item-article .left-column, .block-news-v2 .list-item-article .right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.block-news-v2 .list-item-article .item-article {
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.block-news-v2 .list-item-article .item-article:hover a, .block-news-v2 .list-item-article .item-article:focus a {
  color: #DD6E1E !important;
}
.block-news-v2 .list-item-article .item-article img {
  position: absolute;
  top: 0;
  width: 140px;
  left: 0;
}
.block-news-v2 .list-item-article .item-article .item-content {
  padding-left: 150px;
  min-height: 93px;
}
.block-news-v2 .list-item-article .item-article .item-content .date {
  color: #a8a8a8;
}
.block-news-v2 .list-item-article .item-article .item-content h4, .block-news-v2 .list-item-article .item-article .item-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: -2px;
  margin-bottom: 20px;
}
.block-news-v2 .list-item-article .item-article .item-content h4 a, .block-news-v2 .list-item-article .item-article .item-content h3 a {
  color: #333;
}
.block-news-v2 .list-item-article .item-article .item-content h4 a:hover, .block-news-v2 .list-item-article .item-article .item-content h4 a:focus, .block-news-v2 .list-item-article .item-article .item-content h3 a:hover, .block-news-v2 .list-item-article .item-article .item-content h3 a:focus {
  color: #DD6E1E;
}
.block-news-v2 .list-item-article .item-article .item-content .overview {
  margin-bottom: 20px;
}
.block-news-v2 .title-block-ticket {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

.block-news-slide .owl-carousel .col-xs-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

/* Tablet */
@media (min-width: 768px) {
  .block-news-v2 .list-item-article {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-news-v2 .list-item-article .item-article {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .block-news-v2 .list-item-article .item-article img {
    left: 10px;
    width: 155px;
  }
  .block-news-v2 .list-item-article .item-article .item-content {
    padding-left: 170px;
    min-height: 106px;
  }
}
/* Tablet */
@media (min-width: 1025px) {
  .block-news-v2 .list-item-article {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
  .block-news-v2 .list-item-article .item-article {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-news-v2 .list-item-article .item-article img {
    left: 30px;
  }
}
.content-page {
  clear: both;
}
.content-page .div-content-page h2 {
  margin-top: 30px;
}
.content-page .div-content-page h2:first-child {
  margin-top: 0;
}
.content-page .div-content-page h3 {
  margin-top: 20px;
}
.content-page .div-content-page h4 {
  margin-top: 15px;
}
.content-page .div-content-page .table {
  margin-bottom: 10px;
  width: unset;
}
.content-page .div-content-page .cheapest .table {
  width: 100%;
}
.content-page .div-content-page p:not(.text-center, .text-right) {
  text-align: justify;
}
.content-page .div-content-page .table > thead > tr > th,
.content-page .div-content-page .table > thead > tr > td,
.content-page .div-content-page .table > tbody > tr > th,
.content-page .div-content-page .table > tbody > tr > td,
.content-page .div-content-page .table > tfoot > tr > th,
.content-page .div-content-page .table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.content-page .div-content-page .table > thead > tr > th p,
.content-page .div-content-page .table > thead > tr > td p,
.content-page .div-content-page .table > tbody > tr > th p,
.content-page .div-content-page .table > tbody > tr > td p,
.content-page .div-content-page .table > tfoot > tr > th p,
.content-page .div-content-page .table > tfoot > tr > td p {
  text-align: unset !important;
  margin-bottom: 0;
}
.content-page table,
.content-page img {
  max-width: 100% !important;
  height: auto;
}

.content-page .div-menu-page {
  width: 30%;
  float: left;
  padding-right: 40px;
}
.content-page .div-menu-page .table-content__title i {
  display: none;
}

.content-page .div-content-page {
  float: left;
  width: 70%;
}

.content-page .div-content-page-v2 {
  width: 800px;
}

.content-page .col-content-center-v2 {
  margin-left: auto;
  margin-right: auto;
}

.content-page .data-content-page {
  position: relative;
  transition: 0.5s;
}
.content-page .data-content-page.off {
  height: 1000px;
  overflow: hidden;
  border-bottom: 2px solid #D6D6D6;
}
.content-page .data-content-page.off::before {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(#fff0, #fff);
  z-index: 10;
  bottom: 0;
}

.content-page-button {
  margin-top: -15px;
  position: relative;
  z-index: 10;
}

.content-page-button .btn-default {
  border-radius: 10px;
  font-size: 14px;
  color: #1592E6;
  padding: 3px 14px;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 3px 6px 0px #0000002e;
}

.content-page-button .btn-default .glyphicon {
  font-size: 12px;
}

.content-page .content-mobile-title {
  display: none;
}

.content-page .table-content {
  border-radius: 8px;
  position: sticky;
  top: 55px;
}
.content-page .table-content__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.content-page .table-content-list {
  background: #F9F9F9;
  padding: 15px 15px 15px 0;
  font-size: 14px;
  max-height: 80vh;
  overflow-y: auto;
}
.content-page .table-content-list .table_of_content {
  padding-left: 0;
}
.content-page .table-content-list .table_of_content p {
  margin-bottom: 0;
  padding-left: 15px;
}
.content-page .table-content-list .table_of_content__h3 {
  padding-left: 0;
  margin-top: 15px;
}
.content-page .table-content-list .table_of_content__h3 p {
  padding-left: 30px;
}

.flight-category .content-page .table-content {
  top: 105px;
}

.content-page h2 {
  line-height: initial;
}

.content-page .table-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.content-page .table-content ul li {
  margin-bottom: 15px;
  cursor: pointer;
}

.content-page .table-content ul li p:hover,
.content-page .table-content ul li p:focus,
.content-page .table-content ul li p.active {
  color: #DD6E1E;
  border-left: 4px solid #E2803A;
}

.content-page .table-content > ul li p:hover,
.content-page .table-content > ul li p:focus,
.content-page .table-content > ul li p.active {
  padding-left: 11px;
}

.content-page .table-content ul.table_of_content__h3 li p:hover,
.content-page .table-content ul.table_of_content__h3 li p:focus,
.content-page .table-content ul.table_of_content__h3 li p.active {
  padding-left: 26px;
}

.content-page .table-content ul li:last-child {
  border-bottom: 0px solid #C5C5C5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .content-page .div-content-page,
.content-page .div-menu-page {
    width: 100%;
    padding-right: 0;
  }
  .content-page .div-content-page .table-content-list,
.content-page .div-menu-page .table-content-list {
    display: none;
  }

  .content-page .data-content-page {
    padding: 0 10px;
  }

  .content-page .div-content-page-v2 {
    width: 100%;
  }

  .content-page .div-content-page {
    padding-left: 0;
    margin-top: 40px;
  }

  .content-page .content-desktop-title {
    display: none;
  }

  .content-page {
    margin-top: 50px;
  }

  .content-page .table-content {
    width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .content-page .table-content {
    width: 100%;
    padding: 0;
  }

  .content-page table {
    width: 100% !important;
  }

  .content-page .table-content-list {
    max-height: 50vh;
    box-shadow: 0px 50vh 0vh 35vh rgba(0, 0, 0, 0.6);
  }

  .content-page .div-menu-page {
    background: #EFEFEF;
    padding: 0px;
    position: sticky;
    top: 46px;
    z-index: 11;
  }
  .content-page .div-menu-page .table-content__title {
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }
  .content-page .div-menu-page .table-content__title i {
    transition: 0.5s;
    display: block;
    font-weight: bold;
  }
  .content-page .div-menu-page .table-content__title.active i {
    transform: rotate(180deg);
    transition: 0.5s;
  }
  .content-page .div-menu-page ul li {
    font-size: 14px;
  }

  .content-page .data-content-page {
    padding: 0 10px;
  }

  .content-page.read-content-middle {
    padding: 0 10px;
  }

  .content-page .div-content-page {
    margin-top: 20px;
  }
  .content-page .div-content-page table {
    width: auto !important;
  }
}
.block-faqs {
  background-color: #FAFAFA;
  margin-bottom: 60px;
}

.faqs .title-faq {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqs .item-faq > div[data-show=off] i {
  transform: rotate(180deg);
}

.faqs .title-faq i {
  transition: 0.5s;
  font-size: 18px;
  font-weight: bold;
}

.faqs .item-faq:not(.link-more) {
  display: block;
}

.faqs .item-faq.link-more {
  display: none;
}

.faqs .item-faq .title-faq.last {
  border: none;
}

.faqs .item-faq.selected {
  background-color: #f1f1f1;
  padding: 15px 15px 3px 15px;
  margin: 15px 0;
}

.faqs .item-faq.selected .title-faq {
  border-bottom: 0px solid #ddd !important;
  color: #003580;
  padding: 0 !important;
  margin-bottom: 10px !important;
}

.faqs .item-faq.selected .content-faq {
  padding-left: 20px;
}

.faqs .btn-border-blue {
  padding: 6px 15px;
  border-radius: 15px;
}

.faqs table {
  width: 100%;
}

.faqs .title-faq .bpv-toggle-icon {
  margin-top: 5px;
}

.faqs .btn-show-extra-fap .glyphicon {
  margin-left: 3px;
  font-size: 11px;
}

.div-list-faq {
  width: 63.8%;
  float: left;
}

.div-sub-faq {
  width: 36.2%;
  float: left;
  padding-left: 70px;
}

.faq-background-color {
  background-color: #fdfdfd;
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-block .div-sub-faq .faq-title .avatar {
  width: 85px;
  float: left;
  margin-right: 15px;
}

.faq-block .div-sub-faq .faq-title .title {
  width: max-content;
  float: left;
  font-size: 20px;
  border-bottom: 1px solid #b1c3eb;
  margin-top: 20px;
  padding-bottom: 15px;
  font-weight: bold;
}

.faq-block .div-sub-faq .faq-title .title h3 {
  font-size: 20px;
  border-bottom: 1px solid #B1C3EB;
  margin-top: 20px;
  padding-bottom: 15px;
}

.div-sub-faq .contact {
  border: 2px solid #DE6C2E;
  padding: 13px 13px 20px 15px;
  border-radius: 5px;
}

.div-sub-faq .contact .description {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 10px;
}

.faq-block .contact-info {
  margin-top: 25px;
  padding-left: 5px;
  padding-right: 10px;
}

.div-sub-faq .contact .btn-register {
  height: 42px;
  width: 100%;
  font-size: 18px;
  border-radius: 2px;
  margin-top: 40px;
}

.faq-block .contact-info .phone {
  float: left;
  font-weight: bold;
}

.faq-block .contact-info .app-chat {
  float: right;
  margin-top: 2px;
}

.faq-block .contact-info .hotline {
  color: #D40A0A;
  font-size: 18px;
  line-height: 20px;
}

.faq-block .contact-info .local-phone {
  font-size: 16px;
}

/****************************** Tablet ******************************/
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .faq-background-color > .container,
.bpt-footer-contact .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-list-faq {
    width: 100%;
  }

  .div-sub-faq {
    width: 100%;
    padding-left: 0px;
    margin-top: 35px;
  }
}
/****************************** Tablet ******************************/
@media screen and (max-width: 1024px) {
  .div-list-faq,
.div-sub-faq {
    width: 100%;
    padding: 0px;
    float: unset;
  }

  .div-sub-faq {
    margin-top: 45px;
  }
}
/****************************** Mobile ******************************/
@media screen and (max-width: 768px) {
  .content-article-faq {
    margin-top: 0px;
  }

  .div-list-faq {
    width: 100%;
    padding: 0 15px;
  }

  .faqs .title-faq .bpv-toggle-icon {
    margin-top: 10px;
    margin-right: 0px;
  }

  .faqs .title-faq {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .faqs .title-faq > span:first-child {
    position: relative;
    width: 90%;
    height: unset !important;
    display: block;
  }

  .faqs .title-faq .icon {
    position: absolute;
    right: 0;
    top: 15px;
  }

  .faqs .title-faq .icon.icon-arrow-up-md-black {
    position: absolute;
    right: 0;
    top: 0px;
  }

  .div-list-faq,
.div-sub-faq {
    width: 100%;
    padding: 0px;
  }

  .div-sub-faq {
    margin-top: 35px;
  }
}
#comments_list img,
.comments-list-v2 .item-rv .cus-rv-content img,
.img-lightbox.img-responsive,
img.img-lightbox,
.cus-rv-content img {
  border-radius: 8px !important;
}

.show-detail-review {
  color: #2D9CDB;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-detail-review i {
  transition: 0.5s;
  margin-left: 3px;
}
.show-detail-review i::before {
  color: #2D9CDB;
}
.show-detail-review.active i {
  transition: 0.5s;
  transform: rotate(180deg);
}

.rev_overview {
  display: flex;
  background: #27aa4626;
  padding: 10px;
  border-radius: 16px;
}
.rev_overview__score {
  width: 55px;
  height: 55px;
  background: #297AA8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin-right: 10px;
}
.rev_overview__text {
  display: flex;
  flex-direction: column;
}
.rev_overview__text span:first-child {
  font-size: 24px;
  font-weight: 700;
}
.rev_overview__text span:last-child {
  color: #444;
}

.review-content-v2 #rev_total_v2 {
  background-color: #F6FBFF;
  padding: 20px;
  border-radius: 9px;
  height: 100px;
}
.review-content-v2 .pagination {
  margin: 0;
}
.review-content-v2 .icon-review-v2 {
  margin-right: 5px;
}
.review-content-v2 > .review_filter {
  font-weight: bold;
  color: #333;
}
.review-content-v2 > .review_filter:hover, .review-content-v2 > .review_filter:focus {
  color: #DD6E1E;
}
.review-content-v2 .comments-list-v2 {
  margin-top: 20px;
}
.review-content-v2 .comments-list-v2 .item-rv {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
.review-content-v2 .comments-list-v2 .item-rv:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv-info {
  position: relative;
  margin-bottom: 15px;
  display: flex;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv-info .rv-name {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv-info .cus-rv {
  width: calc(100% - 50px);
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p {
  margin-bottom: 0;
  line-height: 22px;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p span:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p span:last-child {
  color: #000;
  margin-left: 3px;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p:last-child {
  font-size: 14px;
  overflow: hidden;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p:last-child a.line {
  margin-right: 12px;
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p:last-child a.line::after {
  content: "";
  border-left: 1px solid #333;
  position: absolute;
  right: 0;
  height: 14px;
  top: 1px;
}
.review-content-v2 .comments-list-v2 .youtube-content {
  margin: 0;
  height: auto;
}
.review-content-v2 .comments-list-v2 .youtube-content .youtube {
  width: 100%;
  height: 100%;
}
.review-content-v2 .comments-list-v2 .youtube-content iframe {
  max-height: 95px;
  width: 100% !important;
}
.review-content-v2 .comments-list-v2 .youtube-content .img-default {
  transform: translate3d(0, 0px, 0);
  height: auto;
}
.review-content-v2 .comments-list-v2 .youtube-content .play-button {
  width: 45px;
  height: 30px;
  border-radius: 8px;
}
.review-content-v2 .comments-list-v2 .youtube-content .play-button::before {
  border-width: 9px 0 9px 15px;
}
.review-content-v2 .trip-rating-v2 {
  padding-left: 8%;
  margin-top: 30px;
}
.review-content-v2 .trip-rating-v2 .title {
  margin-bottom: 15px;
  color: #DD6E1E;
  font-weight: bold;
  font-size: 18px;
}
.review-content-v2 .trip-rating-v2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review-content-v2 .trip-rating-v2 ul li {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.review-content-v2 .trip-rating-v2 .rdoSet {
  width: 105px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  font-weight: bold;
}
.review-content-v2 .trip-rating-v2 .line {
  border: 0 none;
  background-color: #fff;
  margin-top: 13px;
  width: 100%;
  padding-left: 100px;
  padding-right: 25px;
  border-bottom: 1px solid #777777;
}
.review-content-v2 .trip-rating-v2 .line .fill {
  height: 4px;
  background-color: #DD6E1E;
  margin-bottom: -1px;
}
.review-content-v2 .trip-rating-v2 .compositeCount {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 28px;
  text-align: right;
  font-weight: bold;
}
.review-content-v2 .trip-type-v2 {
  padding-left: 8%;
  margin-top: 30px;
}
.review-content-v2 .trip-type-v2 .title {
  margin-bottom: 15px;
  color: #DD6E1E;
  font-weight: bold;
  font-size: 18px;
}
.review-content-v2 .trip-type-v2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review-content-v2 .trip-type-v2 ul li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.review-content-v2 .trip-type-v2 ul .lbl1 {
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.review-content-v2 .trip-type-v2 ul span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.review-content-v2 .trip-type-v2 ul .bline {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #777777;
  bottom: 5px;
  z-index: 1;
}

.review_flight {
  display: flex;
  flex-direction: column;
  background: #efefef;
  padding: 10px;
  border-radius: 16px;
}
.review_flight__airline {
  width: 100%;
}
.review_flight__airline__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 7px 10px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
}
.review_flight__airline__row:last-child {
  margin-bottom: 0;
}
.review_flight__airline__row__left {
  font-weight: 500;
}
.review_flight__airline__row__left img {
  margin-right: 5px;
}
.review_flight__airline__row__right {
  text-align: right;
}
.review_flight__airline__row__right span:first-child {
  font-weight: 500;
  color: #297AA8;
  margin-right: 3px;
}
.review_flight__airline__row__right svg {
  display: none;
  margin-left: 4px;
}
.review_flight__airline__row.active svg {
  display: inline-block;
  margin-left: 4px;
}
.review_flight__type {
  width: 90%;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
.review_flight__type ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review_flight__type ul li {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.review_flight__type .rdoSet {
  width: 145px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #efefef;
}
.review_flight__type .line {
  border: 0 none;
  background-color: #efefef;
  margin-top: 10px;
  width: 90%;
  padding-left: 100px;
  padding-right: 25px;
  border-bottom: 1px solid #C4C4C4;
}
.review_flight__type .line .fill {
  height: 4px;
  background-color: #E9680C;
  margin-bottom: -1px;
}
.review_flight__type .compositeCount {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #efefef;
  width: 28px;
  text-align: right;
  font-weight: 500;
}
.review_flight__score {
  width: 90%;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}
.review_flight__score ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review_flight__score ul li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.review_flight__score ul .lbl1 {
  background-color: #efefef;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.review_flight__score ul .lbl1 span {
  color: #444;
  font-weight: 500;
}
.review_flight__score ul .lbl1 span:hover, .review_flight__score ul .lbl1 span:focus {
  color: #DD6E1E;
}
.review_flight__score ul span {
  background-color: #efefef;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.review_flight__score ul .bline {
  position: absolute;
  width: 90%;
  border-bottom: 1px solid #C4C4C4;
  bottom: 5px;
  z-index: 1;
}

.tour-review .rev_overview {
  background: #f2f4f7;
  flex-wrap: wrap;
  border-radius: 12px;
  padding: 15px;
}
.tour-review .rev_overview .review-left {
  width: 60%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tour-review .rev_overview .review-left.not_customer {
  width: 100%;
}
.tour-review .rev_overview .review-left .rev_overview__score {
  margin: 0 auto;
}
.tour-review .rev_overview .review-left .rev_overview__text {
  margin-top: 15px;
}
.tour-review .rev_overview .review-left .trip-rating-v2 {
  margin-top: 0;
  text-align: left;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type .rdoSet {
  flex: 0 0 80px;
  font-size: 14px;
  color: #333;
  position: static;
  background: transparent;
  font-weight: 400;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type .line {
  flex: 1;
  height: 8px;
  background-color: #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 0;
  width: auto;
  padding: 0;
  margin: 0;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type .line .fill {
  height: 100%;
  background-color: #297AA8;
  border-radius: 4px;
  transition: width 0.4s ease;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type .compositeCount {
  flex: 0 0 28px;
  text-align: right;
  font-size: 14px;
  color: #333;
  position: static;
  background: transparent;
  font-weight: 400;
}
.tour-review .rev_overview .review-right {
  width: 40%;
  border-left: 1px solid #dfe1df;
}
.tour-review .rev_overview .review-right .trip-type-v2 {
  margin-top: 0;
  padding: 0 15px;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li {
  margin-bottom: 6px;
  align-items: center;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li .bline {
  position: static;
  border-bottom: 5px solid #e6e6e6;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li span {
  background: transparent;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  position: static;
  float: none !important;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li span.review_filter, .tour-review .rev_overview .review-right .trip-type-v2 ul li span.lbl1 {
  white-space: nowrap;
  padding-right: 5px;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li span.pull-right {
  width: 30px;
  text-align: right;
}

section.review-content-v2 {
  padding: 0 10px;
  margin-top: 60px;
}
section.review-content-v2 h2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .review_flight {
    padding: 15px;
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .review_flight__airline {
    width: 355px;
  }
  .review_flight__trip {
    padding-left: 50px;
    width: 300px;
  }
  .review_flight__type {
    width: 100%;
  }
  .review_flight__type ul {
    margin-top: 5px;
  }
  .review_flight__score {
    width: 100%;
  }
  .review_flight__score ul {
    margin-top: 30px;
  }
  .review_flight__score ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .review_flight__score ul li:last-child {
    display: none;
  }
  .review_flight--airline .review_flight__airline__row {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 15px;
    cursor: default;
  }
  .review_flight--airline .review_flight__airline__row__right {
    padding-left: 34px;
    margin-top: 3px;
  }
  .review_flight--airline .review_flight__airline {
    width: 188px;
  }
  .review_flight--airline .review_flight__trip {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .review_flight--airline .review_flight__score {
    padding-left: 60px;
  }
  .review_flight--airline .review_flight__type,
.review_flight--airline .review_flight__score {
    width: 260px;
  }
  .review_flight--airline .review_flight__type ul,
.review_flight--airline .review_flight__score ul {
    margin-top: 0px;
  }

  section.review-content-v2 {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .review-content-v2 .trip-rating-v2 {
    padding-left: 10px;
  }
  .review-content-v2 .trip-type-v2 {
    padding-left: 10px;
  }

  .rev_overview__score {
    width: 72px;
    height: 72px;
  }
  .rev_overview__text {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 888px) {
  section.review-content-v2 {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .tour-review .rev_overview .review-right {
    width: 100%;
    display: none;
  }
  .tour-review .rev_overview .review-right .trip-type-v2 {
    padding: 0;
  }
  .tour-review .rev_overview .review-left {
    width: 100%;
    padding: 0;
    align-items: center;
  }
  .tour-review .rev_overview .review-left .trip-rating-v2 {
    border: 0;
  }

  .comments-list-v2 .item-rv .cus-rv-content .row {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
  }
  .comments-list-v2 .item-rv .cus-rv-content .row [class*=col-] {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
    margin-bottom: 5px !important;
  }
}
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: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  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: #eeeeee;
  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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.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: #737373;
}

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

.questions {
  margin-top: 45px;
}

.questions .div-title {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.questions .div-title .count {
  font-size: 22px;
  line-height: 25px;
  margin-left: 5px;
  position: relative;
}

.question-title {
  font-weight: bold;
  margin-bottom: 0;
}

.lst .q-ask {
  padding: 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 3px #dfdfdf;
}

.lst .q-ask .col-ques {
  padding: 0;
}

.lst .q-ask .col-ques .text-are {
  border-radius: 4px 0 0 4px;
  border: 0;
  outline: 0;
  resize: none;
}

.lst .q-ask .col-btn-ques {
  padding: 5px;
}

.lst .q-ask .col-btn-ques .btn-question {
  border: 0;
  border-radius: 3px;
  padding: 10px;
  color: #2272B9;
  background-color: #E4EEF7;
  font-size: 16px;
  font-weight: bold;
}

.lst .sort-question {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.lst .lbl-sort-question {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}

.lst .q-question {
  position: relative;
  background-color: #fafafa;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  border-radius: 10px;
}

.lst .q-answers {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.lst div.q-answers:last-child {
  border-bottom: 0px solid #eee;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.lst .list-ans {
  position: relative;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.modal-questions .modal-dialog {
  width: 600px;
}

.lst .q-answers::after,
.lst .q-answers:before {
  /*position: absolute;
  bottom: 100%;
  left: 5%;
  width: 20px;
  height: 20px;
  background: blue;
    -webkit-clip-path: polygon(100% 1%, 0 100%, 100% 100%);;
    clip-path: polygon(100% 1%, 0 100%, 100% 100%);;*/
  bottom: 100%;
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.lst .q-answers:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}

.lst .q-answers:before {
  border-color: transparent;
  border-bottom-color: #ddd;
  border-width: 15px;
  margin-left: -15px;
}

.lst .q-item {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 5px;
}

.lst .q-item:first-child {
  border-top: 0px solid #ddd;
  padding-top: 0;
  margin-top: 0;
}

.icon-question {
  width: 39px;
  height: 28px;
  background-position: -227.5px -67.5px;
}
.icon-question::before {
  font-size: 28px;
}

.icon-answer {
  width: 39px;
  height: 28px;
  background-position: -227.5px -121px;
}
.icon-answer::before {
  font-size: 28px;
}

.icon-vote-v201 {
  width: 16.5px;
  height: 16.5px;
  background-position: -292.5px -181px;
  margin-top: -6px;
}

.icon-reply-v201 {
  width: 15.5px;
  height: 15.5px;
  background-position: -292.5px -128px;
  margin-top: -6px;
}

.q-item .vote,
.q-item .reply {
  font-size: 16px;
  color: #E38E50;
  cursor: pointer;
}

.q-item .icon-answer,
.q-item .icon-question {
  position: absolute;
}

.q-item .ques-name {
  color: #888888;
  margin-bottom: 10px;
}

#modal_thank_you .modal-dialog {
  top: 40%;
  width: fit-content;
}

#modal_thank_you .modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 5px;
}

#modal_thank_you .modal-header {
  padding: 10px;
}

#modal_thank_you .modal-header .border-icon-ok {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #4CAF50;
  padding-top: 8px;
  text-align: center;
}

#modal_thank_you .modal-header .border-icon-ok i {
  color: #fff;
  font-size: 25px;
  position: relative;
  top: 5px;
}
#modal_thank_you .modal-header .border-icon-ok i::before {
  color: #fff;
}

.q-item .ques-name,
.q-item .q-text {
  padding-left: 56px;
}

@media (max-width: 767px) {
  .lst .q-item--hide {
    display: none;
  }

  .lst .q-answers::after,
.lst .q-answers:before {
    left: 8%;
  }

  .questions {
    margin-top: 50px;
  }

  .flight-hr {
    display: none;
  }

  .description-text {
    width: 100%;
  }

  /* .container-v2 .description-text {
      padding: 0 10px;
  } */
  .box-form-regis {
    top: 68%;
  }

  .q-item .ques-name,
.q-item .q-text {
    padding-left: 50px;
    overflow: hidden;
  }

  .modal-questions .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.submit-combo-modal .modal-body {
  padding: 25px 30px 10px 30px;
}

.submit-combo-modal .modal-header {
  padding: 16px 10px 12px 10px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.submit-combo-modal .modal-title {
  text-align: center;
  font-weight: bold;
}

.submit-combo-modal .modal-header button {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #ddd;
  opacity: 0.5;
  font-size: 30px;
}

.submit-combo-modal .ico-calendar-form-v2 {
  position: absolute;
  top: 6px;
  left: 9px;
  font-size: 20px;
}

.submit-combo-modal label {
  font-size: 14px;
}

.submit-combo-modal .icon-before {
  position: relative;
}

.submit-combo-modal .icon-before input {
  padding-left: 36px;
}

.submit-combo-modal .icon-before .icon-calendar-form-v2 {
  position: absolute;
  left: 8px;
  top: 6px;
  font-size: 22px;
}

.submit-combo-modal .icon-before .icon-arrow-down-flight-pass-v2 {
  position: absolute;
  right: 11px;
  top: 13px;
}

.submit-combo-modal .div-passenger {
  position: relative;
}

.submit-combo-modal .div-passenger input {
  padding-left: 36px;
}

.submit-combo-modal .div-passenger .icon-passenger-form-v2 {
  position: absolute;
  left: 8px;
  top: 6px;
}

.submit-combo-modal .div-passenger .icon-arrow-down-flight-pass-v2 {
  position: absolute;
  right: 11px;
  top: 13px;
}

.submit-combo-modal .rate-msg {
  display: block;
  padding: 5px 10px;
  background-color: #fff0dc;
}

.submit-combo-modal .bpv-input-warning {
  border: 1px solid #B20000 !important;
}

.submit-combo-modal .icon {
  background-image: url("/https://owa.bestprice.vn/assets/img/icon/hotel_sprite@2x.240620191430.png");
  background-size: 125px 88px;
  background-repeat: no-repeat !important;
  display: inline-block;
  vertical-align: middle;
}

.submit-combo-modal .icon-calendar {
  background-position: 0px -52px;
  width: 15px;
  height: 15px;
}

.submit-combo-modal .icon-after .icon {
  margin-top: -22px;
}

.modal-body-success .success-content {
  text-align: center;
  padding: 25px 30px 10px 30px;
}

.modal-body-success .success-content .title {
  font-size: 15px;
  text-transform: uppercase;
  color: #5b7a35;
  font-weight: bold;
  margin-top: 8px;
}

.modal-body-success .success-content .btn-close-popup {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 6px 76px;
}

.bpv-contact .warning-message {
  margin-top: 10px;
  display: none;
}

.bpv-contact-res .warning-message {
  margin-top: 10px;
  display: none;
}
.bpv-contact-res .col-phone {
  margin-top: 20px;
}
.bpv-contact-res .col-email {
  margin-top: 20px;
}
.bpv-contact-res .col-special-request {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .submit-combo-modal .modal-dialog {
    margin: 0;
  }

  .submit-combo-modal .modal-body {
    padding: 15px;
  }

  .number-pax {
    margin-top: 20px;
  }
}
.cruise-footer-link {
  padding-top: 75px;
}
.cruise-footer-link .horizontal-line {
  border-bottom: 3px solid #E5E5E5;
  margin-bottom: 8px;
}
.cruise-footer-link .horizontal-line h2 {
  background-color: #fff;
  width: fit-content;
  margin-bottom: -8px;
  padding-right: 10px;
}

.block-link {
  margin-top: 35px;
}
.block-link h3 {
  font-size: 16px;
}
.block-link a {
  display: block;
  color: #333;
  line-height: 36px;
  color: #333;
}
.block-link a:hover, .block-link a:focus {
  color: #DD6E1E;
}

.link-yacht-class {
  border-top: 1px solid #E5E5E5;
  margin-top: 30px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .cruise-footer-link {
    padding-top: 100px;
  }
}
.list-type-related {
  padding: 50px 0px 30px;
}
.list-type-related .preface {
  padding-bottom: 30px;
}
.list-type-related .list-class > h3 {
  margin-bottom: 20px;
}
.list-type-related .list-class > .row > a {
  color: #333;
  line-height: 18px;
  display: block;
  margin-bottom: 15px;
  color: #333;
}
.list-type-related .list-class > .row > a:hover, .list-type-related .list-class > .row > a:focus {
  color: #DD6E1E;
}

#carousel-bpv-ads-2 .owl-dots {
  left: 50% !important;
  transform: translate(-50%);
  position: absolute;
  bottom: 0 !important;
}
#carousel-bpv-ads-2 .owl-dots .owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 0 3px !important;
}
#carousel-bpv-ads-2 .owl-dots .owl-dot.active {
  background: #E9680C !important;
  border-color: #E9680C !important;
}
#carousel-bpv-ads-2 .owl-nav {
  display: none !important;
}

#bpt-common-ad-2 {
  width: 100%;
}

.pagination {
  margin: 0;
}

.content-page {
  margin-top: 0;
  max-width: 100%;
}

.hr-top {
  background: #EFEFEF;
  height: 8px;
  margin-top: 0;
}

.block-why-us-v201 .why-us-content-v201 {
  border-bottom: 0px;
  margin-top: 45px;
}

.bpv-list-item .item-info .review_text {
  margin-bottom: 0;
}

.search-form .twitter-typeahead {
  width: 100%;
}
.search-form .twitter-typeahead input {
  background: #FBFBFB;
  border-radius: 0px;
  font-size: 16px;
  border: 0;
}
.search-form .tt-dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 4px 0;
  background-color: #fff;
  border: 2px 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;
}
.search-form .tt-dropdown-menu .lb-header {
  padding: 5px 20px;
  width: 100%;
  background-color: #eee;
  font-style: italic;
  clear: both;
  float: left;
}
.search-form .tt-dropdown-menu .lb-header::affter {
  border: 2px solid #06c;
}
.search-form .tt-dropdown-menu {
  padding: 0;
  left: 0px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  max-height: 70vh;
  height: auto;
  overflow-y: auto;
}
.search-form .tt-dropdown-menu .lb-header {
  padding: 7px 15px;
  color: #FE8802;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
.search-form .tt-dropdown-menu .tt-suggestions:hover {
  background-color: transparent;
  color: #003580;
  cursor: pointer;
}
.search-form .tt-suggestion {
  padding: 3px 15px;
  font-size: 14px;
  line-height: 24px;
}
.search-form .tt-suggestion:hover {
  background-color: #1b65e1;
  color: #fff;
}
.search-form .tt-suggestion p {
  margin: 0;
  text-align: left !important;
  color: #333 !important;
}
.search-form .tt-suggestion p strong {
  color: #333 !important;
}
.search-form__content {
  position: relative;
}
.search-form__content label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #828282;
}
.search-form__content__input {
  width: 100%;
  line-height: 18px;
  padding: 0;
}
.search-form__content__input input {
  outline: none;
  border: none;
  box-shadow: none;
}
.search-form__content h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  font-size: 28px;
}
.search-form__content button {
  position: absolute;
  right: 10px;
  bottom: 24px;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  line-height: 10px;
}
.search-form__content i {
  font-size: 22px;
}
.search-form__content i::before {
  color: #444;
}
.search-form__content .ico-x {
  position: absolute;
  display: none;
}
.search-form--fixed {
  position: fixed;
  background: #fff;
  padding: 0 !important;
  width: 100%;
  left: 0;
  top: 40vh;
  z-index: 1111;
}
.search-form--fixed h1 {
  display: none;
}
.search-form--fixed .search-form__content__des {
  height: auto !important;
}
.search-form--fixed .search-form__content__input {
  padding: 0px;
  padding-top: 45px;
}
.search-form--fixed .search-form__content__input input {
  border: 1px solid #EFEFEF;
  outline: none;
  box-shadow: none;
  height: 48px !important;
  border-radius: 27px !important;
  width: 100%;
  background: #fff;
}
.search-form--fixed .search-form__content__input button {
  right: 25px !important;
  bottom: 30px !important;
}
.search-form--fixed .search-form__content__input button i {
  font-size: 20px !important;
}
.search-form--fixed .search-form__content__input .ico-x {
  display: block;
  right: 15px;
  top: 24px;
  font-size: 16px;
}

.suggestion-des {
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 0;
  border: 0;
}
.suggestion-des .bpv-tour-destination .title {
  margin-bottom: 0;
}
.suggestion-des .bpv-color-title {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
}
.suggestion-des .btn-support-close {
  display: none;
  z-index: 9;
}
.suggestion-des .sg-des {
  cursor: pointer;
  margin-top: 10px;
}
.suggestion-des .sg-des-link {
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 0px;
}
.suggestion-des .group-name {
  font-weight: 700;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.suggestion-des .group-name:hover {
  color: #003580;
}
.suggestion-des .list-group-item {
  border: 0;
  border-radius: 0;
  color: #333;
  padding: 5px 0 5px 10px;
  font-size: 13px;
}
.suggestion-des .list-group-item bo :first-child {
  border: 0;
}
.suggestion-des .list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.suggestion-des .list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.suggestion-des .img-sug {
  width: 75px;
  position: absolute;
  top: 0;
  left: 10px;
}
.suggestion-des .col-info {
  height: 56px;
  padding-left: 85px;
}
.suggestion-des .col-info .des-name {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: normal;
}
.suggestion-des .col-info .des-num {
  font-size: 13px;
}
.suggestion-des .popover-content {
  padding: 10px;
  padding-bottom: 80px;
}
.suggestion-des .bpv-color-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #F37820;
  padding: 10px;
  background-color: #f1f1f1;
}
.suggestion-des ul {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}
.suggestion-des ul a {
  padding: 10px 0 10px 10px;
  display: block;
  color: #666;
}

.list-4-items {
  margin-bottom: 50px;
}
.list-4-items h2 {
  margin-bottom: 10px;
}
.list-4-items .list-item {
  margin-top: 15px;
}

.search-content {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .search-content {
    margin-top: 40px;
  }
  .search-content .bpv-right {
    float: left;
    padding-left: 0;
    padding-right: 35px;
    width: 28%;
  }
  .search-content .bpv-left {
    margin-top: 0px;
    width: 72%;
  }
  .search-content .block-filter-box {
    border: 1px solid #2d9cdb;
    margin-bottom: 30px;
  }
  .search-content .block-filter-box .filter-block-title {
    background-color: #2d9cdb17;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #2D9CDB;
    font-weight: bold;
  }
  .search-content .block-filter-box .bpv-filter-box {
    border: 0px solid #ddd;
    padding: 0 15px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
  }
  .search-content .block-filter-box .bpv-filter-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 15px;
  }
  .search-content .block-filter-box .bpv-filter-box .title {
    padding: 0;
    background-color: transparent;
    border-bottom: 0px solid #ddd;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .search-content .block-filter-box .bpv-filter-box .content {
    padding: 0;
  }
  .search-content .block-filter-box .bpv-filter-row {
    overflow: unset;
    border-top: 0;
  }
  .search-content .block-filter-box .bpv-filter-row .title {
    float: unset;
    width: 100%;
    border-bottom: 0px solid #ddd;
  }
  .search-content .block-filter-box .bpv-filter-row .content .item {
    float: unset;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .search-content .block-filter-box .bpv-filter-duration .content .item {
    width: 100%;
  }
  .search-content .bpv-filter-box-main {
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .search-content .bpv-filter-box-main .title {
    background-color: #FAFAFA;
    border-bottom: 0px solid #ddd;
    padding: 15px 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .search-content .bpv-filter-box-main .line-dashed {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .search-content .bpv-filter-box-main .content .panel-heading-filter {
    font-weight: bold;
  }
  .search-content .bpv-filter-box-main .content .item {
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .search-content .bpv-filter-box-main .content .item a {
    color: #333;
    margin-top: 20px;
  }

  .hr-top {
    height: 1px;
    margin-bottom: 60px;
    margin-top: 20px;
  }

  .search-form {
    width: 740px;
  }
  .search-form .twitter-typeahead {
    width: 100%;
  }
  .search-form .twitter-typeahead input {
    font-size: 16px;
  }
  .search-form__content i {
    right: 25px;
    bottom: 16px;
  }

  .search-content {
    margin-bottom: 60px;
  }
  .search-content .bpv-left {
    float: right;
  }
  .search-content .bpv-left h2 {
    text-align: left;
  }
  .search-content .bpv-right {
    float: left;
    padding-left: 0;
    padding-right: 35px;
  }

  .suggestion-des {
    left: 33% !important;
    width: 700px;
    max-width: 700px;
    min-width: 700px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #0071cd;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border-width: 1px !important;
    border-color: #ccc !important;
    height: auto;
  }
  .suggestion-des .arrow {
    left: 22% !important;
  }
  .suggestion-des .btn-support-close {
    display: block;
  }
  .suggestion-des .bpv-color-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #F37820;
    padding: 0px;
    background-color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .suggestion-des ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
  }
  .suggestion-des ul a {
    padding: 6px 0 6px 8px;
    display: block;
    color: #666;
  }

  .content-page {
    margin-top: 40px;
  }
}
.promotion-v2 li {
  display: flex;
  align-items: center;
}
.promotion-v2 li i {
  margin-right: 5px;
}

@media (min-width: 767px) {
  .suggestion-des {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    border: none;
  }
  .suggestion-des .popover-content {
    padding-bottom: 10px;
  }

  .suggestion-des .sg-des-link {
    display: block;
    display: -webkit-box;
    max-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .suggestion-des .sg-des-link:hover {
    color: #E2803A;
  }

  .item-radio:last-child [type=radio]:not(:checked) + label {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .suggestion-des {
    top: calc(100vh - (100vh - 223px)) !important;
    height: calc(100vh - 223px);
    margin-top: 0 !important;
  }
  .suggestion-des .popover-inner {
    overflow-y: unset;
  }

  .search-form .tt-dropdown-menu {
    border: 0px solid #ddd !important;
    max-height: 100vh;
    height: 100vh;
    width: 100vw !important;
    margin-left: -15px;
    border: 0 !important;
    box-shadow: none !important;
    margin-top: -10px !important;
  }

  .search-form--fixed {
    top: 100px;
  }
  .search-form--fixed::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    height: 100px;
    width: 100vw;
    background-color: #000000bd;
    z-index: -1;
  }

  #cruise_rate .check_rate__form .check_rate__form__date {
    border-top: 1px solid #F2F2F2;
    margin-top: 10px;
    padding-top: 10px;
  }
}

/*# sourceMappingURL=cruise_tour.css.map */