@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;
  }
}
/* System Margin, Padding
   ========================================================================== */
.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

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

.padding-5 {
  padding: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box {
  display: inline-block;
}

.no-border {
  border: unset !important;
}

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

.margin-bottom-description {
  margin-bottom: 30px;
}

.margin-hr {
  margin-bottom: 60px;
  margin-top: 60px;
}

.margin-hr-2px {
  border-top: 2px solid #eeeeee;
  margin-bottom: 60px;
  margin-top: 60px;
}

.border-solid-1px {
  border-top: 1px solid #ddd;
}

.border-dotted-1px {
  border-top: 1px dotted #ddd;
}

.border-dashed-1px {
  border-top: 1px dashed #ddd;
}

.btn--border-green {
  border: 1px solid #1592E6;
  background-color: #fff;
  color: #1592E6;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}
.btn--border-green .remaining,
.btn--border-green .count_results {
  margin-left: 5px;
}
.btn--border-green strong,
.btn--border-green b {
  margin-left: 3px;
}
.btn--border-green i {
  transition: 0.5s;
  font-size: 16px;
  margin-left: 3px;
}
.btn--border-green i::before {
  transition: 0.5s;
  color: #2D9CDB;
}
.btn--border-green:focus, .btn--border-green:hover {
  color: #fff;
  border-color: #1592E6;
  background-color: #1592E6;
}
.btn--border-green:focus i::before, .btn--border-green:hover i::before {
  transition: 0.5s;
  color: #fff;
}

.col-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(#19191926, #191919ab);
}

.modal-dialog {
  width: 100%;
}

.promotion-free-v2 {
  margin-top: 10px;
}

.cruise-slider .promotion-free-v2 {
  margin-top: 0px;
}

.cruise-slider .icon-promotion-orange-v201 {
  display: none;
}

.cruise-slider .icon-promotion-green-v201 {
  display: none;
}

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

.disable-color {
  color: #9E9E9E;
}

.show-more {
  color: #1592E6;
  cursor: pointer;
}
.show-more .glyphicon {
  font-size: 12px;
}

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

@media (max-width: 767px) {
  #ui-datepicker-div {
    width: 100%;
    min-height: 490px;
    z-index: 214748364811 !important;
  }

  .modal-dialog {
    margin: 0;
    padding: 10px;
  }
  .modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 768px;
  }
}
@media (min-width: 1025px) {
  .modal-dialog {
    width: 800px;
  }
}
.audit-visa {
  padding: 50px;
  text-align: center;
}
.audit-visa #audit_visa {
  max-width: 725px;
  margin: 15px auto;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
}
.audit-visa #audit_visa .container {
  max-width: 725px;
}
.audit-visa #audit_visa .step-visa {
  display: none;
  text-align: left;
  position: relative;
}
.audit-visa #audit_visa .step-visa.active {
  display: block;
}
.audit-visa #audit_visa .step-visa .image {
  padding-left: 0;
}
.audit-visa #audit_visa .step-visa .col-md-6 {
  position: static;
}
.audit-visa #audit_visa .step-visa h2 {
  font-size: 24px;
  padding-top: 35px;
  text-align: left;
}
.audit-visa #audit_visa .step-visa select {
  height: 40px;
  border-color: #E0E0E0;
  border-radius: 4px;
  margin-bottom: 15px;
  width: 100%;
}
.audit-visa #audit_visa .step-visa select:focus, .audit-visa #audit_visa .step-visa select:active {
  outline: none;
}
.audit-visa #audit_visa .step-visa .content {
  margin-top: 20px;
}
.audit-visa #audit_visa .step-visa .content label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 22px;
  display: block;
  user-select: none;
  margin-bottom: 7px;
  font-size: 16px;
}
.audit-visa #audit_visa .step-visa .content label input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.audit-visa #audit_visa .step-visa .content label input[type=radio]:checked ~ .custom-radio-dot {
  border-color: #ec6b07;
  background-color: #ec6b07;
}
.audit-visa #audit_visa .step-visa .content label input[type=radio]:checked ~ .custom-radio-dot::after {
  opacity: 1;
  transform: scale(1);
}
.audit-visa #audit_visa .step-visa .content label .custom-radio-dot {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.audit-visa #audit_visa .step-visa .content label .custom-radio-dot::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.audit-visa #audit_visa .step-visa.step-3 .content label {
  padding-left: 0;
}
.audit-visa #audit_visa .step-visa.step-14 input {
  height: 40px;
  border-color: #E0E0E0;
  border-radius: 4px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
}
.audit-visa #audit_visa .step-visa.step-14 input:focus, .audit-visa #audit_visa .step-visa.step-14 input:active {
  outline: none;
}
.audit-visa #audit_visa .step-visa .button-step {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;
}
.audit-visa #audit_visa .step-visa .button-step span, .audit-visa #audit_visa .step-visa .button-step button {
  background: #E9680C;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #E9680C;
  display: inline-flex;
  align-items: center;
  padding: 15px 39px;
}
.audit-visa #audit_visa .step-visa .button-step span svg, .audit-visa #audit_visa .step-visa .button-step button svg {
  margin-left: 10px;
}
.audit-visa #audit_visa .step-visa .button-step span:hover, .audit-visa #audit_visa .step-visa .button-step button:hover {
  cursor: pointer;
  background: #fff;
  border-color: #E9680C;
  color: #E9680C;
}
.audit-visa #audit_visa .step-visa .button-step span:hover svg path, .audit-visa #audit_visa .step-visa .button-step button:hover svg path {
  stroke: #E9680C;
}

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

  .audit-visa #audit_visa .step-visa .button-step {
    position: static;
    margin-top: 10px;
  }

  .audit-visa #audit_visa .step-visa h2 {
    padding-top: 20px;
    font-size: 18px;
  }

  .audit-visa #audit_visa .step-visa {
    padding-bottom: 20px;
  }

  .audit-visa #audit_visa .step-visa .button-step span, .audit-visa #audit_visa .step-visa .button-step button {
    padding: 7px 24px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=auditvisa.css.map */