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

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

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

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

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

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

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

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

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

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

.item-radio {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--- promotion ----*/
.promotion-v2 li {
  display: flex;
  align-items: flex-end;
}
.promotion-v2 li img {
  margin-right: 5px;
  width: 16px !important;
}
.promotion-v2 li p {
  margin-bottom: 0;
  cursor: pointer;
  line-height: 16px;
}
.promotion-v2 .text-promotion-free {
  color: #297AA8;
}
.promotion-v2 .ico-gift {
  margin-right: 5px;
  font-size: 18px;
  margin-top: -2px;
}
.promotion-v2 .ico-gift::before {
  color: #297AA8;
}

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

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

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

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

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

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

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

  #bpv_sort_hotel {
    display: none;
  }

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

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

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

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

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

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

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

  .search-content .block-filter-box {
    border: 1px solid #2d9cdb;
    margin-bottom: 30px;
  }
  .search-content .block-filter-box .filter-block-title {
    background-color: #2d9cdb17;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #2D9CDB;
    font-weight: bold;
  }
  .search-content .block-filter-box .filter-block-title i {
    font-size: 12px;
  }
  .search-content .block-filter-box .filter-block-title i.ico-sort {
    font-size: 16px;
  }
  .search-content .block-filter-box .filter-block-title i::before {
    color: #2D9CDB;
  }
  .search-content .block-filter-box .bpv-filter-box {
    border: 0px solid #ddd;
    padding: 0 15px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
  }
  .search-content .block-filter-box .bpv-filter-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 15px;
  }
  .search-content .block-filter-box .bpv-filter-box .title {
    padding: 0;
    background-color: transparent;
    border-bottom: 0px solid #ddd;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .search-content .block-filter-box .bpv-filter-box .content {
    padding: 0;
  }
  .search-content .block-filter-box .bpv-filter-row {
    overflow: unset;
    border-top: 0;
  }
  .search-content .block-filter-box .bpv-filter-row .title {
    float: unset;
    width: 100%;
    border-bottom: 0px solid #ddd;
  }
  .search-content .block-filter-box .bpv-filter-row .content .item {
    float: unset;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .search-content .block-filter-box .bpv-filter-duration .content .item {
    width: 100%;
  }
}
.why-us-tour {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.why-us-tour__left {
  display: flex;
  align-items: center;
}
.why-us-tour__left div {
  color: #F37821;
  font-weight: 700;
  padding-left: 10px;
}
.why-us-tour__left div p {
  font-size: 16px;
  margin-bottom: 0px;
}
.why-us-tour__left div span {
  font-size: 20px;
}
.why-us-tour__right {
  display: flex;
}

@media (max-width: 767px) {
  .why-us-tour__left {
    padding: 10px;
    margin-bottom: 10px;
  }
  .why-us-tour__right {
    background: #F6F6F6;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
  }
  .why-us-tour__right__item {
    width: 31%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .why-us-tour__right__item div {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .why-us-tour {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
  }
  .why-us-tour__left {
    width: 350px;
    margin-right: 20px;
    position: relative;
  }
  .why-us-tour__left::after {
    content: "";
    border-right: 1px solid #ddd;
    height: 70%;
    padding-top: 12%;
    position: absolute;
    right: 0;
  }
  .why-us-tour__right__item {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  .why-us-tour__right__item:last-child {
    margin-right: 0;
  }
  .why-us-tour__right__item div {
    margin-left: 8px;
    font-size: 14px;
  }
}
/*--- promotion ----*/
.promotion-v2 li {
  display: flex;
  align-items: flex-end;
}
.promotion-v2 li img {
  margin-right: 5px;
  width: 16px !important;
}
.promotion-v2 li p {
  margin-bottom: 0;
  cursor: pointer;
  line-height: 16px;
}
.promotion-v2 .text-promotion-free {
  color: #297AA8;
}
.promotion-v2 .ico-gift {
  margin-right: 5px;
  font-size: 18px;
  margin-top: -2px;
}
.promotion-v2 .ico-gift::before {
  color: #297AA8;
}

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

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

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

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

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

@media (min-width: 768px) {
  .bpv-list-item {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
    border: 0;
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
  }
  .bpv-list-item .item-img,
.bpv-list-item .col-img {
    width: 45%;
    float: left;
    position: relative;
    padding: 0;
  }
  .bpv-list-item .item-info,
.bpv-list-item .col-info {
    width: 55%;
    padding: 0px;
    padding-left: 15px;
    float: left;
    min-height: 189px;
    box-shadow: none;
  }
  .bpv-list-item .item-info .item-promotion,
.bpv-list-item .col-info .item-promotion {
    margin-top: 15px;
  }
}
.page-content-tab h2 {
  text-align: center;
}

.list-panel-content .h2-panel {
  color: #444;
  font-size: 28px;
}
.list-panel-content .span-panel-content {
  line-height: 160%;
}
.list-panel-content .list-item .item {
  border-radius: 8px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
.list-panel-content .list-item .item .item-title {
  padding: 0 15px;
  color: #444;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  height: 59px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.list-panel-content .list-item .item .item-title::after {
  content: "\e955";
  font-family: "bestprice_v1" !important;
  position: absolute;
  right: 15px;
  top: 17px;
  color: #E2803A;
}
.list-panel-content .list-item .item .item-title.show-icon {
  background: #FFE8D6;
  color: #E2803A;
  border-radius: 8px 8px 0px 0px;
}
.list-panel-content .list-item .item .item-title.show-icon::after {
  content: "\e956";
}
.list-panel-content .list-item .item .item-title .ico-review {
  font-weight: bold;
}
.list-panel-content .list-item .item .item-title i {
  font-size: 24px;
  position: relative;
  width: 27px;
}
.list-panel-content .list-item .item .item-title i::before {
  color: #E2803A;
}
.list-panel-content .list-item .item .item-title i.ico-i-map {
  font-size: 20px;
}
.list-panel-content .list-item .item .item-title i.ico-meals, .list-panel-content .list-item .item .item-title i.ico-i-camera {
  font-size: 21px;
}
.list-panel-content .list-item .item .item-title i.ico-i-user {
  font-size: 30px;
}
.list-panel-content .list-item .item .item-title i.ico-check-s {
  font-size: 16px;
}
.list-panel-content .list-item .item .item-title .ico-service {
  font-size: 20px;
}
.list-panel-content .list-item .item .item-content {
  padding: 15px;
  display: none;
  line-height: 1.8;
}
.list-panel-content .list-item .item .item-content.show-active {
  display: block;
}
.list-panel-content .list-item .item .item-content img {
  max-width: 100%;
}
.list-panel-content .list-item .item .item-content iframe,
.list-panel-content .list-item .item .item-content table {
  width: 100% !important;
}
.list-panel-content .list-item .item .item-content .list-articles-img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0;
}
.list-panel-content .list-item .item .item-content .list-articles-img li {
  padding-top: 20px;
}
.list-panel-content .list-item .item .item-content .list-articles-img .img-place-to-visit {
  position: relative;
}
.list-panel-content .list-item .item .item-content .list-articles-img .img-place-to-visit a:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: inherit;
  opacity: 0.3;
  border-radius: 8px;
}
.list-panel-content .list-item .item .item-content .list-articles-img .img-place-to-visit img {
  border-radius: 8px;
}
.list-panel-content .list-item .item .item-content .list-articles-img .img-place-to-visit .place-name {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
.list-panel-content .list-item .item .item-content .list-articles-img .img-place-to-visit .place-name .title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list-panel-content .list-item .item .item-content .list-articles-default {
  padding: 10px 0;
}
@media (min-width: 767px) {
  .list-panel-content .list-item .item .item-content .list-articles-default {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.list-panel-content .list-item .item .item-content .list-articles-default .article-row {
  padding-top: 30px;
}
@media (min-width: 767px) {
  .list-panel-content .list-item .item .item-content .list-articles-default .article-row {
    width: 49%;
  }
  .list-panel-content .list-item .item .item-content .list-articles-default .article-row:nth-child(2) {
    padding-top: 0;
  }
}
.list-panel-content .list-item .item .item-content .list-articles-default .article-row:first-child {
  padding-top: 0;
}
.list-panel-content .list-item .item .item-content .list-articles-default .article-row img {
  border-radius: 8px;
}
.list-panel-content .list-item .item .item-content .list-articles-default .article-row .content-item {
  margin-left: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #828282;
}
.list-panel-content .list-item .item .item-content .list-articles-default .article-row .content-item .title {
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.list-panel-content .list-item .item .item-content .list-articles-default .article-row .content-item .desc-item {
  margin-bottom: 0;
  margin-top: 5px;
}
.list-panel-content .list-item .item .item-content .list-articles-default .article-row .content-item .btn-read-more {
  color: #2D9CDB;
  font-weight: 400;
  margin-top: 5px;
}

.table-transport {
  font-size: 14px;
}
.table-transport thead tr {
  background: #EFEFEF;
}
.table-transport thead tr th {
  border-bottom: none;
}
@media (max-width: 767px) {
  .table-transport thead tr .map-th {
    display: none;
  }
}
.table-transport tbody tr:first-child td {
  border-top: none;
}
.table-transport tbody .map-view-table {
  position: relative;
  display: inherit;
}
.table-transport tbody .map-view-table img {
  border-radius: 8px;
}
.table-transport tbody .btn-vew-map {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 2px 7px;
  color: #2D9CDB;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.table-transport tbody .mobile-view {
  display: none;
}
@media (max-width: 767px) {
  .table-transport tbody .map-td {
    display: none;
  }
  .table-transport tbody .mobile-view {
    display: flex;
    position: relative;
    margin-top: 10px;
  }
}

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

  .list-panel-content .item-content img {
    height: auto !important;
  }
}
.list-panel-content .list-weather-sm .item-weather-sm {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .list-panel-content .map-location {
    padding: 0;
  }
  .list-panel-content .map-location .note-map {
    width: 100% !important;
    padding: 30px 10px 0;
  }
  .list-panel-content .map-location #map {
    width: 100% !important;
  }
  .list-panel-content .list-articles-img li {
    width: calc(50% - 10px);
  }
  .list-panel-content .list-articles-img li img {
    width: 100%;
    height: 100px !important;
  }
  .list-panel-content .list-articles-img li .img-place-to-visit .place-name {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0 !important;
  }
  .list-panel-content .list-articles-img li .img-place-to-visit .place-name span {
    font-size: 16px !important;
  }
}

@media (max-width: 430px) {
  .at-a-glance-list .at-a-glance-title iframe {
    max-height: 30vh;
  }
}

@media (max-width: 767px) {
  .at-a-glance-list .at-a-glance-title iframe {
    max-width: 100%;
  }
}
.page-content-tab {
  width: 888px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.page-content-tab p {
  text-align: justify;
}

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

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

/* Tablet */
@media (min-width: 768px) {
  .block-news-v2 .list-item-article {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-news-v2 .list-item-article .item-article {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .block-news-v2 .list-item-article .item-article img {
    left: 10px;
    width: 155px;
  }
  .block-news-v2 .list-item-article .item-article .item-content {
    padding-left: 170px;
    min-height: 106px;
  }
}
/* Tablet */
@media (min-width: 1025px) {
  .block-news-v2 .list-item-article {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
  .block-news-v2 .list-item-article .item-article {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-news-v2 .list-item-article .item-article img {
    left: 30px;
  }
}
.block-faqs {
  background-color: #FAFAFA;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

.faqs table {
  width: 100%;
}

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

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

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

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

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

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

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

.faq-block .div-sub-faq .faq-title .title h3 {
  font-size: 20px;
  border-bottom: 1px solid #B1C3EB;
  margin-top: 20px;
  padding-bottom: 15px;
}

.div-sub-faq .contact {
  border: 2px solid #DE6C2E;
  padding: 13px 13px 20px 15px;
  border-radius: 5px;
}

.div-sub-faq .contact .description {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 10px;
}

.faq-block .contact-info {
  margin-top: 25px;
  padding-left: 5px;
  padding-right: 10px;
}

.div-sub-faq .contact .btn-register {
  height: 42px;
  width: 100%;
  font-size: 18px;
  border-radius: 2px;
  margin-top: 40px;
}

.faq-block .contact-info .phone {
  float: left;
  font-weight: bold;
}

.faq-block .contact-info .app-chat {
  float: right;
  margin-top: 2px;
}

.faq-block .contact-info .hotline {
  color: #D40A0A;
  font-size: 18px;
  line-height: 20px;
}

.faq-block .contact-info .local-phone {
  font-size: 16px;
}

/****************************** Tablet ******************************/
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .faq-background-color > .container,
.bpt-footer-contact .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-list-faq {
    width: 100%;
  }

  .div-sub-faq {
    width: 100%;
    padding-left: 0px;
    margin-top: 35px;
  }
}
/****************************** Tablet ******************************/
@media screen and (max-width: 1024px) {
  .div-list-faq,
.div-sub-faq {
    width: 100%;
    padding: 0px;
    float: unset;
  }

  .div-sub-faq {
    margin-top: 45px;
  }
}
/****************************** Mobile ******************************/
@media screen and (max-width: 768px) {
  .content-article-faq {
    margin-top: 0px;
  }

  .div-list-faq {
    width: 100%;
    padding: 0 15px;
  }

  .faqs .title-faq .bpv-toggle-icon {
    margin-top: 10px;
    margin-right: 0px;
  }

  .faqs .title-faq {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .faqs .title-faq > span:first-child {
    position: relative;
    width: 90%;
    height: unset !important;
    display: block;
  }

  .faqs .title-faq .icon {
    position: absolute;
    right: 0;
    top: 15px;
  }

  .faqs .title-faq .icon.icon-arrow-up-md-black {
    position: absolute;
    right: 0;
    top: 0px;
  }

  .div-list-faq,
.div-sub-faq {
    width: 100%;
    padding: 0px;
  }

  .div-sub-faq {
    margin-top: 35px;
  }
}
#comments_list img,
.comments-list-v2 .item-rv .cus-rv-content img,
.img-lightbox.img-responsive,
img.img-lightbox,
.cus-rv-content img {
  border-radius: 8px !important;
}

.show-detail-review {
  color: #2D9CDB;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-detail-review i {
  transition: 0.5s;
  margin-left: 3px;
}
.show-detail-review i::before {
  color: #2D9CDB;
}
.show-detail-review.active i {
  transition: 0.5s;
  transform: rotate(180deg);
}

.rev_overview {
  display: flex;
  background: #27aa4626;
  padding: 10px;
  border-radius: 16px;
}
.rev_overview__score {
  width: 55px;
  height: 55px;
  background: #297AA8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin-right: 10px;
}
.rev_overview__text {
  display: flex;
  flex-direction: column;
}
.rev_overview__text span:first-child {
  font-size: 24px;
  font-weight: 700;
}
.rev_overview__text span:last-child {
  color: #444;
}

.review-content-v2 #rev_total_v2 {
  background-color: #F6FBFF;
  padding: 20px;
  border-radius: 9px;
  height: 100px;
}
.review-content-v2 .pagination {
  margin: 0;
}
.review-content-v2 .icon-review-v2 {
  margin-right: 5px;
}
.review-content-v2 > .review_filter {
  font-weight: bold;
  color: #333;
}
.review-content-v2 > .review_filter:hover, .review-content-v2 > .review_filter:focus {
  color: #DD6E1E;
}
.review-content-v2 .comments-list-v2 {
  margin-top: 20px;
}
.review-content-v2 .comments-list-v2 .item-rv {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}
.review-content-v2 .comments-list-v2 .item-rv:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv-info {
  position: relative;
  margin-bottom: 15px;
  display: flex;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv-info .rv-name {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv-info .cus-rv {
  width: calc(100% - 50px);
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p {
  margin-bottom: 0;
  line-height: 22px;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p span:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p span:last-child {
  color: #000;
  margin-left: 3px;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p:last-child {
  font-size: 14px;
  overflow: hidden;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p:last-child a.line {
  margin-right: 12px;
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
}
.review-content-v2 .comments-list-v2 .item-rv .cus-rv p:last-child a.line::after {
  content: "";
  border-left: 1px solid #333;
  position: absolute;
  right: 0;
  height: 14px;
  top: 1px;
}
.review-content-v2 .comments-list-v2 .youtube-content {
  margin: 0;
  height: auto;
}
.review-content-v2 .comments-list-v2 .youtube-content .youtube {
  width: 100%;
  height: 100%;
}
.review-content-v2 .comments-list-v2 .youtube-content iframe {
  max-height: 95px;
  width: 100% !important;
}
.review-content-v2 .comments-list-v2 .youtube-content .img-default {
  transform: translate3d(0, 0px, 0);
  height: auto;
}
.review-content-v2 .comments-list-v2 .youtube-content .play-button {
  width: 45px;
  height: 30px;
  border-radius: 8px;
}
.review-content-v2 .comments-list-v2 .youtube-content .play-button::before {
  border-width: 9px 0 9px 15px;
}
.review-content-v2 .trip-rating-v2 {
  padding-left: 8%;
  margin-top: 30px;
}
.review-content-v2 .trip-rating-v2 .title {
  margin-bottom: 15px;
  color: #DD6E1E;
  font-weight: bold;
  font-size: 18px;
}
.review-content-v2 .trip-rating-v2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review-content-v2 .trip-rating-v2 ul li {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.review-content-v2 .trip-rating-v2 .rdoSet {
  width: 105px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  font-weight: bold;
}
.review-content-v2 .trip-rating-v2 .line {
  border: 0 none;
  background-color: #fff;
  margin-top: 13px;
  width: 100%;
  padding-left: 100px;
  padding-right: 25px;
  border-bottom: 1px solid #777777;
}
.review-content-v2 .trip-rating-v2 .line .fill {
  height: 4px;
  background-color: #DD6E1E;
  margin-bottom: -1px;
}
.review-content-v2 .trip-rating-v2 .compositeCount {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 28px;
  text-align: right;
  font-weight: bold;
}
.review-content-v2 .trip-type-v2 {
  padding-left: 8%;
  margin-top: 30px;
}
.review-content-v2 .trip-type-v2 .title {
  margin-bottom: 15px;
  color: #DD6E1E;
  font-weight: bold;
  font-size: 18px;
}
.review-content-v2 .trip-type-v2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review-content-v2 .trip-type-v2 ul li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.review-content-v2 .trip-type-v2 ul .lbl1 {
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.review-content-v2 .trip-type-v2 ul span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.review-content-v2 .trip-type-v2 ul .bline {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #777777;
  bottom: 5px;
  z-index: 1;
}

.review_flight {
  display: flex;
  flex-direction: column;
  background: #efefef;
  padding: 10px;
  border-radius: 16px;
}
.review_flight__airline {
  width: 100%;
}
.review_flight__airline__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 7px 10px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
}
.review_flight__airline__row:last-child {
  margin-bottom: 0;
}
.review_flight__airline__row__left {
  font-weight: 500;
}
.review_flight__airline__row__left img {
  margin-right: 5px;
}
.review_flight__airline__row__right {
  text-align: right;
}
.review_flight__airline__row__right span:first-child {
  font-weight: 500;
  color: #297AA8;
  margin-right: 3px;
}
.review_flight__airline__row__right svg {
  display: none;
  margin-left: 4px;
}
.review_flight__airline__row.active svg {
  display: inline-block;
  margin-left: 4px;
}
.review_flight__type {
  width: 90%;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
.review_flight__type ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review_flight__type ul li {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.review_flight__type .rdoSet {
  width: 145px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #efefef;
}
.review_flight__type .line {
  border: 0 none;
  background-color: #efefef;
  margin-top: 10px;
  width: 90%;
  padding-left: 100px;
  padding-right: 25px;
  border-bottom: 1px solid #C4C4C4;
}
.review_flight__type .line .fill {
  height: 4px;
  background-color: #E9680C;
  margin-bottom: -1px;
}
.review_flight__type .compositeCount {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #efefef;
  width: 28px;
  text-align: right;
  font-weight: 500;
}
.review_flight__score {
  width: 90%;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}
.review_flight__score ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.review_flight__score ul li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.review_flight__score ul .lbl1 {
  background-color: #efefef;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.review_flight__score ul .lbl1 span {
  color: #444;
  font-weight: 500;
}
.review_flight__score ul .lbl1 span:hover, .review_flight__score ul .lbl1 span:focus {
  color: #DD6E1E;
}
.review_flight__score ul span {
  background-color: #efefef;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.review_flight__score ul .bline {
  position: absolute;
  width: 90%;
  border-bottom: 1px solid #C4C4C4;
  bottom: 5px;
  z-index: 1;
}

.tour-review .rev_overview {
  background: #f2f4f7;
  flex-wrap: wrap;
  border-radius: 12px;
  padding: 15px;
}
.tour-review .rev_overview .review-left {
  width: 60%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tour-review .rev_overview .review-left.not_customer {
  width: 100%;
}
.tour-review .rev_overview .review-left .rev_overview__score {
  margin: 0 auto;
}
.tour-review .rev_overview .review-left .rev_overview__text {
  margin-top: 15px;
}
.tour-review .rev_overview .review-left .trip-rating-v2 {
  margin-top: 0;
  text-align: left;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type .rdoSet {
  flex: 0 0 80px;
  font-size: 14px;
  color: #333;
  position: static;
  background: transparent;
  font-weight: 400;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type .line {
  flex: 1;
  height: 8px;
  background-color: #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 0;
  width: auto;
  padding: 0;
  margin: 0;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type .line .fill {
  height: 100%;
  background-color: #297AA8;
  border-radius: 4px;
  transition: width 0.4s ease;
}
.tour-review .rev_overview .review-left .trip-rating-v2 .score-type .compositeCount {
  flex: 0 0 28px;
  text-align: right;
  font-size: 14px;
  color: #333;
  position: static;
  background: transparent;
  font-weight: 400;
}
.tour-review .rev_overview .review-right {
  width: 40%;
  border-left: 1px solid #dfe1df;
}
.tour-review .rev_overview .review-right .trip-type-v2 {
  margin-top: 0;
  padding: 0 15px;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li {
  margin-bottom: 6px;
  align-items: center;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li .bline {
  position: static;
  border-bottom: 5px solid #e6e6e6;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li span {
  background: transparent;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  position: static;
  float: none !important;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li span.review_filter, .tour-review .rev_overview .review-right .trip-type-v2 ul li span.lbl1 {
  white-space: nowrap;
  padding-right: 5px;
}
.tour-review .rev_overview .review-right .trip-type-v2 ul li span.pull-right {
  width: 30px;
  text-align: right;
}

section.review-content-v2 {
  padding: 0 10px;
  margin-top: 60px;
}
section.review-content-v2 h2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .review_flight {
    padding: 15px;
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .review_flight__airline {
    width: 355px;
  }
  .review_flight__trip {
    padding-left: 50px;
    width: 300px;
  }
  .review_flight__type {
    width: 100%;
  }
  .review_flight__type ul {
    margin-top: 5px;
  }
  .review_flight__score {
    width: 100%;
  }
  .review_flight__score ul {
    margin-top: 30px;
  }
  .review_flight__score ul li:nth-child(4) {
    margin-bottom: 0;
  }
  .review_flight__score ul li:last-child {
    display: none;
  }
  .review_flight--airline .review_flight__airline__row {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 15px;
    cursor: default;
  }
  .review_flight--airline .review_flight__airline__row__right {
    padding-left: 34px;
    margin-top: 3px;
  }
  .review_flight--airline .review_flight__airline {
    width: 188px;
  }
  .review_flight--airline .review_flight__trip {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .review_flight--airline .review_flight__score {
    padding-left: 60px;
  }
  .review_flight--airline .review_flight__type,
.review_flight--airline .review_flight__score {
    width: 260px;
  }
  .review_flight--airline .review_flight__type ul,
.review_flight--airline .review_flight__score ul {
    margin-top: 0px;
  }

  section.review-content-v2 {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .review-content-v2 .trip-rating-v2 {
    padding-left: 10px;
  }
  .review-content-v2 .trip-type-v2 {
    padding-left: 10px;
  }

  .rev_overview__score {
    width: 72px;
    height: 72px;
  }
  .rev_overview__text {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 888px) {
  section.review-content-v2 {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .tour-review .rev_overview .review-right {
    width: 100%;
    display: none;
  }
  .tour-review .rev_overview .review-right .trip-type-v2 {
    padding: 0;
  }
  .tour-review .rev_overview .review-left {
    width: 100%;
    padding: 0;
    align-items: center;
  }
  .tour-review .rev_overview .review-left .trip-rating-v2 {
    border: 0;
  }

  .comments-list-v2 .item-rv .cus-rv-content .row {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
  }
  .comments-list-v2 .item-rv .cus-rv-content .row [class*=col-] {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
    margin-bottom: 5px !important;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

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

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

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

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

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

.questions {
  margin-top: 45px;
}

.questions .div-title {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.questions .div-title .count {
  font-size: 22px;
  line-height: 25px;
  margin-left: 5px;
  position: relative;
}

.question-title {
  font-weight: bold;
  margin-bottom: 0;
}

.lst .q-ask {
  padding: 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 3px #dfdfdf;
}

.lst .q-ask .col-ques {
  padding: 0;
}

.lst .q-ask .col-ques .text-are {
  border-radius: 4px 0 0 4px;
  border: 0;
  outline: 0;
  resize: none;
}

.lst .q-ask .col-btn-ques {
  padding: 5px;
}

.lst .q-ask .col-btn-ques .btn-question {
  border: 0;
  border-radius: 3px;
  padding: 10px;
  color: #2272B9;
  background-color: #E4EEF7;
  font-size: 16px;
  font-weight: bold;
}

.lst .sort-question {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.lst .lbl-sort-question {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}

.lst .q-question {
  position: relative;
  background-color: #fafafa;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  border-radius: 10px;
}

.lst .q-answers {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.lst div.q-answers:last-child {
  border-bottom: 0px solid #eee;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.lst .list-ans {
  position: relative;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.modal-questions .modal-dialog {
  width: 600px;
}

.lst .q-answers::after,
.lst .q-answers:before {
  /*position: absolute;
  bottom: 100%;
  left: 5%;
  width: 20px;
  height: 20px;
  background: blue;
    -webkit-clip-path: polygon(100% 1%, 0 100%, 100% 100%);;
    clip-path: polygon(100% 1%, 0 100%, 100% 100%);;*/
  bottom: 100%;
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.lst .q-answers:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}

.lst .q-answers:before {
  border-color: transparent;
  border-bottom-color: #ddd;
  border-width: 15px;
  margin-left: -15px;
}

.lst .q-item {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 5px;
}

.lst .q-item:first-child {
  border-top: 0px solid #ddd;
  padding-top: 0;
  margin-top: 0;
}

.icon-question {
  width: 39px;
  height: 28px;
  background-position: -227.5px -67.5px;
}
.icon-question::before {
  font-size: 28px;
}

.icon-answer {
  width: 39px;
  height: 28px;
  background-position: -227.5px -121px;
}
.icon-answer::before {
  font-size: 28px;
}

.icon-vote-v201 {
  width: 16.5px;
  height: 16.5px;
  background-position: -292.5px -181px;
  margin-top: -6px;
}

.icon-reply-v201 {
  width: 15.5px;
  height: 15.5px;
  background-position: -292.5px -128px;
  margin-top: -6px;
}

.q-item .vote,
.q-item .reply {
  font-size: 16px;
  color: #E38E50;
  cursor: pointer;
}

.q-item .icon-answer,
.q-item .icon-question {
  position: absolute;
}

.q-item .ques-name {
  color: #888888;
  margin-bottom: 10px;
}

#modal_thank_you .modal-dialog {
  top: 40%;
  width: fit-content;
}

#modal_thank_you .modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 5px;
}

#modal_thank_you .modal-header {
  padding: 10px;
}

#modal_thank_you .modal-header .border-icon-ok {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #4CAF50;
  padding-top: 8px;
  text-align: center;
}

#modal_thank_you .modal-header .border-icon-ok i {
  color: #fff;
  font-size: 25px;
  position: relative;
  top: 5px;
}
#modal_thank_you .modal-header .border-icon-ok i::before {
  color: #fff;
}

.q-item .ques-name,
.q-item .q-text {
  padding-left: 56px;
}

@media (max-width: 767px) {
  .lst .q-item--hide {
    display: none;
  }

  .lst .q-answers::after,
.lst .q-answers:before {
    left: 8%;
  }

  .questions {
    margin-top: 50px;
  }

  .flight-hr {
    display: none;
  }

  .description-text {
    width: 100%;
  }

  /* .container-v2 .description-text {
      padding: 0 10px;
  } */
  .box-form-regis {
    top: 68%;
  }

  .q-item .ques-name,
.q-item .q-text {
    padding-left: 50px;
    overflow: hidden;
  }

  .modal-questions .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
.core_value_tour {
  background: #FFE8D6;
  border-radius: 24px;
  padding: 30px 20px;
}
.core_value_tour h2 {
  margin-bottom: 0;
}
.core_value_tour__list {
  display: flex;
  flex-direction: column;
}
.core_value_tour__item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 15px;
  height: 60px;
}
.core_value_tour__item img {
  width: 60px;
  height: auto;
  margin-right: 15px;
}
.core_value_tour__item > div br {
  display: none;
}
.core_value_tour__item:last-child img {
  width: 55px;
  margin-right: 20px;
}
.core_value_tour__item b {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 3px;
  color: #444;
}
.core_value_tour__item p {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .core_value_tour__item p br {
    display: none;
  }
}
@media (min-width: 768px) {
  .core_value_tour {
    padding: 30px 15px 15px;
  }
  .core_value_tour h2 {
    text-align: center;
  }
  .core_value_tour__list {
    flex-direction: unset;
  }
  .core_value_tour__item {
    width: 20%;
    display: flex;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    height: unset;
  }
  .core_value_tour__item > div {
    width: 100%;
  }
  .core_value_tour__item > div br {
    display: none;
  }
  .core_value_tour__item img {
    width: auto;
    height: 55px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .core_value_tour__item:last-child img {
    width: auto;
    margin-right: 0;
  }
  .core_value_tour__item p {
    margin-top: 5px;
    display: block;
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .core_value_tour__item > div br {
    display: block;
  }
}
.youtube-content {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.youtube-content iframe,
.youtube-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-content .play-button {
  width: 85px;
  height: 55px;
  background-color: red !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.9;
  border-radius: 14px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-content .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-content .news {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}
.youtube-content .news .new__img {
  margin-right: 10px;
}

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

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

  .c-photo-1 .youtube-content .youtube {
    width: 714px;
    height: 390px;
  }
}
.content-page {
  clear: both;
}
.content-page .div-content-page h2 {
  margin-top: 30px;
}
.content-page .div-content-page h2:first-child {
  margin-top: 0;
}
.content-page .div-content-page h3 {
  margin-top: 20px;
}
.content-page .div-content-page h4 {
  margin-top: 15px;
}
.content-page .div-content-page .table {
  margin-bottom: 10px;
  width: unset;
}
.content-page .div-content-page .cheapest .table {
  width: 100%;
}
.content-page .div-content-page p:not(.text-center, .text-right) {
  text-align: justify;
}
.content-page .div-content-page .table > thead > tr > th,
.content-page .div-content-page .table > thead > tr > td,
.content-page .div-content-page .table > tbody > tr > th,
.content-page .div-content-page .table > tbody > tr > td,
.content-page .div-content-page .table > tfoot > tr > th,
.content-page .div-content-page .table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.content-page .div-content-page .table > thead > tr > th p,
.content-page .div-content-page .table > thead > tr > td p,
.content-page .div-content-page .table > tbody > tr > th p,
.content-page .div-content-page .table > tbody > tr > td p,
.content-page .div-content-page .table > tfoot > tr > th p,
.content-page .div-content-page .table > tfoot > tr > td p {
  text-align: unset !important;
  margin-bottom: 0;
}
.content-page table,
.content-page img {
  max-width: 100% !important;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .content-page .div-content-page {
    margin-top: 20px;
  }
  .content-page .div-content-page table {
    width: auto !important;
  }
}
.d-flex {
  display: flex;
}

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

.justify-content-between {
  justify-content: space-between;
}

ul.clearfix.deal-item.list-unstyled {
  margin-bottom: 0;
}

.search-form-wrap {
  border-radius: 4px;
  background: #FFF;
  margin-bottom: 25px;
  width: 100%;
}

.department_search__content {
  width: 100%;
}

.navigation-banner-new {
  display: flex;
}

.department_search {
  margin-top: 50px;
}
.department_search__title {
  font-size: 20px;
  margin-bottom: 25px;
}
.department_search__title h3 {
  margin-bottom: 20px;
}
.department_search__header {
  background: #EFEFEF;
  padding: 10px;
}
.department_search__tour {
  align-items: center;
  padding: 15px 16px;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  border-top: 0;
}
.department_search__tour .price_origin {
  text-decoration: line-through;
}
.department_search__tour_name {
  position: relative;
  font-size: 14px;
  margin-bottom: 5px;
}
.department_search__tour_name strong {
  font-size: 16px;
}
.department_search__tour_name div {
  position: absolute;
  font-weight: 500;
}

select.form-control.desktop {
  height: 36px !important;
}

.price_from {
  color: #CE1919;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 0 10px 5px #0000000d;
  padding: 6px 15px;
  margin-left: 10px;
  transition: all 300ms linear 0s;
}
.price_from:hover {
  background-color: #CE1919;
  color: #fff;
}

.price_origin {
  font-size: 14px;
  color: #828282;
}

.departure-button {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  padding: 7px 12px;
  margin: 0 5px;
  max-height: 34px;
}

.departure-button.active {
  background: #E9680C;
  color: #fff;
  border-radius: 16px;
}

.navigation-banner-new::-webkit-scrollbar {
  display: none;
}

.department_search__tour .duration {
  font-size: 14px;
  font-weight: 500;
}

.department_search__tour_name p {
  font-size: 14px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  td.price-td {
    width: 250px;
    text-align: end;
  }

  .navigation-banner-new {
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }

  .search-form-wrap {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  }

  .department_search .form-control {
    width: 172px;
    margin-right: 60px;
    margin-left: 0;
  }
  .department_search__tour_name {
    width: 275px;
  }
  .department_search__header {
    border-radius: 4px;
  }
  .department_search__tour_name div {
    top: 50%;
    right: -150px;
  }
}
@media only screen and (min-width: 1200px) {
  .department_search__tour_name {
    width: 530px;
  }
  .department_search__tour {
    min-height: 91px;
  }
}
@media only screen and (max-width: 767.5px) {
  .department_search .container {
    padding: 0 !important;
  }

  .search-form-wrap {
    box-shadow: 0px 18px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0;
  }

  select.form-control.desktop {
    width: 172px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: -5px;
  }

  .navigation-banner-new {
    background: #EFEFEF;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }

  .departure-button {
    margin-left: 0 !important;
  }

  .department_search__header .d-flex {
    width: 100%;
  }
  .department_search__header {
    padding: 0;
    display: block !important;
    background: #fff;
  }
  .department_search__tour {
    margin: 0;
    padding: 15px 10px;
    border: 0 !important;
    border-top: 8px solid #EFEFEF !important;
  }
  .department_search__tour.first {
    border-top: 0 !important;
  }
  .department_search__tour_name strong {
    width: 68%;
    display: block;
    position: relative;
  }
  .department_search__tour_name div {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  .department_search__tour_name {
    padding-right: 15px;
    width: 159px;
  }
  .department_search__tour_name p {
    margin-bottom: 0 !important;
    margin-top: 5px;
    line-height: 1.3;
  }

  .price_origin {
    display: block;
    text-align: center;
    margin-bottom: 12px;
    margin-left: 10px;
  }
}
#carousel-bpv-ads-2 .owl-dots {
  left: 50% !important;
  transform: translate(-50%);
  position: absolute;
  bottom: 0 !important;
}
#carousel-bpv-ads-2 .owl-dots .owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 0 3px !important;
}
#carousel-bpv-ads-2 .owl-dots .owl-dot.active {
  background: #E9680C !important;
  border-color: #E9680C !important;
}
#carousel-bpv-ads-2 .owl-nav {
  display: none !important;
}

#bpt-common-ad-2 {
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Custom */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .slider-home-top .owl-nav {
    display: none;
  }
}
.carousel-indicators {
  bottom: 0;
}

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

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

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

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

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

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

#tour-category {
  background: #FBFBFB;
}
#tour-category .block-category {
  margin-bottom: 0;
}

#tour-category .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

#list_category .list-category-more {
  display: flex;
  justify-content: center;
  color: #DD6E1E;
  font-size: 20px;
  margin: 10px 0 0;
}

.block-category .list-category-slide {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block-category .title-block-category {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.block-category .item {
  cursor: pointer;
}
.block-category .item .item-content {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px 5px #0000000F;
  border-radius: 16px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}
.block-category .item .item-content a {
  color: #333;
  font-weight: 400 !important;
}
.block-category .item .item-content a:hover, .block-category .item .item-content a:focus {
  color: #DD6E1E;
}
.block-category .item .item-content div {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #tour-category {
    margin-bottom: 20px;
  }

  .container.block-category {
    padding: 20px 0 10px 0;
  }

  #list_category.owl-theme .owl-nav [class*=owl-] {
    width: 20px;
    height: 20px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
  }
  #list_category.owl-theme .owl-nav .owl-prev {
    transform: translate(-9px, -50%);
  }
  #list_category.owl-theme .owl-nav [class*=owl-] > div {
    margin-top: -3px;
  }
  #list_category.owl-theme .owl-nav .owl-next {
    transform: translate(9px, -50%);
  }

  .tour-search-description img {
    max-width: 100%;
    height: auto;
  }

  .block-category .item .item-content {
    padding: 10px !important;
    height: 55px;
    margin-bottom: 10px;
  }

  .block-category .item .item-content a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  #tour-category {
    margin-bottom: 20px;
  }

  .container.block-category {
    padding: 20px 0 10px 0;
  }

  .block-category .row {
    margin-right: 5px;
    margin-left: 5px;
  }

  #tour-category {
    margin-bottom: 40px;
  }

  .block-category .owl-theme .owl-nav {
    display: flex;
    top: 50%;
  }
  .block-category .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 45px;
    margin: 0;
    color: #707070;
  }
  .block-category .owl-theme .owl-nav [class*=owl-]:hover {
    background: #1d5ebc;
    color: #fff;
  }
  .block-category .owl-theme .owl-nav [class*=owl-] span {
    height: auto;
  }
  .block-category .owl-theme .owl-next, .block-category .owl-theme .owl-prev {
    padding-top: 0;
  }
}
.search_tour_departure {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10000;
  /* Thanh cuộn ngang */
  /* Màu nền track */
  /* Thanh chạy */
  /* Hover thanh chạy */
}
.search_tour_departure .btn-close {
  background: transparent;
  border: 0;
  font-size: 30px;
  color: #828282;
}
.search_tour_departure .btn-close:hover {
  cursor: pointer;
}
.search_tour_departure .tour-table-price {
  max-width: 796px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 10000;
}
.search_tour_departure .search_tour_departure_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8509803922);
  display: none;
  height: 100%;
  width: 100%;
}
.search_tour_departure.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_tour_departure.active .search_tour_departure_overlay {
  display: block;
}
.search_tour_departure .navigation-banner-popup {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 5px;
  gap: 10px;
}
.search_tour_departure .navigation-banner-popup::-webkit-scrollbar {
  height: 3px;
  /* độ cao scrollbar */
}
.search_tour_departure .navigation-banner-popup::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}
.search_tour_departure .navigation-banner-popup::-webkit-scrollbar-thumb {
  background: #ffe8d6;
  /* màu thanh cuộn */
  border-radius: 10px;
}
.search_tour_departure .navigation-banner-popup::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.search_tour_departure .navigation-banner-popup .departure-button-popup {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  padding: 7px 12px;
  margin: 0 5px;
  max-height: 34px;
  flex-shrink: 0;
  /* quan trọng để không bị co */
}
.search_tour_departure .navigation-banner-popup .departure-button-popup.active {
  background: #E9680C;
  color: #fff;
  border-radius: 16px;
}
.search_tour_departure .content-table {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.search_tour_departure .content-table::-webkit-scrollbar {
  background-color: #f5f5f5;
  width: 5px;
}
.search_tour_departure .content-table::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.search_tour_departure .content-table::-webkit-scrollbar-thumb {
  background-color: #ffe8d6;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
}
.search_tour_departure .table-tour-price-v2 {
  display: block;
  width: 100%;
}
.search_tour_departure .table-tour-price-v2 .navigation-banner-popup {
  padding: 15px;
}
.search_tour_departure .table-tour-price-v2 .table-price {
  width: 100%;
}
.search_tour_departure .table-tour-price-v2 .table-price thead {
  background: #EFEFEF;
}
.search_tour_departure .table-tour-price-v2 .table-price thead th {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
  color: #828282;
  text-align: left;
  padding: 7px 15px;
}
.search_tour_departure .table-tour-price-v2 .table-price thead th.td-price {
  text-align: center;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr {
  border-bottom: 1px solid #D2D2D2;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr:last-child {
  border: 0;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr td {
  width: auto;
  text-align: left;
  padding: 7px 15px;
  font-size: 14px;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr td.td-left span {
  font-size: 12px;
  color: #b72020;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr td.td-left span.allot-status {
  font-weight: 500;
  color: #444;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr td .promotion-v2 {
  color: #f47921;
  font-size: 12px;
  align-items: center !important;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr td .promotion-v2 i {
  margin-right: 3px;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr td .price-from {
  font-size: 16px;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr td .btn-orange-v2 {
  border-radius: 4px;
  background: #ffe8d6;
  color: #E9680C;
  font-weight: 500;
  padding: 6px 7px;
}
.search_tour_departure .table-tour-price-v2 .table-price tbody tr td .btn-orange-v2:hover {
  background-color: #E9680C;
  color: #fff;
  border-color: #E9680C;
}

.search_tour_departure .tab-tour-rate h2.title-table-popup {
  font-size: 24px;
  padding: 10px;
}
.search_tour_departure .tab-tour-rate h2.title-table-popup span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.search_tour_departure .tab-tour-rate .content-table {
  height: auto !important;
}

@media (max-width: 768px) {
  .search_tour_departure .table-tour-price-v2 .table-price thead th {
    font-size: 12px;
  }

  .search_tour_departure .table-tour-price-v2 .table-price tbody tr td {
    padding: 5px 8px;
  }

  .search_tour_departure .tour-table-price {
    width: 100%;
  }

  .search_tour_departure .tab-tour-rate h2.title-table-popup {
    font-size: 20px;
    padding: 10px;
  }
  .search_tour_departure .tab-tour-rate h2.title-table-popup span {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
  }
  .search_tour_departure .tab-tour-rate .content-table {
    height: auto !important;
  }
}
.mktnd_txt_departure_date .item-calendar i {
  top: 8px;
}
.mktnd_txt_departure_date .departures-title:hover {
  cursor: pointer;
}
.mktnd_txt_departure_date .list-tour-departures {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}
.mktnd_txt_departure_date .list-tour-departures b {
  color: #2D9CDB;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap;
}
.mktnd_txt_departure_date .list-tour-departures i {
  position: static !important;
}
.mktnd_txt_departure_date .list-tour-departures i::before {
  color: #2D9CDB !important;
}
.mktnd_txt_departure_date .list-tour-departures .date-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: sans-serif;
  max-width: calc(100% - 115px);
  justify-content: space-between;
}
.mktnd_txt_departure_date .list-tour-departures .date-nav .arrow {
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}
.mktnd_txt_departure_date .list-tour-departures .date-nav .arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.mktnd_txt_departure_date .list-tour-departures .date-nav .slider-wrapper {
  overflow: hidden;
  width: 360px;
}
.mktnd_txt_departure_date .list-tour-departures .date-nav .slider {
  display: flex;
  gap: 5px;
  transition: transform 0.3s ease-in-out;
}
.mktnd_txt_departure_date .list-tour-departures .date-nav .slider .date-box {
  min-width: 50px;
  text-align: center;
  padding: 4px 4px;
  border: 1px solid #333;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}
.mktnd_txt_departure_date .list-tour-departures .date-nav .slider .date-box:hover {
  cursor: pointer;
}
.mktnd_txt_departure_date .list-tour-departures .date-nav .slider .date-box.active {
  background-color: #dd6e1e;
  color: #fff;
}
.mktnd_txt_departure_date.tour-daily .list-tour-departures i::before {
  color: #444 !important;
}
.mktnd_txt_departure_date.tour-daily .list-tour-departures b {
  color: #444;
  padding-right: 5px;
  text-decoration: none;
}

.tour-table-price {
  position: relative;
}
.tour-table-price .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  z-index: 10;
}
.tour-table-price .close:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .list-tour-departures .slider-wrapper {
    overflow-x: auto !important;
    margin-left: 10px;
    -webkit-overflow-scrolling: touch;
    /* mượt trên iOS */
    -ms-overflow-style: none;
    /* IE & Edge cũ */
    scrollbar-width: none;
    /* Firefox */
  }

  .list-tour-departures .slider-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .list-tour-departures .slider {
    display: flex;
    /* xếp các item ngang */
    gap: 10px;
    /* khoảng cách giữa items */
    width: max-content;
    /* tổng chiều rộng = nội dung */
  }

  /* Ẩn nút mũi tên trên mobile nếu muốn */
  .list-tour-departures .arrow {
    display: none;
  }

  .search_tour_departure .table-tour-price-v2 .table-price thead th {
    white-space: nowrap;
  }
}
.achievement {
  background-color: #fcfcfc;
  padding: 15px 0;
  margin-top: 40px;
  margin-bottom: 10px;
}
.achievement #achievements_carousel {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.achievement #achievements_carousel .owl-stage {
  padding-left: 0 !important;
}
.achievement #achievements_carousel .achievement-item {
  text-align: center;
}
.achievement #achievements_carousel .achievement-item .img {
  text-align: center;
}
.achievement #achievements_carousel .achievement-item img {
  border-radius: 6px;
  width: auto;
  display: inline-block;
}
.achievement #achievements_carousel .achievement-item img:hover {
  border: 1px solid #f90606;
  border-radius: 6px;
}

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

.achievement .col-sm-2 {
  width: 20%;
}

.achievement-item {
  padding: 15px 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.achievement-item img {
  height: 80px;
}

.achievement-item a {
  color: #333;
}

.achievement-item span {
  display: block;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .achievement #achievements_carousel {
    display: block;
  }
  .achievement #achievements_carousel.achievements-mobile .achievement-item {
    display: none;
  }
  .achievement #achievements_carousel.achievements-mobile .achievement-item:nth-child(3), .achievement #achievements_carousel.achievements-mobile .achievement-item:nth-child(1), .achievement #achievements_carousel.achievements-mobile .achievement-item:nth-child(2) {
    display: block;
  }
  .achievement .show-more-achievements span {
    background-color: #fff;
    color: #2D9CDB;
    border: 1px solid #2D9CDB;
    border-radius: 5px;
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
  }

  .achievement .col-sm-2 {
    width: 100%;
  }

  .achievement-item {
    overflow: hidden;
  }

  .achievement-item .img {
    float: left;
    width: 50%;
  }

  .achievement-item span {
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 10px;
  }
}
.go-to-top {
  position: fixed;
  right: 12px;
  bottom: 70px;
  z-index: 9999;
  pointer-events: none;
}
.go-to-top .btn-go-to-top {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: #df782c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  transform: translateY(12px) scale(0.92);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.28s ease, opacity 0.28s ease, visibility 0.01s linear;
  -webkit-tap-highlight-color: transparent;
}
.go-to-top .btn-go-to-top:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(223, 120, 44, 0.15);
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}
.go-to-top .btn-go-to-top .ico-arrow-top {
  display: inline-block;
  font-size: 20px;
  color: #fff;
}
.go-to-top .btn-go-to-top .ico-arrow-top::before {
  color: #fff;
}
.go-to-top.is-visible .btn-go-to-top {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 420px) {
  .go-to-top {
    right: 12px;
    bottom: 70px;
  }
  .go-to-top .btn-go-to-top {
    width: 42px;
    height: 42px;
  }
}

.list-tour-flash-sale .bpv-box-item {
  background: transparent;
  margin-bottom: 20px;
}
.list-tour-flash-sale .inner-box {
  border-radius: 12px;
  box-shadow: none;
  background: #fff;
}
.list-tour-flash-sale .inner-box .col-img {
  padding: 12px;
}
.list-tour-flash-sale .inner-box .col-img img {
  border-radius: 8px;
}
.list-tour-flash-sale .inner-box .col-img .tag-flash-sale {
  position: absolute;
  top: 19px;
  left: -9px;
}
.list-tour-flash-sale .inner-box .col-img .tag-tour-0-dong {
  position: absolute;
  top: 19px;
  left: -9px;
}
.list-tour-flash-sale .inner-box .item-name {
  font-size: 16px;
  color: #444;
}
.list-tour-flash-sale .inner-box .text-0-dong {
  font-size: 20px;
  font-weight: 600;
  color: #B72020;
  text-transform: uppercase;
}
.list-tour-flash-sale .inner-box .price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-tour-flash-sale .inner-box .price-wrap .block-price {
  display: block;
  text-align: left;
}
.list-tour-flash-sale .inner-box .price-wrap .block-price .price-origin {
  margin-right: 0;
  display: block;
  font-size: 14px;
  color: #828282;
  margin-top: 0;
  background: transparent;
}
.list-tour-flash-sale .inner-box .price-wrap .block-price .btn-price {
  border: 0;
  padding: 0;
  font-size: 20px;
  text-align: left;
  background: transparent;
  color: #B72020 !important;
  font-weight: 600;
}
.list-tour-flash-sale .inner-box .price-wrap .block-price .btn-price:hover {
  color: #B72020;
  background: transparent;
}
.list-tour-flash-sale .inner-box .price-wrap a.booking-tour {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #E9680C;
  padding: 10px 26.5px;
  border-radius: 8px;
}
.list-tour-flash-sale .inner-box .price-wrap a.booking-tour:hover {
  background: #DD6E1E;
}
.list-tour-flash-sale .inner-box .flash-sale-badge {
  display: flex;
  position: relative;
  margin: 20px 0 15px;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffe8d6 0%, #f4934b 36%, #e9680c 100%);
  box-shadow: 0px 4px 4px #00000040;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
}
.list-tour-flash-sale .inner-box .flash-sale-badge.tag-slot-2 {
  background: linear-gradient(90deg, #f9e4e6 0%, #c30214 36%, #9c091c 100%);
}
.list-tour-flash-sale .inner-box .flash-sale-badge .flash-icon {
  width: 18px;
  height: 24px;
  object-fit: contain;
  position: absolute;
  left: 2px;
  top: -4px;
}
.list-tour-flash-sale .inner-box .flash-sale-badge .flash-text {
  font-size: 14px;
  white-space: nowrap;
}
.list-tour-flash-sale .tag-tour-0-dong a.booking-tour {
  background: #B72020 !important;
}
.list-tour-flash-sale .tag-tour-0-dong a.booking-tour:hover {
  background: #DD6E1E !important;
}

.flash-sale-item {
  background: linear-gradient(to bottom, #FFEADC 0%, #FFDEAD 100%);
  padding: 50px 0;
}
.flash-sale-item.flash-sale-tour-detail {
  padding: 12px 16px;
}
.flash-sale-item.flash-sale-tour-detail .flash-sale-header {
  margin-bottom: 0;
}
.flash-sale-item.flash-sale-tour-detail .flash-sale-header #flash-sale-countdown .time-box span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.flash-sale-item.flash-sale-tour-destination {
  padding: 24px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.flash-sale-item.flash-sale-tour-destination .inner-box {
  padding-bottom: 10px;
}
.flash-sale-item.flash-sale-tour-destination a.booking-tour {
  padding: 10px 20px !important;
}

.flash-sale-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.flash-sale-header #flash-sale-countdown {
  display: flex;
}
.flash-sale-header #flash-sale-countdown .time-box {
  margin-left: 10px;
  position: relative;
}
.flash-sale-header #flash-sale-countdown .time-box::before {
  content: ":";
  font-size: 14px;
  color: #DC5E05;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: -7px;
}
.flash-sale-header #flash-sale-countdown .time-box:first-child::before {
  display: none;
}
.flash-sale-header #flash-sale-countdown .time-box span {
  display: inline-block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  background: linear-gradient(to bottom, #DC5E05 0%, #DC5E05 50%, #E9680C 50%, #E9680C 100%);
}
.flash-sale-header #flash-sale-countdown small {
  display: block;
  color: #444444;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  text-align: center;
}
.flash-sale-header .flash-text {
  text-align: center;
  font-size: 14px;
  color: #DC5E05;
}

.table-tour-price-v2 .is_flash_sale {
  position: relative;
}
.table-tour-price-v2 .is_flash_sale .td-left {
  padding-top: 35px;
}
.table-tour-price-v2 .is_flash_sale .tag-tour-0-dong, .table-tour-price-v2 .is_flash_sale .tag-flash-sale {
  position: absolute;
  left: -8px;
  top: 7px;
  max-width: 100px;
  height: auto;
}
.table-tour-price-v2 .is_flash_sale .td-right {
  vertical-align: middle;
}
.table-tour-price-v2 .is_flash_sale .btn-orange-v2 {
  background: #B72020;
  border-color: #B72020;
  color: #fff;
}
.table-tour-price-v2 .is_flash_sale .btn-orange-v2:hover {
  color: #fff;
  background: #E9680C;
  border-color: #E9680C;
}

.flash-sale-item.is_not_running .btn-price {
  position: relative;
}
.flash-sale-item.is_not_running .btn-price::after {
  content: " ?";
  font-weight: 700;
  color: #B72020;
  position: absolute;
  left: 39px;
  padding: 0 2px;
  background: #fff;
}

#popup-promotion .modal-dialog {
  width: 1024px;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
#popup-promotion.no-image-list-tour .modal-dialog {
  width: 600px;
}
#popup-promotion.no-image-list-tour .col-right {
  max-width: 100%;
  flex-basis: 100%;
  padding-left: 0;
}
#popup-promotion .modal-content {
  display: block;
  width: 100%;
  overflow: hidden;
}
#popup-promotion .d-flex {
  align-items: flex-start;
}
#popup-promotion .owl-thumb-wp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-top: 15px;
}
#popup-promotion .owl-thumb-wp img {
  width: 100%;
}
#popup-promotion .owl-nav {
  top: 30%;
}
#popup-promotion .owl-nav .owl-next,
#popup-promotion .owl-nav .owl-prev {
  color: #F2F2F2;
}
#popup-promotion .icon-gift-promotion {
  background: #4678B2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: inline-block;
}
#popup-promotion .icon-gift-promotion::before {
  font-size: 16px;
}
#popup-promotion .modal-title {
  margin-bottom: 25px;
}
#popup-promotion .modal-title h4 {
  font-size: 16px;
}
#popup-promotion .content {
  font-size: 14px;
}
#popup-promotion .col-right {
  max-width: 40%;
  flex-basis: 40%;
  padding-left: 20px;
}
#popup-promotion .col-left {
  max-width: 60%;
  flex-basis: 60%;
  padding: 0;
}
#popup-promotion.active .col-left {
  max-width: 100%;
  flex-basis: 100%;
  padding: 0;
}
#popup-promotion.active .col-right {
  display: none;
}

@media (max-width: 767px) {
  #popup-promotion .modal-dialog {
    width: auto;
    margin: 0;
  }
  #popup-promotion .d-flex {
    flex-wrap: wrap;
  }
  #popup-promotion .col-left,
#popup-promotion .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0px;
    position: static;
  }
  #popup-promotion .col-right .modal-title {
    margin: 15px 0;
  }
  #popup-promotion .owl-thumb-wp {
    display: none;
  }
  #popup-promotion .owl-carousel .owl-item img {
    height: auto;
  }
  #popup-promotion .owl-nav {
    top: 3%;
  }
  #popup-promotion button.close {
    position: absolute;
    top: 0;
    right: 3px;
  }
  #popup-promotion .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  #popup-promotion .owl-dots .owl-dot {
    width: 20px !important;
    background: rgba(0, 0, 0, 0.6) !important;
    border: 0 !important;
    border-radius: 4px;
  }
  #popup-promotion .owl-dots .owl-dot.active {
    width: 32px !important;
    background: #fff !important;
  }
}
#headerTop {
  border-bottom: 1px solid #EFEFEF;
}

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

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

.pagination {
  margin: 0;
}

.main_nav {
  background: #fff;
  padding-top: 5px;
}

h1 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.content {
  font-size: 14px;
  position: relative;
  line-height: 25px;
  transition: 0.5s;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content table {
  width: 100%;
}
.content.off {
  height: 60px;
  overflow: hidden;
}
.content.off::before {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(#fff0, #fff);
  z-index: 10;
  bottom: 0;
}
.content .ico-chevron-down {
  right: 0;
  bottom: 10px;
}

.fixed-button {
  position: fixed;
  bottom: 75px;
  right: 30px;
  padding: 0 !important;
  z-index: 999;
}
.fixed-button a {
  width: 45px !important;
  border-radius: 5px !important;
  overflow: hidden;
  margin: 0 !important;
  background: transparent !important;
  border: none;
  border-radius: 10px !important;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
}
.fixed-button a:hover, .fixed-button a:focus {
  border: none !important;
}

.btn-content-more {
  font-size: 12px;
  font-style: italic;
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
.btn-content-more i {
  font-size: 14px;
  margin-left: 3px;
  font-weight: bold;
}
.btn-content-more.off i {
  transform: rotate(180deg);
}

.faq-background-color {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container .block-news-v2 {
  margin-bottom: 10px;
  margin-top: 50px;
}
.container .block-news-v2 .title-block-ticket {
  margin-bottom: 20px;
}

.page-header-breadcrumb {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 30px;
}

.block-category .owl-stage {
  padding-left: 0 !important;
}

.tour-search-description {
  margin-bottom: 60px;
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
}
.tour-search-description h2 {
  margin-bottom: 20px;
}

.search-content {
  margin-top: 15px;
}
.search-content .filtered-items .item {
  margin-bottom: 10px;
  background-color: #39f;
  border: 1px solid #39f;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.search-content .block-filter-box .view-more-des {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-content .block-filter-box .view-more-des i {
  font-size: 16px;
  margin-left: 3px;
  font-weight: bold;
}
.search-content .block-filter-box .bpv-filter-box {
  background-color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
}
.search-content .block-filter-box .bpv-filter-box .title {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin-bottom: 0px;
}
.search-content .block-filter-box .bpv-filter-box .content {
  padding: 15px 0 0;
}
.search-content .block-filter-box .bpv-filter-box .content .panel-heading-filter {
  cursor: pointer;
  padding: 10px 0;
  font-weight: bold;
}
.search-content .block-filter-box .bpv-filter-box .content .panel-collapse .item {
  padding-left: 15px;
}
.search-content .block-filter-box .bpv-filter-box .content .item {
  padding-left: 0px;
  margin-bottom: 15px;
  margin-top: 0;
}
.search-content .block-filter-box .bpv-filter-box .content .item a {
  color: #333;
  margin-top: 20px;
}
.search-content .block-filter-box .bpv-filter-box .content .item a:hover, .search-content .block-filter-box .bpv-filter-box .content .item a:focus {
  color: #DD6E1E;
}
.search-content .block-filter-box .bpv-filter-box .content .item.active a {
  color: #DD6E1E;
}
.search-content .block-filter-box .bpv-filter-row {
  overflow: hidden;
  border: 0;
  border-top: 1px solid #ddd;
}
.search-content .block-filter-box .bpv-filter-row .title {
  float: left;
  background-color: #fff;
  border-bottom: 0px solid #ddd;
  padding: 10px 0;
  width: 30px;
}
.search-content .block-filter-box .bpv-filter-row .content {
  overflow: hidden;
  padding: 0;
}
.search-content .block-filter-box .bpv-filter-row .content .item {
  float: left;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.search-content .block-filter-box .bpv-filter-departing {
  margin-bottom: 0px;
}
.search-content .block-filter-box .bpv-filter-duration {
  margin-bottom: 15px;
}
.search-content .block-filter-box .bpv-filter-duration .content .item {
  width: 25%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.search-content .block-filter-box .bpv-filter-duration .content .item.item-m-hide {
  display: none;
}
.search-content .bpv-filter-box-main {
  background-color: #FAFAFA;
  padding-bottom: 5px;
}
.search-content .bpv-filter-box-main .title {
  background-color: #FAFAFA;
  border-bottom: 0px solid #ddd;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
}
.search-content .bpv-filter-box-main .line-dashed {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
  margin-top: 10px;
}
.search-content .bpv-filter-box-main .content .panel-heading-filter {
  font-weight: bold;
}
.search-content .bpv-filter-box-main .content .item {
  padding-left: 30px;
  margin-bottom: 15px;
  margin-top: 0;
}
.search-content .bpv-filter-box-main .content .item a {
  color: #333;
  margin-top: 20px;
}
.search-content .bpv-filter-box-main .content .item a:hover, .search-content .bpv-filter-box-main .content .item a:focus {
  color: #DD6E1E;
}
.search-content .block-more-filter {
  text-align: -webkit-center;
}
.search-content .block-more-filter .btn-more-filter {
  box-shadow: 0px 3px 6px #0000004d;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.search-content .block-more-filter .btn-more-filter .icon-arrow-down-v20 {
  margin-top: 4px;
}
.search-content .tour-search-btn {
  text-align: center;
  background-color: #FAFAFA;
  padding: 15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.search-content .tour-search-btn .btn-filter {
  padding: 7px 20px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.search-result-qa {
  margin-bottom: 70px;
}

.outbound-first {
  display: flex;
  flex-direction: column-reverse;
}

.core_value_tour {
  margin-top: 40px;
}

.list-destination-tour {
  margin-top: 50px;
}
.list-destination-tour .title-des {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.list-destination-tour .title-row-2 {
  margin-top: 25px;
}
.list-destination-tour .item {
  margin-bottom: 15px;
}
.list-destination-tour .item a {
  color: #333;
}
.list-destination-tour .item a:hover, .list-destination-tour .item a:focus {
  color: #DD6E1E;
}

.list-category-more i {
  cursor: pointer;
}

.block-category {
  padding-top: 0 !important;
  margin-bottom: 10px;
}
.block-category .title-block-category {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.block-category .item {
  cursor: pointer;
  padding: 5px;
}
.block-category .item .item-content {
  border: 1px solid #ddd;
  padding: 5px;
  height: 48px;
  margin-bottom: 0;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: none;
  color: #333;
}
.block-category .item .item-content:hover, .block-category .item .item-content:focus {
  color: #DD6E1E;
}
.block-category .item .item-content a {
  color: #333;
  font-weight: bold;
}
.block-category .item .item-content a:hover, .block-category .item .item-content a:focus {
  color: #DD6E1E;
}
.block-category .item .item-content div {
  margin-top: 10px;
}

.block-category .owl-theme .owl-nav {
  display: none;
}

.main-title-destination {
  text-align: center;
}

.table.search-form-wrap {
  background: #F8F8F8;
  padding: 10px;
  border-radius: 8px;
  box-shadow: none;
}
.table.search-form-wrap .department_search__header {
  padding: 5px;
  background: #fff;
  border-radius: 8px;
}
.table.search-form-wrap .bpv-filter-box-departure {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 16px 0;
}
.table.search-form-wrap .bpv-filter-box-departure label {
  margin-bottom: 0;
}
.table.search-form-wrap .bpv-filter-box-departure .li-sort-price_asc {
  margin-right: 30px;
}
.table.search-form-wrap .department_search__content .department_search__tour {
  border: 0;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  border-radius: 8px;
}
.table.search-form-wrap .department_search__content .department_search__tour:last-child {
  margin-bottom: 0;
}
.table.search-form-wrap .department_search__content .department_search__tour:hover {
  cursor: pointer;
}

.bpv_filter_hotel_cat {
  margin: 30px 0;
}
.bpv_filter_hotel_cat .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bpv_filter_hotel_cat .item-checkbox {
  margin: 0 !important;
}
.bpv_filter_hotel_cat .item-checkbox input {
  display: none;
}
.bpv_filter_hotel_cat .item-checkbox input:checked + label {
  border-bottom: 1px solid #E9680C;
  color: #E9680C;
}
.bpv_filter_hotel_cat .item-checkbox label {
  padding: 5px 10px;
  margin: 15px 0;
  font-size: 14px;
  color: #222;
}
.bpv_filter_hotel_cat .item-checkbox label::before, .bpv_filter_hotel_cat .item-checkbox label::after {
  display: none;
}

.bpv-filter-category.bpv_filter_hotel_cat {
  display: block !important;
}

.department_search__content .department_search__tour_name {
  width: 430px;
}
.department_search__content .department_search__tour_name span.departure-promotion {
  font-size: 12px;
  color: #B72020;
}
.department_search__content .promotion_name {
  width: 180px;
  font-size: 12px;
  color: #F47921;
}
.department_search__content .duration {
  font-weight: 400;
}

.is_mobile {
  display: none;
}

.btn-filter-mobile {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 150px;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}
.btn-filter-mobile i {
  position: absolute;
  right: 10px;
  top: 8px;
}

.department_search__title i::before {
  color: #E9680C;
}

@media (max-width: 767px) {
  .sort_by_departure_table_tour_destination,
.sort_departure_destination {
    display: none;
  }

  .tour-search-description img {
    max-width: 100%;
    height: auto;
  }

  #department_search .department_search__title h2 {
    text-align: left;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
  }
  #department_search .department_search__title h2 i {
    position: absolute;
    left: 0;
    top: 5px;
  }

  .search-popup {
    bottom: 60px !important;
  }

  .content table {
    width: auto !important;
  }

  .search_tour_departure .btn-close {
    top: -40px !important;
    color: #fff;
    right: 0 !important;
  }

  .main-title-destination {
    text-align: left;
  }

  .table.search-form-wrap .department_search__header {
    background: transparent;
  }
  .table.search-form-wrap .department_search__header select.form-control.desktop {
    margin: 0 auto 10px;
  }
  .table.search-form-wrap .department_search__header .navigation-banner-new {
    background: transparent;
    padding: 10px 0;
  }
  .table.search-form-wrap .department_search__header .navigation-banner-new .departure-button {
    margin: 0 !important;
  }
  .table.search-form-wrap .department_search__content .department_search__tour {
    border: 0 !important;
  }

  .bpv_filter_hotel_cat {
    margin: 0 0 30px;
  }
  .bpv_filter_hotel_cat .content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .bpv_filter_hotel_cat .item-checkbox {
    display: flex;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    flex-direction: column;
  }
  .bpv_filter_hotel_cat .item-checkbox label {
    margin: 5px 0 !important;
    padding: 5px 10px !important;
    text-align: center;
  }

  .core_value_tour h2 {
    text-align: center;
  }

  .bpv-filter-box-mobile {
    display: flex;
    align-items: center;
  }
  .bpv-filter-box-mobile .item-radio {
    margin-right: 30px;
  }

  .is_mobile {
    display: block;
  }

  .department_search__content .department_search__tour_name {
    width: 180px;
    line-height: 1.3;
  }
  .department_search__content .department_search__tour_name strong {
    display: block;
    width: auto;
  }
  .department_search__content .department_search__tour_name .departure-promotion {
    padding-bottom: 5px;
    display: inline-block;
  }
  .department_search__content .department_search__tour_name .is_mobile {
    font-size: 12px;
    color: #F47921;
  }
  .department_search__content .price-td .is_mobile {
    font-size: 14px;
    text-align: center;
  }
  .department_search__content .promotion_name, .department_search__content .duration {
    display: none;
  }

  .fixed-button {
    bottom: 130px !important;
    right: 15px !important;
  }

  .search_tour_departure .ui-state-active, .search_tour_departure .ui-state-hover, .search_tour_departure .ui-state-default {
    height: 52px !important;
    width: 100% !important;
  }

  .search_tour_departure .has-price a::after {
    font-size: 9px;
  }

  .search_tour_departure {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .search_tour_departure .search-popup {
    border-radius: 0;
    padding: 5px;
  }
  .search_tour_departure .search-popup .datepicker-container {
    width: 100%;
    display: block;
  }
  .search_tour_departure .search-popup .ui-datepicker tbody td {
    width: 14.2857142857%;
  }

  .search_tour_departure .ui-datepicker-lunar {
    margin-top: 0 !important;
    font-size: 12px;
  }
  .search_tour_departure .ui-datepicker-day {
    font-size: 14px;
  }
  .search_tour_departure .search-popup .datepicker-footer {
    justify-content: space-between;
  }
}
.filter_block {
  padding: 10px;
  display: flex;
  background: #EFEFEF !important;
  justify-content: space-between;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
  flex-direction: row;
}
.filter_block.filter-block-new {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  background: #EFEFEF;
  box-shadow: none;
  margin-bottom: 10px;
}
.filter_block.filter-block-new button {
  background: #fff !important;
}
.filter_block button {
  width: calc((100% - 10px) / 2) !important;
  background: #fff !important;
}

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

.fixed-button-tour-destination {
  display: none;
}

@media (max-width: 768px) {
  .fixed-button.fixed-button-tour-destination {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    margin: 0;
    left: 0;
    box-shadow: 3px 4px 3px 3px #ccc;
    padding: 10px 10px 5px !important;
  }
  .fixed-button.fixed-button-tour-destination .btn-zalo {
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #028FE3 !important;
    border-radius: 8px !important;
    border-color: #028FE3;
    height: 40px;
    width: 25% !important;
    margin-right: 18px !important;
  }
  .fixed-button.fixed-button-tour-destination .btn-contact {
    font-weight: bold;
    border-radius: 8px !important;
    font-size: 14px;
    width: 37% !important;
    margin-right: 18px !important;
    background-color: #CE1B1B !important;
    border-color: #CE1B1B !important;
    color: #fff;
    height: 40px;
    line-height: 32px;
  }
  .fixed-button.fixed-button-tour-destination .btn-contact .ico-phone:before {
    color: #fff;
  }
  .fixed-button.fixed-button-tour-destination .price {
    line-height: 23px;
  }
  .fixed-button.fixed-button-tour-destination .price-from {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  .page-header-breadcrumb {
    background-color: #fff;
    overflow: unset;
    white-space: normal;
    margin-top: 10px;
  }

  .faq-background-color {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .space-fixed {
    display: none;
  }

  .header-v201.non-bgr {
    box-shadow: 0px 4px 3px 0px #dddddd7d;
    border-bottom: 1px solid #ddd;
  }
  .header-v201.fixed-header .header-content {
    box-shadow: none;
    border-bottom: 1px solid #ddd;
  }

  .search-content {
    margin-top: 40px;
  }
  .search-content .bpv-col-right {
    float: left;
    padding-left: 0;
    padding-right: 35px;
  }
  .search-content .block-filter-box {
    background-color: #FAFAFA;
    margin-bottom: 30px;
  }
  .search-content .block-filter-box .bpv-filter-box {
    border: 0px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    background-color: #fafafa;
  }
  .search-content .block-filter-box .bpv-filter-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
  }
  .search-content .block-filter-box .bpv-filter-box .title {
    padding: 0;
    background-color: transparent;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .search-content .block-filter-box .bpv-filter-box .content {
    padding: 0;
  }
  .search-content .block-filter-box .bpv-filter-row {
    overflow: unset;
    border-top: 0;
  }
  .search-content .block-filter-box .bpv-filter-row .title {
    float: unset;
    width: 100%;
    border-bottom: 0px solid #ddd;
  }
  .search-content .block-filter-box .bpv-filter-row .content .item {
    float: unset;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .search-content .block-filter-box .bpv-filter-duration .content .item {
    width: 100%;
  }

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

  .outbound-first {
    flex-direction: row-reverse;
  }

  .department_search__content .department_search__tour_name {
    width: 270px;
    line-height: 1.3;
  }
  .department_search__content .department_search__tour_name .departure-promotion {
    padding-bottom: 5px;
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .search-content .bpv-left {
    float: right;
    width: 75%;
    padding-left: 25px;
  }
  .search-content .bpv-right {
    float: left;
    width: 25%;
    padding-left: 0;
  }

  .department_search__content .department_search__tour_name {
    width: 480px;
    line-height: 1.3;
  }
  .department_search__content .department_search__tour_name .departure-promotion {
    padding-bottom: 5px;
    display: inline-block;
  }
}
#carousel-bpv-ads {
  width: 100%;
  min-height: 25.706940874vw;
  background: #fafafa;
}

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

  #bpt-common-ad {
    height: 41.3223140496vw;
    display: block;
  }

  .block-category .item .item-content {
    font-size: 12px;
  }
}
.tour-filter-category-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 9999px;
  border: 0;
  background: transparent;
  color: #2D9CDB;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 4px;
}

.tour-filter-category-btn.active {
  color: #444444;
  font-weight: 600;
}

.tour-filter-category-btn .remove {
  font-size: 16px;
  line-height: 1;
  display: none;
  color: #444444;
}

.tour-filter-btn.active .remove {
  display: inline;
}

.tour-filter-category-btn.active .remove {
  display: inline;
}

.tour-filter-category-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: 6px 0;
  scrollbar-width: thin;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE, Edge */
}

.tour-filter-category-table::-webkit-scrollbar {
  height: 6px;
  /* scroll ngang nhỏ gọn */
}

@media (max-width: 767px) {
  .tour-table-department .department_search__header {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tour-table-department .department_search__header select.form-control.desktop {
    margin: 0 0 10px 0 !important;
  }

  #filterModalTableTour .modal-title {
    text-align: center;
    color: #828282;
    font-weight: 700;
    font-size: 18px;
  }
  #filterModalTableTour .bpv-filter-box {
    padding: 15px 0;
  }
  #filterModalTableTour .bpv-filter-box .item-radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    border-bottom: 1px solid #EFEFEF;
  }
  #filterModalTableTour .bpv-filter-box .item-radio:last-child {
    border: 0;
  }
  #filterModalTableTour .bpv-filter-box .item-radio label {
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    margin: 0;
  }
  #filterModalTableTour .bpv-filter-box .item-radio label::before {
    display: none !important;
  }
  #filterModalTableTour .bpv-filter-box .item-radio i {
    display: none;
  }
  #filterModalTableTour .bpv-filter-box .item-radio i::before {
    color: #E9680C;
  }
  #filterModalTableTour .bpv-filter-box .item-radio input[type=radio]:checked + i {
    display: inline-block;
    color: #E9680C;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #filterModalTableTour .bpv-filter-box .item-radio label:after {
    display: none !important;
  }
}

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