@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-display: swap;
  font-family: "Glyphicons Halflings";
  src: url("https://owa.bestprice.vn/assets/libs/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.eot");
  src: url("https://owa.bestprice.vn/assets/libs/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://owa.bestprice.vn/assets/libs/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://owa.bestprice.vn/assets/libs/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://owa.bestprice.vn/assets/libs/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://owa.bestprice.vn/assets/libs/bootstrap-3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

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

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

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

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

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

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

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

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

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

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

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000d9;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

  .carousel-indicators {
    bottom: 20px;
  }
}
.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_v1";
  src: url("/assets/fonts/bestprice_v1.eot");
  src: url("/assets/fonts/bestprice_v1.eot#iefix") format("embedded-opentype"), url("/assets/fonts/bestprice_v1.ttf") format("truetype"), url("/assets/fonts/bestprice_v1.woff") format("woff"), url("/assets/fonts/bestprice_v1.svg#bestprice_v1") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bestprice_v1" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-visa2:before {
  content: "\e931";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .tab-tour-details.tab-orange ul li {
    margin-right: 50px;
  }
}
/* 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: 850px;
  }
}
@media (min-width: 920px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1160px;
  }
}
.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;
}

.left {
  float: left;
}

.right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.col-xs-flex-1 {
  flex: 0 0 8.3333333333%;
  -webkit-flex: 0 0 8.3333333333%;
  -moz-flex: 0 0 8.3333333333%;
}

.col-xs-flex-2 {
  flex: 0 0 16.6666666667%;
  -webkit-flex: 0 0 16.6666666667%;
  -moz-flex: 0 0 16.6666666667%;
}

.col-xs-flex-3 {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
}

.col-xs-flex-4 {
  flex: 0 0 33.3333333333%;
  -webkit-flex: 0 0 33.3333333333%;
  -moz-flex: 0 0 33.3333333333%;
}

.col-xs-flex-5 {
  flex: 0 0 41.6666666667%;
  -webkit-flex: 0 0 41.6666666667%;
  -moz-flex: 0 0 41.6666666667%;
}

.col-xs-flex-6 {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
}

.col-xs-flex-7 {
  flex: 0 0 58.3333333333%;
  -webkit-flex: 0 0 58.3333333333%;
  -moz-flex: 0 0 58.3333333333%;
}

.col-xs-flex-8 {
  flex: 0 0 66.6666666667%;
  -webkit-flex: 0 0 66.6666666667%;
  -moz-flex: 0 0 66.6666666667%;
}

.col-xs-flex-9 {
  flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -moz-flex: 0 0 75%;
}

.col-xs-flex-10 {
  flex: 0 0 83.3333333333%;
  -webkit-flex: 0 0 83.3333333333%;
  -moz-flex: 0 0 83.3333333333%;
}

.col-xs-flex-11 {
  flex: 0 0 91.6666666667%;
  -webkit-flex: 0 0 91.6666666667%;
  -moz-flex: 0 0 91.6666666667%;
}

.col-xs-flex-12 {
  flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
}

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

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

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

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

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

  .read-content-side {
    max-width: 800px;
    width: 100%;
    height: auto;
  }

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

  .bpv-col-left {
    float: left;
    width: 72%;
    float: right;
  }

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

  .col-sm-flex-1 {
    flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -moz-flex: 0 0 8.3333333333%;
  }

  .col-sm-flex-2 {
    flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -moz-flex: 0 0 16.6666666667%;
  }

  .col-sm-flex-3 {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
  }

  .col-sm-flex-4 {
    flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
  }

  .col-sm-flex-5 {
    flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -moz-flex: 0 0 41.6666666667%;
  }

  .col-sm-flex-6 {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
  }

  .col-sm-flex-7 {
    flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -moz-flex: 0 0 58.3333333333%;
  }

  .col-sm-flex-8 {
    flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
  }

  .col-sm-flex-9 {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
  }

  .col-sm-flex-10 {
    flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -moz-flex: 0 0 83.3333333333%;
  }

  .col-sm-flex-11 {
    flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -moz-flex: 0 0 91.6666666667%;
  }

  .col-sm-flex-12 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
  }
}
@media (max-width: 888px) {
  .read-content-middle {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .content-800-middle table,
.read-content-middle table,
.content-page table {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .read-content-middle {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-middle {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-800-middle {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .read-content-side {
    width: 800px;
  }

  .col-md-flex-1 {
    flex: 0 0 8.3333333333%;
    -webkit-flex: 0 0 8.3333333333%;
    -moz-flex: 0 0 8.3333333333%;
  }

  .col-md-flex-2 {
    flex: 0 0 16.6666666667%;
    -webkit-flex: 0 0 16.6666666667%;
    -moz-flex: 0 0 16.6666666667%;
  }

  .col-md-flex-3 {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
  }

  .col-md-flex-4 {
    flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
  }

  .col-md-flex-5 {
    flex: 0 0 41.6666666667%;
    -webkit-flex: 0 0 41.6666666667%;
    -moz-flex: 0 0 41.6666666667%;
  }

  .col-md-flex-6 {
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
  }

  .col-md-flex-7 {
    flex: 0 0 58.3333333333%;
    -webkit-flex: 0 0 58.3333333333%;
    -moz-flex: 0 0 58.3333333333%;
  }

  .col-md-flex-8 {
    flex: 0 0 66.6666666667%;
    -webkit-flex: 0 0 66.6666666667%;
    -moz-flex: 0 0 66.6666666667%;
  }

  .col-md-flex-9 {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-flex: 0 0 75%;
  }

  .col-md-flex-10 {
    flex: 0 0 83.3333333333%;
    -webkit-flex: 0 0 83.3333333333%;
    -moz-flex: 0 0 83.3333333333%;
  }

  .col-md-flex-11 {
    flex: 0 0 91.6666666667%;
    -webkit-flex: 0 0 91.6666666667%;
    -moz-flex: 0 0 91.6666666667%;
  }

  .col-md-flex-12 {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
  }
}
/* 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;
  }
}
.d-flex {
  display: flex;
}

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

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

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

h1 {
  font-size: 30px;
}

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

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }
}
/* Link Color
   ========================================================================== */
a {
  color: #3385D6;
  cursor: pointer;
}

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

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

/* Text Color
   ========================================================================== */
.text-white {
  color: #fff;
}

.text-choice {
  color: #27AA45;
}

.text-red {
  color: #ED3F37;
}

.text-highlight {
  color: #003580;
}

.text-special {
  color: #DD6E1E;
}

.text-price {
  color: #B30000;
}

.text-warning {
  color: #ba1c1d;
}

.text-unhighlight {
  color: #868686;
}

.text-black {
  color: #333;
}

.text-promotion-free {
  color: #51ba04;
}

.text-disabled {
  color: #d6d6d6;
}

.bpv-color-hot-deal {
  color: #fe8802;
}

.text-yellow {
  color: yellow;
}

.text-coin {
  color: #204b8f;
}

.text-excellent {
  color: #27AA45;
}

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

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

.text-average {
  color: #BDBDBD;
}

.text-poor {
  color: #BDBDBD;
}

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

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

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

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

.bg-color-average {
  background: #BDBDBD;
}

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

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

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

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

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

/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v30-vietnamese-400.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v30-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v30-vietnamese-500.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v30-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v301-vietnamese-700.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://owa.bestprice.vn/assets/fonts/roboto-v301-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* System Margin, Padding
   ========================================================================== */
.d-flex {
  display: flex;
}

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

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

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

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

.align-items-start {
  align-items: start;
}

.align-items-end {
  align-items: end;
}

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

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

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

.padding-10 {
  padding: 10px;
}

.padding-10 {
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box {
  display: inline-block;
}

.no-border {
  border: unset;
}

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

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

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

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

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

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

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

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

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

.modal-dialog {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header_main__menu .nav-pills > li > a {
  color: #444;
  border: 1px solid #fff;
  border-radius: 8px;
  outline-width: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 20px;
  margin-right: 15px;
  height: 42px;
  display: flex;
  align-items: center;
}
.header_main__menu .nav-pills > li > a svg {
  margin-right: 5px;
}
.header_main__menu .nav-pills > li > a img {
  margin-right: 5px;
}
.header_main__menu .nav-pills > li > a i {
  margin-right: 4px;
}
.header_main__menu .nav-pills > li > a i::before {
  font-size: 20px;
  color: #444;
}
.header_main__menu .nav-pills > li > a i.ico-tour::before {
  font-size: 24px;
}
.header_main__menu .nav-pills > li > a i.ico-flight::before {
  font-size: 18px;
}

.header_main__menu .nav-pills > li + li {
  margin-left: 1px;
}

.header_main__menu .nav-pills > li.active > a,
.header_main__menu .nav-pills > li.active > a:focus,
.header_main__menu .nav-pills > li.active > a:hover,
.header_main__menu .nav-pills > li > a:hover,
.header_main__menu .nav-pills > li > a:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #E2803A;
  height: 42px;
}
.header_main__menu .nav-pills > li.active > a img,
.header_main__menu .nav-pills > li.active > a:focus img,
.header_main__menu .nav-pills > li.active > a:hover img,
.header_main__menu .nav-pills > li > a:hover img,
.header_main__menu .nav-pills > li > a:focus img {
  filter: invert(80%) sepia(45%) saturate(520%) hue-rotate(-30deg) brightness(90%) contrast(100%);
}
.header_main__menu .nav-pills > li.active > a i::before,
.header_main__menu .nav-pills > li.active > a:focus i::before,
.header_main__menu .nav-pills > li.active > a:hover i::before,
.header_main__menu .nav-pills > li > a:hover i::before,
.header_main__menu .nav-pills > li > a:focus i::before {
  color: #E2803A;
}

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

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

.header_main__menu__nav .open > .dropdown-menu {
  display: inline-flex;
  flex-wrap: wrap;
}

.header_main__menu .dropdown .dropdown-menu > li > a {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.header_main__menu .dropdown-menu > li > a svg,
.header_main__menu .dropdown-menu > li > a img {
  margin-right: 10px;
}

.header_main__menu .dropdown-menu > li > a i {
  margin-right: 10px;
}
.header_main__menu .dropdown-menu > li > a i::before {
  font-size: 20px;
  color: #444;
}
.header_main__menu .dropdown-menu > li > a i.ico-tour::before {
  font-size: 22px;
}
.header_main__menu .dropdown-menu > li > a i.ico-vinpearl::before {
  font-size: 22px;
}
.header_main__menu .dropdown-menu > li > a i.ico-ticket::before {
  font-size: 16px;
}

.header_main__menu .dropdown .dropdown-menu li {
  margin: 0;
}

.header_main__menu .dropdown .dropdown-menu li:hover a {
  color: #fff;
  background-color: #E2803A;
}

.header_main__menu .dropdown .dropdown-menu li:hover a {
  color: #fff;
  background-color: #E2803A;
}
.header_main__menu .dropdown .dropdown-menu li:hover a img {
  filter: brightness(0) invert(1);
}
.header_main__menu .dropdown .dropdown-menu li:hover a i::before {
  color: white;
}
.header_main__menu .dropdown .dropdown-menu li:hover a rect {
  fill: #fff;
}
.header_main__menu .dropdown .dropdown-menu li:hover a path {
  fill: #fff;
}

.dang-nhap {
  background: transparent;
  padding: 0;
  border: 0;
  min-height: 0;
  outline: none;
}

.fixed-header {
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1), 0 4px 8px 0 rgba(27, 27, 27, 0.1);
  transition: height 0.2s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header_main__side_menu {
    color: #000;
  }

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

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

html.state-sidebar .no-scroll-y {
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

html.state-sidebar .bs-sidebar {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  background-color: #000000d4;
}

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

.bs-sidebar {
  display: none;
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
}

.bs-sidebar-container {
  width: 90%;
  height: 100%;
  padding-bottom: 6rem;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #e8eaee;
  -webkit-overflow-scrolling: touch;
  float: right;
}

.bs-sidebar-container > a {
  font-size: 16px;
  padding: 12px 20px;
  color: #333;
  border-bottom: 1px solid #eee;
  display: block;
  width: 100%;
  background-color: #fff;
  position: relative;
}

.bs-sidebar-container a:hover,
.bs-sidebar-container a:focus {
  background-color: #FF8802;
  color: #fff;
  text-decoration: none;
}

.bs-sidebar-container a:hover .glyphicon {
  color: #fff;
}

.bs-sidebar .glyphicon-chevron-right {
  color: #ccc;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

.bs-sidebar .header-logo {
  background-color: #fff;
  border-top: 0px solid #FF7802;
  margin-right: 0;
  position: relative;
  pointer-events: all;
  text-align: center;
}

.bs-sidebar .bpv-logo {
  margin: 8px 0px 7px 0px;
  display: block;
  text-align: left;
}

.bs-sidebar .bpv-logo:hover {
  background: transparent;
}

.header-top {
  background-color: #f47822;
  color: #fff;
  height: 40px;
  padding: 6px 0;
  text-align: right;
  line-height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
}

.header-top a {
  color: #fff;
  font-size: 16px;
}

.header-contact {
  display: inline;
}

.fixed-menu {
  float: left;
  display: none;
}

.fixed-menu .nav {
  margin-left: 280px;
}

.fixed-menu .nav > li > a {
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 3px 15px;
}

.fixed-menu .nav-pills > li + li {
  margin-left: 5px;
}

.fixed-menu .dropdown-toggle {
  line-height: 40px;
  padding: 4px 12px;
  cursor: pointer;
}

.fixed-menu .glyphicon-option-horizontal {
  font-size: 18px;
}

.fixed-menu .dropdown-menu {
  background-color: #1a5388;
  box-shadow: none;
  border: 0;
  top: 38px;
  left: 0;
  padding: 0;
  border-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fixed-menu .dropdown-menu a {
  color: #fff;
  padding: 3px 15px;
}

.fixed-menu .nav > li > a:focus,
.fixed-menu .nav > li > a:hover,
.fixed-menu .nav-pills > li.active > a,
.fixed-menu .nav-pills > li.active > a:focus,
.fixed-menu .nav-pills > li.active > a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 3px 15px;
}

.fixed-menu .dropdown-menu > li > a:focus,
.fixed-menu .dropdown-menu > li > a:hover {
  background-color: #337ab7;
  border: 0px solid #fff;
  border-radius: 0px;
  padding: 3px 15px;
  color: #fff;
}

.fixed-header {
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1), 0 4px 8px 0 rgba(27, 27, 27, 0.1);
  transition: height 0.2s ease;
}

.fixed-header .fixed-menu {
  display: block;
}

.fixed-header .header-contact {
  display: none;
}

.fixed-header #hd_phone_support {
  margin-top: 4px;
}

.header-v201.fixed-header .header-content {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

body.state-loading {
  overflow: hidden;
}

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

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

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

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

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

  html.html-overflow-hidden {
    overflow: hidden;
  }
}
.bpt-footer-contact {
  background-color: #DF782C;
  padding: 80px 0 0;
  margin-top: 180px;
  color: #fff;
}
.bpt-footer-contact a {
  color: #fff;
}
.bpt-footer-contact .container {
  position: relative;
}
.bpt-footer-contact .company-info {
  line-height: 26px;
  border-right: 1px solid #fff;
}
.bpt-footer-contact .company-info .text-office {
  font-weight: bold;
}
.bpt-footer-contact .business-license {
  font-size: 14px;
}
.bpt-footer-contact .footer-accomplish {
  font-size: 14px;
  text-align: center;
  background-color: #F99245;
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.bpt-footer-contact .footer-accomplish .row-accomplish:first-child {
  margin-top: -7px;
}
.bpt-footer-contact .footer-accomplish .row-accomplish > div {
  text-align: center;
}
.bpt-footer-contact .bpt-footer-link {
  font-size: 14px;
}
.bpt-footer-contact .bpt-footer-link a {
  line-height: 36px;
  display: block;
  font-weight: bold;
}
.bpt-footer-contact .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;
  }
}
/* Button
   	========================================================================== */
span[type=button] {
  color: #3385D6;
  cursor: pointer;
  display: flex;
  align-items: center;
}
span[type=button] i {
  font-size: 18px;
  margin-left: 3px;
}
span[type=button] i::before {
  color: #3385d6d9;
}
span[type=button]:hover {
  color: #DD6E1E;
}
span[type=button]:hover i::before {
  color: #DD6E1E;
}
span[type=button]:focus {
  color: #DD6E1E;
}
span[type=button]:focus i::before {
  color: #DD6E1E;
}
span[type=button].on i {
  transform: rotate(180deg);
}

.btn {
  border-radius: 0;
  border: 0;
  background-color: #f5f5f5;
}
.btn:hover, .btn:focus {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-more:hover,
.btn-more:focus {
  border-color: #fe8802;
  color: #fe8802;
}

.btn-more .glyphicon {
  margin-left: 5px;
  font-size: 11px;
}

.btn-more .glyphicon.glyphicon-menu-down {
  margin-left: 5px;
}

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

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

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

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

.top-des .nav-pills > li > a {
  border: 1px solid #999 !important;
  color: #585858 !important;
  background-color: #fff !important;
  padding: 7px 22px !important;
  border-radius: 0 !important;
}

.top-des .nav-pills > li.active > a,
.top-des .nav-pills > li.active > a:hover,
.top-des .nav-pills > li.active > a:focus {
  border: 1px solid #439203 !important;
  color: #ffff !important;
  background-color: #439203 !important;
}

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

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

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

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

.btn-gray-border {
  background-color: #fff;
  color: #000000;
  border: 1px solid #e1e1e1;
}

.btn-gray-border:hover,
.btn-gray-border:focus,
.btn-gray-border.active {
  background-color: #EA8E44;
  border: 1px solid #EA8E44;
  color: #fff;
  box-shadow: none;
}

.btn-orange-v2 {
  border-radius: 4px;
  background: #ffe8d6;
  color: #E9680C;
  font-weight: 500;
  padding: 6px 7px;
}

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

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

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

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

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

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

.btn-border-orange-2px:hover {
  color: #fa8401 !important;
  background-color: #ffecde !important;
  background: #ffecde !important;
}

.btn-border-orange-2px:focus {
  color: #fff !important;
  background-color: #fa8401 !important;
  background: #fa8401 !important;
}

.btn-gray {
  background-color: #f6f4f5;
  color: #000;
  border-color: #f6f4f5;
}

.btn-gray:hover,
.btn-gray:focus {
  background-color: #e0e0e0;
  color: #000;
}

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

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

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

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

.ico-f-tag-promotion {
  font-size: 20px;
  margin-right: 5px;
  margin-top: -2px;
}

.icon-gift-promotion {
  background: #297AA8;
  border-radius: 25px;
  padding: 5px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.payment-methods .bank_icon {
  background-image: url("/assets/img/icon/onepay-banks.119032019.png");
  background-repeat: no-repeat !important;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}

.payment-methods .bank_ocb {
  background-position: -361px -101px;
  width: 76px;
  height: 30px !important;
  margin-top: 16px !important;
}

.payment-methods .bank_vietcombank {
  background-position: 0 0;
  width: 100px;
  height: 40px;
}

.payment-methods .bank_agribank {
  background-position: 0 -100px;
  width: 60px;
  height: 40px;
}

.payment-methods .bank_sacombank {
  background-position: -447px -12px;
  width: 94px;
  height: 22px;
  margin-top: 30px;
}

.payment-methods .bank_techcombank {
  background-position: -122px 0;
  width: 80px;
  height: 38px;
}

.payment-methods .bank_dongabank {
  background-position: 0 -52px;
  width: 80px;
  height: 38px;
}

.payment-methods .bank_viettinbank {
  background-position: -456px -54px;
  width: 86px;
  height: 25px;
}

.payment-methods .bank_maritimebank {
  background-position: -285px -152px;
  width: 80px;
  height: 24px;
}

.payment-methods .bank_acb {
  background-position: -550px -5px;
  width: 54px;
  height: 40px;
}

.payment-methods .bank_bidv {
  background-position: -388px -141px;
  width: 37px;
  height: 43px;
}

.payment-methods .bank_mb {
  background-position: -112px -146px;
  width: 48px;
  height: 32px;
}

.payment-methods .bank_vietinbank {
  background-position: -452px -51px;
  width: 92px;
  height: 38px;
}

.payment-methods .bank_eximbank {
  background-position: -341px -3px;
  width: 85px;
  height: 30px !important;
  margin-top: 16px !important;
}

.payment-methods .bank_icon {
  float: none;
  margin-top: 6px;
  height: 43px;
}

.payment-methods .bank_sacombank {
  background-position: -447px 0px;
}

.payment-methods .bank_vietinbank {
  background-position: -452px -45px;
}

.payment-methods .bank_maritimebank {
  background-position: -285px -140px;
}

.payment-methods .bank_mb {
  background-position: -112px -140px;
}

.list-tour-is-best-seller {
  position: absolute;
  top: 0;
  right: 0;
}

.div-destination {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.search-choice-close {
  border: 0 none;
  cursor: pointer;
  outline: 0 none;
  position: absolute;
  right: 10px;
  top: 17px;
}

.box-why-us {
  position: relative;
}

.col-why-us-1 {
  position: absolute;
}

.col-why-us-2 {
  padding-left: 79px;
  min-height: 69px;
}

.icon-why-us {
  background-image: url("https://owa.bestprice.vn/assets/img/icon/icon-why-use-1010.png");
  background-size: 71px 211px;
  background-repeat: no-repeat !important;
  display: inline-block;
  vertical-align: middle;
}

.icon-why-us-1 {
  background-position: -1px -1px;
  width: 69px;
  height: 69px;
}

.icon-why-us-2 {
  background-position: -1px -71px;
  width: 69px;
  height: 69px;
}

.icon-why-us-3 {
  background-position: -1px -141px;
  width: 69px;
  height: 69px;
}

/* Icon Payment Card*/
.icon-cc-unionpay {
  width: 46px;
  height: 29px;
  background-position: -17px -292px;
}

.icon-cc-mastercard {
  width: 46px;
  height: 29px;
  background-position: -17px -352px;
}

.icon-cc-jcb {
  width: 46px;
  height: 29px;
  background-position: -17px -322px;
}

.icon-cc-visa {
  width: 46px;
  height: 29px;
  background-position: -17px -382px;
}

.icon-cc-onepay {
  width: 46px;
  height: 29px;
  background-position: -17px -412px;
}

.icon-route-flight-v2 {
  background-image: url("https://owa.bestprice.vn/assets/img/flight/logo_hang_bay_1702.png");
  background-size: 750px 496px;
  background-repeat: no-repeat !important;
  display: inline-block;
  vertical-align: middle;
}

.icon-vn-large-v2 {
  background-position: -49px -92px;
  width: 171px;
  height: 66px;
}

.icon-vj-large-v2 {
  background-position: -314px -115px;
  width: 116px;
  height: 41px;
}

.icon-qh-large-v2 {
  background-position: -554px -84px;
  width: 100px;
  height: 94px;
}

.icon-bl-large-v2 {
  background-position: -495px -300px;
  width: 220px;
  height: 84px;
}

.icon-vu-large-v2 {
  background-position: -41px -295px;
  width: 188px;
  height: 84px;
}

.flight-VN {
  width: 49px;
  height: 29px;
  background-image: url(https://owa.bestprice.vn/assets/img/flight/VN-sm.png);
  display: inline-block;
  vertical-align: middle;
}

.flight-BL {
  width: 49px;
  height: 29px;
  background-image: url(https://owa.bestprice.vn/assets/img/flight/BL.png);
  display: inline-block;
  vertical-align: middle;
}

.flight-VJ {
  width: 49px;
  height: 29px;
  background-image: url(https://owa.bestprice.vn/assets/img/flight/VJ-sm2.png);
  display: inline-block;
  vertical-align: middle;
}

.flight-QH {
  width: 49px;
  height: 29px;
  background-image: url(https://owa.bestprice.vn/assets/img/flight/QH-sm1.png);
  display: inline-block;
  vertical-align: middle;
}

.flight-VU {
  width: 49px;
  height: 29px;
  background-image: url(https://owa.bestprice.vn/assets/img/flight/VU.png);
  display: inline-block;
  vertical-align: middle;
}

.icon-review-circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #90ca7d;
  margin: 0 2px -1px 0;
}

.icon-review-circle-white {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 2px 0 0;
}

.icon-review-sm-circle-white {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 2px 0 0;
}

.icon-review-md-circle-white {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 2px -2px 0;
}

.icon-review-sm-circle-blue {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8CB5DB;
  margin: 0 2px 0 0;
}

.icon-review-md-circle-blue {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #8CB5DB;
  margin: 0 2px -2px 0;
}

.popover .btn-support-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
}

.list-tour-pro-offer {
  position: absolute;
  left: 0;
  top: 0;
}

.num-favourite {
  position: absolute;
  top: -12px;
  color: #fff;
  background-color: red;
  padding: 0 3px;
  font-size: 11px;
  border-radius: 3px;
  right: -5px;
}

.icon-check-white {
  left: 14px;
  top: 6px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0px 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
}

.ico-arrow-top-hoz {
  transform: rotate(90deg);
}
.ico-arrow-top-hoz::before {
  content: "\e97b";
  font-family: "bestprice_v1";
}

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

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

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

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

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

.breadcrumb > li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

.main--bgr .breadcrumb {
  width: 888px;
  padding: 15px 0;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .main--bgr .breadcrumb {
    width: 100%;
    padding: 10px;
  }

  .main_nav {
    max-height: 36px;
  }

  .page-header-breadcrumb,
.navigation-banner {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .page-header-breadcrumb::-webkit-scrollbar,
.navigation-banner::-webkit-scrollbar {
    opacity: 0;
    background: transparent;
    display: none;
  }
  .page-header-breadcrumb::-webkit-scrollbar:hover,
.navigation-banner::-webkit-scrollbar:hover {
    opacity: 1;
    display: none;
  }
}
.sub-menu-2 {
  text-align: left;
  box-shadow: unset !important;
  background-color: #F5F5F5;
}

#bpt-sub-menu {
  background-color: #dedede;
  margin-top: -2px;
}

#bpt-sub-menu a.sub-menu {
  color: #333;
  padding: 0 15px;
  font-size: 13px;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}

#bpt-sub-menu a.selected,
#bpt-sub-menu a:hover {
  color: #DD6E1E;
}

#bpt-sub-menu .dropdown {
  display: inline-block;
}

#bpt-sub-menu .dropdown .btn {
  border: 0;
  padding: 1px 6px;
  margin-left: -5px;
  background-color: transparent;
}

#bpt-sub-menu .dropdown .btn:hover {
  color: #DD6E1E;
}

.sub-menu-2 {
  text-align: center;
  -moz-box-shadow: 0px 5px 5px -3px #ddd !important;
  -webkit-box-shadow: 0px 5px 5px -3px #ddd !important;
  box-shadow: 0px 5px 5px -3px #ddd !important;
}

#bpt-sub-menu-2 a.sub-menu {
  color: #333;
  padding: 0 15px;
  font-size: 14px;
  text-decoration: none;
  margin: 20px 0 18px 0;
  display: inline-block;
  text-transform: uppercase;
  width: 19.4%;
  float: left;
  text-align: left;
  padding-left: 0;
}

.sub-menu-2 .dropdown-menu {
  right: 0;
  left: unset;
}

#bpt-sub-menu-2 a.selected,
#bpt-sub-menu-2 a:hover {
  color: #DD6E1E;
}

#bpt-sub-menu-2 .dropdown {
  display: inline-block;
  width: 3%;
  padding-top: 14px;
}

#bpt-sub-menu-2 .dropdown .btn {
  border: 0;
  padding: 1px 6px;
  margin-left: -5px;
  background-color: transparent;
  line-height: 0;
}

#bpt-sub-menu-2 .dropdown .btn:hover {
  color: #DD6E1E;
}

#bpt-sub-menu-2 .dropdown .btn-default:focus,
#bpt-sub-menu-2 .dropdown .btn-default:active {
  color: #DD6E1E;
  border: 0;
}

.sub-menu-2 .dropdown .glyphicon {
  font-size: 22px;
}

#bpt-sub-menu-2 a.sub-menu {
  font-size: 16px;
  text-transform: unset;
  padding: 0;
  padding-right: 16px;
  width: 43% !important;
  margin: 10px 0 10px 0;
}

#bpt-sub-menu-2 a.sub-menu-left {
  width: 45% !important;
  display: block !important;
}

#bpt-sub-menu-2 {
  border-bottom: 0px solid #ddd;
  padding-bottom: 15px;
  padding-top: 5px;
  padding-left: 20px;
}

#bpt-sub-menu-2 .dropdown .btn {
  border: 0;
  padding: 0px 0px;
  margin-left: -10px;
  background-color: transparent;
  line-height: 0;
}

#bpt-sub-menu-2 .dropdown .btn:focus {
  border: 0 !important;
}

.border-sub-menu {
  background-color: #f8f8f8;
  padding: 4px;
}

.sub-menu-2 .dropdown-menu {
  right: 0;
  left: unset;
}

@media (min-width: 768px) {
  .sub-menu-2 {
    margin-top: 35px;
  }

  #bpt-sub-menu-2 a.sub-menu {
    text-align: center;
  }

  #bpt-sub-menu-2 a.sub-menu {
    width: 19.4% !important;
  }
}
@media (min-width: 1025px) {
  #bpt-sub-menu-2 {
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  #bpt-sub-menu-2 a.sub-menu {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #bpt-sub-menu-2 a.sub-menu:hover {
    background-color: #fff;
    border-radius: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
/*--- Popover ----*/
.promotion-v2 li {
  display: flex;
  align-items: center;
}
.promotion-v2 li img {
  margin-right: 5px;
  width: 16px !important;
}
.promotion-v2 li p {
  margin-bottom: 0;
  cursor: pointer;
}
.promotion-v2 .text-promotion-free {
  color: #297AA8;
}

.promotion-v2.sm .ico-f-tag-promotion {
  font-size: 16px;
}
.promotion-v2.sm li p {
  font-size: 12px;
  color: #F47921;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .number-pax {
    margin-top: 20px;
  }
}
.modal-flight-passenger .input-number {
  font-size: 18px;
  border: none;
  box-shadow: none;
}
.modal-flight-passenger .modal-dialog {
  padding: 0;
}
.modal-flight-passenger .content {
  padding: 7px 0 18px 0;
}
.modal-flight-passenger .content .row {
  display: flex;
  align-items: center;
}
.modal-flight-passenger label {
  margin-bottom: 0;
  font-weight: normal;
}
.modal-flight-passenger .input-group-btn .btn,
.modal-flight-passenger .input-group-btn .btn-group {
  margin-right: 0;
}
.modal-flight-passenger .btn-number {
  padding: 4px 10px;
  border-radius: 4px !important;
}
.modal-flight-passenger .btn-number i::before {
  color: #fff;
}
.modal-flight-passenger .btn-blue,
.modal-flight-passenger .btn-disable {
  background-color: #588db5;
  border: 1px solid #588db5;
}
.modal-flight-passenger .btn-blue :hover,
.modal-flight-passenger .btn-blue :focus,
.modal-flight-passenger .btn-disable :hover,
.modal-flight-passenger .btn-disable :focus {
  outline: none;
  box-shadow: none;
}
.modal-flight-passenger .btn-default {
  background-color: #fff;
}
.modal-flight-passenger .btn-default :hover,
.modal-flight-passenger .btn-default :focus {
  outline: none;
  box-shadow: none;
}
.modal-flight-passenger .btn-blue.disabled :focus {
  background-color: #588db5;
  border: 1px solid #588db5;
}
.modal-flight-passenger .btn-disable.disabled :focus {
  background-color: #e4e4e6;
  border: 1px solid #e4e4e6;
}

.clear-both {
  clear: both;
}

.pop-flight-passenger .content .row {
  margin-bottom: 20px;
}

.pop-flight-passenger .content .row:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .modal-flight-passenger.modal {
    z-index: 214748364811 !important;
  }

  .modal-flight-passenger .modal-dialog {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .modal-flight-passenger .modal-header {
    background: #fafafa;
    border-bottom: 0;
  }
  .modal-flight-passenger .modal-header h4 {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    text-transform: uppercase;
  }
  .modal-flight-passenger .modal-header .close {
    margin-top: 1px;
  }

  .modal-flight-passenger .modal-body {
    padding-bottom: 0;
  }

  .modal-flight-passenger .content {
    padding: 0;
    padding-top: 15px;
  }

  .modal-flight-passenger .content .row {
    margin-bottom: 20px;
  }

  .modal-flight-passenger .modal-body .col-sm-5 {
    text-align: left;
    padding-right: 0;
    color: #444;
    font-weight: 400;
    font-size: 16px;
  }

  .modal-flight-passenger .modal-body .col-sm-7 {
    text-align: left;
  }
  .modal-flight-passenger .modal-body .col-sm-7 .input-group-number {
    margin-left: unset;
    margin-right: unset;
  }

  .modal-flight-passenger .modal-footer {
    padding: 20px;
    text-align: center;
    border-top: 0;
  }

  .modal-flight-passenger .modal-footer .btn-blue {
    padding: 10px 35px;
    font-size: 18px;
    width: 180px;
    background-color: #E9680C;
    border: 0;
    border-radius: 4px;
    line-height: 1.3333333;
  }
}
@media (min-width: 768px) {
  .modal-flight-passenger .modal-dialog {
    width: 320px;
    border-radius: 0;
  }
  .modal-flight-passenger .modal-dialog .modal-footer {
    text-align: center;
    border: 0;
    padding-bottom: 25px;
  }
  .modal-flight-passenger .modal-dialog .content {
    padding: 0;
  }
  .modal-flight-passenger .modal-dialog .content .row {
    margin-bottom: 15px;
  }
  .modal-flight-passenger .modal-dialog .content .row .hidden-xs {
    display: none !important;
  }
  .modal-flight-passenger .modal-dialog .content .row .col-sm-5 {
    margin-left: 8%;
  }
  .modal-flight-passenger .modal-dialog .content .row:last-child {
    margin-bottom: 0;
  }
  .modal-flight-passenger .modal-dialog .btn-blue {
    padding: 10px 35px;
    font-size: 18px;
    width: 180px;
    background-color: #E9680C;
    border: 0;
    border-radius: 4px;
    line-height: 1.3333333;
  }

  .pop-flight-passenger {
    border: 1.5px solid #ddd !important;
    border-radius: 0;
    width: 250px !important;
    min-width: 200px !important;
    box-shadow: 0px 2px 10px #3074c7;
  }
  .pop-flight-passenger .control-label {
    font-size: 14px;
    font-weight: normal;
    padding-top: 2px;
    margin-bottom: 0;
  }
  .pop-flight-passenger .popover-content {
    padding: 15px;
  }
  .pop-flight-passenger .popover-footer {
    display: none;
  }
  .pop-flight-passenger hr {
    margin-top: 15px;
    margin-bottom: 14px;
  }
  .pop-flight-passenger .glyphicon {
    top: 2px;
  }
  .pop-flight-passenger .arrow {
    border-bottom-color: #ddd !important;
    left: 20px !important;
    margin-left: 0px !important;
  }
  .pop-flight-passenger .arrow ::after {
    border-bottom-color: #fff !important;
  }
}
.pop-phone-number {
  min-width: 240px;
  width: 240px;
  border: 1px solid #fafafa;
  border-radius: 8px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  left: 20% !important;
  top: 40px !important;
  margin-top: 0px !important;
}
.pop-phone-number.div-phone-number {
  margin-top: 7px !important;
}
.pop-phone-number .arrow {
  display: none;
}

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

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

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

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

.youtube-content {
  margin-top: 60px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.youtube-content iframe,
.youtube-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-content .play-button {
  width: 85px;
  height: 55px;
  background-color: red !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.9;
  border-radius: 14px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-content .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube-content .news {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}
.youtube-content .news .new__img {
  margin-right: 10px;
}

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

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

  .c-photo-1 .youtube-content .youtube {
    width: 714px;
    height: 390px;
  }
}
.bpt-loading {
  position: fixed;
  top: 40%;
  display: flex;
  z-index: 100;
  width: 100%;
  justify-content: center;
  left: 0;
}
.bpt-loading-content {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.bpt-loading-content .l-label {
  font-size: 22px;
  color: #E15D00;
}
.bpt-loading-content .l-title {
  font-size: 16px;
  color: #121212;
  font-weight: 400;
}
.bpt-loading-content .ico-loading {
  font-size: 24px;
  margin-bottom: 15px;
}
.bpt-loading img {
  margin-right: 10px;
}
.bpt-loading-bgr {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .bpv-update-wrapper .bpv-search-updating {
    padding: 40px 80px;
    width: 500px;
  }
}
.review_overview {
  color: #444;
}
.review_overview span:first-child {
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: bold;
}
.review_overview span:nth-child(2) {
  margin-left: 6px;
  margin-right: 6px;
  font-weight: bold;
}
.review_overview strong {
  margin-left: 6px;
}

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

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

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

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

.total-price-wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.total-price-wp label {
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  color: #121212;
  margin: 0;
}
.total-price-wp .total-price {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.clear {
  clear: both;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .center-mobile {
    text-align: right;
  }
}
main {
  margin-top: 46px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.book_current {
  background: #FFCFCF;
  color: #CE1B1B;
  border-radius: 4px;
  font-size: 14px;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-weight: normal;
}
.book_current--center {
  margin-left: auto;
  margin-right: auto;
}
.book_current img {
  margin-right: 5px;
}

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

#flight_data_flight_from,
#flight_data_flight_to {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-radio {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.sale-tag {
  position: absolute;
  top: -16px;
  right: -10px;
  width: 146px;
  min-height: 37px;
  background: #B72020;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

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

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

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

  .suggestion-des {
    top: 49px !important;
    overflow-y: auto;
    position: fixed;
  }
  .suggestion-des .popover-inner {
    overflow-y: scroll;
    height: calc(100vh - 50px);
  }
}
@media (max-width: 950px) {
  .search-form__content {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .zero-fare-notification {
    width: 888px;
  }
  .zero-fare-notification span {
    margin-left: 0px;
  }

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

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

  .slider-bgr-v2 .search-form {
    margin-top: -150px;
  }
}
/*
* Popup select destination
*/
#flight_data_flight_from,
#flight_data_flight_to {
  display: none;
}

.tt-dropdown-menu {
  width: 100%;
  /*width: 300px;*/
  margin-top: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #06c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #333;
}
.tt-dropdown-menu .lb-header {
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #eee;
  font-style: italic;
  clear: both;
  float: left;
}
.tt-dropdown-menu .lb-header::affter {
  border: 1px solid #DD6E1E;
}
.tt-dropdown-menu .tt-suggestion {
  padding-left: 15px;
}
.tt-dropdown-menu .tt-suggestion:hover {
  background-color: transparent;
  color: #DD6E1E;
  cursor: pointer;
}

.block-search-fixed-v2 .flight_to_auto .arrow {
  left: 30% !important;
}

.autocomplete-flight-des {
  padding: 10px;
  background-color: #eee;
  margin-bottom: 15px;
  height: 60px;
}

.autocomplete-flight-des .col-text {
  padding-top: 3px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 16px;
}

.autocomplete-flight-des .col-input {
  width: 78%;
}

.row-header {
  display: flex;
  align-items: center;
}

.autocomplete-flight-des .col-input .twitter-typeahead {
  width: 100%;
}

.autocomplete-flight-des .col-text {
  width: 15%;
}

.flight_close {
  display: flex;
  width: 5%;
  padding-left: 2%;
}
.flight_close i {
  font-size: 20px !important;
}
.flight_close i::before {
  color: #828282;
}

.autocomplete-flight-des .col-input input {
  background-color: #fff !important;
  font-size: 14px;
  height: 40px !important;
  padding: 3px 10px 2px 10px !important;
}

.li-item-des {
  list-style: none;
}

.ul-flight-des,
.tab-ul-flight-des {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  padding-left: 10px;
}

.ul-flight-des.active {
  display: block;
}

.lbl-area {
  display: block;
  font-weight: bold;
  padding: 0.2em 0.2em;
  clear: both;
}

.lbl-area:hover {
  background-color: #f8f8f8 !important;
}

.tab_search_flight .flight_from,
.tab_search_flight .flight_to,
.bpv-search-left .flight_to,
.bpv-search-left .flight_from {
  padding-right: 28px;
}

.flight_from_popup,
.flight_to_popup,
.flight_from_search_popup,
.flight_to_search_popup {
  display: none;
  top: 80px;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  width: 820px;
}

.col-area ul li {
  margin-bottom: 10px;
  cursor: pointer !important;
}

.col-area ul li:hover,
.col-area ul li.active {
  color: #DD6E1E;
  background: #fff !important;
}

.col-area ul li:last-child {
  margin-bottom: 0;
}

.col-area .tab-ul-flight-des {
  border-right: 1px solid #ddd;
}

.autocomplete-flight-des .arrow {
  top: -28px;
  margin-left: 10px;
  border-top-width: 0;
  border-bottom-color: #eee !important;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-color: transparent;
  border-style: solid;
  border-width: 15px;
}

.ul-flight-des li {
  color: #828282;
  cursor: default;
  line-height: 18px;
  padding-left: 5px;
  margin-bottom: 12px;
}

.des-chd {
  color: #828282;
}
.des-chd strong {
  color: #333;
  font-weight: normal;
}

.ul-flight-des li:hover {
  color: #DD6E1E;
  cursor: pointer;
  background-color: #fff;
}
.ul-flight-des li:hover strong {
  color: #DD6E1E;
}

.header-flight-des {
  border-bottom: 1px solid #DDD;
  padding: 5px 10px;
  background-color: #FFF;
}

.flight-form-des .tab-content {
  min-height: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.flight-form-des .tab-content > .active {
  display: block !important;
}

.flight-form-des .nav > li > a {
  padding: 1px 5px;
  border: 1px #DDD solid;
  background-color: #fff;
  padding-top: 0px;
}

.flight-form-des .nav-pills > li > a {
  border-radius: 0px;
}

.flight-form-des .nav-pills > li.active > a {
  background-color: #64A542;
  color: #fff;
  border: 1px #64A542 solid;
  font-weight: normal;
}

.bpv-sort-arow {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid #64A542;
}

.bpv-color-orange {
  color: #FF9406 !important;
}

.tt-dropdown-menu {
  width: 100%;
  /*width: 300px;*/
  margin-top: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #06c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #333;
}
.tt-dropdown-menu .lb-header {
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #eee;
  font-style: italic;
  clear: both;
  float: left;
}
.tt-dropdown-menu .lb-header::affter {
  border: 1px solid #DD6E1E;
}
.tt-dropdown-menu .tt-suggestion {
  padding-left: 15px;
}
.tt-dropdown-menu .tt-suggestion:hover {
  background-color: transparent;
  color: #DD6E1E;
  cursor: pointer;
}

@media (max-width: 767px) {
  .flight_from_popup,
.flight_to_popup {
    position: fixed;
    top: 60px !important;
    right: 0px;
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2000;
    height: 100%;
    border: 0;
  }

  html.state-sidebar-flight::after {
    content: "";
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 12;
  }
  html.state-sidebar-flight .bpv-header {
    z-index: 5;
  }
  html.state-sidebar-flight .form-search-v2 {
    margin-top: 100px;
  }

  .autocomplete-flight-des .col-input input {
    height: 43px !important;
    border: 1px solid #828282;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
  }

  .autocomplete-flight-des {
    position: fixed;
    width: 100%;
    top: 105px;
    z-index: 1;
    background: #fafafa;
    height: 73px;
    padding: 15px;
  }

  .autocomplete-flight-des .col-text {
    margin-bottom: 5px;
    padding-top: 0;
    display: none;
  }

  .autocomplete-flight-des .col-input {
    width: 100%;
  }

  .list-flight-des {
    margin-top: 120px;
  }

  .ul-flight-des,
.tab-ul-flight-des {
    float: left;
    width: 100%;
    padding: 0px !important;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .tab-ul-flight-des {
    margin-top: 15px;
  }

  .tab-ul-flight-des,
.tab-ul-flight-des .li-item-des {
    margin-bottom: 0;
  }

  .list-flight-des .tab-ul-flight-des {
    border-top: 1px solid #828282;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
  }

  .list-flight-des .tab-ul-flight-des:first-child {
    border-top: 0px solid #E9E9E9;
    margin-top: 2px;
  }

  .fligh-item label {
    margin: 0px;
  }

  .last-ul-flight-des {
    margin-bottom: 100px;
  }

  /*--- Flight destinations flight ---*/
  .des-parent {
    list-style: none;
    background-color: #fff !important;
    color: #E9680C !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 15px 8px 15px !important;
    border-bottom: 0px solid silver;
    margin: 0px !important;
    font-size: 16px;
    padding-bottom: 0 !important;
  }

  .des-parent:hover .des-parent:focus {
    background-color: #fff !important;
    color: #DD6E1E !important;
  }

  .lbl-area:hover {
    cursor: default !important;
    background-color: #fff !important;
  }

  .des-chd {
    list-style: none;
    padding-left: 15px !important;
    padding: 0;
    background-color: #fff !important;
    text-align: left;
    border-bottom: 0px solid #C0C0C0;
    margin-bottom: 0 !important;
    margin-top: 15px;
    color: #828282 !important;
    font-weight: 400;
    font-size: 16px;
  }
  .des-chd strong {
    color: #333 !important;
    font-weight: 500;
  }

  .li-des-search-flight {
    border-bottom: 1px solid #C0C0C0;
  }

  .flight-dialog .title {
    font-size: 16px;
    padding-top: 5px;
  }

  .flight-dialog .modal-header {
    border-bottom: 2px solid #fca903;
  }

  .flight-dialog .ul-flight-des {
    padding-left: 0px !important;
  }

  .flight-dialog {
    width: auto !important;
    background: #f8f8f8;
  }

  .select-code-flight-title {
    font-size: 16px;
    font-weight: bold;
  }

  .select-code-flight {
    padding: 10px 10px 0px 10px;
    text-align: center;
  }

  .select-code-flight ul {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
  }

  .select-code-flight li {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }

  .select-code-flight li a {
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    border: 1px #DDD solid;
    text-align: center;
    padding: 7px 20px;
    border-radius: 0px;
    cursor: pointer;
  }

  .select-code-flight li.active a {
    background: #64a542;
    color: #FFF;
    border: 1px #64a542 solid;
  }

  .flight-destination li.li-active {
    background-color: #63a54a;
    color: #FFF;
  }

  .btn-return:active {
    background-color: #0059A7 !important;
  }

  .bpv-search-flight .bpv-date-input {
    padding-left: 8px;
  }

  .flight_from,
.flight_to {
    text-align: left;
  }

  .flight-form-des .nav > li > a {
    padding: 4px 8px;
    border: 1px #DDD solid;
    background-color: #fff;
    font-size: 14px;
  }

  .header-flight-des {
    padding: 15px 15px 0px 15px;
    position: fixed;
    width: 100%;
    z-index: 1;
    font-size: 16px;
    border-bottom: 1px solid #fafafa;
    background: #fafafa;
  }

  .btn-return {
    background-color: #fafafa !important;
    color: #fff !important;
    padding: 0 !important;
    margin-top: 5px;
  }
  .btn-return i {
    font-size: 18px !important;
    margin: 0;
  }
  .btn-return i::before {
    color: #999;
  }

  .left-sidebar-top {
    padding-bottom: 10px;
  }

  .title-des {
    font-size: 16px;
    font-weight: 500;
    padding-top: 3px;
    line-height: 26px;
    color: #828282;
    text-transform: uppercase;
  }

  .bpv-sort-arow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #64a542;
  }

  #btn_flight_from_destination,
#btn_flight_to_destination {
    background-color: #eee;
    padding-left: 2px;
  }
}
.modal-flight-passenger .input-number {
  font-size: 18px;
  border: none;
  box-shadow: none;
}
.modal-flight-passenger .modal-dialog {
  padding: 0;
}
.modal-flight-passenger .content {
  padding: 7px 0 18px 0;
}
.modal-flight-passenger .content .row {
  display: flex;
  align-items: center;
}
.modal-flight-passenger label {
  margin-bottom: 0;
  font-weight: normal;
}
.modal-flight-passenger .input-group-btn .btn,
.modal-flight-passenger .input-group-btn .btn-group {
  margin-right: 0;
}
.modal-flight-passenger .btn-number {
  padding: 4px 10px;
  border-radius: 4px !important;
}
.modal-flight-passenger .btn-number i::before {
  color: #fff;
}
.modal-flight-passenger .btn-blue,
.modal-flight-passenger .btn-disable {
  background-color: #588db5;
  border: 1px solid #588db5;
}
.modal-flight-passenger .btn-blue :hover,
.modal-flight-passenger .btn-blue :focus,
.modal-flight-passenger .btn-disable :hover,
.modal-flight-passenger .btn-disable :focus {
  outline: none;
  box-shadow: none;
}
.modal-flight-passenger .btn-default {
  background-color: #fff;
}
.modal-flight-passenger .btn-default :hover,
.modal-flight-passenger .btn-default :focus {
  outline: none;
  box-shadow: none;
}
.modal-flight-passenger .btn-blue.disabled :focus {
  background-color: #588db5;
  border: 1px solid #588db5;
}
.modal-flight-passenger .btn-disable.disabled :focus {
  background-color: #e4e4e6;
  border: 1px solid #e4e4e6;
}

.clear-both {
  clear: both;
}

.pop-flight-passenger .content .row {
  margin-bottom: 20px;
}

.pop-flight-passenger .content .row:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .modal-flight-passenger.modal {
    z-index: 214748364811 !important;
  }

  .modal-flight-passenger .modal-dialog {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .modal-flight-passenger .modal-header {
    background: #fafafa;
    border-bottom: 0;
  }
  .modal-flight-passenger .modal-header h4 {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    text-transform: uppercase;
  }
  .modal-flight-passenger .modal-header .close {
    margin-top: 1px;
  }

  .modal-flight-passenger .modal-body {
    padding-bottom: 0;
  }

  .modal-flight-passenger .content {
    padding: 0;
    padding-top: 15px;
  }

  .modal-flight-passenger .content .row {
    margin-bottom: 20px;
  }

  .modal-flight-passenger .modal-body .col-sm-5 {
    text-align: left;
    padding-right: 0;
    color: #444;
    font-weight: 400;
    font-size: 16px;
  }

  .modal-flight-passenger .modal-body .col-sm-7 {
    text-align: left;
  }
  .modal-flight-passenger .modal-body .col-sm-7 .input-group-number {
    margin-left: unset;
    margin-right: unset;
  }

  .modal-flight-passenger .modal-footer {
    padding: 20px;
    text-align: center;
    border-top: 0;
  }

  .modal-flight-passenger .modal-footer .btn-blue {
    padding: 10px 35px;
    font-size: 18px;
    width: 180px;
    background-color: #E9680C;
    border: 0;
    border-radius: 4px;
    line-height: 1.3333333;
  }
}
@media (min-width: 768px) {
  .modal-flight-passenger .modal-dialog {
    width: 320px;
    border-radius: 0;
  }
  .modal-flight-passenger .modal-dialog .modal-footer {
    text-align: center;
    border: 0;
    padding-bottom: 25px;
  }
  .modal-flight-passenger .modal-dialog .content {
    padding: 0;
  }
  .modal-flight-passenger .modal-dialog .content .row {
    margin-bottom: 15px;
  }
  .modal-flight-passenger .modal-dialog .content .row .hidden-xs {
    display: none !important;
  }
  .modal-flight-passenger .modal-dialog .content .row .col-sm-5 {
    margin-left: 8%;
  }
  .modal-flight-passenger .modal-dialog .content .row:last-child {
    margin-bottom: 0;
  }
  .modal-flight-passenger .modal-dialog .btn-blue {
    padding: 10px 35px;
    font-size: 18px;
    width: 180px;
    background-color: #E9680C;
    border: 0;
    border-radius: 4px;
    line-height: 1.3333333;
  }

  .pop-flight-passenger {
    border: 1.5px solid #ddd !important;
    border-radius: 0;
    width: 250px !important;
    min-width: 200px !important;
    box-shadow: 0px 2px 10px #3074c7;
  }
  .pop-flight-passenger .control-label {
    font-size: 14px;
    font-weight: normal;
    padding-top: 2px;
    margin-bottom: 0;
  }
  .pop-flight-passenger .popover-content {
    padding: 15px;
  }
  .pop-flight-passenger .popover-footer {
    display: none;
  }
  .pop-flight-passenger hr {
    margin-top: 15px;
    margin-bottom: 14px;
  }
  .pop-flight-passenger .glyphicon {
    top: 2px;
  }
  .pop-flight-passenger .arrow {
    border-bottom-color: #ddd !important;
    left: 20px !important;
    margin-left: 0px !important;
  }
  .pop-flight-passenger .arrow ::after {
    border-bottom-color: #fff !important;
  }
}
.input-group-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid #D2D2D2;
  width: fit-content;
  padding: 1px 4px;
  border-radius: 18.5px;
  margin-left: auto;
  margin-right: auto;
}
.input-group-number input {
  width: 40px !important;
  text-align: center;
  font-weight: 700;
  border: 0;
  z-index: 0 !important;
  background: #fff !important;
  box-shadow: none;
  font-size: 18px !important;
  padding: 0 !important;
  padding-top: 3px !important;
}
.input-group-number .unit {
  margin-right: 8px;
  margin-left: 2px;
  color: #828282;
  font-weight: 400;
  margin-top: 3px;
}
.input-group-number .input-group-btn {
  width: fit-content;
}
.input-group-number .input-group-btn i {
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.input-group-number .input-group-btn .btn {
  width: 28px;
  height: 28px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  touch-action: manipulation;
}
.input-group-number .input-group-btn .btn-plus {
  background: #2D9CDB;
  border: 1px solid #2D9CDB;
}
.input-group-number .input-group-btn .btn-minus {
  background: #8d8686;
  border: 1px solid #8d8686;
}
.input-group-number .input-group-btn .btn-plus[disabled],
.input-group-number .input-group-btn .btn-minus[disabled] {
  cursor: not-allowed;
}
.input-group-number .input-group-btn .btn-minus[disabled] {
  background: #D3D3D3;
  border: 1px solid #D3D3D3;
}
.input-group-number .input-group-btn .btn-minus[disabled] rect {
  fill: #b1a9a9;
}
.input-group-number .input-group-btn .btn-plus[disabled] {
  background: #588db5;
  border: 1px solid #588db5;
}
.input-group-number .input-group-btn .btn-plus[disabled] rect {
  fill: #ddd;
}

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

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

.banner #bpt-common-ad {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.bgr-common-ad {
  height: 170px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.bgr-common-ad::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 170px;
  width: 100%;
  background: #FBFBFB;
}

.bgr-color-slider {
  min-height: 140px;
  background: #FBFBFB;
}

.bgr-non-slider {
  min-height: 135px;
  background: #FBFBFB;
}

@media (max-width: 768px) {
  .block-search-v2 {
    background: rgba(0, 64, 100, 0.7);
    padding-bottom: 10px;
  }
  .block-search-v2 .search-form {
    position: static;
    bottom: unset;
    left: unset;
  }

  .search-form__title {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  #bpt-common-ad {
    height: 55.5555555556vw;
    display: block;
  }
}
@media (min-width: 768px) {
  .bgr-common-ad {
    display: block;
  }

  .bgr-color-slider {
    height: 565px;
    position: relative;
    background-size: cover;
    background-position: center;
    background: none;
  }
  .bgr-color-slider::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 565px;
    width: 100%;
    background: #FBFBFB;
  }

  #bpt-common-ad {
    height: auto;
    min-height: 350px;
  }

  .bgr-common-ad {
    height: auto;
    min-height: 325px;
  }
  .bgr-common-ad::after {
    height: auto;
    min-height: 325px;
    background: rgba(0, 0, 0, 0.5);
  }

  .bgr-non-slider {
    height: auto;
    min-height: 325px;
    background: #fafafa;
  }

  .bgr-color-slider {
    height: auto;
    min-height: 140px;
  }
  .bgr-color-slider::after {
    height: auto;
    min-height: 140px;
  }
}
@media (min-width: 1366px) {
  #bpt-common-ad {
    height: auto;
    min-height: 350px;
  }

  .bgr-common-ad {
    height: auto;
    min-height: 325px;
  }
  .bgr-common-ad::after {
    height: auto;
    min-height: 325px;
  }
}
@media (min-width: 1440px) {
  #bpt-common-ad {
    height: auto;
    min-height: 369px;
  }
}
@media (min-width: 1600px) {
  #bpt-common-ad {
    height: auto;
    min-height: 410px;
  }
}
@media (min-width: 1920px) {
  #bpt-common-ad {
    height: auto;
    min-height: 492px;
  }
}
.carousel-indicators {
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .comments-list-v2 .item-rv .cus-rv-content .row {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
  }
  .comments-list-v2 .item-rv .cus-rv-content .row [class*=col-] {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
    margin-bottom: 5px !important;
  }
}
.block-faqs {
  background-color: #FAFAFA;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

.faqs table {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .div-sub-faq {
    margin-top: 35px;
  }
}
.questions {
  margin-top: 45px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .questions {
    margin-top: 50px;
  }

  .flight-hr {
    display: none;
  }

  .description-text {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tablet */
@media (min-width: 768px) {
  .block-news-v2 .list-item-article {
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-news-v2 .list-item-article .item-article {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .block-news-v2 .list-item-article .item-article img {
    left: 10px;
    width: 155px;
  }
  .block-news-v2 .list-item-article .item-article .item-content {
    padding-left: 170px;
    min-height: 106px;
  }
}
/* Tablet */
@media (min-width: 1025px) {
  .block-news-v2 .list-item-article {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
  .block-news-v2 .list-item-article .item-article {
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-news-v2 .list-item-article .item-article img {
    left: 30px;
  }
}
.video-block {
  padding-top: 35px;
}

.col-video-left {
  width: 65.7%;
  float: left;
}

.col-video-right {
  width: 34.3%;
  float: left;
  padding-left: 30px;
  padding-top: 33px;
}

.col-video-left .fotorama__video {
  top: 0px;
}

.video-block .block-news-vertical-v201 {
  margin-top: 5px;
}

/****************************** Tablet ******************************/
@media screen and (max-width: 1024px) {
  .col-video-left,
.col-video-right {
    width: 100%;
    padding: 0px;
    float: unset;
  }

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

  .title-main-video {
    padding-left: 10px;
  }

  .col-video-righ {
    margin-top: 45px;
  }
}
.block-news-vertical-v201 {
  box-shadow: 1px 1px 6px 1px #ddd;
  margin-top: 10px;
}

.block-news-vertical-v201 .block-title {
  position: relative;
  margin-bottom: 10px;
  padding-top: 20px;
  margin-left: 10px;
}

.block-news-vertical-v201 .block-title span {
  position: absolute;
  left: 0;
}

.block-news-vertical-v201 .content {
  padding: 15px;
}

.block-news-vertical-v201 .content .item-new-articles {
  border-top: 1px dashed #ddd;
  padding-top: 30px;
  margin-bottom: 30px;
}

.block-news-vertical-v201 .item-new-articles:first-child {
  border-top: 0px dashed #ddd;
  padding-top: 0px;
}

.block-news-vertical-v201 .block-title .border {
  border-bottom: 2px solid #DD6E1E;
  padding-top: 15px;
}

.block-news-vertical-v201 .title {
  background-color: #fff;
  padding-right: 5px;
  font-weight: bold;
  color: #DD6E1E;
}

.block-news-vertical-v201 .item-new-articles .col-img {
  position: absolute;
  width: 126px;
}

.block-news-vertical-v201 .item-new-articles .col-content {
  padding-left: 140px;
  padding-right: 10px;
  min-height: 84px;
}

.block-news-vertical-v201 .item-new-articles .col-content a {
  color: #000;
}

.block-news-vertical-v201 .item-new-articles .col-content h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.block-news-vertical-v201 .item-new-articles .col-content .date {
  color: #9F9F9F;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
}

.block-news-vertical-v201 .item-new-articles .col-content a:hover {
  color: #000;
}

.block-news-vertical-v201 .item-new-articles .col-img img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .block-news-vertical-v201 .content {
    overflow: hidden;
    position: relative;
  }

  .block-news-vertical-v201 .row-item {
    margin-left: -20px;
    margin-right: -20px;
    clear: both;
  }

  .block-news-vertical-v201 .item-new-articles {
    width: 50%;
    float: left;
    position: relative;
    border-top: 0px dashed #ddd !important;
    padding-top: 0px !important;
    margin-bottom: 15px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-news-vertical-v201 div.item-new-articles:last-child {
    margin-bottom: 0px !important;
  }

  .block-news-vertical-v201 .content .btn-block {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .block-news-vertical-v201 .item-new-articles {
    width: 100%;
    float: none;
    position: relative;
    border-top: 1px dashed #ddd !important;
    padding-top: 25px !important;
    margin-bottom: 25px !important;
    padding-left: unset;
    padding-right: unset;
  }

  .block-news-vertical-v201 .content .btn-block {
    position: static;
    margin-top: 15px;
  }

  .block-news-vertical-v201 .item-new-articles:first-child {
    border-top: 0px dashed #ddd !important;
    padding-top: 0px !important;
  }

  .block-news-vertical-v201 .row-item {
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
  }

  .block-news-vertical-v201 .block-title span {
    left: unset;
  }
}
.cheapest-routes .owl-carousel .owl-stage {
  padding-left: 0px !important;
}

.cheapest-routes .owl-carousel.row {
  margin-left: -15px;
  margin-right: -15px;
}

.cheapest-routes .owl-carousel .col-xs-12 {
  padding-right: 15px;
  padding-left: 15px;
  height: 355px;
}

.cheapest-routes .route-content {
  background-size: cover;
  min-height: 355px;
  border-radius: 6px;
  color: #fff;
  position: relative;
}

.cheapest-routes .btn-flight-cheapest {
  padding: 10px 35px;
}

.cheapest-routes .btn-flight-cheapest .glyphicon {
  font-size: 11px;
}

.cheapest-routes .row {
  margin-left: -15px;
  margin-right: -15px;
}

.cheapest-routes .list-routes .col-price,
.cheapest-routes .list-routes .col-name {
  padding-left: 15px;
  padding-right: 15px;
}

.cheapest-routes .list-routes .col-overlay-route {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
  background: linear-gradient(#19191926, #191919ab);
}

.cheapest-routes .list-routes .row-price {
  padding: 0 20px;
}

.cheapest-routes .list-routes .price-from .price {
  border-color: #fff;
}

.cheapest-routes .route-content .price-from {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 2px;
}

.cheapest-routes .route-content:hover .price-from {
  background-color: #DD6E1E;
  border-color: #DD6E1E;
}

.cheapest-routes .list-routes .info-route {
  position: absolute;
  bottom: 20px;
  width: 100%;
  cursor: pointer;
}

.cheapest-routes .list-routes .route-name {
  font-size: 22px;
  font-weight: bold;
}

.cheapest-routes .list-routes .route-name {
  font-size: 22px;
  margin-bottom: 5px;
  display: inline-grid;
  width: 100%;
  text-align: center;
}

.cheapest-routes .list-routes .route-code {
  margin-top: -5px;
}

.cheapest-routes .list-routes .route-name .icon-arrow-route {
  margin-left: auto;
  margin-right: auto;
}

.cheapest-routes-each-airline .airline-img {
  background: #f8f8f8bf;
  width: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .cheapest-routes .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* .list-horizontal-blog .owl-carousel{
    display: block;
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
} */
.list-horizontal-blog .item-content {
  padding: 15px;
  border: 1px solid #d8d8d8;
  border-top: unset;
  font-size: 14px;
}

.list-horizontal-blog .item .item-content a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.list-horizontal-blog .item .item-content a:hover, .list-horizontal-blog .item .item-content a:focus {
  color: #DD6E1E;
}

.list-horizontal-blog .item .item-content .date-publish-and-view {
  color: #A8A8A8;
  margin-top: 10px;
}

.list-horizontal-blog .item {
  padding-left: 25px;
  padding-right: 25px;
}

.list-horizontal-blog .owl-carousel {
  margin-left: -25px;
  margin-right: -25px;
  width: auto;
}

.list-horizontal-blog .btn-more {
  padding: 12px 45px;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  margin-top: 30px;
  display: block;
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
  .list-horizontal-blog .owl-carousel {
    margin-left: -10px;
    margin-right: -10px;
  }
}
/* Mobile
   ========================================================================== */
@media (max-width: 767px) {
  .list-horizontal-blog .owl-carousel {
    margin-left: -10px;
    margin-right: -10px;
  }

  .list-horizontal-blog .item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-horizontal-blog .item:first-child {
    padding-left: 10px;
  }

  .list-horizontal-blog .owl-stage {
    padding-left: 0px !important;
  }
}
.link-more {
  display: none;
}

.list-link-in-page .title {
  font-size: 18px;
}

.list-link-in-page .title span:not(.count-item) {
  font-size: 18px;
  font-weight: bold;
}

.list-link-in-page a {
  color: #333;
  line-height: 33px;
}

.list-link-in-page .block-link {
  margin-top: 35px;
}

.list-link-in-page .block-link > .row {
  margin-top: 10px;
}

.list-link-in-page .show-more {
  color: #1592E6;
}

.list-link-in-page .show-more .glyphicon {
  font-size: 14px;
}

/* Mobile
   ========================================================================== */
@media (max-width: 767px) {
  .list-link-in-page .block-link:first-child {
    margin-top: 0;
  }
}
.page-cheapest h2 {
  padding: 0 10px;
  margin-bottom: 15px;
}

.cheapest-new {
  background: #F9F9F9;
  padding: 10px 0 15px;
}
.cheapest-new .btn-wanna-buy {
  margin-top: 10px;
  padding: 0 10px;
}
.cheapest-new .btn-wanna-buy button {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  justify-content: center;
}

.cheapest-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
.cheapest-form select {
  border: 1px solid #444;
  font-size: 16px;
  height: 36px;
}
.cheapest-form .lbl-depart {
  width: calc(50% - 5px);
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
}
.cheapest-form .lbl-return {
  width: calc(50% - 5px);
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
}
.cheapest-form .input-depart {
  width: calc(50% - 5px);
  margin-bottom: 15px;
}
.cheapest-form .input-return {
  width: calc(50% - 5px);
  margin-bottom: 15px;
}
.cheapest-form .input-month {
  width: calc(50% - 5px);
}
.cheapest-form .input-airline {
  width: calc(50% - 5px);
}

.cheapest-table .week-item {
  height: 50px;
  border: 0;
  vertical-align: middle;
}
.cheapest-table .item-price {
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 14.2857142857%;
}
.cheapest-table .item-price .item-content {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  height: 52px;
  padding-top: 4px;
  align-items: flex-start;
  margin: 1px;
}
.cheapest-table .item-price .item-content .date {
  color: #828282;
  width: 16px;
}
.cheapest-table .item-price .item-content .price {
  text-align: center;
}
.cheapest-table .item-price .item-content .price small {
  display: none;
}
.cheapest-table .item-price .item-content.item-disable {
  background: #EFEFEF;
  border: 1px solid #F9F9F9;
  cursor: not-allowed;
}
.cheapest-table .item-price .item-content.item-content-select {
  background: #E2803A;
  color: #fff;
}
.cheapest-table .item-price .item-content.item-content-select .date {
  color: #fff;
}

.tet-holiday .cheapest-new {
  background: #fcd9df;
}
.tet-holiday .cheapest-form select {
  border: none;
}
.tet-holiday .cheapest-table .week-item {
  vertical-align: middle;
  color: #973a42;
}
.tet-holiday .cheapest-table .item-price .item-content .date {
  width: 82%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tet-holiday .cheapest-table .item-price .item-content .date small {
  line-height: 17px;
}
.tet-holiday .cheapest-table .item-price .item-content.item-holiday {
  background: #f17c6e;
  color: #fff;
  border: 1px solid #f17c6e;
}
.tet-holiday .cheapest-table .item-price .item-content.item-holiday .date {
  color: #fff;
}
.tet-holiday .cheapest-table .item-price .item-content.item-disable {
  border: 1px solid transparent !important;
  background-color: transparent !important;
}
.tet-holiday .btn-wanna-buy button {
  background: #cc3139;
}

@media (min-width: 888px) {
  .cheapest-middle {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
  }

  .cheapest-new {
    border-radius: 24px;
    padding: 0 0 20px;
  }
  .cheapest-new .btn-wanna-buy {
    margin-top: 15px;
    padding: 0 20px;
  }

  .cheapest-table {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media (min-width: 650px) {
  .page-cheapest h2 {
    margin-bottom: 20px;
  }

  .cheapest-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 20px 10px 20px;
  }
  .cheapest-form select {
    height: 40px;
  }
  .cheapest-form h3 {
    width: 52%;
    font-size: 18px;
    margin-bottom: 0;
  }
  .cheapest-form .lbl-depart {
    width: calc(22% - 10px);
    margin-bottom: 5px;
    margin-right: 20px;
  }
  .cheapest-form .lbl-return {
    width: calc(78% - 10px);
    margin-bottom: 5px;
  }
  .cheapest-form .input-depart {
    width: calc(22% - 10px);
    margin-bottom: 0;
    margin-right: 20px;
  }
  .cheapest-form .input-return {
    width: calc(22% - 10px);
    margin-bottom: 0;
    margin-right: 20px;
  }
  .cheapest-form .input-month {
    width: calc(24% - 10px);
    margin-right: 20px;
  }
  .cheapest-form .input-airline {
    width: calc(22% - 10px);
  }

  .cheapest-table .item-price {
    padding: 1px;
  }
  .cheapest-table .item-price .item-content {
    height: 62px;
    padding: 7px 8px;
    font-size: 16px;
  }
  .cheapest-table .item-price .item-content .date {
    width: 50%;
  }
  .cheapest-table .item-price .item-content .airline {
    width: 50%;
    text-align: right;
  }
  .cheapest-table .item-price .item-content .airline img {
    width: 25px;
    height: auto;
  }
  .cheapest-table .item-price .item-content .price {
    width: 100%;
    text-align: left;
    margin-top: 2px;
  }
  .cheapest-table .item-price .item-content .price small {
    display: inline-block;
  }
  .cheapest-table .item-price .item-content .price .unit {
    display: none;
  }

  .tet-holiday .item-content .date {
    width: 50% !important;
    display: inline-block !important;
  }
}
.content-route-popular {
  font-size: 14px;
  padding: 0 10px;
}
.content-route-popular.content-route-header {
  padding: 0 !important;
  width: 100%;
}
.content-route-popular.content-route-header .header {
  padding: 10px 10px;
}
.content-route-popular.content-route-header .header .row {
  display: flex;
  align-items: center;
}
.content-route-popular .tb-route {
  width: 43%;
}
.content-route-popular .tb-date {
  width: 32%;
}
.content-route-popular .tb-date .date {
  margin-bottom: 5px;
}
.content-route-popular .tb-date .airline {
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  width: 30px;
  height: 24px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 5px;
}
.content-route-popular .tb-date .code {
  color: #828282;
}
.content-route-popular .tb-price {
  width: 25%;
}
.content-route-popular .header {
  font-weight: bold;
  text-transform: uppercase;
  background: #EFEFEF;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  line-height: 16px;
}
.content-route-popular .content-route {
  border-top: 1px solid #eee;
  padding: 10px;
  display: flex;
  align-items: center;
}
.content-route-popular .content-route:first-child {
  border-top: 0px;
}
.content-route-popular .content-route:hover {
  background-color: #ffd6b8;
  cursor: pointer;
}
.content-route-popular .content-route:hover .btn-route {
  background-color: #cd1d1d;
  color: #fff;
  border-color: #cd1d1d;
}
.content-route-popular .content-route .btn-route {
  background-color: #fff;
  color: #cd1d1d;
  box-shadow: 0px 2px 6px 1px #cfdcdc;
  border-color: #fafafa;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
}
.content-route-popular .content-route .btn-route:hover {
  background-color: #cd1d1d;
  color: #fff;
  border-color: #cd1d1d;
}
.content-route-popular .content-route .btn-route:focus {
  background-color: #cd1d1d;
  color: #fff;
  border-color: #cd1d1d;
}

.content-route-popular .route-info {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content-route-popular .route-info:first-child {
  margin-bottom: 5px;
}
.content-route-popular .route-info b {
  width: 37%;
}
.content-route-popular .route-info span {
  width: 15%;
}
.content-route-popular .route-info:last-child b {
  color: #828282;
}

.content-route-popular .route-info > div:nth-of-type(1),
.content-route-popular .route-info > div:nth-of-type(3) {
  flex: 1;
  text-align: center;
}

.content-route-popular .route-info > div:nth-of-type(2) {
  padding: 0px 3px;
  margin-top: -2px;
}

.content-route-popular .route-info .des-name {
  margin-top: 0px;
  line-height: 18px;
  line-height: 14px;
}

.block-flight-cheapest-routes {
  margin-top: 30px;
}
.block-flight-cheapest-routes h2 {
  color: #444;
  margin-left: 10px;
  margin-right: 10px;
}
.block-flight-cheapest-routes p {
  font-size: 14px;
  color: #828282;
  margin-left: 10px;
  margin-right: 10px;
}
.block-flight-cheapest-routes .div-btn {
  height: 80px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-flight-cheapest-routes .btn-more-flight,
.block-flight-cheapest-routes .btn-more-airline {
  background-color: #fff;
  color: #2D9CDB;
  border: 1px solid #2D9CDB;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 35px;
}
.block-flight-cheapest-routes .btn-more-flight svg,
.block-flight-cheapest-routes .btn-more-airline svg {
  margin-left: 3px;
}

.form-search-flight select {
  padding: 6px;
  border: 1px solid #C4C4C4;
}

.form-search-flight {
  display: flex;
  padding: 20px 15px;
  background-color: #fafafa;
  height: 75px;
}

.form-search-flight div[class^=col-] select,
.form-search-flight div[class^=col-] b {
  width: 100%;
  cursor: pointer;
}

.form-search-flight div[class^=col-] select:disabled {
  width: 100%;
  cursor: not-allowed;
}

.form-search-flight div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 32px;
  height: 35px;
}

.form-search-flight div[class^=col-]:first-child {
  padding-left: 0;
  padding-right: 3px;
  flex: 0 0 105px;
}

.form-search-flight div[class^=col-]:nth-child(3) {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

@media (max-width: 850px) {
  .form-search-flight {
    display: block;
    background-color: #FAFAFA;
    height: 155px;
  }

  .form-search-flight div[class^=col-] {
    width: 47%;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
  }

  .form-search-flight div[class^=col-]:nth-child(3) {
    width: 6%;
    float: left;
    height: 33px;
    text-align: center;
  }

  .form-search-flight div[class^=col-]:nth-child(1) {
    width: 100%;
    line-height: 16px;
    margin-top: 0px;
  }

  .form-search-flight div[class^=col-]:nth-child(5) {
    margin-right: 6%;
  }

  .form-search-flight select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-search-flight {
    padding: 20px 10px;
    height: 155px;
  }

  .form-search-flight div[class^=col-] {
    width: 45%;
  }

  .form-search-flight div[class^=col-]:nth-child(3) {
    width: 10%;
    height: 33px;
  }

  .form-search-flight div[class^=col-]:nth-child(1) {
    width: 100%;
  }

  .form-search-flight div[class^=col-]:nth-child(5) {
    margin-right: 10%;
  }

  .form-search-flight div[class^=col-] {
    height: auto;
  }
}
@media (min-width: 768px) {
  .content-route-popular .route-info {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content-route-popular .route-info:first-child {
    margin-bottom: 5px;
  }
  .content-route-popular .route-info b {
    width: 33%;
  }
  .content-route-popular .route-info span {
    width: 10%;
  }
  .content-route-popular .route-info:last-child b {
    color: #828282;
  }

  .content-route-popular {
    font-size: 14px;
  }
  .content-route-popular.content-route-header {
    padding: 0 !important;
  }
  .content-route-popular.content-route-header .header {
    padding: 13px 20px;
  }
  .content-route-popular .tb-route {
    width: 40%;
    padding-left: 0;
  }
  .content-route-popular .tb-airline {
    width: 35%;
    text-align: center;
  }
  .content-route-popular .tb-date {
    width: 40%;
    padding-left: 5%;
    display: flex;
    align-items: center;
  }
  .content-route-popular .tb-date .date {
    margin-bottom: 0px;
  }
  .content-route-popular .tb-date .airline {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-route-popular .tb-price {
    width: 20%;
    padding-left: 5%;
    padding-right: 0;
  }
  .content-route-popular .content-route {
    padding: 12px 20px 10px 20px;
  }
  .content-route-popular .content-route .btn-route {
    font-size: 16px;
  }

  .block-flight-cheapest-routes {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
    padding: 20px 0 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    margin-top: 30px;
    border-right: 0;
    border-left: 0;
    background: #fff;
  }
  .block-flight-cheapest-routes h2 {
    margin-left: 20px;
  }
  .block-flight-cheapest-routes p {
    margin-left: 20px;
  }
}
@media (min-width: 888px) {
  .block-flight-cheapest-routes {
    width: 888px;
  }
}
#carousel-bpv-ads-2 .owl-dots {
  left: 50% !important;
  transform: translate(-50%);
  position: absolute;
  bottom: 0 !important;
}
#carousel-bpv-ads-2 .owl-dots .owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 0 3px !important;
}
#carousel-bpv-ads-2 .owl-dots .owl-dot.active {
  background: #E9680C !important;
  border-color: #E9680C !important;
}
#carousel-bpv-ads-2 .owl-nav {
  display: none !important;
}
#carousel-bpv-ads-2 .owl-item.active img {
  opacity: 1;
}

.block-news-v2 {
  margin-top: 60px;
  margin-bottom: 0px;
}

.block-why-us-v201 .why-us-content-v201 {
  border-bottom: 0;
}

.content-page {
  margin-top: 60px;
  margin-bottom: 60px;
}

.block-flight-cheapest-routes {
  padding-bottom: 45px;
  margin-top: 30px;
}

.flight-category-hunt-ticket {
  margin-top: 50px;
}

.list-horizontal-blog {
  margin-top: 70px;
}

.flight-category-hunt-ticket .faq-background-color {
  margin-top: 60px;
}

.flight-category-default-content {
  margin-top: 50px;
}

.content-overview h2 {
  text-align: center;
}

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

#description_short p {
  background: unset;
  -webkit-text-fill-color: unset;
}

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

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

.btn-more-flight {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: max-content;
}

.bpv-hotel-destinations {
  background-color: #fff;
  padding: 20px 20px 0px 20px;
}

.bpv-hotel-destinations h4,
.bpv-hotel-destinations h3,
.bpv-hotel-destinations .h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.bpv-hotel-destinations a {
  color: #333;
  line-height: 28px;
}

.bpv-hotel-destinations a:hover {
  color: #EB8F00;
}

.bpv-hotel-destinations a.show-more {
  color: #3385D6;
}

.bpv-hotel-destinations a:hover.show-more {
  color: #EB8F00;
}

.bpv-hotel-destinations a .glyphicon {
  font-size: 11px;
}

.bpv-hotel-destinations .arrow-orange {
  margin-right: 5px;
  font-size: 16px;
}

.footer-links .bpv-hotel-destinations {
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #ddd;
}

.footer-links .last-bpv-hotel-destinations {
  border: 0;
}

.flight-category-hunt-ticket .content-hunt-ticket {
  width: 888px;
  margin-left: auto;
  margin-right: auto;
}

.flight-category-hunt-ticket .title-footer-link {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 120px;
  position: relative;
}

.flight-category-hunt-ticket .title-footer-link .div-title {
  position: absolute;
  left: 0;
}

.flight-category-hunt-ticket .title-footer-link .div-title h2 {
  margin-top: -25px;
  background-color: #fff;
  margin-bottom: 0;
}

.flight-category-hunt-ticket .title-footer-link .border {
  border-bottom: 3px solid #DDDDDD;
}

.flight-category-hunt-ticket .footer-links {
  padding-bottom: 90px;
}

/****************************** Desktop ******************************/
@media screen and (min-width: 1024px) {
  .content-overview {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-page .div-content-page-v2 {
    width: 888px;
    margin-left: auto;
    margin-right: auto;
  }
}
/****************************** Tablet ******************************/
/****************************** Mobile ******************************/
@media (max-width: 767px) {
  .read-content-middle,
.content-middle,
.content-800-middle {
    padding: 0 10px;
  }

  .content-overview {
    width: 100%;
    padding: 0 10px;
  }

  .flight-category-hunt-ticket .footer-links {
    padding-bottom: 60px;
  }

  .container-v2.footer-links {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .bpv-hotel-destinations h4,
.bpv-hotel-destinations h3,
.bpv-hotel-destinations .h3 {
    font-size: 18px;
    margin-bottom: 0;
    background-color: #fff;
    color: #333;
    padding: 10px;
  }

  .bpv-hotel-destinations .list-unstyled {
    display: none;
    margin-top: 5px !important;
    margin-bottom: 5px;
  }

  .bpv-hotel-destinations .list-unstyled-v2 {
    margin-top: 5px !important;
    margin-bottom: 5px;
  }

  .container-v2.footer-links .bpv-hotel-destinations.first {
    border: 0;
    margin-top: 10px;
  }

  .container-v2.footer-links div.list-unstyled-v2 {
    padding: 0 15px 15px 15px;
  }

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

  .footer-links .bpv-hotel-destinations {
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding: 0;
    padding-top: 10px;
  }

  .container-v2.footer-links {
    margin-bottom: 0px;
  }

  .content-overview h2 {
    text-align: justify;
  }

  .flight-category-default-content table,
.flight-category-default-content img {
    max-width: 100% !important;
    height: auto !important;
    width: unset !important;
  }

  .table-price {
    margin-top: 35px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .flight-hr {
    display: block;
    margin-top: 60px !important;
  }
}

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