@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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, 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: rgb(119.085, 119.085, 119.085);
}

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

h4, .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: rgb(119.085, 119.085, 119.085);
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.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: rgba(0, 0, 0, 0.8509803922);
}
.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: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.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;
  }
}
@font-face {
  font-family: "bestprice";
  src: url("/assets/font/bestprice.eot?c2467g");
  src: url("/assets/font/bestprice.eot?c2467g#iefix") format("embedded-opentype"), url("/assets/font/bestprice.ttf?c2467g") format("truetype"), url("/assets/font/bestprice.woff?c2467g") format("woff"), url("/assets/font/bestprice.svg?c2467g#bestprice") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  font-family: "bestprice" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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-s: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-jcb {
  height: 30px;
  width: 30px;
  background-image: url(/assets/img/icon/ico-jcb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.navigation {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 34px 0;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.navigation li {
  flex: 0;
  flex-basis: 120px;
}
.navigation li a {
  border: 1px solid #EAECEE;
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  text-decoration: none;
  color: #121212;
  font-weight: 600;
  white-space: nowrap;
  height: 100%;
}
.navigation li a img {
  width: 21px;
  height: auto;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .navigation li {
    flex-basis: 40%;
  }
}
:root {
  --primary-color: #E9680C;
  --darker-color: #E15D00;
  --lighter-color: #FFECE0;
  --text-color: #090909;
  --text-black-color: #000000;
  --lighter-text-color: #828282;
  --text-white-color: #ffffff;
  --price-color: #CE1B1B;
  --text-validation-error: #dc3545;
  --mobile-width: 480px;
  --tablet-width: 768px;
  --desktop-width: 1024px;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus,
select:focus {
  border-color: #E9680C;
  box-shadow: none;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

body {
  font-family: Inter, "sans-serif";
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
}

.pointer:hover {
  cursor: pointer;
}

p {
  margin-bottom: 10px;
}

.pd-0 {
  padding: 0;
}

.red {
  color: var(--price-color);
}

.m-0 {
  margin: 0;
}

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

.pd-10 {
  padding: 10px;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.h-100v {
  height: 100vh;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 20px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 18px;
}

.fz-28 {
  font-size: 28px;
}

.bg-white {
  background-color: #fff;
}

.no-bg {
  background: transparent !important;
}

body {
  font-family: Inter, "sans-serif";
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-color);
  overflow-x: hidden;
}

.txt-light {
  color: var(--lighter-text-color);
}

.shadow, .card {
  box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.06);
}

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

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

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

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

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

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

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

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

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

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

.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

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

.btn.disabled,
.btn:disabled,
fieldset:disabled {
  border: none;
}

.card {
  background: #fff;
  border-radius: 0;
  border: none;
}
.card-title {
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
}

.main {
  background-color: #F9F9F9;
  width: 100%;
  min-height: 100vh;
}
.main-wrapper {
  margin-left: 280px;
  padding: 40px 20px 0;
}

.base-button, .cancel-button, .sub-button {
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 30px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}
.base-button:hover, .cancel-button:hover, .sub-button:hover {
  background-color: var(--darker-color);
  color: #fff;
}

.sub-button {
  background-color: var(--darker-color);
}
.sub-button:hover {
  background-color: var(--primary-color);
}

.cancel-button {
  background-color: #ccc;
  color: #222;
}
.cancel-button:hover {
  background-color: #ddd;
  color: #222;
}

.txt-white {
  color: #fff;
}

.txt-grey {
  color: #848484;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.price {
  color: #CE1B1B;
  font-weight: 700;
  transition: 0.3s linear;
}

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

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

.load-more {
  cursor: pointer;
  font-weight: 600;
  color: #121212;
}
.load-more:hover {
  color: var(--darker-color);
}

.money {
  color: var(--price-color);
}

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

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

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

.pd-20 {
  padding: 20px;
}

.pd-0-20 {
  padding: 0 20px;
}

.pd-15 {
  padding: 15px;
}

.number {
  display: flex;
  align-items: center;
}
.number .btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 2px;
  background: #f5f5f5;
  color: #8D8D8D;
  text-align: center;
}
.number .btn:hover {
  background: #FFEFE3;
  color: #E9680C;
}
.number input {
  text-align: center;
  width: 43px;
  height: 28px;
  border: 0;
}

.confirm-success {
  color: #00893A;
  background: #CBF3D4;
}

.confirm-warning {
  color: #CE1B1B;
  background: #FFE1E1;
}

.align-center-around {
  align-items: center;
  justify-content: space-between;
}

.d-table {
  width: 100%;
}

.tour-price__box1 .flight-info {
  align-items: center;
  justify-content: space-between;
}

.is-invalid {
  border-color: var(--text-validation-error) !important;
}
.is-invalid::placeholder {
  color: var(--text-validation-error) !important;
}

.can-edit {
  background-color: #fff !important;
}

.valid-feedback,
.error {
  margin-top: 5px;
  color: var(--text-validation-error);
  display: block;
}

.image-zoom {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-zoom:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .main-wrapper {
    margin: 0;
    padding: 80px 0 0 0;
    padding-bottom: 50px;
  }
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sm-nopd {
    padding: 0;
  }
  .container-no-pd {
    padding: 0 !important;
  }
  .d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .xs-nopd {
    padding: 0;
  }
}
.pagination-container {
  display: flex;
  column-gap: 10px;
}
.pagination-container .active-page {
  background-color: var(--darker-color);
  border: 1px solid var(--darker-color);
  color: white;
}
.pagination-container .active-page:hover {
  background-color: var(--primary-color);
}

.paginate-buttons {
  height: 36px;
  width: 36px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(242, 242, 242);
  border: 1px solid rgb(217, 217, 217);
  color: black;
}
.paginate-buttons:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.sidebar-box-scroll {
  max-height: 400px;
  overflow-y: scroll;
  margin-bottom: 15px;
}
.sidebar-box-scroll::-webkit-scrollbar {
  width: 13px;
}
.sidebar-box-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.sidebar-box-scroll::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 10px;
  border: 4px solid transparent;
  background-clip: content-box;
}
.sidebar-box-scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--darker-color);
}

.hidden {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !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;
  }
}
@media (max-width: 767px) {
  html.state-sidebar {
    overflow: hidden;
  }
  html.state-sidebar body {
    overflow: hidden;
  }
  html.state-sidebar::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    z-index: 11;
  }
  html.html-overflow-hidden {
    overflow: hidden;
  }
}
.dropdown.open .dropdown-menu {
  display: block;
}

#popup-register-intro {
  position: fixed;
}

#popup-register-intro .modal-content {
  border: none;
  background: transparent;
}

#popup-register-intro img {
  max-height: 90vh;
  object-fit: contain;
  border-radius: 0.5rem;
}

.bp-media-crop {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 0;
}

.bp-media-crop__img {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-width: none;
  max-height: none;
  will-change: transform;
}

.bp-media-crop.is-fallback .bp-media-crop__img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.bp-media-crop.bp-media-crop--fill {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://testagent.bpg.vn/assets/font/Inter-300.eot");
  /* IE9 */
  src: url("https://testagent.bpg.vn/assets/font/Inter-300.eot?#iefix") format("embedded-opentype"), url("https://testagent.bpg.vn/assets/font/Inter-300.woff2") format("woff2"), url("https://testagent.bpg.vn/assets/font/Inter-300.woff") format("woff"), url("https://testagent.bpg.vn/assets/font/Inter-300.ttf") format("truetype"), url("https://testagent.bpg.vn/assets/font/Inter-300.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://testagent.bpg.vn/assets/font/Inter-Regular.eot");
  /* IE9 */
  src: url("https://testagent.bpg.vn/assets/font/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("https://testagent.bpg.vn/assets/font/Inter-Regular.woff2") format("woff2"), url("https://testagent.bpg.vn/assets/font/Inter-Regular.woff") format("woff"), url("https://testagent.bpg.vn/assets/font/Inter-Regular.ttf") format("truetype"), url("https://testagent.bpg.vn/assets/font/Inter-Regular.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("https://testagent.bpg.vn/assets/font/Inter-200.eot");
  /* IE9 */
  src: url("https://testagent.bpg.vn/assets/font/Inter-200.eot?#iefix") format("embedded-opentype"), url("https://testagent.bpg.vn/assets/font/Inter-200.woff2") format("woff2"), url("https://testagent.bpg.vn/assets/font/Inter-200.woff") format("woff"), url("https://testagent.bpg.vn/assets/font/Inter-200.ttf") format("truetype"), url("https://testagent.bpg.vn/assets/font/Inter-200.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://testagent.bpg.vn/assets/font/Inter-500.eot");
  /* IE9 */
  src: url("https://testagent.bpg.vn/assets/font/Inter-500.eot?#iefix") format("embedded-opentype"), url("https://testagent.bpg.vn/assets/font/Inter-500.woff2") format("woff2"), url("https://testagent.bpg.vn/assets/font/Inter-500.woff") format("woff"), url("https://testagent.bpg.vn/assets/font/Inter-500.ttf") format("truetype"), url("https://testagent.bpg.vn/assets/font/Inter-500.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://testagent.bpg.vn/assets/font/Inter-700.eot");
  /* IE9 */
  src: url("https://testagent.bpg.vn/assets/font/Inter-700.eot?#iefix") format("embedded-opentype"), url("https://testagent.bpg.vn/assets/font/Inter-700.woff2") format("woff2"), url("https://testagent.bpg.vn/assets/font/Inter-700.woff") format("woff"), url("https://testagent.bpg.vn/assets/font/Inter-700.ttf") format("truetype"), url("https://testagent.bpg.vn/assets/font/Inter-700.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://testagent.bpg.vn/assets/font/Inter-900.eot");
  /* IE9 */
  src: url("https://testagent.bpg.vn/assets/font/Inter-900.eot?#iefix") format("embedded-opentype"), url("https://testagent.bpg.vn/assets/font/Inter-900.woff2") format("woff2"), url("https://testagent.bpg.vn/assets/font/Inter-900.woff") format("woff"), url("https://testagent.bpg.vn/assets/font/Inter-900.ttf") format("truetype"), url("https://testagent.bpg.vn/assets/font/Inter-900.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://testagent.bpg.vn/assets/font/Inter-100.eot");
  /* IE9 */
  src: url("https://testagent.bpg.vn/assets/font/Inter-100.eot?#iefix") format("embedded-opentype"), url("https://testagent.bpg.vn/assets/font/Inter-100.woff2") format("woff2"), url("https://testagent.bpg.vn/assets/font/Inter-100.woff") format("woff"), url("https://testagent.bpg.vn/assets/font/Inter-100.ttf") format("truetype"), url("https://testagent.bpg.vn/assets/font/Inter-100.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* Container Customize */
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container-v2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .container-v2 .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .container-v2 .col-xs-1,
  .container-v2 .col-sm-1,
  .container-v2 .col-md-1,
  .container-v2 .col-lg-1,
  .container-v2 .col-xs-2,
  .container-v2 .col-sm-2,
  .container-v2 .col-md-2,
  .container-v2 .col-lg-2,
  .container-v2 .col-xs-3,
  .container-v2 .col-sm-3,
  .container-v2 .col-md-3,
  .container-v2 .col-lg-3,
  .container-v2 .col-xs-4,
  .container-v2 .col-sm-4,
  .container-v2 .col-md-4,
  .container-v2 .col-lg-4,
  .container-v2 .col-xs-5,
  .container-v2 .col-sm-5,
  .container-v2 .col-md-5,
  .container-v2 .col-lg-5,
  .container-v2 .col-xs-6,
  .container-v2 .col-sm-6,
  .container-v2 .col-md-6,
  .container-v2 .col-lg-6,
  .container-v2 .col-xs-7,
  .container-v2 .col-sm-7,
  .container-v2 .col-md-7,
  .container-v2 .col-lg-7,
  .container-v2 .col-xs-8,
  .container-v2 .col-sm-8,
  .container-v2 .col-md-8,
  .container-v2 .col-lg-8,
  .container-v2 .col-xs-9,
  .container-v2 .col-sm-9,
  .container-v2 .col-md-9,
  .container-v2 .col-lg-9,
  .container-v2 .col-xs-10,
  .container-v2 .col-sm-10,
  .container-v2 .col-md-10,
  .container-v2 .col-lg-10,
  .container-v2 .col-xs-11,
  .container-v2 .col-sm-11,
  .container-v2 .col-md-11,
  .container-v2 .col-lg-11,
  .container-v2 .col-xs-12,
  .container-v2 .col-sm-12,
  .container-v2 .col-md-12,
  .container-v2 .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width: 850px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 920px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 1440px) {
  .container {
    width: 100%;
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 2040px) {
  .container {
    width: 100%;
    max-width: 1640px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  .container {
    width: 990px;
  }
}
.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-right: 10px;
  padding-left: 10px;
}

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

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

.left {
  float: left;
}

.right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

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

.content-on-page img,
.content-on-page table {
  width: 100%;
  height: auto;
}

.content-on-page iframe {
  max-width: 100%;
}

.read-content-center img,
.read-content-center table,
.content-page img,
.content-page table {
  width: 100%;
  height: auto;
  line-height: 28px;
}

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

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

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

.responsive-description .data-content-page iframe,
#description_short .data-content-page iframe,
.flight-destinations-v2 .data-content-page iframe,
#description_full .data-content-page iframe,
.description-text .data-content-page iframe,
.content-page .data-content-page iframe,
.content-page.data-content-page iframe {
  height: 424px;
}

@media (min-width: 768px) {
  .read-content-middle {
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
  }
  .read-content-side {
    max-width: 888px;
    width: 100%;
    height: auto;
  }
  .read-content-side iframe {
    height: 424px;
    width: 755px;
    border: 0;
  }
  .read-content-middle img,
  .read-content-middle table,
  .content-page img,
  .content-page table,
  .content-on-page img,
  .content-on-page table {
    max-width: 100%;
    height: auto;
  }
  .bpv-col-left {
    float: left;
    width: 72%;
  }
  .bpv-col-right {
    float: left;
    width: 28%;
    padding-left: 20px;
  }
  .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-right: 10px;
    padding-left: 10px;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .read-content-middle {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
  }
  .read-content-center {
    width: 888px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .read-content-side {
    width: 888px;
  }
}
/* css col new */
@media (max-width: 539px) {
  .col-xsm-1 {
    width: 8.33333333%;
  }
  .col-xsm-2 {
    width: 16.66666667%;
  }
  .col-xsm-3 {
    width: 25%;
  }
  .col-xsm-4 {
    width: 33.33333333%;
  }
  .col-xsm-5 {
    width: 41.66666667%;
  }
  .col-xsm-6 {
    width: 50%;
  }
  .col-xsm-7 {
    width: 58.33333333%;
  }
  .col-xsm-8 {
    width: 66.66666667%;
  }
  .col-xsm-9 {
    width: 75%;
  }
  .col-xsm-10 {
    width: 83.33333333%;
  }
  .col-xsm-11 {
    width: 91.66666667%;
  }
  .col-xsm-12 {
    width: 100%;
  }
  .col-xsm-1,
  .col-xsm-2,
  .col-xsm-3,
  .col-xsm-4,
  .col-xsm-5,
  .col-xsm-6,
  .col-xsm-7,
  .col-xsm-8,
  .col-xsm-9,
  .col-xsm-10,
  .col-xsm-11,
  .col-xsm-12 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
}
html,
body {
  font-family: "Inter", "Arial", "sans-serif";
  background-color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  background-color: #F9F9F9;
}

h1,
h2,
h3,
h4 {
  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: 18px;
}

/* Mobile
   ========================================================================== */
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
}
/* 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: #693;
}

.text-red {
  color: #ED3F37;
}

.text-highlight {
  color: #003580;
}

.text-special {
  color: #DD6E1E;
}

.text-price {
  color: #B30000 !important;
}

.text-warning {
  color: #ba1c1d !important;
}

.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: #83aa73;
}

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

/* Background Color
   ========================================================================== */
.background-color-blue-light {
  background-color: #D0EFFA;
}

.background-color-blue {
  background-color: #1B6D88;
}

/* Price
   ========================================================================== */
.price-from {
  color: var(--gia, #B81E1E);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.price-origin {
  text-decoration: line-through;
  color: var(--Text-Grey, #8F8F8F);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* System Margin, Padding
   ========================================================================== */
.no-padding {
  padding: 0 !important;
}

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

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

.padding-10 {
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box {
  display: inline-block;
}

.no-border {
  border: unset;
}

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

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

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

.btn--border-green {
  border: 1px solid #1592E6;
  background-color: #fff;
  color: #1592E6;
  padding: 10px 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
}
.btn--border-green:focus, .btn--border-green:hover {
  color: #DD6E1E;
  border-color: #DD6E1E;
}
.btn--border-green i {
  font-size: 18px;
}

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

.modal-dialog {
  width: 100%;
}

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

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

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

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

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

.mw-100 {
  max-width: 100%;
}

.w-100 {
  width: 100%;
}

#toast-message {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 50%;
  font-size: 17px;
}
#toast-message svg {
  font-size: 20px;
}
#toast-message.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50%;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50%;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50%;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50%;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
#ui-datepicker-div {
  min-width: 40em;
}

#text_calendar_lunar {
  display: none;
}

@media (max-width: 767px) {
  #ui-datepicker-div {
    width: 100%;
    min-width: 100%;
    z-index: 214748364811 !important;
  }
  #toast-message {
    width: calc(100vw - 20px);
    margin-left: 0;
    left: 10px;
  }
  .content-responsive img,
  .content-responsive iframe,
  .content-responsive table {
    width: 100%;
    height: auto;
  }
  .content-responsive iframe {
    height: 225px;
  }
  .content-medicine img {
    max-width: 100% !important;
    height: auto !important;
  }
  .read-content-side table,
  .read-content-side img {
    max-width: 100% !important;
    height: auto;
  }
  .read-content-side iframe {
    max-width: 100%;
    height: 222px;
    border: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 768px;
  }
  .content-medicine img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 1025px) {
  .modal-dialog {
    width: 800px;
  }
}
.ico-arrow-top-hoz {
  transform: rotate(90deg);
}
.ico-arrow-top-hoz::before {
  content: "\e97b";
  font-family: "bestprice";
}

.ico-sort-hoz {
  transform: rotate(90deg);
}
.ico-sort-hoz::before {
  content: "\e976";
  font-family: "bestprice";
}

/* Layout */
.sidebar {
  max-width: 280px;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.sidebar__logo {
  padding-left: 20px;
  margin-bottom: 40px;
}
.sidebar__navigation-list {
  margin: 0 0 100px;
  padding: 0;
  list-style: none;
}
.sidebar__navigation-list-item {
  font-size: 16px;
  font-weight: 400;
}
.sidebar__navigation-list-item a {
  color: #8D8D8D;
  padding: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.sidebar__navigation-list-item a:hover, .sidebar__navigation-list-item a.router-link-active {
  color: #fff;
  background-color: var(--primary-color);
}
.sidebar__navigation-list-item a:hover img, .sidebar__navigation-list-item a.router-link-active img {
  filter: brightness(0) invert(1);
}
.sidebar__navigation-list-item a img {
  width: 16px;
  margin-right: 8px;
}
.sidebar__navigation-list-item svg {
  margin-right: 8px;
}
.sidebar__user {
  padding: 30px 20px;
  border-top: 1px solid #EAECEE;
}
.sidebar__user-avatar {
  background-color: var(--lighter-color);
  color: var(--darker-color);
  margin-right: 15px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  font-size: 20px;
  border-radius: 40px;
}
.sidebar__user-info-name {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 500;
}
.sidebar__user-balance {
  margin-top: 30px;
}
.sidebar__user-logout {
  cursor: pointer;
  color: var(--darker-color);
}

@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar__user {
    padding: 30px 0px;
    margin-top: 30px;
  }
}
.navigation-mobile {
  z-index: 10;
  width: 100%;
  padding: 15px;
  box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 0.0588235294);
}
.navigation-mobile .mobile-btn {
  right: 20px;
  top: 50%;
  transform: translate(100%, -50%);
  font-size: 20px;
}

.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 100vh;
}
.menu-mobile__back {
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.menu-mobile__back svg {
  margin-right: 20px;
}
.menu-mobile-list {
  padding: 30px 0 0 0;
  list-style: none;
}
.menu-mobile-list-item {
  margin-bottom: 20px;
}
.menu-mobile-list-item img {
  margin-right: 7px;
  width: 22px;
}
.menu-mobile-list-item a {
  color: #333;
}
.menu-mobile-list-item a:hover, .menu-mobile-list-item a:focus {
  color: #DD6E1E;
}
.menu-mobile-list-item a {
  font-size: 16px;
}

@media (min-width: 991px) {
  .navigation-mobile {
    display: none;
  }
}
.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 .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;
  }
}
.bpt-loading {
  position: fixed;
  top: 40%;
  display: flex;
  z-index: 100;
  width: 100%;
  justify-content: center;
  left: 0;
}
.bpt-loading .spinner {
  width: 30px;
  height: 30px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #E15D00;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 10px auto;
  display: inline-block;
}
.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;
  display: block;
}
.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);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagination li {
  margin-left: 8px;
  width: 30px;
  height: 30px;
}
.pagination li span {
  border: 1px solid #ddd;
  background: #f0f0f0;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 29px;
  margin-top: -1px;
}
.pagination li .sr-only {
  display: none;
}
.pagination li.active span {
  background: #E15D00;
  border: 1px solid #E15D00;
  color: #fff;
}
.pagination li:hover span {
  background: #E15D00;
  border: 1px solid #E15D00;
  color: #fff;
}

.input-promotion-code {
  width: 170px;
  height: 38px;
  background: #F5F5F5;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}

.modal-promotion-code .modal-dialog {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.modal-promotion-code .modal-dialog .modal-content {
  border-radius: 0;
}
.modal-promotion-code .modal-dialog .modal-content .modal-header h4 {
  font-weight: 500;
  font-size: 16px;
}
.modal-promotion-code .modal-dialog .modal-content .modal-header button {
  background: none;
  border: 0;
  padding: 0;
}
.modal-promotion-code .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-promotion-code .modal-dialog .modal-content .modal-footer {
  border: 0;
}
.modal-promotion-code .modal-dialog .modal-content .modal-footer button {
  width: 100%;
  height: 44px;
  padding: 12px 30px 12px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: #E9680C;
  border-color: #E9680C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-promotion-code .list-promotion-code {
  max-height: 75vh;
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop.fade {
  opacity: 0.8;
}

.popover-promotion-code {
  width: 450px;
  max-width: 400px;
  max-height: 305px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 12px;
  border: 0;
  background: #F5F5F5;
}
.popover-promotion-code .list-promotion-code {
  max-height: 280px;
  padding: 0;
}
.popover-promotion-code .popover-footer {
  display: none;
}

.list-promotion-code {
  overflow-y: auto;
  border-radius: 8px;
  background: #F5F5F5;
  padding: 12px;
  border: 0;
}
.list-promotion-code__item {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #E9680C;
  background: #fff;
  padding: 12px;
  margin-bottom: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-promotion-code__item:last-child {
  margin-bottom: 0;
}
.list-promotion-code__item p {
  margin-bottom: 0px;
  font-size: 14px;
}
.list-promotion-code__item p:first-child {
  font-size: 16px;
}
.list-promotion-code__item p:first-child {
  margin-bottom: 5px;
}
.list-promotion-code__item__checked {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin-top: -5px;
  border: 1.6px solid #D5D7D9;
}
.list-promotion-code__item.active .list-promotion-code__item__checked {
  border: 5px solid #E9680C;
}

.block-news-letter {
  clear: both;
  display: table;
  background: #1a5388;
  width: 100%;
  padding: 35px 0;
  color: #fff;
}

.block-news-letter .label-news-letter {
  font-size: 20px;
}

.airways {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.airways > img {
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .airways {
    gap: 40px;
  }
  .airways > img {
    width: 70px;
  }
}
.hotels {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.hotels > img {
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .hotels {
    gap: 40px;
  }
  .hotels > img {
    width: 70px;
  }
}
.play-search {
  padding: 20px;
}
.play-search__input {
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  padding: 10px 14px;
  position: relative;
}
.play-search__input:hover {
  border-color: #E9680C;
}
.play-search__input label {
  width: 100%;
  margin-right: 20px;
  color: var(--lighter-text-color);
  cursor: pointer;
}
.play-search__input label.playground-location-input {
  color: var(--text-color);
  font-size: 14px;
  border: none;
}
.play-search #playground-location-input,
.play-search #playground-location-brand {
  border: none;
}
.play-search #playground-location-input:focus,
.play-search #playground-location-brand:focus {
  outline: none;
}
.play-search__disbled {
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  padding: 10px 14px;
  position: relative;
}
.play-search__disbled label {
  width: 100%;
  margin-right: 20px;
  color: var(--lighter-text-color);
}
.play-search__disbled label#playground-location-brand {
  color: var(--text-color);
}

.btn-reset {
  border: 1px solid var(--lighter-text-color);
  border-radius: 40px;
  background: var(--darker-color);
  background-color: #fff;
  color: var(--lighter-text-color);
  padding: 10px 25px;
  transition: 0.3 ease;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.btn-reset:hover {
  border-color: var(--darker-color);
  color: var(--darker-color);
}

@media (max-width: 767px) {
  .play-search__reset {
    width: 100%;
  }
  .play-search {
    padding: 17px 15px;
  }
  .btn-reset {
    margin-top: 15px;
    width: 100%;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-reset:hover {
    border-color: var(--darker-color);
    color: var(--darker-color);
  }
  .playground-location-input-box {
    margin-bottom: 15px;
  }
}
.filter-block {
  height: 44px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .filter-block {
    display: none;
  }
}
.filter-block .btn-filter {
  width: calc(50% - 5px);
  height: 44px;
  background: #fff;
  color: #090909;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-block .btn-filter svg {
  margin-right: 5px;
}
.filter-block .filter-fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-block .filter-fixed.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
  height: auto;
  border-radius: 20px 20px 0 0;
  background: #fff;
  margin-bottom: 0;
}
.filter-block .filter-fixed.fixed .btn-filter {
  background: #FFF3EB;
}

.vinpearl-sidebar__button {
  display: none;
}

@media (min-width: 768px) {
  .play-result-sorting svg {
    display: none;
  }
}
.play-result-sorting .btn-sorting {
  margin-left: 15px;
  border: 1px solid #d4d4d4;
  border-radius: 40px;
  padding: 6px 15px;
  background: #fff;
  transition: 0.3 ease;
}
.play-result-sorting .btn-sorting:hover {
  border-color: var(--darker-color);
  color: var(--darker-color);
}
.play-result-sorting .btn-sorting-active {
  border-color: var(--darker-color);
  color: #fff;
  background: var(--darker-color);
  background-color: var(--darker-color);
  color: #fff;
}
.play-result-sorting .btn-sorting-active:hover {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .play-result-sorting .btn-sorting {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .play-result-sorting .btn-sorting {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .play-result-sorting {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    z-index: 111;
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
    display: none !important;
  }
  .play-result-sorting.on {
    display: flex !important;
  }
  .play-result-sorting span {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    border-bottom: 1px solid #EAECEE;
  }
  .play-result-sorting span:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .play-result-sorting button.btn-sorting {
    margin-bottom: 5px;
    margin-left: 0;
    width: 100%;
    background: initial;
    color: initial;
    border: none;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .play-result-sorting button.btn-sorting::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #EDEDED;
    border-radius: 50%;
    position: absolute;
    right: 15px;
  }
  .play-result-sorting button.btn-sorting:hover {
    color: initial;
  }
  .play-result-sorting button.btn-sorting.btn-sorting-active {
    color: initial;
  }
  .play-result-sorting button.btn-sorting.btn-sorting-active:hover {
    color: initial;
  }
  .play-result-sorting button.btn-sorting.btn-sorting-active::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #E9680C;
    border-radius: 50%;
    position: absolute;
    right: 17px;
  }
  .filter-sidebar,
  .vinpearl-sidebar {
    display: none;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    z-index: 111;
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
    max-height: 100vh;
    width: 100%;
  }
  .filter-sidebar.on,
  .vinpearl-sidebar.on {
    display: block;
  }
  .filter-sidebar__content,
  .vinpearl-sidebar__content {
    overflow-x: hidden;
    max-height: 75vh;
    padding-bottom: 30px;
  }
  .filter-sidebar__button,
  .vinpearl-sidebar__button {
    display: flex;
    margin-bottom: 0;
    padding: 15px;
    height: 70px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
    bottom: 0;
    width: 100%;
    transition: 0.5s;
  }
  .filter-sidebar__button .roll-back,
  .vinpearl-sidebar__button .roll-back {
    text-align: left;
    color: #656565;
  }
  .filter-sidebar__button .roll-back label,
  .vinpearl-sidebar__button .roll-back label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .filter-sidebar__button .roll-back label svg,
  .vinpearl-sidebar__button .roll-back label svg {
    margin-right: 5px;
  }
  .filter-sidebar__button button,
  .vinpearl-sidebar__button button {
    background: #E9680C;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding: 0px 30px;
    border-radius: 8px;
  }
}
.playground-location-box {
  z-index: 2;
  top: 99%;
  left: 0;
  right: 0;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
}
.playground-location-box:after, .playground-location-box:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.playground-location-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.playground-location-box:before {
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #d4d4d4;
  border-width: 11px;
  margin-left: -11px;
}
.playground-location-box.hide {
  display: none;
}
.playground-location-box__title {
  padding-left: 7px;
}
.playground-location-box-list {
  list-style: none;
  flex-flow: row wrap;
}
.playground-location-box-list li {
  width: 33.333%;
  padding: 7px 7px;
  cursor: pointer;
  background: #fff;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: 0.3s ease-out;
}
.playground-location-box-list li:hover {
  background-color: var(--darker-color);
  color: #fff;
}
.playground-location-box-list li:hover span {
  color: #fff !important;
}
.playground-location-box-list li img {
  max-width: 100%;
}
.playground-location-box-list li span {
  display: block;
  font-size: 15px;
}
.playground-location-box-list li span.sub {
  font-size: 12px;
  color: var(--lighter-text-color);
}

.play-result-sorting .btn-sorting {
  margin-left: 15px;
  border: 1px solid #d4d4d4;
  border-radius: 40px;
  padding: 6px 15px;
  background: #fff;
  transition: 0.3 ease;
}
.play-result-sorting .btn-sorting:hover {
  border-color: var(--darker-color);
  color: var(--darker-color);
}
.play-result-sorting .btn-sorting-active {
  border-color: var(--darker-color);
  color: #fff;
  background: var(--darker-color);
  background-color: var(--darker-color);
  color: #fff;
}
.play-result-sorting .btn-sorting-active:hover {
  color: #fff;
}
.play-result-list__item {
  padding: 5px;
  align-items: flex-start;
  cursor: pointer;
}
.play-result-list__item .playground-box-image {
  max-width: 280px;
  flex: 1;
}
.play-result-list__item .playground-box-image img {
  width: 100%;
  object-fit: cover;
}
.play-result-list__item .playground-box-text {
  padding: 10px;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  min-width: 200px;
  flex: 1;
}
.play-result-list__item .playground-box-text .row {
  flex-direction: column;
}
.play-result-list__item .playground-box-price {
  flex: 1;
  align-items: end;
  justify-content: end;
}
.play-result-list__item .playground-box-price p {
  margin: 0;
  text-align: right;
}
.play-result-list__item .playground-box button {
  white-space: nowrap;
}
.play-result-list__item .regular-price {
  color: var(--lighter-text-color);
}
.play-result .result-more span {
  cursor: pointer;
  background: url(~/assets/images/more-arrow.png) right center no-repeat;
  background-size: 14px;
}
.play-result .result-more span:hover {
  color: #E9680C;
  background-image: url(~/assets/images/more-arrow-hover.png);
}

.vinpearl-sidebar-widget__title {
  border-bottom: 1px solid #EAECEE;
}
.vinpearl-sidebar-widget-box {
  padding-bottom: 0 !important;
}
.vinpearl-sidebar-widget-box__check {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.vinpearl-sidebar-widget-box__check:last-child {
  margin-bottom: 0;
}
.vinpearl-sidebar-widget-box__check input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border-color: #848484;
  border-width: 0.5px;
  margin-right: 12px;
}
.vinpearl-sidebar-widget-box__check input:checked {
  background-color: var(--darker-color);
  border-color: var(--darker-color);
}
.vinpearl-sidebar-widget-box__check input:focus {
  box-shadow: none;
}
.vinpearl-sidebar-widget-box__star .fa-star {
  color: #FFB800;
  font-size: 13px;
}
.vinpearl-sidebar-widget-box__checkinform .form-group {
  position: relative;
}
.vinpearl-sidebar-widget-box__checkinform .form-group .datepicker-wrapper {
  right: auto !important;
  left: 0 !important;
}
.vinpearl-sidebar-widget-box .v-date-picker {
  z-index: 50;
}
.vinpearl-sidebar .border-bottom {
  margin-top: 20px;
  border-bottom: 1px solid #EAECEE;
}
.vinpearl-sidebar .sidebar-more span {
  cursor: pointer;
  padding-left: 20px;
  color: #E9680C;
  background: url(~/assets/images/more-arrow-hover.png) left center no-repeat;
  background-size: 14px;
  transition: all 0.3s;
}
.vinpearl-sidebar .sidebar-more span:hover {
  color: #333;
  background-image: url(~/assets/images/more-arrow.png);
}

@media screen and (max-width: 1180px) and (min-width: 768px) {
  .btn-reset {
    white-space: nowrap;
  }
  .vinpearl-sidebar-widget__title, .vinpearl-sidebar-widget-box h4 {
    font-size: 14px;
  }
  .d-block {
    display: block !important;
  }
  .d-none {
    display: none !important;
  }
  .play-result-list__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .play-result-list__item .playground-box-text__price p {
    margin-bottom: 0;
  }
  .play-result-sorting {
    margin-top: 20px;
  }
  .play-result-sorting span {
    width: 100%;
    margin-bottom: 10px;
  }
  .play-result-sorting button.btn-sorting {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .vinpearl-sidebar-widget__title {
    border-bottom: 1px solid #EAECEE;
  }
  .vinpearl-sidebar-widget__title svg {
    display: inline-block;
  }
  .vinpearl-sidebar-widget__title img {
    display: none;
  }
  .play-result-list__item .playground-box-image {
    width: 45%;
    padding-top: 5px;
    min-width: unset;
  }
  .play-result-list__item .playground-box-text {
    width: 55%;
  }
  .play-result-list__item .playground-box-text__price p {
    margin-bottom: 0;
  }
  .play-result-list__item .playground-box-price {
    margin-top: 5px;
  }
  .play-result-list__item .playground-box-price .price {
    color: #CE1B1B;
  }
  .play-result-list__item .playground-box-price p {
    margin: 0;
    text-align: right;
  }
  .play-result-list__item .playground-box button {
    white-space: nowrap;
  }
}
#cruise-input {
  border: none;
  outline: none;
}

#cruise-input:focus {
  border: none;
  outline: none;
}

@media (max-width: 450px) {
  .playground-box-image {
    min-width: 100% !important;
  }
}